Backstab damage toggle button

This commit is contained in:
hppeng 2022-07-30 23:21:08 -07:00
parent d4e574a69f
commit 3cb16d62ba
2 changed files with 12 additions and 1 deletions

View file

@ -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