UNPKG

@zerospacegg/iolin

Version:

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

75 lines 1.99 kB
const NourishingPod = { src: "faction/grell/building/nourishing_pod.pkl", slug: "nourishing-pod", id: "faction/grell/building/nourishing-pod", name: "Nourishing Pod", shortName: "Nourishing Pod", type: "building", subtype: "supply", faction: "grell", tier: "T0", tagList: [ "building", "building:supply", "faction:grell", "tier:0", "armor:building", "armored", "supply", "biomass", "energy", "healer", ], inGame: true, fromFuture: false, createdBy: ["seedling"], uuid: "08fb8408-472c-4589-8df4-b371e5ecf218", hexiteCost: 100, buildCount: 1, buildTime: 12, domain: "ground", hp: 750, vision: 1500, speed: 0, energy: 100, startingEnergy: 100, armor: 1, armorType: "building", providesSupply: 15, providesBiomass: 750, untargetable: false, maxAddOns: 0, ability: { "nourishing-pod-heal": { slug: "nourishing-pod-heal", name: "Heal", shortName: "Heal", type: "ability", subtype: "heal", faction: "grell", tagList: ["ability", "ability:heal", "faction:grell"], inGame: true, fromFuture: false, activationType: "auto", targets: [], energyCost: 4, energyType: "classic", cooldown: 1, abilityOf: "nourishing-pod", healing: 15, healingPerSec: 15, healingDisplay: "15", autocast: "always", }, }, addOn: {}, variantBuilding: {}, variantUnit: {}, buildingType: "supply", hpInitial: 300, }; // Export the entity as a named export for better ES modules compatibility export const entity = NourishingPod; // Also maintain default export for backward compatibility export default NourishingPod; //# sourceMappingURL=nourishing-pod.js.map