Template:Mutation/doc: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<syntaxhighlight lang="xml">
{{Mutation
| title = {{PAGENAME}}
| image =
| type =
| cost =
| slots =
| canequipslots =
| id =
| exclusions =
| variants =
| code =
| desc =
| realitydistort =
| npconly =
| deprecated =
}}
</syntaxhighlight>
{| class="wikitable sortable"
{| class="wikitable sortable"
!Parameter
!Parameter
Line 9: Line 27:
|-
|-
|image
|image
|The image. Mutations usually don't have one unless they are body part replacing.
|The image that represents the mutation
|mutation name.png/none
|mutation name.png/none
|-
|-
Line 20: Line 38:
|int
|int
|-
|-
|av
|slots
|the base armor value at level 1
|which body slots this mutation takes up
|int
|comma-delimited list
|-
|-
|dv
|canequipslots
|The base dodge value at level 1
|whether equipment can be worn over the top of the mutated body slot
|int
|yes/no
|-
|-
|exclusions
|exclusions
|the mutations that cannot be selected when this one is.  
|the mutations that cannot be selected when this one is.  
|Wikilinks to the associated mutations
|Wikilinks to the associated mutations
|-
|variants
|Character creation variants for this mutation (such as <code>Horns, Horn, Antlers, Casque</code>)
|comma-delimited list
|-
|-
|code
|code
Line 39: Line 61:
|The name of the object in Mutations.xml
|The name of the object in Mutations.xml
|string
|string
|-
|agility/strength/willpower/toughness/agility/intelligence
|The stats the mutations affect.
|(+/-)(int)
|-
|acid/electric/cold/heat
|The elemental resistances/weaknesses the mutation has.
|(+/-)(int)
|-
|-
|realitydistort
|realitydistort
|If the mutation is affected by normality effects.
|If the mutation is affected by normality effects.
|true/false
|yes/no
|-
|-
|desc
|desc
|The short description of the mutation.  
|The short description of the mutation.  
|The whole string, with color codes included
|The whole string, with color codes included
|-
|npconly
|set this to "yes" if this mutation is <b><u>not</u></b> available to the player during character creation
| yes/no
|-
|deprecated
|has this mutation been removed from the game?
| yes/no
|}
|}


Line 61: Line 83:
{{Mutation
{{Mutation
| title = Burrowing Claws
| title = Burrowing Claws
| image = none
| image = burrowing claws mutation.png
| type = Physical
| type = Physical
| cost = 2
| cost = 2
| av = 1
| dv = 0
| slots = Hands
| slots = Hands
| id = Burrowing Claws
| id = Burrowing Claws
Line 73: Line 93:
}}
}}
</syntaxhighlight>
</syntaxhighlight>
{{suppress categories|
{{Mutation
{{Mutation
| title = Burrowing Claws
| title = Burrowing Claws
| image = none
| image = burrowing claws mutation.png
| type = Physical
| type = Physical
| cost = 2
| cost = 2
| av = 1
| dv = 0
| slots = Hands
| slots = Hands
| id = Burrowing Claws
| id = Burrowing Claws
Line 85: Line 104:
| code = bb
| code = bb
| desc = ya dig?
| desc = ya dig?
}}
}}
}}

Latest revision as of 15:51, 11 October 2021

{{Mutation
| title = {{PAGENAME}}
| image = 
| type = 
| cost = 
| slots = 
| canequipslots =
| id = 
| exclusions = 
| variants =
| code = 
| desc = 
| realitydistort =
| npconly =
| deprecated =
}}
Parameter Explanation Data type
title The name of the mutation. string
image The image that represents the mutation mutation name.png/none
type The category of mutation it is in. Auto adds the mutation to that category in the wiki. Physical/Mental/Physical defect/Mental defect
cost How many mutation points it costs to buy. int
slots which body slots this mutation takes up comma-delimited list
canequipslots whether equipment can be worn over the top of the mutated body slot yes/no
exclusions the mutations that cannot be selected when this one is. Wikilinks to the associated mutations
variants Character creation variants for this mutation (such as Horns, Horn, Antlers, Casque) comma-delimited list
code The creation code that is used for the build code. string
id The name of the object in Mutations.xml string
realitydistort If the mutation is affected by normality effects. yes/no
desc The short description of the mutation. The whole string, with color codes included
npconly set this to "yes" if this mutation is not available to the player during character creation yes/no
deprecated has this mutation been removed from the game? yes/no

Usage:

{{Mutation
| title = Burrowing Claws
| image = burrowing claws mutation.png
| type = Physical
| cost = 2
| slots = Hands
| id = Burrowing Claws
| exclusions = Flaming Hands, Freezing Hands
| code = bb
| desc = ya dig?
}}
Burrowing Claws
Burrowing claws mutation.png
Category

Physical

Cost

2

Body LocationThe body part(s) where this
mutation can be located

Hands

ExclusionsOther mutations that cannot be
selected with this mutation

Flaming Hands, Freezing Hands

ID?Use this ID to wish for the mutation
(example: mutation:Burrowing Claws)

Burrowing Claws

Burrowing Claws

ya dig?