Difference between revisions of "JobBoardPlots 2da"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Extracted from Job boards)
 
m (Formatting)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
The [[JobBoardPlots 2da]] controls all of the jobs ([[plot]]s) 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 ==
 +
 
{{2da start | JobBoardPlots}}
 
{{2da start | JobBoardPlots}}
 
{{2da column| LABEL | comment | }}
 
{{2da column| LABEL | comment | }}
{{2da column| PlotRef | resource| The plot resource that this particular entry belongs to}}
+
{{2da column| PlotRef | resource| The plot resource that this particular entry belongs to.}}
{{2da column| BoardId| int| This ID number corresponds to the board's row ID in the JobBoards 2DA.}}
+
{{2da column| BoardId| int| The job board's ID number corresponds to row ID of its entry in the [[JobBoards 2da]].}}
{{2da column| VisibleFlag |int| A flag ID number from the plot referenced in PlotRef. When this plot flag is ''set''the flag's journal entry will be shown as an entry on the job board. The title given to the entry on the board will be the "Name" property of  the PlotRef plot, so you should probably have a separate plot file for  each entry on the board.}}
+
{{2da column| 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.}}
{{2da column| AcceptedFlag |int| A flag ID number from the plot referenced in PlotRef. When the job is accepted by the player, this flag is set.}}
+
{{2da column| 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.}}
 
{{2da column| 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). }}
 
{{2da column| 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). }}
 
{{2da column| Comments | comment | }}
 
{{2da column| Comments | comment | }}
 
{{2da end}}
 
{{2da end}}
 +
 +
[[Category:2da files]]
 +
[[Category:2da files from JobBoards.xls]]

Latest revision as of 22:51, 27 October 2014

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