Template:Creature: Difference between revisions

From Vintage Story Wiki
m (docs and formatting error)
m (rev)
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
|bgcolor="#000000" colspan="2" class="TC" style="border-top-right-radius:7px; border-top-left-radius:7px; text-align:center; font-size:13.5px;"|<font color="white">'''{{{Name}}}'''</font>
|bgcolor="#000000" colspan="2" class="TC" style="border-top-right-radius:7px; border-top-left-radius:7px; text-align:center; font-size:13.5px;"|<font color="white">'''{{{Name}}}'''</font>
|-
|-
|bgcolor="#d3ab92" colspan=2 style="text-align: center"| {{{Image}}}
|bgcolor="#d3ab92" colspan=2 style="text-align: center"| [[{{{Image}}}|100px]]
|-  
|-  
{{#if: {{{Health|}}} | {{#!:
{{#if: {{{Health|}}} | {{#!:
Line 10: Line 10:
|{{{Health}}}
|{{{Health}}}
}} }}
}} }}
|-
{{#if: {{{BaseAttack|}}} | {{#!:
{{#if: {{{BaseAttack|}}} | {{#!:
|-
|'''Base Attack'''
|'''Base Attack'''
|{{{BaseAttack|}}}
|{{{BaseAttack|}}}
}} }}
}} }}
|-
{{#if: {{{DamageTier|}}} | {{#!:
|'''Damage Tier'''
|{{{DamageTier|}}}
}} }}
|-
{{#if: {{{Abilities|}}} | {{#!:
{{#if: {{{Abilities|}}} | {{#!:
|-
|'''Abilities'''
|'''Abilities'''
|{{{Abilities}}}
|{{{Abilities}}}
}} }}
}} }}
|-
{{#if: {{{SeekRange|}}} | {{#!:
{{#if: {{{SeekRange|}}} | {{#!:
|-
|'''Seek Range'''
|'''Seek Range'''
|{{{SeekRange}}}
|{{{SeekRange}}}
}} }}
}} }}
{{#if: {{{Drops|}}} | {{#!:
|-
|-
|'''Drops'''
{{#if: {{{DropCode1|}}} | {{#!:
|{{{Drops}}}
{{Drops
|Code1={{{DropCode1|}}}
|Avg1={{{DropAvg1|}}}
|Var1={{{DropVar1|}}}
|Code2={{{DropCode2|}}}
|Avg2={{{DropAvg2|}}}
|Var2={{{DropVar2|}}}
|Code3={{{DropCode3|}}}
|Avg3={{{DropAvg3|}}}
|Var3={{{DropVar3|}}}
|Code4={{{DropCode4|}}}
|Avg4={{{DropAvg4|}}}
|Var4={{{DropVar4|}}}
}}
}} }}
}} }}
|-
|-
Line 42: Line 59:
|Abilities=Climbing
|Abilities=Climbing
|SeekRange=10
|SeekRange=10
|Drops=Flax
|DropCode1=Flax
|DropAvg1=1
}}
}}
{| class="wikitable"
{| class="wikitable"
Line 50: Line 68:
| ''Name'' || Required || Drifter
| ''Name'' || Required || Drifter
|-
|-
| ''Image'' || Required || <nowiki>[[File:Surface drifter.png]]</nowiki>
| ''Image'' || Required || File:Surface drifter.png
|-
|-
| ''Health'' || Optional || 10
| ''Health'' || Optional || 10
|-
|-
| ''BaseAttack'' || Optional || 5
| ''BaseAttack'' || Optional || 5
|-
| ''DamageTier'' || Optional || 1
|-
|-
| ''Abilities'' || Optional || Climbing
| ''Abilities'' || Optional || Climbing
Line 60: Line 80:
| ''SeekRange'' || Optional || 10
| ''SeekRange'' || Optional || 10
|-
|-
| ''Drops'' || Optional || Flax
| Drops || Optional || See [[Template:Drops]]
|}
|}
[[Category:Infoboxes]]
[[Category:Infoboxes]]
</noinclude>
</noinclude>

Revision as of 00:25, 5 April 2022


Drifter
[[[[File:Surface drifter.png]]|130px]]
Health 10
Base Attack 5
Abilities Climbing
Seek Range (m) 10
Drops
Flax 1*
Mobs


Parameter Required or Optional, default if applicable Example
Name Required Drifter
Image Required File:Surface drifter.png
Health Optional 10
BaseAttack Optional 5
DamageTier Optional 1
Abilities Optional Climbing
SeekRange Optional 10
Drops Optional See Template:Drops