@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
46 lines • 1.22 kB
JavaScript
const LegionExtractor = {
src: "faction/legion/building/legion_extractor.pkl",
slug: "legion-extractor",
id: "faction/legion/building/legion-extractor",
name: "Extractor",
shortName: "Extractor",
type: "building",
subtype: "extractor",
faction: "legion",
tier: "T0",
tagList: [
"building",
"building:extractor",
"faction:legion",
"tier:0",
"armor:building",
"gathers:hexite",
],
inGame: true,
fromFuture: false,
createdBy: ["garrison-tower"],
uuid: "f4e22b23-2f1e-474e-a5f7-c34b0c9631a8",
buildCount: 1,
buildTime: 35,
domain: "ground",
gathersHexite: 1.4,
gathersEmptyHexite: 0.35,
hp: 225,
vision: 1500,
speed: 0,
armor: 0,
armorType: "building",
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "extractor",
hpInitial: 90,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = LegionExtractor;
// Also maintain default export for backward compatibility
export default LegionExtractor;
//# sourceMappingURL=legion-extractor.js.map