File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/game/mode/brik/exterior Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ return {
5858 0.3 / PROGRESS .getExteriorModeScore (' drill' ,' ppl20' )+
5959 0.2 / PROGRESS .getExteriorModeScore (' drill' ,' ppl40' )+
6060 0.4 / PROGRESS .getExteriorModeScore (' drill' ,' ppl100' )
61- >= 0.495 -- lpp, ≈2.02 ppl
61+ >= 0.260 -- lpp, ≈3.85 ppl
6262 then
6363 PROGRESS .setStyleUnlock (' acry' )
6464 PROGRESS .setExteriorUnlock (' action' )
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ return {
9898 -- Unlock Gela
9999 if
100100 not (PROGRESS .getStyleUnlock (' gela' ) and PROGRESS .getExteriorUnlock (' chain' )) and
101- (PROGRESS .getExteriorModeScore (' tspin' ,' tsd_hard' ) or 0 )+ (PROGRESS .getExteriorModeScore (' tspin' ,' tsd' ) or 0 )>= 26
101+ (PROGRESS .getExteriorModeScore (' tspin' ,' tsd_hard' ) or 0 )+ (PROGRESS .getExteriorModeScore (' tspin' ,' tsd' ) or 0 )>= 12
102102 then
103103 PROGRESS .setStyleUnlock (' gela' )
104104 PROGRESS .setExteriorUnlock (' chain' )
You can’t perform that action at this time.
0 commit comments