Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ _bossBarsByNpcNetId

Dictionary<int, IBigProgressBar> Terraria.GameContent.UI.BigProgressBar.BigProgressBarSystem._bossBarsByNpcNetId
private
Initial value:
= new Dictionary<int, IBigProgressBar>
{
{ 125, _twinsBar },
{ 126, _twinsBar },
{ 245, _golemBar },
{ 246, _golemBar },
{ 249, _neverValid },
{ 517, _solarPillarBar },
{ 422, _vortexPillarBar },
{ 507, _nebulaPillarBar },
{ 398, _moonlordBar },
{ 396, _moonlordBar },
{ 397, _moonlordBar },
{ 548, _neverValid },
{ 549, _neverValid },
{ 491, _pirateShipBar },
{ 492, _pirateShipBar },
{ 440, _neverValid },
{ 68, _neverValid },
{ 668, _deerclopsBar }
}

Definition at line 44 of file BigProgressBarSystem.cs.

45 {
46 { 125, _twinsBar },
47 { 126, _twinsBar },
48 { 13, _eaterOfWorldsBar },
49 { 14, _eaterOfWorldsBar },
50 { 15, _eaterOfWorldsBar },
51 { 266, _brainOfCthuluBar },
52 { 245, _golemBar },
53 { 246, _golemBar },
54 { 249, _neverValid },
55 { 517, _solarPillarBar },
56 { 422, _vortexPillarBar },
57 { 507, _nebulaPillarBar },
58 { 493, _stardustPillarBar },
59 { 398, _moonlordBar },
60 { 396, _moonlordBar },
61 { 397, _moonlordBar },
62 { 548, _neverValid },
63 { 549, _neverValid },
64 { 491, _pirateShipBar },
65 { 492, _pirateShipBar },
66 { 440, _neverValid },
67 { 395, _martianSaucerBar },
68 { 393, _martianSaucerBar },
69 { 394, _martianSaucerBar },
70 { 68, _neverValid },
71 { 668, _deerclopsBar }
72 };

Referenced by Terraria.GameContent.UI.BigProgressBar.BigProgressBarSystem.TryTracking().