Skip to content

Commit

Permalink
Updated martial arts counter move costs (CleverRaven#51339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hymore246 authored and Venera3 committed Sep 21, 2021
1 parent f1d88bb commit 2528519
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
7 changes: 4 additions & 3 deletions data/json/martialarts_fictional.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@
"melee_allowed": true,
"unarmed_allowed": true,
"block_counter": true,
"crit_ok": true
"crit_ok": true,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
},
{
"type": "technique",
Expand Down Expand Up @@ -527,7 +528,7 @@
"unarmed_allowed": true,
"block_counter": true,
"down_dur": 1,
"mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ]
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 }, { "stat": "damage", "type": "bash", "scale": 1.25 } ]
},
{
"type": "technique",
Expand All @@ -539,7 +540,7 @@
"block_counter": true,
"crit_tec": true,
"down_dur": 1,
"mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 2.0 } ]
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 }, { "stat": "damage", "type": "bash", "scale": 2.0 } ]
},
{
"type": "technique",
Expand Down
32 changes: 22 additions & 10 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@
"crit_ok": true,
"disarms": true,
"down_dur": 1,
"knockback_dist": 1
"knockback_dist": 1,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.33 } ]
},
{
"type": "technique",
Expand All @@ -219,7 +220,8 @@
"block_counter": true,
"crit_ok": true,
"down_dur": 1,
"knockback_dist": 1
"knockback_dist": 1,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.33 } ]
},
{
"type": "technique",
Expand All @@ -233,7 +235,8 @@
"dodge_counter": true,
"crit_ok": true,
"down_dur": 1,
"knockback_dist": 1
"knockback_dist": 1,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.33 } ]
},
{
"type": "technique",
Expand All @@ -248,7 +251,8 @@
"crit_ok": true,
"disarms": true,
"down_dur": 1,
"knockback_dist": 1
"knockback_dist": 1,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.33 } ]
},
{
"type": "technique",
Expand Down Expand Up @@ -494,7 +498,8 @@
"skill_requirements": [ { "name": "unarmed", "level": 2 } ],
"unarmed_allowed": true,
"dodge_counter": true,
"down_dur": 1
"down_dur": 1,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.66 } ]
},
{
"type": "technique",
Expand Down Expand Up @@ -529,6 +534,7 @@
"block_counter": true,
"down_dur": 1,
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.5 },
{ "stat": "damage", "type": "bash", "scale": 0.5 },
{ "stat": "damage", "type": "cut", "scale": 0.5 },
{ "stat": "damage", "type": "stab", "scale": 0.5 }
Expand All @@ -545,6 +551,7 @@
"dodge_counter": true,
"stun_dur": 1,
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.5 },
{ "stat": "damage", "type": "bash", "scale": 0.5 },
{ "stat": "damage", "type": "cut", "scale": 0.5 },
{ "stat": "damage", "type": "stab", "scale": 0.5 }
Expand Down Expand Up @@ -690,6 +697,7 @@
"crit_ok": true,
"stun_dur": 1,
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.66 },
{ "stat": "damage", "type": "bash", "scale": 1.2 },
{ "stat": "damage", "type": "cut", "scale": 1.2 },
{ "stat": "damage", "type": "stab", "scale": 1.2 }
Expand All @@ -706,7 +714,7 @@
"crit_ok": true,
"down_dur": 2,
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.0 },
{ "stat": "movecost", "scale": 0.5 },
{ "stat": "damage", "type": "bash", "scale": 0.5 },
{ "stat": "damage", "type": "cut", "scale": 0.5 },
{ "stat": "damage", "type": "stab", "scale": 0.5 }
Expand Down Expand Up @@ -852,7 +860,8 @@
"skill_requirements": [ { "name": "unarmed", "level": 5 } ],
"unarmed_allowed": true,
"block_counter": true,
"crit_ok": true
"crit_ok": true,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
},
{
"type": "technique",
Expand Down Expand Up @@ -960,7 +969,8 @@
"melee_allowed": true,
"unarmed_allowed": true,
"crit_ok": true,
"block_counter": true
"block_counter": true,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.8 } ]
},
{
"type": "technique",
Expand Down Expand Up @@ -1006,7 +1016,8 @@
"crit_ok": true,
"dodge_counter": true,
"knockback_dist": 1,
"knockback_spread": 1
"knockback_spread": 1,
"mult_bonuses": [ { "stat": "movecost", "scale": 0.66 } ]
},
{
"type": "technique",
Expand Down Expand Up @@ -1373,6 +1384,7 @@
"crit_ok": true,
"knockback_dist": 1,
"mult_bonuses": [
{ "stat": "movecost", "scale": 0.5 },
{ "stat": "damage", "type": "bash", "scale": 0.5 },
{ "stat": "damage", "type": "cut", "scale": 0.5 },
{ "stat": "damage", "type": "stab", "scale": 0.5 }
Expand Down Expand Up @@ -1618,7 +1630,7 @@
"unarmed_allowed": true,
"dodge_counter": true,
"crit_ok": true,
"mult_bonuses": [ { "stat": "damage", "type": "bash", "scale": 1.25 } ]
"mult_bonuses": [ { "stat": "movecost", "scale": 0.33 }, { "stat": "damage", "type": "bash", "scale": 1.25 } ]
},
{
"type": "technique",
Expand Down

0 comments on commit 2528519

Please sign in to comment.