PeterM: Immolation object and immunity archetype.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@489 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
eb057d60bd
commit
1dc50baf70
|
@ -1,5 +1,5 @@
|
||||||
Object ebola
|
Object ebola
|
||||||
name Ebola
|
name Red Death
|
||||||
type 158
|
type 158
|
||||||
invisible 1
|
invisible 1
|
||||||
attacktype 1048576
|
attacktype 1048576
|
||||||
|
|
|
@ -0,0 +1,39 @@
|
||||||
|
Object immolation
|
||||||
|
name immolation
|
||||||
|
other_arch burnout
|
||||||
|
title You set fire to
|
||||||
|
type 158
|
||||||
|
face fireball.111
|
||||||
|
no_pick 1
|
||||||
|
no_drop 1
|
||||||
|
attacktype 4
|
||||||
|
wc 3
|
||||||
|
magic 0
|
||||||
|
maxhp 0
|
||||||
|
dam -10
|
||||||
|
maxgrace 11
|
||||||
|
food -1
|
||||||
|
speed 0.1
|
||||||
|
last_sp 50
|
||||||
|
maxsp 0
|
||||||
|
ac 0
|
||||||
|
last_eat 0
|
||||||
|
last_heal 1
|
||||||
|
exp 10000
|
||||||
|
hp 1
|
||||||
|
sp 1
|
||||||
|
msg
|
||||||
|
You burn!
|
||||||
|
endmsg
|
||||||
|
race *,undead
|
||||||
|
level 10
|
||||||
|
armour 10
|
||||||
|
end
|
||||||
|
Object immolation_immunity
|
||||||
|
name immolation
|
||||||
|
type 98
|
||||||
|
level 127
|
||||||
|
invisible 1
|
||||||
|
no_pick 1
|
||||||
|
no_drop 1
|
||||||
|
end
|
Loading…
Reference in New Issue