您的足迹: oil

石油

石油


中文名:石油
英文名:Oil

介绍

用于先进材料和喷射类武器。

属性

爆炸性120%
燃烧性120%
热容量70%
粘度75%
湿度50%
沸点0.65
逻辑键值@oil

Script

用于创建此液体的代码(仅供参考):

oil = new Liquid("oil", Color.valueOf("313131")){{
            viscosity = 0.75f;
            flammability = 1.2f;
            explosiveness = 1.2f;
            heatCapacity = 0.7f;
            barColor = Color.valueOf("6b675f");
            effect = StatusEffects.tarred;
            boilPoint = 0.65f;
            gasColor = Color.grays(0.4f);
            canStayOn.add(water);
        }};
liquids/oil.txt · 最后更改: 2023/08/08 19:23 由 127.0.0.1
CC Attribution-Share Alike 4.0 International