Участник:IanComradeBot/Fallout/prototype/reagent.json: различия между версиями
Update prototype/reagent.json via GitHub Actions |
м Update prototype/reagent.json via GitHub Actions |
||
| (не показаны 4 промежуточные версии этого же участника) | |||
| Строка 119: | Строка 119: | ||
} | } | ||
], | ], | ||
"metabolismRate": 0. | "metabolismRate": 0.1 | ||
} | } | ||
}, | }, | ||
| Строка 136: | Строка 136: | ||
"desc": "reagent-desc-cateye", | "desc": "reagent-desc-cateye", | ||
"physicalDesc": "reagent-physical-desc-sticky", | "physicalDesc": "reagent-physical-desc-sticky", | ||
"color": "# | "color": "#80E1FFFF" | ||
}, | }, | ||
"VodkaMartini": { | "VodkaMartini": { | ||
| Строка 3362: | Строка 3362: | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"recognizable": true | "recognizable": true | ||
}, | |||
"Lacerinol": { | |||
"flavor": "syrupy", | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Slash": -4 | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"min": 12 | |||
} | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Cold": 3 | |||
} | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"plantMetabolism": [], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-lacerinol", | |||
"group": "Medicine", | |||
"desc": "reagent-desc-lacerinol", | |||
"physicalDesc": "reagent-physical-desc-viscous", | |||
"color": "#283332FF" | |||
}, | }, | ||
"ExtractCarrot": { | "ExtractCarrot": { | ||
| Строка 3430: | Строка 3479: | ||
"physicalDesc": "reagent-physical-desc-crisp", | "physicalDesc": "reagent-physical-desc-crisp", | ||
"color": "#FF8820FF" | "color": "#FF8820FF" | ||
}, | }, | ||
"ExtractGlowpepper": { | "ExtractGlowpepper": { | ||
| Строка 4600: | Строка 4600: | ||
} | } | ||
} | } | ||
} | }, | ||
] | { | ||
"!type:GenericStatusEffect": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"reagent": "Antidote", | |||
"max": 0.01 | |||
} | |||
} | |||
], | |||
"type": "Remove", | |||
"time": 10, | |||
"key": "Drowsiness" | |||
} | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
| Строка 6176: | Строка 6191: | ||
"amount": 0.5, | "amount": 0.5, | ||
"reagent": "Protein" | "reagent": "Protein" | ||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"reagent": "Antidote", | |||
"max": 0.01 | |||
} | |||
} | |||
], | |||
"type": "Remove", | |||
"time": 10, | |||
"key": "Drowsiness" | |||
} | } | ||
} | } | ||
| Строка 6964: | Строка 6994: | ||
"color": "#FFFF00FF", | "color": "#FFFF00FF", | ||
"recognizable": true | "recognizable": true | ||
}, | |||
"PumpkinFlesh": { | |||
"flavor": "pumpkin", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateHunger": {} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustNutrition": { | |||
"amount": 1.5 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": 0.75 | |||
} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-pumpkin-flesh", | |||
"group": "Foods", | |||
"parent": [ | |||
"Nutriment" | |||
], | |||
"desc": "reagent-desc-pumpkin-flesh", | |||
"physicalDesc": "reagent-physical-desc-opaque", | |||
"color": "#FC9300FF" | |||
}, | }, | ||
"Antifreeze": { | "Antifreeze": { | ||
| Строка 7039: | Строка 7110: | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
" | "N14BloatflyAcid": { | ||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:HealthChange": { | ||
"conditions": [ | |||
{ | |||
"!type:OrganType": { | |||
"type": "Human" | |||
} | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | |||
} | } | ||
] | ] | ||
| Строка 7051: | Строка 7134: | ||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
"plantMetabolism": [ | "plantMetabolism": [], | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 7071: | Строка 7143: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name-bloatflyacid", | |||
"desc": "reagent-desc-bloatflyacid", | |||
"name": "reagent-name-bloatflyacid", | |||
"desc": "reagent-desc-bloatflyacid", | |||
"physicalDesc": "reagent-physical-desc-clumpy", | "physicalDesc": "reagent-physical-desc-clumpy", | ||
"color": "#9CEB4DFF" | "color": "#9CEB4DFF" | ||
| Строка 7189: | Строка 7219: | ||
"DamageModifyingMixture": { | "DamageModifyingMixture": { | ||
"metabolisms": { | "metabolisms": { | ||
"Narcotic": { | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:HealthChange": { | ||
" | "damage": { | ||
"types": { | |||
"Poison": 0.25 | |||
} | |||
} | |||
} | } | ||
}, | |||
{ | { | ||
"!type: | "!type:Jitter": {} | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:MovespeedModifier": { | ||
" | "sprintSpeedModifier": 1.2, | ||
" | "walkSpeedModifier": 1.2 | ||
} | } | ||
}, | |||
{ | { | ||
"!type: | "!type:HealthChange": { | ||
} | "conditions": [ | ||
{ | |||
"!type:ReagentThreshold": { | |||
"min": 25 | |||
} | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"reagent": "ChloralHydrate", | |||
"min": 1 | |||
} | |||
} | |||
], | |||
"amount": -10, | |||
"reagent": "ChloralHydrate" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"time": 3, | |||
"key": "ForcedSleep" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"time": 3, | |||
"key": "Stun" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"time": 3, | |||
"key": "KnockedDown" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"time": 3, | |||
"component": "StaminaModifier", | |||
"key": "StaminaModifier" | |||
} | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"!type:ResetNarcolepsy": {} | |||
}, | |||
{ | |||
"!type:SatiateHunger": { | |||
"factor": 1 | |||
} | |||
}, | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 1 | |||
} | |||
}, | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:TotalDamage": { | |||
"min": 70, | |||
"max": 120 | |||
} | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Burn": -7.5, | |||
"Brute": -7.5 | |||
} | |||
} | |||
} | |||
} | |||
], | ], | ||
" | "metabolismRate": 0.25 | ||
} | } | ||
}, | }, | ||
"tileReactions": [ | "tileReactions": [], | ||
{ | "plantMetabolism": [], | ||
"!type:FlammableTileReaction": { | "footstepSound": { | ||
"temperatureMultiplier": 1.35 | "!type:SoundCollectionSpecifier": { | ||
} | "params": { | ||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-damage-mod-mixture", | |||
"group": "Chems", | |||
"desc": "reagent-desc-damage-mod-mixture", | |||
"physicalDesc": "reagent-physical-desc-volatile", | |||
"color": "#9A040EFF" | |||
}, | |||
"Painkiller": { | |||
"flavor": "painkiller", | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.04, | |||
"reagent": "Ethanol" | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Flammable": { | |||
"effects": [ | |||
{ | |||
"!type:FlammableReaction": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"tileReactions": [ | |||
{ | |||
"!type:FlammableTileReaction": { | |||
"temperatureMultiplier": 1.35 | |||
} | |||
} | } | ||
], | ], | ||
| Строка 7545: | Строка 7674: | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"time": 4, | |||
"key": "Jitter" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"time": 10, | |||
"key": "SeeingRainbows" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": -3, | |||
"reagent": "FireToxin" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": -3, | |||
"reagent": "NightstalkerVenom" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": -3, | |||
"reagent": "CazadorVenom" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": -3, | |||
"reagent": "N14UncookedAnimalProteinsRad" | |||
} | |||
}, | |||
{ | { | ||
"!type:HealthChange": { | "!type:HealthChange": { | ||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Poison": -3 | ||
} | } | ||
} | } | ||
| Строка 13 309: | Строка 13 476: | ||
} | } | ||
} | } | ||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"reagent": "Antidote", | |||
"max": 0.01 | |||
} | |||
} | |||
], | |||
"type": "Remove", | |||
"time": 10, | |||
"key": "Drowsiness" | |||
} | } | ||
} | } | ||
| Строка 14 448: | Строка 14 630: | ||
{ | { | ||
"!type:ReagentThreshold": { | "!type:ReagentThreshold": { | ||
"min": | "min": 15 | ||
} | } | ||
} | } | ||
| Строка 15 658: | Строка 15 840: | ||
{ | { | ||
"!type:HealthChange": { | "!type:HealthChange": { | ||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"min": 10 | |||
} | |||
} | |||
], | |||
"damage": { | "damage": { | ||
" | "types": { | ||
" | "Poison": -0.2 | ||
} | } | ||
} | } | ||
| Строка 18 361: | Строка 18 550: | ||
"meltingPoint": 7.4 | "meltingPoint": 7.4 | ||
}, | }, | ||
" | "CircusJuice": { | ||
"flavor": " | "flavor": "circusjuice", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 18 373: | Строка 18 562: | ||
{ | { | ||
"!type:AdjustReagent": { | "!type:AdjustReagent": { | ||
"amount": 0. | "amount": 0.12, | ||
"reagent": "Ethanol" | "reagent": "Ethanol" | ||
} | |||
}, | |||
{ | |||
"!type:Emote": { | |||
"probability": 0.15, | |||
"emote": "Laugh" | |||
} | } | ||
} | } | ||
| Строка 18 419: | Строка 18 614: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-circusjuice", | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"group": "Drinks", | "group": "Drinks", | ||
| Строка 18 425: | Строка 18 620: | ||
"BaseAlcohol" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-circusjuice", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-glittery", | ||
"color": "# | "color": "#C47872FF", | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Nyanotrasen/Objects/Consumable/Drinks/circusjuice.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
| Строка 18 435: | Строка 18 630: | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
" | "BananaHonk": { | ||
"flavor": " | "flavor": "bananahonk", | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 18 447: | Строка 18 642: | ||
{ | { | ||
"!type:AdjustReagent": { | "!type:AdjustReagent": { | ||
"amount": 0. | "amount": 0.06, | ||
"reagent": "Ethanol" | "reagent": "Ethanol" | ||
} | } | ||
} | } | ||
| Строка 18 499: | Строка 18 688: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-banana-honk", | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"group": "Drinks", | "group": "Drinks", | ||
| Строка 18 505: | Строка 18 694: | ||
"BaseAlcohol" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-banana-honk", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-strong-smelling", | ||
"color": "# | "color": "#FFFF91FF", | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": " | "sprite": "Objects/Consumable/Drinks/bananahonkglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
| Строка 18 601: | Строка 18 790: | ||
} | } | ||
} | } | ||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"reagent": "Antidote", | |||
"max": 0.01 | |||
} | |||
} | |||
], | |||
"type": "Remove", | |||
"time": 10, | |||
"key": "Drowsiness" | |||
} | } | ||
} | } | ||
| Строка 19 876: | Строка 20 080: | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
" | "ExtractStarlightBerries": { | ||
"flavor": " | "flavor": "sweet", | ||
" | "slippery": true, | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": {} | ||
} | } | ||
] | ] | ||
| Строка 19 910: | Строка 20 093: | ||
}, | }, | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Extinguish": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishReaction": {} | ||
} | } | ||
], | ], | ||
| Строка 19 923: | Строка 20 106: | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishTileReaction": {} | ||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | } | ||
], | ], | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustWater": {} | |||
} | |||
], | |||
"!type:PlantAdjustWater": { | |||
} | |||
], | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 19 948: | Строка 20 125: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-extract-starlight-berries", | ||
"group": " | "group": "Extracts", | ||
"parent": [ | "parent": [ | ||
" | "BaseDrink" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-extract-starlight-berries", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-sugary", | ||
"color": "# | "color": "#FC2C03FF" | ||
}, | }, | ||
" | "IrishBool": { | ||
"flavor": " | "flavor": "irishbool", | ||
" | "fizziness": 0.15, | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateThirst": {} | "!type:SatiateThirst": { | ||
"factor": 1 | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.1, | |||
"reagent": "Ethanol" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.05, | |||
"reagent": "Theobromine" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"time": 1, | |||
"key": "Drowsiness" | |||
} | |||
} | } | ||
] | ] | ||
| Строка 19 976: | Строка 20 168: | ||
}, | }, | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Flammable": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:FlammableReaction": {} | ||
} | } | ||
], | ], | ||
| Строка 19 989: | Строка 20 181: | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:FlammableTileReaction": { | ||
"temperatureMultiplier": 1.35 | |||
} | |||
} | } | ||
], | ], | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustWater": {} | "!type:PlantAdjustNutrition": { | ||
"amount": 0.25 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustWater": { | |||
"amount": 0.7 | |||
} | |||
} | } | ||
], | ], | ||
| Строка 20 008: | Строка 20 206: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-irish-bool", | ||
"group": " | "group": "Drinks", | ||
"parent": [ | "parent": [ | ||
" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-irish-bool", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-bubbly", | ||
"color": "# | "color": "#71672E99", | ||
"metamorphicSprite": { | |||
"sprite": "Objects/Consumable/Drinks/beerglass.rsi", | |||
"state": "icon_empty" | |||
}, | |||
"metamorphicMaxFillLevels": 6, | |||
"metamorphicFillBaseName": "fill-" | |||
}, | }, | ||
"Gold": { | "Gold": { | ||
| Строка 20 230: | Строка 20 434: | ||
"desc": "reagent-desc-healing-mixture", | "desc": "reagent-desc-healing-mixture", | ||
"physicalDesc": "reagent-physical-desc-refreshing", | "physicalDesc": "reagent-physical-desc-refreshing", | ||
"color": "# | "color": "#7FB851FF" | ||
}, | }, | ||
"Razorium": { | "Razorium": { | ||
| Строка 21 966: | Строка 22 170: | ||
"key": "SlurredSpeech" | "key": "SlurredSpeech" | ||
} | } | ||
}, | }, | ||
{ | { | ||
| Строка 21 974: | Строка 22 175: | ||
"damage": { | "damage": { | ||
"groups": { | "groups": { | ||
"Brute": - | "Brute": -6, | ||
"Burn": - | "Burn": -6 | ||
} | } | ||
} | } | ||
| Строка 22 987: | Строка 23 188: | ||
"color": "#F2E9D2FF" | "color": "#F2E9D2FF" | ||
}, | }, | ||
" | "SunsetSarsaparilla": { | ||
"flavor": " | "flavor": "sunset-sarsaparilla", | ||
"fizziness": 0. | "slippery": true, | ||
"fizziness": 0.5, | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 22 995: | Строка 23 197: | ||
{ | { | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": 2 | "factor": 3.5 | ||
} | |||
} | |||
] | |||
}, | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"groups": { | |||
"Burn": -0.75, | |||
"Brute": -1 | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"min": 30 | |||
} | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Burn": -0.37, | |||
"Brute": -0.5 | |||
} | |||
} | |||
} | |||
} | |||
], | |||
"metabolismRate": 0.25 | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Extinguish": { | |||
"effects": [ | |||
{ | |||
"!type:ExtinguishReaction": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"tileReactions": [ | |||
{ | |||
"!type:ExtinguishTileReaction": {} | |||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | |||
], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustNutrition": { | |||
"amount": 0.1 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustWater": { | |||
"amount": 0.1 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": -0.1 | |||
} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepSticky" | |||
} | |||
}, | |||
"name": "reagent-name-sunset-sarsaparilla", | |||
"group": "Drinks", | |||
"parent": [ | |||
"BaseSoda" | |||
], | |||
"desc": "reagent-desc-sunset-sarsaparilla", | |||
"physicalDesc": "reagent-physical-desc-fizzy", | |||
"color": "#362D1DFF" | |||
}, | |||
"IcedBeer": { | |||
"flavor": "icedbeer", | |||
"fizziness": 0.6, | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | } | ||
}, | }, | ||
| Строка 23 870: | Строка 24 172: | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
"UnstableMutagen": { | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
"UnstableMutagen": { | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | { | ||
"!type:HealthChange": { | "!type:HealthChange": { | ||
| Строка 23 945: | Строка 24 210: | ||
"boilingPoint": "3.402823E+38", | "boilingPoint": "3.402823E+38", | ||
"meltingPoint": 261 | "meltingPoint": 261 | ||
}, | |||
"Saxoite": { | |||
"flavor": "sax", | |||
"tileReactions": [], | |||
"plantMetabolism": [], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-saxoite", | |||
"desc": "reagent-desc-saxoite", | |||
"physicalDesc": "reagent-physical-desc-ground-brass", | |||
"color": "#B8A603FF" | |||
}, | |||
"Zinc": { | |||
"flavor": "metallic", | |||
"tileReactions": [], | |||
"plantMetabolism": [], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-zinc", | |||
"group": "Elements", | |||
"desc": "reagent-desc-zinc", | |||
"physicalDesc": "reagent-physical-desc-shiny", | |||
"color": "#BABABAFF", | |||
"boilingPoint": 907, | |||
"meltingPoint": 419.5 | |||
}, | }, | ||
"Hydroxide": { | "Hydroxide": { | ||
| Строка 23 969: | Строка 24 271: | ||
{ | { | ||
"!type:HealthChange": { | "!type:HealthChange": { | ||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | |||
"min": 30 | |||
} | |||
} | |||
], | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
"Radiation": - | "Radiation": -0.25 | ||
} | } | ||
} | } | ||
| Строка 23 977: | Строка 24 286: | ||
} | } | ||
], | ], | ||
"metabolismRate": 0. | "metabolismRate": 0.2 | ||
} | } | ||
}, | }, | ||
| Строка 26 029: | Строка 26 338: | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||
| Строка 27 122: | Строка 27 428: | ||
"color": "#F0FF8CFF" | "color": "#F0FF8CFF" | ||
}, | }, | ||
" | "Stimulants": { | ||
"flavor": " | "flavor": "sharp", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:MovespeedModifier": { | |||
"sprintSpeedModifier": 1.3, | |||
"walkSpeedModifier": 1.3 | |||
} | |||
}, | |||
{ | |||
"!type:MovespeedModifier": { | |||
"sprintSpeedModifier": 1.3, | |||
"walkSpeedModifier": 1.3 | |||
} | |||
}, | |||
{ | |||
"!type:HealthChange": { | "!type:HealthChange": { | ||
"conditions": [ | "conditions": [ | ||
| Строка 27 301: | Строка 27 569: | ||
"boilingPoint": 212, | "boilingPoint": 212, | ||
"meltingPoint": 170 | "meltingPoint": 170 | ||
}, | |||
"Nutriment": { | |||
"flavor": "nutriment", | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateHunger": {} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustNutrition": { | |||
"amount": 1.5 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": 0.75 | |||
} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-nutriment", | |||
"group": "Foods", | |||
"desc": "reagent-desc-nutriment", | |||
"physicalDesc": "reagent-physical-desc-opaque", | |||
"color": "#24591FFF" | |||
}, | }, | ||
"Thermite": { | "Thermite": { | ||
| Строка 28 469: | Строка 28 775: | ||
}, | }, | ||
"DamageResistMixture": { | "DamageResistMixture": { | ||
"flavor": "violets", | |||
"metabolisms": { | "metabolisms": { | ||
"Medicine": { | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:ResetNarcolepsy": {} | ||
}, | |||
{ | |||
"!type:SatiateHunger": { | |||
"factor": 1 | |||
} | |||
}, | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 1 | |||
} | |||
}, | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:TotalDamage": { | |||
"min": 50, | |||
"max": 175 | |||
} | |||
} | |||
], | |||
"damage": { | |||
"groups": { | |||
"Burn": -3, | |||
"Brute": -3 | |||
} | |||
} | |||
} | |||
} | } | ||
], | ], | ||
"metabolismRate": 0. | "metabolismRate": 0.1 | ||
} | } | ||
}, | }, | ||
| Строка 28 490: | Строка 28 825: | ||
}, | }, | ||
"name": "reagent-name-damage-resist-mixture", | "name": "reagent-name-damage-resist-mixture", | ||
"group": " | "group": "Chems", | ||
"desc": "reagent-desc-damage-resist-mixture", | "desc": "reagent-desc-damage-resist-mixture", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-pungent", | ||
"color": "# | "color": "#9423FFFF" | ||
}, | }, | ||
"N14Fev": { | "N14Fev": { | ||
| Строка 31 464: | Строка 31 799: | ||
"amount": 0.25 | "amount": 0.25 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:PlantAdjustWater": { | "!type:PlantAdjustWater": { | ||
"amount": 0.7 | "amount": 0.7 | ||
} | } | ||
} | } | ||
], | ], | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": { | "params": { | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": "FootstepWater" | "collection": "FootstepWater" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name-blue-curacao", | "name": "reagent-name-blue-curacao", | ||
"group": "Drinks", | "group": "Drinks", | ||
"parent": [ | "parent": [ | ||
"BaseAlcohol" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc-blue-curacao", | "desc": "reagent-desc-blue-curacao", | ||
"physicalDesc": "reagent-physical-desc-strong-smelling", | "physicalDesc": "reagent-physical-desc-strong-smelling", | ||
"color": "#0099FFFF", | "color": "#0099FFFF", | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/thin_glass.rsi", | "sprite": "Objects/Consumable/Drinks/thin_glass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"metamorphicMaxFillLevels": 5, | "metamorphicMaxFillLevels": 5, | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
"Soysauce": { | "Soysauce": { | ||
"flavor": "salty", | "flavor": "salty", | ||
"metabolisms": { | "metabolisms": { | ||
"Food": { | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateHunger": { | "!type:SatiateHunger": { | ||
"factor": 0.5 | "factor": 0.5 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": -0.5 | "factor": -0.5 | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
"plantMetabolism": [], | "plantMetabolism": [], | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": { | "params": { | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": "FootstepWater" | "collection": "FootstepWater" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name-soysauce", | "name": "reagent-name-soysauce", | ||
"group": "Foods", | "group": "Foods", | ||
"desc": "reagent-desc-soysauce", | "desc": "reagent-desc-soysauce", | ||
"physicalDesc": "reagent-physical-desc-salty", | "physicalDesc": "reagent-physical-desc-salty", | ||
"color": "#8B4513FF", | "color": "#8B4513FF", | ||
"recognizable": true | "recognizable": true | ||
}, | }, | ||
"BerserkerMixture": { | "BerserkerMixture": { | ||
"metabolisms": { | "metabolisms": { | ||
"Narcotic": { | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:MovespeedModifier": { | "!type:MovespeedModifier": { | ||
"sprintSpeedModifier": 1.2, | "sprintSpeedModifier": 1.2, | ||
"walkSpeedModifier": 1.2 | "walkSpeedModifier": 1.2 | ||
} | } | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
"plantMetabolism": [], | "plantMetabolism": [], | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": { | "params": { | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": "FootstepWater" | "collection": "FootstepWater" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name-robust-movespeedmod-mixture", | "name": "reagent-name-robust-movespeedmod-mixture-legio", | ||
"group": "Medicine", | "group": "Medicine", | ||
"desc": "reagent-name-robust-movespeedmod-mixture", | "desc": "reagent-name-robust-movespeedmod-mixture-legio", | ||
"physicalDesc": "reagent-physical-desc-powdery", | "physicalDesc": "reagent-physical-desc-powdery", | ||
"color": "#D2FFFAFF", | "color": "#D2FFFAFF", | ||
"boilingPoint": 255, | "boilingPoint": 255, | ||
"meltingPoint": 36 | "meltingPoint": 36 | ||
}, | }, | ||
"RobustMovespeedMixture": { | "RobustMovespeedMixture": { | ||
"metabolisms": { | "metabolisms": { | ||
"Narcotic": { | "Narcotic": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:MovespeedModifier": { | "!type:MovespeedModifier": { | ||
"sprintSpeedModifier": 1. | "sprintSpeedModifier": 1.3, | ||
"walkSpeedModifier": 1. | "walkSpeedModifier": 1.3 | ||
} | } | ||
}, | }, | ||
| Строка 31 581: | Строка 31 916: | ||
} | } | ||
} | } | ||
}, | }, | ||
{ | { | ||