Sent Naturn a sample spreadsheet.
Right now:
lawl
Basically:
Buy = [((demand multiplier)*(stack size)*((rarity)+(steps))]+(component value sum, if applicable)
Sell = 0.75 * Buy
...and if both rarity/steps are set to 1, stacks of whatever size set are bought and sold at cost (if the arbitrary multiplier isn't inflated).
Without further modification, blocks made from ingots have to be manually set to match or bulk-discount ingot prices.
Didn't take long to set up, but I think it would be better simplified to [$10 * (arbitrary value)], if less consistent.
Right now:
Code:
=IF(AND(G19=1,H19=1),1,(F19*(((G19+H19)*I19))+J19))
Basically:
Buy = [((demand multiplier)*(stack size)*((rarity)+(steps))]+(component value sum, if applicable)
Sell = 0.75 * Buy
...and if both rarity/steps are set to 1, stacks of whatever size set are bought and sold at cost (if the arbitrary multiplier isn't inflated).
Without further modification, blocks made from ingots have to be manually set to match or bulk-discount ingot prices.
Didn't take long to set up, but I think it would be better simplified to [$10 * (arbitrary value)], if less consistent.