Skip to content

Commit

Permalink
#141 - Add support for the remaining leftover high difficulty raids
Browse files Browse the repository at this point in the history
- Lvl 250 Beelzebub
- Lvl 250 Belial
- Lvl 300 Super Ultimate Bahamut
- Lvl 275 Mugen
  • Loading branch information
steve1316 committed Sep 9, 2022
1 parent 285645e commit ef41d0f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-tauri/backend/utils/twitter_room_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,12 @@ class TwitterRoomFinder:
"Lvl 200 Akasha": "Lv200 アーカーシャ",
"Lvl 150 Lucilius": "Lv150 ルシファー",
"Lvl 250 Lucilius": "Lv250 ルシファー",
"Lvl 250 Beelzebub": "Lv250 ベルゼバブ",
"Lvl 250 Belial": "Lv250 ベリアル",
"Lvl 300 Super Ultimate Bahamut": "Lv300 スーパーアルティメットバハムート",
"Lvl 200 Lindwurm": "Lv200 リンドヴルム",
"Lvl 275 Diaspora": "Lv275 ディアスポラ",
"Lvl 275 Mugen": "Lv275 ムゲン",

# Malice Raids
"Lvl 150 Tiamat Malice": "Lv150 ティアマト・マリス",
Expand All @@ -134,7 +138,6 @@ class TwitterRoomFinder:
"Lvl 200 Ewiyar": "Lv200 イーウィヤ",
"Lvl 200 Lu Woh": "Lv200 ル・オー",
"Lvl 200 Fediel": "Lv200 フェディエル",
"Lvl 250 Beelzebub": "Lv250 ベルゼバブ",

# Xeno Clash Raids
"Lvl 100 Xeno Ifrit": "Lv100 ゼノ・イフリート",
Expand Down
Binary file added src-tauri/images/items/Abyssal Wing.webp
Binary file not shown.
Binary file added src-tauri/images/items/Cunning Devil's Horn.webp
Binary file not shown.
Binary file added src-tauri/images/items/Extinction Blade.webp
Binary file not shown.
Binary file added src-tauri/images/items/Extinction Vestige.webp
Binary file not shown.
Binary file added src-tauri/images/items/Ultimate Memory.webp
Binary file not shown.
16 changes: 16 additions & 0 deletions src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,22 @@
"Lvl 120 Ra": {
"map": "Ra",
"items": ["Ra Anima", "Ra Omega Anima", "Abu Simbel", "Mandjet"]
},
"Lvl 250 Beelzebub": {
"map": "Beelzebub",
"items": ["Abyssal Wing"]
},
"Lvl 250 Belial": {
"map": "Belial",
"items": ["Cunning Devil's Horn"]
},
"Lvl 300 Super Ultimate Bahamut": {
"map": "Super Ultimate Bahamut",
"items": ["Ultimate Memory"]
},
"Lvl 275 Mugen": {
"map": "Mugen",
"items": ["Extinction Vestige", "Extinction Blade"]
}
},
"Event": {
Expand Down

0 comments on commit ef41d0f

Please sign in to comment.