-
Notifications
You must be signed in to change notification settings - Fork 0
/
timebandit.json
70 lines (67 loc) · 2.09 KB
/
timebandit.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
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
[
{
"type": "scenario",
"ident": "timejump",
"name": "Time Jump Malfunction",
"points": 5,
"description": "They were supposed to land you sometime in the 18th century in the middle of the Vatican Secret Archives, but.. something has gone terribly wrong. With no recall point in this timeline you're stuck here, forever.",
"start_name": "Not the Vatican",
"allowed_locs": [
"sloc_church",
"sloc_cemetery" ],
"flags": [ "FIRE_START", "SUR_START", "LONE_START" ],
"professions": [ "time_bandit" ]
},
{
"type" : "mutation",
"id": "MELEE_TIME",
"name": "Monoblade Training",
"points": 0,
"description": "You have been trained to fight with your integrated blade. You start knowing Bionic Combatives.",
"starting_trait" : false,
"initial_ma_styles" : [ "style_biojutsu" ],
"valid" : false
},
{
"type": "profession",
"ident": "time_bandit",
"name": "Time Bandit",
"description": "Created by The Order to be the ultimate thief, grafted with all you may need, and sent back countless times to steal artifacts before they were lost to the shadows of history.",
"points": 0,
"traits": [
"MELEE_TIME", "ADDICTIVE" ],
"CBMs":[
"bio_torsionratchet",
"bio_blade",
"bio_lockpick",
"bio_ups",
"bio_night_vision",
"bio_power_storage_mkII" ],
"skills": [
{ "level": 2, "name": "lockpick" },
{ "level": 2, "name": "electronics" },
{ "level": 2, "name": "dodge" },
{ "level": 1, "name": "melee" },
{ "level": 1, "name": "stabbing" } ],
"items": {
"both": {
"items": [
"priest_diary",
"small_relic",
"bandana",
"gloves_fingerless",
"pants_cargo",
"socks",
"boots_combat",
"tank_top",
"cloak",
"burnt_out_bionic",
"mbag" ],
"entries": [
{ "item": "v29", "container-item": "holster" } ]},
"male": [ "boxer_shorts" ],
"female": [ "sports_bra", "boy_shorts" ]
},
"flags": ["SCEN_ONLY"]
}
]