split rare announcement item sets by game version

This commit is contained in:
Martin Michelsen
2024-03-31 12:31:19 -07:00
parent 6f0124f7ec
commit 50a32429be
6 changed files with 59 additions and 32 deletions
+6 -2
View File
@@ -992,8 +992,12 @@
// notifications regardless of their stats. For textual descriptions, the
// items are parsed as they would be on BB, so certain V2-only items cannot
// be represented this way.
"NotifyGameForItemPrimaryIdentifiers": [],
"NotifyServerForItemPrimaryIdentifiers": [],
"NotifyGameForItemPrimaryIdentifiersV1V2": [],
"NotifyGameForItemPrimaryIdentifiersV3": [],
"NotifyGameForItemPrimaryIdentifiersV4": [],
"NotifyServerForItemPrimaryIdentifiersV1V2": [],
"NotifyServerForItemPrimaryIdentifiersV3": [],
"NotifyServerForItemPrimaryIdentifiersV4": [],
// Whether to notify the entire server when a player reaches the maximum level
// (100 on v1, 200 on other versions, or 999 on Episode 3).