Anvil placement re-arrangement and added a black dragon mail anvil to Nethack in Crossfire Entrance (quests/peterm/Nethack_in_crossfire_entrance) map so players can craft black dragon mail. Requires archetype update r18803 or newer.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@18806 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
fd9418e2d5
commit
b626b4d12a
|
@ -8,7 +8,7 @@ enter_x 2
|
||||||
enter_y 1
|
enter_y 1
|
||||||
msg
|
msg
|
||||||
Created: 2001-05-06
|
Created: 2001-05-06
|
||||||
Modified: 2012-03-12 Rick Tanner
|
Modified: 2013-07-18 Rick Tanner
|
||||||
endmsg
|
endmsg
|
||||||
end
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
|
@ -852,28 +852,32 @@ arch shop_empty
|
||||||
x 6
|
x 6
|
||||||
y 9
|
y 9
|
||||||
end
|
end
|
||||||
arch woodfloor
|
|
||||||
x 6
|
|
||||||
y 10
|
|
||||||
end
|
|
||||||
arch shop_empty
|
|
||||||
x 6
|
|
||||||
y 10
|
|
||||||
end
|
|
||||||
arch create_eyeshield
|
arch create_eyeshield
|
||||||
x 6
|
x 6
|
||||||
y 10
|
y 9
|
||||||
end
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
x 6
|
x 6
|
||||||
y 11
|
y 10
|
||||||
end
|
end
|
||||||
arch shop_empty
|
arch shop_empty
|
||||||
x 6
|
x 6
|
||||||
y 11
|
y 10
|
||||||
end
|
end
|
||||||
arch create_green_dragon_mail
|
arch create_green_dragon_mail
|
||||||
x 6
|
x 6
|
||||||
|
y 10
|
||||||
|
end
|
||||||
|
arch woodfloor
|
||||||
|
x 6
|
||||||
|
y 11
|
||||||
|
end
|
||||||
|
arch shop_empty
|
||||||
|
x 6
|
||||||
|
y 11
|
||||||
|
end
|
||||||
|
arch create_dragon_shield
|
||||||
|
x 6
|
||||||
y 11
|
y 11
|
||||||
end
|
end
|
||||||
arch woodfloor
|
arch woodfloor
|
||||||
|
@ -884,7 +888,7 @@ arch shop_empty
|
||||||
x 6
|
x 6
|
||||||
y 12
|
y 12
|
||||||
end
|
end
|
||||||
arch create_dragon_shield
|
arch create_dragon_mail
|
||||||
x 6
|
x 6
|
||||||
y 12
|
y 12
|
||||||
end
|
end
|
||||||
|
@ -896,7 +900,7 @@ arch shop_empty
|
||||||
x 6
|
x 6
|
||||||
y 13
|
y 13
|
||||||
end
|
end
|
||||||
arch create_dragon_mail
|
arch create_blue_dragon_mail
|
||||||
x 6
|
x 6
|
||||||
y 13
|
y 13
|
||||||
end
|
end
|
||||||
|
@ -908,7 +912,7 @@ arch shop_empty
|
||||||
x 6
|
x 6
|
||||||
y 14
|
y 14
|
||||||
end
|
end
|
||||||
arch create_blue_dragon_mail
|
arch create_black_dragon_mail
|
||||||
x 6
|
x 6
|
||||||
y 14
|
y 14
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue