Template:5e Material

From Rlyehwiki
Revision as of 12:52, 29 September 2021 by Rlyehable (talk | contribs) (Created page with "<includeonly>'''<big>{{{material}}}</big>''' '''Armor Class:''' {{{ac|}}}{{#if: {{{ac|}}}|{{#set: AC={{{ac}}}}}|}}<br /> {{#if: {{{fragile|}}}|'''{{SRD5|Fragile}}'''{{#set: F...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Use

To be used on 5e pages describing materials.

Syntax

{{5e Material
|material= <!-- name of material -->
|ac= <!-- armor class -->
|fragile= <!-- y or blank -->
|resilient=
|armor= <!-- y or blank -->
|weapon= <!-- y or blank -->
|magical= <!-- y or blank-->
|desc= <!-- description of material -->
}}
==Properties==
{{5e material property|property|description}} <!--Add as many properties as needed-->


Example

{{5e Material
|material=Foo <!-- name of material -->
|ac=13 <!-- armor class -->
|fragile=y <!-- y or blank -->
|resilient=
|armor= <!-- y/n -->
|weapon=y <!-- y/n -->
|magical= <!-- y/n-->
|desc='''Foo''' is a rare crystal found at the heart of the Bar plant
}}
==Properties==
{{5e material property|Fooism|Fooism produces a skunk smell around the foo material object with a 20 foot radius.}} <!--Add as many properties as needed-->

produces...

Foo

Armor Class: 13{{#set: AC=13}}
Fragile{{#set: Fragile=Y}}

Weapon Material{{#set: Weapon=Y}}

Foo is a rare crystal found at the heart of the Bar plant

Properties

Fooism

Fooism produces a skunk smell around the foo material object with a 20 foot radius.

{{#set: isMaterial=y}}