That's one heck of a commit you've got there...
I may have got a bit behind with version control. A lot behind, in fact. Maybe I'll go back and split this sometime - then again, I probably won't. But hey, at least it's here!
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "buff",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"speed_duration": 600,
|
||||
"speed_strength": 1,
|
||||
"jump_boost_duration": 600,
|
||||
"jump_boost_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "lightning",
|
||||
"type": "attack",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 15,
|
||||
"base_properties": {
|
||||
"damage": 3,
|
||||
"range": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "attack",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"effect_duration": 300
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 50,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"range": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "sorcery",
|
||||
"type": "attack",
|
||||
"cost": 75,
|
||||
"chargeup": 0,
|
||||
"cooldown": 300,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"duration": 120
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "necromancy",
|
||||
"type": "attack",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"minimum_teleport_distance": 8,
|
||||
"maximum_teleport_distance": 16
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "sorcery",
|
||||
"type": "construct",
|
||||
"cost": 150,
|
||||
"chargeup": 0,
|
||||
"cooldown": 400,
|
||||
"base_properties": {
|
||||
"duration": 400,
|
||||
"range": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 25,
|
||||
"base_properties": {
|
||||
"range": 25
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "construct",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"duration": 600,
|
||||
"range": 20,
|
||||
"effect_radius": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "earth",
|
||||
"type": "attack",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"duration": 200
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "lightning",
|
||||
"type": "attack",
|
||||
"cost": 25,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"primary_damage": 10,
|
||||
"secondary_damage": 8,
|
||||
"tertiary_damage": 6,
|
||||
"range": 10,
|
||||
"secondary_range": 5,
|
||||
"tertiary_range": 5,
|
||||
"secondary_max_targets": 5,
|
||||
"tertiary_max_targets": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "lightning",
|
||||
"type": "attack",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"charge_speed": 2.0,
|
||||
"duration": 10,
|
||||
"damage": 8,
|
||||
"knockback_strength": 1.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"range": 256,
|
||||
"duration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "earth",
|
||||
"type": "attack",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 70,
|
||||
"base_properties": {
|
||||
"range": 12,
|
||||
"effect_radius": 1.23,
|
||||
"duration": 400
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "construct",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"blast_radius": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 45,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"item_lifetime": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 10,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"block_lifetime": 900
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"item_lifetime": 1200
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 25,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"item_lifetime": 1200
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 25,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"item_lifetime": 1200
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "alteration",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 60,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"effect_duration": 400,
|
||||
"effect_strength": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 25,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "necromancy",
|
||||
"type": "alteration",
|
||||
"cost": 60,
|
||||
"chargeup": 0,
|
||||
"cooldown": 150,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "necromancy",
|
||||
"type": "alteration",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"range": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "necromancy",
|
||||
"type": "alteration",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "necromancy",
|
||||
"type": "projectile",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 30,
|
||||
"damage": 8,
|
||||
"effect_duration": 150,
|
||||
"effect_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "earth",
|
||||
"type": "buff",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"night_vision_duration": 900,
|
||||
"night_vision_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "earth",
|
||||
"type": "projectile",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 10,
|
||||
"base_properties": {
|
||||
"range": 15,
|
||||
"damage": 4,
|
||||
"effect_duration": 200,
|
||||
"effect_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "necromancy",
|
||||
"type": "attack",
|
||||
"cost": 50,
|
||||
"chargeup": 0,
|
||||
"cooldown": 200,
|
||||
"base_properties": {
|
||||
"range": 12,
|
||||
"duration": 400,
|
||||
"effect_duration": 400,
|
||||
"decay_patches_spawned": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 200,
|
||||
"base_properties": {
|
||||
"decoy_lifetime": 600,
|
||||
"mob_trick_chance": 0.5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "attack",
|
||||
"cost": 45,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"range": 16,
|
||||
"max_damage": 12,
|
||||
"blast_radius": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 100,
|
||||
"chargeup": 0,
|
||||
"cooldown": 300,
|
||||
"base_properties": {
|
||||
"resistance_duration": 600,
|
||||
"resistance_strength": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "attack",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 8,
|
||||
"burn_duration": 10,
|
||||
"ember_lifetime": 300,
|
||||
"ember_count": 12
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 80,
|
||||
"base_properties": {
|
||||
"range": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "necromancy",
|
||||
"type": "attack",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"acceleration": 0.1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "earth",
|
||||
"type": "attack",
|
||||
"cost": 75,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"effect_radius": 8,
|
||||
"spread_speed": 0.4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "healing",
|
||||
"type": "buff",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 60,
|
||||
"base_properties": {
|
||||
"effect_radius": 5,
|
||||
"effect_duration": 900,
|
||||
"effect_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "necromancy",
|
||||
"type": "attack",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 75,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"effect_duration": 200,
|
||||
"damage_interval": 30
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "healing",
|
||||
"type": "utility",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 5,
|
||||
"base_properties": {
|
||||
"evade_velocity": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "fire",
|
||||
"type": "attack",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 6,
|
||||
"burn_duration": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "defence",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 80,
|
||||
"base_properties": {
|
||||
"fire_resistance_duration": 600,
|
||||
"fire_resistance_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "fire",
|
||||
"type": "construct",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 6,
|
||||
"burn_duration": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "fire",
|
||||
"type": "projectile",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 15,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"damage": 5,
|
||||
"burn_duration": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "fire",
|
||||
"type": "projectile",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 10,
|
||||
"base_properties": {
|
||||
"range": 15,
|
||||
"damage": 5,
|
||||
"burn_duration": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "fire",
|
||||
"type": "projectile",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 25,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"direct_damage": 5,
|
||||
"splash_damage": 3,
|
||||
"blast_radius": 3,
|
||||
"burn_duration": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "defence",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"fireskin_duration": 600,
|
||||
"fireskin_strength": 0,
|
||||
"burn_duration": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "fire",
|
||||
"type": "attack",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 3,
|
||||
"burn_duration": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "utility",
|
||||
"cost": 45,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"item_lifetime": 1200,
|
||||
"damage": 8,
|
||||
"burn_duration": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "utility",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 70,
|
||||
"base_properties": {
|
||||
"effect_duration": 900
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "earth",
|
||||
"type": "utility",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"speed": 0.5,
|
||||
"acceleration": 0.05
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "healing",
|
||||
"type": "utility",
|
||||
"cost": 100,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"effect_radius": 5,
|
||||
"effect_duration": 600,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 75,
|
||||
"chargeup": 0,
|
||||
"cooldown": 300,
|
||||
"base_properties": {
|
||||
"absorption_duration": 1200,
|
||||
"absorption_strength": 1,
|
||||
"regeneration_duration": 300,
|
||||
"regeneration_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "projectile",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"damage": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "projectile",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 4,
|
||||
"blast_radius": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 45,
|
||||
"chargeup": 0,
|
||||
"cooldown": 200,
|
||||
"base_properties": {
|
||||
"duration": 600,
|
||||
"effect_radius": 3
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "earth",
|
||||
"type": "construct",
|
||||
"cost": 100,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"effect_radius": 3,
|
||||
"duration": 600,
|
||||
"damage": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "earth",
|
||||
"type": "attack",
|
||||
"cost": 75,
|
||||
"chargeup": 0,
|
||||
"cooldown": 200,
|
||||
"base_properties": {
|
||||
"effect_radius": 5,
|
||||
"damage": 4,
|
||||
"effect_duration": 140,
|
||||
"effect_strength": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "ice",
|
||||
"type": "attack",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 10,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 3,
|
||||
"effect_duration": 200,
|
||||
"effect_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "utility",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 70,
|
||||
"base_properties": {
|
||||
"effect_duration": 900
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "utility",
|
||||
"cost": 45,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"item_lifetime": 1200
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "ice",
|
||||
"type": "attack",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 3,
|
||||
"effect_duration": 200,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "ice",
|
||||
"type": "construct",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 8,
|
||||
"effect_duration": 200,
|
||||
"effect_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "utility",
|
||||
"cost": 50,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"frost_step_duration": 600,
|
||||
"frost_step_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "earth",
|
||||
"type": "utility",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"speed": 0.4,
|
||||
"fall_speed": 0.1,
|
||||
"acceleration": 0.1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "earth",
|
||||
"type": "utility",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"extension_speed": 3.5,
|
||||
"reel_speed": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "fire",
|
||||
"type": "projectile",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 30,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"damage": 6,
|
||||
"explosion_power": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"health": 8
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"range": 8,
|
||||
"hold_range": 5,
|
||||
"throw_velocity": 0.15,
|
||||
"damage": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "buff",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 65,
|
||||
"base_properties": {
|
||||
"ward_duration": 600,
|
||||
"ward_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 150,
|
||||
"base_properties": {
|
||||
"effect_radius": 5,
|
||||
"health": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "earth",
|
||||
"type": "utility",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"effect_radius": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "ice",
|
||||
"type": "attack",
|
||||
"cost": 75,
|
||||
"chargeup": 0,
|
||||
"cooldown": 300,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"duration": 120
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"health": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"health": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "construct",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 150,
|
||||
"base_properties": {
|
||||
"duration": 600,
|
||||
"damage": 1,
|
||||
"health": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "lightning",
|
||||
"type": "projectile",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 25,
|
||||
"damage": 6,
|
||||
"seeking_strength": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "ice",
|
||||
"type": "attack",
|
||||
"cost": 70,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"effect_radius": 7,
|
||||
"effect_duration": 1200
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "projectile",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 30,
|
||||
"base_properties": {
|
||||
"range": 15,
|
||||
"damage": 4,
|
||||
"effect_radius": 3,
|
||||
"direct_effect_duration": 120,
|
||||
"direct_effect_strength": 1,
|
||||
"splash_effect_duration": 100,
|
||||
"splash_effect_strength": 0,
|
||||
"ice_shards": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "projectile",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 15,
|
||||
"damage": 10,
|
||||
"effect_duration": 300,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "ice",
|
||||
"type": "projectile",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 10,
|
||||
"base_properties": {
|
||||
"range": 15,
|
||||
"damage": 6,
|
||||
"effect_duration": 200,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "defence",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 250,
|
||||
"base_properties": {
|
||||
"ice_shroud_duration": 600,
|
||||
"ice_shroud_strength": 0,
|
||||
"effect_duration": 100,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "ice",
|
||||
"type": "attack",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 75,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"effect_radius": 2.5,
|
||||
"ice_spike_count": 18,
|
||||
"damage": 5,
|
||||
"effect_duration": 100,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "ice",
|
||||
"type": "attack",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 40,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"effect_duration": 400
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "ice",
|
||||
"type": "projectile",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 15,
|
||||
"base_properties": {
|
||||
"range": 20,
|
||||
"damage": 5,
|
||||
"effect_duration": 100,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "fire",
|
||||
"type": "attack",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 10,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"burn_duration": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 50,
|
||||
"base_properties": {
|
||||
"effect_duration": 900
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "necromancy",
|
||||
"type": "attack",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"effect_radius": 8,
|
||||
"effect_duration": 600,
|
||||
"effect_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "healing",
|
||||
"type": "buff",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 60,
|
||||
"base_properties": {
|
||||
"effect_radius": 5,
|
||||
"effect_duration": 900,
|
||||
"effect_strength": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "buff",
|
||||
"cost": 35,
|
||||
"chargeup": 0,
|
||||
"cooldown": 200,
|
||||
"base_properties": {
|
||||
"invisibility_duration": 600,
|
||||
"invisibility_strength": 0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "lightning",
|
||||
"type": "utility",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"thunderstorm_chance": 0.2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "healing",
|
||||
"type": "defence",
|
||||
"cost": 30,
|
||||
"chargeup": 0,
|
||||
"cooldown": 100,
|
||||
"base_properties": {
|
||||
"resistance_duration": 600,
|
||||
"resistance_strength": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "earth",
|
||||
"type": "utility",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"horizontal_speed": 0.3,
|
||||
"vertical_speed": 0.65
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"speed": 0.5,
|
||||
"acceleration": 0.1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "necromancy",
|
||||
"type": "attack",
|
||||
"cost": 10,
|
||||
"chargeup": 0,
|
||||
"cooldown": 0,
|
||||
"base_properties": {
|
||||
"range": 10,
|
||||
"damage": 2,
|
||||
"heal_factor": 0.35
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "novice",
|
||||
"element": "sorcery",
|
||||
"type": "utility",
|
||||
"cost": 5,
|
||||
"chargeup": 0,
|
||||
"cooldown": 15,
|
||||
"base_properties": {
|
||||
"range": 4,
|
||||
"duration": 600
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "lightning",
|
||||
"type": "projectile",
|
||||
"cost": 15,
|
||||
"chargeup": 0,
|
||||
"cooldown": 20,
|
||||
"base_properties": {
|
||||
"range": 25,
|
||||
"damage": 7
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "lightning",
|
||||
"type": "attack",
|
||||
"cost": 40,
|
||||
"chargeup": 0,
|
||||
"cooldown": 80,
|
||||
"base_properties": {
|
||||
"range": 80
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "lightning",
|
||||
"type": "projectile",
|
||||
"cost": 25,
|
||||
"chargeup": 0,
|
||||
"cooldown": 60,
|
||||
"base_properties": {
|
||||
"range": 30,
|
||||
"damage": 12,
|
||||
"seeking_strength": 5
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "master",
|
||||
"element": "lightning",
|
||||
"type": "attack",
|
||||
"cost": 100,
|
||||
"chargeup": 0,
|
||||
"cooldown": 300,
|
||||
"base_properties": {
|
||||
"range": 40,
|
||||
"duration": 600,
|
||||
"effect_radius": 10,
|
||||
"secondary_max_targets": 8,
|
||||
"attack_interval": 40,
|
||||
"direct_damage": 10,
|
||||
"splash_damage": 6
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "lightning",
|
||||
"type": "attack",
|
||||
"cost": 25,
|
||||
"chargeup": 0,
|
||||
"cooldown": 75,
|
||||
"base_properties": {
|
||||
"effect_radius": 3,
|
||||
"damage": 8,
|
||||
"repulsion_velocity": 0.8
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user