Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Archer Passive:
- name: 'Archer Passive'
- type: 'Passive'
- max-level: 5
- skill-req-lvl: 1
- needs-permission: 'false'
- attributes:
- cost-base: '1'
- cooldown-scale: '0'
- cost-scale: '0'
- level-scale: '0'
- level-base: '1'
- mana-base: '0'
- mana-scale: '0'
- cooldown-base: '0'
- msg: '&6{player} &2has cast &6{skill}'
- icon: 'BOW'
- icon-data: 0
- icon-lore:
- - '&d{name} &7({level}/{max})'
- - '&2Type: &6{type}'
- - ''
- - '{req:level}Level: {attr:level}'
- - '{req:cost}Cost: {attr:cost}'
- - ''
- - 'Every 10 seconds, if you have less than 5 arrows, gain 5 "Free Arrows" in your inventory.'
- - ''
- - ''
- - ''
- - ''
- desc: []
- components:
- Initialize:
- type: 'trigger'
- data:
- icon-key: ''
- children:
- Passive-b:
- type: 'mechanic'
- data:
- counts: 'True'
- icon-key: ''
- seconds-scale: '0'
- seconds-base: '9'
- children:
- Inventory-c:
- type: 'condition'
- data:
- regex: 'False'
- material: 'Arrow'
- check-name: 'False'
- icon-key: ''
- amount-scale: '0'
- check-mat: 'True'
- amount-base: '5'
- check-data: 'False'
- check-lore: 'False'
- children:
- Flag-d:
- type: 'mechanic'
- data:
- counts: 'True'
- icon-key: ''
- key: 'HasArrows'
- seconds-scale: '0'
- seconds-base: '2'
- children: {}
- Delay-e:
- type: 'mechanic'
- data:
- counts: 'True'
- delay-base: '1'
- icon-key: ''
- delay-scale: '0'
- children:
- Flag-f:
- type: 'condition'
- data:
- icon-key: ''
- type: 'Not Set'
- key: 'HasArrows'
- children:
- Item-g:
- type: 'mechanic'
- data:
- amount: '5'
- material: 'Arrow'
- data: '0'
- lore:
- - 'Given for free by Archer Passive'
- counts: 'True'
- byte: '0'
- custom: 'True'
- name: 'Free Arrow'
- icon-key: ''
- children: {}
Add Comment
Please, Sign In to add comment