Bug - Fixed Game Grid hats give stat-specific exp gains

Terion

Member
Current daily build, r8633

While setting up for +muscle exp gains, a "modtrace exp" showed me that the googly-star hat from the Game Grid is listed as +3.00 under Experience, not under Muscle Experience as it should be, so it gets distributed incorrectly. I don't have the other two to check Mafia's info, but the googly-heart hat should give +3.00 Moxie Experience and the googly-ball hat should give +3.00 Mysticality Experience.
 
We had the wrong format for those items in modifiers.txt: "Muscle Experience", rather than "Experience (Muscle)".
Revision 8634
 
And revision 8635 will generate the correct, parseable, form of modifier names when reading item descriptions for unknown items, rather than printing the modifier name that ASH programs use to fetch a modifier. That was the cause of the problem originally; we generated the item data by automatically recognizing the items in the Ticket Counter and the dev who entered it into the databases (me, most likely) simply copied it from the gCLI to the files.
 
Back
Top