Fix for Bug [ 2020789 ] many maps broken 16 months ago: wrong immunities, armour..; Corrected partial resistance corruption from r5574
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9933 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
9ba36457e9
commit
990ff2a7e7
|
|
@ -8,7 +8,7 @@ enter_x 1
|
||||||
enter_y 7
|
enter_y 7
|
||||||
msg
|
msg
|
||||||
Created: 2000-11-17
|
Created: 2000-11-17
|
||||||
Modified: 2008-09-25 Rick Tanner
|
Modified: 2008-09-27 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch dungeon_magic
|
arch dungeon_magic
|
||||||
|
|
@ -713,18 +713,25 @@ maxhp 600
|
||||||
sp 100
|
sp 100
|
||||||
maxsp 100
|
maxsp 100
|
||||||
exp 5000
|
exp 5000
|
||||||
dam 20
|
|
||||||
x 4
|
x 4
|
||||||
y 6
|
y 6
|
||||||
level 18
|
level 18
|
||||||
attacktype 7233
|
attacktype 7233
|
||||||
resist_fire 100
|
resist_magic 0
|
||||||
|
resist_fire -100
|
||||||
|
resist_confusion 100
|
||||||
|
resist_acid 0
|
||||||
|
resist_weaponmagic 0
|
||||||
|
resist_slow 100
|
||||||
|
resist_fear 0
|
||||||
|
resist_chaos 0
|
||||||
|
resist_godpower 0
|
||||||
|
arch spell_summon_earth_elemental
|
||||||
|
end
|
||||||
arch abil_poison_cloud
|
arch abil_poison_cloud
|
||||||
hp 0
|
hp 0
|
||||||
sp 21
|
sp 21
|
||||||
end
|
end
|
||||||
arch spell_summon_earth_elemental
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
arch grassmedium
|
arch grassmedium
|
||||||
name grass
|
name grass
|
||||||
|
|
@ -1655,8 +1662,6 @@ x 10
|
||||||
y 12
|
y 12
|
||||||
end
|
end
|
||||||
arch mudman
|
arch mudman
|
||||||
sp 150
|
|
||||||
maxsp 150
|
|
||||||
x 10
|
x 10
|
||||||
y 12
|
y 12
|
||||||
carrying 70
|
carrying 70
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue