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

38 lines
No EOL
823 B
JSON

{
"id": "MISSION_STORY_21",
"type": "STORY",
"config": {
"title": "Resource War",
"description": "Dominion and Exchange forces are fighting over a pure Aether Geode. Capture and hold it.",
"difficulty_tier": 4,
"recommended_level": 9,
"icon": "assets/icons/mission_flag.png"
},
"biome": {
"type": "BIOME_CRYSTAL_SPIRES",
"hazards": [
"HAZARD_GRAVITY_FLUX"
]
},
"narrative": {
"intro_sequence": "NARRATIVE_21_INTRO",
"outro_success": "NARRATIVE_21_OUTRO"
},
"objectives": {
"primary": [
{
"id": "OBJ_KOTH",
"type": "KING_OF_THE_HILL",
"target_score": 100,
"description": "Control the Geode Platform."
}
]
},
"rewards": {
"guaranteed": {
"items": [
"ITEM_AETHER_LENS"
]
}
}
}