@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
50 lines • 1.32 kB
JavaScript
const LargeIncubator = {
src: "faction/grell/building/large_incubator.pkl",
slug: "large-incubator",
id: "faction/grell/building/large-incubator",
name: "Large Incubator",
shortName: "Lg. Incubator",
type: "building",
subtype: "production",
faction: "grell",
tier: "T3",
tagList: [
"building",
"building:production",
"faction:grell",
"tier:3",
"armor:building",
"armored",
"biomass",
],
inGame: true,
fromFuture: false,
creates: ["reaver", "weaver", "behemoth"],
createdBy: ["seedling"],
unlocks: ["reaver", "weaver"],
uuid: "8b2b7626-918e-490c-972c-13dc8adb2b8a",
hexiteCost: 150,
fluxCost: 100,
buildCount: 1,
buildTime: 50,
domain: "ground",
hp: 1400,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
providesBiomass: 750,
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "production",
hpInitial: 560,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = LargeIncubator;
// Also maintain default export for backward compatibility
export default LargeIncubator;
//# sourceMappingURL=large-incubator.js.map