fixed breathless schema (idk if scaling is right)

This commit is contained in:
aspiepuppy 2022-07-19 22:06:47 -05:00
parent 71e04fcff0
commit 5066d6e522
2 changed files with 39 additions and 31 deletions

View file

@ -4729,36 +4729,44 @@ const atrees = {
},
"properties": {},
"effects": [
{
"type": "stat_scaling",
"slider": true,
"slider_name": "Winded",
"output": [
{
"type": "stat",
"name": "nConvBase:3.Meteor Damage"
},
{
"type": "stat",
"name": "eConvBase:3.Meteor Damage"
},
{
"type": "stat",
"name": "nConvBase:3.Per Orb"
},
{
"type": "stat",
"name": "eConvBase:3.Per Orb"
},
{
"type": "stat",
"name": "nConvBase:3.Lightning Damage"
},
{
"type": "stat",
"name": "eConvBase:3.Lightning Damage"
}
],
{
"type": "stat_scaling",
"slider": true,
"slider_name": "Winded",
"output": [
{
"type": "stat",
"name": "nConvBase:3.Meteor Damage"
},
{
"type": "stat",
"name": "nConvBase:3.Meteor Damage"
},
{
"type": "stat",
"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": "eConvBase:3.Lightning Damage"
}
],
"scaling": [10]
}
]

File diff suppressed because one or more lines are too long