2026-01-02 20:15:06 +00:00
|
|
|
{
|
|
|
|
|
"id": "MISSION_STORY_11",
|
|
|
|
|
"type": "STORY",
|
|
|
|
|
"config": {
|
|
|
|
|
"title": "Breach and Clear",
|
|
|
|
|
"description": "We've tracked the assault force back to a nest in the Rusting Wastes. Burn it out.",
|
|
|
|
|
"difficulty_tier": 3,
|
|
|
|
|
"recommended_level": 8,
|
|
|
|
|
"icon": "assets/icons/mission_sword.png"
|
|
|
|
|
},
|
|
|
|
|
"biome": {
|
|
|
|
|
"type": "BIOME_RUSTING_WASTES",
|
2026-01-03 06:02:27 +00:00
|
|
|
"hazards": [
|
|
|
|
|
"HAZARD_NEST_SPORES"
|
|
|
|
|
],
|
|
|
|
|
"generator_config": {
|
|
|
|
|
"seed_type": "RANDOM",
|
|
|
|
|
"density": "HIGH"
|
|
|
|
|
}
|
2026-01-02 20:15:06 +00:00
|
|
|
},
|
|
|
|
|
"narrative": {
|
|
|
|
|
"intro_sequence": "NARRATIVE_11_INTRO",
|
|
|
|
|
"outro_success": "NARRATIVE_11_OUTRO"
|
|
|
|
|
},
|
|
|
|
|
"objectives": {
|
|
|
|
|
"primary": [
|
|
|
|
|
{
|
|
|
|
|
"id": "OBJ_CLEAR",
|
|
|
|
|
"type": "ELIMINATE_ALL",
|
|
|
|
|
"description": "Eliminate all hostiles."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "OBJ_SPAWNERS",
|
2026-01-02 23:25:26 +00:00
|
|
|
"type": "ELIMINATE_UNIT",
|
|
|
|
|
"description": "Destroy 3 Nest Spawners.",
|
|
|
|
|
"target_def_id": "ENEMY_NEST_SPAWNER"
|
2026-01-02 20:15:06 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"rewards": {
|
|
|
|
|
"guaranteed": {
|
2026-01-03 06:02:27 +00:00
|
|
|
"unlocks": [
|
|
|
|
|
"BLUEPRINT_HEAVY_PLATE_MK2",
|
|
|
|
|
"MISSION_STORY_12"
|
|
|
|
|
]
|
2026-01-02 20:15:06 +00:00
|
|
|
},
|
|
|
|
|
"faction_reputation": {
|
|
|
|
|
"IRON_LEGION": 50
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-01-03 06:02:27 +00:00
|
|
|
}
|