17 lines
702 B
JSON
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."
|
|
}
|