-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathactivity_types.json
More file actions
54 lines (54 loc) · 1.36 KB
/
activity_types.json
File metadata and controls
54 lines (54 loc) · 1.36 KB
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
[
{
"id": "ACT_VITAKIN_BANISH_FOLLOWER_ILLNESS",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"interruptable": false,
"verb": "meditating",
"based_on": "time"
},
{
"id": "ACT_PSI_LEARNING_NEW_POWER",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"verb": "meditating",
"rooted": true,
"based_on": "time"
},
{
"id": "ACT_PSI_PHOTOKIN_RADIATION_STERILIZATION",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"verb": "sterilizing",
"based_on": "time",
"can_resume": false,
"completion_eoc": "EOC_PHOTOKIN_RADIATION_STERILIZATION_FINALIZE"
},
{
"id": "ACT_PSI_STUDYING_POWER",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"verb": "meditating",
"based_on": "time",
"rooted": true,
"do_turn_eoc": "EOC_PSI_STUDYING_POWER"
},
{
"id": "ACT_PSI_TELEPORTER_ATTUNING",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"verb": "attuning to area",
"rooted": true,
"based_on": "time"
},
{
"id": "ACT_PSI_TELEPATH_ADJUSTING_MENTALITY",
"type": "activity_type",
"activity_level": "LIGHT_EXERCISE",
"verb": "adjusting mentality",
"rooted": true,
"based_on": "time",
"can_resume": false,
"completion_eoc": "ACT_PSI_TELEPATH_MENTAL_ENGINEERING_FINISH"
}
]