-
Notifications
You must be signed in to change notification settings - Fork 6
variants.yaml
Tekla edited this page May 31, 2021
·
1 revision
Megaboar:
original: "Boar"
localization:
- ["English", "Mega Boar"]
- ["Spanish", "Mega Cerdo"]
custom:
damage_multi: 1
evolution:
[1, 1]: { stage: 1, scale: 1.8, h: 0, s: 0.2, v: 0.05 }
[2, 2]: { stage: 1, scale: 2, h: -0.1, s: 0.2, v: 0.05 }
[3, 3]: { stage: 2, scale: 2.2, h: 0.1, s: 0.2, v: 0.05 }
character:
health: 40
AGreyling:
original: "Greyling"
localization:
- ["English", "Alpha Greyling"]
- ["Spanish", "Alpha Greyling"]
custom:
damage_multi: 2
evolution:
[1, 1]: { stage: 1, scale: 1.2, h: 0, s: 0.2, v: 0.05 }
[2, 2]: { stage: 1, scale: 1.4, h: -0.1, s: 0.2, v: 0.05 }
[3, 3]: { stage: 2, scale: 1.6, h: 0.1, s: 0.2, v: 0.05 }
character:
health: 50
Type | Flag | Description | Range |
---|---|---|---|
string |
original | Original critter from which to | |
The rest is the same as critters.yaml |