|
164 | 164 | "type": "effect_on_condition", |
165 | 165 | "id": "herbivorous_stomach", |
166 | 166 | "condition": { "not": { "u_has_trait": "SHADE_HERBIVORE" } }, |
167 | | - "effect": [ { "u_message": "You exchanged your previous stomach for this." }, { "u_add_trait": "SHADE_HERBIVORE" } ], |
| 167 | + "effect": [ |
| 168 | + { "u_message": "You exchanged your previous stomach for this." }, |
| 169 | + { "u_add_trait": "SHADE_HERBIVORE" }, |
| 170 | + { "u_lose_trait": "RADIOTROPHIC" } |
| 171 | + ], |
168 | 172 | "false_effect": [ { "u_message": "You are already an herbivore.", "type": "neutral" } ] |
169 | 173 | }, |
170 | 174 | { |
171 | 175 | "id": "gracken_omnivorous_stomach", |
172 | 176 | "copy-from": "gracken_improvement_general", |
173 | 177 | "type": "ITEM", |
174 | 178 | "subtypes": [ "TOOL" ], |
175 | | - "name": { "str_sp": "Gracken Dextrous Hands" }, |
| 179 | + "name": { "str_sp": "Gracken Omnivorous Stomach" }, |
176 | 180 | "looks_like": "offal", |
177 | 181 | "description": "An organ that allows a mature Gracken to convert their diet to an omnivorous one.", |
178 | 182 | "use_action": { |
|
186 | 190 | "type": "effect_on_condition", |
187 | 191 | "id": "omnivorous_stomach", |
188 | 192 | "condition": { "not": { "u_has_trait": "SHADE_OMNIVORE" } }, |
189 | | - "effect": [ { "u_message": "You exchanged your previous stomach for this." }, { "u_add_trait": "SHADE_OMNIVORE" } ], |
| 193 | + "effect": [ |
| 194 | + { "u_message": "You exchanged your previous stomach for this." }, |
| 195 | + { "u_add_trait": "SHADE_OMNIVORE" }, |
| 196 | + { "u_lose_trait": "RADIOTROPHIC" } |
| 197 | + ], |
190 | 198 | "false_effect": [ { "u_message": "You are already an omnivore.", "type": "neutral" } ] |
191 | 199 | }, |
192 | 200 | { |
193 | 201 | "id": "gracken_carnivorous_stomach", |
194 | 202 | "copy-from": "gracken_improvement_general", |
195 | 203 | "type": "ITEM", |
196 | 204 | "subtypes": [ "TOOL" ], |
197 | | - "name": { "str_sp": "Gracken Dextrous Hands" }, |
| 205 | + "name": { "str_sp": "Gracken Carnivorous Stomach" }, |
198 | 206 | "looks_like": "offal", |
199 | 207 | "description": "An organ that allows a mature Gracken to convert their diet to an carnivorous one.", |
200 | 208 | "use_action": { |
|
208 | 216 | "type": "effect_on_condition", |
209 | 217 | "id": "carnivorous_stomach", |
210 | 218 | "condition": { "not": { "u_has_trait": "SHADE_CARNIVORE" } }, |
211 | | - "effect": [ { "u_message": "You exchanged your previous stomach for this." }, { "u_add_trait": "SHADE_CARNIVORE" } ], |
| 219 | + "effect": [ |
| 220 | + { "u_message": "You exchanged your previous stomach for this." }, |
| 221 | + { "u_add_trait": "SHADE_CARNIVORE" }, |
| 222 | + { "u_lose_trait": "RADIOTROPHIC" } |
| 223 | + ], |
212 | 224 | "false_effect": [ { "u_message": "You are already a carnivore.", "type": "neutral" } ] |
213 | 225 | }, |
214 | 226 | { |
|
0 commit comments