aboutsummaryrefslogtreecommitdiff
path: root/martialarts.json
blob: 19c34ea86b9b6dd00dbc27b6cbf59f8f7a211624 (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
[
    {
        "type" : "martial_art",
        "id" : "style_maid",
        "name" : { "str": "Servant's fighting technique" },
        "description" : "A secret assassination technique taught to first-class servants. It gives you an elegant appearance, allowing you to dodge and counterattack with style.",
        "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ],
        "arm_block" : 99,
        "leg_block" : 99,
        "static_buffs" : [
            {
                "id" : "maid_evade",
                "name" : "Silent presence" ,
                "description" : "By staying still, you get +2 to dodging.",
                "unarmed_allowed" : true,
                "melee_allowed" : true,
                "flat_bonuses" : [["dodge", 2.0]]
                }
        ],
        "onmove_buffs": [
            {
                "id" : "maid_moved",
                "name" :  "Assault" ,
                "description" : "You receive a penalty to dodging when moving, but your chances of hitting and damage dealt are increased in accordance with your perception.",
                "unarmed_allowed" : true,
                "melee_allowed" : true,
                "min_unarmed" : 0,
                "buff_duration" : 2,
                "flat_bonuses" : [
                    ["hit", "per", 1],
                    ["damage", "bash", "per", 0.2],
                    ["damage", "cut", "per", 0.2],
                    ["damage", "stab", "per", 0.2],
                    ["dodge", -4.0]
                ]
            }
        ],
            "ondodge_buffs": [
            {
                "id" : "maid_evaded_bonus",
                "name" : "Counterattack" ,
                "description" : "Avoided attacks with minimal movement. You have a chance of landing a counterattack.",
                "unarmed_allowed" : true,
                "melee_allowed" : true,
                "min_unarmed" : 0,
                "buff_duration" : 2,
                "max_stacks" : 1,
                "mult_bonuses" : [
                    ["damage", "bash", 1.2],
                    ["damage", "cut", 1.2],
                    ["damage", "stab", 1.2]
                ]
            }
        ],
            "techniques" : [
                "tec_maid_precise",
                "tec_maid_counter",
                "tec_maid_meleecounter",
                "tec_maid_miyage",
                "tec_maid_kyusyu"
        ],
        "weapons": [
            "mop",
            "battle_mop",
            "bagh_nakha",
            "maid_claw",
            "bokken_fake",
            "bokken_inferior",
            "bokken",
            "katana_fake",
            "katana_inferior",
            "katana",
            "tanto_fake",
            "tanto_inferior",
            "tanto",
            "shikomi_stick",
            "shikomi_stick_draw",
            "umbrella",
            "shikomi_kasa",
            "shikomi_kasa_draw",
            "bullwhip",
            "spiked_whip",
            "broom",
            "brutal_broom",
            "knife_butter",
            "knife_steak",
            "knife_butcher",
            "knife_paring",
            "knife_chef",
            "knife_carving",
            "knife_bread",
            "knife_vegetable_cleaver",
            "knife_meat_cleaver",
            "vorpal_kitchen_knife",
            "spoon",
            "fork",
            "carving_fork",
            "spork",
            "foon",
            "chopsticks",
            "ladle",
            "destruction_otama",
            "rolling_pin",
            "pan",
            "steel_pan",
            "copper_pan",
            "slaying_pan"
        ]
    }
]