InsiderAnh

perks

Apr 2nd, 2020
5,420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.19 KB | None | 0 0
  1. states:
  2.   noHas: "&bFound it in a SoulWell!"
  3.   has: "&eYou already has this!"
  4. perks:
  5.   fallreduction:
  6.     id: 0
  7.     name: "&aFall Reduction"
  8.     lore: |-
  9.       &7Gain <amount>% fall damage reduction
  10.       &7by a percentage of <probability>%.
  11.       &7
  12.       <state>
  13.     icon:
  14.       material: DIAMOND_BOOTS
  15.       data: 0
  16.       amount: 1
  17.     slot: 10
  18.     percent: 10
  19.     probability: 100
  20.   firedamagereduction:
  21.     id: 1
  22.     name: "&aFire Damage Reduction"
  23.     lore: |-
  24.       &7Gain <amount>% fire damage reduction
  25.       &7by a percentage of <probability>%.
  26.       &7
  27.       <state>
  28.     icon:
  29.       material: FLINT_AND_STEEL
  30.       data: 0
  31.       amount: 1
  32.     slot: 11
  33.     percent: 5
  34.     probability: 100
  35.   shotdamagereduction:
  36.     id: 2
  37.     name: "&aShot Damage Reduction"
  38.     lore: |-
  39.       &7Gain <amount>% shot damage reduction
  40.       &7by a percentage of <probability>%.
  41.       &7
  42.       <state>
  43.     icon:
  44.       material: BOW
  45.       data: 0
  46.       amount: 1
  47.     slot: 12
  48.     percent: 5
  49.     probability: 100
  50.   anno_o_mite:
  51.     id: 3
  52.     name: "&aAnno-o-Mite"
  53.     lore: |-
  54.       &7Gain <probability>% chance to appear a
  55.       &7lepisma when an arrow hits your enemy.
  56.       &7
  57.       <state>
  58.     icon:
  59.       material: MONSTER_EGG
  60.       data: 60
  61.       amount: 1
  62.     slot: 13
  63.     percent: 0
  64.     probability: 5
  65.   arrowrecovery:
  66.     id: 4
  67.     name: "&aArrow Recovery"
  68.     lore: |-
  69.       &7Gain <probability>% chance to retrieve
  70.       &7your arrow when hitting an enemy.
  71.       &7
  72.       <state>
  73.     icon:
  74.       material: ARROW
  75.       data: 0
  76.       amount: 1
  77.     slot: 14
  78.     percent: 0
  79.     probability: 5
  80.   blazingarrows:
  81.     id: 5
  82.     name: "&aBlazing Arrows"
  83.     lore: |-
  84.       &7Gain <probability>% probability
  85.       &7of throwing a fire arrow.
  86.       &7
  87.       <state>
  88.     icon:
  89.       material: BLAZE_POWDER
  90.       data: 0
  91.       amount: 1
  92.     slot: 15
  93.     percent: 0
  94.     probability: 1
  95.   bulldozer:
  96.     id: 6
  97.     name: "&aBulldozer"
  98.     lore: |-
  99.       &7When you kill an enemy you
  100.       &7get 2 seconds of Force I
  101.       &7
  102.       <state>
  103.     icon:
  104.       material: ANVIL
  105.       data: 0
  106.       amount: 1
  107.     slot: 16
  108.     percent: 0
  109.     probability: 100
Advertisement
Add Comment
Please, Sign In to add comment