more changes
This commit is contained in:
@@ -5,6 +5,7 @@ type RunewordName string
|
|||||||
const (
|
const (
|
||||||
RunewordNone RunewordName = ""
|
RunewordNone RunewordName = ""
|
||||||
RunewordAncientsPledge RunewordName = "Ancients' Pledge"
|
RunewordAncientsPledge RunewordName = "Ancients' Pledge"
|
||||||
|
RunewordAuthority RunewordName = "Authority"
|
||||||
RunewordBeast RunewordName = "Beast"
|
RunewordBeast RunewordName = "Beast"
|
||||||
RunewordBlack RunewordName = "Black"
|
RunewordBlack RunewordName = "Black"
|
||||||
RunewordBone RunewordName = "Bone"
|
RunewordBone RunewordName = "Bone"
|
||||||
@@ -97,10 +98,15 @@ const (
|
|||||||
RunewordHearth RunewordName = "Hearth"
|
RunewordHearth RunewordName = "Hearth"
|
||||||
RunewordCure RunewordName = "Cure"
|
RunewordCure RunewordName = "Cure"
|
||||||
RunewordBulwark RunewordName = "Bulwark"
|
RunewordBulwark RunewordName = "Bulwark"
|
||||||
|
RunewordCoven RunewordName = "Coven"
|
||||||
|
RunewordRitual RunewordName = "Ritual"
|
||||||
|
RunewordVigilance RunewordName = "Vigilance"
|
||||||
|
RunewordVoid RunewordName = "Void"
|
||||||
)
|
)
|
||||||
|
|
||||||
var RunewordIDMap = map[int16]RunewordName{
|
var RunewordIDMap = map[int16]RunewordName{
|
||||||
20507: RunewordAncientsPledge,
|
20507: RunewordAncientsPledge,
|
||||||
|
20509: RunewordAuthority,
|
||||||
20510: RunewordBeast,
|
20510: RunewordBeast,
|
||||||
20512: RunewordBlack,
|
20512: RunewordBlack,
|
||||||
20514: RunewordBone,
|
20514: RunewordBone,
|
||||||
@@ -178,6 +184,7 @@ var RunewordIDMap = map[int16]RunewordName{
|
|||||||
20653: RunewordTreachery,
|
20653: RunewordTreachery,
|
||||||
20656: RunewordUnbendingWill,
|
20656: RunewordUnbendingWill,
|
||||||
20659: RunewordVenom,
|
20659: RunewordVenom,
|
||||||
|
20662: RunewordVoid,
|
||||||
20661: RunewordVoiceOfReason,
|
20661: RunewordVoiceOfReason,
|
||||||
20665: RunewordWealth,
|
20665: RunewordWealth,
|
||||||
20667: RunewordWhite,
|
20667: RunewordWhite,
|
||||||
@@ -193,4 +200,7 @@ var RunewordIDMap = map[int16]RunewordName{
|
|||||||
27366: RunewordHearth,
|
27366: RunewordHearth,
|
||||||
27367: RunewordCure,
|
27367: RunewordCure,
|
||||||
27368: RunewordBulwark,
|
27368: RunewordBulwark,
|
||||||
|
27369: RunewordCoven,
|
||||||
|
27370: RunewordVigilance,
|
||||||
|
27371: RunewordRitual,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,10 +32,10 @@ const (
|
|||||||
Crusher
|
Crusher
|
||||||
WailingBeast
|
WailingBeast
|
||||||
GargantuanBeast
|
GargantuanBeast
|
||||||
SandRaer
|
SandRaider
|
||||||
Marauder
|
Marauder
|
||||||
Invader
|
Invader
|
||||||
Infel
|
Infidel
|
||||||
Assailant
|
Assailant
|
||||||
Gorgon
|
Gorgon
|
||||||
Gorgon2
|
Gorgon2
|
||||||
@@ -128,8 +128,8 @@ const (
|
|||||||
Arach
|
Arach
|
||||||
SandFisher
|
SandFisher
|
||||||
PoisonSpinner
|
PoisonSpinner
|
||||||
FlameSper
|
FlameSpider
|
||||||
SperMagus
|
SpiderMagus
|
||||||
ThornedHulk
|
ThornedHulk
|
||||||
BrambleHulk
|
BrambleHulk
|
||||||
Thrasher
|
Thrasher
|
||||||
@@ -342,7 +342,7 @@ const (
|
|||||||
BloodHookNest
|
BloodHookNest
|
||||||
BloodWingNest
|
BloodWingNest
|
||||||
Guard
|
Guard
|
||||||
MiniSper
|
MiniSpider
|
||||||
BonePrison
|
BonePrison
|
||||||
BonePrison2
|
BonePrison2
|
||||||
BonePrison3
|
BonePrison3
|
||||||
@@ -453,9 +453,9 @@ const (
|
|||||||
SnowYeti2
|
SnowYeti2
|
||||||
SnowYeti3
|
SnowYeti3
|
||||||
SnowYeti4
|
SnowYeti4
|
||||||
WolfRer
|
WolfRider
|
||||||
WolfRer2
|
WolfRider2
|
||||||
WolfRer3
|
WolfRider3
|
||||||
MinionExp
|
MinionExp
|
||||||
SlayerExp
|
SlayerExp
|
||||||
IceBoar
|
IceBoar
|
||||||
@@ -549,11 +549,11 @@ const (
|
|||||||
BaalThrone
|
BaalThrone
|
||||||
BaalCrab
|
BaalCrab
|
||||||
BaalTaunt
|
BaalTaunt
|
||||||
PutrDefiler
|
PutridDefiler
|
||||||
PutrDefiler2
|
PutridDefiler2
|
||||||
PutrDefiler3
|
PutridDefiler3
|
||||||
PutrDefiler4
|
PutridDefiler4
|
||||||
PutrDefiler5
|
PutridDefiler5
|
||||||
PainWorm
|
PainWorm
|
||||||
PainWorm2
|
PainWorm2
|
||||||
PainWorm3
|
PainWorm3
|
||||||
@@ -603,8 +603,8 @@ const (
|
|||||||
TombViper2
|
TombViper2
|
||||||
SerpentMagus2
|
SerpentMagus2
|
||||||
Marauder2
|
Marauder2
|
||||||
Infel2
|
Infidel2
|
||||||
SandRaer2
|
SandRaider2
|
||||||
Invader2
|
Invader2
|
||||||
Assailant2
|
Assailant2
|
||||||
DeathMauler6
|
DeathMauler6
|
||||||
@@ -737,4 +737,21 @@ const (
|
|||||||
DarkLord3
|
DarkLord3
|
||||||
Specter3
|
Specter3
|
||||||
BurningSoul3
|
BurningSoul3
|
||||||
|
Horse
|
||||||
|
HellBovine2
|
||||||
|
PlagueBearer2
|
||||||
|
Pig
|
||||||
|
Seagull
|
||||||
|
BerserkSlayer2
|
||||||
|
FrenziedHellSpawn2
|
||||||
|
InsaneHellSpawn2
|
||||||
|
WarGoatman
|
||||||
|
Tainted3
|
||||||
|
WarDefiler
|
||||||
|
AncientBarbarian4
|
||||||
|
AncientBarbarian5
|
||||||
|
AncientBarbarian6
|
||||||
|
DefenderSpirit
|
||||||
|
GuardianSpirit
|
||||||
|
ProtectorSpirit
|
||||||
)
|
)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -126,7 +126,7 @@ const (
|
|||||||
SyncWarped State = 108
|
SyncWarped State = 108
|
||||||
ConversionSave State = 109
|
ConversionSave State = 109
|
||||||
Pregnant State = 110
|
Pregnant State = 110
|
||||||
State111 State = 111
|
GolemMastery State = 111
|
||||||
Rabies State = 112
|
Rabies State = 112
|
||||||
DefenseCurse State = 113
|
DefenseCurse State = 113
|
||||||
BloodMana State = 114
|
BloodMana State = 114
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ func (gd *GameReader) shouldBeIgnored(txtNo uint) bool {
|
|||||||
npc.LightningTrap,
|
npc.LightningTrap,
|
||||||
npc.InvisoSpawner,
|
npc.InvisoSpawner,
|
||||||
npc.Guard,
|
npc.Guard,
|
||||||
npc.MiniSper,
|
npc.MiniSpider,
|
||||||
npc.BoneWall,
|
npc.BoneWall,
|
||||||
npc.Hydra,
|
npc.Hydra,
|
||||||
npc.Hydra2,
|
npc.Hydra2,
|
||||||
|
|||||||
1023
pkg/nip/aliases.go
1023
pkg/nip/aliases.go
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user