From 4ccedff9647e29c4a3886cf5d35e65c4e983b35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20Am=C3=A9aume?= <62576432+LuluxClient@users.noreply.github.com> Date: Sun, 4 Sep 2022 23:40:25 +0200 Subject: [PATCH] Added spell type --- eco-core/core-plugin/src/main/resources/types.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/types.yml b/eco-core/core-plugin/src/main/resources/types.yml index 425ef476..845c1c77 100644 --- a/eco-core/core-plugin/src/main/resources/types.yml +++ b/eco-core/core-plugin/src/main/resources/types.yml @@ -15,8 +15,15 @@ types: high-level-bias: 0 no-grindstone: true # If enchants of this type should not be removable in the grindstone + - id: spell + format: "" + limit: 1 + high-level-bias: 0.5 + no-grindstone: false # If enchants of this type should not be removable in the grindstone + - id: special format: "" limit: 1 high-level-bias: 0.7 no-grindstone: false # If enchants of this type should not be removable in the grindstone +