Fix for bug #1542479 "Gems from fire temple don't stack": change the
title of these gems that are immune to fire so that they appear as "<gem> of Lava". This is not a perfect solution, but at least it explains why these gems cannot be grouped with the normal ones. I also increased their value by 20% because they are special now. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4800 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
df8c6dddf4
commit
28d9b38699
|
@ -8,51 +8,73 @@ x 5
|
||||||
y 6
|
y 6
|
||||||
end
|
end
|
||||||
arch gem
|
arch gem
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 480
|
||||||
end
|
end
|
||||||
arch ruby
|
arch ruby
|
||||||
x 1
|
x 1
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 240
|
||||||
end
|
end
|
||||||
arch ruby
|
arch ruby
|
||||||
x 1
|
x 1
|
||||||
y 1
|
y 1
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 240
|
||||||
end
|
end
|
||||||
arch sapphire
|
arch sapphire
|
||||||
x 2
|
x 2
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 222
|
||||||
end
|
end
|
||||||
arch sapphire
|
arch sapphire
|
||||||
x 2
|
x 2
|
||||||
y 1
|
y 1
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 222
|
||||||
end
|
end
|
||||||
arch sapphire
|
arch sapphire
|
||||||
x 2
|
x 2
|
||||||
y 2
|
y 2
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 222
|
||||||
end
|
end
|
||||||
arch emerald
|
arch emerald
|
||||||
x 3
|
x 3
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 192
|
||||||
end
|
end
|
||||||
arch emerald
|
arch emerald
|
||||||
x 3
|
x 3
|
||||||
y 1
|
y 1
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 192
|
||||||
end
|
end
|
||||||
arch emerald
|
arch emerald
|
||||||
x 3
|
x 3
|
||||||
y 2
|
y 2
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 192
|
||||||
end
|
end
|
||||||
arch emerald
|
arch emerald
|
||||||
x 3
|
x 3
|
||||||
y 3
|
y 3
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 192
|
||||||
end
|
end
|
||||||
arch mithril
|
arch mithril
|
||||||
x 4
|
x 4
|
||||||
immune 4
|
title of Lava
|
||||||
|
resist_fire 100
|
||||||
|
value 960
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue