magicciv/public/resources/units/fire_imp.json
Natalie cdaaefb280 feat(@projects): add gdrust map page
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-30 10:46:34 -04:00

51 lines
1 KiB
JSON

[
{
"id": "fire_imp",
"name": "Fire Imp",
"description": "A small demon from volcanic fissures.",
"unit_type": "ranged",
"school": null,
"domain": "land",
"keywords": [
"wild",
"demon"
],
"attributes": [
"light",
"demonic",
"fiery"
],
"attack_type": "ember",
"tier": 1,
"hp": 22,
"attack": 7,
"defense": 3,
"ranged_attack": 6,
"range": 2,
"movement": 2,
"vision": 2,
"cost": 0,
"tech_required": null,
"upgradeable_from": null,
"race_required": null,
"faction": "wild",
"mana_cost": null,
"sprite": "sprites/units/fire_imp.png",
"maintenance": 0,
"auto_join": false,
"encyclopedia": {
"category": "wild",
"entry_type": "unit",
"detail_route": "/wilds/creatures",
"tags": [
"land",
"wild",
"demon"
]
},
"flavor": "Hurls embers from a distance before closing with claws.",
"archetype": "wild",
"promotion_tree": null,
"clan_affinity": []
}
]