UNPKG

@zerospacegg/iolin

Version:

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

52 lines 1.38 kB
const SkrellingNest = { src: "faction/grell/building/skrelling_nest.pkl", slug: "skrelling-nest", id: "faction/grell/building/skrelling-nest", name: "Skrelling Nest", shortName: "Skrelling Nest", type: "building", subtype: "tech", faction: "grell", tier: "T2.5", tagList: [ "building", "building:tech", "faction:grell", "tier:2.5", "armor:building", "armored", "biomass", "upgrades", ], inGame: true, fromFuture: false, createdBy: ["seedling"], unlocks: ["skrelling", "behemoth"], unlockedBy: ["advanced-augmentation-pool"], uuid: "3ceb6fd7-6c49-4d5d-9635-c6e7cdc595bd", hexiteCost: 100, fluxCost: 25, buildCount: 1, buildTime: 25, domain: "ground", hp: 1000, vision: 1500, speed: 0, armor: 1, armorType: "building", providesBiomass: 750, providesUpgradesFor: ["skrelling", "behemoth"], 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 = SkrellingNest; // Also maintain default export for backward compatibility export default SkrellingNest; //# sourceMappingURL=skrelling-nest.js.map