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-b93c2d0d6712master
parent
74c2a4da72
commit
82555ea4b3
|
|
@ -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 |
|
|
@ -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 |
Loading…
Reference in New Issue