fixed breathless schema (idk if scaling is right)
This commit is contained in:
parent
71e04fcff0
commit
5066d6e522
2 changed files with 39 additions and 31 deletions
|
@ -4729,36 +4729,44 @@ const atrees = {
|
||||||
},
|
},
|
||||||
"properties": {},
|
"properties": {},
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"type": "stat_scaling",
|
"type": "stat_scaling",
|
||||||
"slider": true,
|
"slider": true,
|
||||||
"slider_name": "Winded",
|
"slider_name": "Winded",
|
||||||
"output": [
|
"output": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "nConvBase:3.Meteor Damage"
|
"name": "nConvBase:3.Meteor Damage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "eConvBase:3.Meteor Damage"
|
"name": "nConvBase:3.Meteor Damage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "nConvBase:3.Per Orb"
|
"name": "nConvBase:3.Lightning Damage"
|
||||||
},
|
}
|
||||||
{
|
],
|
||||||
"type": "stat",
|
"scaling": [5]
|
||||||
"name": "eConvBase:3.Per Orb"
|
},
|
||||||
},
|
{
|
||||||
{
|
"type": "stat_scaling",
|
||||||
"type": "stat",
|
"slider": true,
|
||||||
"name": "nConvBase:3.Lightning Damage"
|
"slider_name": "Winded",
|
||||||
},
|
"output": [
|
||||||
{
|
{
|
||||||
"type": "stat",
|
"type": "stat",
|
||||||
"name": "eConvBase:3.Lightning Damage"
|
"name": "eConvBase:3.Meteor Damage"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
|
"type": "stat",
|
||||||
|
"name": "eConvBase:3.Per Orb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "stat",
|
||||||
|
"name": "eConvBase:3.Lightning Damage"
|
||||||
|
}
|
||||||
|
],
|
||||||
"scaling": [10]
|
"scaling": [10]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue