Участник:IanComradeBot/prototype/reaction.json: различия между версиями
м Update prototype/reaction.json via GitHub Actions Метка: ручная отмена |
м Update prototype/reaction.json via GitHub Actions |
||
| (не показано 14 промежуточных версий этого же участника) | |||
| Строка 1334: | Строка 1334: | ||
"Potassium": {}, | "Potassium": {}, | ||
"SulfuricAcid": {} | "SulfuricAcid": {} | ||
} | } | ||
}, | }, | ||
| Строка 1396: | Строка 1376: | ||
"Egg": { | "Egg": { | ||
"amount": 6 | "amount": 6 | ||
} | |||
} | |||
}, | |||
"NitrousOxideBreakdown": { | |||
"sound": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Chemistry/bubbles.ogg" | |||
} | |||
}, | |||
"source": true, | |||
"products": { | |||
"Nitrogen": 2, | |||
"Oxygen": 1 | |||
}, | |||
"requiredMixerCategories": [ | |||
"Electrolysis" | |||
], | |||
"reactants": { | |||
"NitrousOxide": { | |||
"amount": 3 | |||
} | } | ||
} | } | ||
| Строка 3855: | Строка 3855: | ||
} | } | ||
}, | }, | ||
" | "SodiumCarbonate": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 3861: | Строка 3861: | ||
} | } | ||
}, | }, | ||
"impact": "Medium", | |||
"products": { | "products": { | ||
" | "SodiumCarbonate": 4 | ||
}, | }, | ||
"reactants": { | "reactants": { | ||
" | "Ammonia": {}, | ||
" | "TableSalt": {}, | ||
"Carbon": {}, | |||
} | "Oxygen": {} | ||
} | } | ||
}, | }, | ||
" | "GinTonic": { | ||
"sound": { | "sound": { | ||
"!type:SoundPathSpecifier": { | "!type:SoundPathSpecifier": { | ||
| Строка 3877: | Строка 3878: | ||
} | } | ||
}, | }, | ||
"products": { | "products": { | ||
" | "GinTonic": 3 | ||
}, | }, | ||
"reactants": { | "reactants": { | ||
" | "Gin": {}, | ||
" | "TonicWater": { | ||
"amount": 2 | |||
} | |||
} | } | ||
}, | }, | ||
| Строка 5141: | Строка 5141: | ||
}, | }, | ||
"Whiskey": {} | "Whiskey": {} | ||
} | } | ||
}, | }, | ||
| Строка 5178: | Строка 5162: | ||
"amount": 4 | "amount": 4 | ||
} | } | ||
} | |||
}, | |||
"NuclearCola": { | |||
"sound": { | |||
"!type:SoundPathSpecifier": { | |||
"path": "/Audio/Effects/Chemistry/bubbles.ogg" | |||
} | |||
}, | |||
"products": { | |||
"NuclearCola": 5 | |||
}, | |||
"reactants": { | |||
"Cola": { | |||
"amount": 5 | |||
}, | |||
"Uranium": {} | |||
} | } | ||
}, | }, | ||