Difference between revisions of "Template:Special Pet Info"
From Dungeon Defenders 2 Wiki
(Putting the template inside of a div to make it possible to use properly with flexbox) |
(Replacing Worn icon for any rarity with a gif that cycles through the possible rarities) |
||
Line 9: | Line 9: | ||
| Mythical = <span style="color:#ff00ff"> [[File:Mythical Icon.png|18px]] Mythical </span> | | Mythical = <span style="color:#ff00ff"> [[File:Mythical Icon.png|18px]] Mythical </span> | ||
| Legendary = <span style="color:#FFF380"> [[File:Legendary Icon.png|18px]] Legendary </span> | | Legendary = <span style="color:#FFF380"> [[File:Legendary Icon.png|18px]] Legendary </span> | ||
− | | Any = [[File: | + | | Any = [[File:Any Rarity.gif|18px]] Can hatch in any rarity |
| #default = <span style="color:#808080"> [[File:Worn Icon.png|18px]] Rarity? </span> | | #default = <span style="color:#808080"> [[File:Worn Icon.png|18px]] Rarity? </span> | ||
}} | }} |
Latest revision as of 12:17, 31 October 2023
|
Parameters
Parameter | Description |
---|---|
icon | The icon for the pet. File:Miscellaneous Enemy Icon.png will be used if this parameter is not set.
|
name | Name of the pet. |
rarity | Rarity of the pet. Use "Any" if the pet can hatch in any rarity. |
obtain | Method of obtaining the pet. If the pet costs currency, currency keywords Gems, Gold, Defender Medals will automatically be converted to images.
|
ability1 | The special ability of the pet. |
ability2 | An alternate special ability of the pet, if applicable. |
ability3 | An alternate special ability of the pet, if applicable. |
Example
Wiki Text | Result | ||
---|---|---|---|
{{Special Pet Info
| File:Katkarot icon.png
| Katkarot
| Any
| Costs 250 Gems
| Metsu Gatodouken
| Shinku Gatodouken
}}
|
| ||
{{Special Pet Info
| icon = File:Katkarot icon.png
| name = Katkarot
| rarity = Any
| obtain = Costs 250 Gems
| ability1 = Metsu Gatodouken
| ability2 = Shinku Gatodouken
}}
|
|