Skip to content

Commit 051bfb8

Browse files
committed
Adjust Sciser farming logic
1 parent a42fcc8 commit 051bfb8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

region/maridia/outer/Mt. Everest.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3919,29 +3919,28 @@
39193919
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
39203920
{"or": [
39213921
{"and": [
3922-
"h_RModeCanRefillReserves",
3922+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 99}]},
39233923
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
39243924
]},
39253925
{"and": [
3926-
{"disableEquipment": "ETank"},
39273926
"canGravityJump",
39283927
{"or": [
39293928
{"and": [
39303929
{"resourceAvailable": [{"type": "RegularEnergy", "count": 39}]},
39313930
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
39323931
]},
3933-
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}}
3932+
{"partialRefill": {"type": "ReserveEnergy", "limit": 10}}
39343933
]}
39353934
]}
39363935
]}
39373936
]},
39383937
{"and": [
39393938
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 3}]},
3940-
"h_RModeCanRefillReserves",
3939+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 99}]},
39413940
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
39423941
]},
39433942
{"and": [
3944-
"h_RModeCanRefillReserves",
3943+
{"resourceAvailable": [{"type": "RegularEnergy", "count": 99}]},
39453944
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
39463945
{"partialRefill": {"type": "ReserveEnergy", "limit": 15}}
39473946
]}

0 commit comments

Comments
 (0)