@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
49 lines • 1.39 kB
JavaScript
const MechanicalResearchLab = {
src: "faction/protectorate/building/mechanical_research_lab.pkl",
slug: "mechanical-research-lab",
id: "faction/protectorate/building/mechanical-research-lab",
name: "Mechanical Research Lab",
shortName: "Mech. R. Lab",
type: "building",
subtype: "tech",
faction: "protectorate",
tier: "T2.5",
tagList: [
"building",
"building:tech",
"faction:protectorate",
"tier:2.5",
"armor:building",
"armored",
"upgrades",
],
inGame: true,
fromFuture: false,
createdBy: ["prot-build-drone"],
unlocks: ["titan"],
uuid: "47308d61-f17d-4191-85c8-95820671a372",
hexiteCost: 100,
fluxCost: 25,
buildCount: 1,
buildTime: 30,
domain: "ground",
hp: 1000,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
providesUpgradesFor: ["predator", "ironwing", "hellfire", "titan"],
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "tech",
hpInitial: 400,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = MechanicalResearchLab;
// Also maintain default export for backward compatibility
export default MechanicalResearchLab;
//# sourceMappingURL=mechanical-research-lab.js.map