UNPKG

@zerospacegg/iolin

Version:

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

51 lines 1.33 kB
const AugmentationPool = { src: "faction/grell/building/augmentation_pool.pkl", slug: "augmentation-pool", id: "faction/grell/building/augmentation-pool", name: "Augmentation Pool", shortName: "Aug Pool", type: "building", subtype: "tech", faction: "grell", tier: "T1.5", tagList: [ "building", "building:tech", "faction:grell", "tier:1.5", "armor:building", "armored", "biomass", "upgrades", ], inGame: true, fromFuture: false, createdBy: ["seedling"], unlocks: ["lasher"], uuid: "3b98ee3d-d30f-495e-bb41-8dfc48f072ba", hexiteCost: 100, fluxCost: 25, buildCount: 1, buildTime: 25, domain: "ground", hp: 1000, vision: 1500, speed: 0, armor: 1, armorType: "building", providesBiomass: 750, providesUpgradesFor: ["stinger", "lasher"], 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 = AugmentationPool; // Also maintain default export for backward compatibility export default AugmentationPool; //# sourceMappingURL=augmentation-pool.js.map