Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. # Attribute ID
  3. strength:
  4.  
  5. name: Strength
  6.  
  7. # Maximum amount of points players
  8. # may spend in this attribute.
  9. max-points: 40
  10.  
  11. # Buffs given every 1 attribute point spent
  12. # in this specific attribute.
  13. buff:
  14. weapon_damage: 2
  15. max_health: 1%
  16.  
  17. dexterity:
  18. name: Dexterity
  19. max-points: 40
  20. buff:
  21. physical_damage: 1.5
  22. projectile_damage: 1
  23. movement_speed: 0.001
  24.  
  25. intelligence:
  26. name: Intelligence
  27. max-points: 40
  28. buff:
  29. magical_damage: 2
  30. max_mana: 0.5
  31. mana_regeneration: 0.1
  32.  
  33. exploration:
  34. name: Exploration
  35. max-points: 40
  36. buff:
  37. additional_experience: 1.5
  38. stellium_regeneration: 0.004
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement