Difference between revisions of "Spell data"

(Created page with " 1: '''spell_id:''' 2. '''tier:''' 3. '''index_field:''' 4. '''value_type:''' 5. '''value:''' 6. '''value2:''' 7. '''Parse Data:'''")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[File:spell_data.jpg]]
 +
 +
  
  
Line 5: Line 8:
 
2. '''tier:'''   
 
2. '''tier:'''   
  
3. '''index_field:'''  
+
3. '''index_field:''' index_field is the order of the parameters for the given tier of thespell. inside the LUA, the function has 5 params... 0 - 4. that's      the order to pass them to LUA.
  
 
4. '''value_type:'''  
 
4. '''value_type:'''  
  
5. '''value:'''  
+
5. '''value:''' value is the value of the parameter. like if index_field 0 was"healAmt" in LUA, the value 5 would be the amount to heal inside the script.
  
6. '''value2:'''  
+
6. '''value2:''' Unused at this time
  
 
7. '''Parse Data:'''
 
7. '''Parse Data:'''
 +
 +
 +
Added Notes
 +
also, there should only be 1 index_field 0 per tier.

Latest revision as of 17:17, 7 December 2011

File:spell data.jpg



1: spell_id:

2. tier:

3. index_field: index_field is the order of the parameters for the given tier of thespell. inside the LUA, the function has 5 params... 0 - 4. that's the order to pass them to LUA.

4. value_type:

5. value: value is the value of the parameter. like if index_field 0 was"healAmt" in LUA, the value 5 would be the amount to heal inside the script.

6. value2: Unused at this time

7. Parse Data:


Added Notes also, there should only be 1 index_field 0 per tier.