magicciv/public/resources/units/wolf_pack.json
Natalie 11b4477283 fix(@projects/@magic-civilization): 🗑️ consolidate building data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-29 16:04:27 -04:00

50 lines
1 KiB
JSON

[
{
"id": "wolf_pack",
"name": "Wolf Pack",
"description": "A coordinated pack of grey wolves.",
"unit_type": "wild",
"school": null,
"domain": "land",
"keywords": [
"wild"
],
"attributes": [
"light",
"biological",
"pack"
],
"attack_type": "claw",
"tier": 1,
"hp": 30,
"attack": 8,
"defense": 3,
"ranged_attack": 0,
"range": 0,
"movement": 3,
"vision": 2,
"cost": 0,
"tech_required": null,
"upgradeable_from": null,
"race_required": null,
"faction": null,
"mana_cost": null,
"sprite": "sprites/units/wolf_pack.png",
"maintenance": 0,
"auto_join": false,
"encyclopedia": {
"category": "wild",
"entry_type": "unit",
"detail_route": "/wilds/creatures",
"tags": [
"land",
"wild",
"beast"
]
},
"flavor": "Ferocious hunters that strike together from forest cover.",
"archetype": "wild",
"promotion_tree": null,
"clan_affinity": []
}
]