Template:HeroRosterCard: Difference between revisions

QuinnBinn (talk | contribs)
m Gave the hero pictures smooth transitions
finished <templatedata> parameters
Line 53: Line 53:
},
},
"Ability1": {
"Ability1": {
"description": "The name of the first character's ability.",
"description": "The name of the character's first ability.",
"example": "Siphon Life",
"example": "Siphon Life",
"default": "Siphon Life",
"required": true
"required": true
},
},
"Ability2": {
"Ability2": {
"required": true
            "description": "The name of the character's second ability.",
"example": "Shoulder Charge",
            "default": "Shoulder Charge",
            "required": true
},
},
"Ability3": {
"Ability3": {
"required": true
            "description": "The name of the character's third ability.",
"example": "Infernal Resilience",
            "default": "Infernal Resilience",
            "required": true
},
},
"Ability4": {
"Ability4": {
            "description": "The name of the character's ultimate.",
"example": "Seismic Impact",
            "default": "Seismic Impact",
"required": true
"required": true
}
}