From ff6a12706b7ee283b63d871650855ee1127de9b8 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Wed, 7 Aug 2024 23:28:13 +0200 Subject: sc_phys_shield_item --- evolved.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evolved.py b/evolved.py index 282a32a..ee8da4e 100755 --- a/evolved.py +++ b/evolved.py @@ -418,6 +418,7 @@ def stis(x): x=re.sub(r'callfunc\("SC_Bonus", (-?[0-9]+), SC_BLOODING, (-?[0-9]+).*',r'sc_start SC_POISON, \1, \2;',x) x=re.sub(r'callfunc\("SC_Bonus", (-?[0-9]+), SC_POISON, (-?[0-9]+).*',r'sc_start SC_POISON, \1, \2;',x) x=re.sub(r'callfunc\("SC_Bonus", (-?[0-9]+), SC_PHYS_SHIELD, (-?[0-9]+).*',r'sc_start SC_PHYS_SHIELD, \1, \2;',x) + x=re.sub(r'callfunc\("SC_Bonus", (-?[0-9]+), SC_PHYS_SHIELD_ITEM, (-?[0-9]+).*',r'sc_start SC_PHYS_SHIELD_ITEM, \1, \2;',x) x=re.sub(r' +',' ',x) return x.replace('\n', '').replace("\t","").strip() -- cgit v1.2.3-70-g09d2