Difference between revisions of "ABILITY COST TYPE *"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Adding source module, correcting stamina cost value)
 
Line 1: Line 1:
 
 
{{Constant table start
 
{{Constant table start
 
|sourcefile    = ability_h
 
|sourcefile    = ability_h
|sourcemodule  =
+
|sourcemodule  = Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 10: Line 9:
 
|description  =  
 
|description  =  
 
|sourcefile  = ability_h
 
|sourcefile  = ability_h
|sourcemodule =
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 18: Line 17:
 
|description  =  
 
|description  =  
 
|sourcefile  = ability_h
 
|sourcefile  = ability_h
|sourcemodule =
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
Line 26: Line 25:
 
|description  =  
 
|description  =  
 
|sourcefile  = ability_h
 
|sourcefile  = ability_h
|sourcemodule =
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
{{Constant table row
 
{{Constant table row
 
|name        = ABILITY_COST_TYPE_STAMINA
 
|name        = ABILITY_COST_TYPE_STAMINA
 
|type        = int
 
|type        = int
|value        = 3
+
|value        = 4
 
|description  =  
 
|description  =  
 
|sourcefile  = ability_h
 
|sourcefile  = ability_h
|sourcemodule =
+
|sourcemodule = Core Game Resources
 
}}
 
}}
 
{{Constant table end}}
 
{{Constant table end}}

Latest revision as of 03:09, 4 April 2015

Source: Core Game Resources.ability_h
Constant name Type Value Description Source
ABILITY_COST_TYPE_NONE int 0 ability_h
ABILITY_COST_TYPE_HEALTH int 1 ability_h
ABILITY_COST_TYPE_HEALTH int 2 ability_h
ABILITY_COST_TYPE_STAMINA int 4 ability_h