feat: clearing lich infuance #1270
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:nemesis-influance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Re #1253
idk what field is increasing duet change
PR looks good to me, but regarding the duet chance, I'd like to be sure that's working. I see there's the
MissionCount
andLastEnc
fields in the inventoryNemesis
object now, both of which should probably be incremented after every mission completion, at least for infested liches, and I think then the duet chance might also update as expected?Also since you did add the InfNodes logic, what I did notice now is that once
HenchmenKilled
reaches 100 for the infested lich, the InfNodes contains the railjack mission:When infested lich comes to railjack
Weakened
sets totrue
?Another nitpick would be that
systemIndexes
can be an array instead of an object with indexes that just happen to start at 0 and then increment...Hmm, appears so.
feat: clearing lich infuanceto WIP: feat: clearing lich infuanceduet chance = (
MissionCount
-LastEnc
+ 1) * 25MissionCount
should be incremented when you clear mission from infested lich infuance,LastEnc
should be set toMissionCount
when band is spawned. but i cannot spawn it because game calls #1272 before spawning themWIP: feat: clearing lich infuanceto feat: clearing lich infuance