Theraze
Active member
With FightRequest normalized now, checked through my version to see what was left in the bug fixes and missing bits that are likely to be an easy approve/fail.
1) The hippo ballerina was missing in the CoT. Wiki says that it's a +20 meat drop. Added to modifiers data file.
2) Hot tub wasn't listed as a possible restorative. Using the _hottubsoaks variable, consider the hot tub as a possible restorative item if you need at least half your health. This adds to HPRestoreItemList.
3) Feasting isn't considered for modifiers. Since it adds 10 weight, I added a check for the boolean of feasted and did a +10 weight if so to the Modifiers file in both places where it's checked.
4) Warm Subject certificates had their own UseItemRequest though it uses exactly the same command as the other 15 items. Incorporated the certificates into the main switch-list in CleanupJunkRequest.
If any of these are on the "Bad!" list, please let me know and I'll try to avoid bringing them up again. Thanks!
Edit: Occurs to me that the wording is odd. I split the "familiars feast tracking" into "familiars, feast tracking" which is sort of correct, sort of not. Familiars applies both to the feast tracking, as well as the crown of thrones.
1) The hippo ballerina was missing in the CoT. Wiki says that it's a +20 meat drop. Added to modifiers data file.
2) Hot tub wasn't listed as a possible restorative. Using the _hottubsoaks variable, consider the hot tub as a possible restorative item if you need at least half your health. This adds to HPRestoreItemList.
3) Feasting isn't considered for modifiers. Since it adds 10 weight, I added a check for the boolean of feasted and did a +10 weight if so to the Modifiers file in both places where it's checked.
4) Warm Subject certificates had their own UseItemRequest though it uses exactly the same command as the other 15 items. Incorporated the certificates into the main switch-list in CleanupJunkRequest.
If any of these are on the "Bad!" list, please let me know and I'll try to avoid bringing them up again. Thanks!
Edit: Occurs to me that the wording is odd. I split the "familiars feast tracking" into "familiars, feast tracking" which is sort of correct, sort of not. Familiars applies both to the feast tracking, as well as the crown of thrones.
Attachments
Last edited: