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

@ -4740,19 +4740,27 @@ const atrees = {
}, },
{ {
"type": "stat", "type": "stat",
"name": "eConvBase:3.Meteor Damage" "name": "nConvBase:3.Meteor Damage"
},
{
"type": "stat",
"name": "nConvBase:3.Per Orb"
},
{
"type": "stat",
"name": "eConvBase:3.Per Orb"
}, },
{ {
"type": "stat", "type": "stat",
"name": "nConvBase:3.Lightning Damage" "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", "type": "stat",

File diff suppressed because one or more lines are too long