aboutsummaryrefslogtreecommitdiff
path: root/util/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'util/constants.js')
-rw-r--r--util/constants.js15
1 files changed, 13 insertions, 2 deletions
diff --git a/util/constants.js b/util/constants.js
index 95664dd..5155132 100644
--- a/util/constants.js
+++ b/util/constants.js
@@ -2,6 +2,8 @@ import PogObject from "PogData"
let PogData = new PogObject("Coleweight", {
"api_key": "",
+ "professional": 0,
+ "jungle_amulet": true,
"x": 0.5,
"y": 141,
"coleweight": 0,
@@ -27,14 +29,23 @@ let DowntimeData = new PogObject("Coleweight", {
"y": 0
}, "config/.downtime_data.json")
+let CollectionData = new PogObject("Coleweight", {
+ "x": 0,
+ "y": 0
+}, "config/.collection_data.json")
+
+const PREFIX = "&2[CW] "
export default
{
- PREFIX: "&2[CW] ",
+ PREFIX: PREFIX,
+ CALCULATEERRORMESSAGE: `${PREFIX}&cInvalid arguments. '/cw calculate help' for more information.`,
+ INVALIDARGS: `${PREFIX}&cInvalid arguments. '/cw help' for more information.`,
VERSION: (JSON.parse(FileLib.read("Coleweight", "metadata.json"))).version,
data: PogData,
powderdata: PowderData,
timerdata: TimerData,
- downtimedata: DowntimeData,
+ collectiondata: DowntimeData,
+ collectiondata: CollectionData,
throneValues: [],
spiralValues: [],
beta: false,