JobBoards 2da

From Dragon Age Toolset Wiki
Jump to: navigation, search

The JobBoards 2da defines each job board and provides a unique ID which is used to control which jobs it can potentially display.

This 2da is defined as an m2da in the M2DA_base 2da and has an ID of 115. It can be extended by m2da fragments which have names starting with JobBoards.

Structure

Column Type Description
ID int A number that uniquely identifies the entry (unless creating an M2DA override). ID numbers are listed from smallest to highest within a given file but do not need to be consecutive.
LABEL string A string used by the toolset internally
Texture resource The background texture displayed by the job board GUI
HeaderStrId int A string ID for a text header at the top of the board
ModuleRef string The campaign that owns this board
ShowDonationButton int [Undocumented]
DonationScript resource The cript to be fired for each donation. Amount donated should be int param 0
DonationMsgStrId int String for the message box that is shown when the donation is accepted
HeaderTintIndex int
  • 1 - chantry
  • 2 - mage
  • 3 - blackstone
  • 4 - rogue

Remarks

It has still to be determined if the donation system is functional: none of the boards in the Single Player module are set up for it and the donation script listed for them does not exist in the Core Game Resources or Single Player module.