高级玩家

- 贡献度
- 5
- 金元
- 2362
- 积分
- 256
- 精华
- 0
- 注册时间
- 2010-6-30
|
D:\game\Factorio\data\base\prototypes\entity
文件entities.lua
找storage-tank
type = "storage-tank",
name = "storage-tank",
icon = "__base__/graphics/icons/storage-tank.png",
flags = {"placeable-player", "player-creation"},
minable = {hardness = 0.2, mining_time = 3, result = "storage-tank"},
max_health = 500,
corpse = "medium-remnants",
collision_box = {{-1.3, -1.3}, {1.3, 1.3}},
selection_box = {{-1.5, -1.5}, {1.5, 1.5}},
fluid_box =
{
base_area = 250, 这里的250就是2.5K 改多少自己决定吧。
pipe_covers = pipecoverspictures(),
pipe_connections =
{
{ position = {-1, -2} },
{ position = {2, 1} },
{ position = {1, 2} },
{ position = {-2, -1} },
|
|