This commit is contained in:
aspiepuppy 2022-06-27 22:41:56 -05:00
parent 2db1a3a336
commit e427532424

View file

@ -225,7 +225,7 @@ const atrees = {
}, },
{ {
"display_name": "Nimble String", "display_name": "Nimble String",
"desc": "Arrow Storm throw out +8 arrows per stream and shoot twice as fast.", "desc": "Arrow Storm throw out +6 arrows per stream and shoot twice as fast.",
"archetype": "", "archetype": "",
"archetype_req": 0, "archetype_req": 0,
"parents": ["Thunder Mastery", "Arrow Rain"], "parents": ["Thunder Mastery", "Arrow Rain"],
@ -253,14 +253,14 @@ const atrees = {
"target_part": "Single Stream", "target_part": "Single Stream",
"cost": 0, "cost": 0,
"hits": { "hits": {
"Single Arrow": 8 "Single Arrow": 6
} }
} }
] ]
}, },
{ {
"display_name": "Arrow Storm", "display_name": "Arrow Storm",
"desc": "Shoot two stream of 8 arrows, dealing significant damage to close mobs and pushing them back.", "desc": "Shoot one stream of 8 arrows, dealing significant damage to close mobs and pushing them back.",
"archetype": "", "archetype": "",
"archetype_req": 0, "archetype_req": 0,
"parents": ["Double Shots", "Cheaper Escape"], "parents": ["Double Shots", "Cheaper Escape"],
@ -302,7 +302,7 @@ const atrees = {
"name": "Total Damage", "name": "Total Damage",
"type": "total", "type": "total",
"hits": { "hits": {
"Single Stream": 2 "Single Stream": 1
} }
} }
] ]
@ -436,7 +436,7 @@ const atrees = {
"base_spell": 1, "base_spell": 1,
"target_part": "Single Arrow", "target_part": "Single Arrow",
"cost": 0, "cost": 0,
"multipliers": [-11, 0, -7, 0, 0, 3] "multipliers": [-10, 0, -2, 0, 0, 2]
}, },
{ {
"type": "add_spell_prop", "type": "add_spell_prop",
@ -446,6 +446,15 @@ const atrees = {
"hits": { "hits": {
"Single Stream": 1 "Single Stream": 1
} }
},
{
"type": "add_spell_prop",
"base_spell": 1,
"target_part": "Single Stream",
"cost": 0,
"hits": {
"Single Arrow": 2
}
} }
] ]
}, },
@ -928,7 +937,7 @@ const atrees = {
"col": 1 "col": 1
}, },
"properties": { "properties": {
"range": 10, "range": 8,
"shots": 5 "shots": 5
}, },
"effects": [ "effects": [
@ -937,7 +946,7 @@ const atrees = {
"base_spell": 4, "base_spell": 4,
"target_part": "Single Arrow", "target_part": "Single Arrow",
"cost": 0, "cost": 0,
"multipliers": [0, 0, 0, 0, 20, 0] "multipliers": [0, 0, 0, 0, 10, 0]
}, },
{ {
"type": "add_spell_prop", "type": "add_spell_prop",