Template:Paychecklower: Difference between revisions
Jump to navigation
Jump to search
imported>SpaceSmithers m SpaceSmithers moved page Template:Paycheckeasy to Template:Paychecklower: New defs and values with Arconomy |
imported>SpaceSmithers New defs and values with Arconomy |
||
Line 1: | Line 1: | ||
25<noinclude> | |||
---- | ---- | ||
This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L8 <br> | This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L8 <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> | 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 PAYCHECK_EASY: '''{{#expr:5*{{ | Example using formula of 5 x PAYCHECK_EASY: '''{{#expr:5*{{Paychecklower}}}}'''</noinclude> |
Revision as of 06:22, 20 June 2022
25
This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L8
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_EASY: 125