This mod creates a new tab named GKRITS (As he's making new favor items.) and add the item BANHAMMER. This is more to help other modder as BANHAMMER is pretty overpowered.
http://67.55.41.251/Demigod/NewFavorItems.zip

How is works
hook\lua\common\Items\Achievement_Items.lua
Is where new achievement items go. In this case the only entry is BanHammer but you add more items to the bottom.
hook\lua\ui\game\SCREEN_shopachievements.lua
This is where the new tab is defined. I've marked most the code changes with #CODEBLOCK Goes here but using a program called ExamDiff will show you the error it's available here http://www.prestosoft.com/edp_examdiff.asp.
The name of the tab is defined hook\lua\ui\help\tooltips.lua
This file define the cost of the favor items, which ones are included in the layout and the location of the layout files
hook\units\ug\b\ugbshop08\ugbshop08_gkrits_unit.bp
Finally the layout is defined in the root directory i
UGBShop08_gkrits_ShopLayout.lua It's just a normal layout file like the other layout files.

Favor Item Tab Mod by mrappard is licensed under a Creative Commons Attribution-Share Alike 2.5 Canada License.