您的足迹: cryofluid

冷冻液

冷冻液


中文名:冷冻液
英文名: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");
        }};
liquids/cryofluid.txt · 最后更改: 2023/08/08 19:25 由 127.0.0.1
CC Attribution-Share Alike 4.0 International