Skip to content

Commit

Permalink
Merge pull request #573 from HolterPhylo/UpdateFor12107035
Browse files Browse the repository at this point in the history
[MRG] Update for 12107035
  • Loading branch information
monkeyman192 authored Sep 5, 2023
2 parents ca356e2 + 1a61087 commit df2d35c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x794F23B164A927C9, NameHash = 0xC501980088063B)]
[NMS(GUID = 0x6F42C726DA6DDA51, NameHash = 0xC501980088063B)]
public class GcShipAIAttackDataTable : NMSTemplate
{
/* 0x00 */ public List<GcShipAICombatDefinition> Definitions;
Expand Down
10 changes: 6 additions & 4 deletions libMBIN/Source/NMS/GameComponents/GcShipAICombatDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace libMBIN.NMS.GameComponents
{
[NMS(GUID = 0x8BEA7A915EDC0D2B, NameHash = 0x27F13746A084A731)]
[NMS(GUID = 0x57AA65E33D1B7E3, NameHash = 0x27F13746A084A731)]
public class GcShipAICombatDefinition : NMSTemplate
{
/* 0x00 */ public NMSString0x10 Id;
Expand All @@ -16,8 +16,10 @@ public class GcShipAICombatDefinition : NMSTemplate
/* 0x68 */ public int LevelledExtraHealth;
/* 0x70 */ public NMSString0x10 DamageMultiplier;
/* 0x80 */ public NMSString0x10 Shield;
/* 0x90 */ public NMSString0x10 Gun;
/* 0xA0 */ public int LaserDamageLevel;
/* 0xA4 */ public TkTextureResource Icon;
/* 0x90 */ public bool UsesShieldGenerators;
/* 0x91 */ public bool UsesFuelRods;
/* 0x98 */ public NMSString0x10 Gun;
/* 0xA8 */ public int LaserDamageLevel;
/* 0xAC */ public TkTextureResource Icon;
}
}
2 changes: 1 addition & 1 deletion libMBIN/Source/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Version {
// the Prerelease version should be reset to 1
// When the Release version is incremented:
// the Prerelease version should be reset to 0
internal const string VERSION_STRING = "4.41.0.1";
internal const string VERSION_STRING = "4.43.0.1";

/// <summary>Shorthand for AssemblyVersion.Major</summary>
public static int Major => AssemblyVersion.Major;
Expand Down

0 comments on commit df2d35c

Please sign in to comment.