Участник:IanComradeBot/prototype/reagent.json: различия между версиями
м Update prototype/reagent.json via GitHub Actions |
м Update prototype/reagent.json via GitHub Actions |
||
| Строка 3: | Строка 3: | ||
"metamorphicChangeColor": true, | "metamorphicChangeColor": true, | ||
"evaporationSpeed": 0, | "evaporationSpeed": 0, | ||
"metabolisms": | "metabolisms": {}, | ||
"worksOnTheDead": false, | "worksOnTheDead": false, | ||
"friction": 1, | "friction": 1, | ||
| Строка 9: | Строка 9: | ||
"fizziness": 0, | "fizziness": 0, | ||
"absorbent": false, | "absorbent": false, | ||
"slipData": | "slipData": { | ||
"slipFriction": 0.5, | |||
"superSlippery": false, | |||
"requiredSlipSpeed": 3.5, | |||
"launchForwardsMultiplier": 1.5, | |||
"autoStand": true, | |||
"knockdownTime": 1.5, | |||
"stunTime": 0.5 | |||
}, | |||
"tileReactions": [], | "tileReactions": [], | ||
"flavorMinimum": 0.1, | "flavorMinimum": 0.1, | ||
| Строка 22: | Строка 30: | ||
"physicalDesc": null, | "physicalDesc": null, | ||
"metamorphicMaxFillLevels": 0, | "metamorphicMaxFillLevels": 0, | ||
"metamorphicSprite": null, | "metamorphicSprite": { | ||
"sprite": null, | |||
"state": "" | |||
}, | |||
"meltingPoint": null, | "meltingPoint": null, | ||
"boilingPoint": null, | "boilingPoint": null, | ||
| Строка 2878: | Строка 2889: | ||
"desc": "reagent-desc-sodium-carbonate", | "desc": "reagent-desc-sodium-carbonate", | ||
"name": "reagent-name-sodium-carbonate", | "name": "reagent-name-sodium-carbonate", | ||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Gold": { | |||
"tileReactions": [], | |||
"flavor": "metallic", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-metallic", | |||
"meltingPoint": 1064.76, | |||
"boilingPoint": 2700, | |||
"color": "#F7C430FF", | |||
"desc": "reagent-desc-gold", | |||
"group": "Elements", | |||
"name": "reagent-name-gold", | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 2908: | Строка 2938: | ||
"group": "Narcotics", | "group": "Narcotics", | ||
"name": "reagent-name-bananadine", | "name": "reagent-name-bananadine", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 5713: | Строка 5724: | ||
} | } | ||
}, | }, | ||
" | "Daiquiri": { | ||
"metamorphicChangeColor": false, | |||
"metabolisms": { | "metabolisms": { | ||
" | "Digestion": { | ||
"metabolites": { | |||
"Ethanol": 0.2 | |||
}, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:SatiateThirst": { | ||
" | "factor": 2 | ||
} | } | ||
}, | } | ||
] | |||
} | |||
}, | |||
"friction": 0.4, | |||
"slipData": {}, | |||
"tileReactions": [ | |||
{ | |||
"!type:FlammableTileReaction": { | |||
"temperatureMultiplier": 1.35 | |||
} | |||
} | |||
], | |||
"flavor": "daiquiri", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"reactiveEffects": { | |||
"Flammable": { | |||
"effects": [ | |||
{ | |||
"!type:Flammable": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustNutrition": { | |||
"amount": 0.25 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustWater": { | |||
"amount": 0.7 | |||
} | |||
} | |||
], | |||
"metamorphicFillBaseName": "fill-", | |||
"physicalDesc": "reagent-physical-desc-strong-smelling", | |||
"metamorphicMaxFillLevels": 5, | |||
"metamorphicSprite": { | |||
"sprite": "Objects/Consumable/Drinks/daiquiri.rsi", | |||
"state": "icon_empty" | |||
}, | |||
"color": "#DAC865FF", | |||
"desc": "reagent-desc-daiquiri", | |||
"parent": [ | |||
"BaseAlcohol" | |||
], | |||
"group": "Drinks", | |||
"name": "reagent-name-daiquiri", | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Ethanol": { | |||
"metabolisms": { | |||
"Metabolites": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentCondition": { | |||
"reagent": "Ethanol", | |||
"min": 15 | |||
} | |||
}, | |||
{ | |||
"!type:MetabolizerTypeCondition": { | |||
"inverted": true, | |||
"type": [ | |||
"Dwarf" | |||
] | |||
} | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 0.1 | |||
} | |||
} | |||
} | |||
}, | |||
{ | { | ||
"!type:HealthChange": { | "!type:HealthChange": { | ||
| Строка 5882: | Строка 5965: | ||
} | } | ||
}, | }, | ||
" | "Coffee": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
"Digestion": { | "Digestion": { | ||
"metabolites": { | "metabolites": { | ||
" | "Theobromine": 0.1 | ||
}, | }, | ||
"effects": [ | "effects": [ | ||
| Строка 5893: | Строка 5976: | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": 2 | "factor": 2 | ||
} | |||
}, | |||
{ | |||
"!type:ModifyStatusEffect": { | |||
"type": "Remove", | |||
"effectProto": "StatusEffectDrowsiness" | |||
} | } | ||
} | } | ||
| Строка 5898: | Строка 5987: | ||
} | } | ||
}, | }, | ||
"slipData": {}, | "slipData": {}, | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishTileReaction": {} | ||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "coffee", | ||
"recognizable": true, | |||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"reactiveEffects": { | "reactiveEffects": { | ||
"Extinguish": { | |||
"Extinguish": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
| Строка 6677: | Строка 6688: | ||
} | } | ||
}, | }, | ||
" | "Uranium": { | ||
"metabolisms": { | "metabolisms": { | ||
"Bloodstream": { | "Bloodstream": { | ||
| Строка 6685: | Строка 6696: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Radiation": 2 | ||
} | } | ||
} | } | ||
| Строка 6696: | Строка 6707: | ||
"flavor": "metallic", | "flavor": "metallic", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustMutationLevel": { | |||
"allowedDepartments": [], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustMutationLevel": { | |||
"amount": 0.6 | "amount": 0.6 | ||
} | } | ||
| Строка 6780: | Строка 6744: | ||
} | } | ||
}, | }, | ||
" | "Artifexium": { | ||
"metabolisms": { | "metabolisms": { | ||
"Bloodstream": { | "Bloodstream": { | ||
| Строка 6806: | Строка 6752: | ||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
" | "Caustic": 2 | ||
} | } | ||
} | } | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
"flavor": "metallic", | |||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [ | ||
"Science" | |||
], | |||
"reactiveEffects": { | |||
"Acidic": { | |||
"effects": [ | |||
{ | |||
"!type:ArtifactUnlock": { | |||
"minScale": 5 | |||
} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-crystalline", | |||
"color": "#776291FF", | |||
"desc": "reagent-desc-artifexium", | |||
"name": "reagent-name-artifexium", | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Ketchunaise": { | |||
"tileReactions": [], | |||
"flavor": "ketchunaise", | |||
"recognizable": true, | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-saucey", | |||
"color": "#FBA399FF", | |||
"desc": "reagent-desc-ketchunaise", | |||
"group": "Foods", | |||
"name": "reagent-name-ketchunaise", | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Bungotoxin": { | |||
"metabolisms": { | |||
"Bloodstream": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Poison": 1.8 | |||
} | |||
} | |||
} | |||
} | |||
], | |||
"metabolismRate": 0.2 | |||
} | |||
}, | |||
"tileReactions": [], | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | "plantMetabolism": [], | ||
"physicalDesc": "reagent-physical-desc-nondescript", | "physicalDesc": "reagent-physical-desc-nondescript", | ||
| Строка 7005: | Строка 7016: | ||
} | } | ||
}, | }, | ||
" | "Ale": { | ||
"tileReactions": [], | "metamorphicChangeColor": false, | ||
"flavor": " | "metabolisms": { | ||
"Digestion": { | |||
"metabolites": { | |||
"Ethanol": 0.12 | |||
}, | |||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"friction": 0.4, | |||
"fizziness": 0.6, | |||
"slipData": {}, | |||
"tileReactions": [ | |||
{ | |||
"!type:FlammableTileReaction": { | |||
"temperatureMultiplier": 1.35 | |||
} | |||
} | |||
], | |||
"flavor": "ale", | |||
"recognizable": true, | |||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
| Строка 7024: | Строка 7060: | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type: | "!type:PlantAdjustNutrition": { | ||
"amount": | "amount": 0.25 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:PlantAdjustWater": { | ||
"amount": | "amount": 0.7 | ||
} | } | ||
} | } | ||
], | ], | ||
"physicalDesc": "reagent-physical-desc- | "metamorphicFillBaseName": "fill-", | ||
" | "physicalDesc": "reagent-physical-desc-bubbly", | ||
" | "metamorphicMaxFillLevels": 5, | ||
"color": "# | "metamorphicSprite": { | ||
"desc": "reagent-desc- | "sprite": "Objects/Consumable/Drinks/aleglass.rsi", | ||
"state": "icon_empty" | |||
}, | |||
"color": "#663100FF", | |||
"desc": "reagent-desc-ale", | |||
"parent": [ | "parent": [ | ||
" | "BaseAlcohol" | ||
], | ], | ||
"group": " | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-ale", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 7050: | Строка 7090: | ||
} | } | ||
}, | }, | ||
" | "Fluorosurfactant": { | ||
"tileReactions": [], | |||
"flavor": "bitter", | |||
"tileReactions": [ | |||
"flavor": " | |||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
| Строка 7094: | Строка 7109: | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type: | "!type:PlantAdjustWeeds": { | ||
"amount": | "amount": -2 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:PlantAdjustHealth": { | ||
"amount": | "amount": -2 | ||
} | } | ||
} | } | ||
], | ], | ||
"physicalDesc": "reagent-physical-desc-opaque", | |||
"physicalDesc": "reagent-physical-desc- | "meltingPoint": 45, | ||
" | "boilingPoint": 190, | ||
" | "color": "#9E6B38FF", | ||
"desc": "reagent-desc-fluorosurfactant", | |||
"color": "# | |||
"desc": "reagent-desc- | |||
"parent": [ | "parent": [ | ||
" | "BasePyrotechnic" | ||
], | ], | ||
"group": " | "group": "Pyrotechnic", | ||
"name": "reagent-name- | "name": "reagent-name-fluorosurfactant", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 9109: | Строка 9120: | ||
} | } | ||
}, | }, | ||
" | "Bramble": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
"Digestion": { | "Digestion": { | ||
"metabolites": { | "metabolites": { | ||
"Ethanol": 0. | "Ethanol": 0.1 | ||
}, | }, | ||
"effects": [ | "effects": [ | ||
| Строка 9120: | Строка 9131: | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": 2 | "factor": 2 | ||
} | } | ||
} | } | ||
| Строка 9143: | Строка 9145: | ||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "alcohol", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
| Строка 9171: | Строка 9173: | ||
], | ], | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-bubbly", | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 6, | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Corvax/Objects/Consumable/Drinks/bramble.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"color": "# | "color": "#DBB7B2FF", | ||
"desc": "reagent-desc- | "desc": "reagent-desc-bramble", | ||
"parent": [ | "parent": [ | ||
"BaseAlcohol" | "BaseAlcohol" | ||
], | ], | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-bramble", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 9190: | Строка 9192: | ||
} | } | ||
}, | }, | ||
" | "Neurotoxin": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
"Digestion": { | "Digestion": { | ||
"metabolites": { | "metabolites": { | ||
"Ethanol": 0. | "Ethanol": 0.5 | ||
}, | }, | ||
"effects": [ | "effects": [ | ||
| Строка 9201: | Строка 9203: | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": 2 | "factor": 2 | ||
} | |||
}, | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | } | ||
} | } | ||
| Строка 9215: | Строка 9226: | ||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "neurotoxin", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
| Строка 9243: | Строка 9254: | ||
], | ], | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-pungent", | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 5, | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": " | "sprite": "Objects/Consumable/Drinks/neurotoxinglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"color": "# | "color": "#2E2E61FF", | ||
"desc": "reagent-desc- | "desc": "reagent-desc-neurotoxin", | ||
"parent": [ | "parent": [ | ||
"BaseAlcohol" | "BaseAlcohol" | ||
], | ], | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-neurotoxin", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 21 782: | Строка 21 793: | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": "FootstepSlime" | "collection": "FootstepSlime" | ||
} | |||
} | |||
}, | |||
"SodiumPolyacrylate": { | |||
"metabolisms": { | |||
"Bloodstream": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": -5 | |||
} | |||
}, | |||
{ | |||
"!type:PopupMessage": { | |||
"probability": 0.1, | |||
"visualType": "MediumCaution", | |||
"messages": [ | |||
"generic-reagent-effect-parched" | |||
] | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"flavor": "bitter", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-grainy", | |||
"color": "#F0F0F0FF", | |||
"desc": "reagent-desc-sodium-polyacrylate", | |||
"name": "reagent-name-sodium-polyacrylate", | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | } | ||
} | } | ||
| Строка 21 821: | Строка 21 868: | ||
} | } | ||
}, | }, | ||
" | "Andalusia": { | ||
"metamorphicChangeColor": false, | |||
"metabolisms": { | "metabolisms": { | ||
" | "Digestion": { | ||
"metabolites": { | |||
"Ethanol": 0.12 | |||
}, | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": | "factor": 2 | ||
} | } | ||
} | } | ||
| Строка 21 842: | Строка 21 884: | ||
} | } | ||
}, | }, | ||
"friction": 0.4, | |||
"friction": 0.4, | |||
"slipData": {}, | "slipData": {}, | ||
"tileReactions": [ | "tileReactions": [ | ||
| Строка 23 054: | Строка 23 065: | ||
"desc": "reagent-desc-lye", | "desc": "reagent-desc-lye", | ||
"name": "reagent-name-lye", | "name": "reagent-name-lye", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 23 281: | Строка 23 233: | ||
}, | }, | ||
"contrabandSeverity": "Syndicate" | "contrabandSeverity": "Syndicate" | ||
}, | |||
"Diethylamine": { | |||
"metabolisms": { | |||
"Bloodstream": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Caustic": 1 | |||
} | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"flavor": "bitter", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustNutrition": { | |||
"amount": 0.1 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustPests": { | |||
"amount": -1, | |||
"probability": 0.1 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": 0.1 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAffectGrowth": { | |||
"probability": 0.2 | |||
} | |||
}, | |||
{ | |||
"!type:PlantDiethylamine": {} | |||
} | |||
], | |||
"physicalDesc": "reagent-physical-desc-strong-smelling", | |||
"meltingPoint": -50, | |||
"boilingPoint": 55.5, | |||
"color": "#A1000BFF", | |||
"desc": "reagent-desc-diethylamine", | |||
"group": "Botanical", | |||
"name": "reagent-name-diethylamine", | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | }, | ||
"Protein": { | "Protein": { | ||