Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.81 KB | None | 0 0
  1. strength:
  2.     name: Strength
  3.     max-points: 40
  4.     buff:
  5.         weapon_damage: 0.5
  6.         physical_damage: 0.5
  7.         attack_damage: 0.5
  8.         armor: 0.1
  9.         speed_malus_reduction: 1%
  10.  
  11. dexterity:
  12.     name: Dexterity
  13.     max-points: 40
  14.     buff:
  15.         projectile_damage: 1
  16.         attack_speed: 0.1
  17.         movement_speed: 0.05
  18.         knockback_resistance: 0.01
  19.  
  20. constitution:
  21.     name: Constitution
  22.     max-points: 40
  23.     buff:
  24.         health_regeneration: 0.1
  25.         max_health: 1%
  26.         armor_toughness: 0.01
  27.  
  28. intelligence:
  29.     name: Intelligence
  30.     max-points: 40
  31.     buff:
  32.         max_mana: 1
  33.         magical_damage: 2
  34.         cooldown_reduction: 1
  35.  
  36. wisdom:
  37.     name: Wisdom
  38.     max-points: 40
  39.     buff:
  40. charisma:
  41.     name: Charisma
  42.     max-points: 40
  43.     buff:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement