Template:Extra info: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(changed extra info storage because lists are kind of terrible)
(if uniquechara, will actually display)
Line 22: Line 22:
-->{{#if:{{{reflect|}}}|<li>Reflects {{{reflect}}}% of damage, rounded up}}<!--
-->{{#if:{{{reflect|}}}|<li>Reflects {{{reflect}}}% of damage, rounded up}}<!--
-->{{#if: {{{movespeedbonus|}}}|<li>{{{movespeedbonus}}} Movespeed}}<!--
-->{{#if: {{{movespeedbonus|}}}|<li>{{{movespeedbonus}}} Movespeed}}<!--
-->{{#ifeq: {{{uniquechara|}}}|yes|<li>This creature is unique}}<!--
-->{{#if:{{{extrainfo|}}}|<li>{{{extrainfo}}} }}
-->{{#if:{{{extrainfo|}}}|<li>{{{extrainfo}}} }}
</ul></includeonly><noinclude><!----
</ul></includeonly><noinclude><!----
Line 100: Line 101:
| int
| int
| {{{movespeedbonus}}} Movespeed
| {{{movespeedbonus}}} Movespeed
|-
|uniquechara
|yes
| This creature is unique
|-
|-
| extrainfo
| extrainfo
| any other info that does not fit
| any other info that does not fit
|}[[Category:Cargo Store Templates]]</noinclude>
|}[[Category:Cargo Store Templates]]</noinclude>

Revision as of 15:40, 10 September 2019

This template defines the table "ExtraInfo". View table.To be used only in the Extra variable in Template:Character and Template:Item.

variable possible values output
aquatic yes This creature is aquatic.
isswarmer (if swarmbonus not specified) yes Swarmer: This creature receives +1 to its to-hit and penetration rolls for each other swarmer beyond the first who is adjacent to its target.
swarmbonus (and isswarmer is specified) ye Swarm Alpha: As long as this creature is adjacent to its target, it grants +{{{swarmbonus}}} to the swarm bonuses of each other swarmer who is adjacent to its target.
flyover yes Can be flown over.
solid yes/no Can/cannot be walked on/through
twohanded yes Requires two hands to wield
metal yes Made out of Metal
lightprojectile yes Light projectiles
cursed yes Cannot be unequipped
empsensitive yes EMP Sensitive
exoticfood yes Exotic food
destroyonunequip yes Destroyed when unequipped
spectacles yes Corrects vision
carrybonus integer +(number) to max carry weight
savemodifier, savemodifieramt string,int (number) vs. (savemodifier)
reflect int Reflects {{{reflect}}}% of damage, rounded up
movespeedbonus int {{{movespeedbonus}}} Movespeed
uniquechara yes This creature is unique
extrainfo any other info that does not fit