Guest User

Untitled

a guest
Feb 12th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Name: "Test"
  2. Description: "This is an example of a skilltree"
  3. Skills: {
  4. Heal: {
  5. MinPlayerLevel: -1
  6. MaxSkillLevel: 20
  7. Conflicts: [] # None of the skills must player has
  8. SoftDepends: [] # At least one of the skills must player has
  9. HardDepends: [] # All of the skills in the array must player has
  10. SkillSettings: {
  11. delay_levelbonus : -100.0
  12. default-regen-mult : 1.0
  13. healed-amount : 1.0
  14. delay : 3500.0
  15. manacost : 0.0
  16. manacost_levelbonus : 20.0
  17. default-regen-mult_levelbonus : 0.2
  18. cooldown : 60000.0
  19. healed-amount_levelbonus : 1.0
  20. cooldown_levelbonus : -300.0
  21. }
  22. },
  23. Speed: {
  24. MinPlayerLevel: -1
  25. MaxSkillLevel: 20
  26. Conflicts: []
  27. SoftDepends: []
  28. HardDepends: [Heal]
  29. SkillSettings: {
  30. manacost : 0.0
  31. manacost_levelbonus : -10.0
  32. undefined_levelbonus : -70.0
  33. cooldown : 8000.0
  34. cooldown_levelbonus : -500.0
  35. }
  36. }
  37. }
Add Comment
Please, Sign In to add comment