====== 钍 ======
{{:items:thorium.png?direct|thorium}}\\
中文名:钍\\
英文名:Thorium
===== 介绍 =====
用于耐用建筑以及作为核燃料。
==== 属性 ====
| 爆炸性 | 20% |
| 燃烧性 | 0% |
| 放射性 | 100% |
| 放电性 | 0% |
|硬度 |4|
|建造时间花费|1.1|
|建筑血量系数|0.2|
| 天然存在 |是 |
| 逻辑键值 | @thorium |
==== 在编辑器中的地板 ====
{{:blocks:environment:ore-thorium-1.png?direct|}} [[:blocks:environment:ore-thorium|钍矿]]
==== Script ====
用于创建此物品的代码(仅供参考):
thorium = new Item("thorium", Color.valueOf("f9a3c7")){{
explosiveness = 0.2f;
hardness = 4;
radioactivity = 1f;
cost = 1.1f;
healthScaling = 0.2f;
}};