This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/dungeons/nebula_anomaly.json

50 lines
898 B
JSON

{
"id": "nebula_anomaly",
"name": "Nebula Anomaly",
"category": "endgame",
"description": "Strange energy anomalies deep in uncharted space",
"difficulty": "extreme",
"minLevel": 8,
"roomCount": [
7,
10
],
"energyCost": 30,
"rewardMultiplier": 2.0,
"enemyPool": [
"energy_being",
"phase_shifter",
"quantum_entity"
],
"bossId": "quantum_entity",
"rewards": {
"creditsMin": 800,
"creditsMax": 2000,
"experienceMin": 600,
"experienceMax": 1200
},
"ui": {
"icon": "fa-star",
"color": "#cc44ff"
},
"lootTable": [
{
"itemId": "wp_nebula_dawn",
"weight": 10,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "wp_deep_ocean",
"weight": 8,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "xp_booster",
"weight": 60,
"qtyMin": 1,
"qtyMax": 2
}
]
}