summaryrefslogtreecommitdiff
path: root/json/martialarts.json
blob: 8f689c22397d339f5e9735a2567c96d428805e64 (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
[
 {
    "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_40",
      "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"
    ]
  }
]