@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
54 lines • 1.29 kB
JavaScript
const Citadel = {
src: "faction/legion/building/citadel.pkl",
slug: "citadel",
id: "faction/legion/building/citadel",
name: "Citadel",
shortName: "Citadel",
type: "building",
subtype: "tech",
faction: "legion",
tier: "T2.5",
tagList: [
"building",
"building:tech",
"faction:legion",
"tier:2.5",
"armor:building",
"armored",
"upgrades",
],
inGame: true,
fromFuture: false,
createdBy: ["legion-build-drone"],
uuid: "2765bb2b-a3d5-4afb-a2d7-ab95c5011e65",
hexiteCost: 125,
fluxCost: 50,
buildCount: 1,
buildTime: 45,
domain: "ground",
hp: 2000,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
providesUpgradesFor: [
"thrall",
"steelsworn",
"dark-disciple",
"exalted",
"mammoth",
],
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "tech",
hpInitial: 800,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = Citadel;
// Also maintain default export for backward compatibility
export default Citadel;
//# sourceMappingURL=citadel.js.map