@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
66 lines • 1.94 kB
JavaScript
const ArandiPhoenixGuard = {
src: "mercenary/arandi/unit/arandi_phoenix_guard.pkl",
slug: "arandi-phoenix-guard",
id: "mercenary/arandi/unit/arandi-phoenix-guard",
name: "Arandi Phoenix Guard",
shortName: "Phoenix Guard",
type: "unit",
subtype: "merc-topbar",
faction: "arandi",
tier: "T1",
tagList: [
"unit",
"unit:merc-topbar",
"faction:arandi",
"tier:1",
"armor:medium",
"attacker",
"can-be-mind-controlled",
],
inGame: true,
fromFuture: false,
uuid: "43dd50c8-ec0c-42bc-b69b-446049f677e3",
buildCount: 3,
domain: "ground",
supply: 3,
hp: 300,
vision: 1800,
speed: 500,
armorType: "medium",
untargetable: false,
maxAddOns: 0,
ability: {
"arandi-phoenix-guard-attack-void-blaster": {
slug: "arandi-phoenix-guard-attack-void-blaster",
name: "Void Blaster",
shortName: "Void Blaster",
type: "ability",
subtype: "attack",
faction: "arandi",
tagList: ["ability", "ability:attack", "faction:arandi"],
inGame: true,
fromFuture: false,
activationType: "auto",
targets: ["ground", "air"],
cooldown: 1.75,
range: 600,
abilityOf: "arandi-phoenix-guard",
damage: 70,
damagePerSec: 40,
damageDisplay: "70",
autocast: "always",
},
},
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 = ArandiPhoenixGuard;
// Also maintain default export for backward compatibility
export default ArandiPhoenixGuard;
//# sourceMappingURL=arandi-phoenix-guard.js.map