XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

MCIndustry

【Mindustry】磁铜工业模组

公开
关注 0 Fork 0 Star 0
UTF-8

var 辅助型UAV = extendContent(UnitType, '辅助型UAV', {});
辅助型UAV.defaultController = prov(() => extend(BuilderAI, {}));
辅助型UAV.drawShields = false;
辅助型UAV.abilities.add( new RepairFieldAbility(25, 1, 120));
辅助型UAV.constructor = prov(() => extend(UnitTypes.poly.constructor.get().class, {}));