aether-shards/src/assets/data/missions/mission_story_11.json

51 lines
1.1 KiB
JSON
Raw Normal View History

{
"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",
"hazards": [
"HAZARD_NEST_SPORES"
],
"generator_config": {
"seed_type": "RANDOM",
"density": "HIGH"
}
},
"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",
"type": "ELIMINATE_UNIT",
"description": "Destroy 3 Nest Spawners.",
"target_def_id": "ENEMY_NEST_SPAWNER"
}
]
},
"rewards": {
"guaranteed": {
"unlocks": [
"BLUEPRINT_HEAVY_PLATE_MK2",
"MISSION_STORY_12"
]
},
"faction_reputation": {
"IRON_LEGION": 50
}
}
}