forked from chaosvolt/cdda-arcana-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenarios.json
96 lines (96 loc) · 2.71 KB
/
scenarios.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
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
[
{
"type": "scenario",
"name": "Seeker of the Arcane",
"description": "You were drawn to this place in search of answers, in search of power. Whoever or whatever once lived here, they've suffered the same fate as those in the cities. But some remnant of their mysterious work may remain.",
"ident": "arcane_seeker",
"points": 0,
"start_name": "Arcanist Enclave",
"allowed_locs": [ "curious_structure", "impact_site", "island_temple", "strange_grove" ],
"professions": [
"arcanist_apprentice",
"arcanist_alchemist",
"arcanist_scribe",
"arcanist_bloodmage",
"arcanist_magehunter",
"arcanist_oathkeeper",
"arcanist_summoner"
],
"traits": [
"SPELL_DAMPENING",
"SPELL_FIRE",
"SPELL_CONFUSE",
"SPELL_AGILE",
"SPELL_HEAL",
"SPELL_LIGHT",
"SPELL_SUMMONDOG",
"ARCANA_SCALYPATCHES",
"ARCANA_INNERHEAT",
"ARCANA_DRAGONCLAWS",
"ARCANA_DRAGONTEETH",
"ARCANA_DRAGONHORNS"
]
},
{
"type": "scenario",
"name": "Urban Awakening",
"description": "Some practiced the arcane in the shadows of civilization. Either to escape the bickering of distant arcane orders, or to further their goals. Sooner or later, you'll have to face the apocalypse raging above...",
"ident": "arcane_urban",
"points": 1,
"start_name": "Hidden In Plain Sight",
"allowed_locs": [ "arcanist_basement", "cathedral_basement" ],
"professions": [
"unemployed",
"priest",
"shinto_priest",
"imam",
"rabbi",
"guru",
"preacher",
"scoundrel",
"detective",
"archaeologist",
"arcanist_apprentice",
"arcanist_scholar",
"arcanist_alchemist",
"arcanist_scribe",
"arcanist_shrike",
"arcanist_purifier"
],
"traits": [
"SPELL_DAYLIGHT",
"SPELL_CONFUSE",
"SPELL_STRENGTH",
"SPELL_AGILE",
"SPELL_INSIGHT",
"SPELL_CLARITY",
"SPELL_POISONARMOR",
"SPELL_LOCKPICK"
],
"flags": [ "CITY_START", "LONE_START" ]
},
{
"type": "scenario",
"ident": "lab_chal",
"copy-from": "lab_chal",
"extend": { "traits": [ "ARCANA_SCALYPATCHES", "ARCANA_INNERHEAT" ] }
},
{
"type": "scenario",
"ident": "mutant",
"copy-from": "mutant",
"extend": { "traits": [ "ARCANA_SCALYPATCHES", "ARCANA_INNERHEAT" ] }
},
{
"type": "scenario",
"ident": "ambushed",
"copy-from": "ambushed",
"extend": { "professions": [ "arcanist_shrike", "arcanist_purifier" ] }
},
{
"type": "scenario",
"ident": "summer_advanced_start",
"copy-from": "summer_advanced_start",
"extend": { "professions": [ "arcanist_shrike", "arcanist_purifier" ] }
}
]