Inbox Message for Vanquishing Classic Liches #1897

Open
opened 2025-04-27 16:09:12 -07:00 by Sainan · 1 comment
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,
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, ```
Sainan added the
unimplemented
label 2025-04-27 16:09:12 -07:00
Author
Owner

Also this reminds me that these liches have a small chance to have an ephemera, which we are currently not handling for their rewards.

Also this reminds me that these liches have a small chance to have an ephemera, which we are currently not handling for their rewards.
Sign in to join this conversation.
No description provided.