From 7523803a5c6e5741435d32d4928b137d53618c6f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Dec 2020 09:01:41 -0300 Subject: Special job --- ueditor.rpy | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ueditor.rpy b/ueditor.rpy index e66171d..183e022 100644 --- a/ueditor.rpy +++ b/ueditor.rpy @@ -198,13 +198,15 @@ init python: if job == 1: return "Swordsman" elif job == 2: - return "Assassin" + return "Unused" elif job == 3: return "Mage" elif job == 4: return "Archer" elif job == 5: return "Gunner" + elif job == 6: + return "Special" else: return "ERROR (%d)" % job @@ -300,6 +302,8 @@ init python: STR=400;HP=400; # Archer (balanced) elif job == 5: STR=600;HP=200; # Gunner + elif job == 6: + STR = 0;HP = 0; # Special # Apply rarity modified STR*=(rar+1)/2.0 HP*=(rar+1)/2.0 -- cgit v1.2.3-60-g2f50