UNPKG

@zerospacegg/iolin

Version:

Community ZeroSpace game data library - units, buildings, abilities, and more

48 lines 1.34 kB
const ChakruTempleOfEarth = { src: "mercenary/chakru/building/chakru_temple_of_earth.pkl", slug: "chakru-temple-of-earth", id: "mercenary/chakru/building/chakru-temple-of-earth", name: "Cha'Kru Temple of Earth", shortName: "Temple of Earth", type: "building", subtype: "merc-outpost", faction: "chakru", tier: "T1", tagList: [ "building", "building:merc-outpost", "faction:chakru", "tier:1", "armor:building", "armored", ], inGame: true, fromFuture: false, maxOwned: 1, creates: ["chakru-cultist", "chakru-warrior", "chakru-rageborn"], uuid: "91dd406e-b850-4e8a-8c3a-da6eee500f37", hexiteCost: 100, fluxCost: 25, buildCount: 1, buildTime: 45, domain: "ground", hotkey: "t", hp: 1200, vision: 1500, speed: 0, 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 = ChakruTempleOfEarth; // Also maintain default export for backward compatibility export default ChakruTempleOfEarth; //# sourceMappingURL=chakru-temple-of-earth.js.map