Template:Character/doc: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Iamngs
m (Protected "Template:Character/doc" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
(Improved doc to include all parameters)
Line 42: Line 42:
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Additional supported parameters include:
* quickness - defaults to <code>100</code>
* movespeed - defaults to <code>100</code>
* id - object ID of the character (used for <code>wish</code>ing)
* gender - example: <code>Female</code>
* pronouns - example: <code>She/Her</code>
* inventory - one or more objects using [[Template:Inventory]].
* equipment - one or more objects using [[Template:Inventory]]. Be sure to specify the equipped parameter for these.
* skills - skill list delimited by </br>. For example: <code><nowiki>Tactful</br>Gadget Inspector</br>Disassemble</nowiki></code>
* mutations - one or more things using the [[Template:Creature mutation]] template.
* corpse - typically specified like this: <code><nowiki>{{ID to name|Troll Corpse}}</nowiki></code>
* corpsechance - percent chance for the corpse to drop (1-100)
* harvestedinto - the thing this can be harvested into.
* role - The character role. For example: Hero, NPC, or Minion.
* extra - Any extra information. [[Sheba_Hagadias,_Librarian_of_the_Stilt|Sheba]] uses this.
* desc - description. Will be automatically prettified using [[Template:Qud look]].

Revision as of 16:50, 12 August 2019

Asphodel, Earl of Oomenporch
Asphodel.png
Faction

Consortium of Phyta


Usage Example:

{{Character
| title = Asphodel, Earl of Oomenporch
| image = Asphodel.png
| faction = Consortium of Phyta
| level = 30
| hp = 500
| av = 8
| dv = 12
| ma = 12
| strength = 16
| agility = 28
| toughness = 20
| intelligence = 28
| willpower = 33
| ego = 36
| acid = 0
| cold = 0
| electric = 90
| heat = 0
}}

Additional supported parameters include:

  • quickness - defaults to 100
  • movespeed - defaults to 100
  • id - object ID of the character (used for wishing)
  • gender - example: Female
  • pronouns - example: She/Her
  • inventory - one or more objects using Template:Inventory.
  • equipment - one or more objects using Template:Inventory. Be sure to specify the equipped parameter for these.
  • skills - skill list delimited by
    . For example: Tactful</br>Gadget Inspector</br>Disassemble
  • mutations - one or more things using the Template:Creature mutation template.
  • corpse - typically specified like this: {{ID to name|Troll Corpse}}
  • corpsechance - percent chance for the corpse to drop (1-100)
  • harvestedinto - the thing this can be harvested into.
  • role - The character role. For example: Hero, NPC, or Minion.
  • extra - Any extra information. Sheba uses this.
  • desc - description. Will be automatically prettified using Template:Qud look.