Currently for guns only has crossbow and firearms, I hope Taleworlds can make a feature which can allow modder add their own item type.
such like: module_item_types.py
["rifle", "Rifle", "XXX_Mod_Plugin.dll", "linked_skill"] # Engine will load this item type by importing specific plugin dll
["sub_machine_gun","Sub Machine Gun", "XXX_Mod_Plugin.dll", "linked_skill"]
["machine_gun","Machine Gun", "XXX_Mod_Plugin.dll", "linked_skill"]
["assult_rifle","Assult Rifle", "XXX_Mod_Plugin.dll", "linked_skill"]
such like: module_item_types.py
["rifle", "Rifle", "XXX_Mod_Plugin.dll", "linked_skill"] # Engine will load this item type by importing specific plugin dll
["sub_machine_gun","Sub Machine Gun", "XXX_Mod_Plugin.dll", "linked_skill"]
["machine_gun","Machine Gun", "XXX_Mod_Plugin.dll", "linked_skill"]
["assult_rifle","Assult Rifle", "XXX_Mod_Plugin.dll", "linked_skill"]

