@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
391 lines • 15 kB
JavaScript
const PrefectAster = {
src: "faction/protectorate/hero/prefect_aster.pkl",
slug: "prefect-aster",
id: "faction/protectorate/hero/prefect-aster",
name: "Prefect Aster",
shortName: "Aster",
type: "unit",
subtype: "hero",
faction: "protectorate",
tier: "T2",
tagList: [
"unit",
"unit:hero",
"faction:protectorate",
"tier:2",
"armor:medium",
"shielded",
"resist:stun",
"attacker",
"spellcaster",
"respawns",
"can-be-reanimated",
],
inGame: true,
fromFuture: false,
creates: ["light-turret"],
uuid: "8f8dce4f-0c74-4080-aed4-de99ce1933fd",
buildCount: 1,
buildTime: 20,
rebuildable: true,
rebuildTime: 60,
domain: "ground",
supply: 10,
hp: 130,
vision: 1800,
speed: 500,
shields: 130,
armorType: "medium",
stunResist: 50,
untargetable: false,
maxAddOns: 0,
ability: {
"prefect-aster-attack": {
slug: "prefect-aster-attack",
name: "Attack",
shortName: "Attack",
type: "ability",
subtype: "attack",
faction: "protectorate",
tagList: ["ability", "ability:attack", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "auto",
targets: ["ground", "air"],
cooldown: 1,
range: 1200,
abilityOf: "prefect-aster",
damage: 16,
damagePerSec: 16,
damageDisplay: "16",
autocast: "always",
},
"prefect-aster-spell-stun-blast": {
slug: "prefect-aster-spell-stun-blast",
name: "Stun Blast",
shortName: "Stun Blast",
description: "The blast deals 50 damage and stuns enemies in a small area for 3s",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "z",
targets: ["ground"],
targetMode: "strip",
cooldown: 20,
abilityOf: "prefect-aster",
autocast: "never",
},
"prefect-aster-spell-charge": {
slug: "prefect-aster-spell-charge",
name: "Charge",
shortName: "Charge",
description: "Charge to a location. Gain increased +30% attack speed for 5s upon landing.",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "x",
targets: ["ground"],
targetMode: "strip",
cooldown: 10,
abilityOf: "prefect-aster",
autocast: "never",
},
"prefect-aster-spell-construct-light-turret": {
slug: "prefect-aster-spell-construct-light-turret",
name: "Construct Light Turret",
shortName: "Construct Light Turret",
description: "Construct a Light Turret which slows and attacks enemies.",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "c",
targets: ["map"],
targetMode: "location",
cooldown: 75,
abilityOf: "prefect-aster",
autocast: "never",
},
},
addOn: {},
variantBuilding: {},
variantUnit: {
"prefect-aster-reanimated-alive": {
src: "faction/protectorate/hero/prefect_aster.pkl",
slug: "prefect-aster-reanimated-alive",
id: "faction/protectorate/hero/prefect-aster-reanimated-alive",
name: "Prefect Aster (Reanimated: Alive)",
shortName: "Aster",
type: "unit",
subtype: "hero",
faction: "protectorate",
tier: "T2",
tagList: [
"reanimated-alive",
"unit",
"unit:hero",
"faction:protectorate",
"tier:2",
"armor:medium",
"shielded",
"resist:stun",
"attacker",
"spellcaster",
"respawns",
],
inGame: true,
fromFuture: false,
creates: ["light-turret"],
uuid: "8f8dce4f-0c74-4080-aed4-de99ce1933fd",
buildCount: 1,
buildTime: 20,
rebuildable: true,
rebuildTime: 60,
domain: "ground",
supply: 10,
hp: 130,
vision: 1800,
speed: 650,
shields: 130,
armorType: "medium",
stunResist: 50,
untargetable: false,
maxAddOns: 0,
ability: {
"prefect-aster-reanimated-alive-attack": {
slug: "prefect-aster-reanimated-alive-attack",
name: "Attack",
shortName: "Attack",
type: "ability",
subtype: "attack",
faction: "protectorate",
tagList: ["ability", "ability:attack", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "auto",
targets: ["ground", "air"],
cooldown: 0.7,
range: 1200,
abilityOf: "prefect-aster-reanimated-alive",
damage: 16,
damagePerSec: 23,
damageDisplay: "16",
autocast: "always",
},
"prefect-aster-reanimated-alive-spell-stun-blast": {
slug: "prefect-aster-reanimated-alive-spell-stun-blast",
name: "Stun Blast",
shortName: "Stun Blast",
description: "The blast deals 50 damage and stuns enemies in a small area for 3s",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "z",
targets: ["ground"],
targetMode: "strip",
cooldown: 20,
abilityOf: "prefect-aster-reanimated-alive",
autocast: "never",
},
"prefect-aster-reanimated-alive-spell-charge": {
slug: "prefect-aster-reanimated-alive-spell-charge",
name: "Charge",
shortName: "Charge",
description: "Charge to a location. Gain increased +30% attack speed for 5s upon landing.",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "x",
targets: ["ground"],
targetMode: "strip",
cooldown: 10,
abilityOf: "prefect-aster-reanimated-alive",
autocast: "never",
},
"prefect-aster-reanimated-alive-spell-construct-light-turret": {
slug: "prefect-aster-reanimated-alive-spell-construct-light-turret",
name: "Construct Light Turret",
shortName: "Construct Light Turret",
description: "Construct a Light Turret which slows and attacks enemies.",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "c",
targets: ["map"],
targetMode: "location",
cooldown: 75,
abilityOf: "prefect-aster-reanimated-alive",
autocast: "never",
},
},
addOn: {},
variantBuilding: {},
variantUnit: {},
canBeInfused: false,
canBeReanimated: false,
canBeMindControlled: false,
upgrade: {},
},
"prefect-aster-reanimated-zombie": {
src: "faction/protectorate/hero/prefect_aster.pkl",
slug: "prefect-aster-reanimated-zombie",
id: "faction/protectorate/hero/prefect-aster-reanimated-zombie",
name: "Prefect Aster (Reanimated: Zombie)",
shortName: "Aster",
type: "unit",
subtype: "hero",
faction: "protectorate",
tier: "T2",
tagList: [
"reanimated-zombie",
"unit",
"unit:hero",
"faction:protectorate",
"tier:2",
"armor:medium",
"shielded",
"resist:stun",
"attacker",
"spellcaster",
"respawns",
],
inGame: true,
fromFuture: false,
creates: ["light-turret"],
uuid: "8f8dce4f-0c74-4080-aed4-de99ce1933fd",
buildCount: 1,
buildTime: 20,
rebuildable: true,
rebuildTime: 60,
domain: "ground",
supply: 10,
hp: 130,
vision: 1800,
speed: 714.2857142857143,
shields: 130,
armorType: "medium",
stunResist: 50,
untargetable: false,
maxAddOns: 0,
ability: {
"prefect-aster-reanimated-zombie-attack": {
slug: "prefect-aster-reanimated-zombie-attack",
name: "Attack",
shortName: "Attack",
type: "ability",
subtype: "attack",
faction: "protectorate",
tagList: ["ability", "ability:attack", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "auto",
targets: ["ground", "air"],
cooldown: 0.7692307692307692,
range: 1200,
abilityOf: "prefect-aster-reanimated-zombie",
damage: 16,
damagePerSec: 21,
damageDisplay: "16",
autocast: "always",
},
"prefect-aster-reanimated-zombie-spell-stun-blast": {
slug: "prefect-aster-reanimated-zombie-spell-stun-blast",
name: "Stun Blast",
shortName: "Stun Blast",
description: "The blast deals 50 damage and stuns enemies in a small area for 3s",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "z",
targets: ["ground"],
targetMode: "strip",
cooldown: 20,
abilityOf: "prefect-aster-reanimated-zombie",
autocast: "never",
},
"prefect-aster-reanimated-zombie-spell-charge": {
slug: "prefect-aster-reanimated-zombie-spell-charge",
name: "Charge",
shortName: "Charge",
description: "Charge to a location. Gain increased +30% attack speed for 5s upon landing.",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "x",
targets: ["ground"],
targetMode: "strip",
cooldown: 10,
abilityOf: "prefect-aster-reanimated-zombie",
autocast: "never",
},
"prefect-aster-reanimated-zombie-spell-construct-light-turret": {
slug: "prefect-aster-reanimated-zombie-spell-construct-light-turret",
name: "Construct Light Turret",
shortName: "Construct Light Turret",
description: "Construct a Light Turret which slows and attacks enemies.",
type: "ability",
subtype: "spell",
faction: "protectorate",
tagList: ["ability", "ability:spell", "faction:protectorate"],
inGame: true,
fromFuture: false,
activationType: "activated",
hotkey: "c",
targets: ["map"],
targetMode: "location",
cooldown: 75,
abilityOf: "prefect-aster-reanimated-zombie",
autocast: "never",
},
},
addOn: {},
variantBuilding: {},
variantUnit: {},
canBeInfused: false,
canBeReanimated: false,
canBeMindControlled: false,
upgrade: {},
},
},
canBeInfused: false,
canBeReanimated: true,
canBeMindControlled: false,
reanimateCost: 0,
upgrade: {},
};
// Export the entity as a named export for better ES modules compatibility
export const entity = PrefectAster;
// Also maintain default export for backward compatibility
export default PrefectAster;
//# sourceMappingURL=prefect-aster.js.map