💡
Omori Modding Wiki
  • 🚩getting started
    • Overview
    • Installing Mods
    • Decryption and Playtest Generation
      • Resetting Installation
      • Dev Tools
    • Packaging Mods
      • mod.json File
    • Omori Files Guide
      • Common File Types
      • Omori Files Index
        • Data Files
  • 🏰RPG Maker MV
    • ⭐Intro to RPG Maker MV
    • 🗒️Common Notetags and Filename
      • Map Event Notetags
      • RPG Maker Sprite Sheet Formats
        • Sprite Sheet Filenames
      • Enemy Notetags
    • Custom Battles
      • Plot Armor
    • Map Creation
    • Event Plugin Commands
    • YAML Texts and Dialogues
      • Text Codes
      • Omori Text Color Convention
    • Shops
    • Quests
    • Bubbles / Balloons
  • 🎨Art Assets
    • Intro to Art Assets
      • Ex 1: Headspace Portrait
      • Art Specifications
      • Art Programs
    • Line Art
      • Preparations
      • Line Quality
      • Line Coloring
        • Direct Colored Brush
        • Blend Layers
        • Color Correction
          • Color Balance
          • Tone Curve
          • Gradient Maps
  • Community
    • Omori Mod Licensing Guide
  • Links
    • Mod Resources/Plugins
    • Omori Modding Hub (Server)
    • Omori Mod Site (Unofficial)
    • Original Masterdoc
    • Omori Data Archive
Powered by GitBook
On this page
  1. RPG Maker MV
  2. Custom Battles

Plot Armor

How to use Plot Armor on different characters (written by Pyro and Nebulaphile)

PreviousCustom BattlesNextMap Creation

Last updated 2 years ago

"Plot Armor" refers to the mechanic in OMORI where the titular character "will not succumb" when taking fatal damage once.

To add Plot Armor to characters other than OMORI you first have to find the first entry in the troops tab. It is labeled DO NOT TOUCH but we will touch it anyways. Add the following event blocks in the 7th page (it has the condition "Turn 0".

Here, Player is standing in for the actor of your choice.

Then, create a new page with the condition being that the actor you want to add Plot Armor to reaches 0 HP. Add the following to that page:

In this example image, the actor ID is 8.

If you want to add the "OMORI did not succumb" dialog, create another new page like this:

Find page 5 and add the event blocks shown below,

In this example, "NATHAN" is the new actor.

Next, download the plugin below and add it to your playtest folder or mod:

There are instructions commented in to walk you through the remainder of the process. For the most part you will be replacing the number it asks you to with your own actor's ID.

Now your actor should be able to "not succumb" just like OMORI can!

🏰
https://www.dropbox.com/s/9s9ys8vlrgcrg6a/NEB_PlotArmorFix.js?dl=0