New archetypes to avoir using creator tricks.

git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7365 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2007-10-20 10:36:32 +00:00
parent 74c2a4da72
commit 82555ea4b3
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,20 @@
Object goldflagstone
name drop 10 gold coins
slaying goldcoin
msg
Click!
endmsg
type 18
activate_on_push 1
activate_on_release 1
face goldflagstone.111
food 10
anim
goldflagstone.111
flagstone.111
mina
no_pick 1
move_on walk
is_floor 1
magicmap grey
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,21 @@
Object goldgrass
name drop 10 gold coins
slaying goldcoin
msg
Click!
endmsg
type 18
activate_on_push 1
activate_on_release 1
face goldgrass.111
food 10
anim
goldgrass.111
grass.111
mina
no_pick 1
move_on walk
is_floor 1
magicmap green
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB