您的足迹: thorium

这是本文档旧的修订版!


thorium

介绍

用于耐用建筑以及作为核燃料。

属性

属性 数值
爆炸性 20%
燃烧性 0%
放射性 100%
充能性 0%
硬度 4
逻辑键值 @thorium
天然存在

在编辑器中的地板

Script

用于创建此物品的代码(仅供参考):

thorium = new Item("thorium", Color.valueOf("f9a3c7")){{
    explosiveness = 0.2f;
    hardness = 4;
    radioactivity = 1f;
    cost = 1.1f;
    healthScaling = 0.2f;
}};
items/thorium.1691278514.txt.gz · 最后更改: 2023/08/06 07:35 由
CC Attribution-Share Alike 4.0 International