magicciv/public/resources/unit_actions/prepare_land.json
Natalie 26d14d79bc feat(@projects/@magic-civilization): add new city-building actions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-07 03:16:13 -07:00

17 lines
702 B
JSON

{
"id": "prepare_land",
"name": "Prepare Land",
"description": "Reduce terrain cultural resistance on the current tile, making it a higher-priority expansion target. Effect decays if the Pioneer leaves (unless Boundary Markers tech is researched).",
"ap_cost": 2,
"ap_cost_value": 2,
"eligible_units": ["pioneer"],
"terrain_restrictions": {
"requires_unclaimed": true,
"blocked_by": ["water", "deep_ocean"]
},
"outcome": "terrain_resistance_reduced",
"resistance_reduction_per_turn": 2,
"decay_on_departure": true,
"decay_override_tech": "boundary_markers",
"notes": "Stackable per-tile. Multiple Prepare Land uses accumulate resistance reduction on the same tile."
}