Advertisement
Guest User

Untitled

a guest
Oct 24th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.96 KB | None | 0 0
  1. icon-builder:
  2.   name: "Netherite Axe"
  3.   lore:
  4.    - "&8Permanent"
  5.     - ""
  6.     - "{ITEM_LIST}"
  7.   type: NETHERITE_AXE
  8.   amount: 1
  9.   damage: 0
  10.   model: 0
  11.   head: ""
  12.   glint: false
  13.   attributes:
  14.    - "attribute{GENERIC_ATTACK_DAMAGE} operation{ADD_NUMBER} value{5.0}"
  15.     - "attribute{GENERIC_MOVEMENT_SPEED} operation{ADD_SCALAR} value{0.2} slot{HAND}"
  16.   potions:
  17.   tags:
  18.    - "key;value"
  19.   enchants:
  20. purchase-settings:
  21.   gold-cost: 1250
  22.   round-unlock: 10
  23.   consumable: false
  24.   category: "WEAPONS"
  25.  
  26. upgrade-settings:
  27.   shared-id: "axe"
  28.   upgrade-tier: 4
  29.  
  30. equipment-builder:
  31.   0:
  32.     ignore-slot: false
  33.     type: NETHERITE_AXE
  34.     amount: 1
  35.     damage: 0
  36.     model: 0
  37.     glint: false
  38.     head: ""
  39.     attributes:
  40.      - "attribute{GENERIC_ATTACK_DAMAGE} operation{ADD_NUMBER} value{5.0}"
  41.       - "attribute{GENERIC_MOVEMENT_SPEED} operation{ADD_SCALAR} value{0.2} slot{HAND}"
  42.     potions:
  43.     tags:
  44.      - "key;value"
  45.     enchants:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement