Merge pull request #150 from hppeng-wynn/atree_hotfix

patch 8 atree changes (also added ranges to stuff)
This commit is contained in:
hppeng-wynn 2022-07-19 20:50:06 -07:00 committed by GitHub
commit 3967366565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47 additions and 39 deletions

View file

@ -1864,7 +1864,7 @@ const atrees = {
"col": 4,
"icon": "node_2"
},
"properties": {},
"properties": {"range": 16},
"effects": [
{
"type": "replace_spell",
@ -3432,7 +3432,7 @@ const atrees = {
"icon": "node_2"
},
"properties": {
"duration": 5
"duration": 8
},
"effects": [
{
@ -4740,26 +4740,34 @@ const atrees = {
},
{
"type": "stat",
"name": "eConvBase:3.Meteor Damage"
"name": "nConvBase:3.Meteor Damage"
},
{
"type": "stat",
"name": "nConvBase:3.Per Orb"
"name": "nConvBase:3.Lightning Damage"
}
],
"scaling": [5]
},
{
"type": "stat_scaling",
"slider": true,
"slider_name": "Winded",
"output": [
{
"type": "stat",
"name": "eConvBase:3.Meteor Damage"
},
{
"type": "stat",
"name": "eConvBase:3.Per Orb"
},
{
"type": "stat",
"name": "nConvBase:3.Lightning Damage"
},
{
"type": "stat",
"name": "eConvBase:3.Lightning Damage"
}
],
"scaling": [15]
"scaling": [10]
}
]
},
@ -5052,7 +5060,7 @@ const atrees = {
"name": "nConvBase:2.Explosion Damage"
}
],
"scaling": [30]
"scaling": [20]
},
{
"type": "stat_scaling",
@ -5068,7 +5076,7 @@ const atrees = {
"name": "tConvBase:2.Explosion Damage"
}
],
"scaling": [10]
"scaling": [5]
},
{
"type": "stat_scaling",
@ -5160,7 +5168,7 @@ const atrees = {
},
{
"display_name": "Lightweaver",
"desc": "After healing 60% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)",
"desc": "After healing 50% of your max health within 10s, summon a rotating orb that damages all enemies it touches for 20s. (Max 3 Orbs)",
"archetype": "Light Bender",
"archetype_req": 7,
"parents": ["Orphion's Pulse"],
@ -5243,7 +5251,7 @@ const atrees = {
"col": 7,
"icon": "node_1"
},
"properties": {},
"properties": {"range": 20},
"effects": []
},
{
@ -5570,7 +5578,7 @@ const atrees = {
"type": "add_spell_prop",
"base_spell": 3,
"target_part": "Per Orb",
"multipliers": [-50, 0, -10, 0, 0, 0]
"multipliers": [-30, 0, -10, 0, 0, 0]
},
{
"type": "add_spell_prop",

File diff suppressed because one or more lines are too long