From 45aff3d25b289c0cf5e588f6949bf12fbea23ff8 Mon Sep 17 00:00:00 2001 From: Nathan Watson Date: Sun, 11 Oct 2020 13:49:22 -0700 Subject: [PATCH] Add spore immunity skill for Fungi Panic --- src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java index e064d77..46b5d1f 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java +++ b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java @@ -85,6 +85,7 @@ public class Requirement extends JSONElement { ,resistancePhysical // lowers chance to get negative active conditions by monsters (Physical Capacity like Minor fatigue) ,resistanceBlood // lowers chance to get negative active conditions by monsters (Blood Disorder like Weak Poison) ,shadowBless + ,sporeImmunity ,crit1 // lowers atk ability ,crit2 // lowers def ability ,rejuvenation // Reduces magnitudes of conditions ,rejuvenation // Reduces magnitudes of conditions