All Downloads are FREE. Search and download functionalities are using the official Maven repository.

modules.active_items.items.scroll_of_speed.yml Maven / Gradle / Ivy

The newest version!
material: MAP
name: 'Scroll of Speed'
lore:
  - '&7Gives &fSpeed Lv. %var_lvl% &7effect for &f%var_dur%.'
tier: common
level:
  min: 1
  max: 3
uses-by-level:
  '1': 1
  '2': 2
  '3': 3
user-requirements-by-level:
  level:
    '1': '5'
  class: { }
variables-by-level:
  '1':
    lvl: 1
    dur: '&f1 &7minute'
    durTick: 1200
  '2':
    lvl: 2
    dur: '&f2 &7minutes'
    durTick: 2400
  '3':
    lvl: 3
    dur: '&f5 &7minutes'
    durTick: 6000
usage:
  RIGHT:
    cooldown: 1
    actions:
      default:
        target-selectors:
          self:
            - '[SELF]'
        conditions:
          list: [ ]
          actions-on-fail: 'null'
        action-executors:
          - '[PARTICLE_SIMPLE] ~offset: 0.3,0.3,0.3; ~speed: 0.05; ~name: CLOUD; ~target: self; ~amount: 50;'
          - '[POTION] ~name: SPEED; ~amount: %var_lvl%; ~duration: %var_durtick%; ~target: self;'
          - '[SOUND] ~name: BLOCK_NOTE_BLOCK_BELL; ~target: self;'
target-requirements: { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy