From dd7d2c12211e3849c6c9de992462dbe561d077c9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 24 May 2020 03:21:45 -0700 Subject: Add the UCP to the drop tables Add the UCP into Krav Maga style --- json/itemgroups/military.json | 10 +++++ json/martialarts.json | 88 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 json/itemgroups/military.json create mode 100644 json/martialarts.json diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json new file mode 100644 index 0000000..c1fb711 --- /dev/null +++ b/json/itemgroups/military.json @@ -0,0 +1,10 @@ +[ + { + "type": "item_group", + "id": "military", + "subtype": "distribution", + "entries": [ + { "item": "hk_ucp", "prob": 6 } + ] + } +] 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" + ] + } +] -- cgit v1.2.1