57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
[
|
|
{
|
|
"id": "send_light_squad",
|
|
"label": "Light Squad",
|
|
"cost_gas": 50,
|
|
"income_bonus": 10,
|
|
"creep_armor": 0,
|
|
"creep_count": 5,
|
|
"creep_hp": 200,
|
|
"creep_speed": 100.0,
|
|
"hp_damage": 1
|
|
},
|
|
{
|
|
"id": "send_armored_squad",
|
|
"label": "Armored Squad",
|
|
"cost_gas": 100,
|
|
"income_bonus": 20,
|
|
"creep_armor": 2,
|
|
"creep_count": 3,
|
|
"creep_hp": 500,
|
|
"creep_speed": 75.0,
|
|
"hp_damage": 2
|
|
},
|
|
{
|
|
"id": "send_swarm",
|
|
"label": "Swarm",
|
|
"cost_gas": 75,
|
|
"income_bonus": 15,
|
|
"creep_armor": 0,
|
|
"creep_count": 12,
|
|
"creep_hp": 120,
|
|
"creep_speed": 130.0,
|
|
"hp_damage": 1
|
|
},
|
|
{
|
|
"id": "send_heavy_assault",
|
|
"label": "Heavy Assault",
|
|
"cost_gas": 200,
|
|
"income_bonus": 40,
|
|
"creep_armor": 2,
|
|
"creep_count": 5,
|
|
"creep_hp": 900,
|
|
"creep_speed": 65.0,
|
|
"hp_damage": 3
|
|
},
|
|
{
|
|
"id": "send_titan",
|
|
"label": "Titan",
|
|
"cost_gas": 500,
|
|
"income_bonus": 100,
|
|
"creep_armor": 2,
|
|
"creep_count": 1,
|
|
"creep_hp": 8000,
|
|
"creep_speed": 45.0,
|
|
"hp_damage": 8
|
|
}
|
|
]
|