Шаблон:Resistances

Матеріал з Вікі D&D українською
Версія від 19:33, 24 серпня 2023, створена 587 (обговорення | внесок) (Створена сторінка: <includeonly><table class="wikitable" style="width: 62%;"> <caption>Resistances</caption> {{#if:{{{Bludgeoning|}}}|<tr><td>{{DamageType|Bludgeoning}}</td><td>{{{Bludgeoning}}}</td></tr> |}}{{#if:{{{Piercing|}}}|<tr><td>{{DamageType|Piercing}}</td><td>{{{Piercing}}}</td></tr> |}}{{#if:{{{Slashing|}}}|<tr><td>{{DamageType|Slashing}}</td><td>{{{Slashing}}}</td></tr> |}}{{#if:{{{Acid|}}}|<tr><td>{{DamageType|Acid}}</td><td>{{{Acid}}}</td></tr> |}}{{#if:{{{Cold...)
(різн.) ← Попередня версія | Поточна версія (різн.) | Новіша версія → (різн.)
Перейти до навігації Перейти до пошуку

Generate a table of resistances for a creature or object. All parameter names (e.g. Fire) and values (e.g. Vulnerable) must be Capitalized.

Example:

{{Resistances|Slashing=Resistant|Fire=Immune|Cold=Vulnerable}}

Result:

Resistances
Damage Types SlashingResistant
Damage Types ColdVulnerable
Damage Types FireImmune

All possible damage types; accepts damage types in any order:

{{Resistances
| Bludgeoning = Immune
| Slashing = Immune
| Piercing = Resistant
| Acid = Resistant
| Cold = Resistant
| Fire = Resistant
| Force = Vulnerable
| Lightning = Resistant
| Necrotic = Resistant
| Poison = Resistant
| Radiant = Resistant
| Thunder = Resistant
| Psychic = Resistant
}}

Result:

Resistances
Damage Types BludgeoningImmune
Damage Types PiercingResistant
Damage Types SlashingImmune
Damage Types AcidResistant
Damage Types ColdResistant
Damage Types FireResistant
Damage Types ForceVulnerable
Damage Types LightningResistant
Damage Types NecroticResistant
Damage Types PoisonResistant
Damage Types PsychicResistant
Damage Types RadiantResistant
Damage Types ThunderResistant