wa
This commit is contained in:
parent
2db1a3a336
commit
e427532424
1 changed files with 17 additions and 8 deletions
|
@ -225,7 +225,7 @@ const atrees = {
|
|||
},
|
||||
{
|
||||
"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_req": 0,
|
||||
"parents": ["Thunder Mastery", "Arrow Rain"],
|
||||
|
@ -253,14 +253,14 @@ const atrees = {
|
|||
"target_part": "Single Stream",
|
||||
"cost": 0,
|
||||
"hits": {
|
||||
"Single Arrow": 8
|
||||
"Single Arrow": 6
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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_req": 0,
|
||||
"parents": ["Double Shots", "Cheaper Escape"],
|
||||
|
@ -302,7 +302,7 @@ const atrees = {
|
|||
"name": "Total Damage",
|
||||
"type": "total",
|
||||
"hits": {
|
||||
"Single Stream": 2
|
||||
"Single Stream": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -436,7 +436,7 @@ const atrees = {
|
|||
"base_spell": 1,
|
||||
"target_part": "Single Arrow",
|
||||
"cost": 0,
|
||||
"multipliers": [-11, 0, -7, 0, 0, 3]
|
||||
"multipliers": [-10, 0, -2, 0, 0, 2]
|
||||
},
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
|
@ -444,7 +444,16 @@ const atrees = {
|
|||
"target_part": "Total Damage",
|
||||
"cost": 0,
|
||||
"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
|
||||
},
|
||||
"properties": {
|
||||
"range": 10,
|
||||
"range": 8,
|
||||
"shots": 5
|
||||
},
|
||||
"effects": [
|
||||
|
@ -937,7 +946,7 @@ const atrees = {
|
|||
"base_spell": 4,
|
||||
"target_part": "Single Arrow",
|
||||
"cost": 0,
|
||||
"multipliers": [0, 0, 0, 0, 20, 0]
|
||||
"multipliers": [0, 0, 0, 0, 10, 0]
|
||||
},
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
|
|
Loading…
Reference in a new issue