aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/ArrowTypes.json49
-rw-r--r--constants/MaxwellPowers.json35
2 files changed, 84 insertions, 0 deletions
diff --git a/constants/ArrowTypes.json b/constants/ArrowTypes.json
new file mode 100644
index 0000000..501cf09
--- /dev/null
+++ b/constants/ArrowTypes.json
@@ -0,0 +1,49 @@
+{
+ "arrows": {
+ "NONE": {
+ "arrow": "None"
+ },
+ "SLIME_BALL": {
+ "arrow": "Slime Ball"
+ },
+ "PRISMARINE_SHARD": {
+ "arrow": "Prismarine Shard"
+ },
+ "ARROW": {
+ "arrow": "Flint Arrow"
+ },
+ "REINFORCED_IRON_ARROW": {
+ "arrow": "Reinforced Iron Arrow"
+ },
+ "GOLD_TIPPED_ARROW": {
+ "arrow": "Gold-tipped Arrow"
+ },
+ "REDSTONE_TIPPED_ARROW": {
+ "arrow": "Redstone-tipped Arrow"
+ },
+ "EMERALD_TIPPED_ARROW": {
+ "arrow": "Emerald-tipped Arrow"
+ },
+ "BOUNCY_ARROW": {
+ "arrow": "Bouncy Arrow"
+ },
+ "ICY_ARROW": {
+ "arrow": "Icy Arrow"
+ },
+ "ARMORSHRED_ARROW": {
+ "arrow": "Armorshred Arrow"
+ },
+ "EXPLOSIVE_ARROW": {
+ "arrow": "Explosive Arrow"
+ },
+ "GLUE_ARROW": {
+ "arrow": "Glue Arrow"
+ },
+ "NANSORB_ARROW": {
+ "arrow": "Nansorb Arrow"
+ },
+ "MAGMA_ARROW": {
+ "arrow": "Magma Arrow"
+ }
+ }
+}
diff --git a/constants/MaxwellPowers.json b/constants/MaxwellPowers.json
new file mode 100644
index 0000000..d4abd8a
--- /dev/null
+++ b/constants/MaxwellPowers.json
@@ -0,0 +1,35 @@
+{
+ "powers": [
+ "No Power",
+ "Fortuitous",
+ "Pretty",
+ "Protected",
+ "Simple",
+ "Warrior",
+ "Commando",
+ "Disciplined",
+ "Inspired",
+ "Ominous",
+ "Prepared",
+ "Silky",
+ "Sweet",
+ "Bloody",
+ "Itchy",
+ "Sighted",
+ "Adept",
+ "Mythical",
+ "Forceful",
+ "Shaded",
+ "Strong",
+ "Demonic",
+ "Pleasant",
+ "Hurtful",
+ "Bizarre",
+ "Healthy",
+ "Slender",
+ "Scorching",
+ "Crumbly",
+ "Bubba",
+ "Sanguisuge"
+ ]
+}