Template:Paycheckcrew: Difference between revisions
Jump to navigation
Jump to search
imported>SpaceSmithers m SpaceSmithers moved page Template:Paycheck crew to Template:Paycheckcrew: spaces/underscores in templates didn't look as good as i thought they would. |
imported>SpaceSmithers m In-template helper fix |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
It's mostly meant to be used for the prices of certain items on the Supply Crates wiki page, where price formulas should be equal to those found here: https://github.com/tgstation/tgstation/blob/master/code/modules/cargo/packs.dm <br> | It's mostly meant to be used for the prices of certain items on the Supply Crates wiki page, where price formulas should be equal to those found here: https://github.com/tgstation/tgstation/blob/master/code/modules/cargo/packs.dm <br> | ||
and here: https://github.com/tgstation/tgstation/blob/master/code/modules/cargo/goodies.dm <br> | and here: https://github.com/tgstation/tgstation/blob/master/code/modules/cargo/goodies.dm <br> | ||
Example using formula of 5 x | Example using formula of 5 x PAYCHECK_CREW: '''{{#expr:5*{{Paycheckcrew}}}}'''</noinclude> |
Latest revision as of 07:30, 20 June 2022
50
This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L9
It's mostly meant to be used for the prices of certain items on the Supply Crates wiki page, where price formulas should be equal to those found here: https://github.com/tgstation/tgstation/blob/master/code/modules/cargo/packs.dm
and here: https://github.com/tgstation/tgstation/blob/master/code/modules/cargo/goodies.dm
Example using formula of 5 x PAYCHECK_CREW: 250