Template:5e Armor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(cost) |
||
Line 15: | Line 15: | ||
|Stealth = String | |Stealth = String | ||
|Weight = String | |Weight = String | ||
|Cost = String | |||
}} | }} | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
Line 28: | Line 29: | ||
!Stealth | !Stealth | ||
!Weight | !Weight | ||
!Cost | |||
|- | |- | ||
|{{{name}}}{{#if: {{{kind|}}}|<nowiki /> | |{{{name}}}{{#if: {{{kind|}}}|<nowiki /> | ||
Line 36: | Line 38: | ||
|align="center"|{{#if: {{{stealth|}}}|{{{stealth}}}|—}} | |align="center"|{{#if: {{{stealth|}}}|{{{stealth}}}|—}} | ||
|align="center"|{{#if: {{{weight|}}}|{{{weight}}} lbs|}} | |align="center"|{{#if: {{{weight|}}}|{{{weight}}} lbs|}} | ||
|align="center"|{{#if: {{{cost|}}}|{{{cost}}}|}} | |||
|} | |} | ||
[[Category:5e]][[Category:5e Armor]]{{#if: {{{canon|}}}|[[Category:5e Canon Armor]]|}}{{#if: {{{nodb|}}}|<!--skip-->|{{#cargo_store: | [[Category:5e]][[Category:5e Armor]]{{#if: {{{canon|}}}|[[Category:5e Canon Armor]]|}}{{#if: {{{nodb|}}}|<!--skip-->|{{#cargo_store: | ||
Line 42: | Line 45: | ||
|Item_Name = {{{name|}}} | |Item_Name = {{{name|}}} | ||
|Type = {{{type|}}} | |Type = {{{type|}}} | ||
| | | = {{{kind|}}} | ||
|Description = {{{desc|}}} | |Description = {{{desc|}}} | ||
|Canon = {{#if: {{{canon|}}}|1}} | |Canon = {{#if: {{{canon|}}}|1}} | ||
Line 52: | Line 55: | ||
|Stealth = {{{stealth|}}} | |Stealth = {{{stealth|}}} | ||
|Weight = {{{weight|}}} lbs | |Weight = {{{weight|}}} lbs | ||
|Cost = {{{cost|}}} | |||
}}}}</includeonly><noinclude> | }}}}</includeonly><noinclude> | ||
==Syntax== | ==Syntax== | ||
Line 63: | Line 67: | ||
|stealth= <!--Does it give a disadvantage on stealth)--> | |stealth= <!--Does it give a disadvantage on stealth)--> | ||
|weight= | |weight= | ||
|cost= | |||
|desc= | |desc= | ||
}} | }} | ||
Line 80: | Line 85: | ||
|stealth= <!--Does it give a disadvantage on stealth)--> | |stealth= <!--Does it give a disadvantage on stealth)--> | ||
|weight=25 | |weight=25 | ||
|cost=100gp | |||
|desc=Made of from the scales of Foo, when enchanted, it provides excellent protection. | |desc=Made of from the scales of Foo, when enchanted, it provides excellent protection. | ||
Line 97: | Line 103: | ||
|stealth= <!--Does it give a disadvantage on stealth)--> | |stealth= <!--Does it give a disadvantage on stealth)--> | ||
|weight=25 | |weight=25 | ||
|desc=Made of from the scales of Foo | |cost=100gp | ||
|desc=Made of from the scales of Foo. | |||
|nodb=true | |nodb=true | ||
}} | }} |
Revision as of 10:01, 19 July 2020
This template defines the table "5e_Armor". View table.
Syntax
{{5e Armor |name= |sorttext= <!--blank, or category sort--> |armortype= <!--Light, Medium, Heavy--> |AC= |strength= <!--Strength necessary to wear it--> |stealth= <!--Does it give a disadvantage on stealth)--> |weight= |cost= |desc= }}
Add'l fields
|kind=<!--opt. Leather Armor, Brestplate, etc.-->
Example
{{5e Armor |name=Foo Scale Armor |sorttext= <!--blank, or category sort--> |armortype=Medium <!--Light, Medium, Heavy--> |kind=Scale Mail<!--Leather Armor, Brestplate, etc.--> |AC=14 + Dex modifier (max. +2) |strength= <!--Strength necessary to wear it--> |stealth= <!--Does it give a disadvantage on stealth)--> |weight=25 |cost=100gp |desc=Made of from the scales of Foo, when enchanted, it provides excellent protection. When making {{SRD5|Dexterity}} ({{SRD5|Stealth}}) checks against being heard, the wearer has {{srd5lc|Advantage}}. }}
produces...
Foo Scale Armor
Armor (scale mail)
Made of from the scales of Foo.
Armor | Kind | Type | AC | Strength | Stealth | Weight | Cost |
---|---|---|---|---|---|---|---|
Foo Scale Armor | Scale Mail | Medium | 14 + Dex modifier (max. +2) | — | — | 25 lbs | 100gp |