TEMP: updating live site with bug fixes pulled from 2.0.3 branch

This commit is contained in:
hppeng 2023-07-10 11:10:25 -07:00
parent 590aa2269d
commit 1a5ad19ef5
3 changed files with 40 additions and 13 deletions

File diff suppressed because one or more lines are too long

View file

@ -8541,7 +8541,7 @@ const atrees = {
},
{
"display_name": "Echo",
"desc": "Your Clones will mimic your spells and abilities. While they are active, deal -60% damage.",
"desc": "Your Clones will mimic your spells and abilities. While they are active, deal -65% damage.",
"archetype": "Trickster",
"archetype_req": 6,
"base_abil": "Mirror Image",
@ -8570,17 +8570,20 @@ const atrees = {
{
"type": "stat",
"name": "damMult.Echo",
"value": -60
"value": -65
},
{
"type": "stat",
"name": "nConvBase:8.Slash Damage",
"value": 690
},
{
"type": "stat",
"name": "fConvBase:8.Slash Damage",
"value": 110
}
]
},
{
"type": "add_spell_prop",
"base_spell": 8,
"behavior": "modify",
"target_part": "Slash Damage",
"multipliers": [ 690, 0, 0, 110, 0, 0 ]
},
{
"type": "stat_scaling",
"slider": true,
@ -8590,11 +8593,35 @@ const atrees = {
"output": [
{
"type": "stat",
"name": "damMult.EchoCast"
"name": "damMult.EchoCast:1.Spin Attack"
},
{
"type": "stat",
"name": "damMult.EchoCast:0.Melee"
},
{
"type": "stat",
"name": "damMult.EchoCast:3.Backstab Damage"
},
{
"type": "stat",
"name": "damMult.EchoCast:3.Fatality"
},
{
"type": "stat",
"name": "damMult.EchoCast:3.Per Hit"
},
{
"type": "stat",
"name": "damMult.EchoCast:4.Per Tick"
},
{
"type": "stat",
"name": "damMult.EchoCast:6.Per Shuriken"
}
],
"scaling": [
100
100, 100, 100, 100, 100, 100, 100
]
}
]

File diff suppressed because one or more lines are too long