Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x964DAD246B658565, NameHash = 0x6A8BFA82)]
[NMS(GUID = 0x2C221EC3448F062F, NameHash = 0x6A8BFA82)]
public class GcAdditionalOptionMissionOverride : NMSTemplate
{
[NMS(Index = 3)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcAlienPuzzleEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x77CDC3BE5DC8A5BF, NameHash = 0x35D4E04)]
[NMS(GUID = 0x39B53DD99BB14603, NameHash = 0x35D4E04)]
public class GcAlienPuzzleEntry : NMSTemplate
{
[NMS(Index = 2)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcAlienPuzzleOption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xE536E84BA27F7904, NameHash = 0x981A51EE)]
[NMS(GUID = 0x34DD734EF4615424, NameHash = 0x981A51EE)]
public class GcAlienPuzzleOption : NMSTemplate
{
[NMS(Index = 22)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcAlienPuzzleTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x57E53F561B9DA4E8, NameHash = 0x3987E9FB)]
[NMS(GUID = 0xB21BF74F3E0ADFCD, NameHash = 0x3987E9FB)]
public class GcAlienPuzzleTable : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x9DCBC6F90532DD12, NameHash = 0xC0413ECB)]
[NMS(GUID = 0xA10A602D084B648A, NameHash = 0xC0413ECB)]
public class GcAudioAreaTriggerComponentData : NMSTemplate
{
[NMS(Index = 2, MxmlName = "Enter Distance")]
Expand Down
5 changes: 3 additions & 2 deletions libMBIN/Source/NMS/GameComponents/GcAudioWwiseEvents.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xA3037E022CC7B2B2, NameHash = 0x7A0D33C8)]
[NMS(GUID = 0x32D5FED6BF0CCBAF, NameHash = 0x7A0D33C8)]
public class GcAudioWwiseEvents : NMSTemplate
{
// size: 0xB35
// size: 0xB36
public enum AkEventEnum : uint {
INVALID_EVENT = 0x0,
ABANDONED_DOOR_UNLOCK = 0x264BED2D,
Expand Down Expand Up @@ -641,6 +641,7 @@ public enum AkEventEnum : uint {
GAMETABLE_DESTROYED = 0xE224A1D9,
GAMETABLE_END = 0x101B4A17,
GAMETABLE_HEAL = 0xBD172CAE,
GAMETABLE_KO = 0x3360A92E,
GAMETABLE_LAUNCH_BARREN = 0xC657B9A,
GAMETABLE_LAUNCH_COLD = 0x26D531C2,
GAMETABLE_LAUNCH_FIRE = 0x243998A8,
Expand Down
12 changes: 0 additions & 12 deletions libMBIN/Source/NMS/GameComponents/GcCollisionTable.cs

This file was deleted.

2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcCombatEffectData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x77C423073F63B332, NameHash = 0xAB307BDA)]
[NMS(GUID = 0x31C9392E92084AED, NameHash = 0xAB307BDA)]
public class GcCombatEffectData : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcCombatEffectsTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xD2020275E0932CB4, NameHash = 0xD7C08B15)]
[NMS(GUID = 0xDA9DA4296C502153, NameHash = 0xD7C08B15)]
public class GcCombatEffectsTable : NMSTemplate
{
[NMS(Index = 0, Size = 0x6, EnumType = typeof(GcCombatEffectType.CombatEffectTypeEnum))]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcConsumableItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x8746E644AD2A1D85, NameHash = 0xE0C6D820)]
[NMS(GUID = 0x7F60C519EF1C016A, NameHash = 0xE0C6D820)]
public class GcConsumableItem : NMSTemplate
{
[NMS(Index = 11)]
Expand Down
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcConsumableItemTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x50077DFAE50B27B, NameHash = 0x7D54F1EF)]
[NMS(GUID = 0xF47763628CEC5EE6, NameHash = 0x7D54F1EF)]
public class GcConsumableItemTable : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x67BAABA88BBB90A0, NameHash = 0x1C40312)]
[NMS(GUID = 0x998B64D1AE4B2C4C, NameHash = 0x1C40312)]
public class GcCreatureCrystalMovementData : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xB212498BF27BF2ED, NameHash = 0x7CFCD901)]
[NMS(GUID = 0x8FA825A0E9696C4D, NameHash = 0x7CFCD901)]
public class GcCreatureCrystalMovementDataParams : NMSTemplate
{
[NMS(Index = 28)]
Expand Down
34 changes: 18 additions & 16 deletions libMBIN/Source/NMS/GameComponents/GcCreatureData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x20B7FE2CEF0D108D, NameHash = 0xC0D06960)]
[NMS(GUID = 0x547C3CBA03DF29F0, NameHash = 0xC0D06960)]
public class GcCreatureData : NMSTemplate
{
[NMS(Index = 19)]
/* 0x00 */ public List<NMSTemplate> Data;
[NMS(Index = 18)]
/* 0x10 */ public NMSString0x10 EggType;
[NMS(Index = 26)]
[NMS(Index = 27)]
/* 0x20 */ public List<GcPetBattlerFlyerOffsetOverride> FlyerOffsetOverrides;
[NMS(Index = 0)]
/* 0x30 */ public NMSString0x10 Id;
[NMS(Index = 17)]
/* 0x40 */ public NMSString0x10 KillingBlowMessageID;
[NMS(Index = 16)]
/* 0x50 */ public NMSString0x10 KillStatID;
[NMS(Index = 27)]
[NMS(Index = 28)]
/* 0x60 */ public List<GcPetBattlerMoveSetSelection> MoveSets;
[NMS(Index = 25)]
[NMS(Index = 26)]
/* 0x70 */ public List<VariableSizeString> PetBattlerNodesToHide;
[NMS(Index = 6)]
/* 0x80 */ public List<GcCreatureTagAndRarity> Tags;
Expand All @@ -47,27 +47,29 @@ public enum MoveAreaEnum : uint {
}
[NMS(Index = 7)]
/* 0xAC */ public MoveAreaEnum MoveArea;
[NMS(Index = 22)]
[NMS(Index = 23)]
/* 0xB0 */ public float PetBattleFlyerExtraOffset;
[NMS(Index = 22)]
/* 0xB4 */ public float PetBattlerSelectionWeight;
[NMS(Index = 20)]
/* 0xB4 */ public GcGameTablePetTag PetBattlerTags;
/* 0xB8 */ public GcGameTablePetTag PetBattlerTags;
[NMS(Index = 14)]
/* 0xB8 */ public GcCreatureRoleFrequencyModifier PredatorProbabilityModifier;
/* 0xBC */ public GcCreatureRoleFrequencyModifier PredatorProbabilityModifier;
[NMS(Index = 13)]
/* 0xBC */ public GcCreatureRarity Rarity;
/* 0xC0 */ public GcCreatureRarity Rarity;
[NMS(Index = 3)]
/* 0xC0 */ public GcCreatureTypes RealType;
/* 0xC4 */ public GcCreatureTypes RealType;
[NMS(Index = 5)]
/* 0xC4 */ public bool CanBeFemale;
/* 0xC8 */ public bool CanBeFemale;
[NMS(Index = 21)]
/* 0xC5 */ public bool CanBeUsedInPetBattler;
/* 0xC9 */ public bool CanBeUsedInPetBattler;
[NMS(Index = 4)]
/* 0xC6 */ public bool EcoSystemCreature;
/* 0xCA */ public bool EcoSystemCreature;
[NMS(Index = 1)]
/* 0xC7 */ public bool OnlySpawnWhenIdIsForced;
[NMS(Index = 23)]
/* 0xC8 */ public GcPetBattlerAffinity PetBattlerForcedAffinity;
/* 0xCB */ public bool OnlySpawnWhenIdIsForced;
[NMS(Index = 24)]
/* 0xC9 */ public bool PetBattlerShouldSwellOnAttack;
/* 0xCC */ public GcPetBattlerAffinity PetBattlerForcedAffinity;
[NMS(Index = 25)]
/* 0xCD */ public bool PetBattlerShouldSwellOnAttack;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/NMS/GameComponents/GcCreatureDataTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x3DB5E8B2F371C344, NameHash = 0x58F2CAEC)]
[NMS(GUID = 0x37D55099B13B9F9C, NameHash = 0x58F2CAEC)]
public class GcCreatureDataTable : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xBA1DD4A92268DB7C, NameHash = 0x32EF8A95)]
[NMS(GUID = 0x3E3F4219B170A7BD, NameHash = 0x32EF8A95)]
public class GcCreatureFeederComponentData : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xAB375EB966F7CBD4, NameHash = 0x1DA81BEB)]
[NMS(GUID = 0x5F4831FB3ECD30E3, NameHash = 0x1DA81BEB)]
public class GcCreatureHarvesterComponentData : NMSTemplate
{
[NMS(Index = 0)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0xF5B71A787C712F39, NameHash = 0x64F53EE9)]
[NMS(GUID = 0xCB8FF66CBE6EC3EB, NameHash = 0x64F53EE9)]
public class GcCreatureSpookFiendAttackData : NMSTemplate
{
[NMS(Index = 12)]
Expand Down
Loading
Loading