Skip to content

Commit

Permalink
style(autofix.ci): automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 20, 2023
1 parent 4f339ba commit 661437b
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,14 @@
"name": "Boxing Stance",
"description": "A solid stance allows you block more damage than normal and deliver better punches.\n\n+2 Bash damage, Blocked damge reduced by 50% of Strength.",
"unarmed_allowed": true,
"flat_bonuses": [
{ "stat": "block", "scaling-stat": "str", "scale": 0.5 }, { "stat": "damage", "type": "bash", "scale": 2.0 },
{ "stat": "block", "scaling-stat": "str", "scale": 0.5 }, { "stat": "damage", "type": "cut", "scale": 2.0 },
{ "stat": "block", "scaling-stat": "str", "scale": 0.5 }, { "stat": "damage", "type": "stab", "scale": 2.0 } ]
"flat_bonuses": [
{ "stat": "block", "scaling-stat": "str", "scale": 0.5 },
{ "stat": "damage", "type": "bash", "scale": 2.0 },
{ "stat": "block", "scaling-stat": "str", "scale": 0.5 },
{ "stat": "damage", "type": "cut", "scale": 2.0 },
{ "stat": "block", "scaling-stat": "str", "scale": 0.5 },
{ "stat": "damage", "type": "stab", "scale": 2.0 }
]
}
],
"onmove_buffs": [
Expand All @@ -183,10 +187,11 @@
"skill_requirements": [ { "name": "unarmed", "level": 5 } ],
"unarmed_allowed": true,
"buff_duration": 1,
"mult_bonuses": [
"mult_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 1.25 },
{ "stat": "damage", "type": "cut", "scale": 1.25 },
{ "stat": "damage", "type": "stab", "scale": 1.25 } ]
{ "stat": "damage", "type": "stab", "scale": 1.25 }
]
}
],
"techniques": [ "tec_boxing_rapid", "tec_boxing_cross", "tec_boxing_upper", "tec_boxing_counter" ]
Expand Down Expand Up @@ -240,10 +245,11 @@
"skill_requirements": [ { "name": "unarmed", "level": 1 } ],
"buff_duration": 2,
"max_stacks": 3,
"mult_bonuses": [
"mult_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 1.15 },
{ "stat": "damage", "type": "cut", "scale": 1.15 },
{ "stat": "damage", "type": "stab", "scale": 1.15 } ]
{ "stat": "damage", "type": "stab", "scale": 1.15 }
]
}
],
"onmove_buffs": [
Expand Down Expand Up @@ -339,11 +345,12 @@
"unarmed_allowed": true,
"skill_requirements": [ { "name": "unarmed", "level": 1 } ],
"buff_duration": 1,
"flat_bonuses": [
{ "stat": "hit", "scale": 1.0 },
"flat_bonuses": [
{ "stat": "hit", "scale": 1.0 },
{ "stat": "damage", "type": "bash", "scale": 2.0 },
{ "stat": "damage", "type": "cut", "scale": 2.0 },
{ "stat": "damage", "type": "stab", "scale": 2.0 } ]
{ "stat": "damage", "type": "stab", "scale": 2.0 }
]
}
],
"techniques": [ "tec_dragon_claw", "tec_dragon_blockcounter", "tec_dragon_dodgecounter", "tec_dragon_tail", "tec_dragon_strike" ]
Expand Down Expand Up @@ -915,10 +922,11 @@
"skill_requirements": [ { "name": "unarmed", "level": 1 } ],
"unarmed_allowed": true,
"buff_duration": 1,
"mult_bonuses": [
"mult_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 1.1 },
{ "stat": "damage", "type": "cut", "scale": 1.1 },
{ "stat": "damage", "type": "stab", "scale": 1.1 } ]
{ "stat": "damage", "type": "stab", "scale": 1.1 }
]
}
],
"onhit_buffs": [
Expand All @@ -930,11 +938,11 @@
"unarmed_allowed": true,
"req_buffs": [ "buff_pankration_ondodge" ],
"buff_duration": 1,
"mult_bonuses": [
"mult_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 1.2 },
{ "stat": "damage", "type": "cut", "scale": 1.2 },
{ "stat": "damage", "type": "stab", "scale": 1.2 }
]
]
}
],
"techniques": [
Expand Down Expand Up @@ -1086,10 +1094,10 @@
"name": "Unhindered",
"description": "Your attacks are stronger if you are not holding anything in your hands.\n\n+33% bash damage when not using a weapon.",
"unarmed_allowed": true,
"mult_bonuses": [
"mult_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 1.33 },
{ "stat": "damage", "type": "cut", "scale": 1.33 },
{ "stat": "damage", "type": "stab", "scale": 1.33 }
{ "stat": "damage", "type": "stab", "scale": 1.33 }
]
}
],
Expand Down Expand Up @@ -1347,7 +1355,7 @@
"unarmed_allowed": true,
"buff_duration": 2,
"max_stacks": 5,
"flat_bonuses": [
"flat_bonuses": [
{ "stat": "damage", "type": "bash", "scale": 2.0 },
{ "stat": "damage", "type": "cut", "scale": 2.0 },
{ "stat": "damage", "type": "stab", "scale": 2.0 }
Expand Down

0 comments on commit 661437b

Please sign in to comment.