Skip to content

Commit

Permalink
Update None06 to UnusedEggmanWeapon
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Jan 19, 2024
1 parent 13f9b80 commit a635085
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public enum EWeapon : int
MachineGun = 0x03,
HeavyMachineGun = 0x04,
GatlingGun = 0x05,
None06 = 0x06,
UnusedEggmanWeaponSlot = 0x06,
EggGun = 0x07,
LightShot = 0x08,
FlashShot = 0x09,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,41 +6,41 @@ public class Object012C_EnvironmentalWeapon : SetObjectShadow
{
public enum EDropType : int
{
NotValidInObject = -1,
None = 0x00,
Pistol = 0x01,
SubmachineGun = 0x02,
MachineGun = 0x03,
HeavyMachineGun = 0x04,
GatlingGun = 0x05,
None06 = 0x06,
EggGun = 0x07,
LightShot = 0x08,
FlashShot = 0x09,
RingShot = 0x0A,
HeavyShot = 0x0B,
GrenadeLauncher = 0x0C,
GUNBazooka = 0x0D,
TankCannon = 0x0E,
BlackBarrel = 0x0F,
BigBarrel = 0x10,
EggBazooka = 0x11,
RPG = 0x12,
FourShot = 0x13,
EightShot = 0x14,
WormShooterBlack = 0x15,
WideWormShooterRed = 0x16,
BigWormShooterGold = 0x17,
VacuumPod = 0x18,
LaserRifle = 0x19,
Splitter = 0x1A,
Refractor = 0x1B,
UnusedGUNWeaponSlot = 0x1C,
UnusedBlackArmsWeaponSlot = 0x1D,
Knife = 0x1E,
BlackSword = 0x1F,
DarkHammer = 0x20,
EggLance = 0x21,
NotValidInObject = -1,
None = 0x00,
Pistol = 0x01,
SubmachineGun = 0x02,
MachineGun = 0x03,
HeavyMachineGun = 0x04,
GatlingGun = 0x05,
UnusedEggmanWeaponSlot = 0x06,
EggGun = 0x07,
LightShot = 0x08,
FlashShot = 0x09,
RingShot = 0x0A,
HeavyShot = 0x0B,
GrenadeLauncher = 0x0C,
GUNBazooka = 0x0D,
TankCannon = 0x0E,
BlackBarrel = 0x0F,
BigBarrel = 0x10,
EggBazooka = 0x11,
RPG = 0x12,
FourShot = 0x13,
EightShot = 0x14,
WormShooterBlack = 0x15,
WideWormShooterRed = 0x16,
BigWormShooterGold = 0x17,
VacuumPod = 0x18,
LaserRifle = 0x19,
Splitter = 0x1A,
Refractor = 0x1B,
UnusedGUNWeaponSlot = 0x1C,
UnusedBlackArmsWeaponSlot = 0x1D,
Knife = 0x1E,
BlackSword = 0x1F,
DarkHammer = 0x20,
EggLance = 0x21,
SpeedLimitSign_Westopolis = 0x22, // 00 FE entry
DigitalRod_DigitalCircuit = 0x23,
Stick_GlyphicCanyon = 0x24,
Expand All @@ -64,18 +64,18 @@ public enum EDropType : int
HexLight_CosmicFall = 0x36,
BkTorch_FinalHaunt = 0x37,
BkTorch_TheLastWay = 0x38,
SamuraiSwordLv1 = 0x39,
SamuraiSwordLv2 = 0x3A,
SatelliteLaserLv1 = 0x3B,
SatelliteLaserLv2 = 0x3C,
EggVacLv1 = 0x3D,
EggVacLv2 = 0x3E,
OmochaoLv1 = 0x3F,
OmochaoLv2 = 0x40,
HealCannonLv1 = 0x41,
HealCannonLv2 = 0x42,
ShadowRifle = 0x43,
}
SamuraiSwordLv1 = 0x39,
SamuraiSwordLv2 = 0x3A,
SatelliteLaserLv1 = 0x3B,
SatelliteLaserLv2 = 0x3C,
EggVacLv1 = 0x3D,
EggVacLv2 = 0x3E,
OmochaoLv1 = 0x3F,
OmochaoLv2 = 0x40,
HealCannonLv1 = 0x41,
HealCannonLv2 = 0x42,
ShadowRifle = 0x43,
}

[MiscSetting, Description("Slot was to allow for multiple EW models, never used.")]
public int ModelIterUnused { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion HeroesPowerPlant/Resources/Lists/ShadowObjectList.ini
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Model=SETWEAPON.DFF,GUNGUN02.DFF
Model=SETWEAPON.DFF,GUNGUN03.DFF
#5:Vulcan
Model=SETWEAPON.DFF,GUNGUN04.DFF
#6:None
#6:UnusedEggmanWeapon
Model=SETWEAPON.DFF
#7:EggGun
Model=SETWEAPON.DFF,EGGGUN00.DFF
Expand Down

0 comments on commit a635085

Please sign in to comment.