饥荒中的荧光草可以照亮,许多玩家想种植荧光草,却不知道代码小编今天给大家带来了荧光草的种植代码,感兴趣的玩家快来看下吧。
代码及使用方法:
用记事本打开游戏目录\data\scripts\prefabs\lightbulb.lua文件,在inst:AddComponent("inspectable")的下一行插入以下内容:
local function OnDeploy (inst, pt)
SpawnPrefab("flower_cave_triple").Transform:SetPosition(pt.x, pt.y, pt.z)
inst.components.stackable:Get():Remove()
end
inst:AddComponent("deployable")
inst.components.deployable.ondeploy = OnDeploy
即可用荧光果种三朵洞穴花。
累计评论0条
展开其余评论