UNPKG

@zerospacegg/iolin

Version:

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

113 lines 4.27 kB
const Arandi = { src: "mercenary/arandi.pkl", slug: "arandi", id: "mercenary/arandi", name: "Arandi", shortName: "Arandi", type: "faction", subtype: "mercenary", faction: "arandi", tagList: ["faction", "faction:mercenary", "faction:arandi"], inGame: true, fromFuture: false, mercHeroesAllowed: true, hero: ["triarch-iolin"], unit: [ "arandi-horned-mech", "arandi-nullseer", "arandi-oathguard", "arandi-phoenix-guard", "arandi-shade", "arandi-time-warper", ], building: ["arandi-merc-outpost"], talent: { "arandi-talent-free-harvester": { slug: "arandi-talent-free-harvester", name: "Free Harvester", shortName: "Free Harvester", description: "+1 Harvester. +15% Flux Income", type: "faction-ability", subtype: "talent", faction: "arandi", tagList: ["faction-ability", "faction-ability:talent", "faction:arandi"], inGame: true, fromFuture: false, factionType: "mercenary", activationType: "passive", abilityOf: "arandi", targets: [], damageDisplay: "null", healingDisplay: "null", level: 2, }, "arandi-talent-casting-range": { slug: "arandi-talent-casting-range", name: "Casting Range", shortName: "Casting Range", description: "+25% Casting Range & -30% Ability Cooldown", type: "faction-ability", subtype: "talent", faction: "arandi", tagList: ["faction-ability", "faction-ability:talent", "faction:arandi"], inGame: true, fromFuture: false, factionType: "mercenary", activationType: "passive", abilityOf: "arandi", targets: [], damageDisplay: "null", healingDisplay: "null", level: 4, }, }, topbar: { "arandi-topbar-call-in-the-phoenix-guard": { slug: "arandi-topbar-call-in-the-phoenix-guard", name: "Call in the Phoenix Guard", shortName: "Call in the Phoenix Guard", description: "Send four Arandi Phoenix Guard from the Mothership to the location. The Phoenix Guard attacks enemies but cannot be controlled. 45s duration. Currently limited around hero, will be limited around merc outpost later.", type: "faction-ability", subtype: "topbar", tagList: ["faction-ability", "faction-ability:topbar"], inGame: true, fromFuture: false, creates: ["arandi-phoenix-guard"], factionType: "mercenary", activationType: "activated", abilityOf: "arandi", targets: [], energyCost: 20, energyType: "topbar", damageDisplay: "null", healingDisplay: "null", slot: 5, }, "arandi-topbar-call-in-the-oathguard": { slug: "arandi-topbar-call-in-the-oathguard", name: "Call in the Oathguard", shortName: "Call in the Oathguard", description: "Send four Arandi Oathguard from the Mothership to the location. The Oathguards heals allies but cannot be controlled. 45s duration. Currently limited around hero, will be limited around merc outpost later.", type: "faction-ability", subtype: "topbar", tagList: ["faction-ability", "faction-ability:topbar"], inGame: true, fromFuture: false, creates: ["arandi-oathguard"], factionType: "mercenary", activationType: "activated", abilityOf: "arandi", targets: [], energyCost: 20, energyType: "topbar", damageDisplay: "null", healingDisplay: "null", slot: 5, }, }, }; // Export the entity as a named export for better ES modules compatibility export const entity = Arandi; // Also maintain default export for backward compatibility export default Arandi; //# sourceMappingURL=arandi.js.map