From d42bb229b7095adfd2a5c2760a78d8e344ae34d3 Mon Sep 17 00:00:00 2001 From: cecilkorik Date: Tue, 9 Nov 2021 22:23:39 -0500 Subject: [PATCH] enable legacy ability --- assets/data/aspects/aspects.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/data/aspects/aspects.json b/assets/data/aspects/aspects.json index 0d6e5f7..53fee82 100644 --- a/assets/data/aspects/aspects.json +++ b/assets/data/aspects/aspects.json @@ -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 } ] \ No newline at end of file