Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.05 KB | None | 0 0
  1. name: Mag
  2. default: false
  3. parent: Mieszczanin
  4. summon-max: 0
  5. description: Base Casting Class
  6. permitted-armor:
  7. - GOLD
  8. permitted-weapon:
  9. - WOOD
  10. - STONE
  11. - IRON_PICKAXE
  12. - IRON_AXE
  13. - IRON_SPADE
  14. - GOLD_PICKAXE
  15. - GOLD_AXE
  16. - GOLD_SPADE
  17. - DIAMOND_PICKAXE
  18. - DIAMOND_AXE
  19. - DIAMOND_SPADE
  20. permitted-skills:
  21.     Fireball:
  22.         level: 5
  23.         mana: 20
  24.         cooldown: 5000
  25.     Blink:
  26.         level: 20
  27.         mana: 35
  28.         cooldown: 15000
  29.     Firewall:
  30.         level: 35
  31.         mana: 40
  32.         cooldown: 25000
  33.     Megabolt:
  34.         level: 50
  35.         mana: 50
  36.         cooldown: 60000
  37. experience-sources:
  38. - KILLING
  39. - MINING
  40. - PVP
  41. - CRAFTING
  42. - LOGGING
  43. - SKILL
  44. expmodifier: 5.0
  45. base-max-health: 25.0
  46. max-health-per-level: 0.1
  47. item-damage:
  48.     WOOD_AXE: 0
  49.     STONE_AXE: 0
  50.     IRON_AXE: 0
  51.     GOLD_AXE: 0
  52.     DIAMOND_AXE: 0
  53.     WOOD_PICKAXE: 0
  54.     STONE_PICKAXE: 0
  55.     IRON_PICKAXE: 0
  56.     GOLD_PICKAXE: 0
  57.     DIAMOND_PICKAXE: 0
  58.     WOOD_SPADE: 0
  59.     STONE_SPADE: 0
  60.     IRON_SPADE: 0
  61.     GOLD_SPADE: 0
  62.     DIAMOND_SPADE: 0
Add Comment
Please, Sign In to add comment