Fix lacerate vs. spin attack interaction
thanks good documentation!
This commit is contained in:
parent
99408e5e16
commit
b07faf7b47
2 changed files with 25 additions and 21 deletions
|
@ -9989,27 +9989,31 @@ const atrees = {
|
|||
"properties": {},
|
||||
"effects": [
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"type": "replace_spell",
|
||||
"name": "Lacerate",
|
||||
"base_spell": 1,
|
||||
"target_part": "Spin Attack",
|
||||
"behavior": "modify",
|
||||
"multipliers": [
|
||||
40,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
20
|
||||
"display": "Total Damage",
|
||||
"parts": [
|
||||
{
|
||||
"name": "Per Hit",
|
||||
"type": "damage",
|
||||
"multipliers": [
|
||||
40,
|
||||
0,
|
||||
0,
|
||||
10,
|
||||
0,
|
||||
20
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Total Damage",
|
||||
"type": "total",
|
||||
"hits": {
|
||||
"Per Hit": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "add_spell_prop",
|
||||
"base_spell": 1,
|
||||
"target_part": "Total Damage",
|
||||
"behavior": "modify",
|
||||
"hits": {
|
||||
"Spin Attack": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -10992,7 +10996,7 @@ const atrees = {
|
|||
"base_spell": 1,
|
||||
"target_part": "Total Damage",
|
||||
"hits": {
|
||||
"Spin Attack": 1
|
||||
"Per Hit": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue