2025-02-08 01:50:57 +01:00

39 lines
1.0 KiB
JSON

[
{
"name": "Basic Tower",
"behaviour": "BasicTowerBehaviour",
"sprite": "basic_tower",
"texture": null,
"projectileTextures": [],
"projectileTexturesArrayLength": 5,
"description": "The building block of society, nothing more basic exists.",
"stats": {
"damage": 2,
"cooldown": 120,
"gemSlotsAmount": 2,
"cost": 100,
"range": 3,
"timeToLive": 120,
"pierce": 1
}
},
{
"name": "Circle Tower",
"behaviour": "CircleTowerBehaviour",
"sprite": "circle_tower",
"texture": null,
"projectileTextures": [],
"projectileTexturesArrayLength": 4,
"description": "If you feel a little circular.",
"stats": {
"damage": 2,
"cooldown": 120,
"gemSlotsAmount": 3,
"cost": 125,
"range": 2,
"timeToLive": 8,
"pierce": 30
}
}
]