diff --git a/ansible/files/gamma-config/plugins/FactoryMod/config.yml b/ansible/files/gamma-config/plugins/FactoryMod/config.yml index feef9f444..bfbea59f2 100644 --- a/ansible/files/gamma-config/plugins/FactoryMod/config.yml +++ b/ansible/files/gamma-config/plugins/FactoryMod/config.yml @@ -16,6 +16,34 @@ log_inventories: true force_include_default: true can_upgrade: true factories: + kinetics: + type: FCC + name: Kinetics Factory + citadelBreakReduction: 1.0 + setupcost: + wind_essence: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: PAPER + amount: 64 + meta: + meta-type: UNSPECIFIC + ==: ItemMeta + display-name: §fWind Essence + breeze_rod: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: BREEZE_ROD + amount: 4 + heavy_core: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: HEAVY_CORE + amount: 1 + recipes: + - charge_wind_essence + - make_maces + - repair_kinetics_factory meteoric_iron_sword: type: FCC name: Meteoric Iron Sword Smith @@ -16733,3 +16761,74 @@ recipes: type: LAPIS_BLOCK amount: 56 health_gained: 10000 + charge_wind_essence: + production_time: 4s + name: Charge Wind Essence + type: PRODUCTION + input: + wind_essence: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: PAPER + amount: 4 + meta: + meta-type: UNSPECIFIC + ==: ItemMeta + display-name: §fWind Essence + diamond: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: DIAMOND + amount: 3 + quartz: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: QUARTZ + amount: 32 + output: + wind_charge: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: WIND_CHARGE + amount: 4 + make_maces: + production_time: 4s + name: Make Maces + type: PRODUCTION + input: + breeze_rod: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: BREEZE_ROD + amount: 3 + heavy_core: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: HEAVY_CORE + amount: 3 + output: + mace: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: MACE + amount: 5 + repair_kinetics_factory: + production_time: 4s + name: Repair Factory + type: REPAIR + input: + wind_essence: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: PAPER + amount: 8 + meta: + meta-type: UNSPECIFIC + ==: ItemMeta + display-name: §fWind Essence + breeze_rod: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: BREEZE_ROD + amount: 1 + health_gained: 10000 diff --git a/ansible/files/gamma-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml b/ansible/files/gamma-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml index d46d92bb2..dcf54da4a 100644 --- a/ansible/files/gamma-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml +++ b/ansible/files/gamma-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml @@ -1,7 +1,7 @@ RandomBleeze: Type: Bleeze Worlds: world - Chance: 0.005 + Chance: 0.008 Priority: 1 Action: REPLACE Biomes: DESERT,ERODED_BADLANDS,SAVANNA,SAVANNA_PLATEAU,BADLANDS diff --git a/ansible/files/paper-config/plugins/FactoryMod/config.yml b/ansible/files/paper-config/plugins/FactoryMod/config.yml index 7c8eda0f3..9d7ac252b 100644 --- a/ansible/files/paper-config/plugins/FactoryMod/config.yml +++ b/ansible/files/paper-config/plugins/FactoryMod/config.yml @@ -29,12 +29,17 @@ factories: meta: meta-type: UNSPECIFIC ==: ItemMeta - display-name: Wind Essence + display-name: §fWind Essence breeze_rod: v: 3839 ==: org.bukkit.inventory.ItemStack type: BREEZE_ROD amount: 4 + heavy_core: + v: 3839 + ==: org.bukkit.inventory.ItemStack + type: HEAVY_CORE + amount: 1 recipes: - charge_wind_essence - make_maces @@ -16809,7 +16814,7 @@ recipes: meta: meta-type: UNSPECIFIC ==: ItemMeta - display-name: Wind Essence + display-name: §fWind Essence diamond: v: 3839 ==: org.bukkit.inventory.ItemStack @@ -16846,16 +16851,7 @@ recipes: v: 3839 ==: org.bukkit.inventory.ItemStack type: MACE - amount: mace_cursed: - v: 3839 - ==: org.bukkit.inventory.ItemStack - type: MACE - amount: 1 - meta: - meta-type: UNSPECIFIC - ==: ItemMeta - enchants: -5 + amount: 5 repair_kinetics_factory: production_time: 4s name: Repair Factory @@ -16869,7 +16865,7 @@ recipes: meta: meta-type: UNSPECIFIC ==: ItemMeta - display-name: Wind Essence + display-name: §fWind Essence breeze_rod: v: 3839 ==: org.bukkit.inventory.ItemStack diff --git a/ansible/files/paper-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml b/ansible/files/paper-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml index d46d92bb2..dcf54da4a 100644 --- a/ansible/files/paper-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml +++ b/ansible/files/paper-config/plugins/MythicMobs/randomspawns/BleezeSpawns.yml @@ -1,7 +1,7 @@ RandomBleeze: Type: Bleeze Worlds: world - Chance: 0.005 + Chance: 0.008 Priority: 1 Action: REPLACE Biomes: DESERT,ERODED_BADLANDS,SAVANNA,SAVANNA_PLATEAU,BADLANDS diff --git a/docs/wiki/media/wind.png b/docs/wiki/media/wind.png new file mode 100644 index 000000000..e6aceecbc Binary files /dev/null and b/docs/wiki/media/wind.png differ diff --git a/docs/wiki/plugins/unique/bleeze.md b/docs/wiki/plugins/unique/bleeze.md new file mode 100644 index 000000000..3654c7bcd --- /dev/null +++ b/docs/wiki/plugins/unique/bleeze.md @@ -0,0 +1,19 @@ +--- +title: Bleeze +description: Mini boss to get maces and wind charges +--- + +# Bleeze +The bleeze is a flying mini-boss that can be found in hot, arid environments, such as deserts or savanna. It is no easy fight! Be sure to bring potions! + +The bleeze will summon breezes which drop wind essence and breeze rods. The wind essence can be used in a **Kinetics Factory** to craft wind charges. + +![Wind charge recipe](media/wind.png) + +Each bleeze also has a guaranteed heavy core drop. + +# Mace + +Maces can be crafted with one breeze rod and one wind charge, or more efficiently in the Kinetics Factory. Their damage is capped at approximately 9 blocks of fall height (5.5 hearts vs full netherite with strength 2) + +Maces deal 2x damage to armour.