Template:Character: Difference between revisions

add light source to character infobox
Remove properties from Characters table that have moved to PhysicalProperties table
Line 22: Line 22:
|StrengthMult=Float|AgilityMult=Float|ToughnessMult=Float
|StrengthMult=Float|AgilityMult=Float|ToughnessMult=Float
|IntelligenceMult=Float|WillpowerMult=Float|EgoMult=Float
|IntelligenceMult=Float|WillpowerMult=Float|EgoMult=Float
|AcidResist=Integer
|ElectricResist=Integer
|HeatResist=Integer
|ColdResist=Integer
|XPValue=Integer
|XPValue=Integer
|XPTier=Integer
|XPTier=Integer
Line 69: Line 65:
|Ego={{{ego|}}}
|Ego={{{ego|}}}
|EgoMult={{{egomult|}}}
|EgoMult={{{egomult|}}}
|AcidResist={{{acid|}}}|ElectricResist={{{electric|}}}{{{electrical|}}}
|HeatResist={{{heat|}}}|ColdResist={{{cold|}}}
|XPValue={{{xpvalue|}}}|XPTier={{{xptier|}}}
|XPValue={{{xpvalue|}}}|XPTier={{{xptier|}}}
|Gender={{{gender|}}}|Pronouns={{{pronouns|}}}
|Gender={{{gender|}}}|Pronouns={{{pronouns|}}}
Line 256: Line 250:


----------------------------------------->
----------------------------------------->
{{#if: {{{acid|}}}{{{electric|}}}{{{electrical|}}}{{{cold|}}}{{{heat|}}}
{{#if: {{{acid|}}}{{{electric|}}}{{{cold|}}}{{{heat|}}}
| <!-- Only create resistances block if at least one resistance is specified -->
| <!-- Only create resistances block if at least one resistance is specified -->
{{infobox row|class=qud-resistances|field=
{{infobox row|class=qud-resistances|field=
<div class="qud-resistances-wrapper">
<div class="qud-resistances-wrapper">
{{ Character/Resistance |Acid|{{{acid|0}}}}}
{{ Character/Resistance |Acid|{{{acid|0}}}}}
{{ Character/Resistance |Elec|{{{electric|{{{electrical|0}}}}}}}}
{{ Character/Resistance |Elec|{{{electric|0}}}}}
{{ Character/Resistance |Cold|{{{cold|0}}}}}
{{ Character/Resistance |Cold|{{{cold|0}}}}}
{{ Character/Resistance |Heat|{{{heat|0}}}}}
{{ Character/Resistance |Heat|{{{heat|0}}}}}