summaryrefslogtreecommitdiff
path: root/martialarts/aikido.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-19 18:08:34 -0800
commite43f607400acc497203f40224c71374a53b4efb8 (patch)
treebc4b919f82325c12c11d43551d66c1eb64d5739e /martialarts/aikido.json
parentInitial commit (diff)
downloadcataclysm-bn-mod_martial-arts-update-e43f607400acc497203f40224c71374a53b4efb8.tar.xz
Add Brawling, Fior Di Battaglia, Sojutsu, Taekwondo, Tai Chi.
Add Barbaran Montane with book and itemgroup.
Diffstat (limited to 'martialarts/aikido.json')
-rw-r--r--martialarts/aikido.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/martialarts/aikido.json b/martialarts/aikido.json
new file mode 100644
index 0000000..f428c76
--- /dev/null
+++ b/martialarts/aikido.json
@@ -0,0 +1,86 @@
+[
+{
+ "type": "martial_art",
+ "id": "style_aikido",
+ "name": { "str": "Aikido" },
+ "description": "Aikido is a Japanese martial art focused on self-defense, while minimizing injury to the attacker. It uses defensive throws and disarms but its techniques lack offensive power.",
+ "initiate": [ "You enter the hamni stance.", "%s changes into a relaxed combat posture." ],
+ "learn_difficulty": 5,
+ "arm_block": 0,
+ "static_buffs": [
+ {
+ "id": "buff_aikido_static1",
+ "name": "Aikido Stance",
+ "description": "By disregarding offensive in favor of self-defense, you are better at protecting.\n\nBlocked damage reduced by 300% of Dexterity.\n+1.0 Dodging skill.",
+ "unarmed_allowed": true,
+ "unarmed_weapons_allowed": false,
+ "melee_allowed": true,
+ "flat_bonuses": [
+ { "stat": "block", "scaling-stat": "dex", "scale": 3.0 },
+ { "stat": "dodge", "scale": 1.0 }
+ ]
+ },
+ {
+ "id": "buff_aikido_static2",
+ "name": "Intermediate Aikido",
+ "description": "An intermediate aikido practitioner can protect themselves against multiple opponents.\n\nBlocked Damage reduced by 200% of Dexterity.\n+1 Block attempts, +1 Dodge attempts.",
+ "unarmed_allowed": true,
+ "unarmed_weapons_allowed": false,
+ "melee_allowed": true,
+ "skill_requirements": [ { "name": "unarmed", "level": 3 } ],
+ "bonus_dodges": 1,
+ "bonus_blocks": 1,
+ "flat_bonuses": [
+ { "stat": "block", "scaling-stat": "dex", "scale": 2.0 }
+ ]
+ },
+ {
+ "id": "buff_aikido_static3",
+ "name": "Advanced Aikido",
+ "description": "An advanced aikido practitioner can protect themselves against even more opponents than normal.\n\nBlocked Damage reduced by 100% of Dexterity.\n+1 Block attempts, +1 Dodge attempts.",
+ "unarmed_allowed": true,
+ "unarmed_weapons_allowed": false,
+ "melee_allowed": true,
+ "skill_requirements": [ { "name": "unarmed", "level": 5 } ],
+ "bonus_dodges": 1,
+ "bonus_blocks": 1,
+ "flat_bonuses": [
+ { "stat": "block", "scaling-stat": "dex", "scale": 2.0 }
+ ]
+ }
+ ],
+ "onblock_buffs": [
+ {
+ "id": "buff_aikido_onblock",
+ "name": "Fluid Blocking",
+ "description": "After a smooth block, you prepare to counter your foe.\n\n-10% move cost.\nLasts for 1 turn.",
+ "skill_requirements": [ { "name": "unarmed", "level": 1 } ],
+ "unarmed_allowed": true,
+ "unarmed_weapons_allowed": false,
+ "melee_allowed": true,
+ "buff_duration": 1,
+ "mult_bonuses": [ { "stat": "movecost", "scale": 0.9 } ]
+ }
+ ],
+ "ondodge_buffs": [
+ {
+ "id": "buff_aikido_ondodge",
+ "name": "Fluid Dodging",
+ "description": "After a smooth dodge, you prepare to counter your foe.\n\n-10% move cost.\nLasts for 1 turn.",
+ "unarmed_allowed": true,
+ "unarmed_weapons_allowed": false,
+ "melee_allowed": true,
+ "buff_duration": 1,
+ "mult_bonuses": [ { "stat": "movecost", "scale": 0.9 } ]
+ }
+ ],
+ "techniques": [
+ "tec_aikido_break",
+ "tec_aikido_dodgedisarm",
+ "tec_aikido_blockdisarm",
+ "tec_aikido_dodgethrow",
+ "tec_aikido_blockthrow"
+ ],
+ "weapons": [ "bagh_nakha", "bio_claws_weapon", "cestus", "knuckle_brass", "knuckle_nail", "knuckle_steel", "knuckle_steel_forged" ]
+ }
+]