mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
Fish Market update. Better description for boosts and train savior item (#389)
* Changed small-plane * Updated boost description * Clarified train savior item from market * Fixed SHIFT click on train savior item
This commit is contained in:
@@ -4,11 +4,11 @@ return {
|
||||
market_item = market_item,
|
||||
{
|
||||
price = {{market_item, 10}},
|
||||
offer = {type = 'nothing', effect_description = 'Temporary speed bonus - Price 10 ' .. market_item}
|
||||
offer = {type = 'nothing', effect_description = 'Temporary speed bonus \nIncreases running speed by one level \nfor a short period \n\nPrice: 10 ' .. market_item..'s'}
|
||||
},
|
||||
{
|
||||
price = {{market_item, 10}},
|
||||
offer = {type = 'nothing', effect_description = 'Temporary mining bonus - Price 10 ' .. market_item}
|
||||
offer = {type = 'nothing', effect_description = 'Temporary mining bonus \nIncreases manual mining speed by one level \nfor a short period \n\nPrice: 10 ' .. market_item..'s'}
|
||||
},
|
||||
{price = {{market_item, 2}}, offer = {type = 'give-item', item = 'raw-fish'}},
|
||||
{price = {{market_item, 1}}, offer = {type = 'give-item', item = 'rail', count = 2}},
|
||||
|
||||
Reference in New Issue
Block a user