@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
50 lines • 1.37 kB
JavaScript
const SpecialAugmentationPool = {
src: "faction/grell/building/special_augmentation_pool.pkl",
slug: "special-augmentation-pool",
id: "faction/grell/building/special-augmentation-pool",
name: "Special Augmentation Pool",
shortName: "Spc. Aug Pool",
type: "building",
subtype: "tech",
faction: "grell",
tier: "T3.5",
tagList: [
"building",
"building:tech",
"faction:grell",
"tier:3.5",
"armor:building",
"armored",
"biomass",
"upgrades",
],
inGame: true,
fromFuture: false,
createdBy: ["seedling"],
uuid: "22d03f08-e363-4f1f-82e1-0f4e8546f857",
hexiteCost: 100,
fluxCost: 75,
buildCount: 1,
buildTime: 40,
domain: "ground",
hp: 1000,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
providesBiomass: 750,
providesUpgradesFor: ["reaver", "weaver"],
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 = SpecialAugmentationPool;
// Also maintain default export for backward compatibility
export default SpecialAugmentationPool;
//# sourceMappingURL=special-augmentation-pool.js.map