UNPKG

@zerospacegg/iolin

Version:

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

81 lines 2.49 kB
const GrellHarvester = { src: "faction/grell/unit/grell_harvester.pkl", slug: "grell-harvester", id: "faction/grell/unit/grell-harvester", name: "Grell Harvester", shortName: "Grell Harvester", description: "The Grell harvester generates BioMass while it is not moving, and is able to create a free Cultivator every 60s. This unit is often used for rushes and forward positioning, as well as providing the Grell Hero a teleport location.", type: "unit", subtype: "harvester", faction: "grell", tier: "T0", tagList: [ "unit", "unit:harvester", "faction:grell", "tier:0", "armor:medium", "gathers:flux", "biomass", "spellcaster", "respawns", "can-be-mind-controlled", ], inGame: true, fromFuture: false, maxOwned: 10, creates: ["cultivator"], createdBy: ["root-colony"], uuid: "3cba31af-7e39-4f33-94ba-dff08dd4a213", hexiteCost: 100, buildCount: 1, buildTime: 25, rebuildable: true, rebuildTime: 60, domain: "ground", gathersFlux: 1, gathersRichFlux: 2, supply: 0, hp: 275, vision: 1800, speed: 450, armorType: "medium", providesBiomass: 375, untargetable: false, maxAddOns: 0, ability: { "grell-harvester-spell-spawn-cultivator": { slug: "grell-harvester-spell-spawn-cultivator", name: "Spawn Cultivator", shortName: "Spawn Cultivator", description: "Spawns a free cultivator", type: "ability", subtype: "spell", faction: "grell", tagList: ["ability", "ability:spell", "faction:grell"], inGame: true, fromFuture: false, activationType: "activated", hotkey: "g", targets: ["map"], targetMode: "location", cooldown: 60, cooldownAtBuild: true, range: 375, abilityOf: "grell-harvester", autocast: "never", }, }, addOn: {}, variantBuilding: {}, variantUnit: {}, canBeInfused: false, canBeReanimated: false, canBeMindControlled: true, upgrade: {}, }; // Export the entity as a named export for better ES modules compatibility export const entity = GrellHarvester; // Also maintain default export for backward compatibility export default GrellHarvester; //# sourceMappingURL=grell-harvester.js.map