|
185 | 185 | #define PROPERTY_HEMOGENIC "hemogenic" |
186 | 186 | #define PROPERTY_YAUTJA_HEMOGENIC "yautja-hemogenic" |
187 | 187 | #define PROPERTY_HEMOSTATIC "hemostatic" |
188 | | -#define PROPERTY_NERVESTIMULATING "nerve-stimulating" |
189 | 188 | #define PROPERTY_MUSCLESTIMULATING "muscle-stimulating" |
190 | 189 | #define PROPERTY_PAINKILLING "painkilling" |
191 | 190 | #define PROPERTY_HEPATOPEUTIC "hepatopeutic" |
|
215 | 214 | #define PROPERTY_ADDICTIVE "addictive" |
216 | 215 | #define PROPERTY_ENCEPHALOPHRASIVE "encephalophrasive" |
217 | 216 | //Legendary, only in research hints. add this property to legendary list define if you're planning for it to be in normal research loop. |
218 | | -#define PROPERTY_HYPERGENETIC "hypergenetic" |
219 | 217 | #define PROPERTY_BOOSTING "boosting" |
220 | | -#define PROPERTY_DNA_DISINTEGRATING "DNA-Disintegrating" |
221 | | -#define PROPERTY_REGULATING "regulating" |
222 | | -#define PROPERTY_OPTIMIZED "optimizing" |
223 | 218 | #define PROPERTY_CIPHERING "ciphering" |
224 | | -#define PROPERTY_ENCRYPTED "encrypted" |
225 | 219 | #define PROPERTY_CIPHERING_PREDATOR "cross-ciphering" |
| 220 | +#define PROPERTY_DNA_DISINTEGRATING "DNA-Disintegrating" |
| 221 | +#define PROPERTY_ENCRYPTED "encrypted" |
226 | 222 | #define PROPERTY_FIRE_PENETRATING "fire-penetrating" |
| 223 | +#define PROPERTY_HYPERGENETIC "hypergenetic" |
| 224 | +#define PROPERTY_OPTIMIZED "optimizing" |
| 225 | +#define PROPERTY_REGULATING "regulating" |
227 | 226 | //Admin Only Properties |
228 | 227 | #define PROPERTY_ORGAN_HEALING "organ-healing" |
229 | 228 | #define PROPERTY_CROSSMETABOLIZING "cross-metabolizing" |
|
242 | 241 | #define PROPERTY_VISCOUS "viscous" |
243 | 242 | #define PROPERTY_EXPLOSIVE "explosive" |
244 | 243 | //Generation Disabled Properties |
245 | | -#define PROPERTY_CARDIOSTABILIZING "cardio-stabilizing" |
246 | 244 | #define PROPERTY_AIDING "aiding" |
247 | | -#define PROPERTY_THERMOSTABILIZING "themo-stabilizing" |
248 | | -#define PROPERTY_OXYGENATING "oxygenating" |
249 | | -#define PROPERTY_FOCUSING "focusing" |
250 | 245 | #define PROPERTY_ANTICARCINOGENIC "anti-carcinogenic" |
251 | | -#define PROPERTY_UNKNOWN "unknown" //just has an OD effect |
| 246 | +#define PROPERTY_CARDIOSTABILIZING "cardio-stabilizing" |
| 247 | +#define PROPERTY_FOCUSING "focusing" |
252 | 248 | #define PROPERTY_HEMOSITIC "hemositic" |
| 249 | +#define PROPERTY_NERVESTIMULATING "nerve-stimulating" |
| 250 | +#define PROPERTY_OXYGENATING "oxygenating" |
| 251 | +#define PROPERTY_THERMOSTABILIZING "themo-stabilizing" |
| 252 | +#define PROPERTY_UNKNOWN "unknown" //just has an OD effect |
253 | 253 |
|
254 | 254 | ///Legendary properties, no PROPERTY_TYPE_ANOMALOUS, only normal ones. |
255 | 255 | #define PROPERTY_LEGENDARY_LIST list(PROPERTY_HYPERGENETIC, PROPERTY_BOOSTING, PROPERTY_REGULATING, PROPERTY_OPTIMIZED) |
|
0 commit comments