Skip to content

Commit

Permalink
feat: Add world event
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisL61 committed Jun 19, 2024
1 parent 95e21c4 commit 05e0ca6
Show file tree
Hide file tree
Showing 13 changed files with 188 additions and 1 deletion.
141 changes: 140 additions & 1 deletion api/activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,21 @@
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/companies/icons/reapers_bones.png",
"background_image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/companies/reapers-bones.svg",
"categories": [
{
"id": "crew_chase",
"name": "_crew_chase",
"icon": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/categories/Crew_Chase_icon.png",
"activities": [
{
"id": "crew_chase_voyage",
"name": "_crew_chase_voyage",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Crew_Chase.jpg",
"length": 5,
"description": "_crew_chase_description",
"rpc": "_crew_chase_rpc"
}
]
}
]
},
{
Expand Down Expand Up @@ -707,7 +722,131 @@
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/companies/icons/bilge_rats.png",
"background_image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/companies/bilge-rats.svg",
"categories": [

{
"id": "world_events",
"name": "_world_events",
"icon": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/categories/World_Events_icon.webp",
"activities": [
{
"id": "skeleton_fort",
"name": "_skeleton_fort",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Raid_on_a_Skeleton_Fort.webp",
"length": 4,
"description": "_skeleton_fort_description",
"rpc": "_skeleton_fort_rpc"
},
{
"id": "fort_of_fortune",
"name": "_fort_of_fortune",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Fort_of_Fortune.jpg",
"length": 4,
"description": "_fort_of_fortune_description",
"rpc": "_fort_of_fortune_rpc"
},
{
"id": "skeleton_fleet",
"name": "_skeleton_fleet",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Battle_with_a_Skeleton_Fleet.webp",
"length": 4,
"description": "_skeleton_fleet_description",
"rpc": "_skeleton_fleet_rpc"
},
{
"id": "fleet_of_fortune",
"name": "_fleet_of_fortune",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Fleet_of_Fortune.png",
"length": 4,
"description": "_fleet_of_fortune_description",
"rpc": "_fleet_of_fortune_rpc"
},
{
"id": "ghost_fleet",
"name": "_ghost_fleet",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Battle_with_a_Ghost_Armada.webp",
"length": 4,
"description": "_ghost_fleet_description",
"rpc": "_ghost_fleet_rpc"
},
{
"id":"ashen_winds",
"name":"_ashen_winds",
"image":"https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Duel_with_an_Ashen_Lord.webp",
"length": 4,
"description":"_ashen_winds_description",
"rpc":"_ashen_winds_rpc"
}
]
},
{
"id": "raids",
"name": "_raids",
"icon": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/categories/Raids_icon.webp",
"activities":[
{
"id": "fort_of_the_damned",
"name": "_fort_of_the_damned",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Fort_of_the_Damned.jpg",
"length": 4,
"description": "_fort_of_the_damned_description",
"rpc": "_fort_of_the_damned_rpc"
},
{
"id":"sea_fort",
"name":"_sea_fort",
"image":"https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Raid_on_a_Sea_Fort.webp",
"length": 3,
"description":"_sea_fort_description",
"rpc":"_sea_fort_rpc"
},
{
"id": "sunken_shrine",
"name": "_sunken_shrine",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/An_Adventure_to_a_Sunken_Shrine.webp",
"length": 4,
"description": "_sunken_shrine_description",
"rpc": "_sunken_shrine_rpc"
},
{
"id": "sunken_treasury",
"name": "_sunken_treasury",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/A_Raid_on_a_Sunken_Treasury.webp",
"length": 4,
"description": "_sunken_treasury_description",
"rpc": "_sunken_treasury_rpc"
}
]
},
{
"id": "emergent_encounters",
"name": "_emergent_encounters",
"icon": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/categories/Emergent_Encounters_icon.webp",
"activities": [
{
"id": "skeleton_ship",
"name": "_skeleton_ship",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Skeleton_Ship.jpeg",
"length": 2,
"description": "_skeleton_ship_description",
"rpc": "_skeleton_ship_rpc"
},
{
"id": "megalodon",
"name": "_megalodon",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Megalodon.jpg",
"length": 2,
"description": "_megalodon_description",
"rpc": "_megalodon_rpc"
},
{
"id": "kraken",
"name": "_kraken",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Kraken.jpg",
"length": 2,
"description": "_kraken_description",
"rpc": "_kraken_rpc"
}
]
}
]
},
{
Expand Down
48 changes: 48 additions & 0 deletions api/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"_athenas_fortune": "Athena",
"_reapers_bones": "Reaper's Bones",
"_hunters_call": "Hunter's Call",
"_bilge_rats": "Bilge Rats",

"_a_raid_on_a_sea_fort": "A Raid on a Sea Fort",
"_a_raid_on_a_sea_fort_description": "Defeat waves of Phantoms and the Fort Captain to claim its Treasury Key and the plunder inside.",
Expand Down Expand Up @@ -178,6 +179,11 @@
"_a_battle_with_a_skeleton_fleet_for_merchant_alliance_rpc": "Fighting a skeleton fleet for Merchant Alliance",
"_a_battle_with_the_burning_blades_armada_for_merchant_alliance_rpc": "Fighting the Burning Blade Armada for Merchant Alliance",

"_crew_chase": "Crew Chase",
"_crew_chase_voyage": "Crew Chase",
"_crew_chase_voyage_description": "Hunt down and defeat rival crews.",
"_crew_chase_voyage_rpc": "Hunting rival crews",

"_legend_of_the_veil": "Legend of the Veil",
"_legend_of_the_veil_voyage": "Legend of the Veil",
"_legend_of_the_veil_voyage_description": "Undertake a Pirate Legend Voyage to restore the mythical Veil of the Ancients.",
Expand Down Expand Up @@ -205,6 +211,48 @@
"_a_fishing_voyage_description": "Catch fish and deliver them to the Hunter's Call.",
"_a_fishing_voyage_rpc": "Catching fish",

"_world_events": "World Events",
"_skeleton_fort": "Skeleton Fort",
"_skeleton_fort_description": "Defeat waves of skeletons and the Skeleton Lord guarding this Fort to claim its Stronghold Key.",
"_skeleton_fort_rpc": "Raiding a skeleton fort",
"_fort_of_fortune": "Fort of Fortune",
"_fort_of_fortune_description": "Defeat waves of skeletons and the Skeleton Lord guarding this Fort to claim its Stronghold Key.",
"_fort_of_fortune_rpc": "Raiding a fort of fortune",
"_skeleton_fleet": "Skeleton Fleet",
"_skeleton_fleet_description": "Sink a fleet of hostile Skeleton Ships, claiming their supplies and treasure from the waves.",
"_skeleton_fleet_rpc": "Fighting a skeleton fleet",
"_fleet_of_fortune": "Fleet of Fortune",
"_fleet_of_fortune_description": "Sink a fleet of hostile Skeleton Ships, claiming their supplies and treasure from the waves.",
"_fleet_of_fortune_rpc": "Fighting a fleet of fortune",
"_ghost_fleet": "Ghost Fleet",
"_ghost_fleet_description": "Battle a fleet of Ghost Ships and claim the treasures they leave behind.",
"_ghost_fleet_rpc": "Fighting a ghost fleet",
"_ashen_winds": "Ashen Winds",
"_ashen_winds_description": "Defeat an Ashen Lord to claim their treasure and an Ashen Winds Skull!",
"_ashen_winds_rpc": "Fighting an ashen lord",
"_fort_of_the_damned": "Fort of the Damned",
"_fort_of_the_damned_description": "Defeat waves of Phantoms and Graymarrow to claim its Treasury Key and the plunder inside.",
"_fort_of_the_damned_rpc": "Raiding a fort of the damned",
"_sea_fort": "Sea Fort",
"_sea_fort_description": "Defeat waves of Phantoms and the Fort Captain to claim its Treasury Key and the plunder inside.",
"_sea_fort_rpc": "Raiding a sea fort",
"_sunken_shrine": "Sunken Shrine",
"_sunken_shrine_description": "Explore the Sunken Kingdom as you search for treasure within a Siren Shrine.",
"_sunken_shrine_rpc": "Exploring a sunken shrine",
"_sunken_treasury": "Sunken Treasury",
"_sunken_treasury_description": "Enter the Sirens' Sunken Treasury and defeat waves of foes to unlock the plunder waiting within.",
"_sunken_treasury_rpc": "Raiding a sunken treasury",
"_emergent_encounters": "Emergent Encounters",
"_skeleton_ship": "Skeleton Ship",
"_skeleton_ship_description": "Sink a fleet of hostile Skeleton Ships, claiming their supplies and treasure from the waves.",
"_skeleton_ship_rpc": "Fighting a skeleton ship",
"_megalodon": "Megalodon",
"_megalodon_description": "Defeat a Megalodon to claim its treasure.",
"_megalodon_rpc": "Fighting a megalodon",
"_kraken": "Kraken",
"_kraken_description": "Defeat the Kraken to claim its treasure.",
"_kraken_rpc": "Fighting a kraken",

"_tall_tales": "Tall Tales",
"_the_legend_of_monkey_island": "The Legend of Monkey Island",
"_the_journey_to_melee_island": "The Journey to Melee Island",
Expand Down
Binary file added assets/activities/Crew_Chase.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/Fleet_of_Fortune.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/Fort_of_Fortune.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/Fort_of_the_Damned.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/Kraken.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/Megalodon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/Skeleton_Ship.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/activities/categories/Crew_Chase_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added assets/activities/categories/Raids_icon.webp
Binary file not shown.
Binary file not shown.

0 comments on commit 05e0ca6

Please sign in to comment.