diff --git a/eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml new file mode 100644 index 00000000..9c463d83 --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/rainartifact.yml @@ -0,0 +1,48 @@ +# +# Rain Artifact EcoEnchant +# + +name: "Rain Artifact" +description: Creates rain particles. +enabled: true + +obtaining: + table: true + villager: true + loot: true + rarity: epic + +general-config: + targets: + - pickaxe + - sword + - axe + - elytra + - bow + - crossbow + - trident + grindstoneable: true + disabled-in-worlds: [ ] + conflicts: [ ] + +config: + # For Attack + radius: 1 + y-delta: 0.07 + radius-multiplier: 5 + use-double-helix: false + + # For Arrows + Tridents + particle-tick-delay: 2 + + # For Pickaxes + amount: 10 + on-blocks: + - diamond_ore + - gold_ore + - lapis_ore + - redstone_ore + - iron_ore + - copper_ore + - obsidian + - ancient_debris \ No newline at end of file diff --git a/eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml b/eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml new file mode 100644 index 00000000..a4d5dc0e --- /dev/null +++ b/eco-core/core-plugin/src/main/resources/enchants/artifact/slimeartifact.yml @@ -0,0 +1,48 @@ +# +# Slime Artifact EcoEnchant +# + +name: "Slime Artifact" +description: Creates slime particles. +enabled: true + +obtaining: + table: true + villager: true + loot: true + rarity: epic + +general-config: + targets: + - pickaxe + - sword + - axe + - elytra + - bow + - crossbow + - trident + grindstoneable: true + disabled-in-worlds: [ ] + conflicts: [ ] + +config: + # For Attack + radius: 1 + y-delta: 0.07 + radius-multiplier: 5 + use-double-helix: false + + # For Arrows + Tridents + particle-tick-delay: 2 + + # For Pickaxes + amount: 10 + on-blocks: + - diamond_ore + - gold_ore + - lapis_ore + - redstone_ore + - iron_ore + - copper_ore + - obsidian + - ancient_debris \ No newline at end of file