forked from Nik-Potokar/XIVSlothCombo
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Nik-Potokar#1389 from Taurenkey/dtRefresh
Dt refresh
- Loading branch information
Showing
24 changed files
with
865 additions
and
613 deletions.
There are no files selected for viewing
Submodule ECommons
updated
42 files
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
namespace XIVSlothCombo.Combos.PvE | ||
{ | ||
internal class PCT | ||
{ | ||
public const byte JobID = 42; | ||
|
||
public const uint | ||
AdventofChocobastion = 39215, | ||
AeroinGreen = 39192, | ||
BlizzardinCyan = 39194, | ||
ClawMotif = 34666, | ||
CometinBlack = 39199, | ||
CreatureMotif = 34689, | ||
LivingMuse = 35347, | ||
MawMotif = 34667, | ||
MogoftheAges = 39782, | ||
PomMotif1 = 34664, | ||
PomMotif2 = 39200, | ||
PomMuse1 = 34670, | ||
PomMuse2 = 39205, | ||
RainbowDrip = 34688, | ||
ReleaseSubtractivePalette = 39214, | ||
RetributionoftheMadeen1 = 34677, | ||
RetributionoftheMadeen2 = 39783, | ||
ScenicMuse = 35349, | ||
Smudge1 = 34684, | ||
Smudge2 = 39210, | ||
StarPrism = 34681, | ||
SteelMuse = 35348, | ||
SubtractivePalette = 39213, | ||
ThunderIIinMagenta = 34661, | ||
ThunderinMagenta1 = 34655, | ||
ThunderinMagenta2 = 39196, | ||
WaterinBlue = 34652, | ||
WeaponMotif = 34690, | ||
WingMotif = 34665; | ||
|
||
public static class Buffs | ||
{ | ||
|
||
} | ||
|
||
public static class Debuffs | ||
{ | ||
|
||
} | ||
|
||
public static class Config | ||
{ | ||
|
||
} | ||
} | ||
} |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace XIVSlothCombo.Combos.PvE | ||
{ | ||
internal class VPR | ||
{ | ||
public const byte JobID = 41; | ||
|
||
public const uint | ||
DreadFangs = 34607, | ||
DreadMaw = 34615, | ||
Dreadwinder = 34620, | ||
HuntersCoil = 34621, | ||
HuntersDen = 34624, | ||
HuntersSnap = 39166, | ||
PitofDread = 34623, | ||
RattlingCoil = 39189, | ||
Reawaken = 34626, | ||
SerpentsIre = 34647, | ||
SerpentsTail1 = 35920, | ||
SerpentsTail2 = 39183, | ||
Slither1 = 34646, | ||
Slither2 = 39184, | ||
SnakeScales = 39185, | ||
SteelFangs = 34606, | ||
SteelMaw = 34614, | ||
SwiftskinsCoil = 34622, | ||
SwiftskinsDen = 34625, | ||
Twinblood = 35922, | ||
Twinfang = 35921, | ||
UncoiledFury1 = 34633, | ||
UncoiledFury2 = 39168, | ||
Worldswallower = 39190, | ||
WrithingSnap = 34632; | ||
|
||
public static class Buffs | ||
{ | ||
|
||
} | ||
|
||
public static class Debuffs | ||
{ | ||
|
||
} | ||
|
||
public static class Config | ||
{ | ||
|
||
} | ||
} | ||
} |
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
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
Oops, something went wrong.