===== 激光钻头 ===== {{:blocks:production:laser-drill.png|laser-drill}} ==== 介绍 ==== 以激光技术更快的开采,但需要能量。这种钻头可以开采放射性的钍。 ==== 普通 ==== 生命值:360\\ 尺寸:3x3\\ 建造时间:1.52秒 === 建造花费 === {{:items:copper.png?30*30|copper}}[[:items:copper|铜]]*35 {{:items:graphite.png?30*30|graphite}}[[:items:graphite|石墨]]*30 {{:items:titanium.png?30*30|titanium}}[[:items:titanium|钛]]*20 {{:items:silicon.png?30*30|silicon}}[[:items:silicon|硅]]*30 ==== 能量 ==== 使用能量:66/秒 ==== 液体 ==== 液体容量:5 ==== 物品 ==== 物品容量:10 ==== 制造 ==== 基础开采速度:0.60/秒\\ 开采等级:4 === 可开采资源 === {{:blocks:environment:ore-copper-1.png|ore-copper-1}}[[:blocks:environment:ore-copper|铜矿]] {{:blocks:environment:ore-lead-1.png|ore-lead-1}}[[:blocks:environment:ore-lead|铅矿]] {{:blocks:environment:ore-titanium-1.png|ore-titanium-1}}[[:blocks:environment:ore-titanium|钛矿]] {{:blocks:environment:ore-thorium-1.png|ore-thorium-1}}[[:blocks:environment:ore-thorium|钍矿]] {{:blocks:environment:ore-coal-1.png|ore-coal-1}}[[:blocks:environment:ore-coal|煤矿]] {{:blocks:environment:ore-scrap-1.png|ore-scrap-1}}[[:blocks:environment:ore-scrap|废料]] {{:blocks:environment:sand-1.png|sand-1}}[[:blocks:environment:sand|沙子]] {{:blocks:environment:darksand-1.png|darksand-1}}[[:blocks:environment:darksand|黑沙]] ==== 可选的增强 ==== {{:liquids:water.png?30*30|water}}[[:liquids:water|水]]*4.79/秒 2.56倍速度 ==== Script ==== 用于创建此方块的代码(仅供参考): laserDrill = new Drill("laser-drill"){{ requirements(Category.production, ItemStack.with(Items.copper, 35, Items.graphite, 30, Items.silicon, 30, Items.titanium, 20)); drillTime = 280; size = 3; hasPower = true; tier = 4; updateEffect = Fx.pulverizeMedium; drillEffect = Fx.mineBig; consumes.power(1.10f); consumes.liquid(Liquids.water, 0.08f).boost(); }};