Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Progress on the mission restarts each day, so you need to clean out the 4 suppressions in the same day. If you don't have 4 different escaping abnormalities now, trust me-- you will.
// The Creature does not exist
if (creatureModel3 == null)
{
return;
}
// The Creature wasn't fully suppressed
if (creatureModel3.hp > 0f && !(creatureModel3.script is global::RedShoes) && !(creatureModel3.script is global::PinkCorps))
{
return;
}
// The Creature is an Ordeal
if (creatureModel3 is global::OrdealCreatureModel)
{
return;
}
/*
* The Creature is a Child of the Parent Creature
* For Example:
* A minion created by Little Prince's ability.
* The Pianist leaving Il Pianto della Luna containment room
* the Swan Sister that shows up when Dream of a Black Swan "escapes"
*
* These are all Creatures that are "summoned" from the Original Abnormality. All of these
* usually say "non-escape object" when unlocking their escape information.
*/
if (creatureModel3 is global::ChildCreatureModel)
{
return;
}
Mission progress is wiped when the day is cleared, if the mission doesn't say "clear" then it wasn't completed.
ill just go through and update this with abnormalities that do count that I think ppl would say that wouldn't (for future views):
- Knight of Despire does count towards the Mission
- Red Shoes does count towards the Mission
- - As shown by the condition somewhere above.
- Yang (the Tool Abnroamlity) does count towards the mission.
- - You do not need to complete the event, turning them into a Pendant is enough for it to count.
- By Extension, Yin does count (no one argued that it didn't count)
- - Same as Yang, you do not need to complete the event, turning them into a Pendant is enough for it to count.
- The Silent Orchestra does count towards the mission.
- - You have to suppress them before they return to containment when the ability is over
- Punishing Bird does count towards the mission.
- - You have to suppress them before they return to containment. Best way to do this is by letting an Abnormality breach and have them beat up punishing bird or shoot them with Der Fries
Abnormalities that 100% do not count:
Little Prince (was mentioned)
Dream of a Black Swan (its a bug, was also mentioned)
Il Pianto della Luna (was also mentioned)
Laetitia's "Little Witch's Friend"
Queen Bee's Workers
Parasite Tree's Saplings
Naked Nest's Nested Employees
Thank you, this is supremely helpful.