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/void_rift.json
2026-03-11 00:32:45 -03:00

111 lines
1.9 KiB
JSON

{
"id": "void_rift",
"name": "Void Rift",
"category": "endgame",
"description": "A tear in space-time inhabited by entities beyond comprehension",
"difficulty": "extreme",
"minLevel": 12,
"roomCount": [
8,
12
],
"energyCost": 40,
"rewardMultiplier": 2.5,
"enemyPool": [
"quantum_entity",
"energy_being",
"phase_shifter"
],
"bossId": "quantum_entity",
"rewards": {
"creditsMin": 1500,
"creditsMax": 4000,
"experienceMin": 1000,
"experienceMax": 2000
},
"ui": {
"icon": "fa-circle-radiation",
"color": "#ff4488"
},
"lootTable": [
{
"itemId": "wp_void_rift",
"weight": 5,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "room_vault",
"weight": 3,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "xp_booster",
"weight": 50,
"qtyMin": 1,
"qtyMax": 2
},
{
"itemId": "credit_multiplier",
"weight": 30,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "quantum_hull_plate",
"weight": 2,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "void_capacitor",
"weight": 8,
"qtyMin": 1,
"qtyMax": 2
},
{
"itemId": "advanced_circuit_board",
"weight": 12,
"qtyMin": 1,
"qtyMax": 3
},
{
"itemId": "phase_alloy",
"weight": 20,
"qtyMin": 2,
"qtyMax": 5
},
{
"itemId": "chrono_alloy",
"weight": 15,
"qtyMin": 1,
"qtyMax": 3
},
{
"itemId": "sniper_epic",
"weight": 4,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "laser_bow_epic",
"weight": 4,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "helmet_tactical_epic",
"weight": 6,
"qtyMin": 1,
"qtyMax": 1
},
{
"itemId": "body_exosuit_epic",
"weight": 3,
"qtyMin": 1,
"qtyMax": 1
}
],
"bossGuaranteedRare": true
}