Merge pull request #119 from hppeng-wynn/atree_hotfix
fixed stronger meteor and windsweeper w/ thunstom
This commit is contained in:
commit
2c8f275e9c
1 changed files with 15 additions and 0 deletions
|
@ -4512,6 +4512,13 @@ const atrees = {
|
|||
"target_part": "Meteor Damage",
|
||||
"behavior": "modify",
|
||||
"multipliers": [30, 90, 0, 0, 0, 0]
|
||||
},
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"base_spell": 3,
|
||||
"target_part": "Lightning Damage",
|
||||
"behavior": "modify",
|
||||
"multipliers": [30, 90, 0, 0, 0, 0]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -4785,6 +4792,14 @@ const atrees = {
|
|||
{
|
||||
"type": "stat",
|
||||
"name": "eConvBase:3.Per Orb"
|
||||
},
|
||||
{
|
||||
"type": "stat",
|
||||
"name": "nConvBase:3.Lightning Damage"
|
||||
},
|
||||
{
|
||||
"type": "stat",
|
||||
"name": "eConvBase:3.Lightning Damage"
|
||||
}
|
||||
],
|
||||
"scaling": [15]
|
||||
|
|
Loading…
Reference in a new issue