Add first arch to use new MIMIC type. Requires server r20588.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20589 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e37824ba83
commit
eb298f972d
|
|
@ -1,3 +1,11 @@
|
||||||
|
Added a new monster -- mimic
|
||||||
|
monster/mimic/chest_1_mimic.base.111.png
|
||||||
|
monster/mimic/chest_1_mimic.base.112.png
|
||||||
|
monster/mimic/mimic.arc
|
||||||
|
monster/mimic/mimic.face
|
||||||
|
monster/mimic/mimic.trs
|
||||||
|
Daniel Hawkins 2018-09-24
|
||||||
|
|
||||||
Updated races for several monsters so they can be hit by quirky effects like "slay ant"
|
Updated races for several monsters so they can be hit by quirky effects like "slay ant"
|
||||||
Also gave death attacktype to stake so it can actually kill vampires.
|
Also gave death attacktype to stake so it can actually kill vampires.
|
||||||
monster/undead/vampire.arc
|
monster/undead/vampire.arc
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 249 B |
Binary file not shown.
|
After Width: | Height: | Size: 257 B |
|
|
@ -0,0 +1,38 @@
|
||||||
|
# Fake chests.
|
||||||
|
# Because why not.
|
||||||
|
# Generally, these should be used on random maps
|
||||||
|
Object mimic
|
||||||
|
face chest_1.111
|
||||||
|
type 162
|
||||||
|
name chest
|
||||||
|
hp 1000
|
||||||
|
maxhp 1000
|
||||||
|
dam 32
|
||||||
|
ac -10
|
||||||
|
wc 5
|
||||||
|
Con 5
|
||||||
|
move_type walk
|
||||||
|
run_away 0
|
||||||
|
level 25
|
||||||
|
material 18
|
||||||
|
resist_physical 50
|
||||||
|
resist_magic 100
|
||||||
|
resist_cold 50
|
||||||
|
resist_fire 50
|
||||||
|
resist_electricity 50
|
||||||
|
resist_poison 100
|
||||||
|
resist_drain 100
|
||||||
|
resist_deplete 100
|
||||||
|
resist_slow -10
|
||||||
|
resist_paralyze -10
|
||||||
|
resist_fear 100
|
||||||
|
resist_death 100
|
||||||
|
resist_confusion 50
|
||||||
|
exp 7500
|
||||||
|
speed 0.3
|
||||||
|
value 50
|
||||||
|
weight 50000
|
||||||
|
identified 1
|
||||||
|
randomitems mimic
|
||||||
|
name_pl chests
|
||||||
|
end
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
animation chest_1_mimic
|
||||||
|
chest_1_mimic.111
|
||||||
|
chest_1_mimic.112
|
||||||
|
mina
|
||||||
|
face chest_1_mimic.111
|
||||||
|
magicmap khaki
|
||||||
|
end
|
||||||
|
face chest_1_mimic.112
|
||||||
|
magicmap khaki
|
||||||
|
end
|
||||||
|
|
@ -0,0 +1,53 @@
|
||||||
|
treasure mimic
|
||||||
|
list chest
|
||||||
|
more
|
||||||
|
list random_alchemy
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list random_armour
|
||||||
|
chance 10
|
||||||
|
more
|
||||||
|
list random_artifact
|
||||||
|
chance 3
|
||||||
|
more
|
||||||
|
list random_books
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list random_wealth
|
||||||
|
nrof 10
|
||||||
|
chance 95
|
||||||
|
more
|
||||||
|
list random_food
|
||||||
|
chance 1
|
||||||
|
more
|
||||||
|
list random_inorganic
|
||||||
|
nrof 2
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list random_knowledge
|
||||||
|
chance 1
|
||||||
|
more
|
||||||
|
list random_magical
|
||||||
|
chance 3
|
||||||
|
more
|
||||||
|
list random_ore
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list random_potion
|
||||||
|
chance 3
|
||||||
|
more
|
||||||
|
list random_scroll
|
||||||
|
chance 55
|
||||||
|
more
|
||||||
|
list random_special
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list random_spells
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list random_talisman
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list rare_weapons
|
||||||
|
chance 4
|
||||||
|
end
|
||||||
Loading…
Reference in New Issue