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-b93c2d0d6712
master
quinet 2006-08-19 00:34:40 +00:00
parent df8c6dddf4
commit 28d9b38699
1 changed files with 33 additions and 11 deletions

View File

@ -8,51 +8,73 @@ x 5
y 6
end
arch gem
immune 4
title of Lava
resist_fire 100
value 480
end
arch ruby
x 1
immune 4
title of Lava
resist_fire 100
value 240
end
arch ruby
x 1
y 1
immune 4
title of Lava
resist_fire 100
value 240
end
arch sapphire
x 2
immune 4
title of Lava
resist_fire 100
value 222
end
arch sapphire
x 2
y 1
immune 4
title of Lava
resist_fire 100
value 222
end
arch sapphire
x 2
y 2
immune 4
title of Lava
resist_fire 100
value 222
end
arch emerald
x 3
immune 4
title of Lava
resist_fire 100
value 192
end
arch emerald
x 3
y 1
immune 4
title of Lava
resist_fire 100
value 192
end
arch emerald
x 3
y 2
immune 4
title of Lava
resist_fire 100
value 192
end
arch emerald
x 3
y 3
immune 4
title of Lava
resist_fire 100
value 192
end
arch mithril
x 4
immune 4
title of Lava
resist_fire 100
value 960
end