30 lines
591 B
JSON
30 lines
591 B
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"
|
|
}
|
|
} |