more changes

This commit is contained in:
guiyomu-dev
2026-02-16 08:23:10 +01:00
parent f761df957d
commit 83eb8adf29
6 changed files with 1441 additions and 893 deletions

View File

@@ -5,6 +5,7 @@ type RunewordName string
const (
RunewordNone RunewordName = ""
RunewordAncientsPledge RunewordName = "Ancients' Pledge"
RunewordAuthority RunewordName = "Authority"
RunewordBeast RunewordName = "Beast"
RunewordBlack RunewordName = "Black"
RunewordBone RunewordName = "Bone"
@@ -97,10 +98,15 @@ const (
RunewordHearth RunewordName = "Hearth"
RunewordCure RunewordName = "Cure"
RunewordBulwark RunewordName = "Bulwark"
RunewordCoven RunewordName = "Coven"
RunewordRitual RunewordName = "Ritual"
RunewordVigilance RunewordName = "Vigilance"
RunewordVoid RunewordName = "Void"
)
var RunewordIDMap = map[int16]RunewordName{
20507: RunewordAncientsPledge,
20509: RunewordAuthority,
20510: RunewordBeast,
20512: RunewordBlack,
20514: RunewordBone,
@@ -178,6 +184,7 @@ var RunewordIDMap = map[int16]RunewordName{
20653: RunewordTreachery,
20656: RunewordUnbendingWill,
20659: RunewordVenom,
20662: RunewordVoid,
20661: RunewordVoiceOfReason,
20665: RunewordWealth,
20667: RunewordWhite,
@@ -193,4 +200,7 @@ var RunewordIDMap = map[int16]RunewordName{
27366: RunewordHearth,
27367: RunewordCure,
27368: RunewordBulwark,
27369: RunewordCoven,
27370: RunewordVigilance,
27371: RunewordRitual,
}

View File

@@ -32,10 +32,10 @@ const (
Crusher
WailingBeast
GargantuanBeast
SandRaer
SandRaider
Marauder
Invader
Infel
Infidel
Assailant
Gorgon
Gorgon2
@@ -128,8 +128,8 @@ const (
Arach
SandFisher
PoisonSpinner
FlameSper
SperMagus
FlameSpider
SpiderMagus
ThornedHulk
BrambleHulk
Thrasher
@@ -342,7 +342,7 @@ const (
BloodHookNest
BloodWingNest
Guard
MiniSper
MiniSpider
BonePrison
BonePrison2
BonePrison3
@@ -453,9 +453,9 @@ const (
SnowYeti2
SnowYeti3
SnowYeti4
WolfRer
WolfRer2
WolfRer3
WolfRider
WolfRider2
WolfRider3
MinionExp
SlayerExp
IceBoar
@@ -549,11 +549,11 @@ const (
BaalThrone
BaalCrab
BaalTaunt
PutrDefiler
PutrDefiler2
PutrDefiler3
PutrDefiler4
PutrDefiler5
PutridDefiler
PutridDefiler2
PutridDefiler3
PutridDefiler4
PutridDefiler5
PainWorm
PainWorm2
PainWorm3
@@ -603,8 +603,8 @@ const (
TombViper2
SerpentMagus2
Marauder2
Infel2
SandRaer2
Infidel2
SandRaider2
Invader2
Assailant2
DeathMauler6
@@ -737,4 +737,21 @@ const (
DarkLord3
Specter3
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

View File

@@ -126,7 +126,7 @@ const (
SyncWarped State = 108
ConversionSave State = 109
Pregnant State = 110
State111 State = 111
GolemMastery State = 111
Rabies State = 112
DefenseCurse State = 113
BloodMana State = 114

View File

@@ -215,7 +215,7 @@ func (gd *GameReader) shouldBeIgnored(txtNo uint) bool {
npc.LightningTrap,
npc.InvisoSpawner,
npc.Guard,
npc.MiniSper,
npc.MiniSpider,
npc.BoneWall,
npc.Hydra,
npc.Hydra2,

File diff suppressed because it is too large Load Diff