UNPKG

@zerospacegg/iolin

Version:

Community ZeroSpace game data library - units, buildings, abilities, and more

50 lines 1.28 kB
const Incubator = { src: "faction/grell/building/incubator.pkl", slug: "incubator", id: "faction/grell/building/incubator", name: "Incubator", shortName: "Incubator", type: "building", subtype: "production", faction: "grell", tier: "T1", tagList: [ "building", "building:production", "faction:grell", "tier:1", "armor:building", "armored", "biomass", ], inGame: true, fromFuture: false, creates: ["stinger", "lasher", "skrelling"], createdBy: ["seedling"], unlocks: ["stinger", "lasher"], uuid: "9ddf1f1e-3ddc-466f-9875-6dd9b36f6279", hexiteCost: 100, fluxCost: 0, buildCount: 1, buildTime: 35, domain: "ground", hp: 1000, vision: 1500, speed: 0, armor: 1, armorType: "building", providesBiomass: 750, untargetable: false, maxAddOns: 0, ability: {}, addOn: {}, variantBuilding: {}, variantUnit: {}, buildingType: "production", hpInitial: 400, }; // Export the entity as a named export for better ES modules compatibility export const entity = Incubator; // Also maintain default export for backward compatibility export default Incubator; //# sourceMappingURL=incubator.js.map