UNPKG

@zerospacegg/iolin

Version:

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

40 lines 1.08 kB
const XpTower = { src: "nonplayer/neutral/building/xp_tower.pkl", slug: "xp-tower", id: "nonplayer/neutral/building/xp-tower", name: "XP Tower", shortName: "XP Tower", description: "Grants XP at a rate of 4 XP/sec if you control the tower.", type: "building", subtype: "special", faction: "neutral", tagList: [ "building", "building:special", "faction:neutral", "armor:building", "armored", "untargetable", ], inGame: true, fromFuture: false, uuid: "990271f4-fe09-438d-973b-2593cc2088e5", buildCount: 1, domain: "ground", vision: 1500, speed: 0, armor: 1, armorType: "building", untargetable: true, maxAddOns: 0, ability: {}, addOn: {}, variantBuilding: {}, variantUnit: {}, buildingType: "special", }; // Export the entity as a named export for better ES modules compatibility export const entity = XpTower; // Also maintain default export for backward compatibility export default XpTower; //# sourceMappingURL=xp-tower.js.map