enable legacy ability

This commit is contained in:
cecilkorik 2021-11-09 22:23:39 -05:00
parent cae7ccfb99
commit d42bb229b7

View file

@ -1,12 +1,13 @@
[ [
{ {
"modId": "wildermyth", "modId": "cecilkorik_training",
"id": "maethalion_boost_train|NAME|SNARK|111", "id": "maethalion_boost_train|NAME|SNARK|111",
"parameters": [ "parameters": [
{}, {},
{ "replace": "SNARK" }, { "replace": "SNARK" },
{ "replace": "111", "isNumber": true } { "replace": "111", "isNumber": true }
], ],
"stats": { "SNARK": 111 } "stats": { "SNARK": 111 },
"legacyAbilityChoice": true
} }
] ]