Skip to content

Commit 90c8d0e

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 643fe97 + 36eca2f commit 90c8d0e

27 files changed

Lines changed: 41 additions & 125 deletions

File tree

docs/RaidbossGuide.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -867,10 +867,7 @@ so that timelines and triggers will work in French:
867867
type: 'StartsUsing',
868868
- netRegex: { id: '816D', source: 'Kokytos', capture: false },
869869
+ netRegex: { id: '816D', source: 'Cocyte', capture: false },
870-
alertText: (_data, _matches, output) => output.healerGroups!(),
871-
outputStrings: {
872-
healerGroups: Outputs.healerGroups,
873-
},
870+
response: Responses.healerGroups('alert'),
874871
},
875872
```
876873

docs/zh-CN/RaidbossGuide.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,7 @@ cactbot 中许多代码使用了 `LocaleText` 类型取代需要翻译的字符
520520
type: 'StartsUsing',
521521
- netRegex: { id: '816D', source: 'Kokytos', capture: false },
522522
+ netRegex: { id: '816D', source: 'Cocyte', capture: false },
523-
alertText: (_data, _matches, output) => output.healerGroups!(),
524-
outputStrings: {
525-
healerGroups: Outputs.healerGroups,
526-
},
523+
response: Responses.healerGroups('alert'),
527524
},
528525
```
529526

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cactbot",
3-
"version": "0.36.1",
4-
"releaseSummary": "Doomtrain EX, M9N, M11N, M12N, Tsukuyomi Unreal, Mistwake, i18n",
3+
"version": "0.36.2",
4+
"releaseSummary": "Doomtrain normal, m10n, i18n",
55
"releaseInDraft": "true",
66
"license": "Apache-2.0",
77
"type": "module",

plugin/CactbotEventSource/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
// - Revision
2222
// GitHub has only 3 version components, so Revision should always be 0.
2323
// CactbotOverlay and CactbotEventSource version should match.
24-
[assembly: AssemblyVersion("0.36.1.0")]
25-
[assembly: AssemblyFileVersion("0.36.1.0")]
24+
[assembly: AssemblyVersion("0.36.2.0")]
25+
[assembly: AssemblyFileVersion("0.36.2.0")]

plugin/CactbotOverlay/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
// - Build Number
2121
// - Revision
2222
// GitHub has only 3 version components, so Revision should always be 0.
23-
[assembly: AssemblyVersion("0.36.1.0")]
24-
[assembly: AssemblyFileVersion("0.36.1.0")]
23+
[assembly: AssemblyVersion("0.36.2.0")]
24+
[assembly: AssemblyFileVersion("0.36.2.0")]

resources/responses.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ export const Responses = {
356356
stackInTower: (sev?: Severity) => staticResponse(defaultAlertText(sev), Outputs.stackInTower),
357357
stackMiddle: (sev?: Severity) => staticResponse(defaultInfoText(sev), Outputs.stackMiddle),
358358
doritoStack: (sev?: Severity) => staticResponse(defaultAlertText(sev), Outputs.doritoStack),
359+
// for mechanics where you stack with your partner
360+
stackPartner: (sev?: Severity) => staticResponse(defaultInfoText(sev), Outputs.stackPartner),
361+
// for light party stacks (usually targeting both healers)
362+
healerGroups: (sev?: Severity) => staticResponse(defaultInfoText(sev), Outputs.healerGroups),
359363
spreadThenStack: (sev?: Severity) => {
360364
return staticResponse(defaultAlertText(sev), Outputs.spreadThenStack);
361365
},

ui/raidboss/data/04-sb/trial/seiryu-ex.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ const triggerSet: TriggerSet<Data> = {
2020
id: 'SeiryuEx Split Group',
2121
regex: /Forbidden Arts 1/,
2222
beforeSeconds: 4,
23-
infoText: (_data, _matches, output) => output.text!(),
24-
outputStrings: {
25-
text: Outputs.healerGroups,
26-
},
23+
response: Responses.healerGroups(),
2724
},
2825
{
2926
id: 'SeiryuEx Line Stack',

ui/raidboss/data/06-ew/raid/p2s.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,7 @@ const triggerSet: TriggerSet<Data> = {
105105
type: 'StartsUsing',
106106
netRegex: { id: '682B', source: 'Hippokampos', capture: false },
107107
suppressSeconds: 1,
108-
infoText: (_data, _matches, output) => output.groups!(),
109-
outputStrings: {
110-
groups: Outputs.healerGroups,
111-
},
108+
response: Responses.healerGroups(),
112109
},
113110
{
114111
id: 'P2S Mark of the Tides Collect',

ui/raidboss/data/06-ew/raid/p4s.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,7 @@ const triggerSet: TriggerSet<Data> = {
542542
id: 'P4S Lava Pinax',
543543
type: 'StartsUsing',
544544
netRegex: { id: '69D5', source: 'Hesperos', capture: false },
545-
infoText: (_data, _matches, output) => output.groups!(),
546-
outputStrings: {
547-
groups: Outputs.healerGroups,
548-
},
545+
response: Responses.healerGroups(),
549546
},
550547
{
551548
id: 'P4S Northerly Shift Slash',

0 commit comments

Comments
 (0)