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

46 lines
1,019 B
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"
]
},
"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": "DESTROY_OBJECTS",
"tag": "NEST_SPAWNER",
"description": "Destroy 3 Nest Spawners."
}
]
},
"rewards": {
"guaranteed": {
"unlocks": [
"BLUEPRINT_HEAVY_PLATE_MK2"
]
},
"faction_reputation": {
"IRON_LEGION": 50
}
}
}