mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
feat: add spell stats to TBC and Turtle WoW DBC layouts
TBC 2.4.3: TBC added 7 fields after position 5 vs Classic 1.12, giving a consistent +7 offset for all fields in the middle/upper range. Derive CastingTimeIndex (22), PowerType (35), ManaCost (36), and RangeIndex (40) from the verified Classic positions (15/28/29/33) using this offset. This enables mana cost, cast time, and range display in the TBC spellbook. Turtle WoW: Inherits Classic 1.12.1 Spell.dbc field layout. Add CastingTimeIndex (15), PowerType (28), ManaCost (29), RangeIndex (33), and SpellRange.MaxRange (2) matching Classic 1.12. Enables spell stat display for Turtle WoW players. Also update README: pet action bar (10 slots, icons, autocast tinting).
This commit is contained in:
parent
373dbbf95d
commit
9f8a0907c4
3 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
"Spell": {
|
||||
"ID": 0, "Attributes": 5, "IconID": 117,
|
||||
"Name": 120, "Tooltip": 147, "Rank": 129, "SchoolEnum": 1
|
||||
"Name": 120, "Tooltip": 147, "Rank": 129, "SchoolEnum": 1,
|
||||
"CastingTimeIndex": 15, "PowerType": 28, "ManaCost": 29, "RangeIndex": 33
|
||||
},
|
||||
"SpellRange": { "MaxRange": 2 },
|
||||
"ItemDisplayInfo": {
|
||||
"ID": 0, "LeftModel": 1, "LeftModelTexture": 3,
|
||||
"InventoryIcon": 5, "GeosetGroup1": 7, "GeosetGroup3": 9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue