create troop trees?

Users who are viewing this thread

King Ragnarok

Sergeant Knight
is it possible to create your own troops and troop trees? for example: you buy equipment for different types of unit like, archers best weapon is a war bow, and the best melee weapon is a... longaxe, the better equipment cost more ofcourse, and you can only create one if you have a kingdom. so is this possible to make as a mod?
 
Yes, I think you could.
  1. First, you need to create the troop types and troop tree in module_troops.py but put 0 for inventory since there will be no default inventory.
  2. Then create troop_slot types for the inventory to be given to troops.
  3. Also, create a menu that allows you to buy the equipment, and finally a script to assign the equipment in the slots to be assigned to the troops.
 
Back
Top Bottom