Template:CreatureInfoBox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 56: | Line 56: | ||
<td style="border-left: 0" class="game-infobox-argument"> | <td style="border-left: 0" class="game-infobox-argument"> | ||
{{#switch: {{{herdingBehavior|}}} | {{#switch: {{{herdingBehavior|}}} | ||
| #default = [[File:no.webp|20x20px]] | |||
| yes = [[File:yes.webp|18x18px]] | |||
| Yes = [[File:yes.webp|18x18px]] | |||
| no = [[File:no.webp|20x20px]] | |||
| No = [[File:no.webp|20x20px]]}}</td></tr> | |||
<tr><td style="border-right: 0" class="game-infobox-attribute"><strong>Pack Behavior</strong></td> | |||
<td style="border-left: 0" class="game-infobox-argument"> | |||
{{#switch: {{{packBehavior|}}} | |||
| #default = [[File:no.webp|20x20px]] | | #default = [[File:no.webp|20x20px]] | ||
| yes = [[File:yes.webp|18x18px]] | | yes = [[File:yes.webp|18x18px]] | ||
Line 209: | Line 217: | ||
"herdingBehavior": { | "herdingBehavior": { | ||
"label": "Herding Behavior", | "label": "Herding Behavior", | ||
"description": "Whether this creature | "description": "Whether this creature travels in herds/packs and sticks close together to creatures of the same type.", | ||
"example": "Yes or no.", | "example": "Yes or no.", | ||
"type": "boolean", | "type": "boolean", | ||
Line 224: | Line 232: | ||
"label": "Mountable", | "label": "Mountable", | ||
"description": "Whether the creature is mountable/ridable with a saddle or not.", | "description": "Whether the creature is mountable/ridable with a saddle or not.", | ||
"example": "Yes or no.", | |||
"type": "boolean", | |||
"default": "No" | |||
}, | |||
"packBehavior": { | |||
"label": "Pack Behavior", | |||
"description": "Whether this creature engages in pack-like behavior or not. If one member of the pack/herd is provoked, all nearby creatures will pursue the aggressor.", | |||
"example": "Yes or no.", | "example": "Yes or no.", | ||
"type": "boolean", | "type": "boolean", | ||
Line 252: | Line 267: | ||
"minAudibleDistance", | "minAudibleDistance", | ||
"herdingBehavior", | "herdingBehavior", | ||
"packBehavior", | |||
"hasSpawnerEgg" | "hasSpawnerEgg" | ||
] | ] |