Участник:IanComradeBot/chem prototypes.json: различия между версиями
Update chem_prototypes.json via GitHub Actions |
Update chem_prototypes.json via GitHub Actions |
||
| Строка 857: | Строка 857: | ||
{ | { | ||
"damage": { | "damage": { | ||
"types": | "types": { | ||
"Poison": -0.5 | |||
}, | |||
"groups": { | "groups": { | ||
"Burn": -1, | "Burn": -1, | ||
"Brute": -1 | "Brute": -1 | ||
} | } | ||
| Строка 1052: | Строка 1052: | ||
"probability": 1, | "probability": 1, | ||
"id": "AdjustReagent" | "id": "AdjustReagent" | ||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Stellibinin": { | |||
"id": "Stellibinin", | |||
"name": "stellibinin", | |||
"group": "Medicine", | |||
"desc": "A natual antitoxin with particular effectiveness against amatoxin.", | |||
"physicalDesc": "starry", | |||
"color": "#2B2F77FF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": -1 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
}, | |||
{ | |||
"Reagent": "Amatoxin", | |||
"Group": null, | |||
"Amount": -3, | |||
"conditions": [ | |||
{ | |||
"Min": 1, | |||
"Max": 21474836, | |||
"Reagent": "Amatoxin", | |||
"id": "ReagentThreshold" | |||
} | |||
], | |||
"probability": 1, | |||
"id": "AdjustReagent" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Siderlac": { | |||
"id": "Siderlac", | |||
"name": "siderlac", | |||
"group": "Medicine", | |||
"desc": "A powerful anti-caustic medicine derived from plants.", | |||
"physicalDesc": "milky", | |||
"color": "#F4DAB8FF", | |||
"recipes": [ | |||
"Siderlac" | |||
], | |||
"metabolisms": { | |||
"Medicine": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": null, | |||
"groups": { | |||
"Caustic": -5 | |||
} | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | |||
"id": "HealthChange" | |||
} | } | ||
] | ] | ||
| Строка 1712: | Строка 1787: | ||
} | } | ||
], | ], | ||
"probability": 1, | |||
"id": "HealthChange" | |||
} | |||
] | |||
} | |||
} | |||
}, | |||
"Amatoxin": { | |||
"id": "Amatoxin", | |||
"name": "amatoxin", | |||
"group": "Toxins", | |||
"desc": "A potent toxin found in some mushrooms.", | |||
"physicalDesc": "nondescript", | |||
"color": "#D6CE7BFF", | |||
"recipes": [], | |||
"metabolisms": { | |||
"Poison": { | |||
"rate": 0.5, | |||
"effects": [ | |||
{ | |||
"damage": { | |||
"types": { | |||
"Poison": 6 | |||
}, | |||
"groups": null | |||
}, | |||
"scaleByQuantity": false, | |||
"ignoreResistances": true, | |||
"conditions": null, | |||
"probability": 1, | "probability": 1, | ||
"id": "HealthChange" | "id": "HealthChange" | ||