39 lines
1.0 KiB
JSON
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": 4,
|
|
"timeToLive": 20,
|
|
"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.5,
|
|
"timeToLive": 12,
|
|
"pierce": 30
|
|
}
|
|
}
|
|
]
|