@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
47 lines • 1.23 kB
JavaScript
const GrellExtractor = {
src: "faction/grell/building/grell_extractor.pkl",
slug: "grell-extractor",
id: "faction/grell/building/grell-extractor",
name: "Extractor",
shortName: "Extractor",
type: "building",
subtype: "extractor",
faction: "grell",
tier: "T0",
tagList: [
"building",
"building:extractor",
"faction:grell",
"tier:0",
"armor:building",
"gathers:hexite",
],
inGame: true,
fromFuture: false,
createdBy: ["root-colony"],
uuid: "59caa710-c319-4b70-926b-a43ec02e8190",
buildCount: 1,
buildTime: 35,
domain: "ground",
gathersHexite: 1.4,
gathersEmptyHexite: 0.35,
hp: 225,
vision: 1500,
speed: 0,
armor: 0,
armorType: "building",
providesBiomass: 0,
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 = GrellExtractor;
// Also maintain default export for backward compatibility
export default GrellExtractor;
//# sourceMappingURL=grell-extractor.js.map