From 76994943fdc4e10413ae6e87b7e88cb15572f9f7 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Fri, 6 Aug 2021 20:45:50 -0700 Subject: [PATCH] dwa --- biomes/hot/desert-dunes.json | 2 +- dimensions/overworld.json | 1 + entities/unique/amenhotep.json | 213 +++++++++++++++++++++++++++++++++ loot/amenhotep.json | 152 +++++++++++++++++++++++ 4 files changed, 367 insertions(+), 1 deletion(-) create mode 100644 entities/unique/amenhotep.json create mode 100644 loot/amenhotep.json diff --git a/biomes/hot/desert-dunes.json b/biomes/hot/desert-dunes.json index 264df56b..f5d36435 100644 --- a/biomes/hot/desert-dunes.json +++ b/biomes/hot/desert-dunes.json @@ -35,7 +35,7 @@ "structure": "pillager_outpost" }, { - "rarity": 1500, + "rarity": 100, "structure": "village-hot" }, { diff --git a/dimensions/overworld.json b/dimensions/overworld.json index a8e7da8d..f19bb1f3 100644 --- a/dimensions/overworld.json +++ b/dimensions/overworld.json @@ -2,6 +2,7 @@ "version": 2005, "OVERWORLD-VERSION": 3.134, "name": "Overworld", + "focus": "hot/desert-dunes", "environment": "NORMAL", "fluidHeight": 63, "CONTINENTS": "Continent settings containing placement of the continents.", diff --git a/entities/unique/amenhotep.json b/entities/unique/amenhotep.json new file mode 100644 index 00000000..2ddce79e --- /dev/null +++ b/entities/unique/amenhotep.json @@ -0,0 +1,213 @@ +{ + "type": "STRAY", + "customName": "Amenhotep Amari", + "spawnEffect": { + "interval": 0, + "chance": 1, + "maxPitch": 0.7, + "minPitch": 0.2, + "sound": "ENTITY_SKELETON_HORSE_DEATH", + "particleEffect": "ENCHANTMENT_TABLE", + "particleCount": 100 + }, + "attributes": [ + { + "attribute": "GENERIC_ARMOR", + "maxAmount": 100, + "minAmount": 100, + "operation": "ADD_NUMBER" + } + ], + + "mainHand": { + "type": "netherite_sword", + "displayName": "Amenhotep's Hand", + "lore": [ + "Amenhotep's Hand won't let you go\nYou won't let it go and \nYour souls are intertwined" + ], + "maxDurability": 1, + "enchantments": [ + { + "enchantment": "sharpness", + "chance": 1, + "minLevel": 5, + "maxLevel": 8 + }, + { + "enchantment": "knockback", + "chance": 1, + "minLevel": 3, + "maxLevel": 5 + }, + { + "enchantment": "flame", + "chance": 1, + "minLevel": 3, + "maxLevel": 5 + }, + { + "enchantment": "vanishing_curse", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + }, + { + "enchantment": "binding_curse", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + } + ] + }, + "pickupItems": false, + "helmet": { + "type": "golden_helmet", + "unbreakable": true, + "lore": [ + "Amenhotep's Eyes\nSee as the king would" + ], + "enchantments": [ + { + "enchantment": "protection", + "chance": 1, + "maxLevel": 5 + }, + { + "enchantment": "thorns", + "chance": 1, + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "vanishing_curse", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_LUCK", + "maxAmount": 5, + "minAmount": 3, + "chance": 1, + "name": "AmenhotepLuck", + "operation": "ADD_NUMBER" + } + ] + }, + "chestplate": { + "type": "golden_chestplate", + "unbreakable": true, + "lore": [ + "Amenhotep's Heart\nHeart of the king" + ], + "enchantments": [ + { + "enchantment": "protection", + "chance": 1, + "maxLevel": 5 + }, + { + "enchantment": "thorns", + "chance": 1, + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "vanishing_curse", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_MAX_HEALTH", + "maxAmount": 5, + "minAmount": 3, + "chance": 1, + "name": "AmenhotepHeart", + "operation": "ADD_NUMBER" + } + ] + }, + "leggings": { + "type": "golden_leggings", + "unbreakable": true, + "lore": [ + "Amenhotep's Leggs\nStance of the king" + ], + "enchantments": [ + { + "enchantment": "protection", + "chance": 1, + "maxLevel": 5 + }, + { + "enchantment": "thorns", + "chance": 1, + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "vanishing_curse", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_KNOCKBACK_RESISTANCE", + "maxAmount": 5, + "minAmount": 3, + "chance": 1, + "name": "AmenhotepLeggs", + "operation": "ADD_NUMBER" + } + ] + }, + "boots": { + "type": "golden_boots", + "unbreakable": true, + "lore": [ + "Amenhotep's Soul\nSoul of the king" + ], + "enchantments": [ + { + "enchantment": "protection", + "chance": 1, + "maxLevel": 5 + }, + { + "enchantment": "feather_falling", + "chance": 1, + "maxLevel": 3 + }, + { + "enchantment": "thorns", + "chance": 1, + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "frost_walker", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + }, + { + "enchantment": "vanishing_curse", + "chance": 1, + "minLevel": 1, + "maxLevel": 1 + } + ] + }, + "loot": { + "tables": [ + "amenhotep" + ] + } +} \ No newline at end of file diff --git a/loot/amenhotep.json b/loot/amenhotep.json new file mode 100644 index 00000000..af07ae73 --- /dev/null +++ b/loot/amenhotep.json @@ -0,0 +1,152 @@ +{ + "name": "Amenhotep's Loot", + "rarity": 1, + "maxPicked": 5, + "minPicked": 5, + "loot": [ + { + "type": "golden_boots", + "lore": [ + "Amenhotep's Soul\nSoul of the king" + ], + "enchantments": [ + { + "enchantment": "protection", + "maxLevel": 1 + }, + { + "enchantment": "thorns", + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "frost_walker", + "minLevel": 1, + "maxLevel": 1 + }, + { + "enchantment": "binding_curse", + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_MOVEMENT_SPEED", + "maxAmount": 5, + "minAmount": 3, + "name": "AmenhotepSpeed", + "operation": "ADD_NUMBER" + } + ] + }, + { + "type": "golden_helmet", + "lore": [ + "Amenhotep's Leggs\nStance of the king" + ], + "enchantments": [ + { + "enchantment": "protection", + "maxLevel": 1 + }, + { + "enchantment": "thorns", + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "binding_curse", + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_KNOCKBACK_RESISTANCE", + "maxAmount": 5, + "minAmount": 3, + "name": "AmenhotepLeggs", + "operation": "ADD_NUMBER" + } + ] + }, + { + "type": "golden_chestplate", + "lore": [ + "Amenhotep's Heart\nHeart of the king" + ], + "enchantments": [ + { + "enchantment": "protection", + "maxLevel": 1 + }, + { + "enchantment": "thorns", + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "binding_curse", + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_MAX_HEALTH", + "maxAmount": 5, + "minAmount": 3, + "name": "AmenhotepHeart", + "operation": "ADD_NUMBER" + } + ] + }, + { + "type": "golden_helmet", + "lore": [ + "Amenhotep's Eyes\nSee as the king would" + ], + "enchantments": [ + { + "enchantment": "protection", + "maxLevel": 1 + }, + { + "enchantment": "thorns", + "maxLevel": 3, + "minLevel": 1 + }, + { + "enchantment": "binding_curse", + "minLevel": 1, + "maxLevel": 1 + } + ], + "attributes": [ + { + "attribute": "GENERIC_LUCK", + "maxAmount": 5, + "minAmount": 3, + "name": "AmenhotepLuck", + "operation": "ADD_NUMBER" + } + ] + }, + { + "type": "golden_sword", + "displayName": "Amenhotep's Hand", + "lore": [ + "Amenhotep's Hand won't let you go\nYou won't let it go and \nyour souls are intertwined" + ], + "maxDurability": 1, + "enchantments": [ + { + "enchantment": "binding_curse", + "minLevel": 1, + "maxLevel": 1 + } + ] + } + ] +} \ No newline at end of file