Difference between revisions of "RACE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (moved RACE* to RACE *)
m (Added missing parameters)
Line 1: Line 1:
These constants refer to rows in [[RACE_Base.xls]].
+
{{constant table start
 
+
|sourcemodule = Core Game Resources
{{constant table start}}
+
|sourcefile  = 2da_constants_h
{{constant table row|RACE_INVALID|int|0||sourcefile=2da_constants_h}}
+
}}
{{constant table row|RACE_DWARF |int| 1||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_INVALID |int| 0|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_ELF |int| 2||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_DWARF   |int| 1|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_HUMAN |int| 3||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_ELF     |int| 2|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_QUNARI |int| 4||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_HUMAN   |int| 3|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_ANIMAL |int| 5||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_QUNARI   |int| 4|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_BEAST |int| 6||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_ANIMAL   |int| 5|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_DARKSPAWN |int| 7||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_BEAST   |int| 6|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_DRAGON |int| 8||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_DARKSPAWN|int| 7|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_GOLEM |int| 9||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_DRAGON   |int| 8|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_SPIRIT |int| 10||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_GOLEM   |int| 9|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
{{constant table row|RACE_UNDEAD |int| 11||sourcefile=2da_constants_h}}
+
{{constant table row|RACE_SPIRIT   |int|10|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
 +
{{constant table row|RACE_UNDEAD   |int|11|description=|sourcemodule=Core Game Resources|sourcefile=2da_constants_h}}
 
{{constant table end}}
 
{{constant table end}}
 +
== Remarks ==
 +
<!-- This section contains additional comments, observations and known issues. -->
 +
These constants refer to rows in [[RACE_Base.xls]].
 +
<!--
 +
== Examples == -->
 +
<!-- This section contains examples transcluded from the snippet library. -->
 +
<!--
 +
== See also == -->
 +
<!-- This section contains links to articles, functions or constant groups. -->
  
 
[[Category:Constants]]
 
[[Category:Constants]]

Revision as of 12:46, 3 August 2011

Source: Core Game Resources.2da_constants_h
Constant name Type Value Description Source
RACE_INVALID int 0 2da_constants_h
RACE_DWARF int 1 2da_constants_h
RACE_ELF int 2 2da_constants_h
RACE_HUMAN int 3 2da_constants_h
RACE_QUNARI int 4 2da_constants_h
RACE_ANIMAL int 5 2da_constants_h
RACE_BEAST int 6 2da_constants_h
RACE_DARKSPAWN int 7 2da_constants_h
RACE_DRAGON int 8 2da_constants_h
RACE_GOLEM int 9 2da_constants_h
RACE_SPIRIT int 10 2da_constants_h
RACE_UNDEAD int 11 2da_constants_h

Remarks

These constants refer to rows in RACE_Base.xls.