mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-06 05:30:28 -04:00
Added more addExperience synonyms
This commit is contained in:
parent
8e9d1f8105
commit
e4d87bc078
1 changed files with 1 additions and 1 deletions
2
Input.js
2
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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue