2022-06-26 12:40:17 +00:00
const atrees = {
2022-06-16 09:14:16 +00:00
"Archer" : [
2022-06-23 15:00:04 +00:00
{
2022-06-23 09:15:51 +00:00
"display_name" : "Arrow Shield" ,
"desc" : "Create a shield around you that deal damage and knockback mobs when triggered. (2 Charges)" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Power Shots" , "Cheaper Escape" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
2022-06-23 15:00:04 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 9 ,
2022-07-02 23:25:04 +00:00
"col" : 6 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-07-01 08:23:06 +00:00
"charges" : 2 ,
"duration" : 60 ,
"aoe" : 5000
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-06-23 15:00:04 +00:00
{
2022-06-23 09:15:51 +00:00
"type" : "replace_spell" ,
"name" : "Arrow Shield" ,
"cost" : 30 ,
2022-06-23 15:00:04 +00:00
"base_spell" : 4 ,
2022-07-01 08:23:06 +00:00
"display" : "Total Damage" ,
2022-06-23 09:15:51 +00:00
"parts" : [
2022-06-23 15:00:04 +00:00
{
2022-06-23 09:15:51 +00:00
"name" : "Shield Damage" ,
"type" : "damage" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 90 , 0 , 0 , 0 , 0 , 10 ]
2022-06-23 09:15:51 +00:00
} ,
{
"name" : "Total Damage" ,
"type" : "total" ,
"hits" : {
"Shield Damage" : 2
}
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Escape" ,
"desc" : "Throw yourself backward to avoid danger. (Hold shift while escaping to cancel)" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Heart Shatter" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 7 ,
2022-07-02 23:25:04 +00:00
"col" : 4 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-06-28 18:43:35 +00:00
"aoe" : 0 ,
"range" : 0
2022-06-23 09:15:51 +00:00
} ,
2022-06-28 18:43:35 +00:00
"effects" : [ {
2022-06-27 09:53:18 +00:00
"type" : "replace_spell" ,
"name" : "Escape" ,
"cost" : 25 ,
"base_spell" : 2 ,
2022-07-01 08:23:06 +00:00
"display" : "" ,
"parts" : [ ]
2022-06-28 18:43:35 +00:00
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Arrow Bomb" ,
"desc" : "Throw a long-range arrow that explodes and deal high damage in a large area. (Self-damage for 25% of your DPS)" ,
2022-06-27 09:53:18 +00:00
"parents" : [ ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-28 18:43:35 +00:00
"row" : 0 ,
2022-07-02 23:25:04 +00:00
"col" : 4 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-06-28 18:43:35 +00:00
"aoe" : 4.5 ,
"range" : 26
2022-06-23 09:15:51 +00:00
} ,
2022-06-28 18:43:35 +00:00
"effects" : [ {
2022-06-27 09:53:18 +00:00
"type" : "replace_spell" ,
"name" : "Arrow Bomb" ,
"cost" : 50 ,
"base_spell" : 3 ,
"spell_type" : "damage" ,
"scaling" : "spell" ,
"display" : "Total Damage" ,
"parts" : [
2022-06-28 18:43:35 +00:00
{
"name" : "Arrow Bomb" ,
"type" : "damage" ,
"multipliers" : [ 160 , 0 , 0 , 0 , 20 , 0 ]
} ,
{
"name" : "Total Damage" ,
"type" : "total" ,
2022-07-01 08:23:06 +00:00
"hits" : { "Arrow Bomb" : 1 }
2022-06-27 09:53:18 +00:00
}
]
2022-06-28 18:43:35 +00:00
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Heart Shatter" ,
"desc" : "If you hit a mob directly with Arrow Bomb, shatter its heart and deal bonus damage." ,
2022-06-28 18:43:35 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Bow Proficiency I" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-28 18:43:35 +00:00
"row" : 4 ,
2022-07-02 23:25:04 +00:00
"col" : 4 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : { } ,
2022-07-01 08:23:06 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Heart Shatter" ,
"multipliers" : [ 100 , 0 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Total Damage" ,
"hits" : { "Heart Shatter" : 1 }
}
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Fire Creep" ,
"desc" : "Arrow Bomb will leak a trail of fire for 6s, Damaging enemies that walk into it every 0.4s." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Phantom Ray" , "Fire Mastery" , "Bryophyte Roots" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 16 ,
2022-07-02 23:25:04 +00:00
"col" : 6 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"aoe" : 0.8 ,
"duration" : 6
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Fire Creep" ,
"multipliers" : [ 30 , 0 , 0 , 0 , 20 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Total Burn Damage" ,
"hits" : { "Fire Creep" : 15 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Bryophyte Roots" ,
"desc" : "When you hit an enemy with Arrow Storm, create an area that slows them down and deals damage every 0.4s." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Storm" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 1 ,
"parents" : [ "Fire Creep" , "Earth Mastery" ] ,
"dependencies" : [ "Arrow Storm" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 16 , "col" : 8 , "icon" : "node_1" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"aoe" : 2 ,
"duration" : 5
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Bryophyte Roots" ,
"cost" : 0 ,
"multipliers" : [ 40 , 20 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Total Roots Damage" ,
"hits" : { "Bryophyte Roots" : 12 }
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Nimble String" ,
2022-06-28 03:41:56 +00:00
"desc" : "Arrow Storm throw out +6 arrows per stream and shoot twice as fast." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Storm" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Thunder Mastery" , "Arrow Rain" ] ,
"dependencies" : [ "Arrow Storm" ] ,
"blockers" : [ "Phantom Ray" ] ,
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 15 , "col" : 2 , "icon" : "node_1" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Arrow" ,
"multipliers" : [ - 15 , 0 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Stream" ,
"hits" : { "Single Arrow" : 6 }
2022-06-23 09:15:51 +00:00
}
2022-07-01 08:23:06 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Arrow Storm" ,
2022-07-01 08:23:06 +00:00
"desc" : "Shoot a stream of 8 arrows, dealing significant damage to close mobs and pushing them back." ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Double Shots" , "Cheaper Escape" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 9 , "col" : 2 , "icon" : "node_4" } ,
2022-07-01 08:23:06 +00:00
"properties" : { "range" : 16 } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "replace_spell" ,
"name" : "Arrow Storm" ,
"cost" : 40 ,
"base_spell" : 1 ,
"spell_type" : "damage" ,
"scaling" : "spell" ,
"display" : "Total Damage" ,
"parts" : [
{
"name" : "Single Arrow" ,
"multipliers" : [ 30 , 0 , 10 , 0 , 0 , 0 ]
} ,
{
"name" : "Single Stream" ,
"hits" : { "Single Arrow" : 8 }
} ,
{
"name" : "Total Damage" ,
"hits" : { "Single Stream" : 1 }
}
]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Guardian Angels" ,
"desc" : "Your protective arrows from Arrow Shield will become sentient bows, dealing damage up to 8 times each to nearby enemies. (Arrow Shield will no longer push nearby enemies)" ,
"archetype" : "Boltslinger" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 3 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Triple Shots" , "Frenzy" ] ,
"dependencies" : [ "Arrow Shield" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 19 ,
2022-07-02 23:25:04 +00:00
"col" : 1 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-06-27 09:53:18 +00:00
"range" : 4 ,
"duration" : 60 ,
"shots" : 8 ,
"count" : 2
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-06-26 12:40:17 +00:00
{
"type" : "replace_spell" ,
"name" : "Guardian Angels" ,
"base_spell" : 4 ,
"display" : "Total Damage" ,
"parts" : [
{
"name" : "Single Arrow" ,
"type" : "damage" ,
2022-06-28 05:09:24 +00:00
"multipliers" : [ 30 , 0 , 0 , 0 , 0 , 10 ]
2022-06-26 12:40:17 +00:00
} ,
{
"name" : "Single Bow" ,
"type" : "total" ,
"hits" : {
"Single Arrow" : 8
}
} ,
{
"name" : "Total Damage" ,
"type" : "total" ,
"hits" : {
"Single Bow" : 2
}
2022-06-23 09:15:51 +00:00
}
2022-06-26 12:40:17 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Windy Feet" ,
"desc" : "When casting Escape, give speed to yourself and nearby allies." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Arrow Storm" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 10 ,
2022-07-02 23:25:04 +00:00
"col" : 1 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-06-28 18:43:35 +00:00
"aoe" : 8 ,
"duration" : 120
} ,
"effects" : [ {
"type" : "stat_bonus" ,
2022-07-01 08:23:06 +00:00
"toggle" : "Windy Feet" ,
2022-06-28 18:43:35 +00:00
"bonuses" : [
{
2022-07-01 08:23:06 +00:00
"type" : "stat" ,
"name" : "spd" ,
"value" : 20
2022-06-28 18:43:35 +00:00
}
]
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Basaltic Trap" ,
"desc" : "When you hit the ground with Arrow Bomb, leave a Trap that damages enemies. (Max 2 Traps)" ,
"archetype" : "Trapper" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 2 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Bryophyte Roots" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 19 ,
2022-07-02 23:25:04 +00:00
"col" : 8 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-07-01 08:23:06 +00:00
"aoe" : 7 ,
"traps" : 2
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Basaltic Trap" ,
"multipliers" : [ 140 , 30 , 0 , 0 , 30 , 0 ]
}
]
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Windstorm" ,
2022-07-01 08:23:06 +00:00
"desc" : "Arrow Storm shoot +1 stream of arrows, and each stream shoots +2 arrows, effectively doubling its damage." ,
"base_abil" : "Arrow Storm" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Guardian Angels" , "Cheaper Arrow Storm" ] ,
"dependencies" : [ ] ,
"blockers" : [ "Phantom Ray" ] ,
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 21 ,
2022-07-02 23:25:04 +00:00
"col" : 1 ,
"icon" : "node_1"
2022-07-01 08:23:06 +00:00
} ,
2022-06-23 09:15:51 +00:00
"properties" : { } ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Arrow" ,
"multipliers" : [ - 10 , 0 , - 2 , 0 , 0 , 2 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Total Damage" ,
"hits" : { "Single Stream" : 1 }
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Stream" ,
"cost" : 0 ,
"hits" : { "Single Arrow" : 2 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-07-01 08:23:06 +00:00
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Grappling Hook" ,
"base_abil" : "Escape" ,
"desc" : "When casting Escape, throw a hook that pulls you when hitting a block. If you hit an enemy, pull them towards you instead. (Escape will not throw you backward anymore)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Focus" , "More Shields" , "Cheaper Arrow Storm" ] ,
"dependencies" : [ ] ,
"blockers" : [ "Escape Artist" ] ,
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 21 ,
2022-07-02 23:25:04 +00:00
"col" : 5 ,
"icon" : "node_2"
2022-06-27 09:53:18 +00:00
} ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"range" : 26
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"effects" : [ ]
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Implosion" ,
"desc" : "Arrow bomb will pull enemies towards you. If a trap is nearby, it will pull them towards it instead. Increase Heart Shatter's damage." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Grappling Hook" , "More Shields" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 22 ,
2022-07-02 23:25:04 +00:00
"col" : 6 ,
"icon" : "node_1"
2022-07-01 08:23:06 +00:00
} ,
2022-06-23 09:15:51 +00:00
"properties" : { } ,
"effects" : [
2022-06-27 09:53:18 +00:00
{
2022-07-01 08:23:06 +00:00
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Heart Shatter" ,
"multipliers" : [ 40 , 0 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-07-01 08:23:06 +00:00
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Twain's Arc" ,
"desc" : "When you have 2+ Focus, holding shift will summon the Twain's Arc. Charge it up to shoot a destructive long-range beam. (Damage is dealt as Main Attack Damage)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 4 ,
"parents" : [ "More Focus" , "Traveler" ] ,
"dependencies" : [ "Focus" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 25 ,
2022-07-02 23:25:04 +00:00
"col" : 4 ,
"icon" : "node_2"
2022-07-01 08:23:06 +00:00
} ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"range" : 64 ,
"focusReq" : 2
} ,
2022-06-27 09:53:18 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "replace_spell" ,
"name" : "Twain's Arc" ,
"base_spell" : 5 ,
"scaling" : "melee" ,
"use_atkspd" : false ,
"display" : "Single Shot" ,
"parts" : [
{
"name" : "Single Shot" ,
"type" : "damage" ,
"multipliers" : [ 200 , 0 , 0 , 0 , 0 , 0 ]
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-07-01 08:23:06 +00:00
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Fierce Stomp" ,
"desc" : "When using Escape, hold shift to quickly drop down and deal damage." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Refined Gunpowder" , "Traveler" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 26 , "col" : 1 , "icon" : "node_1" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"aoe" : 4
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Fierce Stomp" ,
"cost" : 0 ,
"multipliers" : [ 100 , 0 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Stomp Damage" ,
"cost" : 0 ,
"hits" : {
"Fierce Stomp" : 1
} ,
"display" : "Stomp Damage"
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Scorched Earth" ,
"desc" : "Fire Creep become much stronger." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
"parents" : [ "Twain's Arc" ] ,
"dependencies" : [ "Fire Creep" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 26 , "col" : 5 , "icon" : "node_1" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"duration" : 2 ,
"aoe" : 0.4
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Fire Creep" ,
"multipliers" : [ 10 , 0 , 0 , 0 , 5 , 0 ]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Leap" ,
"desc" : "When you double tap jump, leap foward. (2s Cooldown)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Boltslinger" ,
"archetype_req" : 5 ,
"parents" : [ "Refined Gunpowder" , "Homing Shots" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 28 , "col" : 0 , "icon" : "node_1" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"cooldown" : 2
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"effects" : [ ]
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Shocking Bomb" ,
"desc" : "Arrow Bomb will not be affected by gravity, and all damage conversions become Thunder." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 5 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Twain's Arc" , "Better Arrow Shield" , "Homing Shots" ] ,
"dependencies" : [ "Arrow Bomb" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 28 , "col" : 4 , "icon" : "node_1" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"gravity" : 0
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "convert_spell_conv" ,
"target_part" : "all" ,
"conversion" : "Thunder"
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Mana Trap" ,
2022-07-02 16:57:18 +00:00
"desc" : "Your Traps will give you 2.85 Mana per second when you stay close to them." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 5 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "More Traps" , "Better Arrow Shield" ] ,
2022-07-05 01:01:20 +00:00
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 28 ,
2022-07-02 23:25:04 +00:00
"col" : 8 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-07-02 20:12:48 +00:00
"range" : 16 ,
2022-07-02 16:57:18 +00:00
"manaRegen" : 2.85
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"cost" : 10
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Escape Artist" ,
2022-07-01 08:23:06 +00:00
"desc" : "When casting Escape, release 120 arrows towards the ground." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Better Guardian Angels" , "Leap" ] ,
"dependencies" : [ ] ,
"blockers" : [ "Grappling Hook" ] ,
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 31 ,
2022-07-02 23:25:04 +00:00
"col" : 0 ,
"icon" : "node_1"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Per Arrow" ,
"multipliers" : [ 30 , 0 , 10 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
2022-07-01 09:01:29 +00:00
"base_spell" : 2 ,
2022-07-01 08:23:06 +00:00
"target_part" : "Max Damage (Escape Artist)" ,
"hits" : { "Per Arrow" : 120 } ,
"display" : "Max Damage (Escape Artist)"
}
]
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Initiator" ,
"desc" : "If you do not damage an enemy for 5s or more, your next sucessful hit will deal +50% damage and add +1 Focus." ,
"archetype" : "Sharpshooter" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 5 ,
"parents" : [ "Shocking Bomb" , "Better Arrow Shield" , "Cheaper Arrow Storm (2)" ] ,
"dependencies" : [ "Focus" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 31 , "col" : 5 , "icon" : "node_2" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Call of the Hound" ,
"desc" : "Arrow Shield summon a Hound that will attack and drag aggressive enemies towards your traps." ,
"archetype" : "Trapper" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Initiator" , "Cheaper Arrow Storm (2)" ] ,
"dependencies" : [ "Arrow Shield" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 32 , "col" : 7 , "icon" : "node_2" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Hound Damage" ,
"multipliers" : [ 40 , 0 , 0 , 0 , 0 , 0 ]
}
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Arrow Hurricane" ,
"desc" : "Arrow Storm will shoot +2 stream of arrows." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Boltslinger" ,
"archetype_req" : 8 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Storm" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Precise Shot" , "Escape Artist" ] ,
"dependencies" : [ ] ,
"blockers" : [ "Phantom Ray" ] ,
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 33 , "col" : 0 , "icon" : "node_3" } ,
2022-06-23 09:15:51 +00:00
"properties" : { } ,
2022-07-01 08:23:06 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Total Damage" ,
"hits" : { "Single Stream" : 2 }
2022-06-23 09:15:51 +00:00
}
2022-07-01 08:23:06 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Geyser Stomp" ,
"desc" : "Fierce Stomp will create geysers, dealing more damage and vertical knockback." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Shrapnel Bomb" ] ,
"dependencies" : [ "Fierce Stomp" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 37 , "col" : 1 , "icon" : "node_1" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Geyser Stomp" ,
"multipliers" : [ 0 , 0 , 0 , 50 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Stomp Damage" ,
"hits" : { "Geyser Stomp" : 1 }
} ,
{
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "prop" ,
"abil" : "Fierce Stomp" ,
"name" : "aoe" ,
"value" : 1
} ]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Crepuscular Ray" ,
"desc" : "If you have 5 Focus, casting Arrow Storm will make you levitate and shoot 20 homing arrows per second until you run out of Focus. While in that state, you will lose 1 Focus per second." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 10 ,
"parents" : [ "Cheaper Arrow Shield" ] ,
"dependencies" : [ "Arrow Storm" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-27 09:53:18 +00:00
"row" : 37 ,
2022-07-02 23:25:04 +00:00
"col" : 4 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [
{
"type" : "replace_spell" ,
"name" : "Crepuscular Ray" ,
"base_spell" : 6 ,
"display" : "DPS" ,
"parts" : [
{
"name" : "Single Arrow" ,
"multipliers" : [ 10 , 0 , 0 , 5 , 0 , 0 ]
} ,
{
"name" : "DPS" ,
"hits" : { "Single Arrow" : 20 }
} ,
{
"name" : "Total Damage" ,
"hits" : { "DPS" : 7 }
}
]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Grape Bomb" ,
"desc" : "Arrow bomb will throw 3 additional smaller bombs when exploding." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Escape (2)" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 37 , "col" : 7 , "icon" : "node_2" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"aoe" : 2
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Grape Bomb" ,
"multipliers" : [ 30 , 0 , 0 , 0 , 10 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Total Damage" ,
"hits" : { "Grape Bomb" : 3 }
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Tangled Traps" ,
"desc" : "Your Traps will be connected by a rope that deals damage to enemies every 0.2s." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 0 ,
"parents" : [ "Grape Bomb" ] ,
"dependencies" : [ "Basaltic Trap" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 38 , "col" : 6 , "icon" : "node_1" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"attackSpeed" : 0.2
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "replace_spell" ,
"name" : "Tangled Traps" ,
"base_spell" : 7 ,
"display" : "DPS" ,
"parts" : [
{
"name" : "Damage Tick" ,
"multipliers" : [ 20 , 0 , 0 , 0 , 0 , 20 ]
} ,
{
"name" : "DPS" ,
"hits" : { "Damage Tick" : 5 }
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Snow Storm" ,
"desc" : "Enemies near you will be slowed down." ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Geyser Stomp" , "More Focus (2)" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-28 18:43:35 +00:00
"row" : 39 ,
2022-07-02 23:25:04 +00:00
"col" : 2 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-06-28 18:43:35 +00:00
"range" : 2.5 ,
"slowness" : 0.3
} ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "All-Seeing Panoptes" ,
"desc" : "Your bows from Guardian Angels become all-seeing, increasing their range, damage and letting them shoot up to +5 times each." ,
"archetype" : "Boltslinger" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 11 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Snow Storm" ] ,
"dependencies" : [ "Guardian Angels" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 40 , "col" : 1 , "icon" : "node_3" } ,
2022-06-23 09:15:51 +00:00
"properties" : {
2022-07-01 08:23:06 +00:00
"range" : 8 ,
"shots" : 5
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Single Arrow" ,
"multipliers" : [ 0 , 0 , 0 , 0 , 10 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Single Bow" ,
"hits" : { "Single Arrow" : 5 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Minefield" ,
"desc" : "Allow you to place +6 Traps, but with reduced damage and range." ,
"archetype" : "Trapper" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 10 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Grape Bomb" , "Cheaper Arrow Bomb (2)" ] ,
"dependencies" : [ "Basaltic Trap" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 40 , "col" : 7 , "icon" : "node_3" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-06-27 09:53:18 +00:00
{
2022-07-01 08:23:06 +00:00
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Basaltic Trap" ,
"cost" : 0 ,
"multipliers" : [ - 80 , 0 , 0 , 0 , 0 , 0 ]
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "prop" ,
"abil" : "Basaltic Trap" ,
"name" : "aoe" ,
"value" : - 2
} ,
{
"type" : "prop" ,
"abil" : "Basaltic Trap" ,
"name" : "traps" ,
"value" : 6
}
]
}
]
} ,
2022-06-23 09:15:51 +00:00
{
"display_name" : "Bow Proficiency I" ,
"desc" : "Improve your Main Attack's damage and range when using a bow." ,
2022-07-01 08:23:06 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Arrow Bomb" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 2 , "col" : 4 , "icon" : "node_0" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "mdPct" ,
"value" : 5
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Cheaper Arrow Bomb" ,
"desc" : "Reduce the Mana cost of Arrow Bomb." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Bow Proficiency I" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 2 , "col" : 6 , "icon" : "node_0" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"cost" : - 10
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Cheaper Arrow Storm" ,
"desc" : "Reduce the Mana cost of Arrow Storm." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Storm" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Grappling Hook" , "Windstorm" , "Focus" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-07-02 23:25:04 +00:00
"display" : { "row" : 21 , "col" : 3 , "icon" : "node_0" } ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Cheaper Escape" ,
"desc" : "Reduce the Mana cost of Escape." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Arrow Storm" , "Arrow Shield" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-07-01 08:23:06 +00:00
"display" : { "row" : 9 , "col" : 4 , "icon" : "node_0" } ,
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"cost" : - 5
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Earth Mastery" ,
"desc" : "Increases your base damage from all Earth attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 0 ,
"parents" : [ "Arrow Shield" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 13 ,
2022-07-01 08:23:06 +00:00
"col" : 8 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "eDamPct" ,
"value" : 20
} ,
{
"type" : "stat" ,
2022-07-01 08:23:06 +00:00
"name" : "eDamAddMin" ,
"value" : 2
} ,
{
"type" : "stat" ,
"name" : "eDamAddMax" ,
"value" : 4
2022-06-23 09:15:51 +00:00
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Thunder Mastery" ,
"desc" : "Increases your base damage from all Thunder attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
"parents" : [ "Arrow Storm" , "Fire Mastery" , "Cheaper Escape" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 13 ,
2022-07-01 08:23:06 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "tDamPct" ,
"value" : 10
} ,
{
"type" : "stat" ,
2022-07-01 08:23:06 +00:00
"name" : "tDamAddMin" ,
"value" : 1
} ,
{
"type" : "stat" ,
"name" : "tDamAddMax" ,
"value" : 8
2022-06-23 09:15:51 +00:00
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Water Mastery" ,
"desc" : "Increases your base damage from all Water attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
"parents" : [ "Cheaper Escape" , "Thunder Mastery" , "Fire Mastery" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 14 ,
2022-07-01 08:23:06 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "wDamPct" ,
"value" : 15
} ,
{
"type" : "stat" ,
2022-07-01 08:23:06 +00:00
"name" : "wDamAddMin" ,
"value" : 2
} ,
{
"type" : "stat" ,
"name" : "wDamAddMax" ,
"value" : 4
2022-06-23 09:15:51 +00:00
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Air Mastery" ,
"desc" : "Increases base damage from all Air attacks" ,
2022-07-01 08:23:06 +00:00
"archetype" : "Boltslinger" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 0 ,
"parents" : [ "Arrow Storm" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 13 ,
2022-07-01 08:23:06 +00:00
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "aDamPct" ,
"value" : 15
} ,
{
"type" : "stat" ,
2022-07-01 08:23:06 +00:00
"name" : "aDamAddMin" ,
"value" : 3
} ,
{
"type" : "stat" ,
"name" : "aDamAddMax" ,
"value" : 4
2022-06-23 09:15:51 +00:00
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Fire Mastery" ,
2022-07-01 21:41:19 +00:00
"desc" : "Increases base damage from all Fire attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
"parents" : [ "Thunder Mastery" , "Arrow Shield" , "Cheaper Escape" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 13 ,
2022-07-01 08:23:06 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "fDamPct" ,
"value" : 15
} ,
{
"type" : "stat" ,
2022-07-01 08:23:06 +00:00
"name" : "fDamAddMin" ,
"value" : 3
} ,
{
"type" : "stat" ,
"name" : "fDamAddMax" ,
"value" : 5
}
2022-06-23 09:15:51 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "More Shields" ,
"desc" : "Give +2 charges to Arrow Shield." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Grappling Hook" , "Basaltic Trap" ] ,
"dependencies" : [ "Arrow Shield" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 21 ,
2022-07-01 08:23:06 +00:00
"col" : 7 ,
"icon" : "node_0"
2022-06-28 18:43:35 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Total Damage" ,
"hits" : { "Shield Damage" : 2 }
} ,
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "prop" ,
"abil" : "Arrow Shield" ,
"name" : "charges" ,
"value" : 2
}
]
}
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Stormy Feet" ,
"desc" : "Windy Feet will last longer and add more speed." ,
2022-07-01 20:48:08 +00:00
"archetype" : "Boltslinger" ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Windstorm" ] ,
"dependencies" : [ "Windy Feet" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-07-01 08:23:06 +00:00
"row" : 23 ,
"col" : 1 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-07-01 08:23:06 +00:00
"duration" : 60
2022-06-23 09:15:51 +00:00
} ,
2022-06-28 18:43:35 +00:00
"effects" : [ {
"type" : "stat_bonus" ,
2022-07-01 08:23:06 +00:00
"toggle" : "Windy Feet" ,
2022-06-28 18:43:35 +00:00
"bonuses" : [
{
2022-07-01 08:23:06 +00:00
"type" : "stat" ,
"name" : "spdPct" ,
"value" : 20
2022-06-28 18:43:35 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-28 18:43:35 +00:00
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Refined Gunpowder" ,
"desc" : "Increase the damage of Arrow Bomb." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Windstorm" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-07-01 08:23:06 +00:00
"row" : 25 ,
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
"properties" : { } ,
2022-07-01 08:23:06 +00:00
"effects" : [ {
2022-06-27 09:53:18 +00:00
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Arrow Bomb" ,
"multipliers" : [ 50 , 0 , 0 , 0 , 0 , 0 ]
2022-07-01 08:23:06 +00:00
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "More Traps" ,
"desc" : "Increase the maximum amount of active Traps you can have by +2." ,
"archetype" : "Trapper" ,
2022-07-01 21:41:19 +00:00
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Bouncing Bomb" ] ,
"dependencies" : [ "Basaltic Trap" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 26 ,
2022-07-01 08:23:06 +00:00
"col" : 8 ,
"icon" : "node_0"
} ,
"properties" : { } ,
"effects" : [ {
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "prop" ,
"abil" : "Basaltic Trap" ,
"name" : "traps" ,
"value" : 2
} ]
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Better Arrow Shield" ,
"desc" : "Arrow Shield will gain additional area of effect, knockback and damage." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Mana Trap" , "Shocking Bomb" , "Twain's Arc" ] ,
"dependencies" : [ "Arrow Shield" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-07-01 08:23:06 +00:00
"row" : 28 ,
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Arrow Shield" ,
"multipliers" : [ 40 , 0 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "prop" ,
"abil" : "Arrow Shield" ,
"name" : "aoe" ,
"value" : 1
} ]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Better Leap" ,
"desc" : "Reduce leap's cooldown by 1s." ,
"archetype" : "Boltslinger" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Leap" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Leap" , "Homing Shots" ] ,
"dependencies" : [ "Leap" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 29 ,
2022-07-01 08:23:06 +00:00
"col" : 1 ,
"icon" : "node_0"
} ,
"properties" : { } ,
"effects" : [ {
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "prop" ,
"abil" : "Leap" ,
"name" : "cooldown" ,
"value" : - 1
} ]
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Better Guardian Angels" ,
"desc" : "Your Guardian Angels can shoot +4 arrows before disappearing." ,
"archetype" : "Boltslinger" ,
2022-06-27 09:53:18 +00:00
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Escape Artist" , "Homing Shots" ] ,
"dependencies" : [ "Guardian Angels" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-07-01 08:23:06 +00:00
"row" : 31 ,
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Single Bow" ,
"hits" : { "Single Arrow" : 4 }
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Cheaper Arrow Storm (2)" ,
"desc" : "Reduce the Mana cost of Arrow Storm." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Storm" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Initiator" , "Mana Trap" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 31 ,
2022-07-01 08:23:06 +00:00
"col" : 8 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"cost" : - 5
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Precise Shot" ,
"desc" : "+30% Critical Hit Damage" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Better Guardian Angels" , "Cheaper Arrow Shield" , "Arrow Hurricane" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 33 ,
2022-07-01 08:23:06 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "stat" ,
"name" : "mdCritPct" ,
"value" : 30
} ]
} ]
2022-06-23 09:15:51 +00:00
} ,
{
2022-06-23 15:00:04 +00:00
"display_name" : "Cheaper Arrow Shield" ,
2022-06-23 09:15:51 +00:00
"desc" : "Reduce the Mana cost of Arrow Shield." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Precise Shot" , "Initiator" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 33 ,
2022-07-01 08:23:06 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"cost" : - 5
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Rocket Jump" ,
"desc" : "Arrow Bomb's self-damage will knockback you farther away." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Arrow Storm (2)" , "Initiator" ] ,
"dependencies" : [ "Arrow Bomb" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 33 ,
2022-07-01 08:23:06 +00:00
"col" : 6 ,
"icon" : "node_0"
} ,
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Cheaper Escape (2)" ,
"desc" : "Reduce the Mana cost of Escape." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Call of the Hound" , "Decimator" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 34 ,
2022-07-01 08:23:06 +00:00
"col" : 7 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"cost" : - 5
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Stronger Hook" ,
"desc" : "Increase your Grappling Hook's range, speed and strength." ,
2022-06-27 09:53:18 +00:00
"archetype" : "Trapper" ,
"archetype_req" : 5 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Escape" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Escape (2)" ] ,
"dependencies" : [ "Grappling Hook" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 35 ,
2022-07-01 08:23:06 +00:00
"col" : 8 ,
"icon" : "node_0"
} ,
"properties" : { } ,
"effects" : [ {
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "prop" ,
"abil" : "Grappling Hook" ,
"name" : "range" ,
"value" : 8
} ]
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Cheaper Arrow Bomb (2)" ,
"desc" : "Reduce the Mana cost of Arrow Bomb." ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "More Focus (2)" , "Minefield" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 40 ,
2022-07-01 08:23:06 +00:00
"col" : 5 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"cost" : - 5
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Bouncing Bomb" ,
"desc" : "Arrow Bomb will bounce once when hitting a block or enemy" ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "More Shields" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 25 ,
2022-07-01 08:23:06 +00:00
"col" : 7 ,
"icon" : "node_2"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Homing Shots" ,
"desc" : "Your Main Attack arrows will follow nearby enemies and not be affected by gravity" ,
2022-07-01 20:54:42 +00:00
"archetype" : "Sharpshooter" ,
2022-07-01 08:23:06 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Leap" , "Shocking Bomb" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 28 ,
2022-07-01 08:23:06 +00:00
"col" : 2 ,
"icon" : "node_2"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Shrapnel Bomb" ,
"desc" : "Arrow Bomb's explosion will fling 15 shrapnel, dealing damage in a large area" ,
"archetype" : "Boltslinger" ,
"archetype_req" : 8 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Arrow Hurricane" , "Precise Shot" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 34 ,
2022-07-01 08:23:06 +00:00
"col" : 1 ,
"icon" : "node_1"
} ,
"properties" : { } ,
"effects" : [ {
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Shrapnel Bomblet" ,
"multipliers" : [ 40 , 0 , 0 , 0 , 20 , 0 ]
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Elusive" ,
"desc" : "If you do not get hit for 8+ seconds, become immune to self-damage and remove Arrow Storm's recoil. (Dodging counts as not getting hit)" ,
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Geyser Stomp" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 38 ,
2022-07-01 08:23:06 +00:00
"col" : 0 ,
"icon" : "node_1"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Double Shots" ,
"desc" : "Double Main Attack arrows, but they deal -30% damage per arrow (harder to hit far enemies)" ,
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Escape" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
2022-06-27 09:53:18 +00:00
"blockers" : [ "Power Shots" ] ,
2022-06-23 09:15:51 +00:00
"cost" : 1 ,
"display" : {
"row" : 7 ,
2022-07-01 08:23:06 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 0 ,
2022-07-01 08:23:06 +00:00
"target_part" : "Single Shot" ,
"multipliers" : [ - 30 , 0 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 0 ,
"target_part" : "Total Damage" ,
"hits" : { "Single Shot" : 2 } ,
"display" : "Total Damage"
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Triple Shots" ,
"desc" : "Triple Main Attack arrows, but they deal -20% damage per arrow" ,
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Arrow Rain" , "Frenzy" ] ,
"dependencies" : [ "Double Shots" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
"cost" : 1 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 17 ,
2022-07-01 08:23:06 +00:00
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 0 ,
2022-07-01 08:23:06 +00:00
"target_part" : "Single Shot" ,
"multipliers" : [ - 20 , 0 , 0 , 0 , 0 , 0 ]
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 0 ,
"target_part" : "Total Damage" ,
"hits" : { "Single Shot" : 1 } ,
"display" : "Total Damage"
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Power Shots" ,
"desc" : "Main Attack arrows have increased speed and knockback" ,
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Escape" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
2022-06-27 09:53:18 +00:00
"blockers" : [ "Double Shots" ] ,
2022-06-23 09:15:51 +00:00
"cost" : 1 ,
"display" : {
"row" : 7 ,
2022-07-01 08:23:06 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Focus" ,
"desc" : "When hitting an aggressive mob 5+ blocks away, gain +1 Focus (Max 3). Resets if you miss once" ,
"archetype" : "Sharpshooter" ,
"archetype_req" : 2 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Phantom Ray" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 19 ,
2022-07-01 08:23:06 +00:00
"col" : 4 ,
"icon" : "node_2"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Focus" ,
"output" : {
"type" : "stat" ,
"name" : "damMult"
} ,
"scaling" : [ 35 ] ,
"max" : 3
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "More Focus" ,
"desc" : "Add +2 max Focus" ,
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Arrow Storm" , "Grappling Hook" ] ,
2022-07-01 20:22:53 +00:00
"dependencies" : [ "Focus" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
"cost" : 1 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 22 ,
2022-07-01 08:23:06 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Focus" ,
"output" : {
"type" : "stat" ,
"name" : "damMult"
} ,
"scaling" : [ 30 ] ,
"max" : 5
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "More Focus (2)" ,
"desc" : "Add +2 max Focus" ,
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Crepuscular Ray" , "Snow Storm" ] ,
2022-07-01 20:22:53 +00:00
"dependencies" : [ "Focus" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
"cost" : 1 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 39 ,
2022-07-01 08:23:06 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Focus" ,
"output" : {
"type" : "stat" ,
"name" : "damMult"
} ,
"scaling" : [ 25 ] ,
"max" : 7
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Traveler" ,
"desc" : "For every 1% Walk Speed you have from items, gain +1 Raw Spell Damage (Max 100)" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Refined Gunpowder" , "Twain's Arc" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 1 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 25 ,
2022-07-01 08:23:06 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : false ,
"inputs" : [ {
"type" : "stat" ,
"name" : "spd"
} ] ,
"output" : {
"type" : "stat" ,
"name" : "sdRaw"
} ,
"scaling" : [ 1 ] ,
"max" : 100
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Patient Hunter" ,
"desc" : "Your Traps will deal +20% more damage for every second they are active (Max +80%)" ,
"archetype" : "Trapper" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "More Shields" ] ,
"dependencies" : [ "Basaltic Trap" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 22 ,
2022-07-01 08:23:06 +00:00
"col" : 8 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"max" : 80
} ,
2022-07-01 08:23:06 +00:00
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Trap Wait Time" ,
"output" : {
"type" : "stat" ,
"name" : "damMult:Basaltic Trap"
} ,
"slider_step" : 1 ,
"scaling" : [ 20 ] ,
"max" : 80
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Stronger Patient Hunter" ,
"desc" : "Add +80% Max Damage to Patient Hunter" ,
"archetype" : "Trapper" ,
"archetype_req" : 0 ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Bomb" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Grape Bomb" ] ,
"dependencies" : [ "Patient Hunter" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
"cost" : 1 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 38 ,
2022-07-01 08:23:06 +00:00
"col" : 8 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-27 09:53:18 +00:00
"effects" : [
2022-07-01 08:23:06 +00:00
{
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Trap Wait Time" ,
"output" : {
"type" : "stat" ,
"name" : "damMult:Basaltic Trap"
} ,
"scaling" : [ 20 ] ,
"max" : 80
} ,
{
"type" : "raw_stat" ,
"bonuses" : [ {
"type" : "prop" ,
"abil" : "Patient Hunter" ,
"name" : "max" ,
"value" : 80
} ]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Frenzy" ,
"desc" : "Every time you hit an enemy, briefly gain +6% Walk Speed (Max 200%). Decay -40% of the bonus every second" ,
"archetype" : "Boltslinger" ,
"archetype_req" : 0 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Triple Shots" , "Nimble String" ] ,
2022-06-23 09:15:51 +00:00
"dependencies" : [ ] ,
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 17 ,
2022-07-01 08:23:06 +00:00
"col" : 2 ,
2022-07-02 23:25:04 +00:00
"icon" : "node_1"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Hits dealt" ,
"output" : {
"type" : "stat" ,
"name" : "spd"
} ,
"scaling" : [ 6 ] ,
"max" : 200
} ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Phantom Ray" ,
"desc" : "Condense Arrow Storm into a single ray that damages enemies 10 times per second" ,
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Water Mastery" , "Fire Creep" ] ,
"dependencies" : [ "Arrow Storm" ] ,
"blockers" : [ "Windstorm" , "Nimble String" , "Arrow Hurricane" ] ,
2022-06-23 09:15:51 +00:00
"cost" : 2 ,
"display" : {
"row" : 16 ,
2022-07-01 08:23:06 +00:00
"col" : 4 ,
"icon" : "node_2"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
2022-06-27 09:53:18 +00:00
{
2022-06-23 09:15:51 +00:00
"type" : "replace_spell" ,
"name" : "Phantom Ray" ,
2022-06-27 09:53:18 +00:00
"base_spell" : 1 ,
"spell_type" : "damage" ,
2022-06-23 09:15:51 +00:00
"scaling" : "spell" ,
2022-06-27 09:53:18 +00:00
"display" : "Total Damage" ,
2022-06-23 09:15:51 +00:00
"parts" : [
2022-07-01 08:23:06 +00:00
{
"name" : "Single Arrow" ,
"type" : "damage" ,
"multipliers" : [ 25 , 0 , 5 , 0 , 0 , 0 ]
} ,
{
"name" : "Total Damage" ,
"type" : "total" ,
"hits" : {
"Single Arrow" : 16
}
2022-06-23 09:15:51 +00:00
}
]
2022-07-01 08:23:06 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"cost" : - 10
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Arrow Rain" ,
"desc" : "When Arrow Shield loses its last charge, unleash 200 arrows raining down on enemies" ,
2022-07-01 08:23:06 +00:00
"base_abil" : "Arrow Shield" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Nimble String" , "Air Mastery" ] ,
"dependencies" : [ "Arrow Shield" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
"cost" : 2 ,
"display" : {
"row" : 15 ,
2022-07-01 08:23:06 +00:00
"col" : 0 ,
"icon" : "node_1"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
2022-07-01 08:23:06 +00:00
"target_part" : "Arrow Rain (Per Arrow)" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 120 , 0 , 0 , 0 , 0 , 80 ]
2022-07-01 08:23:06 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Arrow Rain (Total)" ,
"hits" : { "Arrow Rain (Per Arrow)" : 200 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 15:00:04 +00:00
} ,
{
"display_name" : "Decimator" ,
"desc" : "Phantom Ray will increase its damage by 10% everytime you do not miss with it (Max 50%)" ,
"archetype" : "Sharpshooter" ,
"archetype_req" : 0 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Arrow Shield" ] ,
"dependencies" : [ "Phantom Ray" ] ,
2022-06-23 15:00:04 +00:00
"blockers" : [ ] ,
"cost" : 1 ,
"display" : {
"row" : 34 ,
2022-07-01 08:23:06 +00:00
"col" : 5 ,
"icon" : "node_1"
2022-06-27 09:53:18 +00:00
} ,
2022-07-01 08:23:06 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Phantom Ray hits" ,
"output" : {
"type" : "stat" ,
"name" : "damMult:Single Arrow"
} ,
"scaling" : 10 ,
"max" : 50
} ]
2022-06-23 09:15:51 +00:00
}
2022-06-16 09:14:16 +00:00
] ,
2022-06-16 11:39:20 +00:00
"Warrior" : [
2022-06-23 09:15:51 +00:00
{
"display_name" : "Bash" ,
"desc" : "Violently bash the ground, dealing high damage in a large area" ,
2022-06-27 09:53:18 +00:00
"parents" : [ ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 0 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 4 ,
"range" : 3
} ,
"effects" : [
{
"type" : "replace_spell" ,
"name" : "Bash" ,
"cost" : 45 ,
"base_spell" : 1 ,
"spell_type" : "damage" ,
"scaling" : "spell" ,
"display" : "Total Damage" ,
"parts" : [
{
"name" : "Single Hit" ,
"type" : "damage" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 130 , 20 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
} ,
{
"name" : "Total Damage" ,
"type" : "total" ,
"hits" : {
"Single Hit" : 1
}
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Spear Proficiency 1" ,
"desc" : "Improve your Main Attack's damage and range w/ spear" ,
2022-06-28 18:43:35 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 2 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"melee_range" : 1
} ,
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "mdPct" ,
"value" : 5
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cheaper Bash" ,
"desc" : "Reduce the Mana cost of Bash" ,
2022-06-28 18:43:35 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Spear Proficiency 1" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 2 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"cost" : - 10
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Double Bash" ,
"desc" : "Bash will hit a second time at a farther range" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Spear Proficiency 1" ] ,
2022-06-28 18:43:35 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 4 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"range" : 3
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Total Damage" ,
"cost" : 0 ,
"hits" : {
2022-06-29 06:23:27 +00:00
"Single Hit" : 1
2022-06-23 09:15:51 +00:00
}
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Hit" ,
"cost" : 0 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ - 50 , 0 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Charge" ,
"desc" : "Charge forward at high speed (hold shift to cancel)" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Double Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 6 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
2022-06-29 06:23:27 +00:00
"properties" : { } ,
"effects" : [ {
"type" : "replace_spell" ,
"name" : "Charge" ,
"cost" : 25 ,
"base_spell" : 2 ,
"spell_type" : "damage" ,
"scaling" : "spell" ,
2022-07-01 04:21:25 +00:00
"display" : "" ,
"parts" : [ ]
2022-06-29 06:23:27 +00:00
} ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Heavy Impact" ,
"desc" : "After using Charge, violently crash down into the ground and deal damage" ,
2022-07-01 04:21:25 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Uppercut" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 9 ,
2022-06-24 11:48:48 +00:00
"col" : 1 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 4
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Heavy Impact" ,
"cost" : 0 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 100 , 0 , 0 , 0 , 0 , 0 ]
2022-07-01 04:21:25 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Contact Damage" ,
"display" : "Contact Damage" ,
"hits" : { "Heavy Impact" : 1 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Vehement" ,
"desc" : "For every 1% or 1 Raw Main Attack Damage you have from items, gain +2% Walk Speed (Max 20%)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
"parents" : [ "Charge" ] ,
"dependencies" : [ ] ,
"blockers" : [ "Tougher Skin" ] ,
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-23 15:00:04 +00:00
"row" : 6 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : false ,
"inputs" : [
{
"type" : "stat" ,
"name" : "mdPct"
} ,
{
"type" : "stat" ,
"name" : "mdRaw"
}
] ,
"output" : {
"type" : "stat" ,
"name" : "spd"
} ,
2022-06-27 09:53:18 +00:00
"scaling" : [ 1 , 1 ] ,
2022-06-23 09:15:51 +00:00
"max" : 20
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Tougher Skin" ,
"desc" : "Harden your skin and become permanently +5% more resistant\nFor every 1% or 1 Raw Heath Regen you have from items, gain +10 Health (Max 100)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "Charge" ] ,
"dependencies" : [ ] ,
"blockers" : [ "Vehement" ] ,
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 6 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "baseResist" ,
2022-06-30 15:58:26 +00:00
"value" : 5
2022-06-23 09:15:51 +00:00
}
]
} ,
{
"type" : "stat_scaling" ,
"slider" : false ,
"inputs" : [
{
"type" : "stat" ,
"name" : "hprRaw"
} ,
{
"type" : "stat" ,
"name" : "hprPct"
}
] ,
"output" : {
"type" : "stat" ,
"name" : "hpBonus"
} ,
2022-06-27 09:53:18 +00:00
"scaling" : [ 10 , 10 ] ,
2022-06-23 09:15:51 +00:00
"max" : 100
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Uppercut" ,
"desc" : "Rocket enemies in the air and deal massive damage" ,
2022-06-29 06:23:27 +00:00
"parents" : [ "Vehement" , "Cheaper Charge" ] ,
2022-06-27 09:53:18 +00:00
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 8 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 3 ,
"range" : 5
} ,
"effects" : [
{
"type" : "replace_spell" ,
"name" : "Uppercut" ,
"cost" : 45 ,
"base_spell" : 3 ,
"spell_type" : "damage" ,
"scaling" : "spell" ,
2022-06-29 06:23:27 +00:00
"display" : "Total Damage" ,
2022-06-23 09:15:51 +00:00
"parts" : [
{
"name" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 150 , 50 , 50 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
} ,
{
"name" : "Total Damage" ,
2022-06-29 06:23:27 +00:00
"hits" : { "Uppercut" : 1 }
2022-06-23 09:15:51 +00:00
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cheaper Charge" ,
"desc" : "Reduce the Mana cost of Charge" ,
2022-06-29 06:23:27 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Uppercut" , "War Scream" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 8 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "War Scream" ,
"desc" : "Emit a terrorizing roar that deals damage, pull nearby enemies, and add damage resistance to yourself and allies" ,
2022-06-29 06:23:27 +00:00
"parents" : [ "Tougher Skin" , "Cheaper Charge" ] ,
2022-06-27 09:53:18 +00:00
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 8 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_4"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"duration" : 30 ,
"aoe" : 12 ,
"defense_bonus" : 10
} ,
"effects" : [
{
"type" : "replace_spell" ,
"name" : "War Scream" ,
"cost" : 35 ,
"base_spell" : 4 ,
"spell_type" : "damage" ,
"scaling" : "spell" ,
2022-07-01 04:21:25 +00:00
"display" : "Total Damage" ,
2022-06-23 09:15:51 +00:00
"parts" : [
{
"name" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 50 , 0 , 0 , 0 , 50 , 0 ]
2022-06-29 06:23:27 +00:00
} ,
{
2022-07-01 04:21:25 +00:00
"name" : "Total Damage" ,
2022-06-29 06:23:27 +00:00
"hits" : { "War Scream" : 1 }
2022-06-23 09:15:51 +00:00
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Earth Mastery" ,
"desc" : "Increases base damage from all Earth attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
"parents" : [ "Uppercut" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 10 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
2022-06-30 15:58:26 +00:00
{ "type" : "stat" , "name" : "eDamPct" , "value" : 20 } ,
{ "type" : "stat" , "name" : "eDamAddMin" , "value" : 2 } ,
{ "type" : "stat" , "name" : "eDamAddMax" , "value" : 4 }
2022-06-23 09:15:51 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Thunder Mastery" ,
"desc" : "Increases base damage from all Thunder attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
"parents" : [ "Uppercut" , "Air Mastery" , "Cheaper Charge" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 10 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
2022-06-30 15:58:26 +00:00
{ "type" : "stat" , "name" : "tDamPct" , "value" : 10 } ,
{ "type" : "stat" , "name" : "tDamAddMin" , "value" : 1 } ,
{ "type" : "stat" , "name" : "tDamAddMax" , "value" : 8 }
2022-06-23 09:15:51 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Water Mastery" ,
"desc" : "Increases base damage from all Water attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 0 ,
"parents" : [ "Cheaper Charge" , "Thunder Mastery" , "Air Mastery" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 11 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
2022-06-30 15:58:26 +00:00
{ "type" : "stat" , "name" : "wDamPct" , "value" : 15 } ,
{ "type" : "stat" , "name" : "wDamAddMin" , "value" : 2 } ,
{ "type" : "stat" , "name" : "wDamAddMax" , "value" : 4 }
2022-06-23 09:15:51 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Air Mastery" ,
"desc" : "Increases base damage from all Air attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 0 ,
"parents" : [ "War Scream" , "Thunder Mastery" , "Cheaper Charge" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 10 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
2022-06-30 15:58:26 +00:00
{ "type" : "stat" , "name" : "aDamPct" , "value" : 15 } ,
{ "type" : "stat" , "name" : "aDamAddMin" , "value" : 3 } ,
{ "type" : "stat" , "name" : "aDamAddMax" , "value" : 4 }
2022-06-23 09:15:51 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Fire Mastery" ,
"desc" : "Increases base damage from all Earth attacks" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "War Scream" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 10 ,
2022-06-24 11:48:48 +00:00
"col" : 8 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
2022-06-30 15:58:26 +00:00
{ "type" : "stat" , "name" : "fDamPct" , "value" : 15 } ,
{ "type" : "stat" , "name" : "fDamAddMin" , "value" : 3 } ,
{ "type" : "stat" , "name" : "fDamAddMax" , "value" : 5 }
2022-06-23 09:15:51 +00:00
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Quadruple Bash" ,
"desc" : "Bash will hit 4 times at an even larger range" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Earth Mastery" , "Fireworks" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 12 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"range" : 6
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Total Damage" ,
"hits" : {
"Single Hit" : 2
2022-06-27 09:53:18 +00:00
}
2022-06-23 09:15:51 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Hit" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ - 20 , 0 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Fireworks" ,
"desc" : "Mobs hit by Uppercut will explode mid-air and receive additional damage" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Thunder Mastery" , "Quadruple Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 12 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Fireworks" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 80 , 0 , 20 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Total Damage" ,
"hits" : {
"Fireworks" : 1
}
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Half-Moon Swipe" ,
"desc" : "Uppercut will deal a footsweep attack at a longer and wider angle. All elemental conversions become Water" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 1 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Water Mastery" ] ,
"dependencies" : [ "Uppercut" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 13 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"range" : 4
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Uppercut" ,
"cost" : - 10 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ - 70 , 0 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
} ,
{
"type" : "convert_spell_conv" ,
"target_part" : "all" ,
2022-06-29 06:23:27 +00:00
"conversion" : "Water"
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Flyby Jab" ,
"desc" : "Damage enemies in your way when using Charge" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Air Mastery" , "Flaming Uppercut" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 12 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 2
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Flyby Jab" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 20 , 0 , 0 , 0 , 0 , 40 ]
2022-07-01 04:21:25 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Contact Damage" ,
"display" : "Contact Damage" ,
"hits" : { "Flyby Jab" : 1 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Flaming Uppercut" ,
"desc" : "Uppercut will light mobs on fire, dealing damage every 0.6 seconds" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Fire Mastery" , "Flyby Jab" ] ,
"dependencies" : [ "Uppercut" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 12 ,
2022-06-24 11:48:48 +00:00
"col" : 8 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"duration" : 3 ,
"tick" : 0.6
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Flaming Uppercut" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 0 , 0 , 0 , 0 , 50 , 0 ]
2022-06-23 09:15:51 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Flaming Uppercut Total Damage" ,
"hits" : {
"Flaming Uppercut" : 5
}
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Total Damage" ,
"hits" : {
"Flaming Uppercut" : 5
}
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Iron Lungs" ,
"desc" : "War Scream deals more damage" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Flyby Jab" , "Flaming Uppercut" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 13 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-28 18:43:35 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "War Scream" ,
"cost" : 0 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 30 , 0 , 0 , 0 , 0 , 30 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Generalist" ,
"desc" : "After casting 3 different spells in a row, your next spell will cost 5 mana" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 3 ,
"parents" : [ "Counter" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 15 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
2022-06-28 18:43:35 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Counter" ,
"desc" : "When dodging a nearby enemy attack, get 30% chance to instantly attack back" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 0 ,
"parents" : [ "Half-Moon Swipe" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 15 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"chance" : 30
} ,
"effects" : [
{
2022-06-29 06:23:27 +00:00
"type" : "replace_spell" ,
"name" : "Counter" ,
2022-06-23 09:15:51 +00:00
"base_spell" : 5 ,
2022-06-29 06:23:27 +00:00
"display" : "Counter Damage" ,
"parts" : [
{
"name" : "Counter Damage" ,
"multipliers" : [ 60 , 0 , 20 , 0 , 0 , 20 ]
}
]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Mantle of the Bovemists" ,
"desc" : "When casting War Scream, create a holy shield around you that reduces all incoming damage by 70% for 3 hits (20s cooldown)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 3 ,
"parents" : [ "Iron Lungs" ] ,
"dependencies" : [ "War Scream" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 15 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"mantle_charge" : 3
} ,
2022-06-27 09:53:18 +00:00
"effects" : [
2022-06-30 15:58:26 +00:00
{
"type" : "raw_stat" ,
"toggle" : true ,
"bonuses" : [ { "type" : "stat" , "name" : "defPct" , "value" : 70 } ]
}
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Bak'al's Grasp" ,
"desc" : "After casting War Scream, become Corrupted (15s Cooldown). You cannot heal while in that state\n\nWhile Corrupted, every 2% of Health you lose will add +4 Raw Damage to your attacks (Max 120)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 2 ,
"parents" : [ "Quadruple Bash" , "Fireworks" ] ,
"dependencies" : [ "War Scream" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 16 ,
2022-06-24 11:48:48 +00:00
"col" : 1 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"cooldown" : 15
} ,
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Corrupted" ,
"output" : {
"type" : "stat" ,
2022-07-01 03:13:06 +00:00
"name" : "damRaw"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"scaling" : [ 4 ] ,
2022-06-30 15:58:26 +00:00
"slider_step" : 1 ,
2022-06-23 09:15:51 +00:00
"max" : 120
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Spear Proficiency 2" ,
"desc" : "Improve your Main Attack's damage and range w/ spear" ,
2022-06-30 15:58:26 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Bak'al's Grasp" , "Cheaper Uppercut" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 17 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"melee_range" : 1
} ,
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "mdPct" ,
"value" : 5
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cheaper Uppercut" ,
"desc" : "Reduce the Mana Cost of Uppercut" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Spear Proficiency 2" , "Aerodynamics" , "Counter" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 17 ,
2022-06-24 11:48:48 +00:00
"col" : 3 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Aerodynamics" ,
"desc" : "During Charge, you can steer and change direction" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Uppercut" , "Provoke" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 17 ,
2022-06-24 11:48:48 +00:00
"col" : 5 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Provoke" ,
"desc" : "Mobs damaged by War Scream will target only you for at least 5s \n\nReduce the Mana cost of War Scream" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Aerodynamics" , "Mantle of the Bovemists" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 17 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Precise Strikes" ,
"desc" : "+30% Critical Hit Damage" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Uppercut" , "Spear Proficiency 2" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 18 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
2022-06-30 15:58:26 +00:00
"name" : "critDamPct" ,
2022-06-23 09:15:51 +00:00
"value" : 30
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Air Shout" ,
"desc" : "War Scream will fire a projectile that can go through walls and deal damage multiple times" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Aerodynamics" , "Provoke" ] ,
"dependencies" : [ "War Scream" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 18 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Air Shout" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 20 , 0 , 0 , 0 , 0 , 5 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Enraged Blow" ,
2022-06-30 15:58:26 +00:00
"desc" : "While Corriupted, every 1% of Health you lose will increase your damage by +3% (Max 300%)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
"parents" : [ "Spear Proficiency 2" ] ,
"dependencies" : [ "Bak'al's Grasp" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 20 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : false ,
"inputs" : [
{
"type" : "stat" ,
"name" : "hpBonus"
}
] ,
"output" : {
"type" : "stat" ,
2022-06-27 09:53:18 +00:00
"name" : "damMult"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"scaling" : [ 3 ] ,
2022-06-26 23:49:35 +00:00
"max" : 300
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Flying Kick" ,
"desc" : "When using Charge, mobs hit will halt your momentum and get knocked back" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 1 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Cheaper Uppercut" , "Stronger Mantle" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 20 ,
2022-06-24 11:48:48 +00:00
"col" : 3 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Flying Kick" ,
2022-06-30 16:05:09 +00:00
"multipliers" : [ 120 , 0 , 0 , 10 , 0 , 20 ]
2022-06-30 15:58:26 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Flying Kick Max Damage" ,
"hits" : { "Flying Kick" : 1 } ,
"display" : "Flying Kick Max Damage"
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Stronger Mantle" ,
"desc" : "Add +2 additional charges to Mantle of the Bovemists" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "Manachism" , "Flying Kick" ] ,
"dependencies" : [ "Mantle of the Bovemists" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 20 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-27 09:53:18 +00:00
"effects" : [
2022-06-30 15:58:26 +00:00
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "prop" ,
"abil" : "Mantle of the Bovemists" ,
"name" : "mantle_charge" ,
"value" : 2
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Manachism" ,
"desc" : "If you receive a hit that's less than 5% of your max HP, gain 10 Mana (1s Cooldown)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 3 ,
"parents" : [ "Stronger Mantle" , "Provoke" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 20 ,
2022-06-24 11:48:48 +00:00
"col" : 8 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"cooldown" : 1
} ,
2022-06-30 15:58:26 +00:00
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Boiling Blood" ,
"desc" : "Bash leaves a trail of boiling blood behind its first explosion, slowing down and damaging enemies above it every 0.4 seconds" ,
2022-06-27 09:53:18 +00:00
"archetype" : "" ,
"archetype_req" : 0 ,
"parents" : [ "Enraged Blow" , "Ragnarokkr" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 22 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Boiling Blood" ,
"cost" : 0 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 25 , 0 , 0 , 0 , 5 , 0 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Ragnarokkr" ,
"desc" : "War Scream become deafening, increasing its range and giving damage bonus to players" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Boiling Blood" , "Flying Kick" ] ,
"dependencies" : [ "War Scream" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 22 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 2
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"cost" : 10
2022-06-30 15:58:26 +00:00
} ,
{
"type" : "raw_stat" ,
"toggle" : true ,
"bonuses" : [ { "type" : "stat" , "name" : "damMult" , "value" : 30 } ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Ambidextrous" ,
"desc" : "Increase your chance to attack with Counter by +30%" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Counter" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Flying Kick" , "Stronger Mantle" , "Burning Heart" ] ,
"dependencies" : [ "Counter" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 22 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-27 09:53:18 +00:00
"effects" : [
2022-06-30 15:58:26 +00:00
{
"type" : "raw_stat" ,
"bonuses" : [ { "type" : "prop" , "abil" : "Counter" , "name" : "chance" , "value" : 30 } ]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Burning Heart" ,
"desc" : "For every 100 Health Bonus you have from item IDs, gain +2% Fire Damage (Max 100%)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "Ambidextrous" , "Stronger Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 22 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : false ,
"inputs" : [
{
"type" : "stat" ,
"name" : "hpBonus"
}
] ,
"output" : {
"type" : "stat" ,
"name" : "fDamPct"
} ,
2022-06-27 09:53:18 +00:00
"scaling" : [ 2 ] ,
2022-06-30 16:05:09 +00:00
"max" : 100
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Stronger Bash" ,
"desc" : "Increase the damage of Bash" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Burning Heart" , "Manachism" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 22 ,
2022-06-24 11:48:48 +00:00
"col" : 8 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"target_part" : "Single Hit" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 30 , 0 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Intoxicating Blood" ,
"desc" : "After leaving Corrupted, gain 2% of the health lost back for each enemy killed while Corrupted" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 5 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Bak'al's Grasp" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Ragnarokkr" , "Boiling Blood" ] ,
"dependencies" : [ "Bak'al's Grasp" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 23 ,
2022-06-24 11:48:48 +00:00
"col" : 1 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Comet" ,
"desc" : "After being hit by Fireworks, enemies will crash into the ground and receive more damage" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Ragnarokkr" ] ,
"dependencies" : [ "Fireworks" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 24 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Comet" ,
"cost" : 0 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 80 , 20 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
} ,
{
2022-06-27 09:53:18 +00:00
"type" : "add_spell_prop" ,
2022-06-23 09:15:51 +00:00
"base_spell" : 3 ,
"target_part" : "Total Damage" ,
2022-06-27 09:53:18 +00:00
"cost" : 0 ,
2022-06-23 09:15:51 +00:00
"hits" : {
"Comet" : 1
}
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Collide" ,
"desc" : "Mobs thrown into walls from Flying Kick will explode and receive additonal damage" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 4 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Ambidextrous" , "Burning Heart" ] ,
"dependencies" : [ "Flying Kick" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 23 ,
2022-06-24 11:48:48 +00:00
"col" : 5 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 4
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Collide" ,
"cost" : 0 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 100 , 0 , 0 , 0 , 50 , 0 ]
2022-06-30 15:58:26 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"target_part" : "Flying Kick Max Damage" ,
2022-06-30 16:05:09 +00:00
"hits" : { "Collide" : 1 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Rejuvenating Skin" ,
"desc" : "Regain back 30% of the damage you take as healing over 30s" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "Burning Heart" , "Stronger Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 23 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Uncontainable Corruption" ,
"desc" : "Reduce the cooldown of Bak'al's Grasp by -5s, and increase the raw damage gained for every 2% of health lost by +1" ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Bak'al's Grasp" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Boiling Blood" , "Radiant Devotee" ] ,
"dependencies" : [ "Bak'al's Grasp" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 26 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Corrupted" ,
"output" : {
"type" : "stat" ,
2022-07-01 03:13:06 +00:00
"name" : "damRaw"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"scaling" : [ 0.5 ] ,
2022-06-23 09:15:51 +00:00
"max" : 50
2022-06-30 15:58:26 +00:00
} ,
{
"type" : "raw_stat" ,
"bonuses" : [ { "type" : "prop" , "abil" : "Bak'al's Grasp" , "name" : "cooldown" , "value" : - 5 } ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Radiant Devotee" ,
"desc" : "For every 4% Reflection you have from items, gain +1/5s Mana Regen (Max 10/5s)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 1 ,
"parents" : [ "Whirlwind Strike" , "Uncontainable Corruption" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 26 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"inputs" : [
{
"type" : "stat" ,
"name" : "ref"
}
] ,
"output" : {
"type" : "stat" ,
"name" : "mr"
} ,
2022-06-30 15:58:26 +00:00
"scaling" : [ 0.25 ] ,
2022-06-30 16:05:09 +00:00
"max" : 10
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Whirlwind Strike" ,
"desc" : "Uppercut will create a strong gust of air, launching you upward with enemies (Hold shift to stay grounded)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 5 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Ambidextrous" , "Radiant Devotee" ] ,
"dependencies" : [ "Uppercut" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 26 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
2022-06-27 09:53:18 +00:00
"range" : 2
2022-06-23 09:15:51 +00:00
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 0 , 0 , 0 , 0 , 0 , 50 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Mythril Skin" ,
"desc" : "Gain +5% Base Resistance and become immune to knockback" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 6 ,
"parents" : [ "Rejuvenating Skin" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 26 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "raw_stat" ,
"bonuses" : [
{
"type" : "stat" ,
"name" : "baseResist" ,
"value" : 5
}
]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Armour Breaker" ,
"desc" : "While Corrupted, losing 30% Health will make your next Uppercut destroy enemies' defense, rendering them weaker to damage" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Uncontainable Corruption" , "Radiant Devotee" ] ,
"dependencies" : [ "Bak'al's Grasp" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 27 ,
2022-06-24 11:48:48 +00:00
"col" : 1 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"duration" : 5
} ,
2022-06-27 09:53:18 +00:00
"effects" : [
2022-06-30 15:58:26 +00:00
{
"type" : "raw_stat" ,
"toggle" : true ,
"bonuses" : [ { "type" : "stat" , "name" : "damMult" , "value" : 30 } ]
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Shield Strike" ,
"desc" : "When your Mantle of the Bovemist loses all charges, deal damage around you for each Mantle individually lost" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "Mantle of the Bovemists" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Mythril Skin" , "Sparkling Hope" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 27 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
2022-06-30 15:58:26 +00:00
"type" : "replace_spell" ,
"name" : "Shield Strike" ,
"base_spell" : 6 ,
"display" : "Damage per Shield" ,
"parts" : [
{
"name" : "Damage per Shield" ,
"multipliers" : [ 60 , 0 , 20 , 0 , 0 , 0 ]
}
]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Sparkling Hope" ,
"desc" : "Everytime you heal 5% of your max health, deal damage to all nearby enemies" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "Mythril Skin" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 27 ,
2022-06-24 11:48:48 +00:00
"col" : 8 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 6
} ,
"effects" : [
{
2022-06-30 15:58:26 +00:00
"type" : "replace_spell" ,
"name" : "Sparkling Hope" ,
"base_spell" : 6 ,
"display" : "Damage Tick" ,
"parts" : [
{
"name" : "Damage Tick" ,
"multipliers" : [ 10 , 0 , 5 , 0 , 0 , 0 ]
}
]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Massive Bash" ,
"desc" : "While Corrupted, every 3% Health you lose will add +1 AoE to Bash (Max 10)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 8 ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Tempest" , "Uncontainable Corruption" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 28 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Corrupted" ,
"output" : {
2022-06-28 18:43:35 +00:00
"type" : "prop" ,
"abil" : "Bash" ,
"name" : "aoe"
2022-06-23 09:15:51 +00:00
} ,
2022-06-29 07:14:40 +00:00
"scaling" : [ 0.3333333333333333 ] ,
2022-06-30 16:05:09 +00:00
"max" : 10
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-29 07:14:40 +00:00
} , {
2022-06-23 09:15:51 +00:00
"display_name" : "Tempest" ,
"desc" : "War Scream will ripple the ground and deal damage 3 times in a large area" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 0 ,
2022-06-30 15:58:26 +00:00
"base_abil" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Massive Bash" , "Spirit of the Rabbit" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 28 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 16
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Tempest" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 30 , 10 , 0 , 0 , 0 , 10 ]
2022-06-23 09:15:51 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Tempest Total Damage" ,
"hits" : {
"Tempest" : 3
}
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Total Damage" ,
2022-06-29 07:14:40 +00:00
"hits" : { "Tempest" : 3 }
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Spirit of the Rabbit" ,
"desc" : "Reduce the Mana cost of Charge and increase your Walk Speed by +20%" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 5 ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Charge" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Tempest" , "Whirlwind Strike" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 28 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 2 ,
"cost" : - 5
} ,
{
"type" : "raw_stat" ,
2022-06-29 07:14:40 +00:00
"bonuses" : [ { "type" : "stat" , "name" : "spd" , "value" : 20 } ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-29 07:14:40 +00:00
} , {
2022-06-23 09:15:51 +00:00
"display_name" : "Massacre" ,
"desc" : "While Corrupted, if your effective attack speed is Slow or lower, hitting an enemy with your Main Attack will add +1% to your Corrupted bar" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 5 ,
2022-06-29 07:14:40 +00:00
"base_abil" : 999 ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Tempest" , "Massive Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 29 ,
2022-06-24 11:48:48 +00:00
"col" : 1 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Axe Kick" ,
"desc" : "Increase the damage of Uppercut, but also increase its mana cost" ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Tempest" , "Spirit of the Rabbit" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 29 ,
2022-06-24 11:48:48 +00:00
"col" : 3 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"target_part" : "Uppercut" ,
"cost" : 10 ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 100 , 0 , 0 , 0 , 0 , 0 ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
{
"display_name" : "Radiance" ,
"desc" : "Bash will buff your allies' positive IDs. (15s Cooldown)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 2 ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Spirit of the Rabbit" , "Cheaper Bash 2" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 29 ,
2022-06-24 11:48:48 +00:00
"col" : 5 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"cooldown" : 15
} ,
2022-06-30 15:58:26 +00:00
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cheaper Bash 2" ,
"desc" : "Reduce the Mana cost of Bash" ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Radiance" , "Shield Strike" , "Sparkling Hope" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 29 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 1 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cheaper War Scream" ,
"desc" : "Reduce the Mana cost of War Scream" ,
2022-06-29 07:14:40 +00:00
"base_abil" : "War Scream" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Massive Bash" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 31 ,
2022-06-24 11:48:48 +00:00
"col" : 0 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-30 15:58:26 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Discombobulate" ,
"desc" : "Every time you hit an enemy, briefly increase your elemental damage dealt to them by +2 (Additive, Max +50). This bonus decays -5 every second" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 11 ,
"parents" : [ "Cyclone" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 31 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
"properties" : {
} ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "stat_scaling" ,
"slider" : true ,
"slider_name" : "Hits dealt" ,
2022-06-29 07:14:40 +00:00
"output" : [
{ "type" : "stat" , "name" : "eDamAddMin" } , { "type" : "stat" , "name" : "eDamAddMax" } ,
{ "type" : "stat" , "name" : "tDamAddMin" } , { "type" : "stat" , "name" : "tDamAddMax" } ,
{ "type" : "stat" , "name" : "wDamAddMin" } , { "type" : "stat" , "name" : "wDamAddMax" } ,
{ "type" : "stat" , "name" : "fDamAddMin" } , { "type" : "stat" , "name" : "fDamAddMax" } ,
{ "type" : "stat" , "name" : "aDamAddMin" } , { "type" : "stat" , "name" : "aDamAddMax" }
] ,
2022-06-27 09:53:18 +00:00
"scaling" : [ 2 ] ,
2022-06-23 09:15:51 +00:00
"max" : 50
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Thunderclap" ,
"desc" : "Bash will cast at the player's position and gain additional AoE.\n\n All elemental conversions become Thunder" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 8 ,
"parents" : [ "Cyclone" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-24 11:48:48 +00:00
"row" : 32 ,
"col" : 5 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-24 11:48:48 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "convert_spell_conv" ,
"target_part" : "all" ,
2022-06-29 06:23:27 +00:00
"conversion" : "Thunder"
2022-06-24 11:48:48 +00:00
} ,
{
"type" : "raw_stat" ,
2022-06-27 09:53:18 +00:00
"bonuses" : [ {
"type" : "prop" ,
2022-07-01 08:23:06 +00:00
"abil" : "Bash" ,
2022-06-27 09:53:18 +00:00
"name" : "aoe" ,
"value" : 3
} ]
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cyclone" ,
"desc" : "After casting War Scream, envelop yourself with a vortex that damages nearby enemies every 0.5s" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Battle Monk" ,
"archetype_req" : 0 ,
"parents" : [ "Spirit of the Rabbit" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
2022-06-24 11:48:48 +00:00
"row" : 31 ,
2022-06-24 11:56:56 +00:00
"col" : 4 ,
2022-06-24 11:48:48 +00:00
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"aoe" : 4 ,
"duration" : 20
} ,
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Cyclone" ,
2022-06-27 09:53:18 +00:00
"multipliers" : [ 10 , 0 , 0 , 0 , 5 , 10 ]
2022-06-23 09:15:51 +00:00
} ,
{
"type" : "add_spell_prop" ,
"base_spell" : 4 ,
"target_part" : "Cyclone Total Damage" ,
"hits" : {
"Cyclone" : 40
}
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Second Chance" ,
"desc" : "When you receive a fatal blow, survive and regain 30% of your Health (10m Cooldown)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 12 ,
"parents" : [ "Cheaper Bash 2" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 32 ,
2022-06-24 11:48:48 +00:00
"col" : 7 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
2022-06-24 11:48:48 +00:00
"properties" : { } ,
2022-06-27 09:53:18 +00:00
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Blood Pact" ,
2022-06-29 07:14:40 +00:00
"desc" : "If you do not have enough mana to cast a spell, spend health instead (0.6% health per mana)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "" ,
"archetype_req" : 10 ,
"parents" : [ "Cheaper War Scream" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 34 ,
2022-06-24 11:48:48 +00:00
"col" : 1 ,
"icon" : "node_3"
2022-06-23 09:15:51 +00:00
} ,
2022-06-29 07:14:40 +00:00
"properties" : {
"health_cost" : 0.6
} ,
2022-06-27 09:53:18 +00:00
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Haemorrhage" ,
2022-06-29 07:14:40 +00:00
"desc" : "Reduce Blood Pact's health cost. (0.3% health per mana)" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Fallen" ,
"archetype_req" : 0 ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Blood Pact" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Blood Pact" ] ,
"dependencies" : [ "Blood Pact" ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 35 ,
2022-06-24 11:48:48 +00:00
"col" : 2 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
2022-06-24 11:48:48 +00:00
"properties" : { } ,
2022-06-29 07:14:40 +00:00
"effects" : [ {
"type" : "raw_stat" ,
"bonuses" : [ { "type" : "prop" , "abil" : "Blood Pact" , "name" : "health_cost" , "value" : - 0.3 } ]
} ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Brink of Madness" ,
"desc" : "If your health is 25% full or less, gain +40% Resistance" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Blood Pact" , "Cheaper Uppercut 2" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 35 ,
2022-06-24 11:48:48 +00:00
"col" : 4 ,
"icon" : "node_2"
2022-06-23 09:15:51 +00:00
} ,
2022-06-24 11:48:48 +00:00
"properties" : { } ,
2022-06-27 09:53:18 +00:00
"effects" : [ ]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Cheaper Uppercut 2" ,
"desc" : "Reduce the Mana cost of Uppercut" ,
2022-06-29 07:14:40 +00:00
"base_abil" : "Uppercut" ,
2022-06-27 09:53:18 +00:00
"parents" : [ "Second Chance" , "Brink of Madness" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 1 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 35 ,
2022-06-24 11:48:48 +00:00
"col" : 6 ,
"icon" : "node_0"
2022-06-23 09:15:51 +00:00
} ,
2022-06-24 11:48:48 +00:00
"properties" : { } ,
2022-06-23 09:15:51 +00:00
"effects" : [
{
"type" : "add_spell_prop" ,
"base_spell" : 3 ,
"cost" : - 5
}
2022-06-27 09:53:18 +00:00
]
2022-06-23 09:15:51 +00:00
} ,
2022-06-27 09:53:18 +00:00
2022-06-23 09:15:51 +00:00
{
"display_name" : "Martyr" ,
"desc" : "When you receive a fatal blow, all nearby allies become invincible" ,
2022-06-27 09:53:18 +00:00
"archetype" : "Paladin" ,
"archetype_req" : 0 ,
"parents" : [ "Second Chance" ] ,
"dependencies" : [ ] ,
2022-06-23 09:15:51 +00:00
"blockers" : [ ] ,
2022-06-27 09:53:18 +00:00
"cost" : 2 ,
2022-06-23 09:15:51 +00:00
"display" : {
"row" : 35 ,
2022-06-24 11:48:48 +00:00
"col" : 8 ,
"icon" : "node_1"
2022-06-23 09:15:51 +00:00
} ,
"properties" : {
"duration" : 3 ,
"aoe" : 12
} ,
2022-06-27 09:53:18 +00:00
"effects" : [ ]
2022-06-23 09:15:51 +00:00
}
2022-06-26 12:40:17 +00:00
]
2022-06-26 23:49:35 +00:00
}