diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2024-01-13 21:01:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 21:01:30 +0100 |
commit | fc7dd959b5271970a2f0df2923c371429a16639d (patch) | |
tree | 56b9ad43bf907214fcdecdc6ce79c3aea0c8e077 | |
parent | a93021458fe9581bbbf8621067c5d913c3efecd2 (diff) | |
download | SkyHanni-REPO-fc7dd959b5271970a2f0df2923c371429a16639d.tar.gz SkyHanni-REPO-fc7dd959b5271970a2f0df2923c371429a16639d.tar.bz2 SkyHanni-REPO-fc7dd959b5271970a2f0df2923c371429a16639d.zip |
Maxwell powers and arrow data for scoreboard (#92)
-rw-r--r-- | constants/ArrowTypes.json | 49 | ||||
-rw-r--r-- | constants/MaxwellPowers.json | 35 |
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" + ] +} |