PokemonFeatures - Provismet/Gimme-That-Gimmick GitHub Wiki
An object used to define Species Features that should be applied to a Pokemon.
Fields
PokemonFeatures does not have a list of pre-determined fields and values. Instead it can accept any number of fields and with any name.
It accepts booleans, integers, and strings as values for its fields and will convert each one into a flag, int, or choice feature accordingly.
Example
"features": {
"alolan": false,
"mega_evolution": "mega",
"gimmighoul_coins": 5
}