Участник:IanComradeBot/Fallout/prototype/reagent.json: различия между версиями
м Update prototype/reagent.json via GitHub Actions |
м Update prototype/reagent.json via GitHub Actions |
||
| Строка 3362: | Строка 3362: | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"recognizable": true | "recognizable": true | ||
}, | |||
"ExtractCarrot": { | |||
"flavor": "carrot", | |||
"slippery": true, | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.15, | |||
"reagent": "Oculine" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.5, | |||
"reagent": "Nutriment" | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Extinguish": { | |||
"effects": [ | |||
{ | |||
"!type:ExtinguishReaction": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"tileReactions": [ | |||
{ | |||
"!type:ExtinguishTileReaction": {} | |||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | |||
], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustWater": {} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-extract-carrot", | |||
"group": "Drinks", | |||
"parent": [ | |||
"BaseDrink" | |||
], | |||
"desc": "reagent-desc-extract-carrot", | |||
"physicalDesc": "reagent-physical-desc-crisp", | |||
"color": "#FF8820FF" | |||
}, | }, | ||
"Lacerinol": { | "Lacerinol": { | ||
| Строка 3412: | Строка 3480: | ||
"color": "#283332FF" | "color": "#283332FF" | ||
}, | }, | ||
" | "ExtractGlowpepper": { | ||
"flavor": " | "flavor": "spicy", | ||
"slippery": true, | "slippery": true, | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 3419: | Строка 3487: | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": {} | ||
} | } | ||
] | ] | ||
| Строка 3471: | Строка 3525: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name-extract- | "name": "reagent-name-extract-glowpepper", | ||
"group": " | "group": "Extracts", | ||
"parent": [ | "parent": [ | ||
"BaseDrink" | "BaseDrink" | ||
], | ], | ||
"desc": "reagent-desc-extract-glowpepper", | |||
"desc": "reagent-desc-extract-glowpepper", | |||
"physicalDesc": "reagent-physical-desc-spicy", | "physicalDesc": "reagent-physical-desc-spicy", | ||
"color": "#D12519FF" | "color": "#D12519FF" | ||
| Строка 6995: | Строка 6995: | ||
"recognizable": true | "recognizable": true | ||
}, | }, | ||
" | "Antifreeze": { | ||
"flavor": " | "flavor": "antifreeze", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.2, | |||
"reagent": "Ethanol" | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Flammable": { | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:FlammableReaction": {} | ||
} | } | ||
], | |||
"methods": [ | |||
"Touch" | |||
] | ] | ||
} | } | ||
}, | }, | ||
"tileReactions": [], | "tileReactions": [ | ||
{ | |||
"!type:FlammableTileReaction": { | |||
"temperatureMultiplier": 1.35 | |||
} | |||
} | |||
], | |||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": | "amount": 0.25 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:PlantAdjustWater": { | ||
"amount": 0. | "amount": 0.7 | ||
} | } | ||
} | } | ||
| Строка 7027: | Строка 7053: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-antifreeze", | ||
"group": " | "metamorphicChangeColor": false, | ||
"group": "Drinks", | |||
"parent": [ | "parent": [ | ||
" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-antifreeze", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-translucent", | ||
"color": "# | "color": "#FF7D63FF", | ||
"metamorphicSprite": { | |||
"sprite": "Objects/Consumable/Drinks/antifreeze.rsi", | |||
"state": "icon_empty" | |||
}, | |||
"metamorphicMaxFillLevels": 5, | |||
"metamorphicFillBaseName": "fill-" | |||
}, | }, | ||
" | "PumpkinFlesh": { | ||
"flavor": " | "flavor": "pumpkin", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:SatiateHunger": {} | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"tileReactions": [], | |||
"tileReactions": [ | |||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": | "amount": 1.5 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:PlantAdjustHealth": { | ||
"amount": 0. | "amount": 0.75 | ||
} | } | ||
} | } | ||
| Строка 7094: | Строка 7101: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-pumpkin-flesh", | ||
"group": "Foods", | |||
"group": " | |||
"parent": [ | "parent": [ | ||
" | "Nutriment" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-pumpkin-flesh", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-opaque", | ||
"color": "# | "color": "#FC9300FF" | ||
}, | }, | ||
"N14BloatflyAcid": { | "N14BloatflyAcid": { | ||
| Строка 8151: | Строка 8151: | ||
"color": "#E0A5B9FF" | "color": "#E0A5B9FF" | ||
}, | }, | ||
" | "IceCream": { | ||
"flavor": " | "flavor": "icecream", | ||
" | "slippery": true, | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 8161: | Строка 8161: | ||
"factor": 2 | "factor": 2 | ||
} | } | ||
} | |||
] | |||
} | |||
] | |||
} | } | ||
}, | }, | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Extinguish": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishReaction": {} | ||
} | } | ||
], | ], | ||
| Строка 8185: | Строка 8179: | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishTileReaction": {} | ||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | } | ||
], | ], | ||
| Строка 8193: | Строка 8188: | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": 0. | "amount": 0.1 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:PlantAdjustWater": { | "!type:PlantAdjustWater": { | ||
"amount": 0. | "amount": 0.1 | ||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": -0.1 | |||
} | } | ||
} | } | ||
| Строка 8207: | Строка 8207: | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": " | "collection": "FootstepSticky" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-ice-cream", | ||
"group": "Drinks", | "group": "Drinks", | ||
"parent": [ | "parent": [ | ||
" | "BaseSoda" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-ice-cream", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-creamy", | ||
"color": "# | "color": "#FFFBD6FF", | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/icecreamglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 5, | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-", | ||
"recognizable": true | |||
}, | }, | ||
" | "VodkaTonic": { | ||
"flavor": " | "flavor": "alcohol", | ||
" | "fizziness": 0.4, | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 8235: | Строка 8235: | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": 2 | "factor": 2 | ||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.13, | |||
"reagent": "Ethanol" | |||
} | } | ||
} | } | ||
| Строка 8241: | Строка 8247: | ||
}, | }, | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Flammable": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:FlammableReaction": {} | ||
} | } | ||
], | ], | ||
| Строка 8254: | Строка 8260: | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:FlammableTileReaction": { | ||
"temperatureMultiplier": 1.35 | |||
} | |||
} | } | ||
], | ], | ||
| Строка 8263: | Строка 8268: | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": 0. | "amount": 0.25 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:PlantAdjustWater": { | "!type:PlantAdjustWater": { | ||
"amount": 0. | "amount": 0.7 | ||
} | } | ||
} | } | ||
| Строка 8282: | Строка 8282: | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": " | "collection": "FootstepWater" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-vodka-tonic", | ||
"metamorphicChangeColor": false, | |||
"group": "Drinks", | "group": "Drinks", | ||
"parent": [ | "parent": [ | ||
" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-vodka-tonic", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-strong-smelling", | ||
"color": "# | "color": "#0064C8FF", | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/gintonicglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 6, | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
"ZombieBlood": { | "ZombieBlood": { | ||
| Строка 20 079: | Строка 20 079: | ||
"metamorphicMaxFillLevels": 4, | "metamorphicMaxFillLevels": 4, | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | |||
"ExtractStarlightBerries": { | |||
"flavor": "sweet", | |||
"slippery": true, | |||
"metabolisms": { | |||
"Drink": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateThirst": {} | |||
} | |||
] | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Extinguish": { | |||
"effects": [ | |||
{ | |||
"!type:ExtinguishReaction": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"tileReactions": [ | |||
{ | |||
"!type:ExtinguishTileReaction": {} | |||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | |||
], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustWater": {} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-extract-starlight-berries", | |||
"group": "Extracts", | |||
"parent": [ | |||
"BaseDrink" | |||
], | |||
"desc": "reagent-desc-extract-starlight-berries", | |||
"physicalDesc": "reagent-physical-desc-sugary", | |||
"color": "#FC2C03FF" | |||
}, | }, | ||
"IrishBool": { | "IrishBool": { | ||
| Строка 20 167: | Строка 20 221: | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
" | "Gold": { | ||
"flavor": " | "flavor": "metallic", | ||
" | "tileReactions": [], | ||
"plantMetabolism": [], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-gold", | |||
"group": "Elements", | |||
"desc": "reagent-desc-gold", | |||
"physicalDesc": "reagent-physical-desc-metallic", | |||
"color": "#F7C430FF", | |||
"boilingPoint": 2700, | |||
"meltingPoint": 1064.76 | |||
}, | |||
"Mold": { | |||
"flavor": "bitter", | |||
"metabolisms": { | "metabolisms": { | ||
" | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Poison": 1 | "Poison": 1 | ||
} | } | ||
| Строка 21 721: | Строка 21 721: | ||
"meltingPoint": 36 | "meltingPoint": 36 | ||
}, | }, | ||
" | "Dylovene": { | ||
"flavor": " | "flavor": "medicine", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:HealthChange": { | ||
" | "damage": { | ||
"types": { | |||
"Poison": -1.5 | |||
} | |||
} | |||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentThreshold": { | "!type:ReagentThreshold": { | ||
"min": 20 | "min": 20 | ||
| Строка 21 897: | Строка 21 829: | ||
"color": "#3A1D8AFF" | "color": "#3A1D8AFF" | ||
}, | }, | ||
" | "JuiceCarrot": { | ||
"flavor": " | "flavor": "carrot", | ||
"slippery": true, | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:SatiateThirst": { | ||
" | "factor": 2 | ||
} | } | ||
} | }, | ||
] | { | ||
} | "!type:AdjustReagent": { | ||
"amount": 0.5, | |||
"reagent": "Oculine" | |||
} | |||
}, | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": 0.5, | |||
"reagent": "Nutriment" | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Extinguish": { | |||
"effects": [ | |||
{ | |||
"!type:ExtinguishReaction": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"tileReactions": [ | |||
{ | |||
"!type:ExtinguishTileReaction": {} | |||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | |||
], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustWater": {} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepSticky" | |||
} | |||
}, | |||
"name": "reagent-name-juice-carrot", | |||
"group": "Drinks", | |||
"parent": [ | |||
"BaseJuice" | |||
], | |||
"desc": "reagent-desc-juice-carrot", | |||
"physicalDesc": "reagent-physical-desc-crisp", | |||
"color": "#FF8820FF" | |||
}, | |||
"Chlorine": { | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
} | |||
} | |||
] | |||
} | |||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
| Строка 23 188: | Строка 23 188: | ||
"color": "#F2E9D2FF" | "color": "#F2E9D2FF" | ||
}, | }, | ||
" | "SunsetSarsaparilla": { | ||
"flavor": " | "flavor": "sunset-sarsaparilla", | ||
"fizziness": 0. | "slippery": true, | ||
"fizziness": 0.5, | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 23 196: | Строка 23 197: | ||
{ | { | ||
"!type:SatiateThirst": { | "!type:SatiateThirst": { | ||
"factor": | "factor": -3.5 | ||
} | } | ||
} | } | ||
] | ] | ||
}, | |||
"Medicine": { | |||
" | |||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:HealthChange": { | ||
} | "damage": { | ||
"groups": { | |||
"Burn": -1.5, | |||
"Brute": -1.5 | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"!type:ModifyBleedAmount": { | |||
"amount": -0.5 | |||
} | |||
} | |||
], | |||
"metabolismRate": 0.1 | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Extinguish": { | |||
"effects": [ | |||
{ | |||
"!type:ExtinguishReaction": {} | |||
} | |||
], | ], | ||
"methods": [ | "methods": [ | ||
| Строка 23 222: | Строка 23 237: | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishTileReaction": {} | ||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | } | ||
], | ], | ||
| Строка 23 230: | Строка 23 246: | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": 0. | "amount": 0.1 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:PlantAdjustWater": { | "!type:PlantAdjustWater": { | ||
"amount": 0. | "amount": 0.1 | ||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": -0.1 | |||
} | } | ||
} | } | ||
| Строка 23 244: | Строка 23 265: | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": " | "collection": "FootstepSticky" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-sunset-sarsaparilla", | ||
"group": "Drinks", | "group": "Drinks", | ||
"parent": [ | "parent": [ | ||
" | "BaseSoda" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-sunset-sarsaparilla", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-fizzy", | ||
"color": "# | "color": "#362D1DFF" | ||
}, | }, | ||
" | "IcedBeer": { | ||
"flavor": " | "flavor": "icedbeer", | ||
"fizziness": 0.6, | |||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
| Строка 23 275: | Строка 23 290: | ||
{ | { | ||
"!type:AdjustReagent": { | "!type:AdjustReagent": { | ||
"amount": 0. | "amount": 0.06, | ||
"reagent": "Ethanol" | "reagent": "Ethanol" | ||
} | } | ||
| Строка 23 321: | Строка 23 336: | ||
} | } | ||
}, | }, | ||
"name": "reagent-name- | "name": "reagent-name-iced-beer", | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"group": "Drinks", | "group": "Drinks", | ||
| Строка 23 327: | Строка 23 342: | ||
"BaseAlcohol" | "BaseAlcohol" | ||
], | ], | ||
"desc": "reagent-desc- | "desc": "reagent-desc-iced-beer", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-bubbly", | ||
"color": "#664300FF", | "color": "#664300FF", | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/iced_beerglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 6, | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
" | "IrishCream": { | ||
"flavor": " | "flavor": "creamy", | ||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:SatiateThirst": { | ||
" | "factor": 2 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:Oxygenate": { | "!type:AdjustReagent": { | ||
"conditions": [ | "amount": 0.26, | ||
"reagent": "Ethanol" | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"reactiveEffects": { | |||
"Flammable": { | |||
"effects": [ | |||
{ | |||
"!type:FlammableReaction": {} | |||
} | |||
], | |||
"methods": [ | |||
"Touch" | |||
] | |||
} | |||
}, | |||
"tileReactions": [ | |||
{ | |||
"!type:FlammableTileReaction": { | |||
"temperatureMultiplier": 1.35 | |||
} | |||
} | |||
], | |||
"plantMetabolism": [ | |||
{ | |||
"!type:PlantAdjustNutrition": { | |||
"amount": 0.25 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustWater": { | |||
"amount": 0.7 | |||
} | |||
} | |||
], | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"params": { | |||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-irish-cream", | |||
"metamorphicChangeColor": false, | |||
"group": "Drinks", | |||
"parent": [ | |||
"BaseAlcohol" | |||
], | |||
"desc": "reagent-desc-irish-cream", | |||
"physicalDesc": "reagent-physical-desc-creamy", | |||
"color": "#664300FF", | |||
"metamorphicSprite": { | |||
"sprite": "Objects/Consumable/Drinks/irishcreamglass.rsi", | |||
"state": "icon_empty" | |||
}, | |||
"metamorphicMaxFillLevels": 4, | |||
"metamorphicFillBaseName": "fill-" | |||
}, | |||
"Oxygen": { | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Gas": { | |||
"effects": [ | |||
{ | |||
"!type:Oxygenate": { | |||
"conditions": [ | |||
{ | |||
"!type:OrganType": { | |||
"type": "Human" | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
{ | |||
"!type:Oxygenate": { | |||
"conditions": [ | |||
{ | { | ||
"!type:OrganType": { | "!type:OrganType": { | ||
| Строка 24 071: | Строка 24 160: | ||
"metamorphicFillBaseName": "fill-" | "metamorphicFillBaseName": "fill-" | ||
}, | }, | ||
"UnstableMutagen": { | "Saxoite": { | ||
"flavor": "bitter", | "flavor": "sax", | ||
"metabolisms": { | "tileReactions": [], | ||
"Poison": { | "plantMetabolism": [], | ||
"effects": [ | "footstepSound": { | ||
{ | "!type:SoundCollectionSpecifier": { | ||
"!type:HealthChange": { | "params": { | ||
"volume": 6 | |||
}, | |||
"collection": "FootstepWater" | |||
} | |||
}, | |||
"name": "reagent-name-saxoite", | |||
"desc": "reagent-desc-saxoite", | |||
"physicalDesc": "reagent-physical-desc-ground-brass", | |||
"color": "#B8A603FF" | |||
}, | |||
"UnstableMutagen": { | |||
"flavor": "bitter", | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | "damage": { | ||
"types": { | "types": { | ||
| Строка 24 109: | Строка 24 215: | ||
"boilingPoint": "3.402823E+38", | "boilingPoint": "3.402823E+38", | ||
"meltingPoint": 261 | "meltingPoint": 261 | ||
}, | }, | ||
"Zinc": { | "Zinc": { | ||
| Строка 27 271: | Строка 27 360: | ||
"color": "#D0D0D0FF", | "color": "#D0D0D0FF", | ||
"boilingPoint": 2212, | "boilingPoint": 2212, | ||
"meltingPoint": 960.5 | "meltingPoint": 960.5 | ||
}, | }, | ||
"ExtractHoneyMesquitePod": { | "ExtractHoneyMesquitePod": { | ||
"flavor": "sweet", | "flavor": "sweet", | ||
"slippery": true, | "slippery": true, | ||
"metabolisms": { | "metabolisms": { | ||
"Drink": { | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateThirst": {} | "!type:SatiateThirst": {} | ||
} | } | ||
] | ] | ||
} | } | ||
}, | }, | ||
"reactiveEffects": { | "reactiveEffects": { | ||
"Extinguish": { | "Extinguish": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:ExtinguishReaction": {} | "!type:ExtinguishReaction": {} | ||
} | } | ||
], | ], | ||
"methods": [ | "methods": [ | ||
"Touch" | "Touch" | ||
] | ] | ||
} | } | ||
}, | }, | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type:ExtinguishTileReaction": {} | "!type:ExtinguishTileReaction": {} | ||
}, | }, | ||
{ | { | ||
"!type:SpillIfPuddlePresentTileReaction": {} | "!type:SpillIfPuddlePresentTileReaction": {} | ||
} | } | ||
], | ], | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustWater": {} | "!type:PlantAdjustWater": {} | ||
} | } | ||
], | ], | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"params": { | "params": { | ||
"volume": 6 | "volume": 6 | ||
}, | }, | ||
"collection": "FootstepWater" | "collection": "FootstepWater" | ||
} | } | ||
}, | }, | ||
"name": "reagent-name-extract-honey-mesquite-pod", | "name": "reagent-name-extract-honey-mesquite-pod", | ||
"group": "Extracts", | "group": "Extracts", | ||
"parent": [ | "parent": [ | ||
"BaseDrink" | "BaseDrink" | ||
], | ], | ||
"desc": "reagent-desc-extract-honey-mesquite-pod", | "desc": "reagent-desc-extract-honey-mesquite-pod", | ||
"physicalDesc": "reagent-physical-desc-sugary", | "physicalDesc": "reagent-physical-desc-sugary", | ||
"color": "#F0FF8CFF" | "color": "#F0FF8CFF" | ||
}, | |||
"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" | |||
}, | }, | ||
"Stimulants": { | "Stimulants": { | ||
| Строка 27 468: | Строка 27 595: | ||
"boilingPoint": 212, | "boilingPoint": 212, | ||
"meltingPoint": 170 | "meltingPoint": 170 | ||
}, | }, | ||
"Thermite": { | "Thermite": { | ||