The way bots are currently setup, they ignore almost all stat fields in the database.
Instead, they use the default npc_types values:
https://github.com/EQEmu/Server/blob.../bot.cpp#L3796
Why it's like that..I dunno...
SIDENOTE: Make sure the two lines above that say {28, 29} and not {27, 28} in your code. I fixed and committed a typo regarding that a few weeks ago.