游戏达人
  
- 贡献度
- 117
- 金元
- 16516
- 积分
- 2120
- 精华
- 0
- 注册时间
- 2008-12-18
|
本帖最后由 mynameisqq 于 2020-4-11 19:56 编辑
D:\Program Files\Steam\steamapps\common\Factorio\data\base\prototypes\entity
--entities--文件
--蓄电池 -- KW<MW<GJ
type = "accumulator",
name = "accumulator",
buffer_capacity = "5GJ", 容量
usage_priority = "tertiary",
input_flow_limit = "300MW", 输入量
output_flow_limit = "300MW" 输出量
--太阳能电池板--
vehicle_impact_sound = sounds.generic_impact,
production = "60MW" 产能
--地下传输带--
dying_explosion = "express-underground-belt-explosion",
max_distance = 57, 长度
--钢铁箱子--
name = "steel-chest",
inventory_size = 100, 格子数
--超长机械臂--
name = "long-handed-inserter",
rotation_speed = 0.04, 旋转速度这个值跟蓝色机械臂一样了。
--demo-entities--文件
--小型电线杆--
name = "small-electric-pole",
maximum_wire_distance = 57, 连接长度
supply_area_distance = 28.5, 覆盖面积数值X2
--地下管道--
max_underground_distance = 57 长度
--灯光范围--
name = "small-lamp",
energy_usage_per_tick = "5KW", 每秒消耗电能
light = {intensity = 0.9, size = 40}, 灯光强度与范围
Factorio\data\base\prototypes\item\demo-item.lua 文件
stack_size = x 值为堆叠数,修改随意
|
评分
-
1
查看全部评分
-
|