summaryrefslogtreecommitdiff
path: root/martialarts/sojutsu.json
diff options
context:
space:
mode:
Diffstat (limited to 'martialarts/sojutsu.json')
-rw-r--r--martialarts/sojutsu.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/martialarts/sojutsu.json b/martialarts/sojutsu.json
new file mode 100644
index 0000000..1488746
--- /dev/null
+++ b/martialarts/sojutsu.json
@@ -0,0 +1,68 @@
+[
+ {
+ "type": "martial_art",
+ "id": "style_sojutsu",
+ "name": { "str": "Sōjutsu" },
+ "description": "Sōjutsu, \"The Way of the Spear\", is the Japanese martial art of fighting with a spear. Sōjutsu focuses on keeping opponents at a distance in order to maintain advantage in combat. Standing still gives you an extra block attempt but moving will briefly increase your damage.",
+ "initiate": [ "You prepare to defend against all that approach you.", "%s assumes a wide, defensive stance." ],
+ "learn_difficulty": 7,
+ "primary_skill": "stabbing",
+ "strictly_melee": true,
+ "static_buffs": [
+ {
+ "id": "buff_sojutsu_static",
+ "name": "Sōjutsu Stance",
+ "description": "Your training grants better defense while using a polearm.\n\nBlocked damage reduced by 200% of Dexterity.\n+1 Block attempt.",
+ "melee_allowed": true,
+ "bonus_blocks": 1,
+ "flat_bonuses": [
+ { "stat": "block", "scaling-stat": "str", "scale": 2.0 }
+ ]
+ }
+ ],
+ "onmove_buffs": [
+ {
+ "id": "buff_sojutsu_onmove",
+ "name": "Superior Positioning",
+ "description": "You have given up your defenses for a moment to increase the damage of your attacks.\n\n+10% damage, -1 Block attempts.\nLasts 1 turn.",
+ "melee_allowed": true,
+ "buff_duration": 1,
+ "bonus_blocks": -1,
+ "mult_bonuses": [
+ { "stat": "damage", "type": "bash", "scale": 1.1 },
+ { "stat": "damage", "type": "cut", "scale": 1.1 },
+ { "stat": "damage", "type": "stab", "scale": 1.1 }
+ ]
+ }
+ ],
+ "techniques": [ "tec_sojutsu_feint", "tec_sojutsu_shove", "tec_sojutsu_trip" ],
+ "weapons": [
+ "glaive",
+ "halberd",
+ "halberd_fake",
+ "ji",
+ "naginata",
+ "naginata_inferior",
+ "naginata_fake",
+ "long_pole",
+ "makeshift_halberd",
+ "pike",
+ "pike_inferior",
+ "pike_fake",
+ "pitchfork",
+ "qiang",
+ "spear_copper",
+ "spear_dory",
+ "spear_forked",
+ "spear_homemade_halfpike",
+ "spear_pipe",
+ "spear_knife",
+ "spear_knife_superior",
+ "spear_spike",
+ "spear_rebar",
+ "spear_steel",
+ "spear_survivor",
+ "spear_wood"
+ ]
+ }
+]