游戏达人
  
- 贡献度
- 14
- 金元
- 26005
- 积分
- 2657
- 精华
- 0
- 注册时间
- 2008-4-28
|
本帖最后由 chenrei 于 2014-3-30 22:05 编辑
还有 外置骨架 和微型反应堆 哇靠 屌爆了G:\Factorio\data\base\prototypes\item\armor.lua
icon = "__base__/graphics/icons/power-armor-mk2.png",
flags = {"goes-to-main-inventory"},
resistances =
{
{
type = "physical",
decrease = 10,
percent = 40
},
{
type = "acid",
decrease = 10,
percent = 40
},
{
type = "explosion",
decrease = 20,
percent = 50
}
},
durability = 50000,
subgroup = "armor",
order = "e[power-armor-mk2]",
stack_size = 1,
equipment_grid = {width = 20, height = 20}
|
|