aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/fairy_souls.json116
-rw-r--r--constants/leveling.json2
-rw-r--r--constants/zones.json60
3 files changed, 177 insertions, 1 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json
new file mode 100644
index 00000000..99a76f2e
--- /dev/null
+++ b/constants/fairy_souls.json
@@ -0,0 +1,116 @@
+{
+ "HUB":[
+ "138,66,129",
+ "169,60,129",
+ "147,53,88",
+ "162,46,69",
+ "176,65,42",
+ "155,62,28",
+ "110,67,58",
+ "87,77,43",
+ "86,89,66",
+ "96,106,121",
+ "113,102,106",
+ "148,112,88",
+ "149,116,115",
+ "111,120,127",
+ "132,144,114",
+ "57,90,79",
+ "48,78,81",
+ "43,120,70",
+ "49,121,69",
+ "40,108,78",
+ "82,61,196",
+ "-133,74,133",
+ "-152,67,123",
+ "-166,79,93",
+ "-183,80,29",
+ "-233,88,84",
+ "-229,123,84",
+ "-259,114,85",
+ "-262,102,67",
+ "-260,96,48",
+ "-252,132,51",
+ "-207,100,66",
+ "-214,103,89",
+ "-191,102,109",
+ "-261,56,115",
+ "-248,74,125",
+ "-245,75,149",
+ "-195,55,153",
+ "-142,77,-31",
+ "-225,72,-21",
+ "-208,70,-80",
+ "-187,92,-104",
+ "-94,72,-129",
+ "-81,70,-88",
+ "-49,90,-72",
+ "-24,88,-63",
+ "-20,90,-12",
+ "-50,132,32",
+ "-56,115,28",
+ "-60,108,3",
+ "43,152,73",
+ "22,132,25",
+ "-52,161,43",
+ "-39,191,34",
+ "-3,193,32",
+ "2,181,31",
+ "10,179,22",
+ "9,75,13",
+ "-32,71,21",
+ "-48,76,49",
+ "26,80,-65",
+ "40,68,-65",
+ "44,68,-34",
+ "168,60,-36",
+ "154,98,-71",
+ "180,63,-15",
+ "-53,70,-100",
+ "-16,66,-110",
+ "-34,67,-150",
+ "-21,79,-166",
+ "-6,66,-179",
+ "-92,59,-138",
+ "-33,76,-213",
+ "34,72,-162",
+ "72,71,-190",
+ "70,90,-149",
+ "104,77,-133",
+ "72,70,-99",
+ "23,79,-134"
+ ],
+ "SPIDERS_DEN":[
+
+ ],
+ "BLAZING_FORTRESS":[
+
+ ],
+ "THE_END":[
+
+ ],
+ "THE_PARK":[
+
+ ],
+ "THE_BARN":[
+
+ ],
+ "MUSHROOM_DESERT":[
+
+ ],
+ "GOLD_MINE":[
+
+ ],
+ "DEEP_CAVERNS":[
+
+ ],
+ "DWARVEN_MINES":[
+
+ ],
+ "JERRYS_WORKSHOP":[
+
+ ],
+ "DUNGEON_HUB":[
+
+ ]
+} \ No newline at end of file
diff --git a/constants/leveling.json b/constants/leveling.json
index 8b277c0d..02e36915 100644
--- a/constants/leveling.json
+++ b/constants/leveling.json
@@ -62,7 +62,7 @@
7000000
],
"leveling_caps": {
- "taming": 50,
+ "taming": 50,
"mining": 60,
"foraging": 50,
"enchanting": 60,
diff --git a/constants/zones.json b/constants/zones.json
new file mode 100644
index 00000000..5ea00ebf
--- /dev/null
+++ b/constants/zones.json
@@ -0,0 +1,60 @@
+{
+ "HUB":{
+ "Display": "Hub",
+ "Scoreboard":[
+ "Wilderness",
+ "Ruins",
+ "Graveyard",
+ "Colosseum",
+ "Coal Mine",
+ "Farm",
+ "Village",
+ "Flower House",
+ "Community Center",
+ "Bank",
+ "Auction House",
+ "Bazaar Alley",
+ "Farm House",
+ "Fashion Shop",
+ "Mountain",
+ "Forest",
+ "High Level",
+ "Wizard Tower",
+ "Builder's House",
+ "Blacksmith"
+ ]
+ },
+ "SPIDERS_DEN":[
+
+ ],
+ "BLAZING_FORTRESS":[
+
+ ],
+ "THE_END":[
+
+ ],
+ "THE_PARK":[
+
+ ],
+ "THE_BARN":[
+
+ ],
+ "MUSHROOM_DESERT":[
+
+ ],
+ "GOLD_MINE":[
+
+ ],
+ "DEEP_CAVERNS":[
+
+ ],
+ "DWARVEN_MINES":[
+
+ ],
+ "JERRYS_WORKSHOP":[
+
+ ],
+ "DUNGEON_HUB":[
+
+ ]
+} \ No newline at end of file