44
55namespace libMBIN . NMS . GameComponents
66{
7- [ NMS ( GUID = 0xB8C49D6D26F9587 , NameHash = 0x7FD50C85 ) ]
7+ [ NMS ( GUID = 0xE0D3CBC490E48AF6 , NameHash = 0x7FD50C85 ) ]
88 public class GcGenericMissionSequence : NMSTemplate
99 {
10- [ NMS ( Index = 23 ) ]
10+ [ NMS ( Index = 24 ) ]
1111 /* 0x000 */ public Colour MissionColourOverride ;
12- [ NMS ( Index = 39 ) ]
12+ [ NMS ( Index = 40 ) ]
1313 /* 0x010 */ public GcTradeData TradingDataOverride ;
14- [ NMS ( Index = 31 ) ]
14+ [ NMS ( Index = 32 ) ]
1515 /* 0x0E0 */ public GcMissionBoardOptions MissionBoardOptions ;
1616 [ NMS ( Index = 7 ) ]
1717 /* 0x160 */ public GcSeasonalLogOverrides SeasonalLogTextOverrides ;
18- [ NMS ( Index = 26 ) ]
18+ [ NMS ( Index = 27 ) ]
1919 /* 0x1D0 */ public GcDefaultMissionItemsTable DefaultItems ;
20- [ NMS ( Index = 20 ) ]
20+ [ NMS ( Index = 21 ) ]
2121 /* 0x220 */ public NMSString0x20A MissionPageLocID ;
2222 [ NMS ( Index = 6 ) ]
2323 /* 0x240 */ public GcNumberedTextList MissionDescriptions ;
24- [ NMS ( Index = 14 ) ]
24+ [ NMS ( Index = 15 ) ]
2525 /* 0x258 */ public TkTextureResource MissionIcon ;
26- [ NMS ( Index = 16 ) ]
26+ [ NMS ( Index = 17 ) ]
2727 /* 0x270 */ public TkTextureResource MissionIconNotSelected ;
28- [ NMS ( Index = 15 ) ]
28+ [ NMS ( Index = 16 ) ]
2929 /* 0x288 */ public TkTextureResource MissionIconSelected ;
3030 [ NMS ( Index = 10 ) ]
3131 /* 0x2A0 */ public GcNumberedTextList MissionProcDescriptionA ;
@@ -39,31 +39,31 @@ public class GcGenericMissionSequence : NMSTemplate
3939 /* 0x300 */ public GcNumberedTextList MissionSubtitles ;
4040 [ NMS ( Index = 4 ) ]
4141 /* 0x318 */ public GcNumberedTextList MissionTitles ;
42- [ NMS ( Index = 44 ) ]
42+ [ NMS ( Index = 45 ) ]
4343 /* 0x330 */ public List < NMSTemplate > CancelingConditions ;
44- [ NMS ( Index = 38 ) ]
44+ [ NMS ( Index = 39 ) ]
4545 /* 0x340 */ public List < GcCostTableEntry > Costs ;
46- [ NMS ( Index = 35 ) ]
46+ [ NMS ( Index = 36 ) ]
4747 /* 0x350 */ public GcAlienPuzzleTable Dialog ;
48- [ NMS ( Index = 45 ) ]
48+ [ NMS ( Index = 46 ) ]
4949 /* 0x360 */ public List < GcGenericMissionVersionProgress > FinalStageVersions ;
50- [ NMS ( Index = 21 ) ]
50+ [ NMS ( Index = 22 ) ]
5151 /* 0x370 */ public NMSString0x10 MissionBuildMenuHint ;
5252 [ NMS ( Index = 0 ) ]
5353 /* 0x380 */ public NMSString0x10 MissionID ;
54- [ NMS ( Index = 28 ) ]
54+ [ NMS ( Index = 29 ) ]
5555 /* 0x390 */ public NMSString0x10 NextMissionHint ;
56- [ NMS ( Index = 37 ) ]
56+ [ NMS ( Index = 38 ) ]
5757 /* 0x3A0 */ public List < GcGenericRewardTableEntry > Rewards ;
58- [ NMS ( Index = 36 ) ]
58+ [ NMS ( Index = 37 ) ]
5959 /* 0x3B0 */ public List < GcScanEventData > ScanEvents ;
60- [ NMS ( Index = 46 ) ]
60+ [ NMS ( Index = 47 ) ]
6161 /* 0x3C0 */ public List < GcGenericMissionStage > Stages ;
62- [ NMS ( Index = 43 ) ]
62+ [ NMS ( Index = 44 ) ]
6363 /* 0x3D0 */ public List < NMSTemplate > StartingConditions ;
64- [ NMS ( Index = 54 ) ]
64+ [ NMS ( Index = 55 ) ]
6565 /* 0x3E0 */ public NMSString0x10 UseCommunityMissionForLog ;
66- [ NMS ( Index = 25 ) ]
66+ [ NMS ( Index = 26 ) ]
6767 /* 0x3F0 */ public List < int > WikiMissionBlockedBySeasons ;
6868 // size: 0x4
6969 public enum AutoStartEnum : uint {
@@ -72,29 +72,29 @@ public enum AutoStartEnum : uint {
7272 Seasonal ,
7373 OnSelected ,
7474 }
75- [ NMS ( Index = 32 ) ]
75+ [ NMS ( Index = 33 ) ]
7676 /* 0x400 */ public AutoStartEnum AutoStart ;
77- [ NMS ( Index = 24 ) ]
77+ [ NMS ( Index = 25 ) ]
7878 /* 0x404 */ public int BeginCheckFrequency ;
79- [ NMS ( Index = 41 ) ]
79+ [ NMS ( Index = 42 ) ]
8080 /* 0x408 */ public GcMissionConditionTest CancelConditionTest ;
8181 // size: 0x3
8282 public enum MessageCompleteEnum : uint {
8383 Default ,
8484 Always ,
8585 Never ,
8686 }
87- [ NMS ( Index = 29 ) ]
87+ [ NMS ( Index = 30 ) ]
8888 /* 0x40C */ public MessageCompleteEnum MessageComplete ;
8989 // size: 0x3
9090 public enum MessageStartEnum : uint {
9191 Default ,
9292 Always ,
9393 Never ,
9494 }
95- [ NMS ( Index = 30 ) ]
95+ [ NMS ( Index = 31 ) ]
9696 /* 0x410 */ public MessageStartEnum MessageStart ;
97- [ NMS ( Index = 18 ) ]
97+ [ NMS ( Index = 19 ) ]
9898 /* 0x414 */ public GcMissionCategory MissionCategory ;
9999 // size: 0xA
100100 public enum MissionClassEnum : uint {
@@ -111,49 +111,51 @@ public enum MissionClassEnum : uint {
111111 }
112112 [ NMS ( Index = 1 ) ]
113113 /* 0x418 */ public MissionClassEnum MissionClass ;
114- [ NMS ( Index = 19 ) ]
114+ [ NMS ( Index = 20 ) ]
115115 /* 0x41C */ public GcMissionPageHint MissionPageHint ;
116- [ NMS ( Index = 17 ) ]
116+ [ NMS ( Index = 18 ) ]
117117 /* 0x420 */ public int MissionPriority ;
118- [ NMS ( Index = 40 ) ]
118+ [ NMS ( Index = 41 ) ]
119119 /* 0x424 */ public GcMissionConditionTest StartConditionTest ;
120120 [ NMS ( Index = 8 ) ]
121121 /* 0x428 */ public NMSString0x20 MissionDescSwitchOverride ;
122122 [ NMS ( Index = 3 ) ]
123123 /* 0x448 */ public NMSString0x20 MissionObjective ;
124- [ NMS ( Index = 52 ) ]
124+ [ NMS ( Index = 53 ) ]
125125 /* 0x468 */ public bool BlocksPinning ;
126- [ NMS ( Index = 34 ) ]
126+ [ NMS ( Index = 35 ) ]
127127 /* 0x469 */ public bool CancelSetsComplete ;
128- [ NMS ( Index = 53 ) ]
128+ [ NMS ( Index = 54 ) ]
129129 /* 0x46A */ public bool CanRenounce ;
130- [ NMS ( Index = 48 ) ]
130+ [ NMS ( Index = 49 ) ]
131131 /* 0x46B */ public bool ForcesBuildMenuHint ;
132- [ NMS ( Index = 47 ) ]
132+ [ NMS ( Index = 48 ) ]
133133 /* 0x46C */ public bool ForcesPageHint ;
134- [ NMS ( Index = 51 ) ]
134+ [ NMS ( Index = 52 ) ]
135135 /* 0x46D */ public bool IsLegacy ;
136- [ NMS ( Index = 49 ) ]
137- /* 0x46E */ public bool IsProceduralAllowed ;
138136 [ NMS ( Index = 50 ) ]
137+ /* 0x46E */ public bool IsProceduralAllowed ;
138+ [ NMS ( Index = 51 ) ]
139139 /* 0x46F */ public bool IsRecurring ;
140- [ NMS ( Index = 22 ) ]
140+ [ NMS ( Index = 23 ) ]
141141 /* 0x470 */ public bool MissionHasColourOverride ;
142142 [ NMS ( Index = 2 ) ]
143143 /* 0x471 */ public bool MissionIsCritical ;
144- [ NMS ( Index = 27 ) ]
144+ [ NMS ( Index = 28 ) ]
145145 /* 0x472 */ public bool PrefixTitle ;
146- [ NMS ( Index = 33 ) ]
146+ [ NMS ( Index = 34 ) ]
147147 /* 0x473 */ public bool RestartOnCompletion ;
148- [ NMS ( Index = 42 ) ]
148+ [ NMS ( Index = 43 ) ]
149149 /* 0x474 */ public bool StartIsCancel ;
150- [ NMS ( Index = 55 ) ]
151- /* 0x475 */ public bool TakeCommunityMissionIDFromSeasonData ;
152150 [ NMS ( Index = 56 ) ]
151+ /* 0x475 */ public bool TakeCommunityMissionIDFromSeasonData ;
152+ [ NMS ( Index = 57 ) ]
153153 /* 0x476 */ public bool TelemetryUpload ;
154+ [ NMS ( Index = 14 ) ]
155+ /* 0x477 */ public bool UseFirstPurpleSystemDetailsInLogInfo ;
154156 [ NMS ( Index = 13 ) ]
155- /* 0x477 */ public bool UseScanEventDetailsInLogInfo ;
156- [ NMS ( Index = 57 ) ]
157- /* 0x478 */ public bool UseSeasonTitleOverride ;
157+ /* 0x478 */ public bool UseScanEventDetailsInLogInfo ;
158+ [ NMS ( Index = 58 ) ]
159+ /* 0x479 */ public bool UseSeasonTitleOverride ;
158160 }
159161}
0 commit comments