|
2 | 2 | {
|
3 | 3 | "abstract": "gracken_improvement_general",
|
4 | 4 | "type": "ITEM",
|
5 |
| - "subtypes": [ "COMESTIBLE" ], |
6 |
| - "comestible_type": "INVALID", |
| 5 | + "subtypes": [ "TOOL" ], |
7 | 6 | "category": "MED",
|
8 | 7 | "name": { "str": "abstract gracken improvement", "//~": "NO_I18N" },
|
9 | 8 | "weight": "2041 g",
|
|
12 | 11 | "symbol": "!",
|
13 | 12 | "color": "light_gray",
|
14 | 13 | "price_postapoc": "10 USD",
|
15 |
| - "flags": [ "NO_INGEST", "EDIBLE_FROZEN" ] |
| 14 | + "flags": [ "SINGLE_USE" ] |
16 | 15 | },
|
17 | 16 | {
|
18 | 17 | "id": "gracken_shade_arms",
|
19 | 18 | "copy-from": "gracken_improvement_general",
|
20 | 19 | "type": "ITEM",
|
21 |
| - "subtypes": [ "COMESTIBLE" ], |
| 20 | + "subtypes": [ "TOOL" ], |
22 | 21 | "name": { "str_sp": "Gracken Shade Arms" },
|
23 | 22 | "looks_like": "offal",
|
24 | 23 | "description": "An organ that allows a mature Gracken to convert their arms back to a base state.",
|
25 |
| - "consumption_effect_on_conditions": [ "shade_arms" ] |
| 24 | + "use_action": { |
| 25 | + "type": "effect_on_conditions", |
| 26 | + "consume": true, |
| 27 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 28 | + "effect_on_conditions": [ "shade_arms" ] |
| 29 | + } |
26 | 30 | },
|
27 | 31 | {
|
28 | 32 | "type": "effect_on_condition",
|
|
35 | 39 | "id": "gracken_strong_arms",
|
36 | 40 | "copy-from": "gracken_improvement_general",
|
37 | 41 | "type": "ITEM",
|
38 |
| - "subtypes": [ "COMESTIBLE" ], |
| 42 | + "subtypes": [ "TOOL" ], |
39 | 43 | "name": { "str_sp": "Gracken Strong Arms" },
|
40 | 44 | "looks_like": "offal",
|
41 | 45 | "description": "An organ that allows a mature Gracken to convert their arms to a stronger form.",
|
42 |
| - "consumption_effect_on_conditions": [ "strong_arms" ] |
| 46 | + "use_action": { |
| 47 | + "type": "effect_on_conditions", |
| 48 | + "consume": true, |
| 49 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 50 | + "effect_on_conditions": [ "strong_arms" ] |
| 51 | + } |
43 | 52 | },
|
44 | 53 | {
|
45 | 54 | "type": "effect_on_condition",
|
|
52 | 61 | "id": "gracken_long_arms",
|
53 | 62 | "copy-from": "gracken_improvement_general",
|
54 | 63 | "type": "ITEM",
|
55 |
| - "subtypes": [ "COMESTIBLE" ], |
| 64 | + "subtypes": [ "TOOL" ], |
56 | 65 | "name": { "str_sp": "Gracken Long Arms" },
|
57 | 66 | "looks_like": "offal",
|
58 | 67 | "description": "An organ that allows a mature Gracken to convert their arms to a longer form.",
|
59 |
| - "consumption_effect_on_conditions": [ "long_arms" ] |
| 68 | + "use_action": { |
| 69 | + "type": "effect_on_conditions", |
| 70 | + "consume": true, |
| 71 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 72 | + "effect_on_conditions": [ "long_arms" ] |
| 73 | + } |
60 | 74 | },
|
61 | 75 | {
|
62 | 76 | "type": "effect_on_condition",
|
|
69 | 83 | "id": "gracken_shade_hands",
|
70 | 84 | "copy-from": "gracken_improvement_general",
|
71 | 85 | "type": "ITEM",
|
72 |
| - "subtypes": [ "COMESTIBLE" ], |
| 86 | + "subtypes": [ "TOOL" ], |
73 | 87 | "name": { "str_sp": "Gracken Shade Hands" },
|
74 | 88 | "looks_like": "offal",
|
75 | 89 | "description": "An organ that allows a mature Gracken to convert their hands back to a base state.",
|
76 |
| - "consumption_effect_on_conditions": [ "shade_hands" ] |
| 90 | + "use_action": { |
| 91 | + "type": "effect_on_conditions", |
| 92 | + "consume": true, |
| 93 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 94 | + "effect_on_conditions": [ "shade_hands" ] |
| 95 | + } |
77 | 96 | },
|
78 | 97 | {
|
79 | 98 | "type": "effect_on_condition",
|
|
86 | 105 | "id": "gracken_sharp_nails",
|
87 | 106 | "copy-from": "gracken_improvement_general",
|
88 | 107 | "type": "ITEM",
|
89 |
| - "subtypes": [ "COMESTIBLE" ], |
| 108 | + "subtypes": [ "TOOL" ], |
90 | 109 | "name": { "str_sp": "Gracken Sharp Nails" },
|
91 | 110 | "looks_like": "offal",
|
92 | 111 | "description": "An organ that allows a mature Gracken to convert their hands to a sharper form.",
|
93 |
| - "consumption_effect_on_conditions": [ "sharp_nails" ] |
| 112 | + "use_action": { |
| 113 | + "type": "effect_on_conditions", |
| 114 | + "consume": true, |
| 115 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 116 | + "effect_on_conditions": [ "sharp_nails" ] |
| 117 | + } |
94 | 118 | },
|
95 | 119 | {
|
96 | 120 | "type": "effect_on_condition",
|
|
103 | 127 | "id": "gracken_dextrous_hands",
|
104 | 128 | "copy-from": "gracken_improvement_general",
|
105 | 129 | "type": "ITEM",
|
106 |
| - "subtypes": [ "COMESTIBLE" ], |
| 130 | + "subtypes": [ "TOOL" ], |
107 | 131 | "name": { "str_sp": "Gracken Dextrous Hands" },
|
108 | 132 | "looks_like": "offal",
|
109 | 133 | "description": "An organ that allows a mature Gracken to convert their hands to a more agile form.",
|
110 |
| - "consumption_effect_on_conditions": [ "dextrous_hands" ] |
| 134 | + "use_action": { |
| 135 | + "type": "effect_on_conditions", |
| 136 | + "consume": true, |
| 137 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 138 | + "effect_on_conditions": [ "dextrous_hands" ] |
| 139 | + } |
111 | 140 | },
|
112 | 141 | {
|
113 | 142 | "type": "effect_on_condition",
|
|
120 | 149 | "id": "gracken_herbivorous_stomach",
|
121 | 150 | "copy-from": "gracken_improvement_general",
|
122 | 151 | "type": "ITEM",
|
123 |
| - "subtypes": [ "COMESTIBLE" ], |
| 152 | + "subtypes": [ "TOOL" ], |
124 | 153 | "name": { "str_sp": "Gracken Herbivorous Stomach" },
|
125 | 154 | "looks_like": "offal",
|
126 | 155 | "description": "An organ that allows a mature Gracken to convert their diet to an herbivorous one.",
|
127 |
| - "consumption_effect_on_conditions": [ "herbivorous_stomach" ] |
| 156 | + "use_action": { |
| 157 | + "type": "effect_on_conditions", |
| 158 | + "consume": true, |
| 159 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 160 | + "effect_on_conditions": [ "herbivorous_stomach" ] |
| 161 | + } |
128 | 162 | },
|
129 | 163 | {
|
130 | 164 | "type": "effect_on_condition",
|
|
137 | 171 | "id": "gracken_omnivorous_stomach",
|
138 | 172 | "copy-from": "gracken_improvement_general",
|
139 | 173 | "type": "ITEM",
|
140 |
| - "subtypes": [ "COMESTIBLE" ], |
| 174 | + "subtypes": [ "TOOL" ], |
141 | 175 | "name": { "str_sp": "Gracken Dextrous Hands" },
|
142 | 176 | "looks_like": "offal",
|
143 | 177 | "description": "An organ that allows a mature Gracken to convert their diet to an omnivorous one.",
|
144 |
| - "consumption_effect_on_conditions": [ "omnivorous_stomach" ] |
| 178 | + "use_action": { |
| 179 | + "type": "effect_on_conditions", |
| 180 | + "consume": true, |
| 181 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 182 | + "effect_on_conditions": [ "omnivorous_stomach" ] |
| 183 | + } |
145 | 184 | },
|
146 | 185 | {
|
147 | 186 | "type": "effect_on_condition",
|
|
154 | 193 | "id": "gracken_carnivorous_stomach",
|
155 | 194 | "copy-from": "gracken_improvement_general",
|
156 | 195 | "type": "ITEM",
|
157 |
| - "subtypes": [ "COMESTIBLE" ], |
| 196 | + "subtypes": [ "TOOL" ], |
158 | 197 | "name": { "str_sp": "Gracken Dextrous Hands" },
|
159 | 198 | "looks_like": "offal",
|
160 | 199 | "description": "An organ that allows a mature Gracken to convert their diet to an carnivorous one.",
|
161 |
| - "consumption_effect_on_conditions": [ "carnivorous_stomach" ] |
| 200 | + "use_action": { |
| 201 | + "type": "effect_on_conditions", |
| 202 | + "consume": true, |
| 203 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 204 | + "effect_on_conditions": [ "carnivorous_stomach" ] |
| 205 | + } |
162 | 206 | },
|
163 | 207 | {
|
164 | 208 | "type": "effect_on_condition",
|
|
171 | 215 | "id": "gracken_shade_legs",
|
172 | 216 | "copy-from": "gracken_improvement_general",
|
173 | 217 | "type": "ITEM",
|
174 |
| - "subtypes": [ "COMESTIBLE" ], |
| 218 | + "subtypes": [ "TOOL" ], |
175 | 219 | "name": { "str_sp": "Gracken Shade Legs" },
|
176 | 220 | "looks_like": "offal",
|
177 | 221 | "description": "An organ that allows a mature Gracken to convert their legs back to a base state.",
|
178 |
| - "consumption_effect_on_conditions": [ "shade_legs" ] |
| 222 | + "use_action": { |
| 223 | + "type": "effect_on_conditions", |
| 224 | + "consume": true, |
| 225 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 226 | + "effect_on_conditions": [ "shade_legs" ] |
| 227 | + } |
179 | 228 | },
|
180 | 229 | {
|
181 | 230 | "type": "effect_on_condition",
|
|
188 | 237 | "id": "gracken_short_legs",
|
189 | 238 | "copy-from": "gracken_improvement_general",
|
190 | 239 | "type": "ITEM",
|
191 |
| - "subtypes": [ "COMESTIBLE" ], |
| 240 | + "subtypes": [ "TOOL" ], |
192 | 241 | "name": { "str_sp": "Gracken Short Legs" },
|
193 | 242 | "looks_like": "offal",
|
194 | 243 | "description": "An organ that allows a mature Gracken to convert their legs to a shorter form.",
|
195 |
| - "consumption_effect_on_conditions": [ "short_legs" ] |
| 244 | + "use_action": { |
| 245 | + "type": "effect_on_conditions", |
| 246 | + "consume": true, |
| 247 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 248 | + "effect_on_conditions": [ "short_legs" ] |
| 249 | + } |
196 | 250 | },
|
197 | 251 | {
|
198 | 252 | "type": "effect_on_condition",
|
|
205 | 259 | "id": "gracken_long_legs",
|
206 | 260 | "copy-from": "gracken_improvement_general",
|
207 | 261 | "type": "ITEM",
|
208 |
| - "subtypes": [ "COMESTIBLE" ], |
| 262 | + "subtypes": [ "TOOL" ], |
209 | 263 | "name": { "str_sp": "Gracken Long Legs" },
|
210 | 264 | "looks_like": "offal",
|
211 | 265 | "description": "An organ that allows a mature Gracken to convert their legs to a longer form.",
|
212 |
| - "consumption_effect_on_conditions": [ "long_legs" ] |
| 266 | + "use_action": { |
| 267 | + "type": "effect_on_conditions", |
| 268 | + "consume": true, |
| 269 | + "description": "You graft this organ onto your body replacing whatever was there before.", |
| 270 | + "effect_on_conditions": [ "long_legs" ] |
| 271 | + } |
213 | 272 | },
|
214 | 273 | {
|
215 | 274 | "type": "effect_on_condition",
|
|
0 commit comments