More 10.2

- Added more trinkets ids.
- Added 'On Use' trinkets amount of uses on Breakdown Window.
- Added Details.GetItemSpellInfo(spellId): return information about an item added as a custom spell (usually trinkets).
This commit is contained in:
Tercio Jose
2023-09-23 10:39:38 -03:00
parent ea7027c2a0
commit 387ed90807
8 changed files with 64 additions and 31 deletions
+3
View File
@@ -493,6 +493,9 @@ function Details:StartMeUp()
}
trinketData[spellId] = thisTrinketData
end
elseif (trinketTable.onUse and trinketTable.castId) then
Details222.OnUseItem.Trinkets[trinketTable.castId] = spellId
end
end