Участник:IanComradeBot/prototype/reagent.json: различия между версиями
м Update prototype/reagent.json via GitHub Actions |
м Update prototype/reagent.json via GitHub Actions |
||
| Строка 1001: | Строка 1001: | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name-dead-rum", | "name": "reagent-name-dead-rum", | ||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Psicodine": { | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentCondition": { | |||
"reagent": "Psicodine", | |||
"min": 30 | |||
} | |||
} | |||
], | |||
"damage": { | |||
"types": { | |||
"Poison": 2 | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"!type:ModifyStatusEffect": { | |||
"conditions": [ | |||
{ | |||
"!type:ReagentCondition": { | |||
"reagent": "Psicodine", | |||
"min": 30 | |||
} | |||
} | |||
], | |||
"type": "Add", | |||
"time": 8, | |||
"effectProto": "StatusEffectSeeingRainbow" | |||
} | |||
}, | |||
{ | |||
"!type:GenericStatusEffect": { | |||
"type": "Remove", | |||
"key": "Jitter" | |||
} | |||
}, | |||
{ | |||
"!type:ModifyStatusEffect": { | |||
"type": "Remove", | |||
"time": 6, | |||
"effectProto": "StatusEffectDrunk" | |||
} | |||
}, | |||
{ | |||
"!type:PopupMessage": { | |||
"probability": 0.2, | |||
"visualType": "Medium", | |||
"messages": [ | |||
"psicodine-effect-fearless", | |||
"psicodine-effect-anxieties-wash-away", | |||
"psicodine-effect-at-peace" | |||
] | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"flavor": "bitter", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-shiny", | |||
"color": "#07E79EFF", | |||
"desc": "reagent-desc-psicodine", | |||
"group": "Medicine", | |||
"name": "reagent-name-psicodine", | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 1111: | Строка 1190: | ||
} | } | ||
}, | }, | ||
" | "LongIslandIcedTea": { | ||
"metamorphicChangeColor": false, | |||
"metabolisms": { | "metabolisms": { | ||
" | "Drink": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | |||
}, | |||
"!type:SatiateThirst": { | |||
"factor": 2 | |||
} | |||
}, | |||
{ | { | ||
"!type:AdjustReagent": { | "!type:AdjustReagent": { | ||
| Строка 3520: | Строка 3520: | ||
} | } | ||
}, | }, | ||
" | "Vermouth": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 3531: | Строка 3531: | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:AdjustReagent": { | ||
" | "amount": 0.06, | ||
" | "reagent": "Ethanol" | ||
} | } | ||
} | } | ||
| Строка 3539: | Строка 3539: | ||
} | } | ||
}, | }, | ||
"friction": 0.4, | |||
"slipData": {}, | "slipData": {}, | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:FlammableTileReaction": { | ||
"temperatureMultiplier": 1.35 | |||
} | |||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "vermouth", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Flammable": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:Flammable": {} | ||
} | } | ||
], | ], | ||
| Строка 3565: | Строка 3565: | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustWater": {} | "!type:PlantAdjustNutrition": { | ||
"amount": 0.25 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustWater": { | |||
"amount": 0.7 | |||
} | |||
} | } | ||
], | ], | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-aromatic", | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 4, | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/vermouthglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"color": "# | "color": "#91FF91FF", | ||
"desc": "reagent-desc- | "desc": "reagent-desc-vermouth", | ||
"parent": [ | "parent": [ | ||
" | "BaseAlcohol" | ||
], | ], | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-vermouth", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 3588: | Строка 3595: | ||
} | } | ||
}, | }, | ||
" | "SoyLatte": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 3599: | Строка 3606: | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:ModifyStatusEffect": { | ||
" | "type": "Remove", | ||
" | "effectProto": "StatusEffectDrowsiness" | ||
} | } | ||
} | } | ||
| Строка 3607: | Строка 3614: | ||
} | } | ||
}, | }, | ||
"slipData": {}, | "slipData": {}, | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishTileReaction": {} | ||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "soy", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Extinguish": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:Extinguish": {} | ||
} | } | ||
], | ], | ||
| Строка 3633: | Строка 3640: | ||
"plantMetabolism": [ | "plantMetabolism": [ | ||
{ | { | ||
"!type:PlantAdjustWater": {} | |||
"!type:PlantAdjustWater": { | |||
} | } | ||
], | ], | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-strong-smelling", | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 1, | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/soy_latte.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"color": "# | "color": "#664300FF", | ||
"desc": "reagent-desc- | "desc": "reagent-desc-soy-latte", | ||
"parent": [ | "parent": [ | ||
" | "BaseDrink" | ||
], | ], | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-soy-latte", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 4116: | Строка 4116: | ||
} | } | ||
}, | }, | ||
"Diphenhydramine": { | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": -3, | |||
"Diphenhydramine": { | |||
"metabolisms": { | |||
"Medicine": { | |||
"effects": [ | |||
{ | |||
"!type:AdjustReagent": { | |||
"amount": -3, | |||
"reagent": "Histamine" | "reagent": "Histamine" | ||
} | } | ||
| Строка 4177: | Строка 4161: | ||
"group": "Medicine", | "group": "Medicine", | ||
"name": "reagent-name-diphenhydramine", | "name": "reagent-name-diphenhydramine", | ||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"GroundBee": { | |||
"tileReactions": [], | |||
"flavor": "bee", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-bee-guts", | |||
"color": "#86530EFF", | |||
"desc": "reagent-desc-ground-bee", | |||
"name": "reagent-name-ground-bee", | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 17 530: | Строка 17 530: | ||
} | } | ||
}, | }, | ||
" | "TableSalt": { | ||
"metabolisms": { | "metabolisms": { | ||
" | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:SatiateThirst": { | ||
" | "factor": -0.5 | ||
} | } | ||
}, | } | ||
{ | ] | ||
"!type:PopupMessage": { | } | ||
"probability": 0.05, | }, | ||
"conditions": [ | "tileReactions": [], | ||
{ | "flavor": "salty", | ||
"!type:ReagentCondition": { | "recognizable": true, | ||
"reagent": "Fresium", | "allowedJobs": [], | ||
"max": 35 | "allowedDepartments": [], | ||
} | "plantMetabolism": [ | ||
} | { | ||
], | "!type:PlantAdjustWater": { | ||
"visualType": "LargeCaution", | "amount": -3 | ||
"messages": [ | } | ||
"fresium-effect-freeze-insides" | }, | ||
] | { | ||
} | "!type:PlantAdjustNutrition": { | ||
}, | "amount": -0.3 | ||
{ | } | ||
"!type:PopupMessage": { | }, | ||
"probability": 0.2, | { | ||
"conditions": [ | "!type:PlantAdjustToxins": { | ||
{ | "amount": 8 | ||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustWeeds": { | |||
"amount": -2 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustPests": { | |||
"amount": -1 | |||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": -2 | |||
} | |||
} | |||
], | |||
"physicalDesc": "reagent-physical-desc-grainy", | |||
"meltingPoint": 800.7, | |||
"boilingPoint": 1465, | |||
"color": "#CFD1D0FF", | |||
"desc": "reagent-desc-table-salt", | |||
"group": "Foods", | |||
"name": "reagent-name-table-salt", | |||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Fresium": { | |||
"metabolisms": { | |||
"Poison": { | |||
"effects": [ | |||
{ | |||
"!type:HealthChange": { | |||
"damage": { | |||
"types": { | |||
"Cold": 0.01, | |||
"Heat": -3 | |||
} | |||
} | |||
} | |||
}, | |||
{ | |||
"!type:PopupMessage": { | |||
"probability": 0.05, | |||
"conditions": [ | |||
{ | |||
"!type:ReagentCondition": { | |||
"reagent": "Fresium", | |||
"max": 35 | |||
} | |||
} | |||
], | |||
"visualType": "LargeCaution", | |||
"messages": [ | |||
"fresium-effect-freeze-insides" | |||
] | |||
} | |||
}, | |||
{ | |||
"!type:PopupMessage": { | |||
"probability": 0.2, | |||
"conditions": [ | |||
{ | |||
"!type:ReagentCondition": { | "!type:ReagentCondition": { | ||
"reagent": "Fresium", | "reagent": "Fresium", | ||
| Строка 17 715: | Строка 17 777: | ||
} | } | ||
}, | }, | ||
" | "AmbuzolPlus": { | ||
"metabolisms": { | "metabolisms": { | ||
" | "Medicine": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:CureZombieInfection": { | ||
" | "conditions": [ | ||
{ | |||
"!type:ReagentCondition": { | |||
"reagent": "AmbuzolPlus", | |||
"min": 5 | |||
} | |||
} | |||
], | |||
"innoculate": true | |||
} | } | ||
} | } | ||
| Строка 17 728: | Строка 17 798: | ||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
"flavor": " | "flavor": "medicine", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-crisp", | |||
"color": "#1274B5FF", | |||
"desc": "reagent-desc-ambuzol-plus", | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-crisp", | |||
"color": "#1274B5FF", | |||
"desc": "reagent-desc-ambuzol-plus", | |||
"group": "Medicine", | "group": "Medicine", | ||
"name": "reagent-name-ambuzol-plus", | "name": "reagent-name-ambuzol-plus", | ||
| Строка 18 354: | Строка 18 354: | ||
} | } | ||
}, | }, | ||
" | "UncookedAnimalProteins": { | ||
"metabolisms": { | "metabolisms": { | ||
"Food": { | "Food": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:PopupMessage": { | ||
"probability": 0.5, | |||
"conditions": [ | "conditions": [ | ||
{ | { | ||
"!type:MetabolizerTypeCondition": { | "!type:MetabolizerTypeCondition": { | ||
"inverted": true, | |||
"type": [ | "type": [ | ||
" | "Animal", | ||
"Vox" | |||
] | ] | ||
} | } | ||
} | } | ||
], | |||
"visualType": "MediumCaution", | |||
"messages": [ | |||
"generic-reagent-effect-sick" | |||
] | ] | ||
} | } | ||
}, | |||
{ | |||
"!type:Vomit": { | |||
"probability": 0.1, | |||
"conditions": [ | |||
}, | |||
{ | |||
"!type:Vomit": { | |||
"probability": 0.1, | |||
"conditions": [ | |||
{ | { | ||
"!type:MetabolizerTypeCondition": { | "!type:MetabolizerTypeCondition": { | ||
| Строка 18 512: | Строка 18 477: | ||
"group": "Foods", | "group": "Foods", | ||
"name": "reagent-name-uncooked-animal-proteins", | "name": "reagent-name-uncooked-animal-proteins", | ||
"footstepSound": { | |||
"!type:SoundCollectionSpecifier": { | |||
"collection": "FootstepPuddle" | |||
} | |||
} | |||
}, | |||
"Fiber": { | |||
"metabolisms": { | |||
"Food": { | |||
"effects": [ | |||
{ | |||
"!type:SatiateHunger": { | |||
"conditions": [ | |||
{ | |||
"!type:MetabolizerTypeCondition": { | |||
"type": [ | |||
"Moth" | |||
] | |||
} | |||
} | |||
] | |||
} | |||
} | |||
] | |||
} | |||
}, | |||
"tileReactions": [], | |||
"flavor": "fiber", | |||
"allowedJobs": [], | |||
"allowedDepartments": [], | |||
"plantMetabolism": [], | |||
"physicalDesc": "reagent-physical-desc-fibrous", | |||
"color": "#808080FF", | |||
"desc": "reagent-desc-fiber", | |||
"name": "reagent-name-fiber", | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 22 310: | Строка 22 310: | ||
} | } | ||
}, | }, | ||
" | "SodiumPolyacrylate": { | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:SatiateThirst": { | ||
" | "factor": -5 | ||
} | } | ||
} | }, | ||
] | { | ||
} | "!type:PopupMessage": { | ||
"probability": 0.1, | |||
"visualType": "MediumCaution", | |||
"messages": [ | |||
"generic-reagent-effect-parched" | |||
] | |||
} | |||
} | |||
] | |||
} | |||
}, | }, | ||
"tileReactions": [], | "tileReactions": [], | ||
| Строка 22 328: | Строка 22 335: | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"plantMetabolism": [ | "plantMetabolism": [], | ||
"physicalDesc": "reagent-physical-desc-grainy", | |||
"color": "#F0F0F0FF", | |||
"desc": "reagent-desc-sodium-polyacrylate", | |||
"name": "reagent-name-sodium-polyacrylate", | |||
"physicalDesc": "reagent-physical-desc- | |||
"color": "# | |||
"desc": "reagent-desc- | |||
"name": "reagent-name- | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 22 346: | Строка 22 346: | ||
} | } | ||
}, | }, | ||
" | "MindbreakerToxin": { | ||
"metabolisms": { | "metabolisms": { | ||
"Poison": { | "Poison": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:ModifyStatusEffect": { | ||
" | "type": "Add", | ||
"time": 10, | |||
"effectProto": "StatusEffectSeeingRainbow" | |||
" | |||
" | |||
} | } | ||
} | } | ||
| Строка 22 371: | Строка 22 364: | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"plantMetabolism": [], | "plantMetabolism": [ | ||
"physicalDesc": "reagent-physical-desc- | { | ||
"color": "# | "!type:PlantAdjustToxins": { | ||
"desc": "reagent-desc- | "amount": 10 | ||
"name": "reagent-name- | } | ||
} | |||
], | |||
"physicalDesc": "reagent-physical-desc-opaque", | |||
"color": "#77B58EFF", | |||
"desc": "reagent-desc-mindbreaker-toxin", | |||
"group": "Toxins", | |||
"name": "reagent-name-mindbreaker-toxin", | |||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
| Строка 24 099: | Строка 24 099: | ||
} | } | ||
}, | }, | ||
" | "Cola": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 24 110: | Строка 24 110: | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:ModifyStatusEffect": { | ||
" | "type": "Remove", | ||
" | "time": 1, | ||
"effectProto": "StatusEffectDrowsiness" | |||
} | } | ||
} | } | ||
| Строка 24 118: | Строка 24 119: | ||
} | } | ||
}, | }, | ||
" | "fizziness": 0.5, | ||
"slipData": {}, | "slipData": {}, | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:ExtinguishTileReaction": {} | ||
}, | |||
{ | |||
"!type:SpillIfPuddlePresentTileReaction": {} | |||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "soda", | ||
"recognizable": true, | |||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Extinguish": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:Extinguish": {} | ||
} | } | ||
], | ], | ||
| Строка 24 145: | Строка 24 148: | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": 0. | "amount": 0.1 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:PlantAdjustWater": { | "!type:PlantAdjustWater": { | ||
"amount": 0. | "amount": 0.1 | ||
} | |||
}, | |||
{ | |||
"!type:PlantAdjustHealth": { | |||
"amount": -0.1 | |||
} | } | ||
} | } | ||
], | ], | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-fizzy", | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 5, | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/colaglass.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"color": "# | "color": "#6C2828FF", | ||
"desc": "reagent-desc- | "desc": "reagent-desc-cola", | ||
"parent": [ | "parent": [ | ||
" | "BaseSoda" | ||
], | ], | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-cola", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "FootstepSlime" | ||
} | } | ||
} | } | ||
}, | }, | ||
" | "BlueHawaiian": { | ||
"metamorphicChangeColor": false, | "metamorphicChangeColor": false, | ||
"metabolisms": { | "metabolisms": { | ||
| Строка 24 185: | Строка 24 193: | ||
}, | }, | ||
{ | { | ||
"!type: | "!type:AdjustReagent": { | ||
" | "amount": 0.2, | ||
"reagent": "Ethanol" | |||
" | |||
} | } | ||
} | } | ||
| Строка 24 194: | Строка 24 201: | ||
} | } | ||
}, | }, | ||
" | "friction": 0.4, | ||
"slipData": {}, | "slipData": {}, | ||
"tileReactions": [ | "tileReactions": [ | ||
{ | { | ||
"!type: | "!type:FlammableTileReaction": { | ||
"temperatureMultiplier": 1.35 | |||
} | |||
} | } | ||
], | ], | ||
"flavor": " | "flavor": "bluehawaiian", | ||
"allowedJobs": [], | "allowedJobs": [], | ||
"allowedDepartments": [], | "allowedDepartments": [], | ||
"reactiveEffects": { | "reactiveEffects": { | ||
" | "Flammable": { | ||
"effects": [ | "effects": [ | ||
{ | { | ||
"!type: | "!type:Flammable": {} | ||
} | } | ||
], | ], | ||
| Строка 24 223: | Строка 24 228: | ||
{ | { | ||
"!type:PlantAdjustNutrition": { | "!type:PlantAdjustNutrition": { | ||
"amount": 0. | "amount": 0.25 | ||
} | } | ||
}, | }, | ||
{ | { | ||
"!type:PlantAdjustWater": { | "!type:PlantAdjustWater": { | ||
"amount": 0. | "amount": 0.7 | ||
} | } | ||
} | } | ||
], | ], | ||
"metamorphicFillBaseName": "fill-", | "metamorphicFillBaseName": "fill-", | ||
"physicalDesc": "reagent-physical-desc- | "physicalDesc": "reagent-physical-desc-tropical", | ||
"metamorphicMaxFillLevels": | "metamorphicMaxFillLevels": 4, | ||
"metamorphicSprite": { | "metamorphicSprite": { | ||
"sprite": "Objects/Consumable/Drinks/ | "sprite": "Objects/Consumable/Drinks/bluehawaiian.rsi", | ||
"state": "icon_empty" | "state": "icon_empty" | ||
}, | }, | ||
"color": "# | "color": "#47687BFF", | ||
"desc": "reagent-desc- | "desc": "reagent-desc-blue-hawaiian", | ||
"parent": [ | "parent": [ | ||
" | "BaseAlcohol" | ||
], | ], | ||
"group": "Drinks", | "group": "Drinks", | ||
"name": "reagent-name- | "name": "reagent-name-blue-hawaiian", | ||
"footstepSound": { | "footstepSound": { | ||
"!type:SoundCollectionSpecifier": { | "!type:SoundCollectionSpecifier": { | ||
"collection": " | "collection": "FootstepPuddle" | ||
} | } | ||
} | } | ||