Added basic scene switching, v.1.3.0
This commit is contained in:
95
Assets/Resources/skillTree.json
Normal file
95
Assets/Resources/skillTree.json
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"Warrior":{
|
||||
"first":{
|
||||
"first":{
|
||||
"name":"Slash",
|
||||
"baseDamage":"20",
|
||||
"secondaryConsumption":"10",
|
||||
"cooldown":"2",
|
||||
"description":"A basic slash. But better than a basic attack",
|
||||
"skillIcon":"Skills/Warrior/Slash",
|
||||
"skillAnimation":""
|
||||
},
|
||||
"second":{
|
||||
"name":"Block",
|
||||
"baseDamage":"0",
|
||||
"secondaryConsumption":"5",
|
||||
"cooldown":"1",
|
||||
"description":"Block the next attack",
|
||||
"skillIcon":"Skills/Warrior/Block",
|
||||
"skillAnimation":""
|
||||
},
|
||||
"third":{
|
||||
"name":"Execution",
|
||||
"baseDamage":"35",
|
||||
"secondaryConsumption":"30",
|
||||
"cooldown":"4",
|
||||
"description":"A powerful skill. But hard to cast early",
|
||||
"skillIcon":"Skills/Warrior/Execution",
|
||||
"skillAnimation":""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Mage":{
|
||||
"first":{
|
||||
"first":{
|
||||
"name":"Icicle",
|
||||
"baseDamage":"20",
|
||||
"secondaryConsumption":"10",
|
||||
"cooldown":"2",
|
||||
"description":"Small icicles to cut down your enemies HP",
|
||||
"skillIcon":"Skills/Mage/Icicle",
|
||||
"skillAnimation":""
|
||||
},
|
||||
"second":{
|
||||
"name":"Teleport",
|
||||
"baseDamage":"0",
|
||||
"secondaryConsumption":"5",
|
||||
"cooldown":"1",
|
||||
"description":"Evade the next attack",
|
||||
"skillIcon":"Skills/Mage/Teleport",
|
||||
"skillAnimation":""
|
||||
},
|
||||
"third":{
|
||||
"name":"Fireball",
|
||||
"baseDamage":"35",
|
||||
"secondaryConsumption":"30",
|
||||
"cooldown":"4",
|
||||
"description":"What a big fireball. Does some good damage",
|
||||
"skillIcon":"Skills/Mage/Fireball",
|
||||
"skillAnimation":""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Thieve":{
|
||||
"first":{
|
||||
"first":{
|
||||
"name":"Stab",
|
||||
"baseDamage":"20",
|
||||
"secondaryConsumption":"10",
|
||||
"cooldown":"2",
|
||||
"description":"Early skill to apply some damage.",
|
||||
"skillIcon":"Skills/Thief/Stab",
|
||||
"skillAnimation":""
|
||||
},
|
||||
"second":{
|
||||
"name":"SmokeScreen",
|
||||
"baseDamage":"0",
|
||||
"secondaryConsumption":"5",
|
||||
"cooldown":"1",
|
||||
"description":"Hide from the next attack",
|
||||
"skillIcon":"Skills/Thief/SmokeScreen",
|
||||
"skillAnimation":""
|
||||
},
|
||||
"third":{
|
||||
"name":"Heartstop",
|
||||
"baseDamage":"35",
|
||||
"secondaryConsumption":"30",
|
||||
"cooldown":"4",
|
||||
"description":"Stop the heart of your enemy. High damage.",
|
||||
"skillIcon":"Skills/Thief/Heartstop",
|
||||
"skillAnimation":""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user