@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
48 lines • 1.22 kB
JavaScript
const Beastiary = {
src: "faction/legion/building/beastiary.pkl",
slug: "beastiary",
id: "faction/legion/building/beastiary",
name: "Beastiary",
shortName: "Beastiary",
type: "building",
subtype: "production",
faction: "legion",
tier: "T1",
tagList: [
"building",
"building:production",
"faction:legion",
"tier:1",
"armor:building",
"armored",
],
inGame: true,
fromFuture: false,
creates: ["exalted", "mammoth"],
createdBy: ["legion-build-drone"],
unlocks: ["exalted"],
uuid: "e0013b48-a7fa-4764-bfcb-008ae4bc056c",
hexiteCost: 100,
fluxCost: 25,
buildCount: 1,
buildTime: 30,
domain: "ground",
hp: 1000,
vision: 1500,
speed: 0,
armor: 1,
armorType: "building",
untargetable: false,
maxAddOns: 0,
ability: {},
addOn: {},
variantBuilding: {},
variantUnit: {},
buildingType: "production",
hpInitial: 400,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = Beastiary;
// Also maintain default export for backward compatibility
export default Beastiary;
//# sourceMappingURL=beastiary.js.map