JobBoardPlots 2da

From Dragon Age Toolset Wiki
Jump to: navigation, search

The JobBoardPlots 2da controls all of the jobs (plots) that can be displayed on a job board.

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

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 comment
PlotRef resource The plot resource that this particular entry belongs to.
BoardId int The job board's ID number corresponds to row ID of its entry in the JobBoards 2da.
VisibleFlag int A plot flag number from the plot resource referenced in the PlotRef column. When this plot flag is set the job will be displayed on the Job Board. The job's title will be the plot resource's Name property. When the player clicks on the job's title this plot flag's Journal Text is displayed.
AcceptedFlag int A plot flag number from the plot resource referenced in the PlotRef column. When the job is accepted by the player, this flag is set and the job is removed from the Job Board.
OfferID int OfferID for PRC Offers (i.e. ID of the offer for the new PRC content, not the ID of the PRC package itself).
Comments comment