Шаблон:Paycheckcommand: различия между версиями
Перейти к навигации
Перейти к поиску
imported>SpaceSmithers м (in-template helper fix) |
imported>SpaceSmithers м (In-template helper fix) |
||
Строка 4: | Строка 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_COMMAND: '''{{#expr:5*{{Paycheckcommand}}}}'''</noinclude> |
Текущая версия от 10:31, 20 июня 2022
100
This template is intended to contain the corresponding value found here: https://github.com/tgstation/tgstation/blob/master/code/__DEFINES/economy.dm#L10
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_COMMAND: 500