DB/SpellRuneCost: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
SpellRuneCost
Added in WotLK


== Header Info ==
== Header Info ==


  Records...................161
  Records...................456
  Fields......................6
  Fields......................5
  Record Size................24
  Record Size................20
  String Block Size...........1
  String Block Size...........1


== Notes ==
==4.0.3.13329==


This file has been added with WoW 3.0.1.8303
{| style="background:#FCFCFC; color:black"
 
|-
Last updated against: WoW 3.0.1.8334
! width="80" | Column
 
! width="180" | Field
== Structure ==
! width="80" | Type
 
! width="500" | Notes
  '''Column Field Type Notes'''
|- style="background:#E0E0E0;"
1 ID Integer
| 1 || ID || Integer ||
  2 RuneCost[Blood] Integer Values { 0, 1, 2, 5, 12 }
|-
  3 RuneCost[Unholy] Integer Values { 0, 1, 2, 4, 12 }
| 2 || BloodRuneCost || Integer ||
  4 RuneCost[Frost] Integer Values { 0, 1, 2, 3, 12 }
|- style="background:#E0E0E0;"
  5 runePowerGain Integer Values { 0, 100, 1000 }
| 3 || UnholyRuneCost || Integer ||
|-
| || FrostRuneCost || Integer ||
|- style="background:#E0E0E0;"
| 5 || RunePowerGain || Integer ||
|}


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC 4.0.3.13329]]

Revision as of 19:27, 25 November 2010

Added in WotLK

Header Info

Records...................456
Fields......................5
Record Size................20
String Block Size...........1

4.0.3.13329

Column Field Type Notes
1 ID Integer
2 BloodRuneCost Integer
3 UnholyRuneCost Integer
4 FrostRuneCost Integer
5 RunePowerGain Integer