diff --git a/items.md b/items.md new file mode 100644 index 0000000..34ed2a1 --- /dev/null +++ b/items.md @@ -0,0 +1,45 @@ +# Brainstorming + +## Piglin set + +Some sort of gold focused set? maybe just a pickaxe & sword? +extra gold drops from piglins +extra gold drops in the nether? + +Greed or midas related name? Hubris? + +## Misc (not a set) + +- Lamenting Malice (crossbow OR bow that drops extra ghast tears) +- Roman Candle (Sword with extra fortune when killing blazes) +- Axe with wither skeleton head fortune + > Cortex Rampage? + > Chaotic Solutions? + > Demon Days? + +# Set Ideas + +## Generic + +All tools / armor are unbreakable, high effiency, nothing special +Armor should probably only be like prot 6 + +**Full set effect**: Maybe the full armor set could give you a particle effect? + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mythic-items/terra-pickaxe.json b/src/main/resources/mythic-items/terra-pickaxe.json index b323fc8..a5bf2cd 100644 --- a/src/main/resources/mythic-items/terra-pickaxe.json +++ b/src/main/resources/mythic-items/terra-pickaxe.json @@ -4,7 +4,7 @@ "UNBREAKING" : 9, "EFFICIENCY" : 9 }, - "Name" : "Terra Pickaxe", + "Name" : "§2§lTerra§r §fPickaxe", "Lore" : [ "and the land thrashes in furious pain..." ], diff --git a/src/main/resources/mythic-items/terra-shovel.json b/src/main/resources/mythic-items/terra-shovel.json index f1e6e45..611371b 100644 --- a/src/main/resources/mythic-items/terra-shovel.json +++ b/src/main/resources/mythic-items/terra-shovel.json @@ -4,7 +4,7 @@ "UNBREAKING" : 10, "EFFICIENCY" : 9 }, - "Name" : "Terra Shovel", + "Name" : "§2§lTerra§r§f Shovel", "Lore" : [ "All will eventually return to Terra." ],