Шаблон:Resistances

Матеріал з Вікі D&D українською
Перейти до навігації Перейти до пошуку

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