Template:Sandbox/VeryGoodDog/Item: Difference between revisions

From Vintage Story Wiki
mNo edit summary
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 7: Line 7:
|'''Stackable'''
|'''Stackable'''
|{{{Stackable|64}}}
|{{{Stackable|64}}}
{{#if: {{{Temp|}}} | {{#!:
{{#if: {{{Temp|}}} |
|-
{{Sandbox/VeryGoodDog/Item/Fuel
{{Item/Fuel
|Temp={{{Temp}}}
|Temp={{{Temp}}}
|Duration={{{Duration}}}
|Duration={{{Duration}}}
}}}} }}{{#if: {{{SmeltTemp|}}} | {{#!:
}}}}{{#if: {{{SmeltTemp|}}} |
{{Sandbox/VeryGoodDog/Item/Smeltable
{{Sandbox/VeryGoodDog/Item/Smeltable
|SmeltTemp={{{SmeltTemp}}}
|SmeltTemp={{{SmeltTemp}}}
Line 20: Line 19:
|Output={{{Output|}}}
|Output={{{Output|}}}
|OutputAmount={{{OutputAmount|1}}}
|OutputAmount={{{OutputAmount|1}}}
}}}} }}{{#if: {{{Satiety|}}} | {{#!:|-{{Sandbox/VeryGoodDog/Item/Food
}}}}{{#if: {{{Satiety|}}} |
{{Sandbox/VeryGoodDog/Item/Food
|Satiety={{{Satiety}}}
|Satiety={{{Satiety}}}
|Category={{{Category}}}
|Category={{{Category}}}
}}}} }}{{#if: {{{FreshTime|}}} | {{#!:
}}}}{{#if: {{{FreshTime|}}} |
|-
{{Sandbox/VeryGoodDog/Item/Transitionable
{{Item/Transitionable
|FreshTime={{{FreshTime}}}
|FreshTime={{{FreshTime}}}
|TransitionTime={{{TransitionTime}}}
|TransitionTime={{{TransitionTime}}}
|TransitionRatio={{{TransitionRatio|}}}
|TransitionRatio={{{TransitionRatio|}}}
}}}} }}
}}}}
|-
|}</includeonly><noinclude>
|bgcolor="#000000" colspan="2" class="Bloba" style="text-align:center; font-size:13.5px; border-bottom-right-radius:7px; border-bottom-left-radius:7px;"|[[Items|<font color="white">'''Items'''</font>]]
<div style="float:right;">
|}{{#if:{{{NoBreak|}}}||{{-}} }}
[[Category:Items]]</includeonly><noinclude>
 
{{Sandbox/VeryGoodDog/Item
{{Sandbox/VeryGoodDog/Item
|Name=Flax fibers
|Name=Flax fibers
Line 40: Line 36:
|Stackable=32
|Stackable=32
}}
}}
'''Example:'''
</div>
<div style="float:left;">
{{Sandbox/VeryGoodDog/Item
{{Sandbox/VeryGoodDog/Item
|Name={{{Name}}}
|Name={{{Name}}}
Line 64: Line 61:
|NoBreak=y
|NoBreak=y
}}
}}
</div>
</noinclude>


{| class="wikitable"
|-
! Parameter !! Required or Optional, default if applicable !! Example
|-
| ''Name'' || Required || Dirt
|-
| ''Image'' || Required || File:Grid Dirt.png
|-
| ''Stackable'' || Optional, 64 || 32
|-
| ''Temp'' || Optional || 1000
|-
| ''Duration'' || Required with ''Temp'' || 30
|-
| ''SmeltTemp'' || Optional || 1000
|-
| ''SmeltDuration'' || Required with ''SmeltTemp'' || 30
|-
| ''SmeltRatio'' || Optional, 1 || 0.5
|-
| ''RequiresContainer'' || Optional, Yes || Yes
|-
| ''Output'' || Optional || Torch
|-
| ''OutputAmount'' || Optional, 1 || 2
|-
| ''FreshTime'' || Optional || 480
|-
| ''TransitionTime'' || Required with ''FreshTime'' || 48
|-
| ''TransitionRatio'' || Optional, 1 || 0.75
|-
| ''Satiety'' || Optional || 200
|-
| ''Category'' || Required with ''Satiety'' || Protein
|}
Utilizes: [[:Template:Item/Food]], [[:Template:Item/Fuel]], [[:Template:Item/Smeltable]], [[:Template:Item/Transitionable]]
[[Category:Infoboxes]]
[[Category:Infoboxes]]
</noinclude>

Latest revision as of 12:39, 1 February 2022

Flax fibers
Grid Flax fibers.png
Stackable 32
{{{Name}}}
[[{{{Image}}}|100px]]
Stackable {{{Stackable}}}
Fuel
Temperature {{{Temp}}}°C
Duration {{{Duration}}} s
Smeltable
Smelt Point {{{SmeltTemp}}}°C
Smelt Duration {{{SmeltDuration}}} s
Smelt Ratio {{{SmeltRatio}}}
Requires Container Yes
Output [[{{{Output}}}]]
Output Amount 1
Food
Satiety {{{Satiety}}}
Category {{{Category}}}
Transitionable
Fresh Time {{{FreshTime}}} hrs
Transition Time {{{TransitionTime}}} hrs
Transition Ratio {{{TransitionRatio}}}