Difference between revisions of "Passive abilities 2da"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Tweaking text)
 
Line 7: Line 7:
 
{{2da start|passive_abilities}}
 
{{2da start|passive_abilities}}
 
{{2da column| Label | comment | }}
 
{{2da column| Label | comment | }}
{{2da column| Prop1 |int| An ability ID from [[properties 2da]]}}
+
{{2da column| Prop1 |int| A property ID in [[properties 2da]]}}
 
{{2da column| Modifier1|float| Modifier this applies onto the property}}
 
{{2da column| Modifier1|float| Modifier this applies onto the property}}
 
{{2da column| Prop2| int | }}  
 
{{2da column| Prop2| int | }}  

Latest revision as of 18:27, 3 April 2016

The passive_abilities 2da defines [Undocumented].

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

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
Prop1 int A property ID in properties 2da
Modifier1 float Modifier this applies onto the property
Prop2 int
Modifier2 float
Prop3 int
Modifier3 float
Comment comment Summary of the ability in human-readable form