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

49 lines
No EOL
1 KiB
JSON

{
"id": "MISSION_ACT1_02",
"type": "STORY",
"config": {
"title": "The Signal",
"description": "A subspace relay in the Fungal Caves is jamming trade routes. Clear the interference.",
"difficulty_tier": 1,
"recommended_level": 2,
"icon": "assets/icons/mission_signal.png"
},
"biome": {
"type": "BIOME_FUNGAL_CAVES",
"generator_config": {
"seed_type": "RANDOM",
"room_count": 5,
"density": "MEDIUM"
},
"hazards": [
"HAZARD_POISON_SPORES"
]
},
"narrative": {
"intro_sequence": "NARRATIVE_02_INTRO",
"outro_success": "NARRATIVE_02_OUTRO"
},
"objectives": {
"primary": [
{
"id": "OBJ_FIX_RELAY",
"type": "INTERACT",
"target_object_id": "OBJ_SIGNAL_RELAY",
"description": "Reboot the Ancient Signal Relay."
}
]
},
"rewards": {
"guaranteed": {
"unlocks": [
"CLASS_SCAVENGER"
],
"currency": {
"aether_shards": 150
}
},
"faction_reputation": {
"GOLDEN_EXCHANGE": 25
}
}
}