forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconducts.json
163 lines (163 loc) · 5.08 KB
/
conducts.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[
{
"id": "conduct_no_smash",
"type": "conduct",
"name": "Mouse in a china shop",
"requirements": [ { "event_statistic": "num_avatar_smash", "is": "<=", "target": 0, "description": "Smash no tiles" } ]
},
{
"id": "conduct_no_attacks",
"type": "conduct",
"name": "Nonviolence",
"requirements": [
{
"event_statistic": "num_avatar_melee_attacks_monster",
"is": "<=",
"target": 0,
"description": "No melee attacks against monsters"
},
{
"event_statistic": "num_avatar_melee_attacks_character",
"is": "<=",
"target": 0,
"description": "No melee attacks against characters"
},
{
"event_statistic": "num_avatar_ranged_attacks_monster",
"is": "<=",
"target": 0,
"description": "No ranged attacks against monsters"
},
{
"event_statistic": "num_avatar_ranged_attacks_character",
"is": "<=",
"target": 0,
"description": "No ranged attacks against characters"
}
]
},
{
"id": "conduct_zero_kills",
"type": "conduct",
"name": "Pacifist",
"requirements": [
{ "event_statistic": "num_avatar_monster_kills", "is": "<=", "target": 0, "description": "Kill no monsters" },
{
"event_statistic": "num_avatar_character_kills",
"is": "<=",
"target": 0,
"description": "Kill no characters"
}
]
},
{
"id": "conduct_zero_character_kills",
"type": "conduct",
"name": "Merciful",
"hidden_by": [ "conduct_zero_kills" ],
"requirements": [ { "event_statistic": "num_avatar_character_kills", "is": "<=", "target": 0, "description": "Kill no characters" } ]
},
{
"id": "conduct_zero_cut_trees",
"type": "conduct",
"name": "The Elven Path",
"requirements": [ { "event_statistic": "num_cuts_tree", "is": "<=", "target": 0, "description": "Cut no trees" } ]
},
{
"id": "conduct_pure_human",
"type": "conduct",
"name": "Homo Sapiens",
"requirements": [
{ "event_statistic": "num_installs_cbm", "is": "<=", "target": 0, "description": "Install no bionic implants" },
{
"event_statistic": "num_installs_faulty_cbm",
"is": "<=",
"target": 0,
"description": "Install no faulty bionic implants"
},
{ "event_statistic": "num_gains_mutation", "is": "<=", "target": 0, "description": "No mutations" }
]
},
{
"id": "conduct_no_cbm",
"type": "conduct",
"name": "Clean on X-ray",
"requirements": [
{ "event_statistic": "num_installs_cbm", "is": "<=", "target": 0, "description": "Install no bionic implants" },
{
"event_statistic": "num_installs_faulty_cbm",
"is": "<=",
"target": 0,
"description": "Install no faulty bionic implants"
}
],
"hidden_by": [ "conduct_pure_human" ]
},
{
"id": "conduct_no_mutations",
"type": "conduct",
"name": "Pure Blood",
"requirements": [ { "event_statistic": "num_gains_mutation", "is": "<=", "target": 0, "description": "No mutations" } ],
"hidden_by": [ "conduct_pure_human" ]
},
{
"id": "conduct_no_broken_bones",
"type": "conduct",
"name": "Structural Integrity",
"requirements": [ { "event_statistic": "num_broken_bone", "is": "<=", "target": 0, "description": "Break no bones" } ]
},
{
"id": "conduct_no_skill_levels_gained",
"type": "conduct",
"name": "Teacher, Leave Them Kids Alone",
"requirements": [ { "event_statistic": "num_gains_skill_level", "is": "<=", "target": 0, "description": "Gain no skill levels" } ]
},
{
"id": "conduct_no_books_read",
"type": "conduct",
"name": "Self-Imposed Illiteracy",
"requirements": [ { "event_statistic": "num_reads_book", "is": "<=", "target": 0, "description": "Read no books" } ]
},
{
"id": "conduct_no_food",
"type": "conduct",
"name": "Foodless",
"requirements": [ { "event_statistic": "num_avatar_eats_item", "is": "<=", "target": 0, "description": "Eat nothing" } ]
},
{
"id": "conduct_vegan",
"type": "conduct",
"name": "Vegan",
"requirements": [
{ "event_statistic": "num_avatar_consumes_allergen_milk", "is": "<=", "target": 0, "description": "Consume no milk" },
{
"event_statistic": "num_avatar_consumes_allergen_eggs",
"is": "<=",
"target": 0,
"description": "Consume no eggs"
},
{
"event_statistic": "num_avatar_consumes_allergen_meat",
"is": "<=",
"target": 0,
"description": "Consume no meat"
}
],
"hidden_by": [ "conduct_no_food" ]
},
{
"id": "conduct_vegetarian",
"type": "conduct",
"name": "Vegetarian",
"requirements": [
{ "event_statistic": "num_avatar_consumes_allergen_meat", "is": "<=", "target": 0, "description": "Consume no meat" }
],
"hidden_by": [ "conduct_vegan" ]
},
{
"id": "conduct_nudist",
"type": "conduct",
"name": "Nudist",
"requirements": [ { "event_statistic": "num_avatar_wears_item", "is": "<=", "target": 0, "description": "Wear no clothing" } ]
}
]