apply_potion_player

Applies potion effects to player.

- id: apply_potion_player
  args:
    potions:
      LUCK:
        amplifier: 1
        duration: 10 #En segundos | Infinite = "-1"
      GLOWING:
        amplifier: 1
        duration: 10

Last updated