UNPKG

@zerospacegg/iolin

Version:

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

101 lines 3.24 kB
const Cultivator = { src: "faction/grell/building/cultivator.pkl", slug: "cultivator", id: "faction/grell/building/cultivator", name: "Cultivator", shortName: "Cultivator", type: "building", subtype: "special", faction: "grell", tier: "T0", tagList: [ "building", "building:special", "faction:grell", "tier:0", "armor:building", "biomass", "building-upgrade:turret", ], inGame: true, fromFuture: false, createdBy: ["seedling", "grell-harvester"], uuid: "6a63e0bb-cf32-4aab-85e8-b21d0567a3a1", hexiteCost: 10, buildCount: 1, buildTime: 8, domain: "ground", hotkey: "e", hp: 200, vision: 1500, speed: 0, armor: 0, armorType: "building", providesBiomass: 1500, untargetable: false, maxAddOns: 1, ability: {}, addOn: { "cultivator-building-turret-cultivator-attacker": { src: "engine/add_on.pkl", slug: "cultivator-building-turret-cultivator-attacker", id: "engine/cultivator-building-turret-cultivator-attacker", name: "Cultivator Attacker", shortName: "Cultivator Attacker", description: "increases hp to 400, grants attack ability", type: "add-on", subtype: "building-turret", faction: "grell", tagList: [ "add-on", "add-on:building-turret", "faction:grell", "attacker", ], inGame: true, fromFuture: false, uuid: "91a53968-71d7-45c5-ae5b-009b7e6199aa", buildCount: 1, domain: "ground", armorType: "none", untargetable: false, maxAddOns: 0, ability: { "cultivator-building-turret-cultivator-attacker-attack": { slug: "cultivator-building-turret-cultivator-attacker-attack", name: "Attack", shortName: "Attack", type: "ability", subtype: "attack", tagList: ["ability", "ability:attack"], inGame: true, fromFuture: false, activationType: "auto", targets: [], cooldown: 3.5, range: 1500, abilityOf: "cultivator-building-turret-cultivator-attacker", volleys: 3, damage: 12, damagePerSec: 10, damageDisplay: "12 x3", autocast: "always", }, }, addOn: {}, variantBuilding: {}, variantUnit: {}, addOnType: "building-turret", addOnOf: "cultivator", }, }, variantBuilding: {}, variantUnit: {}, buildingType: "special", hpInitial: 80, }; // Export the entity as a named export for better ES modules compatibility export const entity = Cultivator; // Also maintain default export for backward compatibility export default Cultivator; //# sourceMappingURL=cultivator.js.map