Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Name: "MiningSkills"
  2. Description: "Mining Skill Tree"
  3. Skills: {
  4.         Earth_Breaker: {
  5.                         MinPlayerLevel: -1
  6.                         MaxSkillLevel: 5
  7.                         Conflicts: [] #Player cannot have these skills
  8.                         SoftDepends: [] #Player must have at least one level in at least one of these skills
  9.                         HardDepends: [] #Player must have all of these skills
  10.                         SkillSettings: {
  11.                                         DelayLevelbonus : -100.0 #don't know what this does
  12.                                         default-regen-mult : 1.0 #unconfirmed; Likely Mana Regen
  13.                                     Delay : 60.0 #unconfirmed; time to cast?
  14.                                     manacost : 10.0
  15.                                     manacost_levelbonus : 20.0 #unconfirmed; cost increase(decrease if negative) per skill level?
  16.                                     cooldown : 60000.0 #unconfirmed; cooldown in ms?
  17.                                     cooldown_levelbonus : -500.0 #unconfirmed; Cooldown increase(decrease if negative) per skill level?
  18.                                     }
  19.                         } # add comma to begin another skill
  20.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement