12 lines
208 B
JSON
12 lines
208 B
JSON
|
{
|
||
|
"type": "choice",
|
||
|
"keys": ["paldean_breed"],
|
||
|
"default": "false",
|
||
|
"choices": [
|
||
|
"combat",
|
||
|
"aqua",
|
||
|
"blaze"
|
||
|
],
|
||
|
"isAspect": true,
|
||
|
"aspectFormat": "paldean-breed-{{choice}}"
|
||
|
}
|