Inbox Message for Vanquishing Classic Liches #1897

Closed
opened 2025-04-27 16:09:12 -07:00 by Sainan · 0 comments
Owner

I kinda forgot that the liches pre-coda also had an inbox message, but they do:

Grineer

        {
            "sndr":"/Lotus/Language/Bosses/Ordis",
            "msg":"/Lotus/Language/Inbox/VanquishLichMsgBody",
            "arg":[
                {
                    "Key":"LICH_NAME",
                    "Tag":"AGOR ROK"
                }
            ],
            "att":[
                "/Lotus/Weapons/Grineer/KuvaLich/LongGuns/Hek/KuvaHekWeapon"
            ],
            "sub":"/Lotus/Language/Inbox/VanquishKuvaMsgTitle",
            "icon":"/Lotus/Interface/Icons/Npcs/Ordis.png",
            "highPriority":true,

Corpus

            "sndr":"/Lotus/Language/Bosses/Ordis",
            "msg":"/Lotus/Language/Inbox/VanquishLichMsgBody",
            "arg":[
                {
                    "Key":"LICH_NAME",
                    "Tag":"AGOR ROK"
                }
            ],
            "att":[
                "/Lotus/Weapons/Corpus/LongGuns/CrpBriefcaseLauncher/CrpBriefcaseLauncher",
                "/Lotus/Types/Recipes/ZanukaPet/ZanukaPetCompleteHeadABlueprint",
                "/Lotus/Upgrades/Skins/Effects/CorpusLichEphemeraB"
            ],
            "sub":"/Lotus/Language/Inbox/VanquishLawyerMsgTitle",
            "icon":"/Lotus/Interface/Icons/Npcs/Ordis.png",
            "highPriority":true,

The first completion also has "/Lotus/StoreItems/Upgrades/Skins/Clan/CorpusLichBadgeItem" as an att.

I kinda forgot that the liches pre-coda also had an inbox message, but they do: **Grineer** ```json { "sndr":"/Lotus/Language/Bosses/Ordis", "msg":"/Lotus/Language/Inbox/VanquishLichMsgBody", "arg":[ { "Key":"LICH_NAME", "Tag":"AGOR ROK" } ], "att":[ "/Lotus/Weapons/Grineer/KuvaLich/LongGuns/Hek/KuvaHekWeapon" ], "sub":"/Lotus/Language/Inbox/VanquishKuvaMsgTitle", "icon":"/Lotus/Interface/Icons/Npcs/Ordis.png", "highPriority":true, ``` **Corpus** ```json "sndr":"/Lotus/Language/Bosses/Ordis", "msg":"/Lotus/Language/Inbox/VanquishLichMsgBody", "arg":[ { "Key":"LICH_NAME", "Tag":"AGOR ROK" } ], "att":[ "/Lotus/Weapons/Corpus/LongGuns/CrpBriefcaseLauncher/CrpBriefcaseLauncher", "/Lotus/Types/Recipes/ZanukaPet/ZanukaPetCompleteHeadABlueprint", "/Lotus/Upgrades/Skins/Effects/CorpusLichEphemeraB" ], "sub":"/Lotus/Language/Inbox/VanquishLawyerMsgTitle", "icon":"/Lotus/Interface/Icons/Npcs/Ordis.png", "highPriority":true, ``` The first completion also has `"/Lotus/StoreItems/Upgrades/Skins/Clan/CorpusLichBadgeItem"` as an att.
Sainan added the
unimplemented
label 2025-04-27 16:09:12 -07:00
Sainan added the
pr'd for
label 2025-05-13 22:30:50 -07:00
Sign in to join this conversation.
No description provided.