Template:Paycheckcrew: Difference between revisions
Jump to navigation
Jump to search
imported>SpaceSmithers m SpaceSmithers moved page Template:Paycheckmedium to Template:Paycheck crew: New defs and values with Arconomy |
imported>SpaceSmithers New defs and values with Arconomy |
||
Line 1: | Line 1: | ||
50<noinclude> | |||
---- | ---- | ||
This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L9 <br> | This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L9 <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_MEDIUM: '''{{#expr:5*{{ | Example using formula of 5 x PAYCHECK_MEDIUM: '''{{#expr:5*{{Paycheck_crew}}}}'''</noinclude> |
Revision as of 06:14, 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_MEDIUM: Expression error: Unrecognised punctuation character "[".