Skip to content

Commit 991ba6e

Browse files
committed
0.1.1.12 release.
1 parent a9ade01 commit 991ba6e

File tree

9 files changed

+13
-18
lines changed

9 files changed

+13
-18
lines changed

BossChecklist.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ public class BossChecklist : Mod
2323
// Mods that have been added manually
2424
internal bool vanillaLoaded = true;
2525
internal bool thoriumLoaded;
26-
internal bool bluemagicLoaded;
2726

2827
// Mods with bosses that could use suppory, but need fixes in the tmod files.
2928
//internal bool sacredToolsLoaded;
3029
//internal bool crystiliumLoaded;
31-
//internal bool tremorLoaded;
3230

3331
// Mods that have been added natively, no longer need code here.
32+
//internal bool tremorLoaded;
33+
//internal bool bluemagicLoaded;
3434
//internal bool joostLoaded;
3535
//internal bool calamityLoaded;
3636
//internal bool pumpkingLoaded;
@@ -129,7 +129,7 @@ public override void PostSetupContent()
129129
try
130130
{
131131
thoriumLoaded = ModLoader.GetMod("ThoriumMod") != null;
132-
bluemagicLoaded = ModLoader.GetMod("Bluemagic") != null;
132+
//bluemagicLoaded = ModLoader.GetMod("Bluemagic") != null;
133133
//calamityLoaded = ModLoader.GetMod("CalamityMod") != null;
134134
//joostLoaded = ModLoader.GetMod("JoostMod") != null;
135135
//crystiliumLoaded = ModLoader.GetMod("CrystiliumMod") != null;

BossChecklist.csproj

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
<StartupObject />
4040
</PropertyGroup>
4141
<ItemGroup>
42-
<Reference Include="Bluemagic_v1.1.1">
43-
<HintPath>lib\Bluemagic_v1.1.1.dll</HintPath>
44-
</Reference>
45-
<Reference Include="CalamityMod_v1.1.6.14">
46-
<HintPath>lib\CalamityMod_v1.1.6.14.dll</HintPath>
47-
</Reference>
4842
<Reference Include="Microsoft.Xna.Framework">
4943
<HintPath>..\..\solutiondlls\Microsoft.Xna.Framework.dll</HintPath>
5044
</Reference>
@@ -65,8 +59,8 @@
6559
<Reference Include="System.Data" />
6660
<Reference Include="System.Net.Http" />
6761
<Reference Include="System.Xml" />
68-
<Reference Include="ThoruimMod_v1.2.13.3">
69-
<HintPath>lib\ThoruimMod_v1.2.13.3.dll</HintPath>
62+
<Reference Include="ThoriumMod_v1.3.1.6">
63+
<HintPath>lib\ThoriumMod_v1.3.1.6.dll</HintPath>
7064
</Reference>
7165
<Reference Include="tModLoader">
7266
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\Terraria\tModLoader.exe</HintPath>

BossChecklistUI.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,17 @@ protected override void DrawSelf(SpriteBatch spriteBatch)
155155
new BossInfo("The Queen Jellyfish", Skeletron - 0.5f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedJelly),
156156
new BossInfo("Granite Energy Storm", Skeletron + 0.2f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedStorm),
157157
new BossInfo("The Star Scouter", Skeletron + 0.3f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedScout),
158+
new BossInfo("The Buried Champion", Skeletron + 0.4f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedChampion),
158159
new BossInfo("Borean Strider", WallOfFlesh + .05f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedStrider),
159160
new BossInfo("Coznix, the Fallen Beholder", WallOfFlesh + .1f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedFallenBeholder),
160161
new BossInfo("The Lich", SkeletronPrime + .1f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedLich),
161162
new BossInfo("Abyssion, The Forgotten One", Plantera + .1f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedDepthBoss),
162163
new BossInfo("The Ragnarok", Moonlord + .1f, () => BossChecklist.instance.thoriumLoaded, () => ThoriumMod.ThoriumWorld.downedRealityBreaker),
163164

164165
// Bluemagic -- Working 100%
165-
new BossInfo("Abomination", DukeFishron + 0.2f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedAbomination),
166-
new BossInfo("Spirit of Purity", Moonlord + 0.9f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedPuritySpirit),
167-
new BossInfo("Spirit of Chaos", Moonlord + 1.9f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedChaosSpirit),
166+
//new BossInfo("Abomination", DukeFishron + 0.2f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedAbomination),
167+
//new BossInfo("Spirit of Purity", Moonlord + 0.9f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedPuritySpirit),
168+
//new BossInfo("Spirit of Chaos", Moonlord + 1.9f, () => BossChecklist.instance.bluemagicLoaded, () => Bluemagic.BluemagicWorld.downedChaosSpirit),
168169

169170
// Calamity -- Looks like some bosses are still WIP?
170171
//new BossInfo("Desert Scourge", SlimeKing + .5f, () => BossChecklist.instance.calamityLoaded, () => CalamityMod.CalamityWorld.downedDesertScourge),

build.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
author = jopojelly
2-
version = 0.1.1.10
2+
version = 0.1.1.12
33
displayName = Boss Checklist
44
homepage = http://forums.terraria.org/index.php?threads/boss-checklist-in-game-progression-checklist.50668/
55
hideCode = false
@@ -9,6 +9,6 @@ languageVersion = 6
99
includePDB = true
1010
notworkingside = Client
1111
buildIgnore = .vs\*, Properties\*, *.csproj, *.user, obj\*, bin\*, *.config, lib\*, .gitignore, .git\*, .travis.yml
12-
weakReferences = ThoriumMod@1.2.13.3, Bluemagic@1.1.1
13-
noSupportYet = CrystiliumMod@1.0.5, , Tremor@1.2.1.5, SacredTools@0.22.3
14-
supportThroughCall = JoostMod, Pumpking, CalamityMod
12+
weakReferences = ThoriumMod@1.3.1.6
13+
noSupportYet = CrystiliumMod, SacredTools
14+
supportThroughCall = JoostMod, Pumpking, CalamityMod, Bluemagic, Tremor

lib/Bluemagic_v1.1.1.dll

-188 KB
Binary file not shown.

lib/ThoriumMod_v1.3.1.6.dll

2.43 MB
Binary file not shown.

lib/ThoruimMod_v1.2.13.3.dll

-2.06 MB
Binary file not shown.
-177 KB
Binary file not shown.

lib/unused/Tremor_v1.2.1.5.dll

-457 KB
Binary file not shown.

0 commit comments

Comments
 (0)