6,366
editsRemove period
m (Fix parameter existence check) |
(Remove period) |
||
Line 13: | Line 13: | ||
<dl class="bg3wiki-property-list"> | <dl class="bg3wiki-property-list"> | ||
{{#if:{{{type|}}}|<dd>{{SmallIcon|Explode Radius Icons.png}} Type: [[{{{type}}}]]</dd>}} | {{#if:{{{type|}}}|<dd>{{SmallIcon|Explode Radius Icons.png}} Type: [[{{{type}}}]]</dd>}} | ||
{{#if:{{{difficult terrain|}}}|<dd>{{Difficult terrain}}</dd> }} | {{#if:{{{difficult terrain|}}}|<dd>{{Difficult terrain}}</dd> }} | ||
{{#if:{{{condition1|}}}|<dd>Inflicts {{Cond|{{{condition1}}} }}</dd> }} | {{#if:{{{condition1|}}}|<dd>Inflicts {{Cond|{{{condition1}}} }}</dd> }} | ||
Line 162: | Line 161: | ||
"surface" | "surface" | ||
] | ] | ||
}, | }, | ||
"condition1": { | "condition1": { | ||
Line 186: | Line 176: | ||
"CHA" | "CHA" | ||
] | ] | ||
}, | }, | ||
"condition1 dc": { | "condition1 dc": { | ||
"description": "Difficulty Class for the Saving throw.", | "description": "Difficulty Class for the Saving throw.", | ||
"example": "12" | "example": "12" | ||
}, | }, | ||
"condition1 duration": { | "condition1 duration": { | ||
"description": "Duration of the condition", | "description": "Duration of the condition", | ||
"example": "1, 3, Whilst on surface, Long rest" | "example": "1, 3, Whilst on surface, Long rest" | ||
}, | }, | ||
"condition2": { | "condition2": { | ||
"description": "The second condition inflicted by this area", | "description": "The second condition inflicted by this area", | ||
Line 208: | Line 198: | ||
"CHA" | "CHA" | ||
] | ] | ||
}, | }, | ||
"condition2 dc": { | "condition2 dc": { | ||
"description": "Difficulty Class for the Saving throw.", | "description": "Difficulty Class for the Saving throw.", | ||
"example": "12" | "example": "12" | ||
}, | }, | ||
"condition2 duration": { | "condition2 duration": { | ||
"description": "Duration of the condition", | "description": "Duration of the condition", | ||
"example": "1, 3, Whilst on surface, Long rest" | "example": "1, 3, Whilst on surface, Long rest" | ||
}, | }, | ||
"created by items": { | "created by items": { | ||
"description": "List of items that create this area. Be sure to separate multiple items with a comma.", | "description": "List of items that create this area. Be sure to separate multiple items with a comma.", | ||
"example": "Acid Vial, Arrow of Acid", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
"created by spells": { | "created by spells": { | ||
"description": "List of spells that create this area. Be sure to separate multiple spells with a comma.", | "description": "List of spells that create this area. Be sure to separate multiple spells with a comma.", | ||
"example": "Melf's Acid Arrow, Chromatic Orb: Acid", | |||
"type": "content" | "type": "content" | ||
}, | }, | ||
Line 243: | Line 232: | ||
"description", | "description", | ||
"type", | "type", | ||
"condition1", | "condition1", | ||
"condition1 save", | "condition1 save", |