summaryrefslogtreecommitdiff
path: root/martialarts/ninjutsu.json
blob: a0aa49a0b7a59ab81d3f5889f2e7d17f90b80741 (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
[
  {
    "type": "martial_art",
    "id": "style_ninjutsu",
    "name": { "str": "Ninjutsu" },
    "description": "Ninjutsu is a martial art and set of tactics used by ninja in feudal Japan.  It focuses on rapid, precise, silent strikes.  Ninjutsu is almost entirely silent and you have a higher chance to critically hit on your first attack.  It also provides small combat bonuses every time you move.",
    "initiate": [ "You perform a kuji-in mantra with your hands.  Rin, Kai, Jin!", "%s performs a series of intricate hand signs." ],
    "learn_difficulty": 6,
    "arm_block": 3,
    "static_buffs": [
      {
        "id": "buff_ninjutsu_static1",
        "name": "Ninjutsu Stance",
        "description": "Your training allows you to make no noise when attacking and less noise when moving around.\n\nMelee and unarmed attacks generate 0 noise.  Moving generates 1/2 as much noise.",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "quiet": true,
        "stealthy": true
      },
      {
        "id": "buff_ninjutsu_static2",
        "name": "Sneak Attack",
        "description": "To a true shinobi, the first strike and the last strike are one in the same.\n\n+50% damage.",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "mult_bonuses": [
          { "stat": "damage", "type": "bash", "scale": 1.5 },
          { "stat": "damage", "type": "cut", "scale": 1.5 },
          { "stat": "damage", "type": "stab", "scale": 1.5 }
        ]
      }
    ],
    "onattack_buffs": [
      {
        "id": "buff_ninjutsu_onattack",
        "name": "Loss of Surprise",
        "description": "You intentions are known!  It will take you a few moments to sneak attack again.\n\n-50% damage.\nEnables \"Swift Strike (crit)\" technique.\nLast 3 turns.",
        "unarmed_allowed": true,
        "melee_allowed": true,
        "buff_duration": 3,
        "mult_bonuses": [
          { "stat": "damage", "type": "bash", "scale": 0.5 },
          { "stat": "damage", "type": "cut", "scale": 0.5 },
          { "stat": "damage", "type": "stab", "scale": 0.5 }
        ]
      }
    ],
    "onmove_buffs": [
      {
        "id": "buff_ninjutsu_onmove",
        "name": "Momentum Shift",
        "description": "Ninjas are training to be extremely agile and mobile.\n\n+1.0 Dodge skill, Accuracy increased by 20% of Dexterity.\nLast 1 turn.",
        "skill_requirements": [ { "name": "unarmed", "level": 2 } ],
        "unarmed_allowed": true,
        "melee_allowed": true,
        "buff_duration": 1,
        "flat_bonuses": [
          { "stat": "dodge", "scale": 1.0 },
          { "stat": "hit", "scaling-stat": "dex", "scale": 0.2 }
        ]
      }
    ],
    "onkill_buffs": [
      {
        "id": "buff_ninjutsu_onkill",
        "name": "Escape Plan",
        "description": "Your target has perished.  It is time to leave and plan your next attack.\n\n+2 Dodge attempts, +10 movement speed.\nLast 3 turns.",
        "skill_requirements": [ { "name": "melee", "level": 3 } ],
        "unarmed_allowed": true,
        "melee_allowed": true,
        "buff_duration": 3,
        "bonus_dodges": 2,
        "flat_bonuses": [ { "stat": "speed", "scale": 10.0 } ]
      }
    ],
    "techniques": [ "tec_ninjutsu_swift", "tec_ninjutsu_swift_crit", "tec_ninjutsu_takedown", "tec_ninjutsu_precise" ],
    "weapon_category": [ "1H_SWORDS", "JAPANESE_SWORDS", "BATONS", "QUARTERSTAVES", "BIONIC_WEAPONRY" ],
    "weapons": [ "sickle" ]
  }
]