Skip to content

Commit

Permalink
raidboss: more coverage comments
Browse files Browse the repository at this point in the history
- added coverage report comments for the SS-rank hunt triggers
- added descriptive name for the Cactbot test triggers (will show in the config UI instead of "Middle La Noscea")
- removed Cape Westwind and The Steps of Faith from `content_list.ts` so they no longer show on the coverage report (both instances re-worked from Trials into solo instances during Endwalker)
  • Loading branch information
xiashtra committed Jan 19, 2025
1 parent a97959c commit 8831713
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 0 additions & 2 deletions resources/content_list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,8 @@ const contentList: (ZoneIdType)[] = [
ZoneId.TheBowlOfEmbers,
ZoneId.TheNavel,
ZoneId.TheHowlingEye,
ZoneId.CapeWestwind, // changed to solo duty in 6.1
ZoneId.ThePortaDecumana,
ZoneId.TheChrysalis,
ZoneId.TheStepsOfFaith, // changed to solo duty in 6.2
ZoneId.ARelicRebornTheChimera,
ZoneId.ARelicRebornTheHydra,
ZoneId.BattleOnTheBigBridge,
Expand Down
5 changes: 4 additions & 1 deletion ui/raidboss/data/00-misc/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ export interface Data extends RaidbossData {
const triggerSet: TriggerSet<Data> = {
id: 'CactbotTest',
zoneId: ZoneId.MiddleLaNoscea,
zoneLabel: {
en: 'Cactbot test triggers (Summerford Farms)',
},
comments: {
en: 'Cactbot test triggers',
en: 'Cactbot test triggers (Summerford Farms)',
},
config: [
{
Expand Down
3 changes: 3 additions & 0 deletions ui/raidboss/data/05-shb/hunts/ss_rank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const triggerSet: TriggerSet<Data> = {
cn: 'SS 级狩猎怪',
ko: 'SS급 마물',
},
comments: {
en: 'SS Rank Hunts',
},
triggers: [
{
id: 'Hunt Rebellion Royal Decree',
Expand Down
3 changes: 3 additions & 0 deletions ui/raidboss/data/06-ew/hunts/ss_rank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ const triggerSet: TriggerSet<Data> = {
cn: 'SS 级狩猎怪',
ko: 'SS급 마물',
},
comments: {
en: 'SS Rank Hunts',
},
triggers: [
{
id: 'Hunt Ker Heliovoid',
Expand Down
3 changes: 3 additions & 0 deletions ui/raidboss/data/07-dt/hunts/ss_rank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ const triggerSet: TriggerSet<Data> = {
cn: 'SS 级狩猎怪',
ko: 'SS급 마물',
},
comments: {
en: 'SS Rank Hunts',
},
triggers: [
{
id: 'Hunt Arch Aethereater Aetherodynamics',
Expand Down

0 comments on commit 8831713

Please sign in to comment.