
This Modifier is supposed to cost 25 Coins, but this currently has no cost associated with it. It cannot be bought.
This is either a bug in that Modifiers can't be bought or a bug in that non-"give-item" Modifiers aren't supposed to be allowed to be put into a Market.
Code that added the item:
Code: Select all
market.add_market_item{price = {{"coin", 25}}, offer = {type="laboratory-speed", modifier=0.50}}