diff --git a/adv/g_luca.py b/adv/g_luca.py index d61813a8c..5efcd5dc5 100644 --- a/adv/g_luca.py +++ b/adv/g_luca.py @@ -10,7 +10,7 @@ class G_Luca(Adv): a3 = ('cc',0.13,'hit15') conf = {} - conf['slot.a'] = RR()+LC() + conf['slot.a'] = The_Wyrmclan_Duo()+A_New_Years_Battle() conf['slot.d'] = Daikokuten() conf['acl'] = """ `s1 @@ -54,8 +54,8 @@ def custom_crit_mod(this): current_rate += 0.1 * icon_count # s1 icon crit current_rate = min(1.0, current_rate) mean_rate += current_rate * state_p - - if (b := state[0]) is not None and t - b < 3.0: # proc in last 3 seconds + + if state[0] is not None and t - state[0] < 3.0: # proc in last 3 seconds new_states[state] += state_p # state won't change else: miss_rate = 1.0 - current_rate diff --git a/adv/g_luca.py.maxstacks.py b/adv/g_luca.py.maxstacks.py index 41bf88812..66e6d4475 100644 --- a/adv/g_luca.py.maxstacks.py +++ b/adv/g_luca.py.maxstacks.py @@ -8,7 +8,7 @@ def module(): return G_Luca class G_Luca(g_luca.G_Luca): - comment = '7 buff icons from team (buff value not considered); use FitF if HP<70' + comment = '7 buff icons from team (buff value not considered); use VC/FitF if HP<70' def d_slots(this): this.slots.a = The_Wyrmclan_Duo()+FoG() @@ -18,5 +18,5 @@ def buff_icon_count(this): if __name__ == '__main__': conf = {} - adv_test.test(module(), conf, verbose=-2, mass=1) + adv_test.test(module(), conf, verbose=-2, mass=0) diff --git a/chara_quick.txt b/chara_quick.txt index 4efb2c9ec..93223a01b 100755 --- a/chara_quick.txt +++ b/chara_quick.txt @@ -133,4 +133,5 @@ joachim.py ieyasu.py sinoa.py patia.py -heinwald.py \ No newline at end of file +heinwald.py +g_luca.py \ No newline at end of file diff --git a/chara_slow.txt b/chara_slow.txt index ccd1dabc7..0e8bc9aa5 100755 --- a/chara_slow.txt +++ b/chara_slow.txt @@ -4,5 +4,4 @@ s_luca.py addis.py ezelith.py sazanka.py -natalie.py -g_luca.py \ No newline at end of file +natalie.py \ No newline at end of file diff --git a/www b/www index 7a0f419b1..d20250bcd 160000 --- a/www +++ b/www @@ -1 +1 @@ -Subproject commit 7a0f419b1f1486897a5d818985cb97eea2e15a80 +Subproject commit d20250bcdbcdd795309b4033fc0aeebbd4e73ac2