mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +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):
|
||||
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
|
||||
return value
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user