enable legacy ability
This commit is contained in:
parent
cae7ccfb99
commit
d42bb229b7
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
[
|
||||
{
|
||||
"modId": "wildermyth",
|
||||
"modId": "cecilkorik_training",
|
||||
"id": "maethalion_boost_train|NAME|SNARK|111",
|
||||
"parameters": [
|
||||
{},
|
||||
{ "replace": "SNARK" },
|
||||
{ "replace": "111", "isNumber": true }
|
||||
],
|
||||
"stats": { "SNARK": 111 }
|
||||
"stats": { "SNARK": 111 },
|
||||
"legacyAbilityChoice": true
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue