@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
48 lines • 1.38 kB
JavaScript
const SpecializedResearchLab = {
src: "faction/protectorate/building/specialized_research_lab.pkl",
slug: "specialized-research-lab",
id: "faction/protectorate/building/specialized-research-lab",
name: "Specialized Research Lab",
shortName: "Spc. R. Lab",
type: "building",
subtype: "tech",
faction: "protectorate",
tier: "T3.5",
tagList: [
"building",
"building:tech",
"faction:protectorate",
"tier:3.5",
"armor:building",
"armored",
"upgrades",
],
inGame: true,
fromFuture: false,
createdBy: ["prot-build-drone"],
uuid: "8c64c538-92eb-4e79-a9db-e20384502e0e",
hexiteCost: 100,
fluxCost: 75,
buildCount: 1,
buildTime: 40,
domain: "ground",
hp: 1000,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
providesUpgradesFor: ["cyclops", "juggernaut", "strider", "griffin"],
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 = SpecializedResearchLab;
// Also maintain default export for backward compatibility
export default SpecializedResearchLab;
//# sourceMappingURL=specialized-research-lab.js.map