summaryrefslogtreecommitdiff
path: root/json/martialarts.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:21:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:21:45 -0700
commitdd7d2c12211e3849c6c9de992462dbe561d077c9 (patch)
tree86f8a2dfb59139187423572db64eeef781c52d12 /json/martialarts.json
parentAdjust UCP to include modifiers from 0.E (diff)
downloadcataclysm-dda-mod_hk-loadout-dd7d2c12211e3849c6c9de992462dbe561d077c9.tar.xz
Add the UCP to the drop tables
Add the UCP into Krav Maga style
Diffstat (limited to 'json/martialarts.json')
-rw-r--r--json/martialarts.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/json/martialarts.json b/json/martialarts.json
new file mode 100644
index 0000000..e1bd988
--- /dev/null
+++ b/json/martialarts.json
@@ -0,0 +1,88 @@
+[
+ {
+ "type": "martial_art",
+ "id": "style_krav_maga",
+ "name": { "str": "Krav Maga" },
+ "description": "Originating in Israel, Krav Maga is based on taking down an enemy quickly and effectively. It focuses on applicable attacks rather than showy or complex moves. Popular among police and armed forces everywhere.",
+ "initiate": [ "You assume a practical combat stance.", "%s assumes a practical combat stance." ],
+ "learn_difficulty": 6,
+ "arm_block": 2,
+ "leg_block": 4,
+ "static_buffs": [
+ {
+ "id": "buff_krav_maga_static1",
+ "name": "Krav Maga Stance",
+ "description": "Your training makes it easier to land hits and fight multiple opponents.\n\n+1 Accuracy, +1 Block attempts.",
+ "melee_allowed": true,
+ "unarmed_allowed": true,
+ "bonus_blocks": 1,
+ "flat_bonuses": [ [ "hit", 1.0 ] ]
+ }
+ ],
+ "techniques": [
+ "tec_krav_maga_rapid",
+ "tec_krav_maga_crit",
+ "tec_krav_maga_takedown",
+ "tec_krav_maga_disarm",
+ "tec_krav_maga_break",
+ "tec_krav_maga_counter"
+ ],
+ "weapons": [
+ "baton-extended",
+ "butterfly_swords",
+ "copper_knife",
+ "cudgel",
+ "diveknife",
+ "honey_scraper",
+ "knife_combat",
+ "knife_hunting",
+ "knife_rambo",
+ "knife_rm42",
+ "knife_trench",
+ "makeshift_knife",
+ "PR24-extended",
+ "shocktonfa_off",
+ "shocktonfa_on",
+ "switchblade",
+ "tonfa",
+ "tonfa_wood",
+ "fn1910",
+ "fn57",
+ "glock_17",
+ "glock_18c",
+ "glock_19",
+ "glock_22",
+ "glock_31",
+ "m17",
+ "m1911",
+ "m1911a1_38super",
+ "needlepistol",
+ "sw_22",
+ "p226_357sig",
+ "p320_357sig",
+ "sig_40",
+ "sig_p230",
+ "sig_mosquito",
+ "tokarev",
+ "usp_45",
+ "usp_9mm",
+ "hk_ucp",
+ "walther_ppk",
+ "ar10",
+ "ar15",
+ "ar15_retool_300blk",
+ "fn_fal",
+ "scar_l",
+ "hk_g3",
+ "hk_g36",
+ "m14ebr",
+ "M24",
+ "m27iar",
+ "rm51_assault_rifle",
+ "rm88_battle_rifle",
+ "sig552",
+ "sks",
+ "steyr_aug"
+ ]
+ }
+]