;Game engine tweaks [Main] [Items] ;Override the PIDs of the standard healing drugs that AI will use in combat ;Set to -1 if you don't want AI to identify this item as a healing drug ;Note: Starting from sfall 4.3.1/3.8.31, you can set a new flag (FlagsExt: 0x04000000) ;in the proto for other items, so AI will use them for healing in combat as well STIMPAK=40 SUPER_STIMPAK=144 HEALING_POWDER=273 ;Overrides the PID of the item that grants a +1 stat bonus when placed in an active item slot ;Default is 433. Set to -1 to prevent any item from granting the bonus MIRROR_SHADES_PID=433 ;The SPECIAL stat number (0..6) to which the bonus is applied ;Default is 3 (Charisma). Set to -1 to disable the item's effect MIRROR_SHADES_STAT=3