Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Martial Arts Rebalance for Crane Kung Fu #33015

Merged
merged 1 commit into from
Aug 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 42 additions & 31 deletions data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,48 @@
"tec_capoeira_spinkick"
]
},
{
"type": "martial_art",
"id": "style_crane",
"name": "Crane Kung Fu",
"description": "One of the five Shaolin animal styles. The Crane uses intricate hand techniques and jumping dodges. Dexterity determines your damage, rather than Strength; you also receive a dodge bonus move or dodge an attack.",
"initiate": [ "You raise your leg slightly and balance like a crane.", "%s assumes a crane-like stance." ],
"learn_difficulty": 10,
"arm_block": 3,
"static_buffs": [
{
"id": "buff_crane_static",
"name": "Crane's Precision",
"description": "Your attacks strike at your opponents weakness with speed and percision instead of brute force.\nDexterity increases melee damage instead of Strength.\n\nBash damage increased by 75%% of Dexterity but decreased by 75%% of Strength.",
"unarmed_allowed": true,
"flat_bonuses": [ [ "damage", "bash", "dex", 0.75 ], [ "damage", "bash", "str", -0.75 ] ]
}
],
"onmove_buffs": [
{
"id": "buff_crane_onmove",
"name": "Crane's Flight",
"description": "Just like a bird, you take to the air to avoid danger.\n\n+1.0 Dodge skill.\nLasts 2 turns.",
"unarmed_allowed": true,
"min_unarmed": 2,
"buff_duration": 2,
"flat_bonuses": [ [ "dodge", 1.0 ] ]
}
],
"ondodge_buffs": [
{
"id": "buff_crane_ondodge",
"name": "Crane's Grace",
"description": "Much like the crane, you a quick to avoid danger.\n\n+1 Dodge attempts, +1.0 Dodge skill.\nLasts 2 turns.",
"unarmed_allowed": true,
"min_unarmed": 2,
"buff_duration": 2,
"bonus_dodges": 1,
"flat_bonuses": [ [ "dodge", 1.0 ] ]
}
],
"techniques": [ "tec_crane_feint", "tec_crane_break", "tec_crane_counter", "tec_crane_precise" ]
},
{
"type": "martial_art",
"id": "style_karate",
Expand Down Expand Up @@ -757,37 +799,6 @@
"l-stick_on"
]
},
{
"type": "martial_art",
"id": "style_crane",
"name": "Crane Kung Fu",
"description": "One of the five Shaolin animal styles. The Crane uses intricate hand techniques and jumping dodges. Dexterity determines the majority of your damage, rather than Strength; you also receive a dodge bonus the turn after moving a tile.",
"initiate": [ "You raise your leg slightly and balance like a crane.", "%s assumes a crane-like stance." ],
"learn_difficulty": 10,
"arm_block": 3,
"leg_block": 99,
"static_buffs": [
{
"id": "crane_static",
"name": "Crane's Precision",
"description": "Damage bonus from dexterity at the cost of damage from strength.",
"unarmed_allowed": true,
"flat_bonuses": [ [ "damage", "bash", "dex", 0.8 ], [ "damage", "bash", "str", -0.2 ] ]
}
],
"onmove_buffs": [
{
"id": "crane_move_buff",
"name": "Crane's Flight",
"description": "+2 Dodge",
"unarmed_allowed": true,
"min_unarmed": 2,
"buff_duration": 2,
"flat_bonuses": [ [ "dodge", 2.0 ] ]
}
],
"techniques": [ "tec_crane_feint", "tec_crane_break", "tec_crane_precise" ]
},
{
"type": "martial_art",
"id": "style_dragon",
Expand Down
80 changes: 47 additions & 33 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,53 @@
"stun_dur": 1,
"mult_bonuses": [ [ "movecost", 0.75 ], [ "damage", "bash", 1.4 ] ]
},
{
"type": "technique",
"id": "tec_crane_feint",
"name": "Crane Wing",
"messages": [ "You raise your arms intimidatingly at %s.", "<npcname> performs the Crane Wing at %s." ],
"min_unarmed": 0,
"unarmed_allowed": true,
"defensive": true,
"miss_recovery": true
},
{
"type": "technique",
"id": "tec_crane_break",
"name": "Crane Flap",
"messages": [
"The %s tries to grab you, but you swing your arms and break free!",
"The %s tries to grab <npcname>, but they flap free!"
],
"min_unarmed": 3,
"unarmed_allowed": true,
"defensive": true,
"grab_break": true
},
{
"type": "technique",
"id": "tec_crane_counter",
"name": "Crane Strike",
"messages": [ "You hand-peck and swat down %s", "<npcname> hand-pecks and swats down %s" ],
"min_unarmed": 2,
"unarmed_allowed": true,
"dodge_counter": true,
"down_dur": 1,
"mult_bonuses": [ [ "movecost", 0.0 ] ]
},
{
"type": "technique",
"id": "tec_crane_precise",
"name": "Crane Kick",
"messages": [ "You leap and kick %s", "<npcname> leaps and kicks %s" ],
"min_unarmed": 4,
"unarmed_allowed": true,
"crit_tec": true,
"knockback_dist": 1,
"knockback_spread": 1,
"stun_dur": 2,
"mult_bonuses": [ [ "damage", "bash", 1.25 ] ]
},
{
"type": "technique",
"id": "tec_karate_rapid",
Expand Down Expand Up @@ -988,39 +1035,6 @@
"knockback_dist": 1,
"messages": [ "You send %s reeling with a Dragon Strike", "<npcname> sends %s reeling with a Dragon Strike" ]
},
{
"type": "technique",
"id": "tec_crane_feint",
"name": "Crane Wing",
"min_unarmed": 2,
"unarmed_allowed": true,
"defensive": true,
"miss_recovery": true,
"messages": [ "You raise your arms intimidatingly at %s.", "<npcname> performs the Crane Wing at %s." ]
},
{
"type": "technique",
"id": "tec_crane_break",
"name": "Crane Flap",
"min_unarmed": 3,
"unarmed_allowed": true,
"defensive": true,
"grab_break": true,
"messages": [
"The %s tries to grab you, but you swing your arms and break free!",
"The %s tries to grab <npcname>, but they flap free!"
]
},
{
"type": "technique",
"id": "tec_crane_precise",
"name": "Crane Strike",
"min_unarmed": 4,
"unarmed_allowed": true,
"crit_tec": true,
"messages": [ "You hand-peck %s", "<npcname> hand-pecks %s" ],
"stun_dur": 3
},
{
"type": "technique",
"id": "tec_snake_rapid",
Expand Down