Fix broken duplicators. Update monster resistances. Fix key teleporter.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@9776 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cd4c81ce96
commit
5c31c1700b
|
@ -8,7 +8,7 @@ enter_x 20
|
||||||
enter_y 2
|
enter_y 2
|
||||||
msg
|
msg
|
||||||
Created: 2008-08-13 Chad Opperman | cromagic@sbcglobal.net
|
Created: 2008-08-13 Chad Opperman | cromagic@sbcglobal.net
|
||||||
Modified: 2008-08-22 Rick Tanner
|
Modified: 2008-08-23 Chad Opperman | cromagic@sbcglobal.net
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch awall_0
|
arch awall_0
|
||||||
|
@ -5302,6 +5302,24 @@ x 20
|
||||||
y 7
|
y 7
|
||||||
connected 5
|
connected 5
|
||||||
end
|
end
|
||||||
|
arch duplicator
|
||||||
|
other_arch magic_mouth
|
||||||
|
x 20
|
||||||
|
y 7
|
||||||
|
connected 5
|
||||||
|
end
|
||||||
|
arch duplicator
|
||||||
|
other_arch magic_ear
|
||||||
|
x 20
|
||||||
|
y 7
|
||||||
|
connected 5
|
||||||
|
end
|
||||||
|
arch duplicator
|
||||||
|
other_arch magic_mouth
|
||||||
|
x 20
|
||||||
|
y 7
|
||||||
|
connected 5
|
||||||
|
end
|
||||||
arch light4
|
arch light4
|
||||||
x 20
|
x 20
|
||||||
y 7
|
y 7
|
||||||
|
@ -5405,7 +5423,7 @@ Pow 1
|
||||||
Int 1
|
Int 1
|
||||||
sp 1
|
sp 1
|
||||||
ac 3
|
ac 3
|
||||||
resist_electricity 30
|
resist_electricity 35
|
||||||
path_attuned 8
|
path_attuned 8
|
||||||
material 0
|
material 0
|
||||||
item_power 5
|
item_power 5
|
||||||
|
@ -5491,14 +5509,6 @@ can_cast_spell 0
|
||||||
stand_still 1
|
stand_still 1
|
||||||
no_damage 1
|
no_damage 1
|
||||||
end
|
end
|
||||||
arch teleporter
|
|
||||||
hp 20
|
|
||||||
sp 28
|
|
||||||
x 20
|
|
||||||
y 12
|
|
||||||
speed 0.0
|
|
||||||
connected 2
|
|
||||||
end
|
|
||||||
arch check_inv
|
arch check_inv
|
||||||
slaying castlesaromok_firekey
|
slaying castlesaromok_firekey
|
||||||
x 20
|
x 20
|
||||||
|
@ -5520,6 +5530,14 @@ y 12
|
||||||
last_heal 1
|
last_heal 1
|
||||||
connected 21
|
connected 21
|
||||||
end
|
end
|
||||||
|
arch teleporter
|
||||||
|
hp 20
|
||||||
|
sp 28
|
||||||
|
x 20
|
||||||
|
y 12
|
||||||
|
speed 0.0
|
||||||
|
connected 2
|
||||||
|
end
|
||||||
arch afloor_left
|
arch afloor_left
|
||||||
x 20
|
x 20
|
||||||
y 12
|
y 12
|
||||||
|
|
Loading…
Reference in New Issue