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
MissionCountandLastEncfields in the inventoryNemesisobject 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
HenchmenKilledreaches 100 for the infested lich, the InfNodes contains the railjack mission:When infested lich comes to railjack
Weakenedsets totrue?Another nitpick would be that
systemIndexescan 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) * 25MissionCountshould be incremented when you clear mission from infested lich infuance,LastEncshould be set toMissionCountwhen band is spawned. but i cannot spawn it because game calls #1272 before spawning themWIP: feat: clearing lich infuanceto feat: clearing lich infuance