aboutsummaryrefslogtreecommitdiff
path: root/martialarts.json
blob: 3a7f76d4765ab98dac5ee67bb80361168fb1eb15 (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
120
121
122
123
124
125
126
127
128
[
  {
    "type": "martial_art",
    "id": "style_maid",
    "name": { "str": "L'art du Nettoyage" },
    "description": "It is the servant's duty to take out the trash. Pause to consider your offensive options.",
    "initiate": [ "You steady yourself, ready to strike with poise and grace.", "%s appears more steady and composed." ],
    "arm_block": 99,
    "static_buffs": [
      {
        "id": "maid_defense",
        "name": "For Another",
        "description": "A servant stands between their Mistress and the world.\n\nBlocked damage reduced by 100% of Dexterity, +1 Block attempt",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "bonus_blocks": 1,
        "flat_bonuses": [ { "stat": "block", "scaling-stat": "dex", "scale": 1.0 } ]
      },
      {
        "id": "maid_defense_2",
        "name": "Silent Presence",
        "description": "A servant must carry out their duties with the appropriate poise and grace.\n\n+2 Dodge skill, +1 Dodge attempts.",
        "skill_requirements": [ { "name": "melee", "level": 3 } ],
        "bonus_dodges": 1,
        "unarmed_allowed": true,
        "melee_allowed": true,
        "flat_bonuses": [ { "stat": "dodge", "scale": 2.0 } ]
      }
    ],
    "onmove_buffs": [
      {
        "id": "maid_moved",
        "name": "Rush",
        "description": "Somebody needs you. Steady yourself and hurry to their side.\n\n-1 to Hit, +2 Dodge skill, -30% damage\nLasts 1 turn",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "skill_requirements": [ { "name": "unarmed", "level": 0 } ],
        "buff_duration": 1,
        "max_stacks": 1,
        "flat_bonuses": [ { "stat": "hit", "scale": -1 }, { "stat": "dodge", "scale": 2.0 } ],
        "mult_bonuses": [
          { "stat": "damage", "type": "bash", "scale": 0.7 },
          { "stat": "damage", "type": "cut", "scale": 0.7 },
          { "stat": "damage", "type": "stab", "scale": 0.7 }
        ]
      }
    ],
    "onpause_buffs": [
      {
        "id": "maid_pause_bonus",
        "name": "Collected Miscellany",
        "description": "A moment to compose yourself is all you need.\n\nEnables certain techniques. Lasts one turn",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "skill_requirements": [ { "name": "unarmed", "level": 0 } ],
        "buff_duration": 1,
        "max_stacks": 1
      }
    ],
    "ongethit_buffs": [
      {
        "id": "maid_gethit",
        "name": "Flustered",
        "description": "Ow! I have to try harder!\n\n+1 Dodge attempts, +2 Dodge skill.",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "buff_duration": 1,
        "bonus_dodges": 1,
        "flat_bonuses": [ { "stat": "dodge", "scale": 2.0 } ]
      }
    ],
    "techniques": [
      "tec_maid_precise",
      "tec_maid_counter",
      "tec_maid_meleecounter",
      "tec_maid_miyage",
      "tec_maid_kyusyu",
      "tec_maid_grab"
    ],
    "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"
    ]
  }
]