Template:Stat Effects/0.5: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) m (Added description) |
CptTwinkie (talk | contribs) mNo edit summary |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===Stat Effects=== | |||
; | {| style="border: 1px solid rgb(183,143,81); background: rgba(80,60,30,0.4);" | ||
: {{{health|None}}} | |- | ||
; | | style="padding-left: 0.5em; padding-right: 0.5em;" | Health || style="background: rgba(255,80,80,0.6); padding-right: 8em;"| ||style="padding-left: 1em; padding-right: 1em; text-align: center;" | {{{health|None}}} | ||
: {{{stamina|None}}} | |- | ||
; | | style="padding-left: 0.5em; padding-right: 0.5em;" | Stamina || style="background: rgba(255,255,255,0.8);" | || style="padding-left: 1em; padding-right: 1em; text-align: center;" | {{{stamina|None}}} | ||
: | |- | ||
; | | style="padding-left: 0.5em; padding-right: 0.5em;" | Food || style="background: rgba(80,255,80,0.6);" | || style="padding-left: 1em; padding-right: 1em; text-align: center;" | {{{food|None}}} | ||
: {{{ | |}<noinclude> | ||
==Usage== | ==Usage== | ||
<pre> | The Consumable Food template is meant to be used for any inventory item that can be consumed and will provide a stat modification. This includes all foods as well as bandages. | ||
{{ | <pre>{{Stat_Effects | ||
</pre> | |health=<Hit points> | ||
|stamina=<Stamina Points> | |||
|food=<Food points> | |||
}}</pre> | |||
*The code above can be pasted into your page and edited. | |||
*Any of the attributes can be left out entirely and they will use their default value. | *Any of the attributes can be left out entirely and they will use their default value. | ||
{{:Template Ordering}} | |||
[[Category:Templates/0.5]]</noinclude> | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 19:12, 19 July 2022
Stat Effects
Health | None | |
Stamina | None | |
Food | None |
Usage
The Consumable Food template is meant to be used for any inventory item that can be consumed and will provide a stat modification. This includes all foods as well as bandages.
{{Stat_Effects |health=<Hit points> |stamina=<Stamina Points> |food=<Food points> }}
- The code above can be pasted into your page and edited.
- Any of the attributes can be left out entirely and they will use their default value.
ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.