Difference between revisions of "Template:Skin"

From Faloria Wiki
Jump to: navigation, search
Tag: Manual revert
Line 11: Line 11:
</th>
</th>
</tr>
</tr>
{{#if: {{{description|}}}|<tr><th>'''Description:'''</th><td>{{{description}}}</td></tr>}}
{{#if: {{{description|}}}|<tr><th>'''Description:'''</th><td>{{{description}}}</td></tr>}}
<tr><th>'''Weight:'''</th><td>{{{weight|?}}} oz</td></tr>
<tr><th>'''Weight:'''</th><td>{{{weight|?}}} oz</td></tr>
{{#if: {{{stackable|}}}|<tr><th>'''Stackable:'''</th><td>{{#ifeq: {{{stackable|}}}|yes|✔️|❌}}</td></tr>}}
{{#if: {{{stackable|}}}|<tr><th>'''Stackable:'''</th><td>{{#ifeq: {{{stackable|}}}|yes|✔️|❌}}</td></tr>}}
{{#if: {{{skinned_from|}}}|<tr><th>'''Skinned from:'''</th><td>{{{skinned_from}}}</td></tr>}}
{{#if: {{{skinned_from|}}}|<tr><th>'''Skinned from:'''</th><td>{{{skinned_from}}}</td></tr>}}
{{#if: {{{skin_sources|}}}|
{{#if: {{{skin_sources|}}}|
<tr><th>'''Skin sources:'''</th><td>
<tr><th>'''Skin sources:'''</th><td>
Line 21: Line 23:
{{{skin_sources}}}
{{{skin_sources}}}
|}
|}
</td></tr>|
</td></tr>
}}
 
{{#if: {{{knife|}}}|<tr><th>'''Knife:'''</th><td class="force-image">{{#ifeq: {{{knife}}}|1|[[File:Simple skinning knife.png|link=Simple Skinning Knife]] [[Simple Skinning Knife]]}}{{#ifeq: {{{knife}}}|2|[[File:Skinning knife.png|link=Skinning knife]] [[Skinning Knife]]}}{{#ifeq: {{{knife}}}|3|[[File:Upgraded skinning knife.png|link=Upgraded skinning knife]] [[Upgraded Skinning Knife]]}}</td></tr>}}
{{#if: {{{knife|}}}|<tr><th>'''Knife:'''</th><td class="force-image">{{#ifeq: {{{knife}}}|1|[[File:Simple skinning knife.png|link=Simple Skinning Knife]] [[Simple Skinning Knife]]}}{{#ifeq: {{{knife}}}|2|[[File:Skinning knife.png|link=Skinning knife]] [[Skinning Knife]]}}{{#ifeq: {{{knife}}}|3|[[File:Upgraded skinning knife.png|link=Upgraded skinning knife]] [[Upgraded Skinning Knife]]}}</td></tr>}}
{{#if: {{{skin_chance|}}}|<tr><th>'''Skin chance:'''</th><td>{{{skin_chance|?%}}}</td></tr>}}
{{#if: {{{skin_chance|}}}|<tr><th>'''Skin chance:'''</th><td>{{{skin_chance|?%}}}</td></tr>}}
}}
{{#if: {{{skin_value|}}}|<tr><th>'''Skin value:'''</th><td>{{{skin_value}}}</td></tr>}}
{{#if: {{{skin_value|}}}|<tr><th>'''Skin value:'''</th><td>{{{skin_value}}}</td></tr>}}
<tr><th>'''Collection task:'''</th><td>{{{coll_task|?}}}</td></tr>
<tr><th>'''Collection task:'''</th><td>{{{coll_task|?}}}</td></tr>
{{#if: {{{sell_to_minerva|{{{sell_to_weeber|}}}}}}|
{{#if: {{{sell_to_minerva|{{{sell_to_weeber|}}}}}}|
<tr><th>'''Sell to:'''</th><td>
<tr><th>'''Sell to:'''</th><td>
Line 33: Line 37:
{{#if: {{{sell_to_weeber|}}}|<tr><th style="width:150px">'''[[Weeber]]'''</th><td>{{{sell_to_weeber}}}</td></tr>}}
{{#if: {{{sell_to_weeber|}}}|<tr><th style="width:150px">'''[[Weeber]]'''</th><td>{{{sell_to_weeber}}}</td></tr>}}
</table>
</table>
</td></tr>|
</td></tr>
|
<tr><th>'''Sell to:'''</th><td>Players only.</td></tr>
<tr><th>'''Sell to:'''</th><td>Players only.</td></tr>
}}
}}
{{#if: {{{note|}}}|<tr><th>'''Note:'''</th><td>{{{note|None.}}}</td></tr>}}
{{#if: {{{note|}}}|<tr><th>'''Note:'''</th><td>{{{note|None.}}}</td></tr>}}
<tr><th>'''Dropped by:'''</th><td>{{{dropped_by|This item cannot be obtained from monsters.}}}</td></tr>
<tr><th>'''Dropped by:'''</th><td>{{{dropped_by|This item cannot be obtained from monsters.}}}</td></tr>
</table>
</table>
{{#if: {{{category|}}}|Go back to [[{{{category}}}]].}}
{{#if: {{{category|}}}|Go back to [[{{{category}}}]].}}


Line 66: Line 73:
|note=
|note=
}}</pre>
}}</pre>
`skin_sources` is recommended for any item with multiple monsters, multiple knife tiers, or different skin chances.
</noinclude>
</noinclude>

Revision as of 14:22, 11 March 2026


class="wikitable" ! Monster !! Knife !! Chance {{{skin_sources}}}




You see a {{{name}}}.


Weight:? oz
Collection task:?
Sell to:Players only.
Dropped by:This item cannot be obtained from monsters.


[[Category:]]


Usage

{{Skin
|name=
|article=
|image=
|properties=
|weight=
|description=
|skinned_from=
|skin_sources=
|-
| [[Monster]] || [[Simple Skinning Knife]] || 8%
|dropped_by=
|knife=
|skin_chance=
|skin_value=
|coll_task=
|sell_to_minerva=
|sell_to_weeber=
|category=
|note=
}}