Участник:IanComradeBot/chem prototypes.json: различия между версиями
Update chem_prototypes.json via GitHub Actions |
Update chem_prototypes.json via GitHub Actions |
||
| Строка 3071: | Строка 3071: | ||
"Type": 0, | "Type": 0, | ||
"conditions": null, | "conditions": null, | ||
"probability": 1, | |||
"id": "GenericStatusEffect" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"NorepinephricAcid": { | |||
"id": "NorepinephricAcid", | |||
"name": "reagent-name-norepinephric-acid", | |||
"group": "Narcotics", | |||
"desc": "reagent-desc-norepinephric-acid", | |||
"physicalDesc": "reagent-physical-desc-milky", | |||
"color": "#96A8B5FF", | |||
"recipes": [ | |||
"NorepinephricAcid" | |||
], | |||
"metabolisms": { | |||
"Narcotic": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"Messages": [ | |||
"generic-reagent-effect-burning-eyes", | |||
"generic-reagent-effect-burning-eyes-a-bit", | |||
"generic-reagent-effect-tearing-up", | |||
"norepinephricacid-effect-eyelids", | |||
"norepinephricacid-effect-eyes-itch", | |||
"norepinephricacid-effect-vision-fade", | |||
"norepinephricacid-effect-vision-fail" | |||
], | |||
"Type": 1, | |||
"VisualType": 0, | |||
"conditions": null, | |||
"probability": 0.08, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"Messages": [ | |||
"norepinephricacid-effect-eye-disconnect", | |||
"norepinephricacid-effect-eye-pain", | |||
"norepinephricacid-effect-darkness", | |||
"norepinephricacid-effect-blindness" | |||
], | |||
"Type": 1, | |||
"VisualType": 3, | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 0.03, | |||
"id": "PopupMessage" | |||
}, | |||
{ | |||
"Key": "TemporaryBlindness", | |||
"Component": "TemporaryBlindness", | |||
"Time": 2, | |||
"Refresh": true, | |||
"Type": 0, | |||
"conditions": [ | |||
{ | |||
"Min": 20, | |||
"Max": 21474836, | |||
"Reagent": null, | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | "probability": 1, | ||
"id": "GenericStatusEffect" | "id": "GenericStatusEffect" | ||