Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
feat(server): adding season 13 events
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisL61 committed Aug 16, 2024
1 parent bbde228 commit 8a98d1b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
20 changes: 18 additions & 2 deletions api/v1/activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@
"background_image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/companies/reapers-bones.svg",
"categories": [
{
"id": "crew_chase",
"name": "_crew_chase",
"id": "reapers_bones_voyages",
"name": "_reaper_bones_voyages",
"icon": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/categories/Crew_Chase_icon.png",
"activities": [
{
Expand All @@ -579,6 +579,14 @@
"length": 5,
"description": "_crew_chase_voyage_description",
"rpc": "_crew_chase_voyage_rpc"
},
{
"id": "burning_blade_tribute",
"name": "_burning_blade_tribute",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Burning_Blade_Tribute.jpg",
"length": 5,
"description": "_burning_blade_tribute_description",
"rpc": "_burning_blade_tribute_rpc"
}
]
}
Expand Down Expand Up @@ -774,6 +782,14 @@
"length": 4,
"description":"_ashen_winds_description",
"rpc":"_ashen_winds_rpc"
},
{
"id": "burning_blade",
"name": "_burning_blade",
"image": "https://raw.githubusercontent.com/AlexisL61/SOT_RichPresence/main/assets/activities/Burning_Blade.jpg",
"length": 4,
"description": "_burning_blade_description",
"rpc": "_burning_blade_rpc"
}
]
},
Expand Down
7 changes: 6 additions & 1 deletion api/v1/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,13 @@
"_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",
"_reapers_bones_voyages": "Voyages",
"_crew_chase_voyage": "Crew Chase",
"_crew_chase_voyage_description": "Hunt down and defeat rival crews.",
"_crew_chase_voyage_rpc": "Hunting rival crews",
"_burning_blade_tribute": "Burning blade tribute",
"_burning_blade_tribute_description": "Complete dark rituals to get ancient knowledge for Flameheart",
"_burning_blade_tribute_rpc": "Doing dark rituals for Flameheart",

"_legend_of_the_veil": "Legend of the Veil",
"_legend_of_the_veil_voyage": "Legend of the Veil",
Expand Down Expand Up @@ -230,6 +233,8 @@
"_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",
"_burning_blade_description": "Defeat the burning blade to claim its treasure or pledge your allegiance to Flameheart.",
"_burning_blade_rpc": "Fighting the Burning Blade",
"_raids": "Raids",
"_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.",
Expand Down
Binary file added assets/activities/Burning_Blade.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/Burning_Blade_Tribute.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a98d1b

Please sign in to comment.