@zerospacegg/iolin
Version:
Community ZeroSpace game data library - units, buildings, abilities, and more
106 lines • 3.38 kB
JavaScript
const RootColony = {
src: "faction/grell/building/root_colony.pkl",
slug: "root-colony",
id: "faction/grell/building/root-colony",
name: "Root Colony",
shortName: "Root Colony",
type: "building",
subtype: "base",
faction: "grell",
tier: "T0",
tagList: [
"building",
"building:base",
"faction:grell",
"tier:0",
"armor:building",
"armored",
"biomass",
"building-upgrade:turret",
],
inGame: true,
fromFuture: false,
creates: ["seedling", "grell-harvester", "grell-extractor"],
createdBy: ["seedling"],
uuid: "9f01463e-8972-4011-8364-6714d89d0a1e",
hexiteCost: 400,
buildCount: 1,
buildTime: 60,
domain: "ground",
hotkey: "q",
hp: 2000,
vision: 1500,
speed: 0,
armor: 2,
armorType: "building",
providesBiomass: 1500,
untargetable: false,
maxAddOns: 1,
ability: {},
addOn: {
"root-colony-building-turret-root-colony-attacker": {
src: "engine/add_on.pkl",
slug: "root-colony-building-turret-root-colony-attacker",
id: "engine/root-colony-building-turret-root-colony-attacker",
name: "Root Colony Attacker",
shortName: "Root Colony Attacker",
description: "Adds a defensive turret and +1 armor",
type: "add-on",
subtype: "building-turret",
faction: "grell",
tagList: [
"add-on",
"add-on:building-turret",
"faction:grell",
"attacker",
],
inGame: true,
fromFuture: false,
uuid: "dff51d95-904b-4dc1-b6ae-1de6b5a70ab3",
hexiteCost: 200,
buildCount: 1,
buildTime: 5,
domain: "ground",
hotkey: "e",
hp: 500,
armorType: "none",
untargetable: false,
maxAddOns: 0,
ability: {
"root-colony-building-turret-root-colony-attacker-attack": {
slug: "root-colony-building-turret-root-colony-attacker-attack",
name: "Attack",
shortName: "Attack",
type: "ability",
subtype: "attack",
tagList: ["ability", "ability:attack"],
inGame: true,
fromFuture: false,
activationType: "auto",
targets: [],
cooldown: 0.66,
range: 2000,
abilityOf: "root-colony-building-turret-root-colony-attacker",
damage: 23,
damagePerSec: 35,
damageDisplay: "23",
autocast: "always",
},
},
addOn: {},
variantBuilding: {},
variantUnit: {},
addOnType: "building-turret",
addOnOf: "root-colony",
},
},
variantBuilding: {},
variantUnit: {},
buildingType: "base",
hpInitial: 800,
};
// Export the entity as a named export for better ES modules compatibility
export const entity = RootColony;
// Also maintain default export for backward compatibility
export default RootColony;
//# sourceMappingURL=root-colony.js.map