-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Equipment): Handle DFS4 Tier Sets
- Create "DFS4" sub-table in TierSets - Create a translation table in Player:HasTier function --- Table holds which tier set is used on the DFS4 tier set --- If we're checking for a set bonus that's now on the DFS4 set, return true if we have either the DFS4 pieces or the original tier's pieces --- This is because simc is doing similar, rather than creating a T32 --- Example: If the Arms profile calls Player:HasTier(29, 2), it will return true with 2 pieces of old T29 or DFS4
- Loading branch information
Showing
1 changed file
with
65 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters