-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtechniques.json
42 lines (42 loc) · 1.25 KB
/
techniques.json
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
[
{
"type": "technique",
"id": "tec_gunslinger_crit",
"name": "Truest Aim",
"min_pistol": 3,
"crit_tec": true,
"flat_bonuses": [ [ "arpen", "cut", 10 ] ],
"mult_bonuses": [ [ "damage", "cut", 1.5 ] ],
"messages": [ "You aim true and attack %s", "<npcname> aims true and attacks %s" ]
},
{
"type": "technique",
"id": "tec_gunslinger_feint",
"name": "Reflex Shot",
"min_pistol": 4,
"defensive": true,
"miss_recovery": true,
"mult_bonuses": [ [ "movecost", 0.8 ] ],
"messages": [ "You strike at %s purely on reflex", "<npcname> strike at %s purely on reflex" ]
},
{
"type": "technique",
"id": "tec_gunslinger_fast",
"name": "Swiftly Shot",
"min_pistol": 5,
"req_buffs": [ "gunslinger_dodgebuff" ],
"mult_bonuses": [ [ "movecost", 0.5 ] ],
"stun_dur": 1,
"messages": [ "You shoot at %s too swiftly to see", "<npcname> shoots at %s too swiftly to see" ]
},
{
"type": "technique",
"id": "tec_gunslinger_blast",
"name": "Piercing Blast",
"min_pistol": 10,
"crit_tec": true,
"flat_bonuses": [ [ "arpen", "cut", 25 ] ],
"mult_bonuses": [ [ "damage", "cut", 2.5 ] ],
"messages": [ "You strike perfectly", "<npcname> strikes perfectly" ]
}
]