@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
53 lines • 1.38 kB
JavaScript
const ArandiMercOutpost = {
src: "mercenary/arandi/building/arandi_merc_outpost.pkl",
slug: "arandi-merc-outpost",
id: "mercenary/arandi/building/arandi-merc-outpost",
name: "Arandi Merc Outpost",
shortName: "Arandi Merc Outpost",
type: "building",
subtype: "merc-outpost",
faction: "arandi",
tier: "T1",
tagList: [
"building",
"building:merc-outpost",
"faction:arandi",
"tier:1",
"armor:building",
"flyer",
"armored",
],
inGame: true,
fromFuture: false,
maxOwned: 1,
creates: [
"arandi-shade",
"arandi-horned-mech",
"arandi-nullseer",
"arandi-time-warper",
],
uuid: "72f46e74-fe53-4809-a6d6-29a03c96a324",
hexiteCost: 100,
fluxCost: 25,
buildCount: 1,
buildTime: 45,
domain: "air",
hp: 800,
vision: 1500,
speed: 250,
armor: 1,
armorType: "building",
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "merc-outpost",
hpInitial: 320,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = ArandiMercOutpost;
// Also maintain default export for backward compatibility
export default ArandiMercOutpost;
//# sourceMappingURL=arandi-merc-outpost.js.map