mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Fix: Count stamina in when having double rogue
This commit is contained in:
parent
1ead11ac22
commit
750296b6ab
@ -110,7 +110,7 @@ class OrnamentCombat(Dungeon, RouteLoader, DungeonState):
|
|||||||
|
|
||||||
def get_equivalent_stamina(self):
|
def get_equivalent_stamina(self):
|
||||||
value = self.config.stored.Immersifier.value * 40
|
value = self.config.stored.Immersifier.value * 40
|
||||||
if self.config.Ornament_UseStamina:
|
if self.config.Ornament_UseStamina or self.config.stored.DungeonDouble.rogue > 0:
|
||||||
value += self.config.stored.TrailblazePower.value
|
value += self.config.stored.TrailblazePower.value
|
||||||
return value
|
return value
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user