adjustments
This commit is contained in:
@@ -393,6 +393,21 @@ const (
|
|||||||
ShamanFireEx
|
ShamanFireEx
|
||||||
ImpFireMissileEx
|
ImpFireMissileEx
|
||||||
FixedSiegeBeastStomp
|
FixedSiegeBeastStomp
|
||||||
|
Loot
|
||||||
|
TownPortal
|
||||||
|
EmoteWheel
|
||||||
|
SwapWeapons
|
||||||
|
Map
|
||||||
|
ShowItems
|
||||||
|
RunToggle
|
||||||
|
MonHolyFreeze
|
||||||
|
MonLeap
|
||||||
|
MonLeapAttack
|
||||||
|
MonHolyFire
|
||||||
|
MonHolyShock
|
||||||
|
CubeLoot
|
||||||
|
MarkOfTheBear
|
||||||
|
MarkOfTheWolf
|
||||||
SummonGoatman
|
SummonGoatman
|
||||||
DemonicMastery
|
DemonicMastery
|
||||||
DeathMark
|
DeathMark
|
||||||
@@ -423,6 +438,33 @@ const (
|
|||||||
SigilDeath
|
SigilDeath
|
||||||
Apocalypse
|
Apocalypse
|
||||||
Abyss
|
Abyss
|
||||||
|
SigilDeathExplosion
|
||||||
|
HexPurgeExplosion
|
||||||
|
HealthLink
|
||||||
|
ColdFissure
|
||||||
|
KorlicsLeapAttack
|
||||||
|
ColdEnchant
|
||||||
|
LightningEnchant
|
||||||
|
TalicsWhirlwind
|
||||||
|
TownportalOSkill
|
||||||
|
FireTwisters
|
||||||
|
ColossalVolcano
|
||||||
|
ColossalThunderStorm
|
||||||
|
UberAncientsHeal
|
||||||
|
GoatmanStun
|
||||||
|
GoatmanFrenzy
|
||||||
|
GoatmanBerserk
|
||||||
|
GoatmanCleave
|
||||||
|
TaintedResistFire
|
||||||
|
TaintedFireBolt
|
||||||
|
TaintedFireBall
|
||||||
|
TalicsFirePierce
|
||||||
|
MadawcsLightningPierce
|
||||||
|
KorlicsColdPierce
|
||||||
|
ChargedBoltDisk
|
||||||
|
KorlicsBash
|
||||||
|
HeraldThorns
|
||||||
|
|
||||||
Unset ID = -1
|
Unset ID = -1
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -785,6 +827,21 @@ var SkillNames = map[ID]string{
|
|||||||
ShamanFireEx: "ShamanFireEx",
|
ShamanFireEx: "ShamanFireEx",
|
||||||
ImpFireMissileEx: "ImpFireMissileEx",
|
ImpFireMissileEx: "ImpFireMissileEx",
|
||||||
FixedSiegeBeastStomp: "FixedSiegeBeastStomp",
|
FixedSiegeBeastStomp: "FixedSiegeBeastStomp",
|
||||||
|
Loot: "Loot",
|
||||||
|
TownPortal: "TownPortal",
|
||||||
|
EmoteWheel: "EmoteWheel",
|
||||||
|
SwapWeapons: "SwapWeapons",
|
||||||
|
Map: "Map",
|
||||||
|
ShowItems: "ShowItems",
|
||||||
|
RunToggle: "RunToggle",
|
||||||
|
MonHolyFreeze: "MonHolyFreeze",
|
||||||
|
MonLeap: "MonLeap",
|
||||||
|
MonLeapAttack: "MonLeapAttack",
|
||||||
|
MonHolyFire: "MonHolyFire",
|
||||||
|
MonHolyShock: "MonHolyShock",
|
||||||
|
CubeLoot: "CubeLoot",
|
||||||
|
MarkOfTheBear: "MarkOfTheBear",
|
||||||
|
MarkOfTheWolf: "MarkOfTheWolf",
|
||||||
SummonGoatman: "SummonGoatman",
|
SummonGoatman: "SummonGoatman",
|
||||||
DemonicMastery: "DemonicMastery",
|
DemonicMastery: "DemonicMastery",
|
||||||
DeathMark: "DeathMark",
|
DeathMark: "DeathMark",
|
||||||
@@ -815,5 +872,31 @@ var SkillNames = map[ID]string{
|
|||||||
SigilDeath: "SigilDeath",
|
SigilDeath: "SigilDeath",
|
||||||
Apocalypse: "Apocalypse",
|
Apocalypse: "Apocalypse",
|
||||||
Abyss: "Abyss",
|
Abyss: "Abyss",
|
||||||
|
SigilDeathExplosion: "SigilDeathExplosion",
|
||||||
|
HexPurgeExplosion: "HexPurgeExplosion",
|
||||||
|
HealthLink: "HealthLink",
|
||||||
|
ColdFissure: "ColdFissure",
|
||||||
|
KorlicsLeapAttack: "KorlicsLeapAttack",
|
||||||
|
ColdEnchant: "ColdEnchant",
|
||||||
|
LightningEnchant: "LightningEnchant",
|
||||||
|
TalicsWhirlwind: "TalicsWhirlwind",
|
||||||
|
TownportalOSkill: "TownportalOSkill",
|
||||||
|
FireTwisters: "FireTwisters",
|
||||||
|
ColossalVolcano: "ColossalVolcano",
|
||||||
|
ColossalThunderStorm: "ColossalThunderStorm",
|
||||||
|
UberAncientsHeal: "UberAncientsHeal",
|
||||||
|
GoatmanStun: "GoatmanStun",
|
||||||
|
GoatmanFrenzy: "GoatmanFrenzy",
|
||||||
|
GoatmanBerserk: "GoatmanBerserk",
|
||||||
|
GoatmanCleave: "GoatmanCleave",
|
||||||
|
TaintedResistFire: "TaintedResistFire",
|
||||||
|
TaintedFireBolt: "TaintedFireBolt",
|
||||||
|
TaintedFireBall: "TaintedFireBall",
|
||||||
|
TalicsFirePierce: "TalicsFirePierce",
|
||||||
|
MadawcsLightningPierce: "MadawcsLightningPierce",
|
||||||
|
KorlicsColdPierce: "KorlicsColdPierce",
|
||||||
|
ChargedBoltDisk: "ChargedBoltDisk",
|
||||||
|
KorlicsBash: "KorlicsBash",
|
||||||
|
HeraldThorns: "HeraldThorns",
|
||||||
Unset: "Unset",
|
Unset: "Unset",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user