Game-Server/GameServer/data/gso/dungeons/alien_ruins.json
2026-03-11 00:32:45 -03:00

50 lines
917 B
JSON

{
"id": "alien_ruins",
"name": "Alien Ruins",
"category": "exploration",
"description": "Ancient alien structures filled with mysterious technology",
"difficulty": "medium",
"minLevel": 3,
"roomCount": [
5,
8
],
"energyCost": 20,
"rewardMultiplier": 1.2,
"enemyPool": [
"alien_guardian",
"ancient_drone",
"crystal_golem"
],
"bossId": "crystal_golem",
"rewards": {
"creditsMin": 200,
"creditsMax": 500,
"experienceMin": 150,
"experienceMax": 300
},
"ui": {
"icon": "fa-monument",
"color": "#4488cc"
},
"lootTable": [
{
"itemId": "wp_alien_ruins",
"weight": 8,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "energy_boost_small",
"weight": 60,
"qtyMin": 1,
"qtyMax": 3
},
{
"itemId": "health_kit_small",
"weight": 60,
"qtyMin": 1,
"qtyMax": 2
}
]
}