Request for help - How to make a custom battle trophy?

Users who are viewing this thread

Time Golem

Recruit
I would appreciate any help in implementing a custom battle trophy. Basically something similar to the default ones but more rare and may be traded in for other rewards which could be anything from attribute points to more experience. I have used the module system to add items to the game but unfortunately that's the extent of my knowledge.
 
Add some arbitrary criteria and add a script checking for such in script_party_calculate_loot, or just add those trophies to the inventory of some high-level troops. You should then implement a set of dialog or menu options for exchanging those into gold/xp/whatever.
 
Thanks Somebody, I couldn't figure out where exactly the items were getting transformed into XP & gold but was able to find it in module_game_menus. Now I can tweak the values to to begin with and experiment with some other rewards.
 
Back
Top Bottom