[#beta-bugs] There are four children of the tomb, and four floors in the tomb that can each s...

Issue #5731 resolved
Freehold Games Bot Account created an issue

Marked for crossposting by: the hoary demon helado

Message (jump):

<l-x-u, evil ghost sludge tinker> There are four children of the tomb, and four floors in the tomb that can each spawn one child, based on a random selection of one of eight zones from that floor in ChildrenOfTheTomb.BuildZone. For three of these floors, ChildrenOfTheTomb.BuildZone is called in the BuildZone function for the floor, meaning a child will always spawn on that floor as one of the eight zones will always match the random number for that floor. For CryptOfLandlords however, ChildrenOfTheTomb.BuildZone is only called in the BuildFlames function, which is only called for the easternmost three zones of the floor. This means there is a 5-in-8 chance that floor doesn't spawn a child, as no zone calling ChildrenOfTheTomb.BuildZone will match the random number, meaning only 3 of the children will be available in that run.

Comments (3)

  1. Log in to comment