MineCICD added "plugins"

This commit is contained in:
minster586
2024-10-05 22:23:51 -04:00
committed by minster586
parent 15691e7567
commit a7c7616624
198 changed files with 59954 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
display-name: "Poison Ivy"
description: "Poisons attackers for &a%seconds%&r seconds for each heart of damage dealt, up to &a%limit%&r seconds"
placeholders:
seconds: "0.5 * %level%"
limit: "4 + %level%"
type: normal
targets:
- leggings
conflicts:
- thorns
rarity: epic
max-level: 2
tradeable: true
discoverable: true
enchantable: true
effects:
- id: potion_effect
args:
effect: poison
level: 1
duration: "min(10 * %level% * %v% / 2, 80 + %level% * 20 * %v% / 2)"
apply_to_player: false
triggers:
- take_entity_damage
conditions: [ ]