backstab temp push

This commit is contained in:
reschan 2022-07-20 23:00:56 +07:00
parent 97bdae7525
commit 77726b003f
2 changed files with 20 additions and 26 deletions

View file

@ -9747,6 +9747,7 @@ const atrees = {
"desc": "Multihit will deal a single devastating hit. If you strike the enemy from behind, deal double damage", "desc": "Multihit will deal a single devastating hit. If you strike the enemy from behind, deal double damage",
"archetype": "Shadestepper", "archetype": "Shadestepper",
"archetype_req": 2, "archetype_req": 2,
"base_abil": "Multihit",
"parents": [ "parents": [
"Earth Mastery", "Earth Mastery",
"Thunder Mastery" "Thunder Mastery"
@ -9766,33 +9767,26 @@ const atrees = {
"properties": {}, "properties": {},
"effects": [ "effects": [
{ {
"type": "add_spell_prop", "type": "replace_spell",
"name": "Backstab",
"base_spell": 3, "base_spell": 3,
"target_part": "Per Hit", "display": "Total Damage",
"behavior": "modify", "parts": [
"cost": 0, {
"multipliers": [ "name": "Per Hit",
200, "type": "damage",
50, "multipliers": [
0, 200, 50, 0, 0, 0, 0
0, ]
0, },
0 {
"name": "Total Damage",
"type": "total",
"hits": {
"Per Hit": 1
}
}
] ]
},
{
"type": "add_spell_prop",
"base_spell": 3,
"target_part": "Total Damage",
"behavior": "modify",
"hits": {
"Per Hit": 1
}
},
{
"type": "add_spell_prop",
"base_spell": 3,
"cost": -5
} }
] ]
}, },

File diff suppressed because one or more lines are too long