magicciv/public/resources/units/fire_imp.json
2026-05-26 02:21:14 -07:00

94 lines
1.9 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": [],
"logistics": {
"composition": {
"captain": 1,
"marksman": 3,
"spotter": 1
},
"inventory": {
"rations": 50,
"water": 40,
"tool_durability": 2,
"arrows": 30
},
"stats": {
"str": 35,
"con": 37,
"end": 60
},
"terrain_movement": {
"road": 0.5,
"dirt_road": 0.65,
"wagon_track": 0.85,
"trail": 0.8,
"grass": 1.0,
"hills": 1.5,
"forest_open": 1.5,
"forest_dense": 2.5,
"mountain": 3.0,
"snow": 2.0,
"tundra": 1.5,
"desert": 2.5,
"marsh": 3.0,
"river_ford": 2.0,
"river_unfordable": "blocked",
"deep_water": "blocked"
},
"carriers": {
"foot_runners": 2
},
"supply": {
"range_turns": 4,
"decline_rate": 1.2
}
}
}
]