====== 冷冻液 ====== {{:liquids:cryofluid.png?direct|}}\\ 中文名:冷冻液\\ 英文名:Cryofluid ===== 介绍 ===== 用作反应堆、炮塔和工厂的冷却剂。 ==== 属性 ==== |爆炸性|0%| |燃烧性|0%| |热容量|90%| |粘度|50%| |湿度|25%| |沸点|0.55| |逻辑键值|@cryofluid| ==== Script ==== 用于创建此液体的代码(仅供参考): cryofluid = new Liquid("cryofluid", Color.valueOf("6ecdec")){{ heatCapacity = 0.9f; temperature = 0.25f; effect = StatusEffects.freezing; lightColor = Color.valueOf("0097f5").a(0.2f); boilPoint = 0.55f; gasColor = Color.valueOf("c1e8f5"); }};