mirror of
https://github.com/Auxilor/EcoSkills.git
synced 2026-01-02 05:46:57 +00:00
Fixed woodcutting
This commit is contained in:
12
eco-core/core-plugin/src/main/resources/effects/dodging.yml
Normal file
12
eco-core/core-plugin/src/main/resources/effects/dodging.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: "Dodging"
|
||||
placeholder: "%level% * 0.5"
|
||||
description: "&a%placeholder%%&8 chance to ignore incoming damage"
|
||||
|
||||
effects:
|
||||
- id: cancel_event
|
||||
args:
|
||||
chance: "%level% * 0.5"
|
||||
triggers:
|
||||
- take_damage
|
||||
|
||||
conditions: [ ]
|
||||
@@ -1,6 +1,6 @@
|
||||
name: "Mystic Resilience"
|
||||
placeholder: "%level% * 0.5"
|
||||
description: "&a%chance%%&8 chance to ignore negative potion effects"
|
||||
description: "&a%placeholder%%&8 chance to ignore negative potion effects"
|
||||
|
||||
effects:
|
||||
- id: cancel_event
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Woodcutting
|
||||
description: Cut down trees to earn Woodcutting XP
|
||||
description: Cut down trees to earn XP
|
||||
|
||||
gui:
|
||||
icon: player_head texture:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBjZDEzMjIzYThkOWMxNzNjZWRjZTZjNGJlYmViYTA2YTI0YTFiYTI3NWRkM2ViNWM3OTMzZjlhNzRiYTAxMSJ9fX0=
|
||||
|
||||
Reference in New Issue
Block a user