Rebalance bulk purchase tables in Nurnburg Alchemy Shop.
Previously, the mineral oil table was wildly imbalanced, since the philosophical oil recipe only requires them. This allowed endless shenanigans with a cauldron and maybe 20 levels of alchemy. After some calculations, multiplying the cost by about four seems to make it close to break-even now. Additionally, there were two tables for salt, each a different cost. Set those to be the same cost while here.master^2
parent
4f90e6ae5a
commit
3a9027ce82
|
@ -12,7 +12,7 @@ enter_x 25
|
|||
enter_y 3
|
||||
msg
|
||||
Created: 1997-11-05 Xtreme
|
||||
Modified: 2012-04-03 Rick Tanner
|
||||
Modified: 2024-02-24 Neila Hawkins
|
||||
endmsg
|
||||
end
|
||||
arch small_stones
|
||||
|
@ -2319,7 +2319,7 @@ arch diamond_converter
|
|||
name drop platinum to buy mineral oil
|
||||
slaying money
|
||||
other_arch min_oil
|
||||
food 200
|
||||
food 800
|
||||
x 15
|
||||
y 9
|
||||
end
|
||||
|
@ -2746,7 +2746,7 @@ arch diamond_converter
|
|||
name drop platinum to buy salt
|
||||
slaying money
|
||||
other_arch salt
|
||||
food 2000
|
||||
food 250
|
||||
x 18
|
||||
y 9
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue