From fc7dd959b5271970a2f0df2923c371429a16639d Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:01:30 +0100 Subject: Maxwell powers and arrow data for scoreboard (#92) --- constants/ArrowTypes.json | 49 ++++++++++++++++++++++++++++++++++++++++++++ constants/MaxwellPowers.json | 35 +++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 constants/ArrowTypes.json create mode 100644 constants/MaxwellPowers.json (limited to 'constants') 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" + ] +} -- cgit