Difference between revisions of "Background desc 2da"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Correction)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The [[background_desc 2da]] defines the description of each background available for each race.
+
The [[background_desc 2da]] provides a brief summary or description of each background available to each race.
  
 
The [[2da]] is defined as an [[m2da]] in the [[M2DA_base 2da]] and has an '''ID''' of '''208'''. It can be extended by m2da fragments which have names starting with '''background_desc'''.
 
The [[2da]] is defined as an [[m2da]] in the [[M2DA_base 2da]] and has an '''ID''' of '''208'''. It can be extended by m2da fragments which have names starting with '''background_desc'''.
Line 5: Line 5:
 
== Structure ==
 
== Structure ==
  
{{2da start | Backgrounds}}
+
{{2da start | background_desc}}
 
{{2da column | Label | string | Human-friendly description}}
 
{{2da column | Label | string | Human-friendly description}}
 
{{2da column | Dwarf | int | StringRef ID}}
 
{{2da column | Dwarf | int | StringRef ID}}
Line 13: Line 13:
  
 
[[Category:2da files]]
 
[[Category:2da files]]
[[Category:2da files from backgrounds.xls]]
+
[[Category:2da files from background.xls]]
 
[[Category:Backgrounds]]
 
[[Category:Backgrounds]]

Latest revision as of 19:09, 6 December 2016

The background_desc 2da provides a brief summary or description of each background available to each race.

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

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 Human-friendly description
Dwarf int StringRef ID
Elf int StringRef ID
Human int StringRef ID