From 983850095dff48cf563ce3f775e120c3ca7cc40f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 12 Jun 2024 15:33:54 -0500 Subject: [PATCH] chore: y9s2 ops --- dissect/header.go | 2 ++ dissect/operator_roles.go | 2 ++ dissect/operator_string.go | 6 +++++- dissect/version.go | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dissect/header.go b/dissect/header.go index 66d7e44..a7102a1 100644 --- a/dissect/header.go +++ b/dissect/header.go @@ -192,6 +192,8 @@ const ( Ram Operator = 395943091136 Tubarao Operator = 288200867549 Deimos Operator = 374667787816 + Striker Operator = 409899350463 + Sentry Operator = 409899350403 ) // duplicated code here could be avoided by defining a generic function accepting any Number type. diff --git a/dissect/operator_roles.go b/dissect/operator_roles.go index 421fb7b..2364cbd 100644 --- a/dissect/operator_roles.go +++ b/dissect/operator_roles.go @@ -40,6 +40,8 @@ var _operatorRoles = map[Operator]TeamRole{ 384797789346: Attack, 391752120891: Defense, 395943091136: Attack, + 409899350403: Defense, + 409899350463: Attack, 92270641980: Defense, 92270642032: Attack, 92270642084: Attack, diff --git a/dissect/operator_string.go b/dissect/operator_string.go index dd9727b..687bf0d 100644 --- a/dissect/operator_string.go +++ b/dissect/operator_string.go @@ -80,9 +80,11 @@ func _() { _ = x[Ram-395943091136] _ = x[Tubarao-288200867549] _ = x[Deimos-374667787816] + _ = x[Striker-409899350463] + _ = x[Sentry-409899350403] } -const _Operator_name = "KapkanFuzeGlazBlackbeardValkyrieEchoHibanaLesionYingMuteSledgeSmokeThatcherBuckFrostBanditBlitzIQJagerAshCastlePulseThermiteDocMontagneRookTwitchElaZofiaCapitaoCaveiraDokkaebiVigilMiraJackalLionFinkaAlibiMaestroClashMaverickWardenNokkAmaruGoyoWamaiKaliIanaOryxMelusiAceAruniKaidNomadGridlockMozzieBravaFenrirThunderbirdOsaTubaraoZeroTachankaFloresRecruitThornDeimosGrimAzamiSensSolisRam" +const _Operator_name = "KapkanFuzeGlazBlackbeardValkyrieEchoHibanaLesionYingMuteSledgeSmokeThatcherBuckFrostBanditBlitzIQJagerAshCastlePulseThermiteDocMontagneRookTwitchElaZofiaCapitaoCaveiraDokkaebiVigilMiraJackalLionFinkaAlibiMaestroClashMaverickWardenNokkAmaruGoyoWamaiKaliIanaOryxMelusiAceAruniKaidNomadGridlockMozzieBravaFenrirThunderbirdOsaTubaraoZeroTachankaFloresRecruitThornDeimosGrimAzamiSensSolisRamSentryStriker" var _Operator_map = map[Operator]string{ 92270641980: _Operator_name[0:6], @@ -157,6 +159,8 @@ var _Operator_map = map[Operator]string{ 384797789346: _Operator_name[374:378], 391752120891: _Operator_name[378:383], 395943091136: _Operator_name[383:386], + 409899350403: _Operator_name[386:392], + 409899350463: _Operator_name[392:399], } func (i Operator) String() string { diff --git a/dissect/version.go b/dissect/version.go index f9ff6ef..52320e1 100644 --- a/dissect/version.go +++ b/dissect/version.go @@ -10,4 +10,5 @@ const ( Y8S4 int = 7921866 Y9S1 int = 8111697 Y9S1Update3 int = 8211379 + Y9S2 int = 8303162 )