tdgame test branch by gemini.
This commit is contained in:
11
data/towers/definitions.json
Normal file
11
data/towers/definitions.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"id": "archer", "name": "Archer Tower", "cost": 100, "range": 5.0,
|
||||
"damage": 12.0, "fire_rate": 1.2, "targeting": "first",
|
||||
"mesh_path": "./data/meshes/pyramid.mesh",
|
||||
"upgrades": [
|
||||
{"cost": 50, "range_bonus": 0.5, "damage_bonus": 5, "fire_rate_bonus": 0.2},
|
||||
{"cost": 100, "range_bonus": 0.5, "damage_bonus": 10, "fire_rate_bonus": 0.3}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user