[#bugs] I don't know if this is intentional, but 1-point mental mutations that cannot be...

Issue #2792 invalid
Freehold Games Bot Account created an issue

Marked for crossposting by: autumn, chaotic cat cherub

Message (jump):

<Grace, adequately entropic being> I don't know if this is intentional, but 1-point mental mutations that cannot be leveled still add 1 each to Glimmer. The wiki explicitly says otherwise.

Comments (3)

  1. Brian Bucklew repo owner

    encountertables seem to be being used incorrectly in this case.

    The following encounter table won’t generate a weapon 100% of the time, but rather has a 95% change to include a common weapon and a 5% chance to include a rare one, so will sometimes generate one, and 5% of the time generate none.

    <encountertable Name="Melee Weapons 2">
    <objects>
    <tableobject Chance="95" Table="Melee Weapons 2C"></tableobject>
    <tableobject Chance="5" Table="Melee Weapons 2R"></tableobject>
    </objects>
    </encountertable>

  2. Log in to comment