Backstab damage toggle button
This commit is contained in:
parent
d4e574a69f
commit
3cb16d62ba
2 changed files with 12 additions and 1 deletions
|
@ -7661,6 +7661,17 @@ const atrees = {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "raw_stat",
|
||||||
|
"toggle": "Activate Backstab",
|
||||||
|
"bonuses": [
|
||||||
|
{
|
||||||
|
"type": "stat",
|
||||||
|
"name": "damMult.Backstab:3.Backstab Damage",
|
||||||
|
"value": 100
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue