Jump to content

Template:CreatureInfoBox: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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 232: Line 224:
"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 267: Line 252:
"minAudibleDistance",
"minAudibleDistance",
"herdingBehavior",
"herdingBehavior",
"packBehavior",
"hasSpawnerEgg"
"hasSpawnerEgg"
]
]