Template:Mutation/doc: Difference between revisions

m
no edit summary
(note to self: exclude template namespace when using addtext)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{Mutation
{{Mutation
| title = {{PAGENAME}}
| title = {{PAGENAME}}
| image = none
| image =  
| type =  
| type =  
| cost =  
| cost =  
| slots =  
| slots =  
| canequipslots =
| id =  
| id =  
| exclusions =  
| exclusions =  
| variants =
| code =  
| code =  
| desc =  
| desc =  
| realitydistort =
| realitydistort =
| npconly =
| deprecated =
}}
}}
</syntaxhighlight>
</syntaxhighlight>
Line 23: 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 33: Line 37:
|How many mutation points it costs to buy.
|How many mutation points it costs to buy.
|int
|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
|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 48: Line 64:
|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 59: 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
Line 69: 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
Line 79: Line 104:
| code = bb
| code = bb
| desc = ya dig?
| desc = ya dig?
}}
}}
}}