Skip to content

variants.yaml

Tekla edited this page May 31, 2021 · 1 revision

Example:

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

Flags

Type Flag Description Range
string original Original critter from which to
The rest is the same as critters.yaml
Clone this wiki locally