XFEstudio/MCIndustry / scripts/units/辅助型UAV.js.bak
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, {}));