UNPKG

@zerospacegg/iolin

Version:

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

51 lines 1.43 kB
const AdvancedAugmentationPool = { src: "faction/grell/building/advanced_augmentation_pool.pkl", slug: "advanced-augmentation-pool", id: "faction/grell/building/advanced-augmentation-pool", name: "Advanced Augmentation Pool", shortName: "Adv. Aug Pool", 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-nest"], uuid: "78f0d8d3-aa98-4285-8612-c282ce554e37", hexiteCost: 100, fluxCost: 25, buildCount: 1, buildTime: 30, domain: "ground", hp: 1000, vision: 1500, speed: 0, armor: 1, armorType: "building", providesBiomass: 750, providesUpgradesFor: ["harbinger", "man-eater", "thresher"], 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 = AdvancedAugmentationPool; // Also maintain default export for backward compatibility export default AdvancedAugmentationPool; //# sourceMappingURL=advanced-augmentation-pool.js.map