Skip to content

Commit

Permalink
More alpha stuff (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Sep 8, 2023
1 parent 62ed600 commit ae0c25f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
14 changes: 11 additions & 3 deletions constants/museum.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
"GIANT_CLEAVER",
"SPIDER_QUEENS_STINGER",
"VENOMS_TOUCH",
"FELTHORN_REAPER",
"SHAMAN_SWORD",
"BONE_REAVER",
"POOCH_SWORD",
"EMERALD_BLADE",
"INK_WAND",
Expand Down Expand Up @@ -98,6 +100,7 @@
"VOODOO_DOLL",
"VOODOO_DOLL_WILTED",
"FLOWER_OF_TRUTH",
"BOUQUET_OF_LIES",
"WITHER_CLOAK",
"NECROMANCER_SWORD",
"GIANTS_SWORD",
Expand Down Expand Up @@ -243,6 +246,9 @@
"OBSIDIAN_CHESTPLATE",
"SQUID_BOOTS",
"BONZO_MASK",
"BALLOON_SNAKE",
"BONE_NECKLACE",
"SOULWEAVER_GLOVES",
"SPIRIT_MASK",
"WATER_HYDRA_HEAD",
"VAMPIRE_MASK",
Expand Down Expand Up @@ -813,13 +819,15 @@
"THEORETICAL_HOE_CANE_3": "THEORETICAL_HOE_CANE_2",
"VOODOO_DOLL_WILTED": "VOODOO_DOLL",
"WEIRDER_TUBA": "WEIRD_TUBA",
"BOUQUET_OF_LIES": "FLOWER_OF_TRUTH",
"FELTHORN_REAPER": "BONE_REAVER",
"MONSTER_RAIDER": "MONSTER_HUNTER"
},
"max_values": {
"total": 334,
"weapons": 125,
"total": 340,
"weapons": 128,
"armor": 110,
"rarities": 99,
"rarities": 102,
"special": 48
}
}
16 changes: 8 additions & 8 deletions items/DARK_CLAYMORE.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"itemid": "minecraft:stone_sword",
"displayname": "§f§f§6Dark Claymore",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d624 §8(2615)\",1:\"§7Damage: §c+500 §8(+2,095)\",2:\"§7Strength: §c+100 §8(+419)\",3:\"§7Crit Damage: §c+30% §8(+125.7%)\",4:\"§7Swing Range: §c5\",5:\" §8[§8❁§8] §8[§8❁§8]\",6:\"\",7:\"§7§7§oThat thing was too big to be\",8:\"§7§ocalled a sword, it was more like\",9:\"§7§oa large hunk of stone.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aMaster Mode\",13:\"§aCatacombs Floor VII Completion§c.\",14:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}",
"displayname": "§6Dark Claymore",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d624\",1:\"§7Damage: §c+500\",2:\"§7Strength: §c+100\",3:\"§7Crit Damage: §c+30%\",4:\"§7Swing Range: §a+2\",5:\" §8[§8❁§8] §8[§8❁§8]\",6:\"\",7:\"§7§7§oThat thing was too big to be\",8:\"§7§ocalled a sword, it was more like\",9:\"§7§oa large hunk of stone.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aMaster Mode\",13:\"§aCatacombs Floor VII Completion§c.\",14:\"§6§lLEGENDARY DUNGEON LONGSWORD\"],Name:\"§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}",
"damage": 0,
"lore": [
"§7Gear Score: §d624 §8(2615)",
"§7Damage: §c+500 §8(+2,095)",
"§7Strength: §c+100 §8(+419)",
"§7Crit Damage: §c+30% §8(+125.7%)",
"§7Swing Range: §c5",
"§7Gear Score: §d624",
"§7Damage: §c+500",
"§7Strength: §c+100",
"§7Crit Damage: §c+30%",
"§7Swing Range: §a+2",
" §8[§8❁§8] §8[§8❁§8]",
"",
"§7§7§oThat thing was too big to be",
Expand All @@ -18,7 +18,7 @@
"§7§8This item can be reforged!",
"§7§4❣ §cRequires §aMaster Mode",
"§aCatacombs Floor VII Completion§c.",
"§6§lLEGENDARY LONGSWORD"
"§6§lLEGENDARY DUNGEON LONGSWORD"
],
"internalname": "DARK_CLAYMORE",
"crafttext": "",
Expand Down

0 comments on commit ae0c25f

Please sign in to comment.