@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
50 lines • 1.33 kB
JavaScript
const MediumIncubator = {
src: "faction/grell/building/medium_incubator.pkl",
slug: "medium-incubator",
id: "faction/grell/building/medium-incubator",
name: "Medium Incubator",
shortName: "Md. Incubator",
type: "building",
subtype: "production",
faction: "grell",
tier: "T2",
tagList: [
"building",
"building:production",
"faction:grell",
"tier:2",
"armor:building",
"armored",
"biomass",
],
inGame: true,
fromFuture: false,
creates: ["harbinger", "man-eater"],
createdBy: ["seedling"],
unlocks: ["harbinger", "man-eater"],
uuid: "abb4b3c7-4be7-4be5-b72c-46abefd8411c",
hexiteCost: 125,
fluxCost: 50,
buildCount: 1,
buildTime: 40,
domain: "ground",
hp: 1200,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
providesBiomass: 750,
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "production",
hpInitial: 480,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = MediumIncubator;
// Also maintain default export for backward compatibility
export default MediumIncubator;
//# sourceMappingURL=medium-incubator.js.map