From e4d87bc0780fce10d6e1f2599f48492d6786b3b4 Mon Sep 17 00:00:00 2001 From: raeleus Date: Fri, 20 Sep 2024 21:11:58 -0700 Subject: [PATCH] Added more addExperience synonyms --- Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.js b/Input.js index 77148eb..161ca98 100644 --- a/Input.js +++ b/Input.js @@ -9,7 +9,7 @@ const healSynonyms = ["heal", "mend", "restore"] const damageSynonyms = ["damage", "hurt", "harm", "injure"] const restSynonyms = ["rest", "longrest", "shortrest", "sleep", "nap"] const setExperienceSynonyms = ["setexperience", "setexp", "setxp", "setexperiencepoints"] -const addExperienceSynonyms = ["addexperience", "addexp", "addxp", "addexperiencepoints", "experience", "exp", "xp", "experiencepoints"] +const addExperienceSynonyms = ["addexperience", "addexp", "addxp", "addexperiencepoints", "experience", "exp", "gainxp", "gainexperience", "xp", "experiencepoints"] const levelUpSynonyms = ["levelup", "level"] const setStatSynonyms = ["setstat", "setstatistic", "setattribute", "setability", "changestat", "changestatistic", "changeattribute", "changeability", "updatestat", "updatestatistic", "updateattribute", "updateability", "stat", "attribute", "ability"] const showStatsSynonym = ["showstats", "stats", "viewstats", "showabilities", "abilities", "viewabilities", "showstatistics", "statistics", "viewstatistics", "showattributes", "attributes", "viewattributes"]