Skip to content

Commit

Permalink
jobs: SGE: Fix Eukrasian Dosis III (quisquous#3910)
Browse files Browse the repository at this point in the history
Fixes quisquous#3905
untested for SGE level not enough, but I think it will work.
  • Loading branch information
Echoring authored Dec 23, 2021
1 parent f418b6f commit 4b0a3db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/effect_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ const data = {
'Eubuleus': 'AE4',
'EukrasianDosis': 'A36',
'EukrasianDosisIi': 'A37',
'EukrasianDosisIii': 'A38',
'EurekaMoment': 'ACD',
'EwerDrawn': '395',
'EwerHeld': '39C',
Expand Down
1 change: 1 addition & 0 deletions ui/jobs/components/sge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export class SGEComponent extends BaseComponent {
switch (id) {
case EffectId.EukrasianDosis:
case EffectId.EukrasianDosisIi:
case EffectId.EukrasianDosisIii:
this.eukrasianDosis.duration = parseInt(matches.duration ?? '0', 10);
break;
}
Expand Down
1 change: 1 addition & 0 deletions util/gen_effect_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const knownMapping = {
'Wildfire': '861',
'Chain Stratagem': '1221',
'Vulnerability Up': '638',
'Eukrasian Dosis III': '2616',
} as const;

// These custom name of effect will not be checked, but you'd better make it clean.
Expand Down

0 comments on commit 4b0a3db

Please sign in to comment.