@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
52 lines • 1.37 kB
JavaScript
const MarranMercOutpost = {
src: "mercenary/marran/building/marran_merc_outpost.pkl",
slug: "marran-merc-outpost",
id: "mercenary/marran/building/marran-merc-outpost",
name: "Marran Merc Outpost",
shortName: "Marran Merc Outpost",
type: "building",
subtype: "merc-outpost",
faction: "marran",
tier: "T1",
tagList: [
"building",
"building:merc-outpost",
"faction:marran",
"tier:1",
"armor:building",
"armored",
],
inGame: true,
fromFuture: false,
maxOwned: 1,
creates: [
"marran-hover-tank",
"marran-sharpshooter",
"marran-badger",
"marran-halo-tank",
],
uuid: "101c544e-bcfc-47f1-8f38-3811a5a16187",
hexiteCost: 100,
fluxCost: 25,
buildCount: 1,
buildTime: 45,
domain: "ground",
hp: 1200,
vision: 1500,
speed: 250,
armor: 1,
armorType: "building",
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "merc-outpost",
hpInitial: 480,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = MarranMercOutpost;
// Also maintain default export for backward compatibility
export default MarranMercOutpost;
//# sourceMappingURL=marran-merc-outpost.js.map