Skip to content

Commit

Permalink
Added Lonely Tower fractal bosses
Browse files Browse the repository at this point in the history
Still waiting for official icons
  • Loading branch information
Plenyx committed Jun 5, 2024
1 parent a0389a3 commit e699350
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DpsReport/BossIds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ internal enum BossIds
KanaxaiCM = 25577,
Dagda = 25705,
Cerus = 25989,
DemonBrothersDeimos = 26226,
Eparch = 26231,
DemonBrothersCerus = 26257,
TheDragonvoid = 43488,
ConjuredAmalgamate = 43974,
}
Expand Down
23 changes: 23 additions & 0 deletions Resources/boss_data.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,22 @@
"type": 1,
"isEvent": false
},
{
"bossId": 26257,
"name": "Demon Brothers",
"internalDescription": "Cerus",
"icon": "",
"type": 2,
"isEvent": false
},
{
"bossId": 26226,
"name": "Demon Brothers",
"internalDescription": "Deimos",
"icon": "",
"type": 2,
"isEvent": false
},
{
"bossId": 19450,
"name": "Dhuum",
Expand All @@ -142,6 +158,13 @@
"type": 2,
"isEvent": false
},
{
"bossId": 26231,
"name": "Eparch",
"icon": "",
"type": 2,
"isEvent": false
},
{
"bossId": 19844,
"name": "Eyes of Fate & Judgement",
Expand Down

0 comments on commit e699350

Please sign in to comment.