From 37b644bdadd5248080417819b97781210a7cb27e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Dec 2020 12:39:36 -0300 Subject: Ele_Neutral is now a thing --- ueditor.rpy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ueditor.rpy b/ueditor.rpy index 183e022..45ff1f4 100644 --- a/ueditor.rpy +++ b/ueditor.rpy @@ -211,7 +211,9 @@ init python: return "ERROR (%d)" % job def ParseEle(ele): - if ele == 1: + if ele == 0: + return "Neutral" + elif ele == 1: return "Fire" elif ele == 2: return "Water" @@ -301,7 +303,7 @@ init python: elif job == 4: STR=400;HP=400; # Archer (balanced) elif job == 5: - STR=600;HP=200; # Gunner + STR=600;HP=200; # Gunner (unused) elif job == 6: STR = 0;HP = 0; # Special # Apply rarity modified -- cgit v1.2.3-60-g2f50