summaryrefslogtreecommitdiff
path: root/martialarts/niten.json
blob: 71d126ce5c59a180655380c4caa311654853a5e9 (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
[
  {
    "type": "martial_art",
    "id": "style_niten",
    "name": { "str": "Niten Ichi-Ryu" },
    "description": "Niten Ichi-Ryu is an ancient school of combat, transmitting a style of classical Japanese swordsmanship conceived by the warrior Miyamoto Musashi.  Perception increases damage and reduces blocked damage.  Moving and attacking reduces dodging and damage until you pause.  Pausing for a moment increases Dodge skill.",
    "initiate": [ "You clear your mind as you prepare yourself for combat.", "%s relaxes and prepares for combat." ],
    "learn_difficulty": 8,
    "primary_skill": "cutting",
    "strictly_melee": true,
    "static_buffs": [
      {
        "id": "buff_niten_static",
        "name": "Niten Ichi-Ryu Stance",
        "description": "Cautious watchful eyes\nmeasure and display your skill.\nPractice makes perfect.\n\nArmor penetration increased by 50% of Perception, blocked damage reduced by 100% of Perception.",
        "melee_allowed": true,
        "flat_bonuses": [
          { "stat": "arpen", "type": "bash", "scaling-stat": "per", "scale": 0.5 },
          { "stat": "arpen", "type": "cut", "scaling-stat": "per", "scale": 0.5 },
          { "stat": "arpen", "type": "stab", "scaling-stat": "per", "scale": 0.5 },
          { "stat": "block", "scaling-stat": "per", "scale": 1.0 }
        ]
      }
    ],
    "onmove_buffs": [
      {
        "id": "buff_niten_onmove",
        "name": "Waning Moon",
        "description": "Blackened like darkness,\nnightmares approach from all sides.\nFlee at any cost!\n\n-5.0 Dodge skill.\nLasts 1 turn.",
        "melee_allowed": true,
        "buff_duration": 1,
        "flat_bonuses": [ { "stat": "dodge", "scale": -5.0 } ]
      }
    ],
    "onattack_buffs": [
      {
        "id": "buff_niten_onattack",
        "name": "Falling Leaf",
        "description": "A sharp sword cuts true.\nAlthough, all things fade with time.\nRestraint hones your skills.\n\n-1.0 Dodge skill, -1 bash damage, -1 cut damage.\nLasts 1 turn.  Stacks 5 times.",
        "melee_allowed": true,
        "buff_duration": 1,
        "max_stacks": 5,
        "flat_bonuses": [ { "stat": "dodge", "scale": -1.0 } ],
        "mult_bonuses": [
          { "stat": "damage", "type": "bash", "scale": 0.95 },
          { "stat": "damage", "type": "cut", "scale": 0.95 },
          { "stat": "damage", "type": "stab", "scale": 0.95 }
        ]
      }
    ],
    "ondodge_buffs": [
      {
        "id": "buff_niten_ondodge",
        "name": "Moonlight",
        "description": "Luck be the light,\non a dark and cloudy night\nas the moon shines down\n\nEnables \"In-One Timing\".\nLasts 1 turn.",
        "skill_requirements": [ { "name": "melee", "level": 5 } ],
        "melee_allowed": true,
        "buff_duration": 1
      }
    ],
    "onpause_buffs": [
      {
        "id": "buff_niten_onpause",
        "name": "Stillness",
        "description": "The eye of the storm,\na fleeting moment of peace,\ngone without a trace.\n\n+2 Accuracy, Dodge skill increased by 50% of Perception.\nLasts 2 turns.",
        "melee_allowed": true,
        "buff_duration": 2,
        "flat_bonuses": [
          { "stat": "hit", "scale": 2.0 },
          { "stat": "dodge", "scaling-stat": "per", "scale": 0.5 }
        ]
      }
    ],
    "techniques": [ "niten_water_cut", "niten_red_leaf", "niten_stone_cut", "niten_timing_attack", "niten_feint" ],
    "weapon_category": [ "JAPANESE_SWORDS", "BIONIC_WEAPONRY" ]
  }
]