Bale
Minion
Good news and bad news! The Bad news is that your guide is now out of date and needs to be changed. The Good news is that your guide seems to have influenced Veracity into changing mafia to better accommodate newbies with r8077. Since she's intends to release 13.9 soon, this means your guide really will be out of date by any measure.
This means a whole section in this guide, where you tell the user how to turn off these settings needs to be removed. Also, you may want to add information about how to turn them on. (Particularly autoSatisfyWithNPCs and autoSatisfyWithMall are necessary to help mafia do good things, but it's nice that the new user knows he's enabling them.)
Code:
Change a bunch of default settings so that KoLmafia will do fewer things
"out of the box" to surprise new users. In particular, purchasing and
item usage:
autoSatisfyWithCloset = false (leave items in the closet)
autoSatisfyWithMall = false (do not buy things)
autoSatisfyWithNPCs = false (do not buy things)
relayMaintainsHealth = false (let user decide when to heal)
removeMalignantEffects = false (let user decide)
switchEquipmentForBuffs = false (let user decide)
autoManaRestore = false (in-combat MP restoration uses items)
autoRepairBoxServants = false (let user decide)
mpAutoRecovery = -0.5 (off, rather than recover at 0)
Turn off a couple default settings that don't consume player resources,
but which can be confusing:
relayHidesJunkMallItems = false (show everything in mall)
relayTrimsZapList = false (show everything)
This means a whole section in this guide, where you tell the user how to turn off these settings needs to be removed. Also, you may want to add information about how to turn them on. (Particularly autoSatisfyWithNPCs and autoSatisfyWithMall are necessary to help mafia do good things, but it's nice that the new user knows he's enabling them.)