@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
66 lines • 1.88 kB
JavaScript
const ArandiOathguard = {
src: "mercenary/arandi/unit/arandi_oathguard.pkl",
slug: "arandi-oathguard",
id: "mercenary/arandi/unit/arandi-oathguard",
name: "Arandi Oathguard",
shortName: "Oathguard",
type: "unit",
subtype: "merc-topbar",
faction: "arandi",
tier: "T1",
tagList: [
"unit",
"unit:merc-topbar",
"faction:arandi",
"tier:1",
"armor:medium",
"healer",
"can-be-mind-controlled",
],
inGame: true,
fromFuture: false,
uuid: "641ee676-a6cb-4b33-a288-50c0bcd2b262",
buildCount: 3,
domain: "ground",
supply: 3,
hp: 300,
vision: 1800,
speed: 500,
armorType: "medium",
untargetable: false,
maxAddOns: 0,
ability: {
"arandi-oathguard-heal-healing-beam": {
slug: "arandi-oathguard-heal-healing-beam",
name: "Healing Beam",
shortName: "Healing Beam",
type: "ability",
subtype: "heal",
faction: "arandi",
tagList: ["ability", "ability:heal", "faction:arandi"],
inGame: true,
fromFuture: false,
activationType: "auto",
targets: ["ground", "air"],
cooldown: 0.25,
range: 1300,
abilityOf: "arandi-oathguard",
healing: 12,
healingPerSec: 48,
healingDisplay: "12",
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 = ArandiOathguard;
// Also maintain default export for backward compatibility
export default ArandiOathguard;
//# sourceMappingURL=arandi-oathguard.js.map