summaryrefslogtreecommitdiff
path: root/json/martialarts.json
blob: e69961e4b2abbf385caa21f884bd753daa8bf278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[
 {
    "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_combat_mod",
      "knife_folding",
      "knife_hunting",
      "knife_rambo",
      "knife_rm42",
      "knife_trench",
      "makeshift_knife",
      "PR24-extended",
      "shocktonfa_off",
      "shocktonfa_on",
      "switchblade",
      "tonfa",
      "tonfa_wood",
      "af2011a1_38super",
      "cz75",
      "deagle_44",
      "fn1910",
      "fn57",
      "glock_17",
      "glock_18c",
      "glock_19",
      "glock_22",
      "glock_31",
      "hi_power_9mm",
      "hi_power_40",
      "hptjcp",
      "hptjhp",
      "m17",
      "m1911",
      "m1911_MEU",
      "m1911a1_38super",
      "m9",
      "mk23",
      "needlepistol",
      "sw_22",
      "p226_357sig",
      "p320_357sig",
      "sig_40",
      "sig_p230",
      "sig_mosquito",
      "tokarev",
      "usp_45",
      "usp_40",
      "usp_9mm",
      "hk_ucp",
      "walther_ccp",
      "walther_p38",
      "walther_ppk",
      "walther_ppq_9mm",
      "walther_ppq_40",
      "walther_ppq_45",
      "acr",
      "acr_300blk",
      "ak47",
      "ak74",
      "an94",
      "ar10",
      "ar15",
      "ar15_retool_300blk",
      "fn_fal",
      "h&k416a5",
      "hk417_13",
      "hk_g3",
      "hk_g36",
      "iwi_tavor_x95_300blk",
      "m1a",
      "m110a1",
      "m14ebr",
      "m16a4",
      "m27iar",
      "m4a1",
      "rm51_assault_rifle",
      "rm88_battle_rifle",
      "ruger_mini",
      "scar_l",
      "scar_h",
      "sig552",
      "sks",
      "steyr_aug"
    ]
  }
]