magicciv/public/resources/improvements/beacon_tower.json

27 lines
867 B
JSON

{
"id": "beacon_tower",
"name": "Beacon Tower",
"description": "A stone fire-tower built on commanding high ground. Forms a link in the LOS signaling chain between holds. Unlike severable wire or track, the tower must be destroyed outright — it is not pillaged, it is razed.",
"build_turns": 8,
"valid_terrain": ["mountain", "hill"],
"requires_tech": "beacon_chain",
"yields": {
"culture": 0
},
"effects": {
"vision_bonus": 2,
"provides_los_chain": true,
"severable": false,
"comm_tier": 6,
"los_chain": true,
"decay_radius_mult": 1.5
},
"hp": 35,
"flags": ["destroyable_structure", "courier_infrastructure"],
"encyclopedia": {
"category": "civilization",
"entry_type": "improvement",
"detail_route": "/buildings/improvements",
"tags": ["courier", "infrastructure", "era6", "destroyable"]
}
}