Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
WorldGen organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Jofairden committed Oct 14, 2017
1 parent b43e7ee commit f45d320
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 242 deletions.
2 changes: 1 addition & 1 deletion Tremor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public override void PostSetupContent()
bossChecklist.Call("AddBossWithInfo", "Alchemaster", 6.5f, (Func<bool>)(() => TremorWorld.Boss.Alchemaster.IsDowned()), "Use a [i:" + ItemType("AncientMosaic") + "]");// at night
bossChecklist.Call("AddBossWithInfo", "Motherboard (Destroyer alt)", 8.01f, (Func<bool>)(() => TremorWorld.Boss.Motherboard.IsDowned()), "Use a [i:" + ItemType("MechanicalBrain") + "]");//at night
bossChecklist.Call("AddBossWithInfo", "Pixie Queen", 9.6f, (Func<bool>)(() => TremorWorld.Boss.PixieQueen.IsDowned()), "Use a [i:" + ItemType("PixieinaJar") + "]");// in Hallow at night
bossChecklist.Call("AddBossWithInfo", "Wall of Shadows", 10.7f, (Func<bool>)(() => TremorWorld.Boss.WallOfShadow.IsDowned()), "Throw a [i:" + ItemType("ShadowRelic") + "]");//into lava in Underworld after beating Plantera and having the Dryad alive
bossChecklist.Call("AddBossWithInfo", "Wall of Shadows", 10.7f, (Func<bool>)(() => TremorWorld.Boss.WallOfShadow.IsDowned()), "Use a [i:" + ItemType("ShadowRelic") + "]");//into lava in Underworld after beating Plantera and having the Dryad alive
bossChecklist.Call("AddBossWithInfo", "Frost King", 10.6f, (Func<bool>)(() => TremorWorld.Boss.FrostKing.IsDowned()), "Use a [i:" + ItemType("FrostCrown") + "]");//in Snow
bossChecklist.Call("AddBossWithInfo", "Cog Lord", 11.4f, (Func<bool>)(() => TremorWorld.Boss.CogLord.IsDowned()), "Use a [i:" + ItemType("ArtifactEngine") + "]");//at night
bossChecklist.Call("AddBossWithInfo", "Mothership and Cyber King", 11.5f, (Func<bool>)(() => TremorWorld.Boss.CyberKing.IsDowned()), "Use a [i:" + ItemType("AdvancedCircuit") + "], Cyber King spawns after defeating the Mothership");//Cyber King spawns after defeating the Mothership
Expand Down
Loading

0 comments on commit f45d320

Please sign in to comment.