├── .editorconfig ├── .gitattributes ├── .gitignore ├── Achievements ├── Ach_AeonsEternity.cs ├── Ach_AeonsEternity.png ├── Ach_BacteriumPrime.cs ├── Ach_BacteriumPrime.png ├── Ach_DesertBeak.cs ├── Ach_DesertBeak.png ├── Ach_FalseAlarm.cs ├── Ach_FalseAlarm.png ├── Ach_Fatality.cs ├── Ach_Fatality.png ├── Ach_Gems.cs ├── Ach_Gems.png ├── Ach_Hellevator.cs ├── Ach_Hellevator.png ├── Ach_ItBurnsX4.cs ├── Ach_ItBurnsX4.png ├── Ach_LuckyStiff.cs ├── Ach_LuckyStiff.png ├── Ach_Rock.cs ├── Ach_Rock.png ├── Ach_Safe.cs ├── Ach_Safe.png ├── Ach_SolarSystemPluto.cs ├── Ach_SolarSystemPluto.png ├── Ach_StaminaCrystal.cs ├── Ach_StaminaCrystal.png ├── Ach_Unification.cs ├── Ach_Unification.png ├── Ach_WoFsHouse.cs ├── Ach_WoFsHouse.png └── Template_Ach_Blank.png ├── Assets ├── Bestiary │ └── WallofSteel.png ├── Shaders │ ├── AquaDye.png │ ├── Gradient.png │ ├── Noise.png │ ├── ScaryGhostTexture.png │ └── ShaderLoader.cs ├── Textures │ ├── BlueLihzahrdGlowmask.png │ ├── BossChecklist │ │ ├── BacteriumPrimeBossChecklist.png │ │ ├── DesertBeakBossChecklist.png │ │ ├── MechastingBossChecklist.png │ │ └── PhantasmBossChecklist.png │ ├── Costumes │ │ ├── BluePartyHat.png │ │ ├── CyanPartyHat.png │ │ ├── LavaMerman_Body.png │ │ ├── LavaMerman_Female_Head.png │ │ ├── LavaMerman_Head.png │ │ ├── LavaMerman_Legs.png │ │ ├── PinkPartyHat.png │ │ ├── PurplePartyHat.png │ │ └── WhitePartyHat.png │ ├── CursedExplosion.png │ ├── FlameExplosion.png │ ├── ForceField.png │ ├── GlowCircle.png │ ├── HellEmbers.png │ ├── LihzahrdAltarPortal.png │ ├── MechaHungryChain.png │ ├── OreRiftAnimation.png │ ├── Shockwave.png │ ├── SoulEmbers.png │ ├── Sparkly.png │ ├── SparklyAeon.png │ ├── SparklyBig.png │ ├── SparklySingleEnd.png │ ├── StarTorch.png │ ├── UI │ │ ├── AngelIcon.png │ │ ├── BarMana2.png │ │ ├── BarMana3.png │ │ ├── BarMana4.png │ │ ├── BarMana5.png │ │ ├── BarMana6.png │ │ ├── CloudGloveToggle.png │ │ ├── CloudGloveToggle_Hover.png │ │ ├── ContagionCaptureBiomeIcon.png │ │ ├── EAOBanner.png │ │ ├── EAOLogo.png │ │ ├── EAOLogoAprilFools.png │ │ ├── ExxoAvalonLogo.png │ │ ├── ExxoAvalonLogoContagion.png │ │ ├── FancyBlueHeart.png │ │ ├── FancyMana2.png │ │ ├── FancyMana3.png │ │ ├── FancyMana4.png │ │ ├── FancyMana5.png │ │ ├── FancyMana6.png │ │ ├── GenieSlot.png │ │ ├── HP_Fill_Crystal.png │ │ ├── Heart3.png │ │ ├── HerbButton.png │ │ ├── HerbPotion.png │ │ ├── HerbPotionNoOutline.png │ │ ├── HerbThing.png │ │ ├── JukeboxStop.png │ │ ├── MP_Panel_Right.png │ │ ├── Mana2.png │ │ ├── Mana3.png │ │ ├── Mana4.png │ │ ├── Mana5.png │ │ ├── Mana6.png │ │ ├── MinionSlot │ │ │ ├── Filling.png │ │ │ ├── FillingBar.png │ │ │ ├── FillingClassic.png │ │ │ ├── SlotBarLeft.png │ │ │ ├── SlotBarLeftEnd.png │ │ │ ├── SlotBarOne.png │ │ │ ├── SlotBottom.png │ │ │ ├── SlotBottomEnd.png │ │ │ ├── SlotStart.png │ │ │ ├── SlotStartUncapped.png │ │ │ ├── SlotTop.png │ │ │ └── SlotTopEnd.png │ │ ├── OriginsLogo.png │ │ ├── Panel_Left.png │ │ ├── Stamina.png │ │ ├── Stamina2.png │ │ ├── Stamina3.png │ │ ├── Stamina4.png │ │ ├── Stamina5.png │ │ ├── StaminaFancy_Bottom.png │ │ ├── StaminaFancy_FillBlue.png │ │ ├── StaminaFancy_FillGreen.png │ │ ├── StaminaFancy_FillOrange.png │ │ ├── StaminaFancy_FillPink.png │ │ ├── StaminaFancy_FillPurple.png │ │ ├── StaminaFancy_Middle.png │ │ ├── StaminaFancy_Single.png │ │ ├── StaminaFancy_Top.png │ │ ├── StaminaFill_Blue.png │ │ ├── StaminaFill_Green.png │ │ ├── StaminaFill_Orange.png │ │ ├── StaminaFill_Pink.png │ │ ├── StaminaFill_Purple.png │ │ ├── StaminaPanel_Middle.png │ │ ├── StaminaPanel_Right.png │ │ ├── StaminaPanel_Right_Stacked.png │ │ ├── StaminaScroll.png │ │ ├── TomeSlot.png │ │ ├── WorldCreation │ │ │ ├── IconAdamantite.png │ │ │ ├── IconBismuth.png │ │ │ ├── IconBronze.png │ │ │ ├── IconCobalt.png │ │ │ ├── IconContagion.png │ │ │ ├── IconCopper.png │ │ │ ├── IconCorruptionCaves.png │ │ │ ├── IconCorruptionRetro.png │ │ │ ├── IconCrimsonCaves.png │ │ │ ├── IconCrimsonRetro.png │ │ │ ├── IconDuratanium.png │ │ │ ├── IconGold.png │ │ │ ├── IconHallowCorruptionCaves.png │ │ │ ├── IconHallowCorruptionRetro.png │ │ │ ├── IconHallowCrimsonCaves.png │ │ │ ├── IconHallowCrimsonRetro.png │ │ │ ├── IconIridium.png │ │ │ ├── IconIron.png │ │ │ ├── IconLead.png │ │ │ ├── IconMythril.png │ │ │ ├── IconNaquadah.png │ │ │ ├── IconNickel.png │ │ │ ├── IconOreRandom.png │ │ │ ├── IconOrichalcum.png │ │ │ ├── IconOsmium.png │ │ │ ├── IconOverlayContagion.png │ │ │ ├── IconOverlayContagionAnniversary.png │ │ │ ├── IconOverlayContagionCaves.png │ │ │ ├── IconOverlayContagionDST.png │ │ │ ├── IconOverlayContagionFTW.png │ │ │ ├── IconOverlayContagionNormal.png │ │ │ ├── IconOverlayContagionNotTheBees.png │ │ │ ├── IconOverlayContagionRemix.png │ │ │ ├── IconOverlayContagionRetro.png │ │ │ ├── IconOverlayContagionTraps.png │ │ │ ├── IconOverlayEverythingContagion.png │ │ │ ├── IconOverlayJungle.png │ │ │ ├── IconOverlayJungleCompletion.png │ │ │ ├── IconOverlaySavanna.png │ │ │ ├── IconOverlaySavannaCompletion.png │ │ │ ├── IconPalladium.png │ │ │ ├── IconPlatinum.png │ │ │ ├── IconPyroscoric.png │ │ │ ├── IconRhodium.png │ │ │ ├── IconSilver.png │ │ │ ├── IconTin.png │ │ │ ├── IconTitanium.png │ │ │ ├── IconTritanorium.png │ │ │ ├── IconTroxinium.png │ │ │ ├── IconTungsten.png │ │ │ ├── IconUnvolandite.png │ │ │ ├── IconVorazylcum.png │ │ │ ├── IconZinc.png │ │ │ ├── LegacyWorldIcons │ │ │ │ ├── IconContagionJungle.png │ │ │ │ ├── IconContagionTropics.png │ │ │ │ ├── IconCorruptionJungle.png │ │ │ │ ├── IconCorruptionTropics.png │ │ │ │ ├── IconCrimsonJungle.png │ │ │ │ ├── IconCrimsonTropics.png │ │ │ │ ├── IconHallowContagion.png │ │ │ │ ├── IconHallowContagionJungle.png │ │ │ │ ├── IconHallowContagionJungleSHM.png │ │ │ │ ├── IconHallowContagionTropics.png │ │ │ │ ├── IconHallowContagionTropicsSHM.png │ │ │ │ ├── IconHallowCorruptionJungle.png │ │ │ │ ├── IconHallowCorruptionJungleSHM.png │ │ │ │ ├── IconHallowCorruptionTropics.png │ │ │ │ ├── IconHallowCorruptionTropicsSHM.png │ │ │ │ ├── IconHallowCrimsonJungle.png │ │ │ │ ├── IconHallowCrimsonJungleSHM.png │ │ │ │ ├── IconHallowCrimsonTropics.png │ │ │ │ ├── IconHallowCrimsonTropicsSHM.png │ │ │ │ ├── IconJungle.png │ │ │ │ ├── IconJungleOverlay_Old.png │ │ │ │ ├── IconRandom.png │ │ │ │ ├── IconTropics.png │ │ │ │ └── IconTropicsOverlay_Old.png │ │ │ ├── LoadingOuterContagion.png │ │ │ └── PreviewEvilContagion.png │ │ └── WorldIcons │ │ │ ├── IconJungle.png │ │ │ └── IconTropics.png │ ├── WallofSteel.png │ ├── WhiteExplosion.png │ ├── WoSBeamEnd.png │ ├── WoSBeamMiddle.png │ └── WoSBeamStart.png ├── Vanilla │ ├── Items │ │ ├── AngryTrapperBanner.png │ │ ├── AshGrassSeeds.png │ │ ├── BatScepter.png │ │ ├── Bell.png │ │ ├── BloodyAmulet.png │ │ ├── BoneLeeBanner.png │ │ ├── BouncyBomb.png │ │ ├── BouncyGrenade.png │ │ ├── CandyCornRifle.png │ │ ├── CorruptSeeds.png │ │ ├── CrimsonSeeds.png │ │ ├── CrimtaneBar.png │ │ ├── Deathweed.png │ │ ├── EnchantedSword.png │ │ ├── FairyBell.png │ │ ├── GrassSeeds.png │ │ ├── HallowedKey.png │ │ ├── HallowedSeeds.png │ │ ├── HellstoneBar.png │ │ ├── HorsemansBlade.png │ │ ├── Item_134.png │ │ ├── Item_135.png │ │ ├── Item_137.png │ │ ├── Item_138.png │ │ ├── Item_139.png │ │ ├── Item_140.png │ │ ├── JungleGrassSeeds.png │ │ ├── MagicDagger.png │ │ ├── MushroomGrassSeeds.png │ │ ├── PaladinBanner.png │ │ ├── PossessedArmorBanner.png │ │ ├── PulseBow.png │ │ ├── ShroomiteDiggingClaws.png │ │ ├── Terrablade.png │ │ ├── TrueExcalibur.png │ │ └── WaterleafSeeds.png │ ├── NPCs │ │ ├── BalloonSlime.png │ │ ├── DungeonSlime.png │ │ ├── IceSlime.png │ │ ├── IlluminantSlime.png │ │ ├── JungleSlime.png │ │ ├── LavaSlime.png │ │ ├── MotherSlime.png │ │ ├── Pinky.png │ │ ├── Slime.png │ │ ├── SpikedIceSlime.png │ │ ├── SpikedJungleSlime.png │ │ ├── SpikedSlime.png │ │ └── SpikedSlimeWhite.png │ ├── Projectiles │ │ └── DemonScythe.png │ ├── Tiles │ │ ├── AncientBlueDungeonBricks.png │ │ ├── AncientGreenDungeonBricks.png │ │ ├── AncientPinkDungeonBricks.png │ │ ├── BloomingHerbs.png │ │ ├── BuddingHerbs.png │ │ ├── CopperCoin.png │ │ ├── GoldCoin.png │ │ ├── MatureHerbs.png │ │ ├── PlatinumCoin.png │ │ ├── SilverCoin.png │ │ ├── VanillaBanners.png │ │ └── VanillaChests.png │ └── Walls │ │ ├── AncientBlueDungeonBrickWall.png │ │ ├── AncientGreenDungeonBrickWall.png │ │ └── AncientPinkDungeonBrickWall.png ├── VanillaAssetReplacer.cs └── add later.png ├── Backgrounds ├── Caesium1.png ├── Caesium10.png ├── Caesium11.png ├── Caesium12.png ├── Caesium13.png ├── Caesium14.png ├── Caesium2.png ├── Caesium3.png ├── Caesium4.png ├── Caesium5.png ├── Caesium6.png ├── Caesium7.png ├── Caesium8.png ├── Caesium9.png ├── ContagionSurfaceBackground.cs ├── ContagionSurfaceBackground1.png ├── ContagionSurfaceBackground2.png ├── ContagionSurfaceBackground3.png ├── ContagionSurfaceBackground4.png ├── ContagionSurfaceBackground5.png ├── ContagionSurfaceBackground6.png ├── ContagionSurfaceBackground7.png ├── ContagionSurfaceBackground8.png ├── ContagionSurfaceBackground9.png ├── ContagionSurfaceDesertBackground.cs ├── ContagionSurfaceDesertBackground1.png ├── ContagionSurfaceDesertBackground2.png ├── ContagionSurfaceDesertBackground3.png ├── ContagionSurfaceDesertBackground4.png ├── ContagionSurfaceFarBG.png ├── ContagionUndergroundBackground_0.cs ├── ContagionUndergroundBackground_0_0.png ├── ContagionUndergroundBackground_0_1.png ├── ContagionUndergroundBackground_0_2.png ├── ContagionUndergroundBackground_0_3.png ├── ContagionUndergroundBackground_0_4.png ├── ContagionUndergroundBackground_1.cs ├── ContagionUndergroundBackground_1_0.png ├── ContagionUndergroundBackground_1_1.png ├── ContagionUndergroundBackground_1_2.png ├── ContagionUndergroundBackground_1_3.png ├── ContagionUndergroundBackground_1_4.png ├── ContagionUndergroundSnowBackground.cs ├── ContagionUndergroundSnowBackground1.png ├── ContagionUndergroundSnowBackground2.png ├── ContagionUndergroundSnowBackground3.png ├── ContagionUndergroundSnowBackground4.png ├── DarkMatter │ ├── DarkMatterBG.png │ ├── DarkMatterBGBlackHole.png │ ├── DarkMatterBGBlackHole2.png │ ├── DarkMatterBGBlackHole3.png │ ├── DarkMatterSky.png │ ├── Debris │ │ ├── DarkMatterDebris0.png │ │ ├── DarkMatterDebris1.png │ │ ├── DarkMatterDebris2.png │ │ └── DarkMatterDebris3.png │ ├── Nimbus │ │ ├── DarkMatterNimbus0.png │ │ ├── DarkMatterNimbus1.png │ │ ├── DarkMatterNimbus10.png │ │ ├── DarkMatterNimbus11.png │ │ ├── DarkMatterNimbus12.png │ │ ├── DarkMatterNimbus2.png │ │ ├── DarkMatterNimbus3.png │ │ ├── DarkMatterNimbus4.png │ │ ├── DarkMatterNimbus5.png │ │ ├── DarkMatterNimbus6.png │ │ ├── DarkMatterNimbus7.png │ │ ├── DarkMatterNimbus8.png │ │ └── DarkMatterNimbus9.png │ ├── NimbusBig │ │ ├── DarkMatterNimbusBig0.png │ │ ├── DarkMatterNimbusBig1.png │ │ ├── DarkMatterNimbusBig2.png │ │ ├── DarkMatterNimbusBig3.png │ │ ├── DarkMatterNimbusBig4.png │ │ └── DarkMatterNimbusBig5.png │ └── Rocks │ │ ├── DarkMatterRock0.png │ │ ├── DarkMatterRock1.png │ │ ├── DarkMatterRock10.png │ │ ├── DarkMatterRock11.png │ │ ├── DarkMatterRock12.png │ │ ├── DarkMatterRock13.png │ │ ├── DarkMatterRock14.png │ │ ├── DarkMatterRock15.png │ │ ├── DarkMatterRock16.png │ │ ├── DarkMatterRock17.png │ │ ├── DarkMatterRock18.png │ │ ├── DarkMatterRock19.png │ │ ├── DarkMatterRock2.png │ │ ├── DarkMatterRock3.png │ │ ├── DarkMatterRock4.png │ │ ├── DarkMatterRock5.png │ │ ├── DarkMatterRock6.png │ │ ├── DarkMatterRock7.png │ │ ├── DarkMatterRock8.png │ │ └── DarkMatterRock9.png ├── DarkMatterSurfaceBackgroundStyle.cs ├── DarkMatterSurfaceMiddle.png ├── TropicsSurfaceBackground.cs ├── TropicsSurfaceBackground1.png ├── TropicsSurfaceBackground2.png ├── TropicsSurfaceBackground3.png ├── TropicsSurfaceBackground4.png ├── TropicsUndergroundBackground.cs ├── TropicsUndergroundBackground1.png ├── TropicsUndergroundBackground2.png ├── TropicsUndergroundBackground3.png └── TropicsUndergroundBackground4.png ├── Biomes ├── AshenOvergrowth.cs ├── AshenOvergrowth_Icon.png ├── BasaltObeliskBiome.cs ├── CaesiumBlastplains.cs ├── CaesiumBlastplains_Background.png ├── CaesiumBlastplains_Icon.png ├── CaesiumSeeker.png ├── Contagion.cs ├── ContagionCaveDesert.cs ├── ContagionCaveDesert_Icon.png ├── ContagionDesert.cs ├── ContagionDesert_Icon.png ├── Contagion_Background.png ├── Contagion_Icon.png ├── DarkMatter.cs ├── DarkMatter_Background.png ├── DarkMatter_Icon.png ├── DelightCandleBiome.cs ├── DungeonAltColors.cs ├── FlightCandleBiome.cs ├── FrightCandleBiome.cs ├── Hellcastle.cs ├── Hellcastle_Background.png ├── Hellcastle_Icon.png ├── IceCandleBiome.cs ├── MightCandleBiome.cs ├── NearHellcastle.cs ├── NightCandleBiome.cs ├── Savanna.cs ├── SightCandleBiome.cs ├── SilenceCandleBiome.cs ├── SkyFortress.cs ├── Tropics_Background.png ├── Tropics_Icon.png ├── TuhrtlOutpost.cs ├── UndergroundContagion.cs ├── UndergroundContagionIce.cs ├── UndergroundContagionIce_Icon.png ├── UndergroundContagion_Icon.png ├── UndergroundTropics.cs └── UndergroundTropics_Background.png ├── Buffs ├── AdvancedBuffs │ ├── AdvAmmoReservation.cs │ ├── AdvAmmoReservation.png │ ├── AdvArchery.cs │ ├── AdvArchery.png │ ├── AdvBattle.cs │ ├── AdvBattle.png │ ├── AdvBloodCast.cs │ ├── AdvBloodCast.png │ ├── AdvBuilder.cs │ ├── AdvBuilder.png │ ├── AdvCalming.cs │ ├── AdvCalming.png │ ├── AdvCrate.cs │ ├── AdvCrate.png │ ├── AdvCrimson.cs │ ├── AdvCrimson.png │ ├── AdvDangersense.cs │ ├── AdvDangersense.png │ ├── AdvDupe.cs │ ├── AdvDupe.png │ ├── AdvEndurance.cs │ ├── AdvEndurance.png │ ├── AdvFeatherfall.cs │ ├── AdvFeatherfall.png │ ├── AdvFishing.cs │ ├── AdvFishing.png │ ├── AdvFlipper.cs │ ├── AdvFlipper.png │ ├── AdvForceField.cs │ ├── AdvForceField.png │ ├── AdvFury.cs │ ├── AdvFury.png │ ├── AdvGPS.cs │ ├── AdvGPS.png │ ├── AdvGambler.cs │ ├── AdvGambler.png │ ├── AdvGauntlet.cs │ ├── AdvGauntlet.png │ ├── AdvGills.cs │ ├── AdvGills.png │ ├── AdvGravitation.cs │ ├── AdvGravitation.png │ ├── AdvHeartreach.cs │ ├── AdvHeartreach.png │ ├── AdvHeartsick.cs │ ├── AdvHeartsick.png │ ├── AdvHunter.cs │ ├── AdvHunter.png │ ├── AdvInferno.cs │ ├── AdvInferno.png │ ├── AdvInvincibility.cs │ ├── AdvInvincibility.png │ ├── AdvInvisibility.cs │ ├── AdvInvisibility.png │ ├── AdvIronskin.cs │ ├── AdvIronskin.png │ ├── AdvLeaping.cs │ ├── AdvLeaping.png │ ├── AdvLifeforce.cs │ ├── AdvLifeforce.png │ ├── AdvLuck.cs │ ├── AdvLuck.png │ ├── AdvMagicPower.cs │ ├── AdvMagicPower.png │ ├── AdvMagnet.cs │ ├── AdvMagnet.png │ ├── AdvManaRegeneration.cs │ ├── AdvManaRegeneration.png │ ├── AdvMining.cs │ ├── AdvMining.png │ ├── AdvNightOwl.cs │ ├── AdvNightOwl.png │ ├── AdvNinja.cs │ ├── AdvNinja.png │ ├── AdvObsidianSkin.cs │ ├── AdvObsidianSkin.png │ ├── AdvRage.cs │ ├── AdvRage.png │ ├── AdvRegeneration.cs │ ├── AdvRegeneration.png │ ├── AdvRogue.cs │ ├── AdvRogue.png │ ├── AdvShadow.cs │ ├── AdvShadow.png │ ├── AdvShine.cs │ ├── AdvShine.png │ ├── AdvShockwave.cs │ ├── AdvShockwave.png │ ├── AdvSonar.cs │ ├── AdvSonar.png │ ├── AdvSpelunker.cs │ ├── AdvSpelunker.png │ ├── AdvStarbright.cs │ ├── AdvStarbright.png │ ├── AdvStrength.cs │ ├── AdvStrength.png │ ├── AdvSummoning.cs │ ├── AdvSummoning.png │ ├── AdvSupersonic.cs │ ├── AdvSupersonic.png │ ├── AdvSwiftness.cs │ ├── AdvSwiftness.png │ ├── AdvThorns.cs │ ├── AdvThorns.png │ ├── AdvTimeShift.cs │ ├── AdvTimeShift.png │ ├── AdvTitan.cs │ ├── AdvTitan.png │ ├── AdvTitanskin.cs │ ├── AdvTitanskin.png │ ├── AdvVision.cs │ ├── AdvVision.png │ ├── AdvWarmth.cs │ ├── AdvWarmth.png │ ├── AdvWaterWalking.cs │ ├── AdvWaterWalking.png │ ├── AdvWisdom.cs │ ├── AdvWisdom.png │ ├── AdvWrath.cs │ └── AdvWrath.png ├── ArmorPenetration.cs ├── ArmorPenetration.png ├── AstralProjecting.cs ├── AstralProjecting.png ├── BacteriaInfection.cs ├── BacteriaInfection.png ├── BacterialEndurance.cs ├── BacterialEndurance.png ├── BasaltObeliskBuff.cs ├── BasaltObeliskBuff.png ├── BenevolentWard.cs ├── BenevolentWard.png ├── Berserk.cs ├── Berserk.png ├── Blah.cs ├── Blah.png ├── BloodCast.cs ├── BloodCast.png ├── CaesiumBoostingStance.cs ├── CaesiumBoostingStance.png ├── Clover.cs ├── Clover.png ├── CobaltEndurance.cs ├── CobaltEndurance.png ├── CrimsonDrain.cs ├── CrimsonDrain.png ├── Deadeye.cs ├── Deadeye.png ├── Debuffs │ ├── AstralCurse.cs │ ├── AstralCurse.png │ ├── AstralProjectingCooldown.cs │ ├── AstralProjectingCooldown.png │ ├── BrokenWeaponry.cs │ ├── BrokenWeaponry.png │ ├── CaesiumPoison.cs │ ├── CaesiumPoison.png │ ├── Coalesced.cs │ ├── Coalesced.png │ ├── CoughCooldown.cs │ ├── CoughCooldown.png │ ├── CurseofDelirium.cs │ ├── CurseofDelirium.png │ ├── Electrified.cs │ ├── Electrified.png │ ├── IcySlowdown.cs │ ├── IcySlowdown.png │ ├── ImmortalityCooldown.cs │ ├── ImmortalityCooldown.png │ ├── Lacerated.cs │ ├── Lacerated.png │ ├── Malaria.cs │ ├── Malaria.png │ ├── Pathogen.cs │ ├── Pathogen.png │ ├── SanguineSacrifice.cs │ ├── SanguineSacrifice.png │ ├── Scrambled.cs │ ├── Scrambled.png │ ├── ShadowCurse.cs │ ├── ShadowCurse.png │ ├── ShroomiteFullbright.cs │ ├── ShroomiteFullbright.png │ ├── StaminaDrain.cs │ ├── StaminaDrain.png │ ├── Sticky.cs │ ├── Sticky.png │ ├── Toxic.cs │ ├── Toxic.png │ ├── Unloaded.cs │ ├── Unloaded.png │ ├── WardCurse.cs │ ├── WardCurse.png │ ├── Wormed.cs │ ├── Wormed.png │ ├── XanthophyteFossilCooldown.cs │ └── XanthophyteFossilCooldown.png ├── Dupe.cs ├── Dupe.png ├── Fledgling.cs ├── Fledgling.png ├── ForceField.cs ├── ForceField.png ├── Fury.cs ├── Fury.png ├── GPS.cs ├── GPS.png ├── Gambler.cs ├── Gambler.png ├── Gauntlet.cs ├── Gauntlet.png ├── Heartsick.cs ├── Heartsick.png ├── ImbuePathogen.cs ├── ImbuePathogen.png ├── InflictionGenieBuff.cs ├── InflictionGenieBuff.png ├── Leaping.cs ├── Leaping.png ├── Magnet.cs ├── Magnet.png ├── Ninja.cs ├── Ninja.png ├── OmegaCobaltEndurance.cs ├── OmegaCobaltEndurance.png ├── PeridotGemcartBuff.cs ├── PeridotGemcartBuff.png ├── Pets │ ├── ArgusLantern.cs │ ├── ArgusLantern.png │ ├── Bacterium.cs │ ├── Bacterium.png │ ├── SnotOrb.cs │ └── SnotOrb.png ├── PixieHalloworBuff.cs ├── PixieHalloworBuff.png ├── Rejuvenation.cs ├── Rejuvenation.png ├── Rogue.cs ├── Rogue.png ├── Shadows.cs ├── Shadows.png ├── Shockwave.cs ├── Shockwave.png ├── SilenceCandleBuff.cs ├── SilenceCandleBuff.png ├── SkyBlessing.cs ├── SkyBlessing.png ├── SpectrumBlur.cs ├── SpectrumBlur.png ├── SpectrumBlur_Animation.png ├── SpiritOfOriginal.cs ├── SpiritOfOriginal.png ├── Starbright.cs ├── Starbright.png ├── StingerProbe.cs ├── StingerProbe.png ├── Strong.cs ├── Strong.png ├── Supersonic.cs ├── Supersonic.png ├── TimeShift.cs ├── TimeShift.png ├── Titanskin.cs ├── Titanskin.png ├── TourmalineGemcartBuff.cs ├── TourmalineGemcartBuff.png ├── Vision.cs ├── Vision.png ├── Wisdom.cs ├── Wisdom.png ├── XanthophyteTree.cs ├── XanthophyteTree.png ├── ZirconGemcartBuff.cs └── ZirconGemcartBuff.png ├── ClassExtensions.cs ├── Common ├── AdditionalScreenshakes.cs ├── AvalonConfig.cs ├── AvalonGlobalBuff.cs ├── AvalonGlobalItem.cs ├── AvalonGlobalItemInstance.cs ├── AvalonGlobalNPC.cs ├── AvalonGlobalNPCInstance.cs ├── AvalonGlobalProjectile.cs ├── AvalonGlobalProjectileInstance.cs ├── AvalonGlobalTile.cs ├── AvalonGlobalWall.cs ├── AvalonMenu.cs ├── AvalonMobDrops.cs ├── AvalonTileData.cs ├── AvalonUtils.cs ├── AvalonWorld.cs ├── BiomeEffects.cs ├── BiomeKeyCurseEffect.cs ├── ContagionWorld.cs ├── DarkMatterWorld.cs ├── Easings.cs ├── Extensions │ └── DefaultToMethods.cs ├── HellcastleFogSystem.cs ├── ModHook.cs ├── OldAvalonSavesConverter.cs ├── Players │ ├── AvalonBiomePlayer.cs │ ├── AvalonEnchantPlayer.cs │ ├── AvalonHerbologyPlayer.cs │ ├── AvalonJukeboxPlayer.cs │ ├── AvalonPlayer.cs │ ├── AvalonStaminaPlayer.cs │ ├── GenieSlot.cs │ ├── StaminaSlot.cs │ └── TomeSlot.cs ├── Templates │ ├── AvalonModTree.cs │ ├── EnergySlashTemplate.cs │ ├── FlailTemplate.cs │ ├── FurnitureTemplate.cs │ ├── LongbowTemplate.cs │ ├── MaceTemplate.cs │ ├── ModHerb.cs │ ├── ModInterfaceLayer.cs │ ├── ModTorch.cs │ ├── PiercingBoomerangTemplate.cs │ ├── PlanterBoxTemplate.cs │ ├── SpearTemplate.cs │ └── UseStyles.cs ├── TileMerge.cs ├── TimeUtils.cs ├── TropicsWorld.cs ├── TrueMeleeArmorPen.cs ├── VanillaNPCExpertChanges.cs ├── VanillaRespritesThatAreNotSimpleGraphicReplacements.cs ├── VanillaWeaponReworks │ ├── GiantSnowflake.png │ ├── IceBlades.cs │ └── MandibleBlade.cs └── WallOfFleshDeathAnimation.cs ├── Data ├── HerbologyData.cs └── Sets │ ├── AvalonCoatingsID.cs │ ├── BuffSets.cs │ ├── ItemGroupValues.cs │ ├── ItemSets.cs │ ├── NPCSets.cs │ ├── ProjectileSets.cs │ ├── RecipeSets.cs │ ├── TileSets.cs │ ├── TorchLauncherSets.cs │ └── WallSets.cs ├── DropConditions ├── CloverPotionActive.cs ├── Combine.cs ├── ContagionKeyCondition.cs ├── ContagionTokenDropRule.cs ├── CrimsonNotContagion.cs ├── DesertPostBeakDrop.cs ├── FirstTimeKillingGolem.cs ├── HardmodeOnly.cs ├── HardmodePreSuperHardmode.cs ├── Invert.cs ├── IridiumWorldDrop.cs ├── IridiumWorldDropAndNotExpert.cs ├── IsContagion.cs ├── JungleOrTropicsCondition.cs ├── OsmiumWorldDrop.cs ├── OsmiumWorldDropAndNotExpert.cs ├── PostPhantasmDrop.cs ├── PostPhantasmHellcastleTokenDrop.cs ├── RhodiumWorldDrop.cs ├── RhodiumWorldDropAndNotExpert.cs ├── SandstormCondition.cs ├── ShimmerCraftCondition.cs ├── UndergroundContagionCondition.cs ├── UndergroundHardmodeContagionTokenDrop.cs ├── UnderworldKeyCondition.cs ├── ZoneContagion.cs ├── ZoneOutpost.cs ├── ZoneRockLayer.cs ├── ZoneSnow.cs └── ZoneTropics.cs ├── Dusts ├── AnchorWormDust.cs ├── AnchorWormDust.png ├── AncientSandDust.cs ├── AncientSandDust.png ├── BismuthDust.cs ├── BismuthDust.png ├── BleachedEbonyDust.cs ├── BleachedEbonyDust.png ├── BoltstoneDust.cs ├── BoltstoneDust.png ├── BoompipeShrapnelDust.cs ├── BoompipeShrapnelDust.png ├── BrimstoneDust.cs ├── BrimstoneDust.png ├── BronzeDust.cs ├── BronzeDust.png ├── BrownTorchDust.cs ├── BrownTorchDust.png ├── CaesiumDust.cs ├── CaesiumDust.png ├── CaesiumLavaDust.cs ├── CaesiumLavaDust.png ├── CaesiumWaterSplash.cs ├── CaesiumWaterSplash.png ├── ChunkstoneBrickDust.cs ├── ChunkstoneBrickDust.png ├── ContagionDust.cs ├── ContagionDust.png ├── ContagionLavaDust.cs ├── ContagionLavaDust.png ├── ContagionPowder.cs ├── ContagionPowder.png ├── ContagionSpray.cs ├── ContagionSpray.png ├── ContagionWaterSplash.cs ├── ContagionWaterSplash.png ├── ContagionWeapons.cs ├── ContagionWeapons.png ├── CoughwoodDust.cs ├── CoughwoodDust.png ├── CrystalDust.cs ├── CrystalDust.png ├── CyanTorchDust.cs ├── CyanTorchDust.png ├── DarkMatterDust.cs ├── DarkMatterDust.png ├── DarkMatterWaterSplash.cs ├── DarkMatterWaterSplash.png ├── DarkMatterWoodDust.cs ├── DarkMatterWoodDust.png ├── DroneDust.cs ├── DroneDust.png ├── DurataniumDust.cs ├── DurataniumDust.png ├── FreezethrowerDust.cs ├── FreezethrowerDust.png ├── HeartstoneDust.cs ├── HeartstoneDust.png ├── IceBeamDust.cs ├── IceBeamDust.png ├── IridiumDust.cs ├── IridiumDust.png ├── JunglePetalDust.cs ├── JunglePetalDust.png ├── JungleSpray.cs ├── JungleSpray.png ├── LifeRegeneration.cs ├── LifeRegeneration.png ├── LimeTorchDust.cs ├── LimeTorchDust.png ├── LivingLightningDust.cs ├── LivingLightningDust.png ├── MoonwareDust.cs ├── MoonwareDust.png ├── MosquitoDust.cs ├── MosquitoDust.png ├── MosquitoDustImmortal.png ├── NaquadahDust.cs ├── NaquadahDust.png ├── NickelDust.cs ├── NickelDust.png ├── OrangeDungeonDust.cs ├── OrangeDungeonDust.png ├── OsmiumDust.cs ├── OsmiumDust.png ├── PathogenDust.cs ├── PathogenDust.png ├── PathogenFlameDust.cs ├── PathogenFlameDust.png ├── PeridotDust.cs ├── PeridotDust.png ├── PhantomLavaDust.cs ├── PhantomLavaDust.png ├── PhantomWaterSplash.cs ├── PhantomWaterSplash.png ├── PhantoplasmDust.cs ├── PhantoplasmDust.png ├── PointingDust.cs ├── PointingDust.png ├── PurpleDungeonDust.cs ├── PurpleDungeonDust.png ├── ResistantWoodDust.cs ├── ResistantWoodDust.png ├── RhodiumDust.cs ├── RhodiumDust.png ├── SavannaGrassBladeDust.cs ├── SavannaGrassBladeDust.png ├── SavannaLavaDust.cs ├── SavannaLavaDust.png ├── ShatterShardDust.cs ├── ShatterShardDust.png ├── SimpleColorableGlowyDust.cs ├── SimpleColorableGlowyDust.png ├── SnotsandDust.cs ├── SnotsandDust.png ├── SoulofBlight.cs ├── SoulofBlight.png ├── SoulofDelight.cs ├── SoulofDelight.png ├── SoulofFlight.cs ├── SoulofFlight.png ├── SoulofFright.cs ├── SoulofFright.png ├── SoulofHumidity.cs ├── SoulofHumidity.png ├── SoulofLight.cs ├── SoulofLight.png ├── SoulofMight.cs ├── SoulofMight.png ├── SoulofNight.cs ├── SoulofNight.png ├── SoulofSight.cs ├── SoulofSight.png ├── SoulofTorture.cs ├── SoulofTorture.png ├── StaminaRegeneration.cs ├── StaminaRegeneration.png ├── StarstoneDust.cs ├── StarstoneDust.png ├── SunsShadowDust.cs ├── SunsShadowDust.png ├── TourmalineDust.cs ├── TourmalineDust.png ├── ToxinDust.cs ├── ToxinDust.png ├── TropicalDust.cs ├── TropicalDust.png ├── TropicalMudDust.cs ├── TropicalMudDust.png ├── TropicsWaterSplash.cs ├── TropicsWaterSplash.png ├── TroxiniumDust.cs ├── TroxiniumDust.png ├── VisionPotion.cs ├── VisionPotion.png ├── VomitWaterDust.cs ├── VomitWaterDust.png ├── YellowDungeonDust.cs ├── YellowDungeonDust.png ├── YellowIceDust.cs ├── YellowIceDust.png ├── YellowSolutionDust.cs ├── YellowSolutionDust.png ├── ZincDust.cs ├── ZincDust.png ├── ZirconDust.cs └── ZirconDust.png ├── Effects ├── AdditiveColor.fx ├── AdditiveColor.xnb ├── AetheriumDye.fx ├── AetheriumDye.xnb ├── AquaDye.fx ├── AquaDye.xnb ├── BerserkerDye.fx ├── BerserkerDye.xnb ├── BlahDye.fx ├── BlahDye.xnb ├── BlurDye.fx ├── BlurDye.xnb ├── CalculatorSpectaclesShader.cs ├── ChunkstoneDye.fx ├── ChunkstoneDye.xnb ├── CloudyDye.fx ├── CloudyDye.xnb ├── CrimstoneDye.fx ├── CrimstoneDye.xnb ├── CursedFlameDye.fx ├── CursedFlameDye.xnb ├── DarkMatterScreenShader.cs ├── DarkMatterSky.cs ├── DarkMatterSkyShader.fx ├── DarkMatterSkyShader.xnb ├── EbonstoneDye.fx ├── EbonstoneDye.xnb ├── EchoDye.fx ├── EchoDye.xnb ├── EctoplasmalDye.fx ├── EctoplasmalDye.xnb ├── HighVisDye.fx ├── HighVisDye.xnb ├── IchorDye.fx ├── IchorDye.xnb ├── IlluminantDye.fx ├── IlluminantDye.xnb ├── LavaDye.fx ├── LavaDye.xnb ├── PathogenDye.fx ├── PathogenDye.xnb ├── PixelChange.fx ├── PixelChange.xnb ├── ShimmerDye.fx ├── ShimmerDye.xnb ├── StoneDye.fx ├── StoneDye.xnb ├── UnvolanditePhaseDye.fx ├── UnvolanditePhaseDye.xnb ├── VorazylcumPhaseDye.fx ├── VorazylcumPhaseDye.xnb ├── WOSLaser.fx └── WOSLaser.xnb ├── Emotes ├── BacteriumPrimeEmote.cs ├── BacteriumPrimeEmote.png ├── ContagionEmote.cs ├── ContagionEmote.png ├── DesertBeakEmote.cs ├── DesertBeakEmote.png ├── LibrarianEmote.cs ├── LibrarianEmote.png ├── StaminaEmote.cs └── StaminaEmote.png ├── ExxoAvalonOrigins.cs ├── ExxoAvalonOrigins.csproj ├── ExxoAvalonOrigins.sln ├── Gores ├── BacteriumPrime1.png ├── BacteriumPrime2.png ├── BacteriumPrime3.png ├── Bactus.png ├── Bactus2.png ├── Bactus3.png ├── BactusMinion1.png ├── BactusMinion2.png ├── BactusMinion3.png ├── BactusMinion4.png ├── BloodshotEye1.png ├── BloodshotEye2.png ├── BloodshotEye3.png ├── BloodyVultureHead.png ├── BloodyVultureTalon.png ├── BloodyVultureWing.png ├── BoneFishHead.png ├── BoneFishTail.png ├── Bubble.cs ├── Bubble.png ├── CaesiumLavaDroplet.cs ├── CaesiumLavaDroplet.png ├── ContagionDroplet.cs ├── ContagionDroplet.png ├── ContagionLavaDroplet.cs ├── ContagionLavaDroplet.png ├── ContagionPotGore1.png ├── ContagionPotGore2.png ├── ContagionPotGore3.png ├── ContagionPotGores.cs ├── ContaminatedBunny1.png ├── ContaminatedBunny2.png ├── ContaminatedGhoul1.png ├── ContaminatedGhoul2.png ├── ContaminatedGhoul3.png ├── ContaminatedGhoul4.png ├── ContaminatedGoldfish1.png ├── ContaminatedGoldfish2.png ├── ContaminatedPenguin1.png ├── ContaminatedPenguin2.png ├── CorruptVultureHead.png ├── CorruptVultureTalon.png ├── CorruptVultureWing.png ├── Cougher1.png ├── Cougher2.png ├── Cougher3.png ├── CursedFlamer1.png ├── CursedFlamer2.png ├── CursedFlamer3.png ├── DarkMatterDroplet.cs ├── DarkMatterDroplet.png ├── DarkMatterSlimerWing.png ├── DesertBeakBody.png ├── DesertBeakHead.png ├── DesertBeakTalon.png ├── DesertBeakWing.png ├── DesertBeakWing2.png ├── DesertTalon1.png ├── DesertTalon2.png ├── DesertTalon3.png ├── FallenHeroGore1.png ├── FallenHeroGore2.png ├── FallenHeroGore3.png ├── FrogGore1.png ├── FrogGore2.png ├── FrogGore3.png ├── GargoyleGore3.png ├── GargoyleGore4.png ├── GargoyleGore5.png ├── GargoyleHead.png ├── GargoyleWing.png ├── GlacierChunk1.cs ├── GlacierChunk1.png ├── GlacierChunk2.cs ├── GlacierChunk2.png ├── GlacierChunk3.cs ├── GlacierChunk3.png ├── GlacierShard1.cs ├── GlacierShard1.png ├── GlacierShard2.cs ├── GlacierShard2.png ├── GlacierShard3.cs ├── GlacierShard3.png ├── Gores.cs ├── HellboundLizardGore1.png ├── HellboundLizardGore2.png ├── HellboundLizardGore3.png ├── HellboundLizardGore4.png ├── IrateBonesHelmet.png ├── KingStingBody.png ├── KingStingHead.png ├── KingStingWing.png ├── LargeBubble.cs ├── LargeBubble.png ├── Librarian_Arm.png ├── Librarian_Arm_Shimmer.png ├── Librarian_Head.png ├── Librarian_Head_Shimmer.png ├── Librarian_Leg.png ├── Librarian_Leg_Shimmer.png ├── LiquidDropletGoreBase.cs ├── MimeArm.png ├── MimeHead.png ├── MimeLeg.png ├── MosquitoDroopyGore0.png ├── MosquitoDroopyGore1.png ├── MosquitoGore0.png ├── MosquitoGore1.png ├── MosquitoPaintedGore0.png ├── MosquitoPaintedGore1.png ├── MosquitoSmallGore0.png ├── MosquitoSmallGore1.png ├── MosquitoWing.png ├── PeridotBunny1.png ├── PeridotBunny2.png ├── PeridotSquirrel.png ├── PhantomLavaDroplet.cs ├── PhantomLavaDroplet.png ├── PyrasiteBody.png ├── PyrasiteHead.cs ├── PyrasiteHead.png ├── PyrasiteTail.png ├── RedArowana2Gore0.png ├── RedArowana2Gore1.png ├── RedArowanaGore0.png ├── RedArowanaGore1.png ├── SavannaLavaDroplet.cs ├── SavannaLavaDroplet.png ├── Shadlopod0.png ├── Shadlopod1.png ├── Shadlopod2.png ├── Shadlopod3.png ├── SicklyVultureHead.png ├── SicklyVultureTalon.png ├── SicklyVultureWing.png ├── SmallBubble.cs ├── SmallBubble.png ├── SolarSystem1.png ├── SolarSystem2.png ├── SolarSystem3.png ├── SolarSystem4.png ├── SolarSystem5.png ├── SolarSystem6.png ├── SpewerBody.png ├── SpewerFin.png ├── SpewerFin2.png ├── SpewerHead.png ├── TourmalineBunny1.png ├── TourmalineBunny2.png ├── TourmalineSquirrel.png ├── TropicsDroplet.cs ├── TropicsDroplet.png ├── TropicsPotGore1.png ├── TropicsPotGore2.png ├── TropicsPotGores.cs ├── TuhrtlPotGore1.png ├── TuhrtlPotGore2.png ├── TuhrtlPotGores.cs ├── Viris.png ├── Viris2.png ├── Viris3.png ├── Viris4.png ├── VultureShell1.png ├── VultureShell2.png ├── VultureShell3.png ├── VultureShell4.png ├── WallofSteelGore1.png ├── WallofSteelGore10.png ├── WallofSteelGore11.png ├── WallofSteelGore12.png ├── WallofSteelGore13.png ├── WallofSteelGore14.png ├── WallofSteelGore2.png ├── WallofSteelGore3.png ├── WallofSteelGore4.png ├── WallofSteelGore5.png ├── WallofSteelGore6.png ├── WallofSteelGore7.png ├── WallofSteelGore8.png ├── WallofSteelGore9.png ├── ZirconBunny1.png ├── ZirconBunny2.png └── ZirconSquirrel.png ├── Hooks ├── AIChanges.cs ├── AddModdedCaptureBiomes.cs ├── AdjTiles.cs ├── AmbientSkyObjects.cs ├── AmmoHook.cs ├── AncientHeadphones.cs ├── BacciliteReplacement.cs ├── BetterMidas.cs ├── BiomeTorch.cs ├── BloodMoonTranforms.cs ├── BloodyAmulet.cs ├── BuffEffects.cs ├── CaesiumBackground.cs ├── CattailHooks.cs ├── CollisionHooks.cs ├── ContagionConversionHook.cs ├── ContagionHardmodeEdit.cs ├── ContagionSandstorm.cs ├── ContagionSelectionMenu.cs ├── ContagionSpread.cs ├── DarkMatterBGEdits.cs ├── DeathMessages.cs ├── DebuffImmunityDrops.cs ├── DryadTextDetour.cs ├── DungeonRework.cs ├── DungeonWandTooltip.cs ├── DupePotionHook.cs ├── EditTerrariaSplashes.cs ├── EnchantedDie.cs ├── EvilAltar.cs ├── ExtraHealth.cs ├── ExtraMana.cs ├── Extractinator.cs ├── FishingHooks.cs ├── FluidicPrefixHook.cs ├── GemCaves.cs ├── GemRobeTimSpawning.cs ├── GolemBossBag.cs ├── HeartPickups.cs ├── HellHouses.cs ├── HellcastleFog.cs ├── HerbHooks.cs ├── IslandHouse.cs ├── ItemNameChange.cs ├── JungleSelectionMenu.cs ├── KillTileHook.cs ├── MapTIleEdits.cs ├── MasterSwordHook.cs ├── MinecartTrackDetour.cs ├── ModCoatingEdits.cs ├── PickPower.cs ├── PlanterBoxHooks.cs ├── PlayerLegFrame.cs ├── PrefixChanges.cs ├── QuickHealFix.cs ├── RetroBackgrounds.cs ├── RubberGlovesHook.cs ├── ShadowEffect.cs ├── SkellyBananaHook.cs ├── SpelunkerEdit.cs ├── StainedGlassHook.cs ├── StalacHook.cs ├── StaminaEquipPage.cs ├── TeamMirror.cs ├── TileActuatorRenderingFix.cs ├── TileDrawingHooks.cs ├── TrapCollision.cs ├── TrapHook.cs ├── Tropics.cs ├── UIChanges.cs ├── UIGenProgressBarEdit.cs ├── Utilities.cs ├── VanityAccessoryShowTooltip.cs ├── VisionPotion.cs ├── WallWandHook.cs ├── WindHook.cs └── WorldIconEdits.cs ├── Items ├── Accessories │ ├── EnchantedDie2.png │ ├── Expert │ │ ├── AIController.cs │ │ ├── AIController.png │ │ ├── AstrallineArtifact.cs │ │ ├── AstrallineArtifact.png │ │ ├── BadgeOfBacteria.cs │ │ ├── BadgeOfBacteria.png │ │ ├── CrystalSkull.cs │ │ ├── CrystalSkull.png │ │ ├── DesertGambler.cs │ │ ├── DesertGambler.png │ │ ├── DesertGambler_Head.png │ │ ├── DesertGambler_Head_Glow.png │ │ ├── DesertGambler_Head_Real.png │ │ └── DesertGambler_Head_Shadow.png │ ├── Hardmode │ │ ├── AlchemicalSkull.cs │ │ ├── AlchemicalSkull.png │ │ ├── AlchemicalSkull_Face.png │ │ ├── AmmoMagazine.cs │ │ ├── AmmoMagazine.png │ │ ├── Antivenom.cs │ │ ├── Antivenom.png │ │ ├── ApollosQuiver.cs │ │ ├── ApollosQuiver.png │ │ ├── ApollosQuiver_Back.png │ │ ├── BacchusBoots.cs │ │ ├── BacchusBoots.png │ │ ├── BacchusBoots_Shoes.png │ │ ├── BannerBelt.cs │ │ ├── BannerBelt.png │ │ ├── Bayonet.cs │ │ ├── Bayonet.png │ │ ├── BenevolentWard.cs │ │ ├── BenevolentWard.png │ │ ├── BestialBand.cs │ │ ├── BestialBand.png │ │ ├── BundleofBalloons.cs │ │ ├── BundleofBalloons.png │ │ ├── BundleofBalloons_Balloon.png │ │ ├── BundleofHorseshoeBalloons.cs │ │ ├── BundleofHorseshoeBalloons.png │ │ ├── BundleofHorseshoeBalloons_Balloon.png │ │ ├── ChaosCharm.cs │ │ ├── ChaosCharm.png │ │ ├── ChaosCrystal.cs │ │ ├── ChaosCrystal.png │ │ ├── ChaosEmblem.cs │ │ ├── ChaosEmblem.png │ │ ├── ChaosEye.cs │ │ ├── ChaosEye.png │ │ ├── CloakofAssists.cs │ │ ├── CloakofAssists.png │ │ ├── CloudGlove.cs │ │ ├── CloudGlove.png │ │ ├── CobaltCrossShield.cs │ │ ├── CobaltCrossShield.png │ │ ├── CobaltCrossShield_Shield.png │ │ ├── CobaltOmegaShield.cs │ │ ├── CobaltOmegaShield.png │ │ ├── CobaltOmegaShield_Shield.png │ │ ├── ConfusionTalisman.cs │ │ ├── ConfusionTalisman.png │ │ ├── DionysusAmulet.cs │ │ ├── DionysusAmulet.png │ │ ├── DurataniumCrossShield.cs │ │ ├── DurataniumCrossShield.png │ │ ├── DurataniumCrossShield_Shield.png │ │ ├── DurataniumOmegaShield.cs │ │ ├── DurataniumOmegaShield.png │ │ ├── DurataniumOmegaShield_Shield.png │ │ ├── EarthenInsignia.cs │ │ ├── EarthenInsignia.png │ │ ├── EtherealHeart.cs │ │ ├── EtherealHeart.png │ │ ├── FaceShield.cs │ │ ├── FaceShield.png │ │ ├── FaceShield_Face.png │ │ ├── ForsakenCross.cs │ │ ├── ForsakenCross.png │ │ ├── ForsakenCross_Neck.png │ │ ├── ForsakenRelic.cs │ │ ├── ForsakenRelic.png │ │ ├── FrostGauntlet.cs │ │ ├── FrostGauntlet.png │ │ ├── FrostGauntlet_HandsOff.png │ │ ├── FrostGauntlet_HandsOn.png │ │ ├── GaseousTsunamiRocketinaJar.cs │ │ ├── GaseousTsunamiRocketinaJar.png │ │ ├── GiftofStarpower.cs │ │ ├── GiftofStarpower.png │ │ ├── GloveofCreation.cs │ │ ├── GloveofCreation.png │ │ ├── GoblinArmyKnife.cs │ │ ├── GoblinArmyKnife.png │ │ ├── GoldenShield.cs │ │ ├── GoldenShield.png │ │ ├── GoldenShield_Shield.png │ │ ├── GreekExtinguisher.cs │ │ ├── GreekExtinguisher.png │ │ ├── HadesCross.cs │ │ ├── HadesCross.png │ │ ├── HeartoftheGolem.cs │ │ ├── HeartoftheGolem.png │ │ ├── HiddenBlade.cs │ │ ├── HiddenBlade.png │ │ ├── InertiaBoots.cs │ │ ├── InertiaBoots.png │ │ ├── InertiaBootsSlower.cs │ │ ├── InertiaBootsSlower.png │ │ ├── InertiaBootsSlower_Shoes.png │ │ ├── InertiaBootsSlower_Wings.png │ │ ├── InertiaBoots_Shoes.png │ │ ├── InertiaBoots_Wings.png │ │ ├── LightninginaBottle.cs │ │ ├── LightninginaBottle.png │ │ ├── ManaCompromise.cs │ │ ├── ManaCompromise.png │ │ ├── MegaBundleofBalloons.cs │ │ ├── MegaBundleofBalloons.png │ │ ├── MegaBundleofBalloons_Balloon.png │ │ ├── MegaBundleofHorseshoeBalloons.cs │ │ ├── MegaBundleofHorseshoeBalloons.png │ │ ├── MegaBundleofHorseshoeBalloons_Balloon.png │ │ ├── MidasShoe.cs │ │ ├── MidasShoe.png │ │ ├── NaturesEndowment.cs │ │ ├── NaturesEndowment.png │ │ ├── NuclearExtinguisher.cs │ │ ├── NuclearExtinguisher.png │ │ ├── ObsidianGlove.cs │ │ ├── ObsidianGlove.png │ │ ├── OreRift.png │ │ ├── OxygenTank.cs │ │ ├── OxygenTank.png │ │ ├── PalladiumCrossShield.cs │ │ ├── PalladiumCrossShield.png │ │ ├── PalladiumCrossShield_Shield.png │ │ ├── PalladiumOmegaShield.cs │ │ ├── PalladiumOmegaShield.png │ │ ├── PalladiumOmegaShield_Shield.png │ │ ├── ReflexCharm.cs │ │ ├── ReflexCharm.png │ │ ├── ReflexShield.cs │ │ ├── ReflexShield.png │ │ ├── ReflexShield_Shield.png │ │ ├── RiftGoggles.cs │ │ ├── RiftGoggles.png │ │ ├── RingofArrogance.cs │ │ ├── RingofArrogance.png │ │ ├── RingofReplenishment.cs │ │ ├── RingofReplenishment.png │ │ ├── RocketHorseshoeBalloon.cs │ │ ├── RocketHorseshoeBalloon.png │ │ ├── RocketHorseshoeBalloon_Balloon.png │ │ ├── RocketinaBalloon.cs │ │ ├── RocketinaBalloon.png │ │ ├── RocketinaBalloon_Balloon.png │ │ ├── RocketinaBottle.cs │ │ ├── RocketinaBottle.png │ │ ├── RubberBoot.cs │ │ ├── RubberBoot.png │ │ ├── SixHundredWattLightbulb.cs │ │ ├── SixHundredWattLightbulb.png │ │ ├── SixSidedDie.cs │ │ ├── SixSidedDie.png │ │ ├── SlitthroatNecklace.cs │ │ ├── SlitthroatNecklace.png │ │ ├── SlitthroatNecklace_Neck.png │ │ ├── SoullessLocket.cs │ │ ├── SoullessLocket.png │ │ ├── SoullessLocket_Neck.png │ │ ├── SouloftheGolem.cs │ │ ├── SouloftheGolem.png │ │ ├── SpaceHelmet.cs │ │ ├── SpaceHelmet.png │ │ ├── SpaceHelmet_Face.png │ │ ├── SummonerScroll.cs │ │ ├── SummonerScroll.png │ │ ├── SurgicalMask.cs │ │ ├── SurgicalMask.png │ │ ├── SurgicalMask_Face.png │ │ ├── ThePill.cs │ │ ├── ThePill.png │ │ ├── ThornHeartAmulet.cs │ │ ├── ThornHeartAmulet.png │ │ ├── ThornHeartAmulet_Neck.png │ │ ├── VampireTeeth.cs │ │ └── VampireTeeth.png │ ├── IcosahedralDie.png │ ├── Info │ │ ├── CalcSpecInfoDisplay.png │ │ ├── CalcSpecInfoDisplay_Hover.png │ │ ├── CalculatorSpectacles.cs │ │ ├── CalculatorSpectacles.png │ │ ├── EyeoftheGods.cs │ │ ├── EyeoftheGods.png │ │ ├── EyeoftheGodsDefInfoDisplay.png │ │ ├── EyeoftheGodsDefInfoDisplay_Hover.png │ │ ├── EyeoftheGodsDmgInfoDisplay.png │ │ └── EyeoftheGodsDmgInfoDisplay_Hover.png │ ├── IntelligenceBoots.cs │ ├── IntelligenceBoots.png │ ├── PreHardmode │ │ ├── AmethystAmulet.cs │ │ ├── AmethystAmulet.png │ │ ├── AmethystAmulet_Neck.png │ │ ├── AmuletofPower.cs │ │ ├── AmuletofPower.png │ │ ├── AmuletofPower_Neck.png │ │ ├── AnkletofAcceleration.cs │ │ ├── AnkletofAcceleration.png │ │ ├── BandofSlime.cs │ │ ├── BandofSlime.png │ │ ├── BandofStamina.cs │ │ ├── BandofStamina.png │ │ ├── BandofStamina_HandsOn.png │ │ ├── BismuthWatch.cs │ │ ├── BismuthWatch.png │ │ ├── BismuthWatch_Waist.png │ │ ├── BlackWhetstone.cs │ │ ├── BlackWhetstone.png │ │ ├── BloodyWhetstone.cs │ │ ├── BloodyWhetstone.png │ │ ├── BronzeWatch.cs │ │ ├── BronzeWatch.png │ │ ├── BronzeWatch_Waist.png │ │ ├── BuildersToolbelt.cs │ │ ├── BuildersToolbelt.png │ │ ├── DiamondAmulet.cs │ │ ├── DiamondAmulet.png │ │ ├── DiamondAmulet_Neck.png │ │ ├── DullingTotem.cs │ │ ├── DullingTotem.png │ │ ├── EmeraldAmulet.cs │ │ ├── EmeraldAmulet.png │ │ ├── EmeraldAmulet_Neck.png │ │ ├── GoblinToolbelt.cs │ │ ├── GoblinToolbelt.png │ │ ├── GuardianBoots.cs │ │ ├── GuardianBoots.png │ │ ├── GuardianBoots_Shoes.png │ │ ├── NerveNumbNecklace.cs │ │ ├── NerveNumbNecklace.png │ │ ├── NerveNumbNecklace_Neck.png │ │ ├── NobleSlimeBand.cs │ │ ├── NobleSlimeBand.png │ │ ├── OilBottle.cs │ │ ├── OilBottle.png │ │ ├── PeridotAmulet.cs │ │ ├── PeridotAmulet.png │ │ ├── PeridotAmulet_Neck.png │ │ ├── PygmyShield.cs │ │ ├── PygmyShield.png │ │ ├── QuackHorseshoeBalloon.cs │ │ ├── QuackHorseshoeBalloon.png │ │ ├── QuackHorseshoeBalloon_Balloon.png │ │ ├── QuackinaBalloon.cs │ │ ├── QuackinaBalloon.png │ │ ├── QuackinaBalloon_Balloon.png │ │ ├── QuackinaBottle.cs │ │ ├── QuackinaBottle.png │ │ ├── RestorationBand.cs │ │ ├── RestorationBand.png │ │ ├── RubberGloves.cs │ │ ├── RubberGloves.png │ │ ├── RubyAmulet.cs │ │ ├── RubyAmulet.png │ │ ├── RubyAmulet_Neck.png │ │ ├── SandyStormcloudinaBottle.cs │ │ ├── SandyStormcloudinaBottle.png │ │ ├── SapphireAmulet.cs │ │ ├── SapphireAmulet.png │ │ ├── SapphireAmulet_Neck.png │ │ ├── StaminaFlower.cs │ │ ├── StaminaFlower.png │ │ ├── TopazAmulet.cs │ │ ├── TopazAmulet.png │ │ ├── TopazAmulet_Neck.png │ │ ├── TourmalineAmulet.cs │ │ ├── TourmalineAmulet.png │ │ ├── TourmalineAmulet_Neck.png │ │ ├── Vortex.cs │ │ ├── Vortex.png │ │ ├── Windshield.cs │ │ ├── Windshield.png │ │ ├── ZincWatch.cs │ │ ├── ZincWatch.png │ │ ├── ZincWatch_Waist.png │ │ ├── ZirconAmulet.cs │ │ ├── ZirconAmulet.png │ │ └── ZirconAmulet_Neck.png │ ├── Superhardmode │ │ ├── BlahsWings.cs │ │ ├── BlahsWings.png │ │ ├── BlahsWings_Wings.png │ │ ├── BubbleBoost.cs │ │ ├── BubbleBoost.png │ │ ├── ChaoticDestroyerEye.cs │ │ ├── ChaoticDestroyerEye.png │ │ ├── CrystalEdge.cs │ │ ├── CrystalEdge.png │ │ ├── HellsteelEmblem.cs │ │ ├── HellsteelEmblem.png │ │ ├── LoadedDie.cs │ │ ├── LoadedDie.png │ │ └── TitanGauntlets.png │ └── Vanity │ │ ├── AncientHeadphones.cs │ │ ├── AncientHeadphones.png │ │ ├── BagofBlood.cs │ │ ├── BagofBlood.png │ │ ├── BagofFire.cs │ │ ├── BagofFire.png │ │ ├── BagofFrost.cs │ │ ├── BagofFrost.png │ │ ├── BagofHallows.cs │ │ ├── BagofHallows.png │ │ ├── BagofIck.cs │ │ ├── BagofIck.png │ │ ├── BagofShadows.cs │ │ ├── BagofShadows.png │ │ ├── Omnibag.cs │ │ ├── Omnibag.png │ │ ├── PulseVeil.cs │ │ ├── PulseVeil.png │ │ ├── ResourceBarSkin.cs │ │ ├── ResourceBarSkin.png │ │ ├── ResourceBarSkin_Neck.png │ │ ├── ShadowCharm.cs │ │ ├── ShadowCharm.png │ │ ├── ShadowCharm_Head.png │ │ ├── ShadowCharm_Neck.png │ │ ├── ShadowPulse.cs │ │ ├── ShadowPulse.png │ │ ├── ShadowPulseBag.cs │ │ ├── ShadowPulseBag.png │ │ ├── ShadowRing.cs │ │ └── ShadowRing.png ├── Ammo │ ├── BloodyArrow.cs │ ├── BloodyArrow.png │ ├── Canister.cs │ ├── Canister.png │ ├── ContagionSolution.cs │ ├── ContagionSolution.png │ ├── IckyArrow.cs │ ├── IckyArrow.png │ ├── JungleSolution.cs │ ├── JungleSolution.png │ ├── PathogenicArrow.cs │ ├── PathogenicArrow.png │ ├── PathogenicBullet.cs │ ├── PathogenicBullet.png │ ├── PathogenicDart.cs │ ├── PathogenicDart.png │ ├── PhantasmalBullet.cs │ ├── PhantasmalBullet.png │ ├── RhotukaSpinner.cs │ ├── RhotukaSpinner.png │ ├── RhotukaSpinnerScrambler.cs │ ├── RhotukaSpinnerScrambler.png │ ├── ShroomiteAmmunition.cs │ ├── ShroomiteAmmunition.png │ ├── SpectralBullet.cs │ ├── SpectralBullet.png │ ├── UltrabrightRazorbladeBullet.cs │ ├── UltrabrightRazorbladeBullet.png │ ├── ZincBullet.cs │ └── ZincBullet.png ├── Armor │ ├── Hardmode │ │ ├── AncientBodyplate.cs │ │ ├── AncientBodyplate.png │ │ ├── AncientBodyplate_Body.png │ │ ├── AncientDurataniumChainmail.png │ │ ├── AncientDurataniumChainmail_Body.png │ │ ├── AncientDurataniumGreaves.png │ │ ├── AncientDurataniumGreaves_Legs.png │ │ ├── AncientDurataniumHeadgear.png │ │ ├── AncientDurataniumHeadgear_Head.png │ │ ├── AncientDurataniumHeadpiece.png │ │ ├── AncientDurataniumHeadpiece_Head.png │ │ ├── AncientDurataniumHelmet.png │ │ ├── AncientDurataniumHelmet_Head.png │ │ ├── AncientHeadpiece.cs │ │ ├── AncientHeadpiece.png │ │ ├── AncientHeadpiece_Head.png │ │ ├── AncientLeggings.cs │ │ ├── AncientLeggings.png │ │ ├── AncientLeggings_Legs.png │ │ ├── CaesiumGalea.cs │ │ ├── CaesiumGalea.png │ │ ├── CaesiumGalea_Head.png │ │ ├── CaesiumGreaves.cs │ │ ├── CaesiumGreaves.png │ │ ├── CaesiumGreaves_Legs.png │ │ ├── CaesiumPlateMail.cs │ │ ├── CaesiumPlateMail.png │ │ ├── CaesiumPlateMail_Body.png │ │ ├── CougherMask.cs │ │ ├── CougherMask.png │ │ ├── CougherMask_Head.png │ │ ├── DurataniumChainmail.cs │ │ ├── DurataniumChainmail.png │ │ ├── DurataniumChainmail_Body.png │ │ ├── DurataniumGreaves.cs │ │ ├── DurataniumGreaves.png │ │ ├── DurataniumGreaves_Legs.png │ │ ├── DurataniumHeadgear.cs │ │ ├── DurataniumHeadgear.png │ │ ├── DurataniumHeadgear_Head.png │ │ ├── DurataniumHeadpiece.cs │ │ ├── DurataniumHeadpiece.png │ │ ├── DurataniumHeadpiece_Head.png │ │ ├── DurataniumHelmet.cs │ │ ├── DurataniumHelmet.png │ │ ├── DurataniumHelmet_Head.png │ │ ├── EarthsplitterChestpiece.cs │ │ ├── EarthsplitterChestpiece.png │ │ ├── EarthsplitterChestpiece_Back.png │ │ ├── EarthsplitterChestpiece_Body.png │ │ ├── EarthsplitterHelm.cs │ │ ├── EarthsplitterHelm.png │ │ ├── EarthsplitterHelm_Head.png │ │ ├── EarthsplitterLeggings.cs │ │ ├── EarthsplitterLeggings.png │ │ ├── EarthsplitterLeggings_Legs.png │ │ ├── FleshCap.cs │ │ ├── FleshCap.png │ │ ├── FleshCap_Head.png │ │ ├── FleshPants.cs │ │ ├── FleshPants.png │ │ ├── FleshPants_Legs.png │ │ ├── FleshWrappings.cs │ │ ├── FleshWrappings.png │ │ ├── FleshWrappings_Body.png │ │ ├── FleshWrappings_Tendril_Back.png │ │ ├── FleshWrappings_Tendril_Front.png │ │ ├── NaquadahBreastplate.cs │ │ ├── NaquadahBreastplate.png │ │ ├── NaquadahBreastplate_Body.png │ │ ├── NaquadahHeadguard.cs │ │ ├── NaquadahHeadguard.png │ │ ├── NaquadahHeadguard_Head.png │ │ ├── NaquadahHood.cs │ │ ├── NaquadahHood.png │ │ ├── NaquadahHood_Head.png │ │ ├── NaquadahMask.cs │ │ ├── NaquadahMask.png │ │ ├── NaquadahMask_Head.png │ │ ├── NaquadahShinguards.cs │ │ ├── NaquadahShinguards.png │ │ ├── NaquadahShinguards_Legs.png │ │ ├── TroxiniumBodyarmor.cs │ │ ├── TroxiniumBodyarmor.png │ │ ├── TroxiniumBodyarmor_Body.png │ │ ├── TroxiniumBodyarmor_Glow.png │ │ ├── TroxiniumCuisses.cs │ │ ├── TroxiniumCuisses.png │ │ ├── TroxiniumCuisses_Glow.png │ │ ├── TroxiniumCuisses_Legs.png │ │ ├── TroxiniumCuisses_Legs_Glow.png │ │ ├── TroxiniumHat.cs │ │ ├── TroxiniumHat.png │ │ ├── TroxiniumHat_Glow.png │ │ ├── TroxiniumHat_Head.png │ │ ├── TroxiniumHat_Head_Glow.png │ │ ├── TroxiniumHeadpiece.cs │ │ ├── TroxiniumHeadpiece.png │ │ ├── TroxiniumHeadpiece_Glow.png │ │ ├── TroxiniumHeadpiece_Head.png │ │ ├── TroxiniumHeadpiece_Head_Glow.png │ │ ├── TroxiniumHelmet.cs │ │ ├── TroxiniumHelmet.png │ │ ├── TroxiniumHelmet_Glow.png │ │ ├── TroxiniumHelmet_Head.png │ │ ├── TroxiniumHelmet_Head_Glow.png │ │ ├── XanthophyteHat.cs │ │ ├── XanthophyteHat.png │ │ ├── XanthophyteHat_Head.png │ │ ├── XanthophyteHelm.cs │ │ ├── XanthophyteHelm.png │ │ ├── XanthophyteHelm_Head.png │ │ ├── XanthophyteLeggings.cs │ │ ├── XanthophyteLeggings.png │ │ ├── XanthophyteLeggings_Legs.png │ │ ├── XanthophyteMask.cs │ │ ├── XanthophyteMask.png │ │ ├── XanthophyteMask_Head.png │ │ ├── XanthophytePlate.cs │ │ ├── XanthophytePlate.png │ │ └── XanthophytePlate_Body.png │ ├── PreHardmode │ │ ├── AncientTitaniumGreaves.cs │ │ ├── AncientTitaniumGreaves.png │ │ ├── AncientTitaniumGreaves_Legs.png │ │ ├── AncientTitaniumHeadgear.cs │ │ ├── AncientTitaniumHeadgear.png │ │ ├── AncientTitaniumHeadgear_Head.png │ │ ├── AncientTitaniumPlateMail.cs │ │ ├── AncientTitaniumPlateMail.png │ │ ├── AncientTitaniumPlateMail_Body.png │ │ ├── BismuthChainmail.cs │ │ ├── BismuthChainmail.png │ │ ├── BismuthChainmail_Body.png │ │ ├── BismuthGreaves.cs │ │ ├── BismuthGreaves.png │ │ ├── BismuthGreaves_Legs.png │ │ ├── BismuthHelmet.cs │ │ ├── BismuthHelmet.png │ │ ├── BismuthHelmet_Head.png │ │ ├── BleachedEbonyBreastplate.cs │ │ ├── BleachedEbonyBreastplate.png │ │ ├── BleachedEbonyBreastplate_Body.png │ │ ├── BleachedEbonyGreaves.cs │ │ ├── BleachedEbonyGreaves.png │ │ ├── BleachedEbonyGreaves_Legs.png │ │ ├── BleachedEbonyHelmet.cs │ │ ├── BleachedEbonyHelmet.png │ │ ├── BleachedEbonyHelmet_Head.png │ │ ├── BronzeChainmail.cs │ │ ├── BronzeChainmail.png │ │ ├── BronzeChainmail_Body.png │ │ ├── BronzeGreaves.cs │ │ ├── BronzeGreaves.png │ │ ├── BronzeGreaves_Legs.png │ │ ├── BronzeHelmet.cs │ │ ├── BronzeHelmet.png │ │ ├── BronzeHelmet_Head.png │ │ ├── CordycepsHat.cs │ │ ├── CordycepsHat.png │ │ ├── CordycepsHat_Head.png │ │ ├── CordycepsLeggings.cs │ │ ├── CordycepsLeggings.png │ │ ├── CordycepsLeggings_Legs.png │ │ ├── CordycepsWrappings.cs │ │ ├── CordycepsWrappings.png │ │ ├── CordycepsWrappings_Body.png │ │ ├── CoughwoodBreastplate.cs │ │ ├── CoughwoodBreastplate.png │ │ ├── CoughwoodBreastplate_Body.png │ │ ├── CoughwoodGreaves.cs │ │ ├── CoughwoodGreaves.png │ │ ├── CoughwoodGreaves_Legs.png │ │ ├── CoughwoodHelmet.cs │ │ ├── CoughwoodHelmet.png │ │ ├── CoughwoodHelmet_Head.png │ │ ├── IridiumHat.cs │ │ ├── IridiumHat.png │ │ ├── IridiumHat_Head.png │ │ ├── IridiumPants.cs │ │ ├── IridiumPants.png │ │ ├── IridiumPants_Legs.png │ │ ├── IridiumPlateMail.cs │ │ ├── IridiumPlateMail.png │ │ ├── IridiumPlateMail_Body.png │ │ ├── NickelChainmail.cs │ │ ├── NickelChainmail.png │ │ ├── NickelChainmail_Body.png │ │ ├── NickelGreaves.cs │ │ ├── NickelGreaves.png │ │ ├── NickelGreaves_Legs.png │ │ ├── NickelHelmet.cs │ │ ├── NickelHelmet.png │ │ ├── NickelHelmet_Head.png │ │ ├── OsmiumHelmet.cs │ │ ├── OsmiumHelmet.png │ │ ├── OsmiumHelmet_Head.png │ │ ├── OsmiumJerkin.cs │ │ ├── OsmiumJerkin.png │ │ ├── OsmiumJerkin_Body.png │ │ ├── OsmiumTreads.cs │ │ ├── OsmiumTreads.png │ │ ├── OsmiumTreads_Legs.png │ │ ├── PeridotRobe.cs │ │ ├── PeridotRobe.png │ │ ├── PeridotRobe_Body.png │ │ ├── PeridotRobe_Legs.png │ │ ├── ResistantWoodBreastplate.cs │ │ ├── ResistantWoodBreastplate.png │ │ ├── ResistantWoodBreastplate_Body.png │ │ ├── ResistantWoodGreaves.cs │ │ ├── ResistantWoodGreaves.png │ │ ├── ResistantWoodGreaves_Legs.png │ │ ├── ResistantWoodHelmet.cs │ │ ├── ResistantWoodHelmet.png │ │ ├── ResistantWoodHelmet_Head.png │ │ ├── RevenantChestplate.cs │ │ ├── RevenantChestplate.png │ │ ├── RevenantChestplate_Body.png │ │ ├── RevenantGreaves.cs │ │ ├── RevenantGreaves.png │ │ ├── RevenantGreaves_Legs.png │ │ ├── RevenantHelm.cs │ │ ├── RevenantHelm.png │ │ ├── RevenantHelm_Head.png │ │ ├── RhodiumGreaves.cs │ │ ├── RhodiumGreaves.png │ │ ├── RhodiumGreaves_Legs.png │ │ ├── RhodiumHeadgear.cs │ │ ├── RhodiumHeadgear.png │ │ ├── RhodiumHeadgear_Head.png │ │ ├── RhodiumPlateMail.cs │ │ ├── RhodiumPlateMail.png │ │ ├── RhodiumPlateMail_Body.png │ │ ├── TourmalineRobe.cs │ │ ├── TourmalineRobe.png │ │ ├── TourmalineRobe_Body.png │ │ ├── TourmalineRobe_Legs.png │ │ ├── ViruthornGreaves.cs │ │ ├── ViruthornGreaves.png │ │ ├── ViruthornGreaves_Legs.png │ │ ├── ViruthornHelmet.cs │ │ ├── ViruthornHelmet.png │ │ ├── ViruthornHelmet_Head.png │ │ ├── ViruthornScalemail.cs │ │ ├── ViruthornScalemail.png │ │ ├── ViruthornScalemail_Body.png │ │ ├── ZincChainmail.cs │ │ ├── ZincChainmail.png │ │ ├── ZincChainmail_Body.png │ │ ├── ZincGreaves.cs │ │ ├── ZincGreaves.png │ │ ├── ZincGreaves_Legs.png │ │ ├── ZincHelmet.cs │ │ ├── ZincHelmet.png │ │ ├── ZincHelmet_Head.png │ │ ├── ZirconRobe.cs │ │ ├── ZirconRobe.png │ │ ├── ZirconRobe_Body.png │ │ └── ZirconRobe_Legs.png │ ├── Superhardmode │ │ ├── AeroforceGuardia.cs │ │ ├── AeroforceGuardia.png │ │ ├── AeroforceGuardia_Head.png │ │ ├── AeroforceLeggings.cs │ │ ├── AeroforceLeggings.png │ │ ├── AeroforceLeggings_Legs.png │ │ ├── AeroforceProtector.cs │ │ ├── AeroforceProtector.png │ │ ├── AeroforceProtector_Back.png │ │ ├── AeroforceProtector_Body.png │ │ ├── BlahsCuisses.cs │ │ ├── BlahsCuisses.png │ │ ├── BlahsCuisses_Legs.png │ │ ├── BlahsHauberk.cs │ │ ├── BlahsHauberk.png │ │ ├── BlahsHauberk_Body.png │ │ ├── BlahsHeadguard.cs │ │ ├── BlahsHeadguard.png │ │ └── BlahsHeadguard_Head.png │ └── Unobtainable │ │ ├── UnderwearBody.cs │ │ ├── UnderwearBody.png │ │ ├── UnderwearBody_Body.png │ │ ├── UnderwearFemale.cs │ │ ├── UnderwearFemale.png │ │ ├── UnderwearFemale_Legs.png │ │ ├── UnderwearMale.cs │ │ ├── UnderwearMale.png │ │ └── UnderwearMale_Legs.png ├── Banners │ ├── AegisHalloworBanner.cs │ ├── AegisHalloworBanner.png │ ├── ArmoredHellTortoiseBanner.cs │ ├── ArmoredHellTortoiseBanner.png │ ├── ArmoredWraithBanner.cs │ ├── ArmoredWraithBanner.png │ ├── BactusBanner.cs │ ├── BactusBanner.png │ ├── BlazeBanner.cs │ ├── BlazeBanner.png │ ├── BloodshotEyeBanner.cs │ ├── BloodshotEyeBanner.png │ ├── BloodyVultureBanner.cs │ ├── BloodyVultureBanner.png │ ├── BombSkeletonBanner.cs │ ├── BombSkeletonBanner.png │ ├── BoneFishBanner.cs │ ├── BoneFishBanner.png │ ├── CaesiumBruteBanner.cs │ ├── CaesiumBruteBanner.png │ ├── CaesiumSeekerBanner.cs │ ├── CaesiumSeekerBanner.png │ ├── CaesiumStalkerBanner.cs │ ├── CaesiumStalkerBanner.png │ ├── CloudBatBanner.cs │ ├── CloudBatBanner.png │ ├── CometTailBanner.cs │ ├── CometTailBanner.png │ ├── ContagionMimicBanner.cs │ ├── ContagionMimicBanner.png │ ├── CougherBanner.cs │ ├── CougherBanner.png │ ├── CrystalBonesBanner.cs │ ├── CrystalBonesBanner.png │ ├── CrystalSpectreBanner.cs │ ├── CrystalSpectreBanner.png │ ├── CursedFlamerBanner.cs │ ├── CursedFlamerBanner.png │ ├── CursedMagmaSkeletonBanner.cs │ ├── CursedMagmaSkeletonBanner.png │ ├── CursedScepterBanner.cs │ ├── CursedScepterBanner.png │ ├── DarkMatterSlimeBanner.cs │ ├── DarkMatterSlimeBanner.png │ ├── DesertScorpionBanner.png │ ├── DragonflyBanner.cs │ ├── DragonflyBanner.png │ ├── EctoHandBanner.cs │ ├── EctoHandBanner.png │ ├── EctosphereBanner.cs │ ├── EctosphereBanner.png │ ├── EvilVultureBanner.cs │ ├── EvilVultureBanner.png │ ├── EyeBonesBanner.cs │ ├── EyeBonesBanner.png │ ├── FallenHeroBanner.cs │ ├── FallenHeroBanner.png │ ├── GargoyleBanner.cs │ ├── GargoyleBanner.png │ ├── GrossyFloatBanner.cs │ ├── GrossyFloatBanner.png │ ├── GuardianBonesBanner.png │ ├── GuardianCorruptorBanner.cs │ ├── GuardianCorruptorBanner.png │ ├── HalloworBanner.cs │ ├── HalloworBanner.png │ ├── HellboundLizardBanner.cs │ ├── HellboundLizardBanner.png │ ├── IckslimeBanner.cs │ ├── IckslimeBanner.png │ ├── ImpactWizardBanner.cs │ ├── ImpactWizardBanner.png │ ├── IrateBonesBanner.cs │ ├── IrateBonesBanner.png │ ├── JuggernautBanner.png │ ├── JuggernautBruteBanner.cs │ ├── JuggernautBruteBanner.png │ ├── JuggernautSorcererBanner.cs │ ├── JuggernautSorcererBanner.png │ ├── JuggernautSwordsmanBanner.cs │ ├── JuggernautSwordsmanBanner.png │ ├── LeinforsBanner.png │ ├── ManofWarBanner.png │ ├── MatterManBanner.cs │ ├── MatterManBanner.png │ ├── MechanicalDiggerBanner.cs │ ├── MechanicalDiggerBanner.png │ ├── MimeBanner.cs │ ├── MimeBanner.png │ ├── MineralSlimeBanner.cs │ ├── MineralSlimeBanner.png │ ├── OreSlimeBanner.cs │ ├── OreSlimeBanner.png │ ├── PoisonDartFrogBanner.cs │ ├── PoisonDartFrogBanner.png │ ├── PyrasiteBanner.cs │ ├── PyrasiteBanner.png │ ├── QuickCaribeBanner.cs │ ├── QuickCaribeBanner.png │ ├── RafflesiaBanner.cs │ ├── RafflesiaBanner.png │ ├── RedAegisBonesBanner.cs │ ├── RedAegisBonesBanner.png │ ├── SicklyVultureBanner.cs │ ├── SicklyVultureBanner.png │ ├── TropicalSlimeBanner.cs │ ├── TropicalSlimeBanner.png │ ├── UnstableAnomalyBanner.cs │ ├── UnstableAnomalyBanner.png │ ├── UnvolanditeMiteBanner.cs │ ├── UnvolanditeMiteBanner.png │ ├── ValkyrieBanner.cs │ ├── ValkyrieBanner.png │ ├── VampireHarpyBanner.cs │ ├── VampireHarpyBanner.png │ ├── ViralMummyBanner.cs │ ├── ViralMummyBanner.png │ ├── VirisBanner.cs │ ├── VirisBanner.png │ ├── VorazylcumMiteBanner.cs │ └── VorazylcumMiteBanner.png ├── BossBags │ ├── ArmageddonSlimeBossBag.cs │ ├── ArmageddonSlimeBossBag.png │ ├── BacteriumPrimeBossBag.cs │ ├── BacteriumPrimeBossBag.png │ ├── DesertBeakBossBag.cs │ ├── DesertBeakBossBag.png │ ├── KingStingBossBag.cs │ ├── KingStingBossBag.png │ ├── PhantasmBossBag.cs │ ├── PhantasmBossBag.png │ ├── WallofSteelBossBag.cs │ └── WallofSteelBossBag.png ├── Consumables │ ├── BiomeLockbox.cs │ ├── BiomeLockbox.png │ ├── BloodyAmulet.cs │ ├── BloodyAmulet.png │ ├── ContagionCrate.cs │ ├── ContagionCrate.png │ ├── Critters │ │ ├── GemBunny.cs │ │ ├── GemSquirrel.cs │ │ ├── PeridotBunny.png │ │ ├── PeridotSquirrel.png │ │ ├── TourmalineBunny.png │ │ ├── TourmalineSquirrel.png │ │ ├── ZirconBunny.png │ │ └── ZirconSquirrel.png │ ├── DesertHorn.cs │ ├── DesertHorn.png │ ├── EctoplasmicBeacon.cs │ ├── EctoplasmicBeacon.png │ ├── EnergyCrystal.cs │ ├── EnergyCrystal.png │ ├── FalseTreasureMap.cs │ ├── FalseTreasureMap.png │ ├── GoblinRetreatOrder.cs │ ├── GoblinRetreatOrder.png │ ├── HellboundRemote.cs │ ├── HellboundRemote.png │ ├── InfestedCarcass.cs │ ├── InfestedCarcass.png │ ├── MartianPeaceTreaty.cs │ ├── MartianPeaceTreaty.png │ ├── MechanicalWasp.cs │ ├── MechanicalWasp.png │ ├── OddFertilizer.cs │ ├── OddFertilizer.png │ ├── PlagueCrate.cs │ ├── PlagueCrate.png │ ├── SpiritPoppy.cs │ ├── SpiritPoppy.png │ ├── StaminaCrystal.cs │ ├── StaminaCrystal.png │ ├── VomitWater.cs │ └── VomitWater.png ├── Dyes │ ├── AetheriumDye.cs │ ├── AetheriumDye.png │ ├── AquaDye.cs │ ├── AquaDye.png │ ├── BerserkerDye.cs │ ├── BerserkerDye.png │ ├── BlahDye.cs │ ├── BlahDye.png │ ├── BlurDye.cs │ ├── BlurDye.png │ ├── ChunkstoneDye.cs │ ├── ChunkstoneDye.png │ ├── CloudyDye.cs │ ├── CloudyDye.png │ ├── CrimstoneDye.cs │ ├── CrimstoneDye.png │ ├── CursedFlameDye.cs │ ├── CursedFlameDye.png │ ├── EbonstoneDye.cs │ ├── EbonstoneDye.png │ ├── EchoDye.cs │ ├── EchoDye.png │ ├── EctoplasmalDye.cs │ ├── EctoplasmalDye.png │ ├── HighVisDye.cs │ ├── HighVisDye.png │ ├── IchorDye.cs │ ├── IchorDye.png │ ├── IlluminantDye.cs │ ├── IlluminantDye.png │ ├── InvulnoplasmalDye.cs │ ├── InvulnoplasmalDye.png │ ├── LavaDye.cs │ ├── LavaDye.png │ ├── PathogenDye.cs │ ├── PathogenDye.png │ ├── PhantasmalDye.cs │ ├── PhantasmalDye.png │ ├── PhantomWispDye.cs │ ├── PhantomWispDye.png │ ├── ReflectiveIridiumDye.cs │ ├── ReflectiveIridiumDye.png │ ├── ReflectiveOsmiumDye.cs │ ├── ReflectiveOsmiumDye.png │ ├── ReflectiveRhodiumDye.cs │ ├── ReflectiveRhodiumDye.png │ ├── ShimmerDye.cs │ ├── ShimmerDye.png │ ├── StoneDye.cs │ ├── StoneDye.png │ ├── UnvolanditePhaseDye.cs │ ├── UnvolanditePhaseDye.png │ ├── VorazylcumPhaseDye.cs │ └── VorazylcumPhaseDye.png ├── Fish │ ├── Ickfish.cs │ ├── Ickfish.png │ ├── NauSeaFish.cs │ ├── NauSeaFish.png │ ├── Quest │ │ ├── Pathofish.cs │ │ ├── Pathofish.png │ │ ├── Snotpiranha.cs │ │ └── Snotpiranha.png │ ├── SicklyTrout.cs │ └── SicklyTrout.png ├── Food │ ├── Blackberry.cs │ ├── Blackberry.png │ ├── DarkBagel.cs │ ├── DarkBagel.png │ ├── Durian.cs │ ├── Durian.png │ ├── Mangosteen.cs │ ├── Mangosteen.png │ ├── Medlar.cs │ ├── Medlar.png │ ├── MedlarMedley.cs │ ├── MedlarMedley.png │ ├── Raspberry.cs │ ├── Raspberry.png │ ├── RockCandy.cs │ ├── RockCandy.png │ ├── Taco.cs │ └── Taco.png ├── IconItem.cs ├── IconItem.png ├── Material │ ├── Bars │ │ ├── BacciliteBar.cs │ │ ├── BacciliteBar.png │ │ ├── BismuthBar.cs │ │ ├── BismuthBar.png │ │ ├── BronzeBar.cs │ │ ├── BronzeBar.png │ │ ├── CaesiumBar.cs │ │ ├── CaesiumBar.png │ │ ├── DurataniumBar.cs │ │ ├── DurataniumBar.png │ │ ├── EnchantedBar.cs │ │ ├── EnchantedBar.png │ │ ├── IridiumBar.cs │ │ ├── IridiumBar.png │ │ ├── KryzinviumBar.cs │ │ ├── KryzinviumBar.png │ │ ├── NaquadahBar.cs │ │ ├── NaquadahBar.png │ │ ├── NickelBar.cs │ │ ├── NickelBar.png │ │ ├── OsmiumBar.cs │ │ ├── OsmiumBar.png │ │ ├── RhodiumBar.cs │ │ ├── RhodiumBar.png │ │ ├── TroxiniumBar.cs │ │ ├── TroxiniumBar.png │ │ ├── TroxiniumBar_Glow.png │ │ ├── XanthophyteBar.cs │ │ ├── XanthophyteBar.png │ │ ├── ZincBar.cs │ │ └── ZincBar.png │ ├── Beak.cs │ ├── Beak.png │ ├── BlankScroll.cs │ ├── BlankScroll.png │ ├── BloodshotLens.cs │ ├── BloodshotLens.png │ ├── Booger.cs │ ├── Booger.png │ ├── BottledLava.cs │ ├── BottledLava.png │ ├── BrokenHiltPiece.cs │ ├── BrokenHiltPiece.png │ ├── BrokenVigilanteTome.cs │ ├── BrokenVigilanteTome.png │ ├── ChaosDust.cs │ ├── ChaosDust.png │ ├── DesertFeather.cs │ ├── DesertFeather.png │ ├── FakeFourLeafClover.cs │ ├── FakeFourLeafClover.png │ ├── FleshyTendril.cs │ ├── FleshyTendril.png │ ├── FourLeafClover.cs │ ├── FourLeafClover.png │ ├── GhostintheMachine.cs │ ├── GhostintheMachine.png │ ├── HellsteelPlate.cs │ ├── HellsteelPlate.png │ ├── Herbs │ │ ├── Barfbush.cs │ │ ├── Barfbush.png │ │ ├── BarfbushSeeds.cs │ │ ├── BarfbushSeeds.png │ │ ├── Bloodberry.cs │ │ ├── Bloodberry.png │ │ ├── BloodberrySeeds.cs │ │ ├── BloodberrySeeds.png │ │ ├── Holybird.cs │ │ ├── Holybird.png │ │ ├── HolybirdSeeds.cs │ │ ├── HolybirdSeeds.png │ │ ├── Sweetstem.cs │ │ ├── Sweetstem.png │ │ ├── SweetstemSeeds.cs │ │ ├── SweetstemSeeds.png │ │ ├── TwilightPlume.cs │ │ ├── TwilightPlume.png │ │ ├── TwilightPlumeSeeds.cs │ │ └── TwilightPlumeSeeds.png │ ├── LifeDew.cs │ ├── LifeDew.png │ ├── LivingLightningBlock.cs │ ├── LivingLightningBlock.png │ ├── MosquitoProboscis.cs │ ├── MosquitoProboscis.png │ ├── OreChunks │ │ ├── AdamantiteChunk.cs │ │ ├── AdamantiteChunk.png │ │ ├── BacciliteChunk.cs │ │ ├── BacciliteChunk.png │ │ ├── BismuthChunk.cs │ │ ├── BismuthChunk.png │ │ ├── BronzeChunk.cs │ │ ├── BronzeChunk.png │ │ ├── CaesiumChunk.cs │ │ ├── CaesiumChunk.png │ │ ├── ChlorophyteChunk.cs │ │ ├── ChlorophyteChunk.png │ │ ├── CobaltChunk.cs │ │ ├── CobaltChunk.png │ │ ├── CopperChunk.cs │ │ ├── CopperChunk.png │ │ ├── CrimtaneChunk.cs │ │ ├── CrimtaneChunk.png │ │ ├── DemoniteChunk.cs │ │ ├── DemoniteChunk.png │ │ ├── DurataniumChunk.cs │ │ ├── DurataniumChunk.png │ │ ├── FeroziumChunk.cs │ │ ├── FeroziumChunk.png │ │ ├── GoldChunk.cs │ │ ├── GoldChunk.png │ │ ├── HallowedChunk.cs │ │ ├── HallowedChunk.png │ │ ├── HellstoneChunk.cs │ │ ├── HellstoneChunk.png │ │ ├── HydrolythChunk.cs │ │ ├── HydrolythChunk.png │ │ ├── IridiumChunk.cs │ │ ├── IridiumChunk.png │ │ ├── IronChunk.cs │ │ ├── IronChunk.png │ │ ├── LeadChunk.cs │ │ ├── LeadChunk.png │ │ ├── MythrilChunk.cs │ │ ├── MythrilChunk.png │ │ ├── NaquadahChunk.cs │ │ ├── NaquadahChunk.png │ │ ├── NickelChunk.cs │ │ ├── NickelChunk.png │ │ ├── OrichalcumChunk.cs │ │ ├── OrichalcumChunk.png │ │ ├── OsmiumChunk.cs │ │ ├── OsmiumChunk.png │ │ ├── PalladiumChunk.cs │ │ ├── PalladiumChunk.png │ │ ├── PlatinumChunk.cs │ │ ├── PlatinumChunk.png │ │ ├── PyroscoricChunk.cs │ │ ├── PyroscoricChunk.png │ │ ├── RhodiumChunk.cs │ │ ├── RhodiumChunk.png │ │ ├── ShroomiteChunk.cs │ │ ├── ShroomiteChunk.png │ │ ├── SilverChunk.cs │ │ ├── SilverChunk.png │ │ ├── TinChunk.cs │ │ ├── TinChunk.png │ │ ├── TitaniumChunk.cs │ │ ├── TitaniumChunk.png │ │ ├── TritanoriumChunk.cs │ │ ├── TritanoriumChunk.png │ │ ├── TroxiniumChunk.cs │ │ ├── TroxiniumChunk.png │ │ ├── TroxiniumChunk_Glow.png │ │ ├── TungstenChunk.cs │ │ ├── TungstenChunk.png │ │ ├── UnvolanditeChunk.cs │ │ ├── UnvolanditeChunk.png │ │ ├── VorazylcumChunk.cs │ │ ├── VorazylcumChunk.png │ │ ├── XanthophyteChunk.cs │ │ ├── XanthophyteChunk.png │ │ ├── ZincChunk.cs │ │ └── ZincChunk.png │ ├── Ores │ │ ├── BacciliteOre.cs │ │ ├── BacciliteOre.png │ │ ├── BismuthOre.cs │ │ ├── BismuthOre.png │ │ ├── Boltstone.cs │ │ ├── Boltstone.png │ │ ├── BronzeOre.cs │ │ ├── BronzeOre.png │ │ ├── CaesiumOre.cs │ │ ├── CaesiumOre.png │ │ ├── DurataniumOre.cs │ │ ├── DurataniumOre.png │ │ ├── HallowedOre.cs │ │ ├── HallowedOre.png │ │ ├── Heartstone.cs │ │ ├── Heartstone.png │ │ ├── HydrolythOre.cs │ │ ├── HydrolythOre.png │ │ ├── IridiumOre.cs │ │ ├── IridiumOre.png │ │ ├── NaquadahOre.cs │ │ ├── NaquadahOre.png │ │ ├── NickelOre.cs │ │ ├── NickelOre.png │ │ ├── OsmiumOre.cs │ │ ├── OsmiumOre.png │ │ ├── Peridot.cs │ │ ├── Peridot.png │ │ ├── RhodiumOre.cs │ │ ├── RhodiumOre.png │ │ ├── ShroomiteOre.cs │ │ ├── ShroomiteOre.png │ │ ├── Starstone.cs │ │ ├── Starstone.png │ │ ├── Sulphur.cs │ │ ├── Sulphur.png │ │ ├── Tourmaline.cs │ │ ├── Tourmaline.png │ │ ├── TroxiniumOre.cs │ │ ├── TroxiniumOre.png │ │ ├── TroxiniumOre_Glow.png │ │ ├── XanthophyteOre.cs │ │ ├── XanthophyteOre.png │ │ ├── ZincOre.cs │ │ ├── ZincOre.png │ │ ├── Zircon.cs │ │ └── Zircon.png │ ├── Pathogen.cs │ ├── Pathogen.png │ ├── PointingLaser.cs │ ├── PointingLaser.png │ ├── PointingLaser_Glow.png │ ├── Rock.cs │ ├── Rock.png │ ├── Root.cs │ ├── Root.png │ ├── RottenFlesh.cs │ ├── RottenFlesh.png │ ├── Shards │ │ ├── ArcaneShard.cs │ │ ├── ArcaneShard.png │ │ ├── BlastShard.cs │ │ ├── BlastShard.png │ │ ├── BreezeShard.cs │ │ ├── BreezeShard.png │ │ ├── CoreShard.cs │ │ ├── CoreShard.png │ │ ├── CorruptShard.cs │ │ ├── CorruptShard.png │ │ ├── DemonicShard.cs │ │ ├── DemonicShard.png │ │ ├── EarthShard.cs │ │ ├── EarthShard.png │ │ ├── ElementShard.cs │ │ ├── ElementShard.png │ │ ├── FireShard.cs │ │ ├── FireShard.png │ │ ├── FrigidShard.cs │ │ ├── FrigidShard.png │ │ ├── FrostShard.cs │ │ ├── FrostShard.png │ │ ├── SacredShard.cs │ │ ├── SacredShard.png │ │ ├── TornadoShard.cs │ │ ├── TornadoShard.png │ │ ├── TorrentShard.cs │ │ ├── TorrentShard.png │ │ ├── ToxinShard.cs │ │ ├── ToxinShard.png │ │ ├── UndeadShard.cs │ │ ├── UndeadShard.png │ │ ├── VenomShard.cs │ │ ├── VenomShard.png │ │ ├── WaterShard.cs │ │ ├── WaterShard.png │ │ ├── WickedShard.cs │ │ └── WickedShard.png │ ├── SoulofBlight.cs │ ├── SoulofBlight.png │ ├── SoulofDelight.cs │ ├── SoulofDelight.png │ ├── SoulofIce.cs │ ├── SoulofIce.png │ ├── SulphurCrystal.cs │ ├── SulphurCrystal.png │ ├── TomeMats │ │ ├── CarbonSteel.cs │ │ ├── CarbonSteel.png │ │ ├── DewOrb.cs │ │ ├── DewOrb.png │ │ ├── DewofHerbs.cs │ │ ├── DewofHerbs.png │ │ ├── DragonOrb.cs │ │ ├── DragonOrb.png │ │ ├── ElementDiamond.cs │ │ ├── ElementDiamond.png │ │ ├── ElementDust.cs │ │ ├── ElementDust.png │ │ ├── FineLumber.cs │ │ ├── FineLumber.png │ │ ├── Gravel.cs │ │ ├── Gravel.png │ │ ├── MysticalClaw.cs │ │ ├── MysticalClaw.png │ │ ├── MysticalTomePage.cs │ │ ├── MysticalTomePage.png │ │ ├── MysticalTotem.cs │ │ ├── MysticalTotem.png │ │ ├── RubybeadHerb.cs │ │ ├── RubybeadHerb.png │ │ ├── Sandstone.cs │ │ ├── Sandstone.png │ │ ├── ScrollofTome.cs │ │ ├── ScrollofTome.png │ │ ├── StrongVenom.cs │ │ └── StrongVenom.png │ ├── TropicalShroomCap.cs │ ├── TropicalShroomCap.png │ ├── VirulentMushroom.cs │ ├── VirulentMushroom.png │ ├── VirulentPowder.cs │ ├── VirulentPowder.png │ ├── WaspFiber.cs │ ├── WaspFiber.png │ ├── WildMushroom.cs │ ├── WildMushroom.png │ ├── YuckyBit.cs │ └── YuckyBit.png ├── Mounts │ ├── PeridotMinecart.cs │ ├── PeridotMinecart.png │ ├── TourmalineMinecart.cs │ ├── TourmalineMinecart.png │ ├── ZirconMinecart.cs │ └── ZirconMinecart.png ├── Other │ ├── CompressedDesertFossil.cs │ ├── CompressedDesertFossil.png │ ├── CompressedExtractinationBlock.cs │ ├── CompressedExtractinationBlock.png │ ├── ContagionKey.cs │ ├── ContagionKey.png │ ├── CrystalMinesKey.cs │ ├── CrystalMinesKey.png │ ├── GoldApple.cs │ ├── GoldApple.png │ ├── GoldCandyCane.cs │ ├── GoldCandyCane.png │ ├── GoldHeart.cs │ ├── GoldHeart.png │ ├── InactiveCoating.cs │ ├── InactiveCoating.png │ ├── LargePeridot.cs │ ├── LargePeridot.png │ ├── LargePeridot_Extra.png │ ├── LargeTourmaline.cs │ ├── LargeTourmaline.png │ ├── LargeTourmaline_Extra.png │ ├── LargeZircon.cs │ ├── LargeZircon.png │ ├── LargeZircon_Extra.png │ ├── OutpostKey.cs │ ├── OutpostKey.png │ ├── PlatinumApple.cs │ ├── PlatinumApple.png │ ├── PlatinumCandyCane.cs │ ├── PlatinumCandyCane.png │ ├── PlatinumHeart.cs │ ├── PlatinumHeart.png │ ├── Quack.cs │ ├── Quack.png │ ├── Rosebud.cs │ ├── Rosebud.png │ ├── RosebudGlow.png │ ├── SkyInsignia.cs │ ├── SkyInsignia.png │ ├── UnderworldKey.cs │ ├── UnderworldKey.png │ ├── UnstableCatalyzer.cs │ └── UnstableCatalyzer.png ├── Pets │ ├── ArgusLantern.cs │ ├── ArgusLantern.png │ ├── Discipline.cs │ ├── Discipline.png │ ├── ImitationCrabMeat.png │ ├── Infliction.cs │ ├── Infliction.png │ ├── Longevity.cs │ ├── Longevity.png │ ├── Paramount.cs │ ├── Paramount.png │ ├── PetriDish.cs │ ├── PetriDish.png │ ├── SepticCell.cs │ ├── SepticCell.png │ ├── SpiritofOriginal.cs │ ├── SpiritofOriginal.png │ ├── Zeal.cs │ └── Zeal.png ├── Placeable │ ├── Beam │ │ ├── BleachedEbonyBeam.cs │ │ ├── BleachedEbonyBeam.png │ │ ├── ChunkstoneColumn.cs │ │ ├── ChunkstoneColumn.png │ │ ├── CoughwoodBeam.cs │ │ ├── CoughwoodBeam.png │ │ ├── CrimstoneColumn.cs │ │ ├── CrimstoneColumn.png │ │ ├── CrystalPillar.cs │ │ ├── CrystalPillar.png │ │ ├── EbonstoneColumn.cs │ │ ├── EbonstoneColumn.png │ │ ├── EbonwoodBeam.cs │ │ ├── EbonwoodBeam.png │ │ ├── PalmWoodBeam.cs │ │ ├── PalmWoodBeam.png │ │ ├── PearlstoneColumn.cs │ │ ├── PearlstoneColumn.png │ │ ├── PearlwoodBeam.cs │ │ ├── PearlwoodBeam.png │ │ ├── ResistantWoodBeam.cs │ │ ├── ResistantWoodBeam.png │ │ ├── ShadewoodBeam.cs │ │ ├── ShadewoodBeam.png │ │ ├── SkyBrickColumn.cs │ │ └── SkyBrickColumn.png │ ├── Crafting │ │ ├── CaesiumForge.cs │ │ ├── CaesiumForge.png │ │ ├── Catalyzer.cs │ │ ├── Catalyzer.png │ │ ├── CrimsonAltar.cs │ │ ├── CrimsonAltar.png │ │ ├── DemonAltar.cs │ │ ├── DemonAltar.png │ │ ├── HerbologyBench.cs │ │ ├── HerbologyBench.png │ │ ├── IckyAltar.cs │ │ ├── IckyAltar.png │ │ ├── LibraryAltar.cs │ │ ├── LibraryAltar.png │ │ ├── NaquadahAnvil.cs │ │ ├── NaquadahAnvil.png │ │ ├── NickelAnvil.cs │ │ ├── NickelAnvil.png │ │ ├── TomeForge.cs │ │ ├── TomeForge.png │ │ ├── TroxiniumForge.cs │ │ └── TroxiniumForge.png │ ├── Furniture │ │ ├── BasaltObelisk.cs │ │ ├── BasaltObelisk.png │ │ ├── BismuthCandelabra.cs │ │ ├── BismuthCandelabra.png │ │ ├── BismuthCandle.cs │ │ ├── BismuthCandle.png │ │ ├── BismuthCandle_Flame.png │ │ ├── BismuthChandelier.cs │ │ ├── BismuthChandelier.png │ │ ├── BleachedEbony │ │ │ ├── BleachedEbonyBathtub.cs │ │ │ ├── BleachedEbonyBathtub.png │ │ │ ├── BleachedEbonyBed.cs │ │ │ ├── BleachedEbonyBed.png │ │ │ ├── BleachedEbonyBookcase.cs │ │ │ ├── BleachedEbonyBookcase.png │ │ │ ├── BleachedEbonyCandelabra.cs │ │ │ ├── BleachedEbonyCandelabra.png │ │ │ ├── BleachedEbonyCandle.cs │ │ │ ├── BleachedEbonyCandle.png │ │ │ ├── BleachedEbonyChair.cs │ │ │ ├── BleachedEbonyChair.png │ │ │ ├── BleachedEbonyChandelier.cs │ │ │ ├── BleachedEbonyChandelier.png │ │ │ ├── BleachedEbonyChest.cs │ │ │ ├── BleachedEbonyChest.png │ │ │ ├── BleachedEbonyClock.cs │ │ │ ├── BleachedEbonyClock.png │ │ │ ├── BleachedEbonyDoor.cs │ │ │ ├── BleachedEbonyDoor.png │ │ │ ├── BleachedEbonyDresser.cs │ │ │ ├── BleachedEbonyDresser.png │ │ │ ├── BleachedEbonyLamp.cs │ │ │ ├── BleachedEbonyLamp.png │ │ │ ├── BleachedEbonyLantern.cs │ │ │ ├── BleachedEbonyLantern.png │ │ │ ├── BleachedEbonyPiano.cs │ │ │ ├── BleachedEbonyPiano.png │ │ │ ├── BleachedEbonyPlatform.cs │ │ │ ├── BleachedEbonyPlatform.png │ │ │ ├── BleachedEbonySink.cs │ │ │ ├── BleachedEbonySink.png │ │ │ ├── BleachedEbonySofa.cs │ │ │ ├── BleachedEbonySofa.png │ │ │ ├── BleachedEbonyTable.cs │ │ │ ├── BleachedEbonyTable.png │ │ │ ├── BleachedEbonyToilet.cs │ │ │ ├── BleachedEbonyToilet.png │ │ │ ├── BleachedEbonyWorkBench.cs │ │ │ └── BleachedEbonyWorkBench.png │ │ ├── BookcaseTeleporter.cs │ │ ├── BookcaseTeleporter.png │ │ ├── BronzeChandelier.cs │ │ ├── BronzeChandelier.png │ │ ├── BrownTorch.cs │ │ ├── BrownTorch.png │ │ ├── BrownTorch_Flame.png │ │ ├── ContagionCampfire.cs │ │ ├── ContagionCampfire.png │ │ ├── ContagionTorch.cs │ │ ├── ContagionTorch.png │ │ ├── ContagionTorch_Flame.png │ │ ├── ContagionWaterFountain.cs │ │ ├── ContagionWaterFountain.png │ │ ├── Coughwood │ │ │ ├── CoughwoodBathtub.cs │ │ │ ├── CoughwoodBathtub.png │ │ │ ├── CoughwoodBed.cs │ │ │ ├── CoughwoodBed.png │ │ │ ├── CoughwoodBookcase.cs │ │ │ ├── CoughwoodBookcase.png │ │ │ ├── CoughwoodCandelabra.cs │ │ │ ├── CoughwoodCandelabra.png │ │ │ ├── CoughwoodCandle.cs │ │ │ ├── CoughwoodCandle.png │ │ │ ├── CoughwoodChair.cs │ │ │ ├── CoughwoodChair.png │ │ │ ├── CoughwoodChandelier.cs │ │ │ ├── CoughwoodChandelier.png │ │ │ ├── CoughwoodChest.cs │ │ │ ├── CoughwoodChest.png │ │ │ ├── CoughwoodClock.cs │ │ │ ├── CoughwoodClock.png │ │ │ ├── CoughwoodDoor.cs │ │ │ ├── CoughwoodDoor.png │ │ │ ├── CoughwoodDresser.cs │ │ │ ├── CoughwoodDresser.png │ │ │ ├── CoughwoodLamp.cs │ │ │ ├── CoughwoodLamp.png │ │ │ ├── CoughwoodLantern.cs │ │ │ ├── CoughwoodLantern.png │ │ │ ├── CoughwoodPiano.cs │ │ │ ├── CoughwoodPiano.png │ │ │ ├── CoughwoodPlatform.cs │ │ │ ├── CoughwoodPlatform.png │ │ │ ├── CoughwoodSink.cs │ │ │ ├── CoughwoodSink.png │ │ │ ├── CoughwoodSofa.cs │ │ │ ├── CoughwoodSofa.png │ │ │ ├── CoughwoodTable.cs │ │ │ ├── CoughwoodTable.png │ │ │ ├── CoughwoodToilet.cs │ │ │ ├── CoughwoodToilet.png │ │ │ ├── CoughwoodWorkBench.cs │ │ │ └── CoughwoodWorkBench.png │ │ ├── CrystalMinesChest.cs │ │ ├── CrystalMinesChest.png │ │ ├── CrystalStoneDoor.cs │ │ ├── CrystalStoneDoor.png │ │ ├── CyanTorch.cs │ │ ├── CyanTorch.png │ │ ├── CyanTorch_Flame.png │ │ ├── DecorativeStaminaPotion.cs │ │ ├── DecorativeStaminaPotion.png │ │ ├── Dirtalier.cs │ │ ├── Dirtalier.png │ │ ├── Gem │ │ │ ├── AmberChest.png │ │ │ ├── AmethystChest.png │ │ │ ├── DiamondChest.png │ │ │ ├── EmeraldChest.png │ │ │ ├── GemBunnyCages.cs │ │ │ ├── GemChests.cs │ │ │ ├── GemSquirrelCages.cs │ │ │ ├── PeridotBunnyCage.png │ │ │ ├── PeridotChest.png │ │ │ ├── PeridotSquirrelCage.png │ │ │ ├── RubyChest.png │ │ │ ├── SapphireChest.png │ │ │ ├── TopazChest.png │ │ │ ├── TourmalineBunnyCage.png │ │ │ ├── TourmalineChest.png │ │ │ ├── TourmalineSquirrelCage.png │ │ │ ├── ZirconBunnyCage.png │ │ │ ├── ZirconChest.png │ │ │ └── ZirconSquirrelCage.png │ │ ├── GiantGravestone.cs │ │ ├── GiantGravestone.png │ │ ├── Grindstone.cs │ │ ├── Grindstone.png │ │ ├── HangingBarfbush.png │ │ ├── HangingBloodberry.png │ │ ├── HangingHolybird.png │ │ ├── HangingPots.cs │ │ ├── HangingSweetstem.png │ │ ├── Heartstone │ │ │ ├── HeartstoneBathtub.cs │ │ │ ├── HeartstoneBathtub.png │ │ │ ├── HeartstoneBed.cs │ │ │ ├── HeartstoneBed.png │ │ │ ├── HeartstoneBookcase.cs │ │ │ ├── HeartstoneBookcase.png │ │ │ ├── HeartstoneCandelabra.cs │ │ │ ├── HeartstoneCandelabra.png │ │ │ ├── HeartstoneCandle.cs │ │ │ ├── HeartstoneCandle.png │ │ │ ├── HeartstoneChair.cs │ │ │ ├── HeartstoneChair.png │ │ │ ├── HeartstoneChandelier.cs │ │ │ ├── HeartstoneChandelier.png │ │ │ ├── HeartstoneChest.cs │ │ │ ├── HeartstoneChest.png │ │ │ ├── HeartstoneClock.cs │ │ │ ├── HeartstoneClock.png │ │ │ ├── HeartstoneDoor.cs │ │ │ ├── HeartstoneDoor.png │ │ │ ├── HeartstoneDresser.cs │ │ │ ├── HeartstoneDresser.png │ │ │ ├── HeartstoneLamp.cs │ │ │ ├── HeartstoneLamp.png │ │ │ ├── HeartstoneLantern.cs │ │ │ ├── HeartstoneLantern.png │ │ │ ├── HeartstonePiano.cs │ │ │ ├── HeartstonePiano.png │ │ │ ├── HeartstonePlatform.cs │ │ │ ├── HeartstonePlatform.png │ │ │ ├── HeartstoneSink.cs │ │ │ ├── HeartstoneSink.png │ │ │ ├── HeartstoneSofa.cs │ │ │ ├── HeartstoneSofa.png │ │ │ ├── HeartstoneTable.cs │ │ │ ├── HeartstoneTable.png │ │ │ ├── HeartstoneToilet.cs │ │ │ ├── HeartstoneToilet.png │ │ │ ├── HeartstoneWorkBench.cs │ │ │ └── HeartstoneWorkBench.png │ │ ├── HellfireChest.cs │ │ ├── HellfireChest.png │ │ ├── Jukebox.cs │ │ ├── Jukebox.png │ │ ├── LimeTorch.cs │ │ ├── LimeTorch.png │ │ ├── LimeTorch_Flame.png │ │ ├── MirageChest.cs │ │ ├── MirageChest.png │ │ ├── Moonware │ │ │ ├── MoonplateClock.cs │ │ │ ├── MoonplateClock.png │ │ │ ├── MoonwareBathtub.cs │ │ │ ├── MoonwareBathtub.png │ │ │ ├── MoonwareBed.cs │ │ │ ├── MoonwareBed.png │ │ │ ├── MoonwareBookcase.cs │ │ │ ├── MoonwareBookcase.png │ │ │ ├── MoonwareCandelabra.cs │ │ │ ├── MoonwareCandelabra.png │ │ │ ├── MoonwareCandle.cs │ │ │ ├── MoonwareCandle.png │ │ │ ├── MoonwareChair.cs │ │ │ ├── MoonwareChair.png │ │ │ ├── MoonwareChandelier.cs │ │ │ ├── MoonwareChandelier.png │ │ │ ├── MoonwareChest.cs │ │ │ ├── MoonwareChest.png │ │ │ ├── MoonwareClock.cs │ │ │ ├── MoonwareClock.png │ │ │ ├── MoonwareDoor.cs │ │ │ ├── MoonwareDoor.png │ │ │ ├── MoonwareDresser.cs │ │ │ ├── MoonwareDresser.png │ │ │ ├── MoonwareLamp.cs │ │ │ ├── MoonwareLamp.png │ │ │ ├── MoonwareLantern.cs │ │ │ ├── MoonwareLantern.png │ │ │ ├── MoonwarePiano.cs │ │ │ ├── MoonwarePiano.png │ │ │ ├── MoonwarePlatform.cs │ │ │ ├── MoonwarePlatform.png │ │ │ ├── MoonwareSink.cs │ │ │ ├── MoonwareSink.png │ │ │ ├── MoonwareSofa.cs │ │ │ ├── MoonwareSofa.png │ │ │ ├── MoonwareTable.cs │ │ │ ├── MoonwareTable.png │ │ │ ├── MoonwareToilet.cs │ │ │ ├── MoonwareToilet.png │ │ │ ├── MoonwareWorkBench.cs │ │ │ └── MoonwareWorkBench.png │ │ ├── NickelDoor.cs │ │ ├── NickelDoor.png │ │ ├── OrangeDungeon │ │ │ ├── OrangeBrickPlatform.cs │ │ │ ├── OrangeBrickPlatform.png │ │ │ ├── OrangeDungeonBathtub.cs │ │ │ ├── OrangeDungeonBathtub.png │ │ │ ├── OrangeDungeonBed.cs │ │ │ ├── OrangeDungeonBed.png │ │ │ ├── OrangeDungeonBookcase.cs │ │ │ ├── OrangeDungeonBookcase.png │ │ │ ├── OrangeDungeonCandelabra.cs │ │ │ ├── OrangeDungeonCandelabra.png │ │ │ ├── OrangeDungeonCandle.cs │ │ │ ├── OrangeDungeonCandle.png │ │ │ ├── OrangeDungeonChair.cs │ │ │ ├── OrangeDungeonChair.png │ │ │ ├── OrangeDungeonChandelier.cs │ │ │ ├── OrangeDungeonChandelier.png │ │ │ ├── OrangeDungeonChest.cs │ │ │ ├── OrangeDungeonChest.png │ │ │ ├── OrangeDungeonClock.cs │ │ │ ├── OrangeDungeonClock.png │ │ │ ├── OrangeDungeonDoor.cs │ │ │ ├── OrangeDungeonDoor.png │ │ │ ├── OrangeDungeonDresser.cs │ │ │ ├── OrangeDungeonDresser.png │ │ │ ├── OrangeDungeonLamp.cs │ │ │ ├── OrangeDungeonLamp.png │ │ │ ├── OrangeDungeonPiano.cs │ │ │ ├── OrangeDungeonPiano.png │ │ │ ├── OrangeDungeonSink.cs │ │ │ ├── OrangeDungeonSink.png │ │ │ ├── OrangeDungeonSofa.cs │ │ │ ├── OrangeDungeonSofa.png │ │ │ ├── OrangeDungeonTable.cs │ │ │ ├── OrangeDungeonTable.png │ │ │ ├── OrangeDungeonToilet.cs │ │ │ ├── OrangeDungeonToilet.png │ │ │ ├── OrangeDungeonWorkBench.cs │ │ │ └── OrangeDungeonWorkBench.png │ │ ├── PathogenCampfire.cs │ │ ├── PathogenCampfire.png │ │ ├── PathogenTorch.cs │ │ ├── PathogenTorch.png │ │ ├── PathogenTorch_Flame.png │ │ ├── PlasmaLamp.cs │ │ ├── PlasmaLamp.png │ │ ├── PlatinumChest.cs │ │ ├── PlatinumChest.png │ │ ├── PurpleDungeon │ │ │ ├── PurpleBrickPlatform.cs │ │ │ ├── PurpleBrickPlatform.png │ │ │ ├── PurpleDungeonBathtub.cs │ │ │ ├── PurpleDungeonBathtub.png │ │ │ ├── PurpleDungeonBed.cs │ │ │ ├── PurpleDungeonBed.png │ │ │ ├── PurpleDungeonBookcase.cs │ │ │ ├── PurpleDungeonBookcase.png │ │ │ ├── PurpleDungeonCandelabra.cs │ │ │ ├── PurpleDungeonCandelabra.png │ │ │ ├── PurpleDungeonCandle.cs │ │ │ ├── PurpleDungeonCandle.png │ │ │ ├── PurpleDungeonChair.cs │ │ │ ├── PurpleDungeonChair.png │ │ │ ├── PurpleDungeonChandelier.cs │ │ │ ├── PurpleDungeonChandelier.png │ │ │ ├── PurpleDungeonChest.cs │ │ │ ├── PurpleDungeonChest.png │ │ │ ├── PurpleDungeonClock.cs │ │ │ ├── PurpleDungeonClock.png │ │ │ ├── PurpleDungeonDoor.cs │ │ │ ├── PurpleDungeonDoor.png │ │ │ ├── PurpleDungeonDresser.cs │ │ │ ├── PurpleDungeonDresser.png │ │ │ ├── PurpleDungeonLamp.cs │ │ │ ├── PurpleDungeonLamp.png │ │ │ ├── PurpleDungeonPiano.cs │ │ │ ├── PurpleDungeonPiano.png │ │ │ ├── PurpleDungeonSink.cs │ │ │ ├── PurpleDungeonSink.png │ │ │ ├── PurpleDungeonSofa.cs │ │ │ ├── PurpleDungeonSofa.png │ │ │ ├── PurpleDungeonTable.cs │ │ │ ├── PurpleDungeonTable.png │ │ │ ├── PurpleDungeonToilet.cs │ │ │ ├── PurpleDungeonToilet.png │ │ │ ├── PurpleDungeonWorkbench.cs │ │ │ └── PurpleDungeonWorkbench.png │ │ ├── RepairedStaminaCrystal.cs │ │ ├── RepairedStaminaCrystal.png │ │ ├── ResistantWood │ │ │ ├── ResistantWoodBathtub.cs │ │ │ ├── ResistantWoodBathtub.png │ │ │ ├── ResistantWoodBed.cs │ │ │ ├── ResistantWoodBed.png │ │ │ ├── ResistantWoodBookcase.cs │ │ │ ├── ResistantWoodBookcase.png │ │ │ ├── ResistantWoodCandelabra.cs │ │ │ ├── ResistantWoodCandelabra.png │ │ │ ├── ResistantWoodCandle.cs │ │ │ ├── ResistantWoodCandle.png │ │ │ ├── ResistantWoodChair.cs │ │ │ ├── ResistantWoodChair.png │ │ │ ├── ResistantWoodChandelier.cs │ │ │ ├── ResistantWoodChandelier.png │ │ │ ├── ResistantWoodChest.cs │ │ │ ├── ResistantWoodChest.png │ │ │ ├── ResistantWoodClock.cs │ │ │ ├── ResistantWoodClock.png │ │ │ ├── ResistantWoodDoor.cs │ │ │ ├── ResistantWoodDoor.png │ │ │ ├── ResistantWoodDresser.cs │ │ │ ├── ResistantWoodDresser.png │ │ │ ├── ResistantWoodLamp.cs │ │ │ ├── ResistantWoodLamp.png │ │ │ ├── ResistantWoodLantern.cs │ │ │ ├── ResistantWoodLantern.png │ │ │ ├── ResistantWoodPiano.cs │ │ │ ├── ResistantWoodPiano.png │ │ │ ├── ResistantWoodPlatform.cs │ │ │ ├── ResistantWoodPlatform.png │ │ │ ├── ResistantWoodSink.cs │ │ │ ├── ResistantWoodSink.png │ │ │ ├── ResistantWoodSofa.cs │ │ │ ├── ResistantWoodSofa.png │ │ │ ├── ResistantWoodTable.cs │ │ │ ├── ResistantWoodTable.png │ │ │ ├── ResistantWoodToilet.cs │ │ │ ├── ResistantWoodToilet.png │ │ │ ├── ResistantWoodWorkBench.cs │ │ │ └── ResistantWoodWorkBench.png │ │ ├── SavannaTorch.cs │ │ ├── SavannaTorch.png │ │ ├── SavannaTorch_Flame.png │ │ ├── SilenceCandle.cs │ │ ├── SilenceCandle.png │ │ ├── SilenceCandle_Flame.png │ │ ├── SkyBrick │ │ │ ├── SkyBrickPlatform.cs │ │ │ └── SkyBrickPlatform.png │ │ ├── SlimeTorch.cs │ │ ├── SlimeTorch.png │ │ ├── SlimeTorch_Flame.png │ │ ├── StarTorch.cs │ │ ├── StarTorch.png │ │ ├── StarTorch_Flame.png │ │ ├── TrappedChests │ │ │ ├── TrappedAmberChest.png │ │ │ ├── TrappedAmethystChest.png │ │ │ ├── TrappedBleachedEbonyChest.cs │ │ │ ├── TrappedBleachedEbonyChest.png │ │ │ ├── TrappedContagionChest.cs │ │ │ ├── TrappedContagionChest.png │ │ │ ├── TrappedCoughwoodChest.cs │ │ │ ├── TrappedCoughwoodChest.png │ │ │ ├── TrappedDiamondChest.png │ │ │ ├── TrappedEmeraldChest.png │ │ │ ├── TrappedGemChests.cs │ │ │ ├── TrappedHeartstoneChest.cs │ │ │ ├── TrappedHeartstoneChest.png │ │ │ ├── TrappedOrangeDungeonChest.cs │ │ │ ├── TrappedOrangeDungeonChest.png │ │ │ ├── TrappedPeridotChest.png │ │ │ ├── TrappedPlatinumChest.cs │ │ │ ├── TrappedPlatinumChest.png │ │ │ ├── TrappedPurpleDungeonChest.cs │ │ │ ├── TrappedPurpleDungeonChest.png │ │ │ ├── TrappedResistantWoodChest.cs │ │ │ ├── TrappedResistantWoodChest.png │ │ │ ├── TrappedRubyChest.png │ │ │ ├── TrappedSapphireChest.png │ │ │ ├── TrappedTopazChest.png │ │ │ ├── TrappedTourmalineChest.png │ │ │ ├── TrappedTuhrtlChest.cs │ │ │ ├── TrappedTuhrtlChest.png │ │ │ ├── TrappedUnderworldChest.cs │ │ │ ├── TrappedUnderworldChest.png │ │ │ ├── TrappedYellowDungeonChest.cs │ │ │ ├── TrappedYellowDungeonChest.png │ │ │ └── TrappedZirconChest.png │ │ ├── Tuhrtl │ │ │ ├── TuhrtlChair.cs │ │ │ ├── TuhrtlChair.png │ │ │ ├── TuhrtlChest.cs │ │ │ ├── TuhrtlChest.png │ │ │ ├── TuhrtlDoor.cs │ │ │ ├── TuhrtlDoor.png │ │ │ ├── TuhrtlTable.cs │ │ │ ├── TuhrtlTable.png │ │ │ ├── TuhrtlWorkBench.cs │ │ │ └── TuhrtlWorkBench.png │ │ ├── UnderworldChest.cs │ │ ├── UnderworldChest.png │ │ ├── WildMushroom │ │ │ ├── WildMushroomBathtub.cs │ │ │ ├── WildMushroomBathtub.png │ │ │ ├── WildMushroomBed.cs │ │ │ ├── WildMushroomBed.png │ │ │ ├── WildMushroomBookcase.cs │ │ │ ├── WildMushroomBookcase.png │ │ │ ├── WildMushroomChair.cs │ │ │ ├── WildMushroomChair.png │ │ │ ├── WildMushroomChandelier.cs │ │ │ ├── WildMushroomChandelier.png │ │ │ ├── WildMushroomClock.cs │ │ │ ├── WildMushroomClock.png │ │ │ ├── WildMushroomLamp.cs │ │ │ ├── WildMushroomLamp.png │ │ │ ├── WildMushroomPiano.cs │ │ │ ├── WildMushroomPiano.png │ │ │ ├── WildMushroomPlatform.cs │ │ │ ├── WildMushroomPlatform.png │ │ │ ├── WildMushroomSink.cs │ │ │ ├── WildMushroomSink.png │ │ │ ├── WildMushroomSofa.cs │ │ │ ├── WildMushroomSofa.png │ │ │ ├── WildMushroomTable.cs │ │ │ ├── WildMushroomTable.png │ │ │ ├── WildMushroomToilet.cs │ │ │ ├── WildMushroomToilet.png │ │ │ ├── WildMushroomWorkBench.cs │ │ │ └── WildMushroomWorkBench.png │ │ ├── YellowDungeon │ │ │ ├── YellowBrickPlatform.cs │ │ │ ├── YellowBrickPlatform.png │ │ │ ├── YellowDungeonBathtub.cs │ │ │ ├── YellowDungeonBathtub.png │ │ │ ├── YellowDungeonBed.cs │ │ │ ├── YellowDungeonBed.png │ │ │ ├── YellowDungeonBookcase.cs │ │ │ ├── YellowDungeonBookcase.png │ │ │ ├── YellowDungeonCandelabra.cs │ │ │ ├── YellowDungeonCandelabra.png │ │ │ ├── YellowDungeonCandle.cs │ │ │ ├── YellowDungeonCandle.png │ │ │ ├── YellowDungeonChair.cs │ │ │ ├── YellowDungeonChair.png │ │ │ ├── YellowDungeonChandelier.cs │ │ │ ├── YellowDungeonChandelier.png │ │ │ ├── YellowDungeonChest.cs │ │ │ ├── YellowDungeonChest.png │ │ │ ├── YellowDungeonClock.cs │ │ │ ├── YellowDungeonClock.png │ │ │ ├── YellowDungeonDoor.cs │ │ │ ├── YellowDungeonDoor.png │ │ │ ├── YellowDungeonDresser.cs │ │ │ ├── YellowDungeonDresser.png │ │ │ ├── YellowDungeonLamp.cs │ │ │ ├── YellowDungeonLamp.png │ │ │ ├── YellowDungeonPiano.cs │ │ │ ├── YellowDungeonPiano.png │ │ │ ├── YellowDungeonSink.cs │ │ │ ├── YellowDungeonSink.png │ │ │ ├── YellowDungeonSofa.cs │ │ │ ├── YellowDungeonSofa.png │ │ │ ├── YellowDungeonTable.cs │ │ │ ├── YellowDungeonTable.png │ │ │ ├── YellowDungeonToilet.cs │ │ │ ├── YellowDungeonToilet.png │ │ │ ├── YellowDungeonWorkBench.cs │ │ │ └── YellowDungeonWorkBench.png │ │ ├── ZincChandelier.cs │ │ └── ZincChandelier.png │ ├── MusicBoxes │ │ ├── MusicBoxArmageddonSlime.cs │ │ ├── MusicBoxArmageddonSlime.png │ │ ├── MusicBoxBacteriumPrime.cs │ │ ├── MusicBoxBacteriumPrime.png │ │ ├── MusicBoxContagion.cs │ │ ├── MusicBoxContagion.png │ │ ├── MusicBoxContagionOtherworldly.cs │ │ ├── MusicBoxContagionOtherworldly.png │ │ ├── MusicBoxDarkMatter.cs │ │ ├── MusicBoxDarkMatter.png │ │ ├── MusicBoxDesertBeak.cs │ │ ├── MusicBoxDesertBeak.png │ │ ├── MusicBoxDesertBeakOtherworldly.cs │ │ ├── MusicBoxDesertBeakOtherworldly.png │ │ ├── MusicBoxHellCastle.cs │ │ ├── MusicBoxHellCastle.png │ │ ├── MusicBoxPhantasm.cs │ │ ├── MusicBoxPhantasm.png │ │ ├── MusicBoxSkyFortress.cs │ │ ├── MusicBoxSkyFortress.png │ │ ├── MusicBoxTropics.cs │ │ ├── MusicBoxTropics.png │ │ ├── MusicBoxTuhrtlOutpost.cs │ │ ├── MusicBoxTuhrtlOutpost.png │ │ ├── MusicBoxUndergroundContagion.cs │ │ ├── MusicBoxUndergroundContagion.png │ │ ├── MusicBoxUndergroundContagionOtherworldly.cs │ │ └── MusicBoxUndergroundContagionOtherworldly.png │ ├── Painting │ │ ├── ACometHasStruckGround.cs │ │ ├── ACometHasStruckGround.png │ │ ├── AbsoluteEmptiness.cs │ │ ├── AbsoluteEmptiness.png │ │ ├── AncientBeast.cs │ │ ├── AncientBeast.png │ │ ├── Australia.cs │ │ ├── Australia.png │ │ ├── BirthofaMonster.cs │ │ ├── BirthofaMonster.png │ │ ├── BlueEyeoftheUniverse.cs │ │ ├── BlueEyeoftheUniverse.png │ │ ├── BurntheWitch.cs │ │ ├── BurntheWitch.png │ │ ├── CavernMan.cs │ │ ├── CavernMan.png │ │ ├── Clash.cs │ │ ├── Clash.png │ │ ├── Cottage.cs │ │ ├── Cottage.png │ │ ├── CrossingtheTropics.cs │ │ ├── CrossingtheTropics.png │ │ ├── CurseofOblivion.cs │ │ ├── CurseofOblivion.png │ │ ├── Damned.cs │ │ ├── Damned.png │ │ ├── DanceoftheLotus.cs │ │ ├── DanceoftheLotus.png │ │ ├── DeepBlue.cs │ │ ├── DeepBlue.png │ │ ├── EclipseofDoom.cs │ │ ├── EclipseofDoom.png │ │ ├── ElectrostaticDischarge.cs │ │ ├── ElectrostaticDischarge.png │ │ ├── EvilOuroboros.cs │ │ ├── EvilOuroboros.png │ │ ├── EyeoftheUniverse.cs │ │ ├── EyeoftheUniverse.png │ │ ├── FightoftheBumblebee.cs │ │ ├── FightoftheBumblebee.png │ │ ├── Forgotten.cs │ │ ├── Forgotten.png │ │ ├── FrostySpectacle.cs │ │ ├── FrostySpectacle.png │ │ ├── JourneysBeginning.cs │ │ ├── JourneysBeginning.png │ │ ├── MirrorMirror.cs │ │ ├── MirrorMirror.png │ │ ├── MistyNight.cs │ │ ├── MistyNight.png │ │ ├── PlanterasRage.cs │ │ ├── PlanterasRage.png │ │ ├── Pond.cs │ │ ├── Pond.png │ │ ├── RingofDisgust.cs │ │ ├── RingofDisgust.png │ │ ├── Rotting.cs │ │ ├── Rotting.png │ │ ├── RuinedCivilization.cs │ │ ├── RuinedCivilization.png │ │ ├── SixtyEight.cs │ │ ├── SixtyEight.png │ │ ├── SpectralAppearance.cs │ │ ├── SpectralAppearance.png │ │ ├── Steep.cs │ │ ├── Steep.png │ │ ├── TakingFlight.cs │ │ ├── TakingFlight.png │ │ ├── TheBastion.cs │ │ ├── TheBastion.png │ │ ├── ThoughPoppiesGrow.cs │ │ ├── ThoughPoppiesGrow.png │ │ ├── Trespassing.cs │ │ ├── Trespassing.png │ │ ├── WyvernSlayer.cs │ │ └── WyvernSlayer.png │ ├── Seed │ │ ├── ContagionSeeds.cs │ │ ├── ContagionSeeds.png │ │ ├── ContagionSeeds_Alt.png │ │ ├── EctograssSeeds.cs │ │ ├── EctograssSeeds.png │ │ ├── EctograssSeeds_Alt.png │ │ ├── LargeBarfbushSeed.cs │ │ ├── LargeBarfbushSeed.png │ │ ├── LargeBlinkrootSeed.cs │ │ ├── LargeBlinkrootSeed.png │ │ ├── LargeBloodberrySeed.cs │ │ ├── LargeBloodberrySeed.png │ │ ├── LargeDaybloomSeed.cs │ │ ├── LargeDaybloomSeed.png │ │ ├── LargeDeathweedSeed.cs │ │ ├── LargeDeathweedSeed.png │ │ ├── LargeFireblossomSeed.cs │ │ ├── LargeFireblossomSeed.png │ │ ├── LargeHolybirdSeed.cs │ │ ├── LargeHolybirdSeed.png │ │ ├── LargeMoonglowSeed.cs │ │ ├── LargeMoonglowSeed.png │ │ ├── LargeShiverthornSeed.cs │ │ ├── LargeShiverthornSeed.png │ │ ├── LargeSweetstemSeed.cs │ │ ├── LargeSweetstemSeed.png │ │ ├── LargeTwilightPlumeSeed.cs │ │ ├── LargeTwilightPlumeSeed.png │ │ ├── LargeWaterleafSeed.cs │ │ ├── LargeWaterleafSeed.png │ │ ├── LargeWaterleafSeed_Alt.png │ │ ├── LaziteGrassSeeds.cs │ │ ├── LaziteGrassSeeds.png │ │ └── LaziteGrassSeeds_Alt.png │ ├── SoulCandles │ │ ├── DelightCandle.cs │ │ ├── DelightCandle.png │ │ ├── FlightCandle.cs │ │ ├── FlightCandle.png │ │ ├── FrightCandle.cs │ │ ├── FrightCandle.png │ │ ├── IceCandle.cs │ │ ├── IceCandle.png │ │ ├── LightCandle.cs │ │ ├── LightCandle.png │ │ ├── MightCandle.cs │ │ ├── MightCandle.png │ │ ├── NightCandle.cs │ │ ├── NightCandle.png │ │ ├── SightCandle.cs │ │ └── SightCandle.png │ ├── Statue │ │ ├── AngelSculpture.cs │ │ ├── AngelSculpture.png │ │ ├── Blahtue.cs │ │ ├── Blahtue.png │ │ ├── BlueLihzahrdStatue.cs │ │ ├── BlueLihzahrdStatue.png │ │ ├── ContagionStatue.cs │ │ ├── ContagionStatue.png │ │ ├── CrimsonStatue.cs │ │ ├── CrimsonStatue.png │ │ ├── DNASculpture.cs │ │ ├── DNASculpture.png │ │ ├── DNAStatue.cs │ │ ├── DNAStatue.png │ │ ├── HallowStatue.cs │ │ ├── HallowStatue.png │ │ ├── IceSculpture.cs │ │ ├── IceSculpture.png │ │ ├── OrangeDungeonVase.cs │ │ ├── OrangeDungeonVase.png │ │ ├── PurpleDungeonVase.cs │ │ ├── PurpleDungeonVase.png │ │ ├── ShellStatue.cs │ │ ├── ShellStatue.png │ │ ├── StaffStatue.cs │ │ ├── StaffStatue.png │ │ ├── TomeStatue.cs │ │ ├── TomeStatue.png │ │ ├── TuhrtlStatue.png │ │ ├── TurretStatue.cs │ │ ├── TurretStatue.png │ │ ├── YellowDungeonVase.cs │ │ └── YellowDungeonVase.png │ ├── Tile │ │ ├── ApocalyptusWood.cs │ │ ├── ApocalyptusWood.png │ │ ├── ArchaicJuggernautStatue.cs │ │ ├── ArchaicJuggernautStatue.png │ │ ├── BarfbushPlanterBox.cs │ │ ├── BarfbushPlanterBox.png │ │ ├── BasaltBlock.cs │ │ ├── BasaltBlock.png │ │ ├── BasaltPillar.cs │ │ ├── BasaltPillar.png │ │ ├── BismuthBrick.cs │ │ ├── BismuthBrick.png │ │ ├── BlastedStone.cs │ │ ├── BlastedStone.png │ │ ├── BleachedEbony.cs │ │ ├── BleachedEbony.png │ │ ├── BloodberryPlanterBox.png │ │ ├── BloodiedSpike.cs │ │ ├── BloodiedSpike.png │ │ ├── BoltstoneBrick.cs │ │ ├── BoltstoneBrick.png │ │ ├── Bramble.cs │ │ ├── Bramble.png │ │ ├── BrambleSpike.cs │ │ ├── BrambleSpike.png │ │ ├── BrimstoneBlock.cs │ │ ├── BrimstoneBlock.png │ │ ├── BronzeBrick.cs │ │ ├── BronzeBrick.png │ │ ├── BronzePlating.cs │ │ ├── BronzePlating.png │ │ ├── CoolGemsparkBlock.cs │ │ ├── CoolGemsparkBlock.png │ │ ├── CrackedOrangeBrick.cs │ │ ├── CrackedOrangeBrick.png │ │ ├── CrackedPurpleBrick.cs │ │ ├── CrackedPurpleBrick.png │ │ ├── CrackedYellowBrick.cs │ │ ├── CrackedYellowBrick.png │ │ ├── CrystalStoneBlock.cs │ │ ├── CrystalStoneBlock.png │ │ ├── CrystalStoneCrystal.cs │ │ ├── CrystalStoneCrystal.png │ │ ├── DarkMatterMonolith.cs │ │ ├── DarkMatterMonolith.png │ │ ├── DemonSpikeScale.cs │ │ ├── DemonSpikeScale.png │ │ ├── DurataniumPipe.cs │ │ ├── DurataniumPipe.png │ │ ├── DuskplateBlock.cs │ │ ├── DuskplateBlock.png │ │ ├── FallenStarBlock.cs │ │ ├── FallenStarBlock.png │ │ ├── GemsparkBlocks.cs │ │ ├── GiantCrystalShard.cs │ │ ├── GiantCrystalShard.png │ │ ├── GreenIceBlock.cs │ │ ├── GreenIceBlock.png │ │ ├── HallowedBrick.cs │ │ ├── HallowedBrick.png │ │ ├── HeartstoneBrick.cs │ │ ├── HeartstoneBrick.png │ │ ├── HolybirdPlanterBox.cs │ │ ├── HolybirdPlanterBox.png │ │ ├── ImperviousBrick.cs │ │ ├── ImperviousBrick.png │ │ ├── IridiumBrick.cs │ │ ├── IridiumBrick.png │ │ ├── LargeHerbs │ │ │ ├── LargeBarfbush.cs │ │ │ ├── LargeBarfbush.png │ │ │ ├── LargeBlinkroot.cs │ │ │ ├── LargeBlinkroot.png │ │ │ ├── LargeBloodberry.cs │ │ │ ├── LargeBloodberry.png │ │ │ ├── LargeDaybloom.cs │ │ │ ├── LargeDaybloom.png │ │ │ ├── LargeDeathweed.cs │ │ │ ├── LargeDeathweed.png │ │ │ ├── LargeDeathweed_Alt.png │ │ │ ├── LargeFireblossom.cs │ │ │ ├── LargeFireblossom.png │ │ │ ├── LargeHolybird.cs │ │ │ ├── LargeHolybird.png │ │ │ ├── LargeMoonglow.cs │ │ │ ├── LargeMoonglow.png │ │ │ ├── LargeShiverthorn.cs │ │ │ ├── LargeShiverthorn.png │ │ │ ├── LargeSweetstem.cs │ │ │ ├── LargeSweetstem.png │ │ │ ├── LargeTwilightPlume.cs │ │ │ ├── LargeTwilightPlume.png │ │ │ ├── LargeWaterleaf.cs │ │ │ └── LargeWaterleaf.png │ │ ├── LivingPathogenBlock.cs │ │ ├── LivingPathogenBlock.png │ │ ├── LoamBlock.cs │ │ ├── LoamBlock.png │ │ ├── LoamstoneBrick.cs │ │ ├── LoamstoneBrick.png │ │ ├── MoonplateBlock.cs │ │ ├── MoonplateBlock.png │ │ ├── NaquadahBrick.cs │ │ ├── NaquadahBrick.png │ │ ├── NastySpike.cs │ │ ├── NastySpike.png │ │ ├── NestBlock.cs │ │ ├── NestBlock.png │ │ ├── NickelBrick.cs │ │ ├── NickelBrick.png │ │ ├── OrangeBrick.cs │ │ ├── OrangeBrick.png │ │ ├── OsmiumBrick.cs │ │ ├── OsmiumBrick.png │ │ ├── PeridotGemcorn.cs │ │ ├── PeridotGemcorn.png │ │ ├── PeridotGemsparkBlock.png │ │ ├── PeridotStoneBlock.cs │ │ ├── PeridotStoneBlock.png │ │ ├── PlatformLeaf.cs │ │ ├── PlatformLeaf.png │ │ ├── PoisonSpike.cs │ │ ├── PoisonSpike.png │ │ ├── PurpleBrick.cs │ │ ├── PurpleBrick.png │ │ ├── ResistantWood.cs │ │ ├── ResistantWood.png │ │ ├── RhodiumBrick.cs │ │ ├── RhodiumBrick.png │ │ ├── SavannaPylon.cs │ │ ├── SavannaPylon.png │ │ ├── SepsisBlock.cs │ │ ├── SepsisBlock.png │ │ ├── SkyBrick.cs │ │ ├── SkyBrick.png │ │ ├── StarstoneBrick.cs │ │ ├── StarstoneBrick.png │ │ ├── SweetstemPlanterBox.cs │ │ ├── SweetstemPlanterBox.png │ │ ├── TourmalineGemcorn.cs │ │ ├── TourmalineGemcorn.png │ │ ├── TourmalineGemsparkBlock.png │ │ ├── TourmalineStoneBlock.cs │ │ ├── TourmalineStoneBlock.png │ │ ├── TuhrtlBrick.cs │ │ ├── TuhrtlBrick.png │ │ ├── TwilightPlumePlanterBox.cs │ │ ├── TwilightPlumePlanterBox.png │ │ ├── VenomSpike.cs │ │ ├── VenomSpike.png │ │ ├── VoltBrick.cs │ │ ├── VoltBrick.png │ │ ├── WarmGemsparkBlock.cs │ │ ├── WarmGemsparkBlock.png │ │ ├── YellowBrick.cs │ │ ├── YellowBrick.png │ │ ├── YellowIceBlock.cs │ │ ├── YellowIceBlock.png │ │ ├── ZincBrick.cs │ │ ├── ZincBrick.png │ │ ├── ZirconGemcorn.cs │ │ ├── ZirconGemcorn.png │ │ ├── ZirconGemsparkBlock.png │ │ ├── ZirconStoneBlock.cs │ │ └── ZirconStoneBlock.png │ ├── Trap │ │ ├── CannonballTrap.cs │ │ ├── CannonballTrap.png │ │ ├── FireballTrap.cs │ │ ├── FireballTrap.png │ │ ├── LanceTrap.cs │ │ ├── LanceTrap.png │ │ ├── PoisonGasTrap.cs │ │ ├── PoisonGasTrap.png │ │ ├── TuhrtlPressurePlate.cs │ │ └── TuhrtlPressurePlate.png │ ├── Trophy │ │ ├── BacteriumPrimeTrophy.cs │ │ ├── BacteriumPrimeTrophy.png │ │ ├── DesertBeakTrophy.cs │ │ ├── DesertBeakTrophy.png │ │ ├── EggmanTrophy.cs │ │ ├── EggmanTrophy.png │ │ ├── KingStingTrophy.cs │ │ ├── KingStingTrophy.png │ │ ├── MechastingTrophy.cs │ │ ├── MechastingTrophy.png │ │ ├── PhantasmTrophy.cs │ │ ├── PhantasmTrophy.png │ │ ├── Relics │ │ │ ├── BacteriumPrimeRelic.cs │ │ │ ├── BacteriumPrimeRelic.png │ │ │ ├── DesertBeakRelic.cs │ │ │ └── DesertBeakRelic.png │ │ ├── WallofSteelTrophy.cs │ │ └── WallofSteelTrophy.png │ ├── Wall │ │ ├── AshWall.cs │ │ ├── AshWall.png │ │ ├── BasaltPillarWall.cs │ │ ├── BasaltPillarWall.png │ │ ├── BismuthBrickWall.cs │ │ ├── BismuthBrickWall.png │ │ ├── BlastedStoneWall.cs │ │ ├── BlastedStoneWall.png │ │ ├── BleachedEbonyFence.cs │ │ ├── BleachedEbonyFence.png │ │ ├── BleachedEbonyWall.cs │ │ ├── BleachedEbonyWall.png │ │ ├── BronzeBrickWall.cs │ │ ├── BronzeBrickWall.png │ │ ├── BronzePlatingWall.cs │ │ ├── BronzePlatingWall.png │ │ ├── BrownStainedGlass.png │ │ ├── ContagionBoilWall.cs │ │ ├── ContagionBoilWall.png │ │ ├── ContagionCystWall.cs │ │ ├── ContagionCystWall.png │ │ ├── ContagionGrassWall.cs │ │ ├── ContagionGrassWall.png │ │ ├── ContagionLumpWall.cs │ │ ├── ContagionLumpWall.png │ │ ├── ContagionMouldWall.cs │ │ ├── ContagionMouldWall.png │ │ ├── CoughwoodFence.cs │ │ ├── CoughwoodFence.png │ │ ├── CrystalStoneWall.cs │ │ ├── CrystalStoneWall.png │ │ ├── CyanStainedGlass.png │ │ ├── DuskplateWall.cs │ │ ├── DuskplateWall.png │ │ ├── GemsparkWalls.cs │ │ ├── HeartstoneBrickWall.cs │ │ ├── HeartstoneBrickWall.png │ │ ├── ImperviousBrickWallItem.cs │ │ ├── ImperviousBrickWallItem.png │ │ ├── ImperviousBrickWallUnsafe.cs │ │ ├── ImperviousBrickWallUnsafe.png │ │ ├── IridiumBrickWallItem.cs │ │ ├── IridiumBrickWallItem.png │ │ ├── LimeStainedGlass.png │ │ ├── MoonWallItem.cs │ │ ├── MoonWallItem.png │ │ ├── NaquadahBrickWall.cs │ │ ├── NaquadahBrickWall.png │ │ ├── NickelBrickWall.cs │ │ ├── NickelBrickWall.png │ │ ├── NickelFence.cs │ │ ├── NickelFence.png │ │ ├── OrangeBrickWall.cs │ │ ├── OrangeBrickWall.png │ │ ├── OrangeBrickWallUnsafe.cs │ │ ├── OrangeBrickWallUnsafe.png │ │ ├── OrangeSlabWall.cs │ │ ├── OrangeSlabWall.png │ │ ├── OrangeSlabWallUnsafe.cs │ │ ├── OrangeSlabWallUnsafe.png │ │ ├── OrangeTiledWall.cs │ │ ├── OrangeTiledWall.png │ │ ├── OrangeTiledWallUnsafe.cs │ │ ├── OrangeTiledWallUnsafe.png │ │ ├── OsmiumBrickWallItem.cs │ │ ├── OsmiumBrickWallItem.png │ │ ├── PeridotGemsparkWall.png │ │ ├── PeridotGemsparkWallOff.png │ │ ├── PeridotStoneWall.cs │ │ ├── PeridotStoneWall.png │ │ ├── PurpleBrickWall.cs │ │ ├── PurpleBrickWall.png │ │ ├── PurpleBrickWallUnsafe.cs │ │ ├── PurpleBrickWallUnsafe.png │ │ ├── PurpleSlabWall.cs │ │ ├── PurpleSlabWall.png │ │ ├── PurpleSlabWallUnsafe.cs │ │ ├── PurpleSlabWallUnsafe.png │ │ ├── PurpleTiledWall.cs │ │ ├── PurpleTiledWall.png │ │ ├── PurpleTiledWallUnsafe.cs │ │ ├── PurpleTiledWallUnsafe.png │ │ ├── ResistantWoodFence.cs │ │ ├── ResistantWoodFence.png │ │ ├── ResistantWoodWall.cs │ │ ├── ResistantWoodWall.png │ │ ├── RhodiumBrickWallItem.cs │ │ ├── RhodiumBrickWallItem.png │ │ ├── SepsisBlockWall.cs │ │ ├── SepsisBlockWall.png │ │ ├── SkyBrickWall.cs │ │ ├── SkyBrickWall.png │ │ ├── StainedGlass.cs │ │ ├── TourmalineGemsparkWall.png │ │ ├── TourmalineGemsparkWallOff.png │ │ ├── TourmalineStoneWall.cs │ │ ├── TourmalineStoneWall.png │ │ ├── TropicsGrassWall.cs │ │ ├── TropicsGrassWall.png │ │ ├── TuhrtlBrickWall.cs │ │ ├── TuhrtlBrickWall.png │ │ ├── VoltBrickWall.cs │ │ ├── VoltBrickWall.png │ │ ├── YellowBrickWall.cs │ │ ├── YellowBrickWall.png │ │ ├── YellowBrickWallUnsafe.cs │ │ ├── YellowBrickWallUnsafe.png │ │ ├── YellowSlabWall.cs │ │ ├── YellowSlabWall.png │ │ ├── YellowSlabWallUnsafe.cs │ │ ├── YellowSlabWallUnsafe.png │ │ ├── YellowTiledWall.cs │ │ ├── YellowTiledWall.png │ │ ├── YellowTiledWallUnsafe.cs │ │ ├── YellowTiledWallUnsafe.png │ │ ├── ZincBrickWall.cs │ │ ├── ZincBrickWall.png │ │ ├── ZirconGemsparkWall.png │ │ ├── ZirconGemsparkWallOff.png │ │ ├── ZirconStoneWall.cs │ │ └── ZirconStoneWall.png │ └── Wiring │ │ ├── GemLocks.cs │ │ ├── PeridotGemLock.png │ │ ├── TourmalineGemLock.png │ │ └── ZirconGemLock.png ├── Potions │ ├── AdvancedPotions │ │ ├── AdvAmmoReservationPotion.cs │ │ ├── AdvAmmoReservationPotion.png │ │ ├── AdvArcheryPotion.cs │ │ ├── AdvArcheryPotion.png │ │ ├── AdvAuraPotion.cs │ │ ├── AdvAuraPotion.png │ │ ├── AdvBattlePotion.cs │ │ ├── AdvBattlePotion.png │ │ ├── AdvBiomeSightPotion.png │ │ ├── AdvBloodCastPotion.cs │ │ ├── AdvBloodCastPotion.png │ │ ├── AdvBuilderPotion.cs │ │ ├── AdvBuilderPotion.png │ │ ├── AdvCalmingPotion.cs │ │ ├── AdvCalmingPotion.png │ │ ├── AdvCratePotion.cs │ │ ├── AdvCratePotion.png │ │ ├── AdvDangersensePotion.cs │ │ ├── AdvDangersensePotion.png │ │ ├── AdvEndurancePotion.cs │ │ ├── AdvEndurancePotion.png │ │ ├── AdvFeatherfallPotion.cs │ │ ├── AdvFeatherfallPotion.png │ │ ├── AdvFishingPotion.cs │ │ ├── AdvFishingPotion.png │ │ ├── AdvFlipperPotion.cs │ │ ├── AdvFlipperPotion.png │ │ ├── AdvForceFieldPotion.cs │ │ ├── AdvForceFieldPotion.png │ │ ├── AdvFortunePotion.cs │ │ ├── AdvFortunePotion.png │ │ ├── AdvFuryPotion.cs │ │ ├── AdvFuryPotion.png │ │ ├── AdvGPSPotion.cs │ │ ├── AdvGPSPotion.png │ │ ├── AdvGamblerPotion.cs │ │ ├── AdvGamblerPotion.png │ │ ├── AdvGauntletPotion.cs │ │ ├── AdvGauntletPotion.png │ │ ├── AdvGillsPotion.cs │ │ ├── AdvGillsPotion.png │ │ ├── AdvGravitationPotion.cs │ │ ├── AdvGravitationPotion.png │ │ ├── AdvHeartreachPotion.cs │ │ ├── AdvHeartreachPotion.png │ │ ├── AdvHeartsickPotion.cs │ │ ├── AdvHeartsickPotion.png │ │ ├── AdvHunterPotion.cs │ │ ├── AdvHunterPotion.png │ │ ├── AdvInfernoPotion.cs │ │ ├── AdvInfernoPotion.png │ │ ├── AdvInvincibilityPotion.cs │ │ ├── AdvInvincibilityPotion.png │ │ ├── AdvInvisibilityPotion.cs │ │ ├── AdvInvisibilityPotion.png │ │ ├── AdvIronskinPotion.cs │ │ ├── AdvIronskinPotion.png │ │ ├── AdvLeapingPotion.cs │ │ ├── AdvLeapingPotion.png │ │ ├── AdvLifeforcePotion.cs │ │ ├── AdvLifeforcePotion.png │ │ ├── AdvLuckPotion.cs │ │ ├── AdvLuckPotion.png │ │ ├── AdvMagicPowerPotion.cs │ │ ├── AdvMagicPowerPotion.png │ │ ├── AdvMagnetPotion.cs │ │ ├── AdvMagnetPotion.png │ │ ├── AdvManaRegenerationPotion.cs │ │ ├── AdvManaRegenerationPotion.png │ │ ├── AdvMiningPotion.cs │ │ ├── AdvMiningPotion.png │ │ ├── AdvNightOwlPotion.cs │ │ ├── AdvNightOwlPotion.png │ │ ├── AdvNinjaPotion.cs │ │ ├── AdvNinjaPotion.png │ │ ├── AdvObsidianSkinPotion.cs │ │ ├── AdvObsidianSkinPotion.png │ │ ├── AdvRagePotion.cs │ │ ├── AdvRagePotion.png │ │ ├── AdvRegenerationPotion.cs │ │ ├── AdvRegenerationPotion.png │ │ ├── AdvRoguePotion.cs │ │ ├── AdvRoguePotion.png │ │ ├── AdvShadowPotion.cs │ │ ├── AdvShadowPotion.png │ │ ├── AdvShinePotion.cs │ │ ├── AdvShinePotion.png │ │ ├── AdvShockwavePotion.cs │ │ ├── AdvShockwavePotion.png │ │ ├── AdvSonarPotion.cs │ │ ├── AdvSonarPotion.png │ │ ├── AdvSpelunkerPotion.cs │ │ ├── AdvSpelunkerPotion.png │ │ ├── AdvStarbrightPotion.cs │ │ ├── AdvStarbrightPotion.png │ │ ├── AdvStrengthPotion.cs │ │ ├── AdvStrengthPotion.png │ │ ├── AdvSummoningPotion.cs │ │ ├── AdvSummoningPotion.png │ │ ├── AdvSupersonicPotion.cs │ │ ├── AdvSupersonicPotion.png │ │ ├── AdvSwiftnessPotion.cs │ │ ├── AdvSwiftnessPotion.png │ │ ├── AdvThornsPotion.cs │ │ ├── AdvThornsPotion.png │ │ ├── AdvTimeShiftPotion.cs │ │ ├── AdvTimeShiftPotion.png │ │ ├── AdvTitanPotion.cs │ │ ├── AdvTitanPotion.png │ │ ├── AdvTitanskinPotion.cs │ │ ├── AdvTitanskinPotion.png │ │ ├── AdvVisionPotion.cs │ │ ├── AdvVisionPotion.png │ │ ├── AdvWarmthPotion.cs │ │ ├── AdvWarmthPotion.png │ │ ├── AdvWaterWalkingPotion.cs │ │ ├── AdvWaterWalkingPotion.png │ │ ├── AdvWisdomPotion.cs │ │ ├── AdvWisdomPotion.png │ │ ├── AdvWrathPotion.cs │ │ └── AdvWrathPotion.png │ ├── Buff │ │ ├── AuraPotion.cs │ │ ├── AuraPotion.png │ │ ├── BlahPotion.cs │ │ ├── BlahPotion.png │ │ ├── BloodCastPotion.cs │ │ ├── BloodCastPotion.png │ │ ├── CloverPotion.cs │ │ ├── CloverPotion.png │ │ ├── FlaskOfPathogens.cs │ │ ├── FlaskOfPathogens.png │ │ ├── ForceFieldPotion.cs │ │ ├── ForceFieldPotion.png │ │ ├── FortunePotion.cs │ │ ├── FortunePotion.png │ │ ├── FuryPotion.cs │ │ ├── FuryPotion.png │ │ ├── GPSPotion.cs │ │ ├── GPSPotion.png │ │ ├── GamblerPotion.cs │ │ ├── GamblerPotion.png │ │ ├── GauntletPotion.cs │ │ ├── GauntletPotion.png │ │ ├── HeartsickPotion.cs │ │ ├── HeartsickPotion.png │ │ ├── InvincibilityPotion.cs │ │ ├── InvincibilityPotion.png │ │ ├── LeapingPotion.cs │ │ ├── LeapingPotion.png │ │ ├── MagnetPotion.cs │ │ ├── MagnetPotion.png │ │ ├── NinjaPotion.cs │ │ ├── NinjaPotion.png │ │ ├── RejuvenationPotion.cs │ │ ├── RejuvenationPotion.png │ │ ├── RoguePotion.cs │ │ ├── RoguePotion.png │ │ ├── ShadowPotion.cs │ │ ├── ShadowPotion.png │ │ ├── ShockwavePotion.cs │ │ ├── ShockwavePotion.png │ │ ├── StarbrightPotion.cs │ │ ├── StarbrightPotion.png │ │ ├── StrengthPotion.cs │ │ ├── StrengthPotion.png │ │ ├── SupersonicPotion.cs │ │ ├── SupersonicPotion.png │ │ ├── TimeShiftPotion.cs │ │ ├── TimeShiftPotion.png │ │ ├── TitanskinPotion.cs │ │ ├── TitanskinPotion.png │ │ ├── VisionPotion.cs │ │ ├── VisionPotion.png │ │ ├── WisdomPotion.cs │ │ └── WisdomPotion.png │ └── Other │ │ ├── GreaterStaminaPotion.cs │ │ ├── GreaterStaminaPotion.png │ │ ├── ImmortalityPotion.cs │ │ ├── ImmortalityPotion.png │ │ ├── LesserStaminaPotion.cs │ │ ├── LesserStaminaPotion.png │ │ ├── StaminaPotion.cs │ │ ├── StaminaPotion.png │ │ ├── SuperStaminaPotion.cs │ │ └── SuperStaminaPotion.png ├── StaminaScrolls │ ├── FlightTimeScroll.cs │ ├── FlightTimeScroll.png │ ├── MiningScroll.cs │ ├── MiningScroll.png │ ├── SprintScroll.cs │ ├── SprintScroll.png │ ├── SwimmingScroll.cs │ ├── SwimmingScroll.png │ ├── TeleportScroll.cs │ ├── TeleportScroll.png │ ├── WallSlidingScroll.cs │ └── WallSlidingScroll.png ├── StatDisplay.cs ├── StatDisplay.png ├── StructureSaver.cs ├── StructureSaver.png ├── Tomes │ ├── Hardmode │ │ ├── CreatorsTome.cs │ │ ├── CreatorsTome.png │ │ ├── LoveUpandDown.cs │ │ └── LoveUpandDown.png │ ├── PreHardmode │ │ ├── AFlowerlessPlant.cs │ │ ├── AFlowerlessPlant.png │ │ ├── AdventuresandMishaps.cs │ │ ├── AdventuresandMishaps.png │ │ ├── BurningDesire.cs │ │ ├── BurningDesire.png │ │ ├── ChristmasTome.cs │ │ ├── ChristmasTome.png │ │ ├── EternitysMoon.cs │ │ ├── EternitysMoon.png │ │ ├── FlankersTome.cs │ │ ├── FlankersTome.png │ │ ├── MediationsFlame.cs │ │ ├── MediationsFlame.png │ │ ├── MistyPeachBlossoms.cs │ │ ├── MistyPeachBlossoms.png │ │ ├── SoutheasternPeacock.cs │ │ ├── SoutheasternPeacock.png │ │ ├── TaleoftheDolt.cs │ │ ├── TaleoftheDolt.png │ │ ├── TaleoftheRedLotus.cs │ │ ├── TaleoftheRedLotus.png │ │ ├── TaleoftheRedLotusGlow.png │ │ ├── TheHeavenlyScent.cs │ │ ├── TheHeavenlyScent.png │ │ ├── TheVoidlands.cs │ │ ├── TheVoidlands.png │ │ ├── TomeofDistance.cs │ │ ├── TomeofDistance.png │ │ ├── TomeoftheRiverSpirits.cs │ │ ├── TomeoftheRiverSpirits.png │ │ ├── TomorrowsPhoenix.cs │ │ ├── TomorrowsPhoenix.png │ │ ├── UnderestimatedResolve.cs │ │ └── UnderestimatedResolve.png │ └── Superhardmode │ │ ├── ChantoftheWaterDragon.cs │ │ ├── ChantoftheWaterDragon.png │ │ ├── Dominance.cs │ │ ├── Dominance.png │ │ ├── Emperor.cs │ │ ├── Emperor.png │ │ ├── SceneofCarnage.cs │ │ ├── SceneofCarnage.png │ │ ├── TheOasisRemembered.cs │ │ ├── TheOasisRemembered.png │ │ ├── ThePlumHarvest.cs │ │ ├── ThePlumHarvest.png │ │ ├── TheThreeScholars.cs │ │ ├── TheThreeScholars.png │ │ ├── TheWorld.cs │ │ └── TheWorld.png ├── Tools │ ├── Hardmode │ │ ├── AxeofEmancipation.cs │ │ ├── AxeofEmancipation.png │ │ ├── DurataniumChainsaw.cs │ │ ├── DurataniumChainsaw.png │ │ ├── DurataniumDrill.cs │ │ ├── DurataniumDrill.png │ │ ├── DurataniumPickaxe.cs │ │ ├── DurataniumPickaxe.png │ │ ├── DurataniumWaraxe.cs │ │ ├── DurataniumWaraxe.png │ │ ├── FeroziumPickaxe.cs │ │ ├── FeroziumPickaxe.png │ │ ├── FeroziumWaraxe.cs │ │ ├── FeroziumWaraxe.png │ │ ├── InfectionHook.cs │ │ ├── InfectionHook.png │ │ ├── Manipulator.cs │ │ ├── Manipulator.png │ │ ├── Moonphaser.cs │ │ ├── Moonphaser.png │ │ ├── NaquadahChainsaw.cs │ │ ├── NaquadahChainsaw.png │ │ ├── NaquadahDrill.cs │ │ ├── NaquadahDrill.png │ │ ├── NaquadahGreataxe.cs │ │ ├── NaquadahGreataxe.png │ │ ├── NaquadahPickaxe.cs │ │ ├── NaquadahPickaxe.png │ │ ├── PortablePylonMkII.cs │ │ ├── PortablePylonMkII.png │ │ ├── PortablePylonMkIIPoint1.png │ │ ├── PortablePylonMkIIPoint2.png │ │ ├── PortablePylonMkIIPoint3.png │ │ ├── Rainbringer.cs │ │ ├── Rainbringer.png │ │ ├── Sandstormer.cs │ │ ├── Sandstormer.png │ │ ├── ShadowPhone.cs │ │ ├── ShadowPhone.png │ │ ├── ShadowPhoneDungeon.png │ │ ├── ShadowPhoneHell.png │ │ ├── ShadowPhoneHome.png │ │ ├── ShadowPhoneJungleTropics.png │ │ ├── ShadowPhoneOcean.png │ │ ├── ShadowPhoneRandom.png │ │ ├── ShadowPhoneSurface.png │ │ ├── SonicScrewdriverMkII.cs │ │ ├── SonicScrewdriverMkII.png │ │ ├── Timechanger.cs │ │ ├── Timechanger.png │ │ ├── TroxiniumChainsaw.cs │ │ ├── TroxiniumChainsaw.png │ │ ├── TroxiniumChainsaw_Glow.png │ │ ├── TroxiniumDrill.cs │ │ ├── TroxiniumDrill.png │ │ ├── TroxiniumDrill_Glow.png │ │ ├── TroxiniumPickaxe.cs │ │ ├── TroxiniumPickaxe.png │ │ ├── TroxiniumPickaxe_Glow.png │ │ ├── TroxiniumWaraxe.cs │ │ ├── TroxiniumWaraxe.png │ │ ├── TroxiniumWaraxe_Glow.png │ │ ├── XanthophyteChainsaw.cs │ │ ├── XanthophyteChainsaw.png │ │ ├── XanthophyteDrill.cs │ │ ├── XanthophyteDrill.png │ │ ├── XanthophyteGreataxe.cs │ │ ├── XanthophyteGreataxe.png │ │ ├── XanthophytePickaxe.cs │ │ ├── XanthophytePickaxe.png │ │ ├── XanthophyteWarhammer.cs │ │ └── XanthophyteWarhammer.png │ ├── PreHardmode │ │ ├── AxeofSickness.cs │ │ ├── AxeofSickness.png │ │ ├── BismuthAxe.cs │ │ ├── BismuthAxe.png │ │ ├── BismuthHammer.cs │ │ ├── BismuthHammer.png │ │ ├── BismuthPickaxe.cs │ │ ├── BismuthPickaxe.png │ │ ├── BleachedEbonyHammer.cs │ │ ├── BleachedEbonyHammer.png │ │ ├── Blueshift.cs │ │ ├── Blueshift.png │ │ ├── Breakdawn.cs │ │ ├── Breakdawn.png │ │ ├── Breakdawn3x3.png │ │ ├── BronzeAxe.cs │ │ ├── BronzeAxe.png │ │ ├── BronzeHammer.cs │ │ ├── BronzeHammer.png │ │ ├── BronzePickaxe.cs │ │ ├── BronzePickaxe.png │ │ ├── ColdCatcher.cs │ │ ├── ColdCatcher.png │ │ ├── CoughwoodHammer.cs │ │ ├── CoughwoodHammer.png │ │ ├── DungeonWand.cs │ │ ├── DungeonWand.png │ │ ├── EruptionHook.cs │ │ ├── EruptionHook.png │ │ ├── GoldminePickaxe.cs │ │ ├── GoldminePickaxe.png │ │ ├── IridiumHamaxe.cs │ │ ├── IridiumHamaxe.png │ │ ├── IridiumPickaxe.cs │ │ ├── IridiumPickaxe.png │ │ ├── JungleAxe.cs │ │ ├── JungleAxe.png │ │ ├── JunglePickaxe.cs │ │ ├── JunglePickaxe.png │ │ ├── MinersPickaxe.cs │ │ ├── MinersPickaxe.png │ │ ├── MucusHammer.cs │ │ ├── MucusHammer.png │ │ ├── NickelAxe.cs │ │ ├── NickelAxe.png │ │ ├── NickelHammer.cs │ │ ├── NickelHammer.png │ │ ├── NickelPickaxe.cs │ │ ├── NickelPickaxe.png │ │ ├── OsmiumHamaxe.cs │ │ ├── OsmiumHamaxe.png │ │ ├── OsmiumPickaxe.cs │ │ ├── OsmiumPickaxe.png │ │ ├── PeridotHook.cs │ │ ├── PeridotHook.png │ │ ├── PickaxeofDusk.cs │ │ ├── PickaxeofDusk.png │ │ ├── PickaxeofDusk3x3.png │ │ ├── PocketStation.cs │ │ ├── PocketStation.png │ │ ├── PortablePylon.cs │ │ ├── PortablePylon.png │ │ ├── ResistantWoodHammer.cs │ │ ├── ResistantWoodHammer.png │ │ ├── RhodiumHamaxe.cs │ │ ├── RhodiumHamaxe.png │ │ ├── RhodiumPickaxe.cs │ │ ├── RhodiumPickaxe.png │ │ ├── RodofCoalescence.cs │ │ ├── RodofCoalescence.png │ │ ├── RupertsDropFishingPole.png │ │ ├── SapphirePickaxe.cs │ │ ├── SapphirePickaxe.png │ │ ├── SonicScrewdriverMkI.cs │ │ ├── SonicScrewdriverMkI.png │ │ ├── TombMirror.cs │ │ ├── TombMirror.png │ │ ├── TorchLauncher.cs │ │ ├── TorchLauncher.png │ │ ├── TourmalineHook.cs │ │ ├── TourmalineHook.png │ │ ├── ZincAxe.cs │ │ ├── ZincAxe.png │ │ ├── ZincHammer.cs │ │ ├── ZincHammer.png │ │ ├── ZincPickaxe.cs │ │ ├── ZincPickaxe.png │ │ ├── ZirconHook.cs │ │ └── ZirconHook.png │ ├── SonicScrewdriverMkIII.cs │ ├── SonicScrewdriverMkIII.png │ ├── Superhardmode │ │ ├── AccelerationDrill.cs │ │ ├── AccelerationDrill.png │ │ ├── AccelerationPickaxe.cs │ │ ├── AccelerationPickaxe.png │ │ ├── BlahsPicksawTierII.cs │ │ ├── BlahsPicksawTierII.png │ │ ├── BlahsPicksawTierII_Glow.png │ │ ├── BlahsWarhammer.cs │ │ ├── BlahsWarhammer.png │ │ └── BlahsWarhammer_Glow.png │ ├── TeamMirror.cs │ └── TeamMirror.png ├── Vanity │ ├── BacteriumPrimeMask.cs │ ├── BacteriumPrimeMask.png │ ├── BacteriumPrimeMask_Head.png │ ├── BismuthCrown.cs │ ├── BismuthCrown.png │ ├── BismuthCrown_Head.png │ ├── BloodstainedChestplate.cs │ ├── BloodstainedChestplate.png │ ├── BloodstainedChestplate_Body.png │ ├── BloodstainedGreaves.cs │ ├── BloodstainedGreaves.png │ ├── BloodstainedGreaves_Legs.png │ ├── BloodstainedHelmet.cs │ ├── BloodstainedHelmet.png │ ├── BloodstainedHelmet_Head.png │ ├── BondrewdHelmet.cs │ ├── BondrewdHelmet.png │ ├── BondrewdHelmet_Glow.png │ ├── BondrewdHelmet_Head.png │ ├── DesertBeakMask.cs │ ├── DesertBeakMask.png │ ├── DesertBeakMask_Head.png │ ├── DungeonHelmet.cs │ ├── DungeonHelmet.png │ ├── DungeonHelmet_Head.png │ ├── DungeonPants.cs │ ├── DungeonPants.png │ ├── DungeonPants_Legs.png │ ├── DungeonPlateMail.cs │ ├── DungeonPlateMail.png │ ├── DungeonPlateMail_Body.png │ ├── HadirosBodyplate.cs │ ├── HadirosBodyplate.png │ ├── HadirosBodyplate_Body.png │ ├── HadirosCrownmet.cs │ ├── HadirosCrownmet.png │ ├── HadirosCrownmet_Head.png │ ├── HadirosGreaves.cs │ ├── HadirosGreaves.png │ ├── HadirosGreaves_Legs.png │ ├── HellArmoredGreaves.cs │ ├── HellArmoredGreaves.png │ ├── HellArmoredGreaves_Legs.png │ ├── HellArmoredHelmet.cs │ ├── HellArmoredHelmet.png │ ├── HellArmoredHelmet_Head.png │ ├── HellBlazingChestplate.cs │ ├── HellBlazingChestplate.png │ ├── HellBlazingChestplate_Body.png │ ├── KingStingMask.cs │ ├── KingStingMask.png │ ├── KingStingMask_Head.png │ ├── MechastingMask.cs │ ├── MechastingMask.png │ ├── MechastingMask_Head.png │ ├── PaladinGreaves.cs │ ├── PaladinGreaves.png │ ├── PaladinGreaves_Legs.png │ ├── PaladinHelm.cs │ ├── PaladinHelm.png │ ├── PaladinHelm_Head.png │ ├── PaladinPlate.cs │ ├── PaladinPlate.png │ ├── PaladinPlate_Body.png │ ├── PhantomMask.cs │ ├── PhantomMask.png │ ├── PhantomMask_Head.png │ ├── PhantomPants.cs │ ├── PhantomPants.png │ ├── PhantomPants_Legs.png │ ├── PhantomShirt.cs │ ├── PhantomShirt.png │ ├── PhantomShirt_Body.png │ ├── RustedArmyGreaves.cs │ ├── RustedArmyGreaves.png │ ├── RustedArmyGreaves_Legs.png │ ├── RustedChestplate.cs │ ├── RustedChestplate.png │ ├── RustedChestplate_Body.png │ ├── RustyHelmet.cs │ ├── RustyHelmet.png │ ├── RustyHelmet_Head.png │ ├── SanguineKabuto.cs │ ├── SanguineKabuto.png │ ├── SanguineKabuto_Head.png │ ├── SavannaLily.cs │ ├── SavannaLily.png │ ├── SavannaLily_Head.png │ ├── SonicBelly.png │ ├── SonicHat.cs │ ├── SonicHat.png │ ├── SonicHat_Head.png │ ├── SonicShirt.cs │ ├── SonicShirt.png │ ├── SonicShirt_Body.png │ ├── SonicShoes.cs │ ├── SonicShoes.png │ ├── SonicShoes_Legs.png │ ├── SpodermanMask.cs │ ├── SpodermanMask.png │ ├── SpodermanMask_Head.png │ ├── SpodermanPants.cs │ ├── SpodermanPants.png │ ├── SpodermanPants_Legs.png │ ├── SpodermanSuit.cs │ ├── SpodermanSuit.png │ ├── SpodermanSuit_Body.png │ ├── SuperSonicHat_Head.png │ ├── SuperSonicShirt_Body.png │ ├── SuperSonicShoes_Legs.png │ ├── TerrorPenguinsEarpiece.cs │ ├── TerrorPenguinsEarpiece.png │ ├── TerrorPenguinsEarpiece_Head.png │ ├── TerrorPenguinsHeels.cs │ ├── TerrorPenguinsHeels.png │ ├── TerrorPenguinsHeels_Female_Legs.png │ ├── TerrorPenguinsHeels_Legs.png │ ├── TerrorPenguinsOnepiece.cs │ ├── TerrorPenguinsOnepiece.png │ ├── TerrorPenguinsOnepiece_Body.png │ └── TerrorPenguinsOnepiece_Extension_Legs.png ├── Weapons │ ├── Blah │ │ ├── Blahncher │ │ │ ├── Blahcket.png │ │ │ ├── TacticalBlahncher.cs │ │ │ └── TacticalBlahncher.png │ │ ├── EnergyBlade │ │ │ ├── BlahBeam.png │ │ │ ├── BlahsEnergyBlade.cs │ │ │ ├── BlahsEnergyBlade.png │ │ │ └── BlahsEnergyBlade_Glow.png │ │ ├── Knives │ │ │ ├── BlahKnife.png │ │ │ ├── BlahsKnives.cs │ │ │ └── BlahsKnives.png │ │ └── Staff │ │ │ ├── BlahFire.png │ │ │ ├── BlahMeteor.png │ │ │ ├── BlahStaff.cs │ │ │ ├── BlahStaff.png │ │ │ └── BlahStar.png │ ├── Magic │ │ ├── Hardmode │ │ │ ├── Ancient │ │ │ │ ├── Ancient.cs │ │ │ │ ├── Ancient.png │ │ │ │ └── AncientSandstorm.png │ │ │ ├── AquaImpact │ │ │ │ ├── AquaBlast.png │ │ │ │ ├── AquaImpact.cs │ │ │ │ └── AquaImpact.png │ │ │ ├── Boomlash │ │ │ │ ├── Boomlash.cs │ │ │ │ ├── Boomlash.png │ │ │ │ └── BoomlashProj.png │ │ │ ├── CrystalUnity │ │ │ │ ├── AmberShardBuff.png │ │ │ │ ├── AmethystShardBuff.png │ │ │ │ ├── CrystalUnity.cs │ │ │ │ ├── CrystalUnity.png │ │ │ │ ├── CrystalUnityBuffs.cs │ │ │ │ ├── CrystalUnityShard.png │ │ │ │ ├── RubyShardBuff.png │ │ │ │ └── SapphireShardBuff.png │ │ │ ├── CursedFlamelash │ │ │ │ ├── CursedFlamelash.cs │ │ │ │ ├── CursedFlamelash.png │ │ │ │ └── CursedFlamelashProj.png │ │ │ ├── DevilsScythe │ │ │ │ ├── DevilScythe.png │ │ │ │ ├── DevilsScythe.cs │ │ │ │ └── DevilsScythe.png │ │ │ ├── EnergyRevolver │ │ │ │ ├── EnergyLaser.png │ │ │ │ ├── EnergyRevolver.cs │ │ │ │ └── EnergyRevolver.png │ │ │ ├── FreezeBolt │ │ │ │ ├── FreezeBolt.cs │ │ │ │ └── FreezeBolt.png │ │ │ ├── HallowedThorn │ │ │ │ ├── HallowedThorn.cs │ │ │ │ ├── HallowedThorn.png │ │ │ │ ├── HallowedThornEnd.png │ │ │ │ └── HallowedThornProj.png │ │ │ ├── MagicGrenade │ │ │ │ ├── MagicGrenade.cs │ │ │ │ └── MagicGrenade.png │ │ │ ├── Outbreak │ │ │ │ ├── Outbreak.cs │ │ │ │ ├── Outbreak.png │ │ │ │ └── OutbreakProj.png │ │ │ ├── PhantomKnives │ │ │ │ ├── PhantomKnife.png │ │ │ │ ├── PhantomKnives.cs │ │ │ │ └── PhantomKnives.png │ │ │ ├── PurpleHaze │ │ │ │ ├── PurpleHaze.cs │ │ │ │ ├── PurpleHaze.png │ │ │ │ └── PurpleHazeProj.png │ │ │ ├── SackofToys │ │ │ │ ├── Die.png │ │ │ │ ├── Doll.png │ │ │ │ ├── Lego.png │ │ │ │ ├── Marble.png │ │ │ │ ├── RockingHorse.png │ │ │ │ ├── SackofToys.cs │ │ │ │ ├── SackofToys.png │ │ │ │ ├── SackofToysProj.png │ │ │ │ ├── Table.png │ │ │ │ ├── Toys.cs │ │ │ │ └── Vase.png │ │ │ ├── Sunstorm │ │ │ │ ├── Sunstorm.cs │ │ │ │ ├── Sunstorm.png │ │ │ │ └── SunstormProj.png │ │ │ └── ToxinStaff │ │ │ │ ├── ToxicFang.png │ │ │ │ ├── ToxinStaff.cs │ │ │ │ └── ToxinStaff.png │ │ ├── PreHardmode │ │ │ ├── BloodBarrage │ │ │ │ ├── BloodBarrage.cs │ │ │ │ ├── BloodBarrage.png │ │ │ │ └── BloodBlob.png │ │ │ ├── BloodstainedEye │ │ │ │ ├── BloodstainedEye.cs │ │ │ │ ├── BloodstainedEye.png │ │ │ │ └── BloodyTear.png │ │ │ ├── ChaosTome │ │ │ │ ├── ChaosTome.cs │ │ │ │ └── ChaosTome.png │ │ │ ├── FlowerOfTheJungle │ │ │ │ ├── FlowerofTheJungle.cs │ │ │ │ ├── FlowerofTheJungle.png │ │ │ │ ├── JungleFire.png │ │ │ │ └── JunglePetal.png │ │ │ ├── FrozenLyre │ │ │ │ ├── FrozenLyre.cs │ │ │ │ ├── FrozenLyre.png │ │ │ │ └── IceNote.png │ │ │ ├── GemStaves │ │ │ │ ├── PeridotStaff.cs │ │ │ │ ├── PeridotStaff.png │ │ │ │ ├── TourmalineStaff.cs │ │ │ │ ├── TourmalineStaff.png │ │ │ │ ├── ZirconStaff.cs │ │ │ │ └── ZirconStaff.png │ │ │ ├── GlacierStaff │ │ │ │ ├── GlacierBall.png │ │ │ │ ├── GlacierStaff.cs │ │ │ │ └── GlacierStaff.png │ │ │ ├── GlassEye │ │ │ │ ├── GlassEye.cs │ │ │ │ ├── GlassEye.png │ │ │ │ └── Tear.png │ │ │ ├── LotusLeech │ │ │ │ ├── LotusCurse.png │ │ │ │ ├── LotusLeech.cs │ │ │ │ └── LotusLeech.png │ │ │ ├── Smogscreen │ │ │ │ ├── Smog.png │ │ │ │ ├── Smogscreen.cs │ │ │ │ └── Smogscreen.png │ │ │ └── TomeoftheDistantPast │ │ │ │ ├── Bone1.png │ │ │ │ ├── Bone2.png │ │ │ │ ├── Bone3.png │ │ │ │ ├── Bone4.png │ │ │ │ ├── TomeoftheDistantPast.cs │ │ │ │ └── TomeoftheDistantPast.png │ │ └── Superhardmode │ │ │ ├── DroneSwarm │ │ │ ├── Drone.png │ │ │ ├── DroneSwarm.cs │ │ │ └── DroneSwarm.png │ │ │ ├── MagicCleaver │ │ │ ├── MagicCleaver.cs │ │ │ └── MagicCleaver.png │ │ │ ├── MagmafrostBolt.cs │ │ │ └── MagmafrostBolt.png │ ├── Melee │ │ ├── Hardmode │ │ │ ├── CaesiumMace │ │ │ │ ├── CaesiumMace.cs │ │ │ │ ├── CaesiumMace.png │ │ │ │ ├── CaesiumMaceProj.png │ │ │ │ └── CaesiumMaceProj_Chain.png │ │ │ ├── CaesiumPike │ │ │ │ ├── CaesiumPike.cs │ │ │ │ ├── CaesiumPike.png │ │ │ │ └── CaesiumPikeProj.png │ │ │ ├── CaesiumScimitar │ │ │ │ ├── CaesiumExplosion.cs │ │ │ │ ├── CaesiumExplosion.png │ │ │ │ ├── CaesiumScimitar.cs │ │ │ │ └── CaesiumScimitar.png │ │ │ ├── Clarent │ │ │ │ ├── Clarent.cs │ │ │ │ └── Clarent.png │ │ │ ├── ClearCutter │ │ │ │ ├── ClearCutter.cs │ │ │ │ └── ClearCutter.png │ │ │ ├── CraniumCrusher │ │ │ │ ├── CraniumCrusher.cs │ │ │ │ ├── CraniumCrusher.png │ │ │ │ └── CraniumCrusher_Trail.png │ │ │ ├── DarklightLance │ │ │ │ ├── DarklightLance.cs │ │ │ │ ├── DarklightLance.png │ │ │ │ └── DarklightLanceProjectile.png │ │ │ ├── DurataniumGlaive │ │ │ │ ├── DurataniumGlaive.cs │ │ │ │ ├── DurataniumGlaive.png │ │ │ │ └── DurataniumGlaiveProjectile.png │ │ │ ├── DurataniumSword │ │ │ │ ├── DurataniumSword.cs │ │ │ │ └── DurataniumSword.png │ │ │ ├── FeroziumIceSword │ │ │ │ ├── FeroziumIceSword.cs │ │ │ │ ├── FeroziumIceSword.png │ │ │ │ └── IcicleFerozium.png │ │ │ ├── HallowedClaymore │ │ │ │ ├── HallowedClaymore.cs │ │ │ │ └── HallowedClaymore.png │ │ │ ├── HellboundHalberd │ │ │ │ ├── HellboundHalberd.cs │ │ │ │ ├── HellboundHalberd.png │ │ │ │ ├── HellboundHalberdSpear.png │ │ │ │ └── HellboundHalberd_Trail.png │ │ │ ├── HemorrhagingHalberd │ │ │ │ ├── HemorrhagingHalberd.cs │ │ │ │ ├── HemorrhagingHalberd.png │ │ │ │ ├── HemorrhagingHalberdProj.png │ │ │ │ └── PathogenSmoke.png │ │ │ ├── MasterSword │ │ │ │ ├── MasterSword.cs │ │ │ │ ├── MasterSword.png │ │ │ │ └── MasterSwordBeam.png │ │ │ ├── NaquadahLance │ │ │ │ ├── NaquadahLance.cs │ │ │ │ ├── NaquadahLance.png │ │ │ │ └── NaquadahLanceProj.png │ │ │ ├── NaquadahSword │ │ │ │ ├── NaquadahSword.cs │ │ │ │ └── NaquadahSword.png │ │ │ ├── Phasesabers │ │ │ │ ├── BrownPhasesaber.png │ │ │ │ ├── CyanPhasesaber.png │ │ │ │ ├── LimePhasesaber.png │ │ │ │ └── Phasesabers.cs │ │ │ ├── PossessedFlamesaw │ │ │ │ ├── PossessedFlamesaw.cs │ │ │ │ └── PossessedFlamesaw.png │ │ │ ├── QuantumClaymore │ │ │ │ ├── QuantumBeam.png │ │ │ │ ├── QuantumBeam2.png │ │ │ │ ├── QuantumClaymore.cs │ │ │ │ └── QuantumClaymore.png │ │ │ ├── ShellHammer │ │ │ │ ├── Shell.png │ │ │ │ ├── ShellHammer.cs │ │ │ │ └── ShellHammer.png │ │ │ ├── SoulEdge │ │ │ │ ├── SoulEaterFriendly.png │ │ │ │ ├── SoulEdge.cs │ │ │ │ ├── SoulEdge.png │ │ │ │ ├── SoulEdgeDash.png │ │ │ │ └── SoulEdgeGlow.png │ │ │ ├── Starstorm │ │ │ │ ├── Starstorm.cs │ │ │ │ └── Starstorm.png │ │ │ ├── TroxiniumSpear │ │ │ │ ├── TroxiniumSpear.cs │ │ │ │ ├── TroxiniumSpear.png │ │ │ │ ├── TroxiniumSpearProj.png │ │ │ │ ├── TroxiniumSpearProj_Glow.png │ │ │ │ └── TroxiniumSpear_Glow.png │ │ │ ├── TroxiniumSword │ │ │ │ ├── TroxiniumSword.cs │ │ │ │ ├── TroxiniumSword.png │ │ │ │ └── TroxiniumSword_Glow.png │ │ │ ├── TrueAeonsEternity │ │ │ │ ├── TrueAeonStar.png │ │ │ │ ├── TrueAeonStarShard.png │ │ │ │ ├── TrueAeonsEternity.cs │ │ │ │ └── TrueAeonsEternity.png │ │ │ ├── VertexOfExcalibur │ │ │ │ ├── VertexOfExcalibur.cs │ │ │ │ └── VertexOfExcalibur.png │ │ │ ├── VirulentScythe │ │ │ │ ├── VirulentCloud.png │ │ │ │ ├── VirulentCloudSmall.png │ │ │ │ ├── VirulentScythe.cs │ │ │ │ └── VirulentScythe.png │ │ │ ├── XanthophyteClub │ │ │ │ ├── XanthophyteClub.cs │ │ │ │ └── XanthophyteClub.png │ │ │ ├── XanthophyteSaber │ │ │ │ ├── XanthophyteSaber.cs │ │ │ │ └── XanthophyteSaber.png │ │ │ └── XanthophyteSpear │ │ │ │ ├── XanthophyteSpear.cs │ │ │ │ ├── XanthophyteSpear.png │ │ │ │ └── XanthophyteSpearProj.png │ │ ├── PreHardmode │ │ │ ├── AeonsEternity │ │ │ │ ├── AeonStar.png │ │ │ │ ├── AeonsEternity.cs │ │ │ │ └── AeonsEternity.png │ │ │ ├── BarbedNets │ │ │ │ ├── BismuthBarbedNet.cs │ │ │ │ ├── BismuthBarbedNet.png │ │ │ │ ├── GoldBarbedNet.cs │ │ │ │ ├── GoldBarbedNet.png │ │ │ │ ├── PlatinumBarbedNet.cs │ │ │ │ └── PlatinumBarbedNet.png │ │ │ ├── DesertLongsword │ │ │ │ ├── DesertLongsword.cs │ │ │ │ └── DesertLongsword.png │ │ │ ├── GoblinDagger │ │ │ │ ├── GoblinDagger.cs │ │ │ │ └── GoblinDagger.png │ │ │ ├── InsectoidBlade │ │ │ │ ├── InsectoidBlade.cs │ │ │ │ └── InsectoidBlade.png │ │ │ ├── MarrowMasher │ │ │ │ ├── MarrowMasher.cs │ │ │ │ ├── MarrowMasher.png │ │ │ │ └── MarrowMasher_Trail.png │ │ │ ├── MinersSword │ │ │ │ ├── MinersSword.cs │ │ │ │ └── MinersSword.png │ │ │ ├── Moonfury │ │ │ │ ├── Moonfury.cs │ │ │ │ ├── Moonfury.png │ │ │ │ ├── MoonfuryBlade.png │ │ │ │ ├── MoonfuryProj.png │ │ │ │ └── MoonfuryProj_Chain.png │ │ │ ├── Noxious │ │ │ │ ├── Noxious.cs │ │ │ │ ├── Noxious.png │ │ │ │ └── NoxiousProj.png │ │ │ ├── ObsidianGlaive │ │ │ │ ├── ObsidianGlaive.cs │ │ │ │ ├── ObsidianGlaive.png │ │ │ │ └── ObsidianGlaiveProj.png │ │ │ ├── OreSwords │ │ │ │ ├── BismuthBroadsword.cs │ │ │ │ ├── BismuthBroadsword.png │ │ │ │ ├── BismuthShortsword.cs │ │ │ │ ├── BismuthShortsword.png │ │ │ │ ├── BronzeBroadsword.cs │ │ │ │ ├── BronzeBroadsword.png │ │ │ │ ├── BronzeShortsword.cs │ │ │ │ ├── BronzeShortsword.png │ │ │ │ ├── NickelBroadsword.cs │ │ │ │ ├── NickelBroadsword.png │ │ │ │ ├── NickelShortsword.cs │ │ │ │ ├── NickelShortsword.png │ │ │ │ ├── ZincBroadsword.cs │ │ │ │ ├── ZincBroadsword.png │ │ │ │ ├── ZincShortsword.cs │ │ │ │ └── ZincShortsword.png │ │ │ ├── OsmiumTierSwords │ │ │ │ ├── IridiumGreatsword.cs │ │ │ │ ├── IridiumGreatsword.png │ │ │ │ ├── OsmiumGreatsword.cs │ │ │ │ ├── OsmiumGreatsword.png │ │ │ │ ├── RhodiumGreatsword.cs │ │ │ │ └── RhodiumGreatsword.png │ │ │ ├── Phaseblades │ │ │ │ ├── BrownPhaseblade.png │ │ │ │ ├── CyanPhaseblade.png │ │ │ │ ├── LimePhaseblade.png │ │ │ │ └── Phaseblades.cs │ │ │ ├── SanguineKatana │ │ │ │ ├── SanguineKatana.cs │ │ │ │ └── SanguineKatana.png │ │ │ ├── Shurikerang │ │ │ │ ├── Shurikerang.cs │ │ │ │ └── Shurikerang.png │ │ │ ├── Snotsabre │ │ │ │ ├── Snotsabre.cs │ │ │ │ └── Snotsabre.png │ │ │ ├── Sporalash │ │ │ │ ├── Sporalash.cs │ │ │ │ ├── Sporalash.png │ │ │ │ ├── SporalashProj.png │ │ │ │ └── SporalashProj_Chain.png │ │ │ ├── TetanusChakram │ │ │ │ ├── TetanusChakram.cs │ │ │ │ └── TetanusChakram.png │ │ │ ├── TheCell │ │ │ │ ├── Cell.png │ │ │ │ ├── Cell_Chain.png │ │ │ │ ├── TheCell.cs │ │ │ │ └── TheCell.png │ │ │ ├── UrchinMace │ │ │ │ ├── UrchinMace.cs │ │ │ │ ├── UrchinMace.png │ │ │ │ └── UrchinMace_Trail.png │ │ │ ├── WoodSwords │ │ │ │ ├── BleachedEbonySword.cs │ │ │ │ ├── BleachedEbonySword.png │ │ │ │ ├── CoughwoodSword.cs │ │ │ │ ├── CoughwoodSword.png │ │ │ │ ├── ResistantWoodSword.cs │ │ │ │ └── ResistantWoodSword.png │ │ │ └── WoodenClubs │ │ │ │ ├── AshWoodClub.cs │ │ │ │ ├── AshWoodClub.png │ │ │ │ ├── BleachedEbonyClub.cs │ │ │ │ ├── BleachedEbonyClub.png │ │ │ │ ├── BorealWoodClub.cs │ │ │ │ ├── BorealWoodClub.png │ │ │ │ ├── CoughwoodClub.cs │ │ │ │ ├── CoughwoodClub.png │ │ │ │ ├── EbonwoodClub.cs │ │ │ │ ├── EbonwoodClub.png │ │ │ │ ├── PalmWoodClub.cs │ │ │ │ ├── PalmWoodClub.png │ │ │ │ ├── PearlwoodClub.cs │ │ │ │ ├── PearlwoodClub.png │ │ │ │ ├── ResistantWoodClub.cs │ │ │ │ ├── ResistantWoodClub.png │ │ │ │ ├── RichMahoganyClub.cs │ │ │ │ ├── RichMahoganyClub.png │ │ │ │ ├── ShadewoodClub.cs │ │ │ │ ├── ShadewoodClub.png │ │ │ │ ├── WoodenClub.cs │ │ │ │ └── WoodenClub.png │ │ └── SolarSystem │ │ │ ├── Earth.cs │ │ │ ├── Earth.png │ │ │ ├── Jupiter.cs │ │ │ ├── Jupiter.png │ │ │ ├── Mars.cs │ │ │ ├── Mars.png │ │ │ ├── Mercury.cs │ │ │ ├── Mercury.png │ │ │ ├── Neptune.cs │ │ │ ├── Neptune.png │ │ │ ├── Planet.cs │ │ │ ├── Pluto.cs │ │ │ ├── Pluto.png │ │ │ ├── Saturn.cs │ │ │ ├── Saturn.png │ │ │ ├── SolarSystem.cs │ │ │ ├── SolarSystem.png │ │ │ ├── SolarSystem_Chain.png │ │ │ ├── SolarSystem_Chain2.png │ │ │ ├── SolarSystem_Chain3.png │ │ │ ├── Sun.cs │ │ │ ├── Sun.png │ │ │ ├── Sun_Back.png │ │ │ ├── Sun_Copy.png │ │ │ ├── Trail.png │ │ │ ├── Uranus.cs │ │ │ ├── Uranus.png │ │ │ ├── Venus.cs │ │ │ └── Venus.png │ ├── Ranged │ │ ├── Hardmode │ │ │ ├── CaesiumCrossbow │ │ │ │ ├── CaesiumCrossbow.cs │ │ │ │ └── CaesiumCrossbow.png │ │ │ ├── CrystalTomahawk │ │ │ │ ├── CrystalTomahawk.cs │ │ │ │ ├── CrystalTomahawk.png │ │ │ │ └── CrystalTomahawk_Trail.png │ │ │ ├── DartShotgun │ │ │ │ ├── DartShotgun.cs │ │ │ │ └── DartShotgun.png │ │ │ ├── DurataniumRepeater │ │ │ │ ├── DurataniumRepeater.cs │ │ │ │ └── DurataniumRepeater.png │ │ │ ├── Hellrazer │ │ │ │ ├── Hellrazer.cs │ │ │ │ ├── Hellrazer.png │ │ │ │ └── Hellrazer_Glow.png │ │ │ ├── NaquadahRepeater │ │ │ │ ├── NaquadahRepeater.cs │ │ │ │ └── NaquadahRepeater.png │ │ │ ├── StasisRifle │ │ │ │ ├── StasisRifle.cs │ │ │ │ ├── StasisRifle.png │ │ │ │ └── StasisRifleHeld.png │ │ │ ├── SunsShadow │ │ │ │ ├── SunsShadow.cs │ │ │ │ ├── SunsShadow.png │ │ │ │ ├── SunsShadowProj.png │ │ │ │ └── SunsShadowProj_Glow.png │ │ │ └── TroxiniumRepeater │ │ │ │ ├── TroxiniumRepeater.cs │ │ │ │ ├── TroxiniumRepeater.png │ │ │ │ └── TroxiniumRepeater_Glow.png │ │ ├── PreHardmode │ │ │ ├── Blunderblight │ │ │ │ ├── Blunderblight.cs │ │ │ │ └── Blunderblight.png │ │ │ ├── Boompipe │ │ │ │ ├── Boompipe.cs │ │ │ │ ├── Boompipe.png │ │ │ │ ├── BoompipeShrapnel.png │ │ │ │ └── BoompipeShrapnel_Glow.png │ │ │ ├── EggCannon │ │ │ │ ├── EggCannon.cs │ │ │ │ ├── EggCannon.png │ │ │ │ ├── ExplosiveEgg.png │ │ │ │ └── ExplosiveEggShrapnel.png │ │ │ ├── EnchantedShuriken │ │ │ │ ├── EnchantedShuriken.cs │ │ │ │ └── EnchantedShuriken.png │ │ │ ├── Icicle │ │ │ │ ├── Icicle.cs │ │ │ │ ├── Icicle.png │ │ │ │ └── IcicleProj.png │ │ │ ├── Longbone │ │ │ │ ├── Longbone.cs │ │ │ │ ├── Longbone.png │ │ │ │ └── LongboneHeld.png │ │ │ ├── Longbow │ │ │ │ ├── Longbow.cs │ │ │ │ ├── Longbow.png │ │ │ │ └── LongbowHeld.png │ │ │ ├── Moonforce │ │ │ │ ├── Moonforce.cs │ │ │ │ ├── Moonforce.png │ │ │ │ └── MoonforceHeld.png │ │ │ ├── OreBows │ │ │ │ ├── BismuthBow.cs │ │ │ │ ├── BismuthBow.png │ │ │ │ ├── BronzeBow.cs │ │ │ │ ├── BronzeBow.png │ │ │ │ ├── NickelBow.cs │ │ │ │ ├── NickelBow.png │ │ │ │ ├── ZincBow.cs │ │ │ │ └── ZincBow.png │ │ │ ├── OsmiumTierLongbows │ │ │ │ ├── IridiumLongbow.cs │ │ │ │ ├── IridiumLongbow.png │ │ │ │ ├── IridiumLongbowHeld.png │ │ │ │ ├── OsmiumLongbow.cs │ │ │ │ ├── OsmiumLongbow.png │ │ │ │ ├── OsmiumLongbowHeld.png │ │ │ │ ├── OsmiumTierGreatbows.cs │ │ │ │ ├── RhodiumLongbow.cs │ │ │ │ ├── RhodiumLongbow.png │ │ │ │ └── RhodiumLongbowHeld.png │ │ │ ├── RottenApple │ │ │ │ ├── RottenApple.cs │ │ │ │ └── RottenApple.png │ │ │ ├── Thompson │ │ │ │ ├── Thompson.cs │ │ │ │ └── Thompson.png │ │ │ ├── TwilightShooter │ │ │ │ ├── TwilightShooter.cs │ │ │ │ └── TwilightShooter.png │ │ │ ├── Wheezebow │ │ │ │ ├── Wheezebow.cs │ │ │ │ └── Wheezebow.png │ │ │ └── WoodBows │ │ │ │ ├── BleachedEbonyBow.cs │ │ │ │ ├── BleachedEbonyBow.png │ │ │ │ ├── CoughwoodBow.cs │ │ │ │ ├── CoughwoodBow.png │ │ │ │ ├── ResistantWoodBow.cs │ │ │ │ └── ResistantWoodBow.png │ │ ├── RhotukaLauncher.cs │ │ ├── RhotukaLauncher.png │ │ └── Superhardmode │ │ │ ├── FleshBoiler │ │ │ ├── FleshBoiler.cs │ │ │ └── FleshBoiler.png │ │ │ └── Freezethrower │ │ │ ├── Freezethrower.cs │ │ │ └── Freezethrower.png │ └── Summon │ │ └── Hardmode │ │ ├── AnchorWhipworm │ │ ├── AnchorWhipworm.cs │ │ ├── AnchorWhipworm.png │ │ ├── AnchorWhipwormProjectile.png │ │ └── AnchorWorm.png │ │ ├── Gastropod │ │ ├── GastrominiSummon0.png │ │ ├── GastrominiSummon1.png │ │ ├── GastrominiSummon2.png │ │ ├── GastrominiSummon3.png │ │ ├── Gastropod.png │ │ ├── GastropodStaff.cs │ │ └── GastropodStaff.png │ │ ├── Hungry │ │ ├── Hungry.png │ │ ├── HungryStaff.cs │ │ ├── HungryStaff.png │ │ └── HungrySummon.png │ │ ├── PrimeArms │ │ ├── PrimeArms.cs │ │ ├── PrimeArms.png │ │ ├── PrimeArmsCounter.png │ │ ├── PrimeStaff.cs │ │ ├── PrimeStaff.png │ │ ├── PriminiCannon.png │ │ ├── PriminiLaser.png │ │ ├── PriminiSaw.png │ │ └── PriminiVice.png │ │ └── ReflectorStaff │ │ ├── Reflector.png │ │ ├── ReflectorBuff.png │ │ ├── ReflectorStaff.cs │ │ └── ReflectorStaff.png ├── WorldgenHelper.cs └── WorldgenHelper.png ├── Localization ├── en-US.hjson ├── en-US_Mods.Avalon.AltBiomes.hjson └── en-US_Mods.Avalon.AltOres.hjson ├── Logic ├── Collision.cs ├── GrowingOreSpread.cs └── Observer.cs ├── ModSupport ├── AltLibrarySupport.cs ├── BiomeLava │ ├── AvalonBiomeLava.cs │ ├── CaesiumBlastplainsLavaStyle.png │ ├── CaesiumBlastplainsLavaStyle_Block.png │ ├── CaesiumBlastplainsLavaStyle_Slope.png │ ├── CaesiumBlastplainsLavaStyle_Waterfall.png │ ├── ContagionLavaStyle.png │ ├── ContagionLavaStyle_Block.png │ ├── ContagionLavaStyle_Slope.png │ ├── ContagionLavaStyle_Waterfall.png │ ├── PhantomOvergrowthLavaStyle.png │ ├── PhantomOvergrowthLavaStyle_Block.png │ ├── PhantomOvergrowthLavaStyle_Slope.png │ ├── PhantomOvergrowthLavaStyle_Waterfall.png │ ├── SavannaLavaStyle.png │ ├── SavannaLavaStyle_Block.png │ ├── SavannaLavaStyle_Slope.png │ └── SavannaLavaStyle_Waterfall.png ├── BossChecklistSystem.cs ├── FargosCompat.cs ├── MLL │ ├── Buffs │ │ ├── Dissolving.cs │ │ └── Dissolving.png │ ├── Dusts │ │ ├── AcidLiquidSplash.cs │ │ ├── AcidLiquidSplash.png │ │ ├── BloodLiquidSplash.cs │ │ └── BloodLiquidSplash.png │ ├── Gores │ │ ├── AcidDroplet.cs │ │ ├── AcidDroplet.png │ │ ├── BloodDroplet.cs │ │ └── BloodDroplet.png │ ├── Items │ │ ├── AcidAbsorbantSponge.cs │ │ ├── AcidAbsorbantSponge.png │ │ ├── AcidBomb.cs │ │ ├── AcidBomb.png │ │ ├── AcidBucket.cs │ │ ├── AcidBucket.png │ │ ├── AcidRocket.cs │ │ ├── AcidRocket.png │ │ ├── AcidSensor.cs │ │ ├── AcidSensor.png │ │ ├── AcidWaders.cs │ │ ├── AcidWaders.png │ │ ├── AcidWaders_Shoes.png │ │ ├── AcidfallBlock.cs │ │ ├── AcidfallBlock.png │ │ ├── AcidfallWallItem.cs │ │ ├── AcidfallWallItem.png │ │ ├── AcidproofFishingHook.cs │ │ ├── AcidproofFishingHook.png │ │ ├── AcidproofTackleBag.cs │ │ ├── AcidproofTackleBag.png │ │ ├── AcidproofTackleBag_Back.png │ │ ├── Acidskipper.cs │ │ ├── Acidskipper.png │ │ ├── AlkalineJellyfish.cs │ │ ├── AlkalineJellyfish.png │ │ ├── AlkalineJellyfishJar.cs │ │ ├── AlkalineJellyfishJar.png │ │ ├── ArmoredBonefish.cs │ │ ├── ArmoredBonefish.png │ │ ├── BloodAbsorbantSponge.cs │ │ ├── BloodAbsorbantSponge.png │ │ ├── BloodBomb.cs │ │ ├── BloodBomb.png │ │ ├── BloodBucket.cs │ │ ├── BloodBucket.png │ │ ├── BloodClotBlock.cs │ │ ├── BloodClotBlock.png │ │ ├── BloodRocket.cs │ │ ├── BloodRocket.png │ │ ├── BloodSensor.cs │ │ ├── BloodSensor.png │ │ ├── BloodfallBlock.cs │ │ ├── BloodfallBlock.png │ │ ├── BloodfallWallItem.cs │ │ ├── BloodfallWallItem.png │ │ ├── BoiledBlood.cs │ │ ├── BoiledBloodBlock.png │ │ ├── BottomlessAcidBucket.cs │ │ ├── BottomlessAcidBucket.png │ │ ├── BottomlessBloodBucket.cs │ │ ├── BottomlessBloodBucket.png │ │ ├── BottomlessLiquidBucketItemBase.cs │ │ ├── CaesiumGasBucket.cs │ │ ├── CaesiumGasBucket.png │ │ ├── CoagulatedBloodBlock.cs │ │ ├── CoagulatedBloodBlock.png │ │ ├── LiquidBucketItemBase.cs │ │ ├── LiquidSpongeItemBase.cs │ │ ├── MagicAcidDropper.cs │ │ ├── MagicAcidDropper.png │ │ ├── MagicBloodDropper.cs │ │ ├── MagicBloodDropper.png │ │ ├── PlasmaBlock.cs │ │ ├── PlasmaBlock.png │ │ ├── ShimmerBucket.cs │ │ └── ShimmerBucket.png │ ├── Liquids │ │ ├── Acid.cs │ │ ├── Acid.png │ │ ├── AcidFall.cs │ │ ├── AcidFall.png │ │ ├── Acid_Block.png │ │ ├── Acid_Slope.png │ │ ├── Blood.cs │ │ ├── Blood.png │ │ ├── BloodFall.cs │ │ ├── BloodFall.png │ │ ├── Blood_Block.png │ │ ├── Blood_Slope.png │ │ ├── CaesiumGas.cs │ │ ├── CaesiumGas.png │ │ ├── CaesiumGasFall.cs │ │ ├── CaesiumGasFall.png │ │ ├── CaesiumGas_Block.png │ │ └── CaesiumGas_Slope.png │ ├── MLLGlobalItem.cs │ ├── MLLPlayer.cs │ ├── MLLSystems.cs │ ├── Projectiles │ │ ├── AcidBombProj.cs │ │ ├── AcidBombProj.png │ │ ├── AcidGrenadeProj.cs │ │ ├── AcidGrenadeProj.png │ │ ├── AcidMineProj.cs │ │ ├── AcidMineProj.png │ │ ├── AcidRocketProj.cs │ │ ├── AcidRocketProj.png │ │ ├── AcidSnowmanRocketProj.cs │ │ ├── AcidSnowmanRocketProj.png │ │ ├── BloodBombProj.cs │ │ ├── BloodBombProj.png │ │ ├── BloodGrenadeProj.cs │ │ ├── BloodGrenadeProj.png │ │ ├── BloodMineProj.cs │ │ ├── BloodMineProj.png │ │ ├── BloodRocketProj.cs │ │ ├── BloodRocketProj.png │ │ ├── BloodSnowmanRocketProj.cs │ │ ├── BloodSnowmanRocketProj.png │ │ ├── LiquidBombProjBase.cs │ │ ├── LiquidGrenadeProjBase.cs │ │ ├── LiquidMineProjBase.cs │ │ ├── LiquidRocketProjBase.cs │ │ ├── LiquidSnowmanRocketProjBase.cs │ │ └── LiquidSpawningExplosionBase.cs │ ├── Tiles │ │ ├── AcidDropletTile.cs │ │ ├── AcidfallTile.cs │ │ ├── AcidfallTile.png │ │ ├── AlkalineJellyfishJarTile.cs │ │ ├── AlkalineJellyfishJarTile.png │ │ ├── AlkalineJellyfishJarTile_Glow.png │ │ ├── BloodClot.cs │ │ ├── BloodClot.png │ │ ├── BloodDropletTile.cs │ │ ├── BloodfallTile.cs │ │ ├── BloodfallTile.png │ │ ├── BoiledBlood.cs │ │ ├── BoiledBlood.png │ │ ├── CoagulatedBlood.cs │ │ ├── CoagulatedBlood.png │ │ ├── LiquidSensorTiles.cs │ │ ├── LiquidSensorTiles.png │ │ ├── Plasma.cs │ │ ├── Plasma.png │ │ └── TEModLogicSensors.cs │ └── Walls │ │ ├── AcidfallWall.cs │ │ ├── AcidfallWall.png │ │ ├── BloodfallWall.cs │ │ └── BloodfallWall.png ├── MunchiesCompat.cs ├── MusicDisplayCompat.cs ├── Ophioid │ └── Items │ │ ├── CreepingColony.cs │ │ └── CreepingColony.png ├── OreSeeds │ ├── Items │ │ ├── BismuthSeeds.png │ │ ├── BronzeSeeds.png │ │ ├── DurataniumSeeds.png │ │ ├── IridiumSeeds.png │ │ ├── NaquadahSeeds.png │ │ ├── NickelSeeds.png │ │ ├── OsmiumSeeds.png │ │ ├── PeridotSeeds.png │ │ ├── RhodiumSeeds.png │ │ ├── TourmalineSeeds.png │ │ ├── TroxiniumSeeds.png │ │ ├── ZincSeeds.png │ │ └── ZirconSeeds.png │ └── Tiles │ │ ├── BismuthPlant.png │ │ ├── BronzePlant.png │ │ ├── DurataniumPlant.png │ │ ├── IridiumPlant.png │ │ ├── NaquadahPlant.png │ │ ├── NickelPlant.png │ │ ├── OsmiumPlant.png │ │ ├── PeridotPlant.png │ │ ├── RhodiumPlant.png │ │ ├── TopazPlant.png │ │ ├── TroxiniumPlant.png │ │ ├── ZincPlant.png │ │ └── ZirconPlant.png ├── Thorium │ ├── Assets │ │ └── Projectiles │ │ │ ├── CursedSickle.png │ │ │ ├── IchorSickle.png │ │ │ └── PathogenSickle.png │ ├── Buffs │ │ ├── AdvAquaAffinity.cs │ │ ├── AdvAquaAffinity.png │ │ ├── AdvArcane.cs │ │ ├── AdvArcane.png │ │ ├── AdvArtillery.cs │ │ ├── AdvArtillery.png │ │ ├── AdvAssassin.cs │ │ ├── AdvAssassin.png │ │ ├── AdvBloodRush.cs │ │ ├── AdvBloodRush.png │ │ ├── AdvBouncingFlame.cs │ │ ├── AdvBouncingFlame.png │ │ ├── AdvConflagration.cs │ │ ├── AdvConflagration.png │ │ ├── AdvCreativity.cs │ │ ├── AdvCreativity.png │ │ ├── AdvEarworm.cs │ │ ├── AdvEarworm.png │ │ ├── AdvFrenzy.cs │ │ ├── AdvFrenzy.png │ │ ├── AdvGlowing.cs │ │ ├── AdvGlowing.png │ │ ├── AdvHoly.cs │ │ ├── AdvHoly.png │ │ ├── AdvHydration.cs │ │ ├── AdvHydration.png │ │ ├── AdvInspirationalReach.cs │ │ ├── AdvInspirationalReach.png │ │ ├── AdvKinetic.cs │ │ ├── AdvKinetic.png │ │ ├── AdvWarmonger.cs │ │ ├── AdvWarmonger.png │ │ ├── PathogenBoost.cs │ │ └── PathogenBoost.png │ ├── Common │ │ └── ThoriumRespritesThatAreNotSimpleGraphicReplacements.cs │ ├── Dusts │ │ ├── ChrysoberylDust.cs │ │ └── ChrysoberylDust.png │ ├── Gores │ │ ├── SickubusHead.png │ │ └── SickubusWing.png │ ├── Items │ │ ├── Accessories │ │ │ ├── AquamarineAmulet.cs │ │ │ ├── AquamarineAmulet.png │ │ │ ├── AquamarineAmulet_Neck.png │ │ │ ├── BismuthAegis.png │ │ │ ├── BismuthAegis_Shield.png │ │ │ ├── BronzeBuckler.png │ │ │ ├── BronzeBuckler_Shield.png │ │ │ ├── ChrysoberylAmulet.cs │ │ │ ├── ChrysoberylAmulet.png │ │ │ ├── ChrysoberylAmulet_Neck.png │ │ │ ├── FanLetter3.cs │ │ │ ├── FanLetter3.png │ │ │ ├── NickelShield.png │ │ │ ├── NickelShield_Shield.png │ │ │ ├── OpalAmulet.cs │ │ │ ├── OpalAmulet.png │ │ │ ├── OpalAmulet_Neck.png │ │ │ ├── OreShields.cs │ │ │ ├── ZincBulwark.png │ │ │ └── ZincBulwark_Shield.png │ │ ├── Armor │ │ │ ├── ChrysoberylRobe.cs │ │ │ ├── ChrysoberylRobe.png │ │ │ ├── ChrysoberylRobe_Body.png │ │ │ └── ChrysoberylRobe_Legs.png │ │ ├── Food │ │ │ ├── ContentiousSoup.cs │ │ │ └── ContentiousSoup.png │ │ ├── Material │ │ │ ├── Chrysoberyl.cs │ │ │ └── Chrysoberyl.png │ │ ├── Placeable │ │ │ ├── Furniture │ │ │ │ └── Gem │ │ │ │ │ ├── AquamarineChest.png │ │ │ │ │ ├── ChrysoberylChest.png │ │ │ │ │ ├── GemChests.cs │ │ │ │ │ └── OpalChest.png │ │ │ ├── Tile │ │ │ │ ├── ChrysoberylGemsparkBlock.cs │ │ │ │ ├── ChrysoberylGemsparkBlock.png │ │ │ │ ├── LargeMarineKelp.cs │ │ │ │ ├── LargeMarineKelp.png │ │ │ │ ├── LargeMarineKelpSeed.cs │ │ │ │ └── LargeMarineKelpSeed.png │ │ │ └── Wall │ │ │ │ ├── ChartreuseStainedGlass.cs │ │ │ │ ├── ChartreuseStainedGlass.png │ │ │ │ ├── ChrysoberylGemsparkWall.cs │ │ │ │ ├── ChrysoberylGemsparkWall.png │ │ │ │ └── ChrysoberylGemsparkWallOff.png │ │ ├── Potions │ │ │ ├── AdvAquaPotion.cs │ │ │ ├── AdvAquaPotion.png │ │ │ ├── AdvArcanePotion.cs │ │ │ ├── AdvArcanePotion.png │ │ │ ├── AdvArtilleryPotion.cs │ │ │ ├── AdvArtilleryPotion.png │ │ │ ├── AdvAssassinPotion.cs │ │ │ ├── AdvAssassinPotion.png │ │ │ ├── AdvBloodPotion.cs │ │ │ ├── AdvBloodPotion.png │ │ │ ├── AdvBouncingFlamePotion.cs │ │ │ ├── AdvBouncingFlamePotion.png │ │ │ ├── AdvConflagrationPotion.cs │ │ │ ├── AdvConflagrationPotion.png │ │ │ ├── AdvCreativityPotion.cs │ │ │ ├── AdvCreativityPotion.png │ │ │ ├── AdvEarwormPotion.cs │ │ │ ├── AdvEarwormPotion.png │ │ │ ├── AdvFrenzyPotion.cs │ │ │ ├── AdvFrenzyPotion.png │ │ │ ├── AdvGlowingPotion.cs │ │ │ ├── AdvGlowingPotion.png │ │ │ ├── AdvHolyPotion.cs │ │ │ ├── AdvHolyPotion.png │ │ │ ├── AdvHydrationPotion.cs │ │ │ ├── AdvHydrationPotion.png │ │ │ ├── AdvInspirationalReachPotion.cs │ │ │ ├── AdvInspirationalReachPotion.png │ │ │ ├── AdvKineticPotion.cs │ │ │ ├── AdvKineticPotion.png │ │ │ ├── AdvWarmongerPotion.cs │ │ │ └── AdvWarmongerPotion.png │ │ └── Weapons │ │ │ ├── Bard │ │ │ ├── BismuthBugleHorn.cs │ │ │ └── BismuthBugleHorn.png │ │ │ ├── Healer │ │ │ ├── PestilentScythe.cs │ │ │ ├── PestilentScythe.png │ │ │ ├── PlagueDoctor.cs │ │ │ └── PlagueDoctor.png │ │ │ ├── Magic │ │ │ ├── ChrysoberylStaff.cs │ │ │ ├── ChrysoberylStaff.png │ │ │ ├── IridiumStaff.png │ │ │ ├── OsmiumStaff.cs │ │ │ ├── OsmiumStaff.png │ │ │ ├── RhodiumStaff.cs │ │ │ └── RhodiumStaff.png │ │ │ └── Melee │ │ │ ├── ChartreusePhaseblade.cs │ │ │ ├── ChartreusePhaseblade.png │ │ │ ├── ChartreusePhasesaber.cs │ │ │ └── ChartreusePhasesaber.png │ ├── NPCs │ │ ├── Sickubus.cs │ │ └── Sickubus.png │ ├── Projectiles │ │ ├── Healer │ │ │ ├── PestilentScythe.cs │ │ │ ├── PestilentScythe.png │ │ │ ├── PlagueDoctor.cs │ │ │ └── PlagueDoctor.png │ │ ├── Hostile │ │ │ ├── PathogenSickle.cs │ │ │ └── PathogenSickle.png │ │ └── Magic │ │ │ ├── ChrysoberylBolt.cs │ │ │ ├── ChrysoberylBolt.png │ │ │ ├── OsmiumBolt.cs │ │ │ ├── OsmiumBolt.png │ │ │ ├── RhodiumBolt.cs │ │ │ └── RhodiumBolt.png │ ├── ThoriumTweaks.cs │ ├── Tiles │ │ ├── ChrysoberylGemspark.cs │ │ ├── ChrysoberylGemspark.png │ │ ├── ChrysoberylGemsparkOff.png │ │ ├── Furniture │ │ │ └── Gem │ │ │ │ ├── AquamarineChest.png │ │ │ │ ├── AquamarineChest_Highlight.png │ │ │ │ ├── ChrysoberylChest.png │ │ │ │ ├── ChrysoberylChest_Highlight.png │ │ │ │ ├── GemChests.cs │ │ │ │ ├── OpalChest.png │ │ │ │ └── OpalChest_Highlight.png │ │ ├── LargeMarineKelpStage1.cs │ │ ├── LargeMarineKelpStage1.png │ │ ├── LargeMarineKelpStage2.cs │ │ ├── LargeMarineKelpStage2.png │ │ ├── LargeMarineKelpStage3.cs │ │ ├── LargeMarineKelpStage3.png │ │ ├── LargeMarineKelpStage4.cs │ │ ├── LargeMarineKelpStage4.png │ │ └── LargeMarineKelpStage4_Glow.png │ ├── To Be Added │ │ ├── BacciliteTomahawk.png │ │ ├── CankerCleaver.png │ │ ├── ChrysoberylRing.png │ │ ├── CoughwoodTambourine.png │ │ ├── DepthsChrysoberyl.png │ │ ├── DepthsPeridot.png │ │ ├── DepthsTourmaline.png │ │ ├── DepthsZircon.png │ │ ├── DurataniumJavelin.png │ │ ├── DurataniumJavelinProj.png │ │ ├── DurataniumStaff.png │ │ ├── Figure out what these do.png │ │ ├── GrimPedestal.png │ │ ├── GrimPedestalItem.png │ │ ├── IckyEruption.png │ │ ├── InfectedFlailCore.png │ │ ├── InfectedSawblade.png │ │ ├── NaquadahPelter.png │ │ ├── NaquadahStaff.png │ │ ├── OvergrownPlagueCell.png │ │ ├── PeridotRing.png │ │ ├── SynthBismuth.png │ │ ├── TourmalineRing.png │ │ ├── TroxiniumRichochet.png │ │ ├── TrueCankerCleaver.png │ │ ├── TruePlagueDoctor.png │ │ ├── TruePlagueDoctorProj.png │ │ └── ZirconRing.png │ ├── Walls │ │ ├── ChartreuseStainedGlass.cs │ │ ├── ChartreuseStainedGlass.png │ │ ├── ChrysoberylGemsparkWall.cs │ │ ├── ChrysoberylGemsparkWall.png │ │ └── ChrysoberylGemsparkWallOff.png │ └── Waters │ │ ├── ChrysoberylWaterfallStyle.cs │ │ └── ChrysoberylWaterfallStyle.png └── Tokens │ ├── ContagionToken.cs │ ├── ContagionToken.png │ ├── DarkMatterToken.cs │ ├── DarkMatterToken.png │ ├── HellcastleToken.cs │ ├── HellcastleToken.png │ ├── OutpostToken.cs │ ├── OutpostToken.png │ ├── SuperhardmodeToken.cs │ ├── SuperhardmodeToken.png │ ├── TropicsToken.cs │ └── TropicsToken.png ├── Mounts ├── PeridotGemcart.cs ├── PeridotGemcart_Front.png ├── TourmalineGemcart.cs ├── TourmalineGemcart_Front.png ├── ZirconGemcart.cs └── ZirconGemcart_Front.png ├── NPCs ├── Bosses │ ├── Hardmode │ │ ├── HomingRocket.cs │ │ ├── HomingRocket.png │ │ ├── MechanicalHungry.cs │ │ ├── MechanicalHungry.png │ │ ├── MechanicalHungry2.cs │ │ ├── MechanicalHungry2.png │ │ ├── MechanicalHungry_Bestiary.png │ │ ├── MechanicalLeech.cs │ │ ├── MechanicalLeechBody.png │ │ ├── MechanicalLeechHead.png │ │ ├── MechanicalLeechHead_Bestiary.png │ │ ├── MechanicalLeechTail.png │ │ ├── Mechasting.cs │ │ ├── Mechasting.png │ │ ├── Phantasm.cs │ │ ├── Phantasm.png │ │ ├── PhantasmBlas.cs │ │ ├── PhantasmHealthOrbs.cs │ │ ├── PhantasmHealthOrbs.png │ │ ├── PhantasmPhases.cs │ │ ├── Phantasm_Head_Boss.png │ │ ├── PhantoplasmaBall.cs │ │ ├── PhantoplasmaBall.png │ │ ├── StingerProbe.cs │ │ ├── StingerProbe.png │ │ ├── WallofSteel.cs │ │ ├── WallofSteel.png │ │ ├── WallofSteelLaserCannon.png │ │ ├── WallofSteelLaserEye.cs │ │ ├── WallofSteelLaserEye.png │ │ ├── WallofSteelMouthEye.cs │ │ ├── WallofSteelMouthEye.png │ │ ├── WallofSteelWall.png │ │ └── WallofSteelWall_Head_Boss.png │ └── PreHardmode │ │ ├── BacteriumPrime.cs │ │ ├── BacteriumPrime.png │ │ ├── BacteriumPrime_Head_Boss.png │ │ ├── BacteriumPrime_Head_Boss_2.png │ │ ├── DBOld.cs.no │ │ ├── DesertBeak.cs │ │ ├── DesertBeak.png │ │ ├── DesertBeakWingNPC.cs │ │ ├── DesertBeakWingNPC.png │ │ ├── DesertBeak_Head_Boss.png │ │ ├── DesertTalon.cs │ │ ├── DesertTalon.png │ │ ├── KingSting.cs │ │ ├── KingSting.png │ │ ├── Larvae.cs │ │ └── Larvae.png ├── Critters │ ├── ContaminatedBunny.png │ ├── ContaminatedCritters.cs │ ├── ContaminatedGoldfish.png │ ├── ContaminatedPenguin.png │ ├── GemBunny.cs │ ├── GemBunny_Glow.png │ ├── GemSquirrel.cs │ ├── GemSquirrel_Glow.png │ ├── PeridotBunny.png │ ├── PeridotSquirrel.png │ ├── TourmalineBunny.png │ ├── TourmalineSquirrel.png │ ├── ZirconBunny.png │ └── ZirconSquirrel.png ├── Hardmode │ ├── BaskingSpewer.cs │ ├── BaskingSpewer.png │ ├── Blaze.cs │ ├── Blaze.png │ ├── BlazeGlow.png │ ├── BlazeOrb.cs │ ├── BlazeOrb.png │ ├── BloodyVulture.cs │ ├── BloodyVulture.png │ ├── ContagionMimic.cs │ ├── ContagionMimic.png │ ├── ContaminatedGhoul.cs │ ├── ContaminatedGhoul.png │ ├── ContaminatedGhoulGlow.png │ ├── Cougher.cs │ ├── Cougher.png │ ├── CursedFlamer.cs │ ├── CursedFlamer.png │ ├── CursedScepter.cs │ ├── CursedScepter.png │ ├── EctoArm1.png │ ├── EctoArm1B.png │ ├── EctoArm2.png │ ├── EctoArm2B.png │ ├── EctoHand.cs │ ├── EctoHand.png │ ├── EctoHand_Bestiary.png │ ├── EvilVulture.cs │ ├── EvilVulture.png │ ├── Gargoyle.cs │ ├── Gargoyle.png │ ├── GreenPigron.cs │ ├── GreenPigron.png │ ├── HallowSpit.cs │ ├── HallowSpit.png │ ├── Hallowor.cs │ ├── Hallowor.png │ ├── HellboundLizard.cs │ ├── HellboundLizard.png │ ├── Ickslime.cs │ ├── Ickslime.png │ ├── InfectedPickaxe.cs │ ├── InfectedPickaxe.png │ ├── IrateBones.cs │ ├── IrateBones.png │ ├── Mime.cs │ ├── Mime.png │ ├── MineralSlime.cs │ ├── MineralSlime.png │ ├── PoisonDartFrog.cs │ ├── PoisonDartFrog.png │ ├── SicklyVulture.cs │ ├── SicklyVulture.png │ ├── VenusFlytrap.cs │ ├── VenusFlytrap.png │ ├── VenusFlytrapSideHead.cs │ ├── VenusFlytrapSideHead.png │ ├── VenusFlytrapVine.png │ ├── VenusFlytrap_Bestiary0.png │ ├── VenusFlytrap_Bestiary1.png │ ├── VenusFlytrap_Bestiary2.png │ ├── ViralMummy.cs │ ├── ViralMummy.png │ ├── Viriling.cs │ ├── Viriling.png │ ├── Viris.cs │ └── Viris.png ├── MobRift.cs ├── MobRift.png ├── PreHardmode │ ├── AmberSlime.cs │ ├── AmberSlime.png │ ├── Bactus.cs │ ├── Bactus.png │ ├── BloodshotEye.cs │ ├── BloodshotEye.png │ ├── BoneFish.cs │ ├── BoneFish.png │ ├── FallenHero.cs │ ├── FallenHero.png │ ├── Fly.cs │ ├── Fly.png │ ├── FlySmall.cs │ ├── FlySmall.png │ ├── InfestedAmberSlime.cs │ ├── InfestedAmberSlime.png │ ├── Mosquito.cs │ ├── Mosquito.png │ ├── MosquitoDroopy.png │ ├── MosquitoPainted.png │ ├── MosquitoSmall.png │ ├── OreSlime.cs │ ├── OreSlime.png │ ├── Pyrasite.cs │ ├── PyrasiteBody.png │ ├── PyrasiteHead.png │ ├── PyrasiteHead_Bestiary.png │ ├── PyrasiteTail.png │ ├── Rafflesia.cs │ ├── Rafflesia.png │ ├── RedArowana.cs │ ├── RedArowana.png │ ├── RedArowana2.png │ ├── Shadlopod.cs │ ├── Shadlopod.png │ ├── Snake.cs │ ├── SnakeBody.png │ ├── SnakeHead.png │ ├── SnakeTail.png │ ├── TropicalSlimeGrassy.png │ └── TropicalSlimeShroomy.png ├── Template │ ├── CustomFighterAI.cs │ └── SnakeTemplate.cs ├── TownNPCs │ ├── Librarian.cs │ ├── Librarian.png │ ├── Librarian_Head.png │ ├── Librarian_Shimmer.png │ └── Librarian_Shimmer_Head.png └── Worm.cs ├── Network ├── Handlers │ ├── SyncMouse.cs │ ├── SyncReflectorStaff.cs │ └── SyncStingerProbe.cs ├── IPacketHandler.cs ├── MessageHandler.cs ├── MessageID.cs ├── NetworkArgs.cs ├── NetworkManager.cs ├── PacketHandler.cs ├── SyncLockUnlock.cs ├── SyncParticles.cs ├── SyncSkyBlessing.cs └── SyncWiring.cs ├── Particles ├── AeonStarburst.cs ├── ColorExplosion.cs ├── ColorableSparks.cs ├── CrystalSparkle.cs ├── CursedExplosionParticle.cs ├── EnergyRevolverParticle.cs ├── ExplosionParticle.cs ├── HellEmbers.cs ├── MidnightRazorSlash.cs ├── MoonforceParticle.cs ├── ParticleSystem.cs ├── QuantumPortal.cs ├── SanguineCuts.cs ├── ShockwaveParticle.cs ├── SoulEdgeDot.cs ├── SoulEmbers.cs ├── StarTorch.cs └── TrueAeonSlash.cs ├── PlayerDrawLayers ├── AeroforceArmorCape.cs ├── BodyGlowmaskPlayer.cs ├── BondrewdHelmetGlow.cs ├── DesertGamblerHeadLayer.cs ├── DrawLayerData.cs ├── DrawLayerHelper.cs ├── EarthsplitterArmorTendrils.cs ├── EchoDyeLayer.cs ├── FleshArmorTendrils.cs ├── ForceField.cs ├── HeadLayer.cs ├── ItemGlowmask.cs ├── LargeGemLayer.cs ├── LegsLayer.cs ├── SuperSonicBodyLegsLayer.cs ├── SuperSonicHeadLayer.cs └── TerrorPenguinExtensionLayer.cs ├── Prefixes ├── Automated.cs ├── Awestruck.cs ├── Barbaric.cs ├── Bloated.cs ├── Bogus.cs ├── Boosted.cs ├── Broadened.cs ├── Busted.cs ├── Colossal.cs ├── Disgusting.cs ├── Dismal.cs ├── Drunken.cs ├── Efficient.cs ├── Enchanted.cs ├── Energized.cs ├── Excited.cs ├── Expanded.cs ├── Extended.cs ├── ExxoPrefix.cs ├── Fantastic.cs ├── Fluidic.cs ├── Gilded.cs ├── Glorious.cs ├── Greedy.cs ├── Handy.cs ├── Hectic.cs ├── Hoarding.cs ├── Horrific.cs ├── Insane.cs ├── Languid.cs ├── Loaded.cs ├── Lurid.cs ├── Magical.cs ├── Marvelous.cs ├── Messy.cs ├── Motivated.cs ├── Mythic.cs ├── Needled.cs ├── Overactive.cs ├── Perfect.cs ├── Phantasmal.cs ├── Protective.cs ├── Robust.cs ├── Sharpened.cs ├── Shrunken.cs ├── Silly.cs ├── Slimy.cs ├── Stupid.cs ├── Sturdy.cs ├── Timid.cs ├── Turboshrunk.cs ├── Vigorous.cs └── Woozy.cs ├── Projectiles ├── ColdCatcherBobber.cs ├── ColdCatcherBobber.png ├── ContagionSpray.cs ├── ContagionSpray.png ├── CrystalSkullProj.cs ├── CrystalSkullProj.png ├── FishingRift.cs ├── FishingRiftBack.png ├── FishingRiftFront.png ├── Hostile │ ├── Armageddon │ │ ├── DarkMatterSpike.cs │ │ ├── DarkMatterSpike.png │ │ └── DarkMatterSpikeSpawner.png │ ├── BacteriumPrime │ │ ├── BacteriumGas.cs │ │ ├── BacteriumGas.png │ │ ├── BouncyBoogerBall.cs │ │ ├── BouncyBoogerBall.png │ │ ├── CorrosiveMucus.cs │ │ ├── CorrosiveMucus.png │ │ ├── MushroomWall.cs │ │ ├── MushroomWall.png │ │ ├── MushroomWallBot.png │ │ ├── MushroomWallTop.png │ │ ├── SporeSeed.cs │ │ └── SporeSeed.png │ ├── BloodshotShot.cs │ ├── BloodshotShot.png │ ├── CaesiumGas.cs │ ├── CaesiumGas.png │ ├── Cough.cs │ ├── Cough.png │ ├── DarkeningInk.cs │ ├── DarkeningInk.png │ ├── DesertBeak │ │ ├── DesertBeakFeather.cs │ │ ├── DesertBeakFeather.png │ │ ├── DesertBeakSandstorm.cs │ │ ├── DesertBeakSandstorm.png │ │ ├── EggShrapnel.cs │ │ ├── EggShrapnel.png │ │ ├── ShrapnelEgg.cs │ │ ├── ShrapnelEgg.png │ │ ├── VultureEgg.cs │ │ └── VultureEgg.png │ ├── KingSting │ │ ├── ToxinBall.cs │ │ ├── ToxinBall.png │ │ ├── ToxinSplash.cs │ │ └── ToxinSplash.png │ ├── Mechasting │ │ ├── ElectricBolt.cs │ │ ├── ElectricBolt.png │ │ ├── Mechastinger.cs │ │ ├── Mechastinger.png │ │ ├── StingerLaser.cs │ │ └── StingerLaser.png │ ├── Phantasm │ │ ├── LostSoul.cs │ │ ├── LostSoul.png │ │ ├── PhantasmOrbSpawner.cs │ │ ├── PhantasmOrbSpawner.png │ │ ├── Phantom.cs │ │ ├── Phantom.png │ │ ├── PhantomBlade.cs │ │ ├── PhantomBlade.png │ │ ├── PhantomDagger.cs │ │ ├── PhantomDagger.png │ │ ├── PhantomDeathray.cs │ │ ├── PhantomDeathray.png │ │ ├── PhantomGrabber.cs │ │ ├── PhantomGrabber.png │ │ ├── SoulDagger.cs │ │ ├── SoulDagger.png │ │ ├── SoulGrabber.cs │ │ ├── SoulGrabber.png │ │ ├── Soulblade.cs │ │ └── Soulblade.png │ ├── TuhrtlOutpost │ │ ├── CannonballTrap.cs │ │ ├── CannonballTrap.png │ │ ├── CannonballTrapStarter.cs │ │ ├── CannonballTrapStarter.png │ │ ├── FireballTrap.cs │ │ ├── FireballTrap.png │ │ ├── FireballTrapStarter.cs │ │ ├── FireballTrapStarter.png │ │ ├── PoisonGasTrap.cs │ │ ├── PoisonGasTrap.png │ │ ├── PoisonGasTrapStarter.cs │ │ └── PoisonGasTrapStarter.png │ └── WallOfSteel │ │ ├── WoSBeegLaser.cs │ │ ├── WoSBeegLaser.png │ │ ├── WoSCinder.cs │ │ ├── WoSCinder.png │ │ ├── WoSCursedFireball.cs │ │ ├── WoSCursedFireball.png │ │ ├── WoSGeyser.cs │ │ ├── WoSGeyser.png │ │ ├── WoSLaserSmall.cs │ │ ├── WoSLaserSmall.png │ │ ├── WoSMortar.cs │ │ ├── WoSRocket.cs │ │ └── WoSRocket.png ├── JungleSpray.cs ├── JungleSpray.png ├── Lightning.cs ├── LightningCloud.cs ├── LightningCloud.png ├── Magic │ ├── BeeBolt.cs │ └── BeeBolt.png ├── OilBottle.cs ├── OilBottle.png ├── OilExplosion.cs ├── OilExplosion.png ├── Pets │ ├── ArgusLantern.cs │ ├── ArgusLantern.png │ ├── BacteriumPet.cs │ ├── BacteriumPet.png │ ├── BacteriumPetEye.png │ ├── SnotOrb.cs │ └── SnotOrb.png ├── PlayerCough.cs ├── PlayerCough.png ├── PointingLaser.cs ├── PointingLaser.png ├── PointingLaserEnd.png ├── Ranged │ ├── BloodyArrow.cs │ ├── BloodyArrow.png │ ├── IckyArrow.cs │ ├── IckyArrow.png │ ├── PathogenDartTrail.cs │ ├── PathogenDartTrail.png │ ├── PathogenicArrow.cs │ ├── PathogenicArrow.png │ ├── PathogenicBullet.cs │ ├── PathogenicBullet.png │ ├── PathogenicDart.cs │ ├── PathogenicDart.png │ ├── PhantasmalBullet.cs │ ├── PhantasmalBullet.png │ ├── RhotukaSpinnerScrambler.cs │ ├── RhotukaSpinnerScrambler.png │ ├── ShroomiteArrow.cs │ ├── ShroomiteArrow.png │ ├── ShroomiteBullet.cs │ ├── ShroomiteBullet.png │ ├── ShroomiteRocket.cs │ ├── ShroomiteRocket.png │ ├── SpectralBullet.cs │ ├── SpectralBullet.png │ ├── UltrabrightRazorbladeBullet.cs │ ├── UltrabrightRazorbladeBullet.png │ ├── UltrabrightRazorbladeBulletTyphoon.cs │ └── UltrabrightRazorbladeBulletTyphoon.png ├── SandyExplosion.cs ├── SandyExplosion.png ├── SnotsandBall.cs ├── SnotsandBall.png ├── SpiritPoppy.cs ├── SpiritPoppy.png ├── Summon │ ├── StingerProbeMinion.cs │ └── StingerProbeMinion.png ├── ThrowingRock.cs ├── ThrowingRock.png ├── Tools │ ├── AccelerationDrill.cs │ ├── AccelerationDrill.png │ ├── BloodyAmulet.cs │ ├── BloodyAmulet.png │ ├── DurataniumChainsaw.cs │ ├── DurataniumChainsaw.png │ ├── DurataniumDrill.cs │ ├── DurataniumDrill.png │ ├── EruptionHook.cs │ ├── EruptionHook.png │ ├── EruptionHookBoom.cs │ ├── EruptionHookBoom.png │ ├── EruptionHook_Chain.png │ ├── EruptionHook_Chain_Glow.png │ ├── EruptionHook_Glow.png │ ├── InfectionHook.cs │ ├── InfectionHook.png │ ├── InfectionHook_Chain.png │ ├── Moonphaser.cs │ ├── Moonphaser.png │ ├── NaquadahChainsaw.cs │ ├── NaquadahChainsaw.png │ ├── NaquadahDrill.cs │ ├── NaquadahDrill.png │ ├── PeridotHook.cs │ ├── PeridotHook.png │ ├── PeridotHook_Chain.png │ ├── Rainbringer.cs │ ├── Rainbringer.png │ ├── Sandstormer.cs │ ├── Sandstormer.png │ ├── Timechanger.cs │ ├── Timechanger.png │ ├── Torch.cs │ ├── Torch.png │ ├── TourmalineHook.cs │ ├── TourmalineHook.png │ ├── TourmalineHook_Chain.png │ ├── TroxiniumChainsaw.cs │ ├── TroxiniumChainsaw.png │ ├── TroxiniumChainsaw_Glow.png │ ├── TroxiniumDrill.cs │ ├── TroxiniumDrill.png │ ├── TroxiniumDrill_Glow.png │ ├── XanthophyteChainsaw.cs │ ├── XanthophyteChainsaw.png │ ├── XanthophyteDrill.cs │ ├── XanthophyteDrill.png │ ├── ZirconHook.cs │ ├── ZirconHook.png │ └── ZirconHook_Chain.png ├── VirulentPowder.cs ├── VirulentPowder.png ├── VomitWater.cs └── VomitWater.png ├── Properties └── launchSettings.json ├── Rarities ├── AvalonRarity.cs ├── BlahRarity.cs ├── CrabbyRarity.cs ├── CrispyRarity.cs ├── FractureRarity.cs ├── NormalRarities.cs ├── QuantumRarity.cs └── QuibopsRarity.cs ├── Reflection ├── AWorldListItemHelper.cs ├── BackgroundHelper.cs ├── MainHelper.cs ├── NPCHelper.cs ├── PlayerHelper.cs ├── TileDrawingHelper.cs ├── Utilities.cs └── WorldGenHelper.cs ├── Sounds ├── Item │ ├── Boompipe.ogg │ ├── Bubbles.ogg │ ├── DarkMatterBushKill.ogg │ ├── DesertHorn.ogg │ ├── HallowedAltarBreak.ogg │ ├── HallowedAltarHit.ogg │ ├── HerbConsume.ogg │ ├── LaserCharge.ogg │ ├── LaserCharge2.ogg │ ├── LaserFire.ogg │ ├── LongbowPull.ogg │ ├── LongbowShot.ogg │ ├── MasterSword.ogg │ ├── MechanicalFart.ogg │ ├── Scroll.ogg │ ├── SonicScrewdriver.ogg │ ├── SpectrumDodge.ogg │ ├── SplashExplosion.ogg │ ├── Thunder2.ogg │ └── WoS.ogg └── NPC │ ├── CougherCough.ogg │ ├── CougherCoughSpecial.ogg │ ├── CougherDeath.ogg │ ├── Phantasm.ogg │ ├── PhantasmJumpscareScary2024.ogg │ └── ScaryLaser.ogg ├── Systems ├── BiomeTileCounts.cs ├── DownedBossSystem.cs ├── InterfaceLayerSystem.cs ├── KeybindSystem.cs ├── Recipes │ ├── CatalyzerRecipes.cs │ ├── RecipeChanger.cs │ ├── RecipeSystem.cs │ ├── SushiRecipes.cs │ └── VanillaItemRecipeCreator.cs └── TileGlowDrawing.cs ├── Tiles ├── Ancient │ ├── AncientAdamantiteBrick │ │ ├── AncientAdamantiteBrick.cs │ │ ├── AncientAdamantiteBrick.png │ │ ├── AncientAdamantiteBrickTile.png │ │ ├── AncientAdamantiteBrickWall.cs │ │ ├── AncientAdamantiteBrickWall.png │ │ └── AncientAdamantiteBrickWallItem.png │ ├── AncientIronBrick │ │ ├── AncientIronBrick.cs │ │ ├── AncientIronBrick.png │ │ ├── AncientIronBrickTile.png │ │ ├── AncientIronBrickWall.cs │ │ ├── AncientIronBrickWall.png │ │ └── AncientIronBrickWallItem.png │ ├── AncientOrangeBrick │ │ ├── AncientOrangeBrick.png │ │ ├── AncientOrangeBrickTile.cs │ │ ├── AncientOrangeBrickTile.png │ │ ├── AncientOrangeBrickWall.cs │ │ ├── AncientOrangeBrickWall.png │ │ └── AncientOrangeBrickWallItem.png │ ├── AncientPurpleBrick │ │ ├── AncientPurpleBrick.png │ │ ├── AncientPurpleBrickTile.cs │ │ ├── AncientPurpleBrickTile.png │ │ ├── AncientPurpleBrickWall.cs │ │ ├── AncientPurpleBrickWall.png │ │ └── AncientPurpleBrickWallItem.png │ ├── AncientYellowBrick │ │ ├── AncientYellowBrick.png │ │ ├── AncientYellowBrickTile.cs │ │ ├── AncientYellowBrickTile.png │ │ ├── AncientYellowBrickWall.cs │ │ ├── AncientYellowBrickWall.png │ │ └── AncientYellowBrickWallItem.png │ └── Vanilla │ │ ├── UnsafeAncientBlueBrickWall.cs │ │ ├── UnsafeAncientGreenBrickWall.cs │ │ ├── UnsafeAncientHellstoneBrickWall.cs │ │ ├── UnsafeAncientObsidianBrickWall.cs │ │ └── UnsafeAncientPinkBrickWall.cs ├── AngelChest.cs ├── AngelChest.png ├── ApocalyptusWood.cs ├── ApocalyptusWood.png ├── ArchaicJuggernautStatue.cs ├── ArchaicJuggernautStatue.png ├── Basalt.cs ├── Basalt.png ├── BasaltBlock.cs ├── BasaltBlock.png ├── BismuthBrick.cs ├── BismuthBrick.png ├── Blahtue.cs ├── Blahtue.png ├── BlastedStalac.cs ├── BlastedStalac.png ├── BlastedStone.cs ├── BlastedStone.png ├── BleachedEbony.cs ├── BleachedEbony.png ├── BleachedEbonyBeam.cs ├── BleachedEbonyBeam.png ├── BloodiedSpike.cs ├── BloodiedSpike.png ├── BoltstoneBrick.cs ├── BoltstoneBrick.png ├── Booger.cs ├── Booger.png ├── BossTrophy.cs ├── BossTrophy.png ├── BrimstoneBlock.cs ├── BrimstoneBlock.png ├── BronzeBrick.cs ├── BronzeBrick.png ├── BronzePlating.cs ├── BronzePlating.png ├── CaesiumCrystal.cs ├── CaesiumCrystal.png ├── CaesiumForge.cs ├── CaesiumForge.png ├── Catalyzer.cs ├── Catalyzer.png ├── ChunkstoneColumn.cs ├── ChunkstoneColumn.png ├── Contagion │ ├── BacciliteBrick │ │ ├── BacciliteBrick.cs │ │ ├── BacciliteBrick.png │ │ ├── BacciliteBrickTile.png │ │ ├── BacciliteBrickWall.cs │ │ ├── BacciliteBrickWall.png │ │ └── BacciliteBrickWallItem.png │ ├── BigPlants │ │ ├── ContagionOasisTree_Tops.png │ │ ├── ContagionPalmSapling.cs │ │ ├── ContagionPalmSapling.png │ │ ├── ContagionPalmTree.cs │ │ ├── ContagionPalmTree.png │ │ ├── ContagionPalmTreeTop.png │ │ ├── ContagionSapling.cs │ │ ├── ContagionSapling.png │ │ ├── ContagionTree.cs │ │ ├── ContagionTree.png │ │ ├── ContagionTreeBranches.png │ │ ├── ContagionTreeLeaf.cs │ │ ├── ContagionTreeTop.png │ │ ├── ContagionTree_Leaf.png │ │ ├── IckyCactus.cs │ │ ├── IckyCactus.png │ │ ├── IckyCactusDummyTile.cs │ │ └── IckyCactus_Fruit.png │ ├── Chunkstone │ │ ├── Chunkstone.cs │ │ ├── Chunkstone.png │ │ ├── ChunkstoneBlock.png │ │ ├── ChunkstoneWall.cs │ │ ├── ChunkstoneWall.png │ │ └── ChunkstoneWallItem.png │ ├── ChunkstoneBrick │ │ ├── ChunkstoneBrick.cs │ │ ├── ChunkstoneBrick.png │ │ ├── ChunkstoneBrickTile.png │ │ ├── ChunkstoneBrickWall.cs │ │ ├── ChunkstoneBrickWall.png │ │ └── ChunkstoneBrickWallItem.png │ ├── ContagionChest │ │ ├── ContagionChest.cs │ │ ├── ContagionChest.png │ │ ├── ContagionChestTile.png │ │ └── ContagionChestTile_Highlight.png │ ├── ContagionGrasses │ │ ├── ContagionJungleGrass.cs │ │ ├── ContagionJungleGrass.png │ │ ├── Ickgrass.cs │ │ └── Ickgrass.png │ ├── ContagionPot │ │ ├── ContagionPot.cs │ │ └── ContagionPot.png │ ├── ContagionStalagmites │ │ ├── ContagionStalactgmites.cs │ │ └── ContagionStalactgmites.png │ ├── Coughwood │ │ ├── Coughwood.cs │ │ ├── Coughwood.png │ │ ├── CoughwoodTile.png │ │ ├── CoughwoodWall.cs │ │ ├── CoughwoodWall.png │ │ └── CoughwoodWallItem.png │ ├── HardenedSnotsand │ │ ├── HardenedSnotsand.cs │ │ ├── HardenedSnotsand.png │ │ ├── HardenedSnotsandBlock.png │ │ ├── HardenedSnotsandWall.cs │ │ ├── HardenedSnotsandWall.png │ │ └── HardenedSnotsandWallItem.png │ ├── IckyAltar │ │ ├── IckyAltar.cs │ │ └── IckyAltar.png │ ├── SmallPlants │ │ ├── ContagionCattails.cs │ │ ├── ContagionCattails.png │ │ ├── ContagionLilyPads.cs │ │ ├── ContagionLilyPads.png │ │ ├── ContagionOasisPlants.png │ │ ├── ContagionSeaOats.png │ │ ├── ContagionShortGrass.cs │ │ ├── ContagionShortGrass.png │ │ ├── ContagionVines.cs │ │ └── ContagionVines.png │ ├── SnotOrb │ │ ├── SnotOrb.cs │ │ └── SnotOrb.png │ ├── Snotsand │ │ ├── Snotsand.cs │ │ ├── Snotsand.png │ │ └── SnotsandBlock.png │ ├── Snotsandstone │ │ ├── Snotsandstone.cs │ │ ├── Snotsandstone.png │ │ ├── SnotsandstoneBlock.png │ │ ├── SnotsandstoneWall.cs │ │ ├── SnotsandstoneWall.png │ │ └── SnotsandstoneWallItem.png │ ├── ThornyBushes │ │ ├── ContagionThornyBushes.cs │ │ └── ContagionThornyBushes.png │ └── YellowIce │ │ ├── YellowIce.cs │ │ └── YellowIce.png ├── CoolGemsparkBlock.cs ├── CoolGemsparkBlock.png ├── CoughwoodBeam.cs ├── CoughwoodBeam.png ├── CrackedOrangeBrick.cs ├── CrackedOrangeBrick.png ├── CrackedPurpleBrick.cs ├── CrackedPurpleBrick.png ├── CrackedYellowBrick.cs ├── CrackedYellowBrick.png ├── Crates.cs ├── Crates.png ├── CrimstoneColumn.cs ├── CrimstoneColumn.png ├── CrystalMines │ ├── CrystalBits.cs │ ├── CrystalBits.png │ ├── CrystalColumn.cs │ ├── CrystalColumn.png │ ├── CrystalMinesChest.cs │ ├── CrystalMinesChest.png │ ├── CrystalMinesChest_Highlight.png │ ├── CrystalStone.cs │ ├── CrystalStone.png │ ├── CrystalStoneCrystals.cs │ ├── CrystalStoneCrystals.png │ ├── CrystalStoneDoorClosed.cs │ ├── CrystalStoneDoorClosed.png │ ├── CrystalStoneDoorClosed_Highlight.png │ ├── CrystalStoneDoorOpen.cs │ ├── CrystalStoneDoorOpen.png │ ├── CrystalStoneDoorOpen_Highlight.png │ ├── CrystalStone_Glow.png │ ├── GiantCrystalShard.cs │ ├── GiantCrystalShard.png │ ├── ShatterShards.cs │ └── ShatterShards.png ├── DarkMatter │ ├── DarkMatterMonolith.cs │ ├── DarkMatterMonolith.png │ └── DarkMatterMonolith_Glow.png ├── DemonSpikescale.cs ├── DemonSpikescale.png ├── DevilsScythe.cs ├── DevilsScythe.png ├── DurataniumPipe.cs ├── DurataniumPipe.png ├── EbonstoneColumn.cs ├── EbonstoneColumn.png ├── EbonwoodBeam.cs ├── EbonwoodBeam.png ├── Ectograss.cs ├── Ectograss.png ├── Ectograss_Glow.png ├── Ectoplasm.cs ├── Ectoplasm.png ├── Ectovines.cs ├── Ectovines.png ├── Ectovines_old.png ├── EvilAltarsPlaced.cs ├── EvilAltarsPlaced.png ├── EyeoftheUniverse.cs ├── EyeoftheUniverse.png ├── EyeoftheUniverse_Glow.png ├── FallenStarTile.cs ├── FallenStarTile.png ├── Furniture │ ├── BasaltObelisk.cs │ ├── BasaltObelisk.png │ ├── BasaltObelisk_Glow.png │ ├── BismuthCandelabra.cs │ ├── BismuthCandelabra.png │ ├── BismuthCandelabra_Flame.png │ ├── BismuthCandle.cs │ ├── BismuthCandle.png │ ├── BismuthCandle_Flame.png │ ├── BismuthChandelier.cs │ ├── BismuthChandelier.png │ ├── BismuthChandelier_Flame.png │ ├── BleachedEbony │ │ ├── BleachedEbonyBathtub.png │ │ ├── BleachedEbonyBed.png │ │ ├── BleachedEbonyBed_Highlight.png │ │ ├── BleachedEbonyBookcase.png │ │ ├── BleachedEbonyCandelabra.png │ │ ├── BleachedEbonyCandelabra_Flame.png │ │ ├── BleachedEbonyCandle.png │ │ ├── BleachedEbonyCandle_Flame.png │ │ ├── BleachedEbonyChair.png │ │ ├── BleachedEbonyChair_Highlight.png │ │ ├── BleachedEbonyChandelier.png │ │ ├── BleachedEbonyChandelier_Flame.png │ │ ├── BleachedEbonyChest.png │ │ ├── BleachedEbonyChest_Highlight.png │ │ ├── BleachedEbonyClock.png │ │ ├── BleachedEbonyClock_Highlight.png │ │ ├── BleachedEbonyDoorClosed.png │ │ ├── BleachedEbonyDoorClosed_Highlight.png │ │ ├── BleachedEbonyDoorOpen.png │ │ ├── BleachedEbonyDoorOpen_Highlight.png │ │ ├── BleachedEbonyDresser.png │ │ ├── BleachedEbonyDresser_Highlight.png │ │ ├── BleachedEbonyFurniture.cs │ │ ├── BleachedEbonyLamp.png │ │ ├── BleachedEbonyLamp_Flame.png │ │ ├── BleachedEbonyLantern.png │ │ ├── BleachedEbonyLantern_Flame.png │ │ ├── BleachedEbonyPiano.png │ │ ├── BleachedEbonyPlatform.png │ │ ├── BleachedEbonySink.png │ │ ├── BleachedEbonySofa.png │ │ ├── BleachedEbonySofa_Highlight.png │ │ ├── BleachedEbonyTable.png │ │ ├── BleachedEbonyToilet.png │ │ ├── BleachedEbonyToilet_Highlight.png │ │ └── BleachedEbonyWorkBench.png │ ├── BookcaseTeleporter.cs │ ├── BookcaseTeleporter.png │ ├── BronzeChandelier.cs │ ├── BronzeChandelier.png │ ├── BronzeChandelier_Flame.png │ ├── BrownTorch.cs │ ├── BrownTorch.png │ ├── BrownTorch_Flame.png │ ├── ContagionCampfire.cs │ ├── ContagionCampfire.png │ ├── ContagionCampfire_Flame.png │ ├── ContagionCampfire_Highlight.png │ ├── ContagionTorch.cs │ ├── ContagionTorch.png │ ├── ContagionTorch_Flame.png │ ├── ContainedBlackHole.cs │ ├── ContainedBlackHole.png │ ├── Coughwood │ │ ├── CoughwoodBathtub.png │ │ ├── CoughwoodBed.png │ │ ├── CoughwoodBed_Highlight.png │ │ ├── CoughwoodBookcase.png │ │ ├── CoughwoodCandelabra.png │ │ ├── CoughwoodCandelabra_Flame.png │ │ ├── CoughwoodCandle.png │ │ ├── CoughwoodCandle_Flame.png │ │ ├── CoughwoodChair.png │ │ ├── CoughwoodChair_Highlight.png │ │ ├── CoughwoodChandelier.png │ │ ├── CoughwoodChandelier_Flame.png │ │ ├── CoughwoodChest.png │ │ ├── CoughwoodChest_Highlight.png │ │ ├── CoughwoodClock.png │ │ ├── CoughwoodClock_Highlight.png │ │ ├── CoughwoodDoorClosed.png │ │ ├── CoughwoodDoorClosed_Highlight.png │ │ ├── CoughwoodDoorOpen.png │ │ ├── CoughwoodDoorOpen_Highlight.png │ │ ├── CoughwoodDresser.png │ │ ├── CoughwoodDresser_Highlight.png │ │ ├── CoughwoodFurniture.cs │ │ ├── CoughwoodLamp.png │ │ ├── CoughwoodLamp_Flame.png │ │ ├── CoughwoodLantern.png │ │ ├── CoughwoodPiano.png │ │ ├── CoughwoodPlatform.png │ │ ├── CoughwoodSink.png │ │ ├── CoughwoodSofa.png │ │ ├── CoughwoodSofa_Highlight.png │ │ ├── CoughwoodTable.png │ │ ├── CoughwoodToilet.png │ │ ├── CoughwoodToilet_Highlight.png │ │ └── CoughwoodWorkBench.png │ ├── CyanTorch.cs │ ├── CyanTorch.png │ ├── CyanTorch_Flame.png │ ├── Dirtalier.cs │ ├── Dirtalier.png │ ├── Dirtalier_Flame.png │ ├── Gem │ │ ├── AmberChest.png │ │ ├── AmberChest_Highlight.png │ │ ├── AmethystChest.png │ │ ├── AmethystChest_Highlight.png │ │ ├── DiamondChest.png │ │ ├── DiamondChest_Highlight.png │ │ ├── EmeraldChest.png │ │ ├── EmeraldChest_Highlight.png │ │ ├── GemBunnyCages.cs │ │ ├── GemChests.cs │ │ ├── GemSquirrelCages.cs │ │ ├── PeridotBunnyCage.png │ │ ├── PeridotChest.png │ │ ├── PeridotChest_Highlight.png │ │ ├── PeridotSquirrelCage.png │ │ ├── RubyChest.png │ │ ├── RubyChest_Highlight.png │ │ ├── SapphireChest.png │ │ ├── SapphireChest_Highlight.png │ │ ├── TopazChest.png │ │ ├── TopazChest_Highlight.png │ │ ├── TourmalineBunnyCage.png │ │ ├── TourmalineChest.png │ │ ├── TourmalineChest_Highlight.png │ │ ├── TourmalineSquirrelCage.png │ │ ├── ZirconBunnyCage.png │ │ ├── ZirconChest.png │ │ ├── ZirconChest_Highlight.png │ │ └── ZirconSquirrelCage.png │ ├── GiantGravestone.cs │ ├── GiantGravestone.png │ ├── Grindstone.cs │ ├── Grindstone.png │ ├── HangingPots.cs │ ├── HangingPots.png │ ├── Heartstone │ │ ├── HeartstoneBathtub.png │ │ ├── HeartstoneBed.png │ │ ├── HeartstoneBed_Highlight.png │ │ ├── HeartstoneBookcase.png │ │ ├── HeartstoneCandelabra.png │ │ ├── HeartstoneCandelabra_Flame.png │ │ ├── HeartstoneCandle.png │ │ ├── HeartstoneCandle_Flame.png │ │ ├── HeartstoneChair.png │ │ ├── HeartstoneChair_Highlight.png │ │ ├── HeartstoneChandelier.png │ │ ├── HeartstoneChandelier_Flame.png │ │ ├── HeartstoneChest.png │ │ ├── HeartstoneChest_Highlight.png │ │ ├── HeartstoneClock.png │ │ ├── HeartstoneClock_Highlight.png │ │ ├── HeartstoneDoorClosed.png │ │ ├── HeartstoneDoorClosed_Highlight.png │ │ ├── HeartstoneDoorOpen.png │ │ ├── HeartstoneDoorOpen_Highlight.png │ │ ├── HeartstoneDresser.png │ │ ├── HeartstoneDresser_Highlight.png │ │ ├── HeartstoneFurniture.cs │ │ ├── HeartstoneLamp.png │ │ ├── HeartstoneLamp_Flame.png │ │ ├── HeartstoneLantern.png │ │ ├── HeartstoneLantern_Flame.png │ │ ├── HeartstonePiano.png │ │ ├── HeartstonePlatform.png │ │ ├── HeartstoneSink.png │ │ ├── HeartstoneSofa.png │ │ ├── HeartstoneSofa_Highlight.png │ │ ├── HeartstoneTable.png │ │ ├── HeartstoneToilet.png │ │ ├── HeartstoneToilet_Highlight.png │ │ └── HeartstoneWorkbench.png │ ├── HellfireChest.cs │ ├── HellfireChest.png │ ├── HellfireChest_Highlight.png │ ├── Jukebox.cs │ ├── Jukebox.png │ ├── LeinforsBanner.png │ ├── LimeTorch.cs │ ├── LimeTorch.png │ ├── LimeTorch_Flame.png │ ├── LockedChests.cs │ ├── LockedChests.png │ ├── LockedChests_Glow.png │ ├── LockedChests_Glow2.png │ ├── LockedChests_Highlight.png │ ├── Moonware │ │ ├── MoonplateClock.png │ │ ├── MoonplateClock_Highlight.png │ │ ├── MoonwareBathtub.png │ │ ├── MoonwareBed.png │ │ ├── MoonwareBed_Highlight.png │ │ ├── MoonwareBookcase.png │ │ ├── MoonwareCandelabra.png │ │ ├── MoonwareCandelabra_Flame.png │ │ ├── MoonwareCandle.png │ │ ├── MoonwareCandle_Flame.png │ │ ├── MoonwareChair.png │ │ ├── MoonwareChair_Highlight.png │ │ ├── MoonwareChandelier.png │ │ ├── MoonwareChandelier_Flame.png │ │ ├── MoonwareChest.png │ │ ├── MoonwareChest_Highlight.png │ │ ├── MoonwareClock.png │ │ ├── MoonwareClock_Highlight.png │ │ ├── MoonwareDoorClosed.png │ │ ├── MoonwareDoorClosed_Highlight.png │ │ ├── MoonwareDoorOpen.png │ │ ├── MoonwareDoorOpen_Highlight.png │ │ ├── MoonwareDresser.png │ │ ├── MoonwareDresser_Highlight.png │ │ ├── MoonwareFurniture.cs │ │ ├── MoonwareLamp.png │ │ ├── MoonwareLamp_Flame.png │ │ ├── MoonwareLantern.png │ │ ├── MoonwareLantern_Flame.png │ │ ├── MoonwarePiano.png │ │ ├── MoonwarePlatform.png │ │ ├── MoonwareSink.png │ │ ├── MoonwareSofa.png │ │ ├── MoonwareSofa_Highlight.png │ │ ├── MoonwareTable.png │ │ ├── MoonwareToilet.png │ │ ├── MoonwareToilet_Highlight.png │ │ └── MoonwareWorkBench.png │ ├── NickelDoorClosed.cs │ ├── NickelDoorClosed.png │ ├── NickelDoorClosed_Highlight.png │ ├── NickelDoorOpen.cs │ ├── NickelDoorOpen.png │ ├── NickelDoorOpen_Highlight.png │ ├── OrangeDungeon │ │ ├── LockedOrangeDungeonChest.png │ │ ├── OrangeBrickPlatform.png │ │ ├── OrangeDungeonBathtub.png │ │ ├── OrangeDungeonBed.png │ │ ├── OrangeDungeonBed_Highlight.png │ │ ├── OrangeDungeonBookcase.png │ │ ├── OrangeDungeonCandelabra.png │ │ ├── OrangeDungeonCandelabra_Flame.png │ │ ├── OrangeDungeonCandle.png │ │ ├── OrangeDungeonCandle_Flame.png │ │ ├── OrangeDungeonChair.png │ │ ├── OrangeDungeonChair_Highlight.png │ │ ├── OrangeDungeonChandelier.png │ │ ├── OrangeDungeonChandelier_Flame.png │ │ ├── OrangeDungeonChest.png │ │ ├── OrangeDungeonChest_Highlight.png │ │ ├── OrangeDungeonClock.png │ │ ├── OrangeDungeonClock_Highlight.png │ │ ├── OrangeDungeonDoorClosed.png │ │ ├── OrangeDungeonDoorClosed_Highlight.png │ │ ├── OrangeDungeonDoorOpen.png │ │ ├── OrangeDungeonDoorOpen_Highlight.png │ │ ├── OrangeDungeonDresser.png │ │ ├── OrangeDungeonDresser_Highlight.png │ │ ├── OrangeDungeonFurniture.cs │ │ ├── OrangeDungeonLamp.png │ │ ├── OrangeDungeonLamp_Flame.png │ │ ├── OrangeDungeonPiano.png │ │ ├── OrangeDungeonSink.png │ │ ├── OrangeDungeonSofa.png │ │ ├── OrangeDungeonSofa_Highlight.png │ │ ├── OrangeDungeonTable.png │ │ ├── OrangeDungeonToilet.png │ │ ├── OrangeDungeonToilet_Highlight.png │ │ └── OrangeDungeonWorkbench.png │ ├── PathogenCampfire.cs │ ├── PathogenCampfire.png │ ├── PathogenCampfire_Flame.png │ ├── PathogenCampfire_Highlight.png │ ├── PathogenTorch.cs │ ├── PathogenTorch.png │ ├── PathogenTorch_Flame.png │ ├── PissTankSheet.png │ ├── PlacedStaminaCrystal.cs │ ├── PlacedStaminaCrystal.png │ ├── PlacedStaminaPotion.cs │ ├── PlacedStaminaPotion.png │ ├── PlasmaLamp.cs │ ├── PlasmaLamp.png │ ├── PlasmaLamp_Flame.png │ ├── PurpleDungeon │ │ ├── LockedPurpleDungeonChest.png │ │ ├── PurpleBrickPlatform.png │ │ ├── PurpleDungeonBathtub.png │ │ ├── PurpleDungeonBed.png │ │ ├── PurpleDungeonBed_Highlight.png │ │ ├── PurpleDungeonBookcase.png │ │ ├── PurpleDungeonCandelabra.png │ │ ├── PurpleDungeonCandelabra_Flame.png │ │ ├── PurpleDungeonCandle.png │ │ ├── PurpleDungeonCandle_Flame.png │ │ ├── PurpleDungeonChair.png │ │ ├── PurpleDungeonChair_Highlight.png │ │ ├── PurpleDungeonChandelier.png │ │ ├── PurpleDungeonChandelier_Flame.png │ │ ├── PurpleDungeonChest.png │ │ ├── PurpleDungeonChest_Highlight.png │ │ ├── PurpleDungeonClock.png │ │ ├── PurpleDungeonClock_Highlight.png │ │ ├── PurpleDungeonDoorClosed.png │ │ ├── PurpleDungeonDoorClosed_Highlight.png │ │ ├── PurpleDungeonDoorOpen.png │ │ ├── PurpleDungeonDoorOpen_Highlight.png │ │ ├── PurpleDungeonDresser.png │ │ ├── PurpleDungeonDresser_Highlight.png │ │ ├── PurpleDungeonFurniture.cs │ │ ├── PurpleDungeonLamp.png │ │ ├── PurpleDungeonLamp_Flame.png │ │ ├── PurpleDungeonPiano.png │ │ ├── PurpleDungeonSink.png │ │ ├── PurpleDungeonSofa.png │ │ ├── PurpleDungeonSofa_Highlight.png │ │ ├── PurpleDungeonTable.png │ │ ├── PurpleDungeonToilet.png │ │ ├── PurpleDungeonToilet_Highlight.png │ │ └── PurpleDungeonWorkbench.png │ ├── Relics.cs │ ├── Relics.png │ ├── RelicsExtra.png │ ├── ResistantWood │ │ ├── ResistantWoodBathtub.png │ │ ├── ResistantWoodBed.png │ │ ├── ResistantWoodBed_Highlight.png │ │ ├── ResistantWoodBookcase.png │ │ ├── ResistantWoodCandelabra.png │ │ ├── ResistantWoodCandelabra_Flame.png │ │ ├── ResistantWoodCandle.png │ │ ├── ResistantWoodCandle_Flame.png │ │ ├── ResistantWoodChair.png │ │ ├── ResistantWoodChair_Highlight.png │ │ ├── ResistantWoodChandelier.png │ │ ├── ResistantWoodChandelier_Flame.png │ │ ├── ResistantWoodChest.png │ │ ├── ResistantWoodChest_Highlight.png │ │ ├── ResistantWoodClock.png │ │ ├── ResistantWoodClock_Highlight.png │ │ ├── ResistantWoodDoorClosed.png │ │ ├── ResistantWoodDoorClosed_Highlight.png │ │ ├── ResistantWoodDoorOpen.png │ │ ├── ResistantWoodDoorOpen_Highlight.png │ │ ├── ResistantWoodDresser.png │ │ ├── ResistantWoodDresser_Highlight.png │ │ ├── ResistantWoodFurniture.cs │ │ ├── ResistantWoodLamp.png │ │ ├── ResistantWoodLamp_Flame.png │ │ ├── ResistantWoodLantern.png │ │ ├── ResistantWoodLantern_Flame.png │ │ ├── ResistantWoodPiano.png │ │ ├── ResistantWoodPlatform.png │ │ ├── ResistantWoodSink.png │ │ ├── ResistantWoodSofa.png │ │ ├── ResistantWoodSofa_Highlight.png │ │ ├── ResistantWoodTable.png │ │ ├── ResistantWoodToilet.png │ │ ├── ResistantWoodToilet_Highlight.png │ │ └── ResistantWoodWorkBench.png │ ├── SilenceCandle.cs │ ├── SilenceCandle.png │ ├── SilenceCandle_Flame.png │ ├── SkyBrick │ │ ├── SkyBrickFurniture.cs │ │ └── SkyBrickPlatform.png │ ├── SlimeTorch.cs │ ├── SlimeTorch.png │ ├── SlimeTorch_Flame.png │ ├── StarTorch.cs │ ├── StarTorch.png │ ├── StarTorch_Flame.png │ ├── TrappedChests.cs │ ├── TrappedChests.png │ ├── TrappedChests_Highlight.png │ ├── Tuhrtl │ │ ├── LockedTuhrtlDoor.cs │ │ ├── LockedTuhrtlDoor.png │ │ ├── LockedTuhrtlDoor_Highlight.png │ │ ├── TuhrtlChair.png │ │ ├── TuhrtlChair_Highlight.png │ │ ├── TuhrtlChest.png │ │ ├── TuhrtlChest_Highlight.png │ │ ├── TuhrtlDoorClosed.png │ │ ├── TuhrtlDoorClosed_Highlight.png │ │ ├── TuhrtlDoorOpen.png │ │ ├── TuhrtlDoorOpen_Highlight.png │ │ ├── TuhrtlFurniture.cs │ │ ├── TuhrtlTable.png │ │ └── TuhrtlWorkBench.png │ ├── UnderworldChest.cs │ ├── UnderworldChest.png │ ├── UnderworldChest_Highlight.png │ ├── WaterFountains.cs │ ├── WaterFountains.png │ ├── WaterFountains_Highlight.png │ ├── WildMushroom │ │ ├── WildMushroomBathtub.png │ │ ├── WildMushroomBed.png │ │ ├── WildMushroomBed_Highlight.png │ │ ├── WildMushroomBookcase.png │ │ ├── WildMushroomChair.png │ │ ├── WildMushroomChair_Highlight.png │ │ ├── WildMushroomChandelier.png │ │ ├── WildMushroomChandelier_Flame.png │ │ ├── WildMushroomClock.png │ │ ├── WildMushroomClock_Highlight.png │ │ ├── WildMushroomFurniture.cs │ │ ├── WildMushroomLamp.png │ │ ├── WildMushroomLamp_Flame.png │ │ ├── WildMushroomPiano.png │ │ ├── WildMushroomPlatform.png │ │ ├── WildMushroomSink.png │ │ ├── WildMushroomSofa.png │ │ ├── WildMushroomSofa_Highlight.png │ │ ├── WildMushroomTable.png │ │ ├── WildMushroomToilet.png │ │ ├── WildMushroomToilet_Highlight.png │ │ └── WildMushroomWorkBench.png │ ├── YellowDungeon │ │ ├── LockedYellowDungeonChest.png │ │ ├── YellowBrickPlatform.png │ │ ├── YellowDungeonBathtub.png │ │ ├── YellowDungeonBed.png │ │ ├── YellowDungeonBed_Highlight.png │ │ ├── YellowDungeonBookcase.png │ │ ├── YellowDungeonCandelabra.png │ │ ├── YellowDungeonCandelabra_Flame.png │ │ ├── YellowDungeonCandle.png │ │ ├── YellowDungeonCandle_Flame.png │ │ ├── YellowDungeonChair.png │ │ ├── YellowDungeonChair_Highlight.png │ │ ├── YellowDungeonChandelier.png │ │ ├── YellowDungeonChandelier_Flame.png │ │ ├── YellowDungeonChest.png │ │ ├── YellowDungeonChest_Highlight.png │ │ ├── YellowDungeonClock.png │ │ ├── YellowDungeonClock_Highlight.png │ │ ├── YellowDungeonDoorClosed.png │ │ ├── YellowDungeonDoorClosed_Highlight.png │ │ ├── YellowDungeonDoorOpen.png │ │ ├── YellowDungeonDoorOpen_Highlight.png │ │ ├── YellowDungeonDresser.png │ │ ├── YellowDungeonDresser_Highlight.png │ │ ├── YellowDungeonFurniture.cs │ │ ├── YellowDungeonLamp.png │ │ ├── YellowDungeonLamp_Flame.png │ │ ├── YellowDungeonPiano.png │ │ ├── YellowDungeonSink.png │ │ ├── YellowDungeonSofa.png │ │ ├── YellowDungeonSofa_Highlight.png │ │ ├── YellowDungeonTable.png │ │ ├── YellowDungeonToilet.png │ │ ├── YellowDungeonToilet_Highlight.png │ │ └── YellowDungeonWorkbench.png │ ├── ZincChandelier.cs │ ├── ZincChandelier.png │ └── ZincChandelier_Flame.png ├── GemLocks.cs ├── GemLocks.png ├── GemStashes.cs ├── GemStashes.png ├── GemTrees │ ├── PeridotGemLeaves.cs │ ├── PeridotGemLeaves.png │ ├── PeridotSapling.cs │ ├── PeridotSapling.png │ ├── PeridotTree.cs │ ├── PeridotTree.png │ ├── PeridotTree_Branches.png │ ├── PeridotTree_Tops.png │ ├── TourmalineGemLeaves.cs │ ├── TourmalineGemLeaves.png │ ├── TourmalineSapling.cs │ ├── TourmalineSapling.png │ ├── TourmalineTree.cs │ ├── TourmalineTree.png │ ├── TourmalineTree_Branches.png │ ├── TourmalineTree_Tops.png │ ├── ZirconGemLeaves.cs │ ├── ZirconGemLeaves.png │ ├── ZirconSapling.cs │ ├── ZirconSapling.png │ ├── ZirconTree.cs │ ├── ZirconTree.png │ ├── ZirconTree_Branches.png │ └── ZirconTree_Tops.png ├── GreenIce.cs ├── GreenIce.png ├── HallowedBrick.cs ├── HallowedBrick.png ├── HeartstoneBrick.cs ├── HeartstoneBrick.png ├── HerbologyBench.cs ├── HerbologyBench.png ├── HerbologyBench_Highlight.png ├── Herbs │ ├── Barfbush.cs │ ├── Barfbush.png │ ├── BarfbushPlanterBox.cs │ ├── BarfbushPlanterBox.png │ ├── Bloodberry.cs │ ├── Bloodberry.png │ ├── BloodberryPlanterBox.png │ ├── Holybird.cs │ ├── Holybird.png │ ├── HolybirdPlanterBox.cs │ ├── HolybirdPlanterBox.png │ ├── LargeHerbsStage1.cs │ ├── LargeHerbsStage1.png │ ├── LargeHerbsStage1_Alt.png │ ├── LargeHerbsStage2.cs │ ├── LargeHerbsStage2.png │ ├── LargeHerbsStage2_Alt.png │ ├── LargeHerbsStage3.cs │ ├── LargeHerbsStage3.png │ ├── LargeHerbsStage3_Alt.png │ ├── LargeHerbsStage4.cs │ ├── LargeHerbsStage4.png │ ├── LargeHerbsStage4_Alt.png │ ├── PlanterBoxes.png │ ├── Sweetstem.cs │ ├── Sweetstem.png │ ├── SweetstemPlanterBox.cs │ ├── SweetstemPlanterBox.png │ ├── TwilightPlume.cs │ ├── TwilightPlume.png │ ├── TwilightPlumePlanterBox.cs │ └── TwilightPlumePlanterBox.png ├── ImperviousBrick.cs ├── ImperviousBrick.png ├── IridiumBrick.cs ├── IridiumBrick.png ├── LaziteGrass.cs ├── LaziteGrass.png ├── LaziteGrass_Glow.png ├── LaziteShortGrass.cs ├── LaziteShortGrass.png ├── LeinforsBanner.png ├── LibraryAltar.cs ├── LibraryAltar.png ├── LivingLightning.cs ├── LivingLightning.png ├── LivingPathogen.cs ├── LivingPathogen.png ├── MonsterBanner.cs ├── MonsterBanner.png ├── MoonplateBlock.cs ├── MoonplateBlock.png ├── MusicBoxes.cs ├── MusicBoxes.png ├── MusicBoxes_Highlight.png ├── NaquadahAnvil.cs ├── NaquadahAnvil.png ├── NaquadahBrick.cs ├── NaquadahBrick.png ├── NastySpike.cs ├── NastySpike.png ├── NickelAnvil.cs ├── NickelAnvil.png ├── NickelBrick.cs ├── NickelBrick.png ├── OrangeBrick.cs ├── OrangeBrick.png ├── Ores │ ├── BacciliteOre.cs │ ├── BacciliteOre.png │ ├── BismuthOre.cs │ ├── BismuthOre.png │ ├── Boltstone.cs │ ├── Boltstone.png │ ├── BronzeOre.cs │ ├── BronzeOre.png │ ├── CaesiumOre.cs │ ├── CaesiumOre.png │ ├── DurataniumOre.cs │ ├── DurataniumOre.png │ ├── HallowedOre.cs │ ├── HallowedOre.png │ ├── Heartstone.cs │ ├── Heartstone.png │ ├── HydrolythOre.cs │ ├── HydrolythOre.png │ ├── IridiumOre.cs │ ├── IridiumOre.png │ ├── NaquadahOre.cs │ ├── NaquadahOre.png │ ├── NickelOre.cs │ ├── NickelOre.png │ ├── OsmiumOre.cs │ ├── OsmiumOre.png │ ├── Peridot.cs │ ├── Peridot.png │ ├── PrimordialOre.cs │ ├── PrimordialOre.png │ ├── RhodiumOre.cs │ ├── RhodiumOre.png │ ├── ShroomiteOre.cs │ ├── ShroomiteOre.png │ ├── SmallSulphurBlob.cs │ ├── SmallSulphurBlob.png │ ├── Starstone.cs │ ├── Starstone.png │ ├── SulphurBlob.cs │ ├── SulphurBlob.png │ ├── SulphurOre.cs │ ├── SulphurOre.png │ ├── Tourmaline.cs │ ├── Tourmaline.png │ ├── TroxiniumOre.cs │ ├── TroxiniumOre.png │ ├── TroxiniumOre_Glow.png │ ├── XanthophyteOre.cs │ ├── XanthophyteOre.png │ ├── ZincOre.cs │ ├── ZincOre.png │ ├── Zircon.cs │ └── Zircon.png ├── OsmiumBrick.cs ├── OsmiumBrick.png ├── Paintings.cs ├── Paintings.png ├── Paintings2x3.cs ├── Paintings2x3.png ├── Paintings3x2.cs ├── Paintings3x2.png ├── Paintings3x3.cs ├── Paintings3x3.png ├── PalmWoodBeam.cs ├── PalmWoodBeam.png ├── PearlstoneColumn.cs ├── PearlstoneColumn.png ├── PearlwoodBeam.cs ├── PearlwoodBeam.png ├── PeridotGemspark.cs ├── PeridotGemspark.png ├── PeridotGemsparkOff.png ├── PlacedBars.cs ├── PlacedBars.png ├── PlacedBars_Glow.png ├── PlacedGems.cs ├── PlacedGems.png ├── PlatinumChest.cs ├── PlatinumChest.png ├── PlatinumChest_Highlight.png ├── PoisonSpike.cs ├── PoisonSpike.png ├── PurpleBrick.cs ├── PurpleBrick.png ├── ResistantSapling.cs ├── ResistantSapling.png ├── ResistantTree.cs ├── ResistantTree.png ├── ResistantTree_Branches.png ├── ResistantTree_Tops.png ├── ResistantWood.cs ├── ResistantWood.png ├── ResistantWoodBeam.cs ├── ResistantWoodBeam.png ├── RhodiumBrick.cs ├── RhodiumBrick.png ├── RottenChunk.cs ├── RottenChunk.png ├── Savanna │ ├── Bramble.cs │ ├── Bramble.png │ ├── BrambleSpikes.cs │ ├── BrambleSpikes.png │ ├── CannonballTrap.cs │ ├── CannonballTrap.png │ ├── FireballTrap.cs │ ├── FireballTrap.png │ ├── LanceTrap.cs │ ├── LanceTrap.png │ ├── Loam.cs │ ├── Loam.png │ ├── Loamstone.cs │ ├── Loamstone.png │ ├── Nest.cs │ ├── Nest.png │ ├── NestStalac.cs │ ├── NestStalac.png │ ├── PlatformLeaf.cs │ ├── PlatformLeaf.png │ ├── PlatformLeafCollapsed.cs │ ├── PlatformLeafCollapsed.png │ ├── PlatformLeafLeaf.cs │ ├── PlatformLeaf_Leaf.png │ ├── PoisonGasTrap.cs │ ├── PoisonGasTrap.png │ ├── SavannaBushes.cs │ ├── SavannaBushes.png │ ├── SavannaGrass.cs │ ├── SavannaGrass.png │ ├── SavannaLongGrass.cs │ ├── SavannaLongGrass.png │ ├── SavannaPot.cs │ ├── SavannaPot.png │ ├── SavannaPylon.cs │ ├── SavannaPylon.png │ ├── SavannaPylon_Crystal.png │ ├── SavannaPylon_CrystalHighlight.png │ ├── SavannaPylon_MapIcon.png │ ├── SavannaSapling.cs │ ├── SavannaSapling.png │ ├── SavannaShortGrass.cs │ ├── SavannaShortGrass.png │ ├── SavannaStone.cs │ ├── SavannaStone.png │ ├── SavannaTorch.cs │ ├── SavannaTorch.png │ ├── SavannaTorch_Flame.png │ ├── SavannaTree.cs │ ├── SavannaTree.png │ ├── SavannaTreeBranches.png │ ├── SavannaTreeLeaf.cs │ ├── SavannaTreeTop.png │ ├── SavannaTree_Leaf.png │ ├── SavannaVines.cs │ ├── SavannaVines.png │ ├── TuhrtlBackgroundBlobs.cs │ ├── TuhrtlBackgroundBlobs.png │ ├── TuhrtlBrick.cs │ ├── TuhrtlBrick.png │ ├── TuhrtlPot.cs │ ├── TuhrtlPot.png │ ├── TuhrtlPressurePlate.cs │ ├── TuhrtlPressurePlate.png │ ├── WaspLarva.cs │ └── WaspLarva.png ├── SepsisBlock.cs ├── SepsisBlock.png ├── ShadewoodBeam.cs ├── ShadewoodBeam.png ├── ShadowScale.cs ├── ShadowScale.png ├── Shards.cs ├── Shards.png ├── ShardsTier2.cs ├── ShardsTier2.png ├── SkyBrick.cs ├── SkyBrick.png ├── SkyBrickColumn.cs ├── SkyBrickColumn.png ├── SoulCandles │ ├── DelightCandle.cs │ ├── DelightCandle.png │ ├── DelightCandle_Flame.png │ ├── FlightCandle.cs │ ├── FlightCandle.png │ ├── FlightCandle_Flame.png │ ├── FrightCandle.cs │ ├── FrightCandle.png │ ├── FrightCandle_Flame.png │ ├── IceCandle.cs │ ├── IceCandle.png │ ├── IceCandle_Flame.png │ ├── LightCandle.cs │ ├── LightCandle.png │ ├── LightCandle_Flame.png │ ├── MightCandle.cs │ ├── MightCandle.png │ ├── MightCandle_Flame.png │ ├── NightCandle.cs │ ├── NightCandle.png │ ├── NightCandle_Flame.png │ ├── SightCandle.cs │ ├── SightCandle.png │ └── SightCandle_Flame.png ├── SpiritPoppy.cs ├── SpiritPoppy.png ├── SpiritPoppy_Glow.png ├── StarstoneBrick.cs ├── StarstoneBrick.png ├── Statues.cs ├── Statues.png ├── Statues_Glow.png ├── TileEntities │ └── SavannaPylonTileEntity.cs ├── TissueSample.cs ├── TissueSample.png ├── TomeForge.cs ├── TomeForge.png ├── TourmalineGemspark.cs ├── TourmalineGemspark.png ├── TourmalineGemsparkOff.png ├── TroxiniumForge.cs ├── TroxiniumForge.png ├── TwiliplateBlock.cs ├── TwiliplateBlock.png ├── UltraResistantWood.cs ├── UltraResistantWood.png ├── VenomSpike.cs ├── VenomSpike.png ├── Vertebrae.cs ├── Vertebrae.png ├── VoltBrick.cs ├── VoltBrick.png ├── WarmGemsparkBlock.cs ├── WarmGemsparkBlock.png ├── YellowBrick.cs ├── YellowBrick.png ├── YuckyBit.cs ├── YuckyBit.png ├── ZincBrick.cs ├── ZincBrick.png ├── ZirconGemspark.cs ├── ZirconGemspark.png └── ZirconGemsparkOff.png ├── UI ├── ExxoUIAdapter.cs ├── ExxoUIAttachment.cs ├── ExxoUIBorderedPieChart.cs ├── ExxoUICircle.cs ├── ExxoUIContentLockPanel.cs ├── ExxoUIDraggablePanel.cs ├── ExxoUIElement.cs ├── ExxoUIEmpty.cs ├── ExxoUIHorizontalRule.cs ├── ExxoUIImage.cs ├── ExxoUIImageButton.cs ├── ExxoUIImageButtonToggle.cs ├── ExxoUIItemSlot.cs ├── ExxoUIList.cs ├── ExxoUIListGrid.cs ├── ExxoUINumberInput.cs ├── ExxoUINumberInputWithButtons.cs ├── ExxoUIPanel.cs ├── ExxoUIPanelButton.cs ├── ExxoUIPanelWrapper.cs ├── ExxoUIPieChart.cs ├── ExxoUIScrollbar.cs ├── ExxoUIState.cs ├── ExxoUIText.cs ├── ExxoUITextPanel.cs ├── ExxoUITooltipState.cs ├── GenericSelectionMenu.cs ├── GroupOptionButton.cs ├── Herbology │ ├── HerbologyUIHelpAttachment.cs │ ├── HerbologyUIHerbCountAttachment.cs │ ├── HerbologyUIHerbExchange.cs │ ├── HerbologyUIPotionExchange.cs │ ├── HerbologyUIPurchaseAttachment.cs │ ├── HerbologyUIState.cs │ ├── HerbologyUIStats.cs │ └── HerbologyUITurnIn.cs ├── InterfaceLayers │ ├── ExxoUIElementTooltipInterfaceLayer.cs │ ├── HerbologyInterfaceLayer.cs │ ├── JukeboxInterfaceLayer.cs │ └── PotionSlotInterfaceLayer.cs ├── Jukebox │ ├── JukeboxUIInterface.cs │ └── JukeboxUIState.cs ├── ListItem.cs ├── ListItemSelection.cs ├── Next │ ├── Enums │ │ ├── ButtonType.cs │ │ ├── DisplayMode.cs │ │ ├── FlexDirection.cs │ │ ├── PositionMode.cs │ │ └── ScreenUnit.cs │ ├── Events │ │ ├── InputEventHandler.cs │ │ ├── MouseButtonEventArgs.cs │ │ └── MouseEventArgs.cs │ ├── ExxoToVanillaUIAdapter.cs │ ├── ExxoUIElement.cs │ ├── FakeEventTarget.cs │ ├── SnapNode.cs │ ├── Structs │ │ ├── EdgeInsets.cs │ │ └── UIDimension.cs │ ├── TerrariaExtensions.cs │ └── VanillaToExxoUIAdapter.cs ├── PotionSlots │ ├── PotionSlotUIState.cs │ └── PotionsSlots.cs ├── StaminaBar.cs ├── StatDisplay │ ├── StatDisplayExchange.cs │ ├── StatDisplayInterfaceLayer.cs │ ├── StatDisplayUIState.cs │ └── StatDisplayUIThing.cs ├── UIDefinitions.cs ├── UIImageButtonCustom.cs ├── UIListGrid.cs └── UITextCustom.cs ├── Walls ├── AshWall.cs ├── AshWall.png ├── BasaltPillarWall.cs ├── BasaltPillarWall.png ├── BismuthBrickWall.cs ├── BismuthBrickWall.png ├── BlastedStoneWall.cs ├── BlastedStoneWall.png ├── BleachedEbonyFence.cs ├── BleachedEbonyFence.png ├── BleachedEbonyWall.cs ├── BleachedEbonyWall.png ├── BronzeBrickWall.cs ├── BronzeBrickWall.png ├── BronzePlatingWall.cs ├── BronzePlatingWall.png ├── BrownStainedGlass.cs ├── BrownStainedGlass.png ├── ContagionBoilWall.cs ├── ContagionBoilWall.png ├── ContagionBoilWallUnsafe.cs ├── ContagionBoilWallUnsafe.png ├── ContagionCystWall.cs ├── ContagionCystWall.png ├── ContagionCystWallUnsafe.cs ├── ContagionCystWallUnsafe.png ├── ContagionGrassWall.cs ├── ContagionGrassWall.png ├── ContagionGrassWallSafe.cs ├── ContagionGrassWallSafe.png ├── ContagionLumpWall.cs ├── ContagionLumpWall.png ├── ContagionLumpWallUnsafe.cs ├── ContagionLumpWallUnsafe.png ├── ContagionMouldWall.cs ├── ContagionMouldWall.png ├── ContagionMouldWallUnsafe.cs ├── ContagionMouldWallUnsafe.png ├── CoughwoodFence.cs ├── CoughwoodFence.png ├── CrystalStoneWall.cs ├── CrystalStoneWall.png ├── CrystalStoneWallSafe.cs ├── CrystalStoneWallSafe.png ├── CyanStainedGlass.cs ├── CyanStainedGlass.png ├── HeartstoneBrick.cs ├── HeartstoneBrick.png ├── ImperviousBrickWall.cs ├── ImperviousBrickWall.png ├── ImperviousBrickWallBrownUnsafe.cs ├── ImperviousBrickWallBrownUnsafe.png ├── ImperviousBrickWallEctoUnsafe.cs ├── ImperviousBrickWallEctoUnsafe.png ├── ImperviousBrickWallUnsafe.cs ├── ImperviousBrickWallUnsafe.png ├── ImperviousBrickWallWhiteUnsafe.cs ├── ImperviousBrickWallWhiteUnsafe.png ├── IridiumBrickWall.cs ├── IridiumBrickWall.png ├── LimeStainedGlass.cs ├── LimeStainedGlass.png ├── LoamWall.cs ├── LoamWall.png ├── MoonWall.cs ├── MoonWall.png ├── NaquadahBrickWall.cs ├── NaquadahBrickWall.png ├── NestWall.cs ├── NestWall.png ├── NickelBrickWall.cs ├── NickelBrickWall.png ├── NickelFence.cs ├── NickelFence.png ├── OrangeBrickUnsafe.cs ├── OrangeBrickUnsafe.png ├── OrangeBrickWall.cs ├── OrangeBrickWall.png ├── OrangeSlabUnsafe.cs ├── OrangeSlabUnsafe.png ├── OrangeSlabWall.cs ├── OrangeSlabWall.png ├── OrangeTiledUnsafe.cs ├── OrangeTiledUnsafe.png ├── OrangeTiledWall.cs ├── OrangeTiledWall.png ├── OsmiumBrickWall.cs ├── OsmiumBrickWall.png ├── PeridotGemsparkWall.cs ├── PeridotGemsparkWall.png ├── PeridotGemsparkWallOff.png ├── PeridotStoneWall.cs ├── PeridotStoneWall.png ├── PeridotStoneWallUnsafe.cs ├── PeridotStoneWallUnsafe.png ├── PurpleBrickUnsafe.cs ├── PurpleBrickUnsafe.png ├── PurpleBrickWall.cs ├── PurpleBrickWall.png ├── PurpleSlabWall.cs ├── PurpleSlabWall.png ├── PurpleSlabWallUnsafe.cs ├── PurpleSlabWallUnsafe.png ├── PurpleTiledWall.cs ├── PurpleTiledWall.png ├── PurpleTiledWallUnsafe.cs ├── PurpleTiledWallUnsafe.png ├── ResistantWoodFence.cs ├── ResistantWoodFence.png ├── ResistantWoodWall.cs ├── ResistantWoodWall.png ├── RhodiumBrickWall.cs ├── RhodiumBrickWall.png ├── SavannaGrassWall.cs ├── SavannaGrassWall.png ├── SavannaGrassWallSafe.cs ├── SavannaGrassWallSafe.png ├── SepsisBlockWall.cs ├── SepsisBlockWall.png ├── SkyBrickWallUnsafe.cs ├── SkyBrickWallUnsafe.png ├── TourmalineGemsparkWall.cs ├── TourmalineGemsparkWall.png ├── TourmalineGemsparkWallOff.png ├── TourmalineStoneWall.cs ├── TourmalineStoneWall.png ├── TourmalineStoneWallUnsafe.cs ├── TourmalineStoneWallUnsafe.png ├── TuhrtlBrickWall.cs ├── TuhrtlBrickWall.png ├── TuhrtlBrickWallUnsafe.cs ├── TuhrtlBrickWallUnsafe.png ├── TwilightWall.cs ├── TwilightWall.png ├── VoltBrickWall.cs ├── VoltBrickWall.png ├── YellowBrickUnsafe.cs ├── YellowBrickUnsafe.png ├── YellowBrickWall.cs ├── YellowBrickWall.png ├── YellowSlabWall.cs ├── YellowSlabWall.png ├── YellowSlabWallUnsafe.cs ├── YellowSlabWallUnsafe.png ├── YellowTiledWall.cs ├── YellowTiledWall.png ├── YellowTiledWallUnsafe.cs ├── YellowTiledWallUnsafe.png ├── ZincBrickWall.cs ├── ZincBrickWall.png ├── ZirconGemsparkWall.cs ├── ZirconGemsparkWall.png ├── ZirconGemsparkWallOff.png ├── ZirconStoneWall.cs ├── ZirconStoneWall.png ├── ZirconStoneWallUnsafe.cs └── ZirconStoneWallUnsafe.png ├── Waters ├── CaesiumBlastplainsRain.png ├── CaesiumBlastplainsWaterStyle.cs ├── CaesiumBlastplainsWaterStyle.png ├── CaesiumBlastplainsWaterStyle_Block.png ├── CaesiumBlastplainsWaterStyle_Slope.png ├── CaesiumBlastplainsWaterfallStyle.cs ├── CaesiumBlastplainsWaterfallStyle.png ├── ContagionRain.png ├── ContagionWaterStyle.cs ├── ContagionWaterStyle.png ├── ContagionWaterStyle_Block.png ├── ContagionWaterStyle_Slope.png ├── ContagionWaterfallStyle.cs ├── ContagionWaterfallStyle.png ├── CoolGemsparkWaterfallStyle.cs ├── CoolGemsparkWaterfallStyle.png ├── DarkMatterRain.png ├── DarkMatterWaterStyle.cs ├── DarkMatterWaterStyle.png ├── DarkMatterWaterStyle_Block.png ├── DarkMatterWaterStyle_Slope.png ├── DarkMatterWaterfallStyle.cs ├── DarkMatterWaterfallStyle.png ├── PeridotWaterfallStyle.cs ├── PeridotWaterfallStyle.png ├── PhantomOvergrowthWaterStyle.cs ├── PhantomOvergrowthWaterStyle.png ├── PhantomOvergrowthWaterStyle_Block.png ├── PhantomOvergrowthWaterStyle_Slope.png ├── PhantomOvergrowthWaterfallStyle.cs ├── PhantomOvergrowthWaterfallStyle.png ├── PhantomRain.png ├── TourmalineWaterfallStyle.cs ├── TourmalineWaterfallStyle.png ├── TropicsRain.png ├── TropicsWaterStyle.cs ├── TropicsWaterStyle.png ├── TropicsWaterStyle_Block.png ├── TropicsWaterStyle_Slope.png ├── TropicsWaterfallStyle.cs ├── TropicsWaterfallStyle.png ├── WarmGemsparkWaterfallStyle.cs ├── WarmGemsparkWaterfallStyle.png ├── ZirconWaterfallStyle.cs └── ZirconWaterfallStyle.png ├── WorldGeneration ├── Biomes │ ├── Basalt.cs │ ├── CrystalMines.cs │ └── CrystalMinesHouseBiome.cs ├── Enums │ ├── WorldEvil.cs │ └── WorldJungle.cs ├── GenSystem.cs ├── Helpers │ ├── ConversionHelper.cs │ └── VinesHelper.cs ├── Passes │ ├── AvalonReset.cs │ ├── AvalonStalac.cs │ ├── Contagion.cs │ ├── ContagionVines.cs │ ├── CrystalMinesPass.cs │ ├── Ectovines.cs │ ├── GemStuff.cs │ ├── IckyAltars.cs │ ├── ManaCrystals.cs │ ├── MoreDungeonChests.cs │ ├── OreGenPreHardmode.cs │ ├── ReplaceChestItems.cs │ ├── ReplacePass.cs │ ├── Savanna.cs │ ├── SavannaVines.cs │ ├── ShortGrass.cs │ ├── Shrines.cs │ ├── SkyClouds.cs │ └── Underworld.cs ├── Structures │ ├── ChainedArrayBuilder.cs │ ├── EvilShrine.cs │ ├── HellCastle.cs │ ├── IceShrine.cs │ ├── LavaOcean.cs │ ├── LavaShrine.cs │ ├── LeafTrap.cs │ ├── Nest.cs │ ├── SavannaHouseBuilder.cs │ ├── SavannaSanctum.cs │ ├── SkyFortress.cs │ ├── SkyFortressArrays.cs │ └── TuhrtlOutpost.cs ├── Utils.cs └── secretSeeds │ ├── cavesWorldGen.cs │ ├── retroWorldGen.cs │ └── secretSeedSystem.cs ├── credits.txt ├── description.txt ├── icon.png ├── icon_small.png └── icon_workshop.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/.gitignore -------------------------------------------------------------------------------- /Achievements/Ach_Gems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Achievements/Ach_Gems.cs -------------------------------------------------------------------------------- /Achievements/Ach_Gems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Achievements/Ach_Gems.png -------------------------------------------------------------------------------- /Achievements/Ach_Rock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Achievements/Ach_Rock.cs -------------------------------------------------------------------------------- /Achievements/Ach_Rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Achievements/Ach_Rock.png -------------------------------------------------------------------------------- /Achievements/Ach_Safe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Achievements/Ach_Safe.cs -------------------------------------------------------------------------------- /Achievements/Ach_Safe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Achievements/Ach_Safe.png -------------------------------------------------------------------------------- /Assets/Shaders/AquaDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Assets/Shaders/AquaDye.png -------------------------------------------------------------------------------- /Assets/Shaders/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Assets/Shaders/Gradient.png -------------------------------------------------------------------------------- /Assets/Shaders/Noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Assets/Shaders/Noise.png -------------------------------------------------------------------------------- /Assets/Textures/Sparkly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Assets/Textures/Sparkly.png -------------------------------------------------------------------------------- /Assets/add later.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Assets/add later.png -------------------------------------------------------------------------------- /Backgrounds/Caesium1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium1.png -------------------------------------------------------------------------------- /Backgrounds/Caesium10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium10.png -------------------------------------------------------------------------------- /Backgrounds/Caesium11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium11.png -------------------------------------------------------------------------------- /Backgrounds/Caesium12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium12.png -------------------------------------------------------------------------------- /Backgrounds/Caesium13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium13.png -------------------------------------------------------------------------------- /Backgrounds/Caesium14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium14.png -------------------------------------------------------------------------------- /Backgrounds/Caesium2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium2.png -------------------------------------------------------------------------------- /Backgrounds/Caesium3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium3.png -------------------------------------------------------------------------------- /Backgrounds/Caesium4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium4.png -------------------------------------------------------------------------------- /Backgrounds/Caesium5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium5.png -------------------------------------------------------------------------------- /Backgrounds/Caesium6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium6.png -------------------------------------------------------------------------------- /Backgrounds/Caesium7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium7.png -------------------------------------------------------------------------------- /Backgrounds/Caesium8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium8.png -------------------------------------------------------------------------------- /Backgrounds/Caesium9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Backgrounds/Caesium9.png -------------------------------------------------------------------------------- /Biomes/AshenOvergrowth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/AshenOvergrowth.cs -------------------------------------------------------------------------------- /Biomes/CaesiumSeeker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/CaesiumSeeker.png -------------------------------------------------------------------------------- /Biomes/Contagion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/Contagion.cs -------------------------------------------------------------------------------- /Biomes/ContagionDesert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/ContagionDesert.cs -------------------------------------------------------------------------------- /Biomes/Contagion_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/Contagion_Icon.png -------------------------------------------------------------------------------- /Biomes/DarkMatter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/DarkMatter.cs -------------------------------------------------------------------------------- /Biomes/DarkMatter_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/DarkMatter_Icon.png -------------------------------------------------------------------------------- /Biomes/DungeonAltColors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/DungeonAltColors.cs -------------------------------------------------------------------------------- /Biomes/FlightCandleBiome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/FlightCandleBiome.cs -------------------------------------------------------------------------------- /Biomes/FrightCandleBiome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/FrightCandleBiome.cs -------------------------------------------------------------------------------- /Biomes/Hellcastle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/Hellcastle.cs -------------------------------------------------------------------------------- /Biomes/Hellcastle_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/Hellcastle_Icon.png -------------------------------------------------------------------------------- /Biomes/IceCandleBiome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/IceCandleBiome.cs -------------------------------------------------------------------------------- /Biomes/MightCandleBiome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/MightCandleBiome.cs -------------------------------------------------------------------------------- /Biomes/NearHellcastle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/NearHellcastle.cs -------------------------------------------------------------------------------- /Biomes/NightCandleBiome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/NightCandleBiome.cs -------------------------------------------------------------------------------- /Biomes/Savanna.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/Savanna.cs -------------------------------------------------------------------------------- /Biomes/SightCandleBiome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/SightCandleBiome.cs -------------------------------------------------------------------------------- /Biomes/SkyFortress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/SkyFortress.cs -------------------------------------------------------------------------------- /Biomes/Tropics_Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/Tropics_Icon.png -------------------------------------------------------------------------------- /Biomes/TuhrtlOutpost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Biomes/TuhrtlOutpost.cs -------------------------------------------------------------------------------- /Buffs/ArmorPenetration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/ArmorPenetration.cs -------------------------------------------------------------------------------- /Buffs/ArmorPenetration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/ArmorPenetration.png -------------------------------------------------------------------------------- /Buffs/AstralProjecting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/AstralProjecting.cs -------------------------------------------------------------------------------- /Buffs/AstralProjecting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/AstralProjecting.png -------------------------------------------------------------------------------- /Buffs/BacteriaInfection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BacteriaInfection.cs -------------------------------------------------------------------------------- /Buffs/BacteriaInfection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BacteriaInfection.png -------------------------------------------------------------------------------- /Buffs/BacterialEndurance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BacterialEndurance.cs -------------------------------------------------------------------------------- /Buffs/BasaltObeliskBuff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BasaltObeliskBuff.cs -------------------------------------------------------------------------------- /Buffs/BasaltObeliskBuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BasaltObeliskBuff.png -------------------------------------------------------------------------------- /Buffs/BenevolentWard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BenevolentWard.cs -------------------------------------------------------------------------------- /Buffs/BenevolentWard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BenevolentWard.png -------------------------------------------------------------------------------- /Buffs/Berserk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Berserk.cs -------------------------------------------------------------------------------- /Buffs/Berserk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Berserk.png -------------------------------------------------------------------------------- /Buffs/Blah.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Blah.cs -------------------------------------------------------------------------------- /Buffs/Blah.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Blah.png -------------------------------------------------------------------------------- /Buffs/BloodCast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BloodCast.cs -------------------------------------------------------------------------------- /Buffs/BloodCast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/BloodCast.png -------------------------------------------------------------------------------- /Buffs/Clover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Clover.cs -------------------------------------------------------------------------------- /Buffs/Clover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Clover.png -------------------------------------------------------------------------------- /Buffs/CobaltEndurance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/CobaltEndurance.cs -------------------------------------------------------------------------------- /Buffs/CobaltEndurance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/CobaltEndurance.png -------------------------------------------------------------------------------- /Buffs/CrimsonDrain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/CrimsonDrain.cs -------------------------------------------------------------------------------- /Buffs/CrimsonDrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/CrimsonDrain.png -------------------------------------------------------------------------------- /Buffs/Deadeye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Deadeye.cs -------------------------------------------------------------------------------- /Buffs/Deadeye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Deadeye.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Coalesced.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Coalesced.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Coalesced.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Coalesced.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Lacerated.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Lacerated.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Lacerated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Lacerated.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Malaria.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Malaria.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Malaria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Malaria.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Pathogen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Pathogen.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Pathogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Pathogen.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Scrambled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Scrambled.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Scrambled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Scrambled.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Sticky.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Sticky.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Sticky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Sticky.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Toxic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Toxic.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Toxic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Toxic.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Wormed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Wormed.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Wormed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Debuffs/Wormed.png -------------------------------------------------------------------------------- /Buffs/Dupe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Dupe.cs -------------------------------------------------------------------------------- /Buffs/Dupe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Dupe.png -------------------------------------------------------------------------------- /Buffs/Fledgling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Fledgling.cs -------------------------------------------------------------------------------- /Buffs/Fledgling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Fledgling.png -------------------------------------------------------------------------------- /Buffs/ForceField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/ForceField.cs -------------------------------------------------------------------------------- /Buffs/ForceField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/ForceField.png -------------------------------------------------------------------------------- /Buffs/Fury.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Fury.cs -------------------------------------------------------------------------------- /Buffs/Fury.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Fury.png -------------------------------------------------------------------------------- /Buffs/GPS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/GPS.cs -------------------------------------------------------------------------------- /Buffs/GPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/GPS.png -------------------------------------------------------------------------------- /Buffs/Gambler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Gambler.cs -------------------------------------------------------------------------------- /Buffs/Gambler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Gambler.png -------------------------------------------------------------------------------- /Buffs/Gauntlet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Gauntlet.cs -------------------------------------------------------------------------------- /Buffs/Gauntlet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Gauntlet.png -------------------------------------------------------------------------------- /Buffs/Heartsick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Heartsick.cs -------------------------------------------------------------------------------- /Buffs/Heartsick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Heartsick.png -------------------------------------------------------------------------------- /Buffs/ImbuePathogen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/ImbuePathogen.cs -------------------------------------------------------------------------------- /Buffs/ImbuePathogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/ImbuePathogen.png -------------------------------------------------------------------------------- /Buffs/Leaping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Leaping.cs -------------------------------------------------------------------------------- /Buffs/Leaping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Leaping.png -------------------------------------------------------------------------------- /Buffs/Magnet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Magnet.cs -------------------------------------------------------------------------------- /Buffs/Magnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Magnet.png -------------------------------------------------------------------------------- /Buffs/Ninja.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Ninja.cs -------------------------------------------------------------------------------- /Buffs/Ninja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Ninja.png -------------------------------------------------------------------------------- /Buffs/Pets/Bacterium.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Pets/Bacterium.cs -------------------------------------------------------------------------------- /Buffs/Pets/Bacterium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Pets/Bacterium.png -------------------------------------------------------------------------------- /Buffs/Pets/SnotOrb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Pets/SnotOrb.cs -------------------------------------------------------------------------------- /Buffs/Pets/SnotOrb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Pets/SnotOrb.png -------------------------------------------------------------------------------- /Buffs/Rejuvenation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Rejuvenation.cs -------------------------------------------------------------------------------- /Buffs/Rejuvenation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Rejuvenation.png -------------------------------------------------------------------------------- /Buffs/Rogue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Rogue.cs -------------------------------------------------------------------------------- /Buffs/Rogue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Rogue.png -------------------------------------------------------------------------------- /Buffs/Shadows.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Shadows.cs -------------------------------------------------------------------------------- /Buffs/Shadows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Shadows.png -------------------------------------------------------------------------------- /Buffs/Shockwave.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Shockwave.cs -------------------------------------------------------------------------------- /Buffs/Shockwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Shockwave.png -------------------------------------------------------------------------------- /Buffs/SkyBlessing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/SkyBlessing.cs -------------------------------------------------------------------------------- /Buffs/SkyBlessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/SkyBlessing.png -------------------------------------------------------------------------------- /Buffs/SpectrumBlur.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/SpectrumBlur.cs -------------------------------------------------------------------------------- /Buffs/SpectrumBlur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/SpectrumBlur.png -------------------------------------------------------------------------------- /Buffs/Starbright.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Starbright.cs -------------------------------------------------------------------------------- /Buffs/Starbright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Starbright.png -------------------------------------------------------------------------------- /Buffs/StingerProbe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/StingerProbe.cs -------------------------------------------------------------------------------- /Buffs/StingerProbe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/StingerProbe.png -------------------------------------------------------------------------------- /Buffs/Strong.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Strong.cs -------------------------------------------------------------------------------- /Buffs/Strong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Strong.png -------------------------------------------------------------------------------- /Buffs/Supersonic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Supersonic.cs -------------------------------------------------------------------------------- /Buffs/Supersonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Supersonic.png -------------------------------------------------------------------------------- /Buffs/TimeShift.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/TimeShift.cs -------------------------------------------------------------------------------- /Buffs/TimeShift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/TimeShift.png -------------------------------------------------------------------------------- /Buffs/Titanskin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Titanskin.cs -------------------------------------------------------------------------------- /Buffs/Titanskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Titanskin.png -------------------------------------------------------------------------------- /Buffs/Vision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Vision.cs -------------------------------------------------------------------------------- /Buffs/Vision.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Vision.png -------------------------------------------------------------------------------- /Buffs/Wisdom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Wisdom.cs -------------------------------------------------------------------------------- /Buffs/Wisdom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/Wisdom.png -------------------------------------------------------------------------------- /Buffs/XanthophyteTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Buffs/XanthophyteTree.cs -------------------------------------------------------------------------------- /ClassExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/ClassExtensions.cs -------------------------------------------------------------------------------- /Common/AvalonConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/AvalonConfig.cs -------------------------------------------------------------------------------- /Common/AvalonMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/AvalonMenu.cs -------------------------------------------------------------------------------- /Common/AvalonMobDrops.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/AvalonMobDrops.cs -------------------------------------------------------------------------------- /Common/AvalonTileData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/AvalonTileData.cs -------------------------------------------------------------------------------- /Common/AvalonUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/AvalonUtils.cs -------------------------------------------------------------------------------- /Common/AvalonWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/AvalonWorld.cs -------------------------------------------------------------------------------- /Common/BiomeEffects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/BiomeEffects.cs -------------------------------------------------------------------------------- /Common/ContagionWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/ContagionWorld.cs -------------------------------------------------------------------------------- /Common/Easings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/Easings.cs -------------------------------------------------------------------------------- /Common/ModHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/ModHook.cs -------------------------------------------------------------------------------- /Common/TileMerge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/TileMerge.cs -------------------------------------------------------------------------------- /Common/TimeUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/TimeUtils.cs -------------------------------------------------------------------------------- /Common/TropicsWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Common/TropicsWorld.cs -------------------------------------------------------------------------------- /Data/HerbologyData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/HerbologyData.cs -------------------------------------------------------------------------------- /Data/Sets/BuffSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/Sets/BuffSets.cs -------------------------------------------------------------------------------- /Data/Sets/ItemSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/Sets/ItemSets.cs -------------------------------------------------------------------------------- /Data/Sets/NPCSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/Sets/NPCSets.cs -------------------------------------------------------------------------------- /Data/Sets/RecipeSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/Sets/RecipeSets.cs -------------------------------------------------------------------------------- /Data/Sets/TileSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/Sets/TileSets.cs -------------------------------------------------------------------------------- /Data/Sets/WallSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Data/Sets/WallSets.cs -------------------------------------------------------------------------------- /DropConditions/Invert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/DropConditions/Invert.cs -------------------------------------------------------------------------------- /Dusts/AnchorWormDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/AnchorWormDust.cs -------------------------------------------------------------------------------- /Dusts/AnchorWormDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/AnchorWormDust.png -------------------------------------------------------------------------------- /Dusts/AncientSandDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/AncientSandDust.cs -------------------------------------------------------------------------------- /Dusts/BismuthDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BismuthDust.cs -------------------------------------------------------------------------------- /Dusts/BismuthDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BismuthDust.png -------------------------------------------------------------------------------- /Dusts/BoltstoneDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BoltstoneDust.cs -------------------------------------------------------------------------------- /Dusts/BoltstoneDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BoltstoneDust.png -------------------------------------------------------------------------------- /Dusts/BrimstoneDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BrimstoneDust.cs -------------------------------------------------------------------------------- /Dusts/BrimstoneDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BrimstoneDust.png -------------------------------------------------------------------------------- /Dusts/BronzeDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BronzeDust.cs -------------------------------------------------------------------------------- /Dusts/BronzeDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BronzeDust.png -------------------------------------------------------------------------------- /Dusts/BrownTorchDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BrownTorchDust.cs -------------------------------------------------------------------------------- /Dusts/BrownTorchDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/BrownTorchDust.png -------------------------------------------------------------------------------- /Dusts/CaesiumDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CaesiumDust.cs -------------------------------------------------------------------------------- /Dusts/CaesiumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CaesiumDust.png -------------------------------------------------------------------------------- /Dusts/CaesiumLavaDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CaesiumLavaDust.cs -------------------------------------------------------------------------------- /Dusts/ContagionDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ContagionDust.cs -------------------------------------------------------------------------------- /Dusts/ContagionDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ContagionDust.png -------------------------------------------------------------------------------- /Dusts/ContagionPowder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ContagionPowder.cs -------------------------------------------------------------------------------- /Dusts/ContagionSpray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ContagionSpray.cs -------------------------------------------------------------------------------- /Dusts/ContagionSpray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ContagionSpray.png -------------------------------------------------------------------------------- /Dusts/CoughwoodDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CoughwoodDust.cs -------------------------------------------------------------------------------- /Dusts/CoughwoodDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CoughwoodDust.png -------------------------------------------------------------------------------- /Dusts/CrystalDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CrystalDust.cs -------------------------------------------------------------------------------- /Dusts/CrystalDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CrystalDust.png -------------------------------------------------------------------------------- /Dusts/CyanTorchDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CyanTorchDust.cs -------------------------------------------------------------------------------- /Dusts/CyanTorchDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/CyanTorchDust.png -------------------------------------------------------------------------------- /Dusts/DarkMatterDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/DarkMatterDust.cs -------------------------------------------------------------------------------- /Dusts/DarkMatterDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/DarkMatterDust.png -------------------------------------------------------------------------------- /Dusts/DroneDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/DroneDust.cs -------------------------------------------------------------------------------- /Dusts/DroneDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/DroneDust.png -------------------------------------------------------------------------------- /Dusts/DurataniumDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/DurataniumDust.cs -------------------------------------------------------------------------------- /Dusts/DurataniumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/DurataniumDust.png -------------------------------------------------------------------------------- /Dusts/HeartstoneDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/HeartstoneDust.cs -------------------------------------------------------------------------------- /Dusts/HeartstoneDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/HeartstoneDust.png -------------------------------------------------------------------------------- /Dusts/IceBeamDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/IceBeamDust.cs -------------------------------------------------------------------------------- /Dusts/IceBeamDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/IceBeamDust.png -------------------------------------------------------------------------------- /Dusts/IridiumDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/IridiumDust.cs -------------------------------------------------------------------------------- /Dusts/IridiumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/IridiumDust.png -------------------------------------------------------------------------------- /Dusts/JunglePetalDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/JunglePetalDust.cs -------------------------------------------------------------------------------- /Dusts/JungleSpray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/JungleSpray.cs -------------------------------------------------------------------------------- /Dusts/JungleSpray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/JungleSpray.png -------------------------------------------------------------------------------- /Dusts/LimeTorchDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/LimeTorchDust.cs -------------------------------------------------------------------------------- /Dusts/LimeTorchDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/LimeTorchDust.png -------------------------------------------------------------------------------- /Dusts/MoonwareDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/MoonwareDust.cs -------------------------------------------------------------------------------- /Dusts/MoonwareDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/MoonwareDust.png -------------------------------------------------------------------------------- /Dusts/MosquitoDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/MosquitoDust.cs -------------------------------------------------------------------------------- /Dusts/MosquitoDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/MosquitoDust.png -------------------------------------------------------------------------------- /Dusts/NaquadahDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/NaquadahDust.cs -------------------------------------------------------------------------------- /Dusts/NaquadahDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/NaquadahDust.png -------------------------------------------------------------------------------- /Dusts/NickelDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/NickelDust.cs -------------------------------------------------------------------------------- /Dusts/NickelDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/NickelDust.png -------------------------------------------------------------------------------- /Dusts/OsmiumDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/OsmiumDust.cs -------------------------------------------------------------------------------- /Dusts/OsmiumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/OsmiumDust.png -------------------------------------------------------------------------------- /Dusts/PathogenDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PathogenDust.cs -------------------------------------------------------------------------------- /Dusts/PathogenDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PathogenDust.png -------------------------------------------------------------------------------- /Dusts/PeridotDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PeridotDust.cs -------------------------------------------------------------------------------- /Dusts/PeridotDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PeridotDust.png -------------------------------------------------------------------------------- /Dusts/PhantomLavaDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PhantomLavaDust.cs -------------------------------------------------------------------------------- /Dusts/PhantoplasmDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PhantoplasmDust.cs -------------------------------------------------------------------------------- /Dusts/PointingDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PointingDust.cs -------------------------------------------------------------------------------- /Dusts/PointingDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/PointingDust.png -------------------------------------------------------------------------------- /Dusts/RhodiumDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/RhodiumDust.cs -------------------------------------------------------------------------------- /Dusts/RhodiumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/RhodiumDust.png -------------------------------------------------------------------------------- /Dusts/SavannaLavaDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SavannaLavaDust.cs -------------------------------------------------------------------------------- /Dusts/SnotsandDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SnotsandDust.cs -------------------------------------------------------------------------------- /Dusts/SnotsandDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SnotsandDust.png -------------------------------------------------------------------------------- /Dusts/SoulofBlight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofBlight.cs -------------------------------------------------------------------------------- /Dusts/SoulofBlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofBlight.png -------------------------------------------------------------------------------- /Dusts/SoulofDelight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofDelight.cs -------------------------------------------------------------------------------- /Dusts/SoulofDelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofDelight.png -------------------------------------------------------------------------------- /Dusts/SoulofFlight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofFlight.cs -------------------------------------------------------------------------------- /Dusts/SoulofFlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofFlight.png -------------------------------------------------------------------------------- /Dusts/SoulofFright.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofFright.cs -------------------------------------------------------------------------------- /Dusts/SoulofFright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofFright.png -------------------------------------------------------------------------------- /Dusts/SoulofHumidity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofHumidity.cs -------------------------------------------------------------------------------- /Dusts/SoulofHumidity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofHumidity.png -------------------------------------------------------------------------------- /Dusts/SoulofLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofLight.cs -------------------------------------------------------------------------------- /Dusts/SoulofLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofLight.png -------------------------------------------------------------------------------- /Dusts/SoulofMight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofMight.cs -------------------------------------------------------------------------------- /Dusts/SoulofMight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofMight.png -------------------------------------------------------------------------------- /Dusts/SoulofNight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofNight.cs -------------------------------------------------------------------------------- /Dusts/SoulofNight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofNight.png -------------------------------------------------------------------------------- /Dusts/SoulofSight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofSight.cs -------------------------------------------------------------------------------- /Dusts/SoulofSight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofSight.png -------------------------------------------------------------------------------- /Dusts/SoulofTorture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofTorture.cs -------------------------------------------------------------------------------- /Dusts/SoulofTorture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SoulofTorture.png -------------------------------------------------------------------------------- /Dusts/StarstoneDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/StarstoneDust.cs -------------------------------------------------------------------------------- /Dusts/StarstoneDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/StarstoneDust.png -------------------------------------------------------------------------------- /Dusts/SunsShadowDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SunsShadowDust.cs -------------------------------------------------------------------------------- /Dusts/SunsShadowDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/SunsShadowDust.png -------------------------------------------------------------------------------- /Dusts/TourmalineDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TourmalineDust.cs -------------------------------------------------------------------------------- /Dusts/TourmalineDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TourmalineDust.png -------------------------------------------------------------------------------- /Dusts/ToxinDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ToxinDust.cs -------------------------------------------------------------------------------- /Dusts/ToxinDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ToxinDust.png -------------------------------------------------------------------------------- /Dusts/TropicalDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TropicalDust.cs -------------------------------------------------------------------------------- /Dusts/TropicalDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TropicalDust.png -------------------------------------------------------------------------------- /Dusts/TropicalMudDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TropicalMudDust.cs -------------------------------------------------------------------------------- /Dusts/TroxiniumDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TroxiniumDust.cs -------------------------------------------------------------------------------- /Dusts/TroxiniumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/TroxiniumDust.png -------------------------------------------------------------------------------- /Dusts/VisionPotion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/VisionPotion.cs -------------------------------------------------------------------------------- /Dusts/VisionPotion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/VisionPotion.png -------------------------------------------------------------------------------- /Dusts/VomitWaterDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/VomitWaterDust.cs -------------------------------------------------------------------------------- /Dusts/VomitWaterDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/VomitWaterDust.png -------------------------------------------------------------------------------- /Dusts/YellowIceDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/YellowIceDust.cs -------------------------------------------------------------------------------- /Dusts/YellowIceDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/YellowIceDust.png -------------------------------------------------------------------------------- /Dusts/ZincDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ZincDust.cs -------------------------------------------------------------------------------- /Dusts/ZincDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ZincDust.png -------------------------------------------------------------------------------- /Dusts/ZirconDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ZirconDust.cs -------------------------------------------------------------------------------- /Dusts/ZirconDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Dusts/ZirconDust.png -------------------------------------------------------------------------------- /Effects/AdditiveColor.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/AdditiveColor.fx -------------------------------------------------------------------------------- /Effects/AetheriumDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/AetheriumDye.fx -------------------------------------------------------------------------------- /Effects/AetheriumDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/AetheriumDye.xnb -------------------------------------------------------------------------------- /Effects/AquaDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/AquaDye.fx -------------------------------------------------------------------------------- /Effects/AquaDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/AquaDye.xnb -------------------------------------------------------------------------------- /Effects/BerserkerDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/BerserkerDye.fx -------------------------------------------------------------------------------- /Effects/BerserkerDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/BerserkerDye.xnb -------------------------------------------------------------------------------- /Effects/BlahDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/BlahDye.fx -------------------------------------------------------------------------------- /Effects/BlahDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/BlahDye.xnb -------------------------------------------------------------------------------- /Effects/BlurDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/BlurDye.fx -------------------------------------------------------------------------------- /Effects/BlurDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/BlurDye.xnb -------------------------------------------------------------------------------- /Effects/ChunkstoneDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/ChunkstoneDye.fx -------------------------------------------------------------------------------- /Effects/CloudyDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/CloudyDye.fx -------------------------------------------------------------------------------- /Effects/CloudyDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/CloudyDye.xnb -------------------------------------------------------------------------------- /Effects/CrimstoneDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/CrimstoneDye.fx -------------------------------------------------------------------------------- /Effects/CrimstoneDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/CrimstoneDye.xnb -------------------------------------------------------------------------------- /Effects/DarkMatterSky.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/DarkMatterSky.cs -------------------------------------------------------------------------------- /Effects/EbonstoneDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/EbonstoneDye.fx -------------------------------------------------------------------------------- /Effects/EbonstoneDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/EbonstoneDye.xnb -------------------------------------------------------------------------------- /Effects/EchoDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/EchoDye.fx -------------------------------------------------------------------------------- /Effects/EchoDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/EchoDye.xnb -------------------------------------------------------------------------------- /Effects/HighVisDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/HighVisDye.fx -------------------------------------------------------------------------------- /Effects/HighVisDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/HighVisDye.xnb -------------------------------------------------------------------------------- /Effects/IchorDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/IchorDye.fx -------------------------------------------------------------------------------- /Effects/IchorDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/IchorDye.xnb -------------------------------------------------------------------------------- /Effects/IlluminantDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/IlluminantDye.fx -------------------------------------------------------------------------------- /Effects/LavaDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/LavaDye.fx -------------------------------------------------------------------------------- /Effects/LavaDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/LavaDye.xnb -------------------------------------------------------------------------------- /Effects/PathogenDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/PathogenDye.fx -------------------------------------------------------------------------------- /Effects/PathogenDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/PathogenDye.xnb -------------------------------------------------------------------------------- /Effects/PixelChange.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/PixelChange.fx -------------------------------------------------------------------------------- /Effects/PixelChange.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/PixelChange.xnb -------------------------------------------------------------------------------- /Effects/ShimmerDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/ShimmerDye.fx -------------------------------------------------------------------------------- /Effects/ShimmerDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/ShimmerDye.xnb -------------------------------------------------------------------------------- /Effects/StoneDye.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/StoneDye.fx -------------------------------------------------------------------------------- /Effects/StoneDye.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/StoneDye.xnb -------------------------------------------------------------------------------- /Effects/WOSLaser.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/WOSLaser.fx -------------------------------------------------------------------------------- /Effects/WOSLaser.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Effects/WOSLaser.xnb -------------------------------------------------------------------------------- /Emotes/ContagionEmote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Emotes/ContagionEmote.cs -------------------------------------------------------------------------------- /Emotes/LibrarianEmote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Emotes/LibrarianEmote.cs -------------------------------------------------------------------------------- /Emotes/StaminaEmote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Emotes/StaminaEmote.cs -------------------------------------------------------------------------------- /Emotes/StaminaEmote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Emotes/StaminaEmote.png -------------------------------------------------------------------------------- /ExxoAvalonOrigins.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/ExxoAvalonOrigins.cs -------------------------------------------------------------------------------- /ExxoAvalonOrigins.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/ExxoAvalonOrigins.csproj -------------------------------------------------------------------------------- /ExxoAvalonOrigins.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/ExxoAvalonOrigins.sln -------------------------------------------------------------------------------- /Gores/Bactus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Bactus.png -------------------------------------------------------------------------------- /Gores/Bactus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Bactus2.png -------------------------------------------------------------------------------- /Gores/Bactus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Bactus3.png -------------------------------------------------------------------------------- /Gores/BactusMinion1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BactusMinion1.png -------------------------------------------------------------------------------- /Gores/BactusMinion2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BactusMinion2.png -------------------------------------------------------------------------------- /Gores/BactusMinion3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BactusMinion3.png -------------------------------------------------------------------------------- /Gores/BactusMinion4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BactusMinion4.png -------------------------------------------------------------------------------- /Gores/BloodshotEye1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BloodshotEye1.png -------------------------------------------------------------------------------- /Gores/BloodshotEye2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BloodshotEye2.png -------------------------------------------------------------------------------- /Gores/BloodshotEye3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BloodshotEye3.png -------------------------------------------------------------------------------- /Gores/BoneFishHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BoneFishHead.png -------------------------------------------------------------------------------- /Gores/BoneFishTail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/BoneFishTail.png -------------------------------------------------------------------------------- /Gores/Bubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Bubble.cs -------------------------------------------------------------------------------- /Gores/Bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Bubble.png -------------------------------------------------------------------------------- /Gores/Cougher1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Cougher1.png -------------------------------------------------------------------------------- /Gores/Cougher2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Cougher2.png -------------------------------------------------------------------------------- /Gores/Cougher3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Cougher3.png -------------------------------------------------------------------------------- /Gores/CursedFlamer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/CursedFlamer1.png -------------------------------------------------------------------------------- /Gores/CursedFlamer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/CursedFlamer2.png -------------------------------------------------------------------------------- /Gores/CursedFlamer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/CursedFlamer3.png -------------------------------------------------------------------------------- /Gores/DesertBeakBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/DesertBeakBody.png -------------------------------------------------------------------------------- /Gores/DesertBeakHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/DesertBeakHead.png -------------------------------------------------------------------------------- /Gores/DesertBeakWing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/DesertBeakWing.png -------------------------------------------------------------------------------- /Gores/DesertTalon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/DesertTalon1.png -------------------------------------------------------------------------------- /Gores/DesertTalon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/DesertTalon2.png -------------------------------------------------------------------------------- /Gores/DesertTalon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/DesertTalon3.png -------------------------------------------------------------------------------- /Gores/FrogGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/FrogGore1.png -------------------------------------------------------------------------------- /Gores/FrogGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/FrogGore2.png -------------------------------------------------------------------------------- /Gores/FrogGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/FrogGore3.png -------------------------------------------------------------------------------- /Gores/GargoyleGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GargoyleGore3.png -------------------------------------------------------------------------------- /Gores/GargoyleGore4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GargoyleGore4.png -------------------------------------------------------------------------------- /Gores/GargoyleGore5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GargoyleGore5.png -------------------------------------------------------------------------------- /Gores/GargoyleHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GargoyleHead.png -------------------------------------------------------------------------------- /Gores/GargoyleWing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GargoyleWing.png -------------------------------------------------------------------------------- /Gores/GlacierChunk1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierChunk1.cs -------------------------------------------------------------------------------- /Gores/GlacierChunk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierChunk1.png -------------------------------------------------------------------------------- /Gores/GlacierChunk2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierChunk2.cs -------------------------------------------------------------------------------- /Gores/GlacierChunk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierChunk2.png -------------------------------------------------------------------------------- /Gores/GlacierChunk3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierChunk3.cs -------------------------------------------------------------------------------- /Gores/GlacierChunk3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierChunk3.png -------------------------------------------------------------------------------- /Gores/GlacierShard1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierShard1.cs -------------------------------------------------------------------------------- /Gores/GlacierShard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierShard1.png -------------------------------------------------------------------------------- /Gores/GlacierShard2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierShard2.cs -------------------------------------------------------------------------------- /Gores/GlacierShard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierShard2.png -------------------------------------------------------------------------------- /Gores/GlacierShard3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierShard3.cs -------------------------------------------------------------------------------- /Gores/GlacierShard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/GlacierShard3.png -------------------------------------------------------------------------------- /Gores/Gores.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Gores.cs -------------------------------------------------------------------------------- /Gores/KingStingBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/KingStingBody.png -------------------------------------------------------------------------------- /Gores/KingStingHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/KingStingHead.png -------------------------------------------------------------------------------- /Gores/KingStingWing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/KingStingWing.png -------------------------------------------------------------------------------- /Gores/LargeBubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/LargeBubble.cs -------------------------------------------------------------------------------- /Gores/LargeBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/LargeBubble.png -------------------------------------------------------------------------------- /Gores/Librarian_Arm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Librarian_Arm.png -------------------------------------------------------------------------------- /Gores/Librarian_Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Librarian_Head.png -------------------------------------------------------------------------------- /Gores/Librarian_Leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Librarian_Leg.png -------------------------------------------------------------------------------- /Gores/MimeArm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/MimeArm.png -------------------------------------------------------------------------------- /Gores/MimeHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/MimeHead.png -------------------------------------------------------------------------------- /Gores/MimeLeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/MimeLeg.png -------------------------------------------------------------------------------- /Gores/MosquitoGore0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/MosquitoGore0.png -------------------------------------------------------------------------------- /Gores/MosquitoGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/MosquitoGore1.png -------------------------------------------------------------------------------- /Gores/MosquitoWing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/MosquitoWing.png -------------------------------------------------------------------------------- /Gores/PeridotBunny1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/PeridotBunny1.png -------------------------------------------------------------------------------- /Gores/PeridotBunny2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/PeridotBunny2.png -------------------------------------------------------------------------------- /Gores/PyrasiteBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/PyrasiteBody.png -------------------------------------------------------------------------------- /Gores/PyrasiteHead.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/PyrasiteHead.cs -------------------------------------------------------------------------------- /Gores/PyrasiteHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/PyrasiteHead.png -------------------------------------------------------------------------------- /Gores/PyrasiteTail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/PyrasiteTail.png -------------------------------------------------------------------------------- /Gores/Shadlopod0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Shadlopod0.png -------------------------------------------------------------------------------- /Gores/Shadlopod1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Shadlopod1.png -------------------------------------------------------------------------------- /Gores/Shadlopod2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Shadlopod2.png -------------------------------------------------------------------------------- /Gores/Shadlopod3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Shadlopod3.png -------------------------------------------------------------------------------- /Gores/SmallBubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SmallBubble.cs -------------------------------------------------------------------------------- /Gores/SmallBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SmallBubble.png -------------------------------------------------------------------------------- /Gores/SolarSystem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SolarSystem1.png -------------------------------------------------------------------------------- /Gores/SolarSystem2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SolarSystem2.png -------------------------------------------------------------------------------- /Gores/SolarSystem3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SolarSystem3.png -------------------------------------------------------------------------------- /Gores/SolarSystem4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SolarSystem4.png -------------------------------------------------------------------------------- /Gores/SolarSystem5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SolarSystem5.png -------------------------------------------------------------------------------- /Gores/SolarSystem6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SolarSystem6.png -------------------------------------------------------------------------------- /Gores/SpewerBody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SpewerBody.png -------------------------------------------------------------------------------- /Gores/SpewerFin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SpewerFin.png -------------------------------------------------------------------------------- /Gores/SpewerFin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SpewerFin2.png -------------------------------------------------------------------------------- /Gores/SpewerHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/SpewerHead.png -------------------------------------------------------------------------------- /Gores/TropicsDroplet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/TropicsDroplet.cs -------------------------------------------------------------------------------- /Gores/TropicsDroplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/TropicsDroplet.png -------------------------------------------------------------------------------- /Gores/TropicsPotGores.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/TropicsPotGores.cs -------------------------------------------------------------------------------- /Gores/TuhrtlPotGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/TuhrtlPotGore1.png -------------------------------------------------------------------------------- /Gores/TuhrtlPotGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/TuhrtlPotGore2.png -------------------------------------------------------------------------------- /Gores/TuhrtlPotGores.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/TuhrtlPotGores.cs -------------------------------------------------------------------------------- /Gores/Viris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Viris.png -------------------------------------------------------------------------------- /Gores/Viris2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Viris2.png -------------------------------------------------------------------------------- /Gores/Viris3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Viris3.png -------------------------------------------------------------------------------- /Gores/Viris4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/Viris4.png -------------------------------------------------------------------------------- /Gores/VultureShell1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/VultureShell1.png -------------------------------------------------------------------------------- /Gores/VultureShell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/VultureShell2.png -------------------------------------------------------------------------------- /Gores/VultureShell3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/VultureShell3.png -------------------------------------------------------------------------------- /Gores/VultureShell4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/VultureShell4.png -------------------------------------------------------------------------------- /Gores/ZirconBunny1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/ZirconBunny1.png -------------------------------------------------------------------------------- /Gores/ZirconBunny2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/ZirconBunny2.png -------------------------------------------------------------------------------- /Gores/ZirconSquirrel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Gores/ZirconSquirrel.png -------------------------------------------------------------------------------- /Hooks/AIChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/AIChanges.cs -------------------------------------------------------------------------------- /Hooks/AdjTiles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/AdjTiles.cs -------------------------------------------------------------------------------- /Hooks/AmmoHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/AmmoHook.cs -------------------------------------------------------------------------------- /Hooks/BetterMidas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/BetterMidas.cs -------------------------------------------------------------------------------- /Hooks/BiomeTorch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/BiomeTorch.cs -------------------------------------------------------------------------------- /Hooks/BloodyAmulet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/BloodyAmulet.cs -------------------------------------------------------------------------------- /Hooks/BuffEffects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/BuffEffects.cs -------------------------------------------------------------------------------- /Hooks/CattailHooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/CattailHooks.cs -------------------------------------------------------------------------------- /Hooks/CollisionHooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/CollisionHooks.cs -------------------------------------------------------------------------------- /Hooks/ContagionSpread.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/ContagionSpread.cs -------------------------------------------------------------------------------- /Hooks/DeathMessages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/DeathMessages.cs -------------------------------------------------------------------------------- /Hooks/DryadTextDetour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/DryadTextDetour.cs -------------------------------------------------------------------------------- /Hooks/DungeonRework.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/DungeonRework.cs -------------------------------------------------------------------------------- /Hooks/DupePotionHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/DupePotionHook.cs -------------------------------------------------------------------------------- /Hooks/EnchantedDie.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/EnchantedDie.cs -------------------------------------------------------------------------------- /Hooks/EvilAltar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/EvilAltar.cs -------------------------------------------------------------------------------- /Hooks/ExtraHealth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/ExtraHealth.cs -------------------------------------------------------------------------------- /Hooks/ExtraMana.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/ExtraMana.cs -------------------------------------------------------------------------------- /Hooks/Extractinator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/Extractinator.cs -------------------------------------------------------------------------------- /Hooks/FishingHooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/FishingHooks.cs -------------------------------------------------------------------------------- /Hooks/GemCaves.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/GemCaves.cs -------------------------------------------------------------------------------- /Hooks/GolemBossBag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/GolemBossBag.cs -------------------------------------------------------------------------------- /Hooks/HeartPickups.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/HeartPickups.cs -------------------------------------------------------------------------------- /Hooks/HellHouses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/HellHouses.cs -------------------------------------------------------------------------------- /Hooks/HellcastleFog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/HellcastleFog.cs -------------------------------------------------------------------------------- /Hooks/HerbHooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/HerbHooks.cs -------------------------------------------------------------------------------- /Hooks/IslandHouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/IslandHouse.cs -------------------------------------------------------------------------------- /Hooks/ItemNameChange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/ItemNameChange.cs -------------------------------------------------------------------------------- /Hooks/KillTileHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/KillTileHook.cs -------------------------------------------------------------------------------- /Hooks/MapTIleEdits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/MapTIleEdits.cs -------------------------------------------------------------------------------- /Hooks/MasterSwordHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/MasterSwordHook.cs -------------------------------------------------------------------------------- /Hooks/ModCoatingEdits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/ModCoatingEdits.cs -------------------------------------------------------------------------------- /Hooks/PickPower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/PickPower.cs -------------------------------------------------------------------------------- /Hooks/PlanterBoxHooks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/PlanterBoxHooks.cs -------------------------------------------------------------------------------- /Hooks/PlayerLegFrame.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/PlayerLegFrame.cs -------------------------------------------------------------------------------- /Hooks/PrefixChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/PrefixChanges.cs -------------------------------------------------------------------------------- /Hooks/QuickHealFix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/QuickHealFix.cs -------------------------------------------------------------------------------- /Hooks/ShadowEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/ShadowEffect.cs -------------------------------------------------------------------------------- /Hooks/SpelunkerEdit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/SpelunkerEdit.cs -------------------------------------------------------------------------------- /Hooks/StalacHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/StalacHook.cs -------------------------------------------------------------------------------- /Hooks/TeamMirror.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/TeamMirror.cs -------------------------------------------------------------------------------- /Hooks/TrapCollision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/TrapCollision.cs -------------------------------------------------------------------------------- /Hooks/TrapHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/TrapHook.cs -------------------------------------------------------------------------------- /Hooks/Tropics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/Tropics.cs -------------------------------------------------------------------------------- /Hooks/UIChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/UIChanges.cs -------------------------------------------------------------------------------- /Hooks/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/Utilities.cs -------------------------------------------------------------------------------- /Hooks/VisionPotion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/VisionPotion.cs -------------------------------------------------------------------------------- /Hooks/WallWandHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/WallWandHook.cs -------------------------------------------------------------------------------- /Hooks/WindHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/WindHook.cs -------------------------------------------------------------------------------- /Hooks/WorldIconEdits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Hooks/WorldIconEdits.cs -------------------------------------------------------------------------------- /Items/Ammo/Canister.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Ammo/Canister.cs -------------------------------------------------------------------------------- /Items/Ammo/Canister.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Ammo/Canister.png -------------------------------------------------------------------------------- /Items/Ammo/IckyArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Ammo/IckyArrow.cs -------------------------------------------------------------------------------- /Items/Ammo/IckyArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Ammo/IckyArrow.png -------------------------------------------------------------------------------- /Items/Ammo/ZincBullet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Ammo/ZincBullet.cs -------------------------------------------------------------------------------- /Items/Dyes/AquaDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/AquaDye.cs -------------------------------------------------------------------------------- /Items/Dyes/AquaDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/AquaDye.png -------------------------------------------------------------------------------- /Items/Dyes/BlahDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/BlahDye.cs -------------------------------------------------------------------------------- /Items/Dyes/BlahDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/BlahDye.png -------------------------------------------------------------------------------- /Items/Dyes/BlurDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/BlurDye.cs -------------------------------------------------------------------------------- /Items/Dyes/BlurDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/BlurDye.png -------------------------------------------------------------------------------- /Items/Dyes/CloudyDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/CloudyDye.cs -------------------------------------------------------------------------------- /Items/Dyes/CloudyDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/CloudyDye.png -------------------------------------------------------------------------------- /Items/Dyes/EchoDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/EchoDye.cs -------------------------------------------------------------------------------- /Items/Dyes/EchoDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/EchoDye.png -------------------------------------------------------------------------------- /Items/Dyes/HighVisDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/HighVisDye.cs -------------------------------------------------------------------------------- /Items/Dyes/IchorDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/IchorDye.cs -------------------------------------------------------------------------------- /Items/Dyes/IchorDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/IchorDye.png -------------------------------------------------------------------------------- /Items/Dyes/LavaDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/LavaDye.cs -------------------------------------------------------------------------------- /Items/Dyes/LavaDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/LavaDye.png -------------------------------------------------------------------------------- /Items/Dyes/ShimmerDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/ShimmerDye.cs -------------------------------------------------------------------------------- /Items/Dyes/StoneDye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/StoneDye.cs -------------------------------------------------------------------------------- /Items/Dyes/StoneDye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Dyes/StoneDye.png -------------------------------------------------------------------------------- /Items/Fish/Ickfish.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Fish/Ickfish.cs -------------------------------------------------------------------------------- /Items/Fish/Ickfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Fish/Ickfish.png -------------------------------------------------------------------------------- /Items/Fish/NauSeaFish.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Fish/NauSeaFish.cs -------------------------------------------------------------------------------- /Items/Food/Blackberry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Blackberry.cs -------------------------------------------------------------------------------- /Items/Food/DarkBagel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/DarkBagel.cs -------------------------------------------------------------------------------- /Items/Food/DarkBagel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/DarkBagel.png -------------------------------------------------------------------------------- /Items/Food/Durian.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Durian.cs -------------------------------------------------------------------------------- /Items/Food/Durian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Durian.png -------------------------------------------------------------------------------- /Items/Food/Mangosteen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Mangosteen.cs -------------------------------------------------------------------------------- /Items/Food/Medlar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Medlar.cs -------------------------------------------------------------------------------- /Items/Food/Medlar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Medlar.png -------------------------------------------------------------------------------- /Items/Food/Raspberry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Raspberry.cs -------------------------------------------------------------------------------- /Items/Food/Raspberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Raspberry.png -------------------------------------------------------------------------------- /Items/Food/RockCandy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/RockCandy.cs -------------------------------------------------------------------------------- /Items/Food/RockCandy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/RockCandy.png -------------------------------------------------------------------------------- /Items/Food/Taco.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Taco.cs -------------------------------------------------------------------------------- /Items/Food/Taco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Food/Taco.png -------------------------------------------------------------------------------- /Items/IconItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/IconItem.cs -------------------------------------------------------------------------------- /Items/IconItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/IconItem.png -------------------------------------------------------------------------------- /Items/Material/Beak.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Beak.cs -------------------------------------------------------------------------------- /Items/Material/Beak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Beak.png -------------------------------------------------------------------------------- /Items/Material/Booger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Booger.cs -------------------------------------------------------------------------------- /Items/Material/Rock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Rock.cs -------------------------------------------------------------------------------- /Items/Material/Rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Rock.png -------------------------------------------------------------------------------- /Items/Material/Root.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Root.cs -------------------------------------------------------------------------------- /Items/Material/Root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Material/Root.png -------------------------------------------------------------------------------- /Items/Other/GoldApple.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Other/GoldApple.cs -------------------------------------------------------------------------------- /Items/Other/GoldHeart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Other/GoldHeart.cs -------------------------------------------------------------------------------- /Items/Other/Quack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Other/Quack.cs -------------------------------------------------------------------------------- /Items/Other/Quack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Other/Quack.png -------------------------------------------------------------------------------- /Items/Other/Rosebud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Other/Rosebud.cs -------------------------------------------------------------------------------- /Items/Other/Rosebud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Other/Rosebud.png -------------------------------------------------------------------------------- /Items/Pets/Discipline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Discipline.cs -------------------------------------------------------------------------------- /Items/Pets/Infliction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Infliction.cs -------------------------------------------------------------------------------- /Items/Pets/Longevity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Longevity.cs -------------------------------------------------------------------------------- /Items/Pets/Longevity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Longevity.png -------------------------------------------------------------------------------- /Items/Pets/Paramount.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Paramount.cs -------------------------------------------------------------------------------- /Items/Pets/Paramount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Paramount.png -------------------------------------------------------------------------------- /Items/Pets/PetriDish.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/PetriDish.cs -------------------------------------------------------------------------------- /Items/Pets/PetriDish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/PetriDish.png -------------------------------------------------------------------------------- /Items/Pets/SepticCell.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/SepticCell.cs -------------------------------------------------------------------------------- /Items/Pets/Zeal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Zeal.cs -------------------------------------------------------------------------------- /Items/Pets/Zeal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Pets/Zeal.png -------------------------------------------------------------------------------- /Items/StatDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/StatDisplay.cs -------------------------------------------------------------------------------- /Items/StatDisplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/StatDisplay.png -------------------------------------------------------------------------------- /Items/StructureSaver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/StructureSaver.cs -------------------------------------------------------------------------------- /Items/StructureSaver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/StructureSaver.png -------------------------------------------------------------------------------- /Items/Vanity/SonicHat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/Vanity/SonicHat.cs -------------------------------------------------------------------------------- /Items/WorldgenHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/WorldgenHelper.cs -------------------------------------------------------------------------------- /Items/WorldgenHelper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Items/WorldgenHelper.png -------------------------------------------------------------------------------- /Localization/en-US.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Localization/en-US.hjson -------------------------------------------------------------------------------- /Logic/Collision.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Logic/Collision.cs -------------------------------------------------------------------------------- /Logic/Observer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Logic/Observer.cs -------------------------------------------------------------------------------- /Mounts/PeridotGemcart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Mounts/PeridotGemcart.cs -------------------------------------------------------------------------------- /Mounts/ZirconGemcart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Mounts/ZirconGemcart.cs -------------------------------------------------------------------------------- /NPCs/Hardmode/Blaze.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Blaze.cs -------------------------------------------------------------------------------- /NPCs/Hardmode/Blaze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Blaze.png -------------------------------------------------------------------------------- /NPCs/Hardmode/Cougher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Cougher.cs -------------------------------------------------------------------------------- /NPCs/Hardmode/Mime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Mime.cs -------------------------------------------------------------------------------- /NPCs/Hardmode/Mime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Mime.png -------------------------------------------------------------------------------- /NPCs/Hardmode/Viris.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Viris.cs -------------------------------------------------------------------------------- /NPCs/Hardmode/Viris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Hardmode/Viris.png -------------------------------------------------------------------------------- /NPCs/MobRift.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/MobRift.cs -------------------------------------------------------------------------------- /NPCs/MobRift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/MobRift.png -------------------------------------------------------------------------------- /NPCs/PreHardmode/Fly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/PreHardmode/Fly.cs -------------------------------------------------------------------------------- /NPCs/PreHardmode/Fly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/PreHardmode/Fly.png -------------------------------------------------------------------------------- /NPCs/Worm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/NPCs/Worm.cs -------------------------------------------------------------------------------- /Network/MessageID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Network/MessageID.cs -------------------------------------------------------------------------------- /Network/NetworkArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Network/NetworkArgs.cs -------------------------------------------------------------------------------- /Network/PacketHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Network/PacketHandler.cs -------------------------------------------------------------------------------- /Network/SyncParticles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Network/SyncParticles.cs -------------------------------------------------------------------------------- /Network/SyncWiring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Network/SyncWiring.cs -------------------------------------------------------------------------------- /Particles/HellEmbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Particles/HellEmbers.cs -------------------------------------------------------------------------------- /Particles/SoulEdgeDot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Particles/SoulEdgeDot.cs -------------------------------------------------------------------------------- /Particles/SoulEmbers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Particles/SoulEmbers.cs -------------------------------------------------------------------------------- /Particles/StarTorch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Particles/StarTorch.cs -------------------------------------------------------------------------------- /Prefixes/Automated.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Automated.cs -------------------------------------------------------------------------------- /Prefixes/Awestruck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Awestruck.cs -------------------------------------------------------------------------------- /Prefixes/Barbaric.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Barbaric.cs -------------------------------------------------------------------------------- /Prefixes/Bloated.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Bloated.cs -------------------------------------------------------------------------------- /Prefixes/Bogus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Bogus.cs -------------------------------------------------------------------------------- /Prefixes/Boosted.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Boosted.cs -------------------------------------------------------------------------------- /Prefixes/Broadened.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Broadened.cs -------------------------------------------------------------------------------- /Prefixes/Busted.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Busted.cs -------------------------------------------------------------------------------- /Prefixes/Colossal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Colossal.cs -------------------------------------------------------------------------------- /Prefixes/Disgusting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Disgusting.cs -------------------------------------------------------------------------------- /Prefixes/Dismal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Dismal.cs -------------------------------------------------------------------------------- /Prefixes/Drunken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Drunken.cs -------------------------------------------------------------------------------- /Prefixes/Efficient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Efficient.cs -------------------------------------------------------------------------------- /Prefixes/Enchanted.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Enchanted.cs -------------------------------------------------------------------------------- /Prefixes/Energized.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Energized.cs -------------------------------------------------------------------------------- /Prefixes/Excited.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Excited.cs -------------------------------------------------------------------------------- /Prefixes/Expanded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Expanded.cs -------------------------------------------------------------------------------- /Prefixes/Extended.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Extended.cs -------------------------------------------------------------------------------- /Prefixes/ExxoPrefix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/ExxoPrefix.cs -------------------------------------------------------------------------------- /Prefixes/Fantastic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Fantastic.cs -------------------------------------------------------------------------------- /Prefixes/Fluidic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Fluidic.cs -------------------------------------------------------------------------------- /Prefixes/Gilded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Gilded.cs -------------------------------------------------------------------------------- /Prefixes/Glorious.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Glorious.cs -------------------------------------------------------------------------------- /Prefixes/Greedy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Greedy.cs -------------------------------------------------------------------------------- /Prefixes/Handy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Handy.cs -------------------------------------------------------------------------------- /Prefixes/Hectic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Hectic.cs -------------------------------------------------------------------------------- /Prefixes/Hoarding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Hoarding.cs -------------------------------------------------------------------------------- /Prefixes/Horrific.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Horrific.cs -------------------------------------------------------------------------------- /Prefixes/Insane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Insane.cs -------------------------------------------------------------------------------- /Prefixes/Languid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Languid.cs -------------------------------------------------------------------------------- /Prefixes/Loaded.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Loaded.cs -------------------------------------------------------------------------------- /Prefixes/Lurid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Lurid.cs -------------------------------------------------------------------------------- /Prefixes/Magical.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Magical.cs -------------------------------------------------------------------------------- /Prefixes/Marvelous.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Marvelous.cs -------------------------------------------------------------------------------- /Prefixes/Messy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Messy.cs -------------------------------------------------------------------------------- /Prefixes/Motivated.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Motivated.cs -------------------------------------------------------------------------------- /Prefixes/Mythic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Mythic.cs -------------------------------------------------------------------------------- /Prefixes/Needled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Needled.cs -------------------------------------------------------------------------------- /Prefixes/Overactive.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Overactive.cs -------------------------------------------------------------------------------- /Prefixes/Perfect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Perfect.cs -------------------------------------------------------------------------------- /Prefixes/Phantasmal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Phantasmal.cs -------------------------------------------------------------------------------- /Prefixes/Protective.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Protective.cs -------------------------------------------------------------------------------- /Prefixes/Robust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Robust.cs -------------------------------------------------------------------------------- /Prefixes/Sharpened.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Sharpened.cs -------------------------------------------------------------------------------- /Prefixes/Shrunken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Shrunken.cs -------------------------------------------------------------------------------- /Prefixes/Silly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Silly.cs -------------------------------------------------------------------------------- /Prefixes/Slimy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Slimy.cs -------------------------------------------------------------------------------- /Prefixes/Stupid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Stupid.cs -------------------------------------------------------------------------------- /Prefixes/Sturdy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Sturdy.cs -------------------------------------------------------------------------------- /Prefixes/Timid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Timid.cs -------------------------------------------------------------------------------- /Prefixes/Turboshrunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Turboshrunk.cs -------------------------------------------------------------------------------- /Prefixes/Vigorous.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Vigorous.cs -------------------------------------------------------------------------------- /Prefixes/Woozy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Prefixes/Woozy.cs -------------------------------------------------------------------------------- /Projectiles/Lightning.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Projectiles/Lightning.cs -------------------------------------------------------------------------------- /Projectiles/OilBottle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Projectiles/OilBottle.cs -------------------------------------------------------------------------------- /Rarities/AvalonRarity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Rarities/AvalonRarity.cs -------------------------------------------------------------------------------- /Rarities/BlahRarity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Rarities/BlahRarity.cs -------------------------------------------------------------------------------- /Rarities/CrabbyRarity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Rarities/CrabbyRarity.cs -------------------------------------------------------------------------------- /Rarities/CrispyRarity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Rarities/CrispyRarity.cs -------------------------------------------------------------------------------- /Reflection/MainHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Reflection/MainHelper.cs -------------------------------------------------------------------------------- /Reflection/NPCHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Reflection/NPCHelper.cs -------------------------------------------------------------------------------- /Reflection/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Reflection/Utilities.cs -------------------------------------------------------------------------------- /Sounds/Item/Boompipe.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Sounds/Item/Boompipe.ogg -------------------------------------------------------------------------------- /Sounds/Item/Bubbles.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Sounds/Item/Bubbles.ogg -------------------------------------------------------------------------------- /Sounds/Item/Scroll.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Sounds/Item/Scroll.ogg -------------------------------------------------------------------------------- /Sounds/Item/Thunder2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Sounds/Item/Thunder2.ogg -------------------------------------------------------------------------------- /Sounds/Item/WoS.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Sounds/Item/WoS.ogg -------------------------------------------------------------------------------- /Sounds/NPC/Phantasm.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Sounds/NPC/Phantasm.ogg -------------------------------------------------------------------------------- /Systems/KeybindSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Systems/KeybindSystem.cs -------------------------------------------------------------------------------- /Tiles/AngelChest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/AngelChest.cs -------------------------------------------------------------------------------- /Tiles/AngelChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/AngelChest.png -------------------------------------------------------------------------------- /Tiles/ApocalyptusWood.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ApocalyptusWood.cs -------------------------------------------------------------------------------- /Tiles/Basalt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Basalt.cs -------------------------------------------------------------------------------- /Tiles/Basalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Basalt.png -------------------------------------------------------------------------------- /Tiles/BasaltBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BasaltBlock.cs -------------------------------------------------------------------------------- /Tiles/BasaltBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BasaltBlock.png -------------------------------------------------------------------------------- /Tiles/BismuthBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BismuthBrick.cs -------------------------------------------------------------------------------- /Tiles/BismuthBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BismuthBrick.png -------------------------------------------------------------------------------- /Tiles/Blahtue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Blahtue.cs -------------------------------------------------------------------------------- /Tiles/Blahtue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Blahtue.png -------------------------------------------------------------------------------- /Tiles/BlastedStalac.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BlastedStalac.cs -------------------------------------------------------------------------------- /Tiles/BlastedStalac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BlastedStalac.png -------------------------------------------------------------------------------- /Tiles/BlastedStone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BlastedStone.cs -------------------------------------------------------------------------------- /Tiles/BlastedStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BlastedStone.png -------------------------------------------------------------------------------- /Tiles/BleachedEbony.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BleachedEbony.cs -------------------------------------------------------------------------------- /Tiles/BleachedEbony.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BleachedEbony.png -------------------------------------------------------------------------------- /Tiles/BloodiedSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BloodiedSpike.cs -------------------------------------------------------------------------------- /Tiles/BloodiedSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BloodiedSpike.png -------------------------------------------------------------------------------- /Tiles/BoltstoneBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BoltstoneBrick.cs -------------------------------------------------------------------------------- /Tiles/BoltstoneBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BoltstoneBrick.png -------------------------------------------------------------------------------- /Tiles/Booger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Booger.cs -------------------------------------------------------------------------------- /Tiles/Booger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Booger.png -------------------------------------------------------------------------------- /Tiles/BossTrophy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BossTrophy.cs -------------------------------------------------------------------------------- /Tiles/BossTrophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BossTrophy.png -------------------------------------------------------------------------------- /Tiles/BrimstoneBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BrimstoneBlock.cs -------------------------------------------------------------------------------- /Tiles/BrimstoneBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BrimstoneBlock.png -------------------------------------------------------------------------------- /Tiles/BronzeBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BronzeBrick.cs -------------------------------------------------------------------------------- /Tiles/BronzeBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BronzeBrick.png -------------------------------------------------------------------------------- /Tiles/BronzePlating.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BronzePlating.cs -------------------------------------------------------------------------------- /Tiles/BronzePlating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/BronzePlating.png -------------------------------------------------------------------------------- /Tiles/CaesiumCrystal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CaesiumCrystal.cs -------------------------------------------------------------------------------- /Tiles/CaesiumCrystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CaesiumCrystal.png -------------------------------------------------------------------------------- /Tiles/CaesiumForge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CaesiumForge.cs -------------------------------------------------------------------------------- /Tiles/CaesiumForge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CaesiumForge.png -------------------------------------------------------------------------------- /Tiles/Catalyzer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Catalyzer.cs -------------------------------------------------------------------------------- /Tiles/Catalyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Catalyzer.png -------------------------------------------------------------------------------- /Tiles/CoughwoodBeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CoughwoodBeam.cs -------------------------------------------------------------------------------- /Tiles/CoughwoodBeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CoughwoodBeam.png -------------------------------------------------------------------------------- /Tiles/Crates.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Crates.cs -------------------------------------------------------------------------------- /Tiles/Crates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Crates.png -------------------------------------------------------------------------------- /Tiles/CrimstoneColumn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/CrimstoneColumn.cs -------------------------------------------------------------------------------- /Tiles/DemonSpikescale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/DemonSpikescale.cs -------------------------------------------------------------------------------- /Tiles/DevilsScythe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/DevilsScythe.cs -------------------------------------------------------------------------------- /Tiles/DevilsScythe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/DevilsScythe.png -------------------------------------------------------------------------------- /Tiles/DurataniumPipe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/DurataniumPipe.cs -------------------------------------------------------------------------------- /Tiles/DurataniumPipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/DurataniumPipe.png -------------------------------------------------------------------------------- /Tiles/EbonstoneColumn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/EbonstoneColumn.cs -------------------------------------------------------------------------------- /Tiles/EbonwoodBeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/EbonwoodBeam.cs -------------------------------------------------------------------------------- /Tiles/EbonwoodBeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/EbonwoodBeam.png -------------------------------------------------------------------------------- /Tiles/Ectograss.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectograss.cs -------------------------------------------------------------------------------- /Tiles/Ectograss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectograss.png -------------------------------------------------------------------------------- /Tiles/Ectograss_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectograss_Glow.png -------------------------------------------------------------------------------- /Tiles/Ectoplasm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectoplasm.cs -------------------------------------------------------------------------------- /Tiles/Ectoplasm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectoplasm.png -------------------------------------------------------------------------------- /Tiles/Ectovines.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectovines.cs -------------------------------------------------------------------------------- /Tiles/Ectovines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectovines.png -------------------------------------------------------------------------------- /Tiles/Ectovines_old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ectovines_old.png -------------------------------------------------------------------------------- /Tiles/FallenStarTile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/FallenStarTile.cs -------------------------------------------------------------------------------- /Tiles/FallenStarTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/FallenStarTile.png -------------------------------------------------------------------------------- /Tiles/GemLocks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/GemLocks.cs -------------------------------------------------------------------------------- /Tiles/GemLocks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/GemLocks.png -------------------------------------------------------------------------------- /Tiles/GemStashes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/GemStashes.cs -------------------------------------------------------------------------------- /Tiles/GemStashes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/GemStashes.png -------------------------------------------------------------------------------- /Tiles/GreenIce.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/GreenIce.cs -------------------------------------------------------------------------------- /Tiles/GreenIce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/GreenIce.png -------------------------------------------------------------------------------- /Tiles/HallowedBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/HallowedBrick.cs -------------------------------------------------------------------------------- /Tiles/HallowedBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/HallowedBrick.png -------------------------------------------------------------------------------- /Tiles/HeartstoneBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/HeartstoneBrick.cs -------------------------------------------------------------------------------- /Tiles/HerbologyBench.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/HerbologyBench.cs -------------------------------------------------------------------------------- /Tiles/HerbologyBench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/HerbologyBench.png -------------------------------------------------------------------------------- /Tiles/Herbs/Barfbush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Herbs/Barfbush.cs -------------------------------------------------------------------------------- /Tiles/Herbs/Barfbush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Herbs/Barfbush.png -------------------------------------------------------------------------------- /Tiles/Herbs/Holybird.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Herbs/Holybird.cs -------------------------------------------------------------------------------- /Tiles/Herbs/Holybird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Herbs/Holybird.png -------------------------------------------------------------------------------- /Tiles/Herbs/Sweetstem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Herbs/Sweetstem.cs -------------------------------------------------------------------------------- /Tiles/ImperviousBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ImperviousBrick.cs -------------------------------------------------------------------------------- /Tiles/IridiumBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/IridiumBrick.cs -------------------------------------------------------------------------------- /Tiles/IridiumBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/IridiumBrick.png -------------------------------------------------------------------------------- /Tiles/LaziteGrass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LaziteGrass.cs -------------------------------------------------------------------------------- /Tiles/LaziteGrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LaziteGrass.png -------------------------------------------------------------------------------- /Tiles/LeinforsBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LeinforsBanner.png -------------------------------------------------------------------------------- /Tiles/LibraryAltar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LibraryAltar.cs -------------------------------------------------------------------------------- /Tiles/LibraryAltar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LibraryAltar.png -------------------------------------------------------------------------------- /Tiles/LivingLightning.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LivingLightning.cs -------------------------------------------------------------------------------- /Tiles/LivingPathogen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LivingPathogen.cs -------------------------------------------------------------------------------- /Tiles/LivingPathogen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/LivingPathogen.png -------------------------------------------------------------------------------- /Tiles/MonsterBanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/MonsterBanner.cs -------------------------------------------------------------------------------- /Tiles/MonsterBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/MonsterBanner.png -------------------------------------------------------------------------------- /Tiles/MoonplateBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/MoonplateBlock.cs -------------------------------------------------------------------------------- /Tiles/MoonplateBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/MoonplateBlock.png -------------------------------------------------------------------------------- /Tiles/MusicBoxes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/MusicBoxes.cs -------------------------------------------------------------------------------- /Tiles/MusicBoxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/MusicBoxes.png -------------------------------------------------------------------------------- /Tiles/NaquadahAnvil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NaquadahAnvil.cs -------------------------------------------------------------------------------- /Tiles/NaquadahAnvil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NaquadahAnvil.png -------------------------------------------------------------------------------- /Tiles/NaquadahBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NaquadahBrick.cs -------------------------------------------------------------------------------- /Tiles/NaquadahBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NaquadahBrick.png -------------------------------------------------------------------------------- /Tiles/NastySpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NastySpike.cs -------------------------------------------------------------------------------- /Tiles/NastySpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NastySpike.png -------------------------------------------------------------------------------- /Tiles/NickelAnvil.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NickelAnvil.cs -------------------------------------------------------------------------------- /Tiles/NickelAnvil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NickelAnvil.png -------------------------------------------------------------------------------- /Tiles/NickelBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NickelBrick.cs -------------------------------------------------------------------------------- /Tiles/NickelBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/NickelBrick.png -------------------------------------------------------------------------------- /Tiles/OrangeBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/OrangeBrick.cs -------------------------------------------------------------------------------- /Tiles/OrangeBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/OrangeBrick.png -------------------------------------------------------------------------------- /Tiles/Ores/BismuthOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/BismuthOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/Boltstone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Boltstone.cs -------------------------------------------------------------------------------- /Tiles/Ores/Boltstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Boltstone.png -------------------------------------------------------------------------------- /Tiles/Ores/BronzeOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/BronzeOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/BronzeOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/BronzeOre.png -------------------------------------------------------------------------------- /Tiles/Ores/CaesiumOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/CaesiumOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/Heartstone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Heartstone.cs -------------------------------------------------------------------------------- /Tiles/Ores/IridiumOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/IridiumOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/NickelOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/NickelOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/NickelOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/NickelOre.png -------------------------------------------------------------------------------- /Tiles/Ores/OsmiumOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/OsmiumOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/OsmiumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/OsmiumOre.png -------------------------------------------------------------------------------- /Tiles/Ores/Peridot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Peridot.cs -------------------------------------------------------------------------------- /Tiles/Ores/Peridot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Peridot.png -------------------------------------------------------------------------------- /Tiles/Ores/RhodiumOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/RhodiumOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/Starstone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Starstone.cs -------------------------------------------------------------------------------- /Tiles/Ores/Starstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Starstone.png -------------------------------------------------------------------------------- /Tiles/Ores/SulphurOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/SulphurOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/Tourmaline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Tourmaline.cs -------------------------------------------------------------------------------- /Tiles/Ores/ZincOre.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/ZincOre.cs -------------------------------------------------------------------------------- /Tiles/Ores/ZincOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/ZincOre.png -------------------------------------------------------------------------------- /Tiles/Ores/Zircon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Zircon.cs -------------------------------------------------------------------------------- /Tiles/Ores/Zircon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Ores/Zircon.png -------------------------------------------------------------------------------- /Tiles/OsmiumBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/OsmiumBrick.cs -------------------------------------------------------------------------------- /Tiles/OsmiumBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/OsmiumBrick.png -------------------------------------------------------------------------------- /Tiles/Paintings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings.cs -------------------------------------------------------------------------------- /Tiles/Paintings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings.png -------------------------------------------------------------------------------- /Tiles/Paintings2x3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings2x3.cs -------------------------------------------------------------------------------- /Tiles/Paintings2x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings2x3.png -------------------------------------------------------------------------------- /Tiles/Paintings3x2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings3x2.cs -------------------------------------------------------------------------------- /Tiles/Paintings3x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings3x2.png -------------------------------------------------------------------------------- /Tiles/Paintings3x3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings3x3.cs -------------------------------------------------------------------------------- /Tiles/Paintings3x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Paintings3x3.png -------------------------------------------------------------------------------- /Tiles/PalmWoodBeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PalmWoodBeam.cs -------------------------------------------------------------------------------- /Tiles/PalmWoodBeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PalmWoodBeam.png -------------------------------------------------------------------------------- /Tiles/PearlwoodBeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PearlwoodBeam.cs -------------------------------------------------------------------------------- /Tiles/PearlwoodBeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PearlwoodBeam.png -------------------------------------------------------------------------------- /Tiles/PeridotGemspark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PeridotGemspark.cs -------------------------------------------------------------------------------- /Tiles/PlacedBars.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PlacedBars.cs -------------------------------------------------------------------------------- /Tiles/PlacedBars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PlacedBars.png -------------------------------------------------------------------------------- /Tiles/PlacedGems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PlacedGems.cs -------------------------------------------------------------------------------- /Tiles/PlacedGems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PlacedGems.png -------------------------------------------------------------------------------- /Tiles/PlatinumChest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PlatinumChest.cs -------------------------------------------------------------------------------- /Tiles/PlatinumChest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PlatinumChest.png -------------------------------------------------------------------------------- /Tiles/PoisonSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PoisonSpike.cs -------------------------------------------------------------------------------- /Tiles/PoisonSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PoisonSpike.png -------------------------------------------------------------------------------- /Tiles/PurpleBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PurpleBrick.cs -------------------------------------------------------------------------------- /Tiles/PurpleBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/PurpleBrick.png -------------------------------------------------------------------------------- /Tiles/ResistantTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ResistantTree.cs -------------------------------------------------------------------------------- /Tiles/ResistantTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ResistantTree.png -------------------------------------------------------------------------------- /Tiles/ResistantWood.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ResistantWood.cs -------------------------------------------------------------------------------- /Tiles/ResistantWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ResistantWood.png -------------------------------------------------------------------------------- /Tiles/RhodiumBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/RhodiumBrick.cs -------------------------------------------------------------------------------- /Tiles/RhodiumBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/RhodiumBrick.png -------------------------------------------------------------------------------- /Tiles/RottenChunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/RottenChunk.cs -------------------------------------------------------------------------------- /Tiles/RottenChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/RottenChunk.png -------------------------------------------------------------------------------- /Tiles/Savanna/Bramble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Savanna/Bramble.cs -------------------------------------------------------------------------------- /Tiles/Savanna/Loam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Savanna/Loam.cs -------------------------------------------------------------------------------- /Tiles/Savanna/Loam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Savanna/Loam.png -------------------------------------------------------------------------------- /Tiles/Savanna/Nest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Savanna/Nest.cs -------------------------------------------------------------------------------- /Tiles/Savanna/Nest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Savanna/Nest.png -------------------------------------------------------------------------------- /Tiles/SepsisBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SepsisBlock.cs -------------------------------------------------------------------------------- /Tiles/SepsisBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SepsisBlock.png -------------------------------------------------------------------------------- /Tiles/ShadewoodBeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ShadewoodBeam.cs -------------------------------------------------------------------------------- /Tiles/ShadewoodBeam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ShadewoodBeam.png -------------------------------------------------------------------------------- /Tiles/ShadowScale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ShadowScale.cs -------------------------------------------------------------------------------- /Tiles/ShadowScale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ShadowScale.png -------------------------------------------------------------------------------- /Tiles/Shards.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Shards.cs -------------------------------------------------------------------------------- /Tiles/Shards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Shards.png -------------------------------------------------------------------------------- /Tiles/ShardsTier2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ShardsTier2.cs -------------------------------------------------------------------------------- /Tiles/ShardsTier2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ShardsTier2.png -------------------------------------------------------------------------------- /Tiles/SkyBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SkyBrick.cs -------------------------------------------------------------------------------- /Tiles/SkyBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SkyBrick.png -------------------------------------------------------------------------------- /Tiles/SkyBrickColumn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SkyBrickColumn.cs -------------------------------------------------------------------------------- /Tiles/SkyBrickColumn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SkyBrickColumn.png -------------------------------------------------------------------------------- /Tiles/SpiritPoppy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SpiritPoppy.cs -------------------------------------------------------------------------------- /Tiles/SpiritPoppy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/SpiritPoppy.png -------------------------------------------------------------------------------- /Tiles/StarstoneBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/StarstoneBrick.cs -------------------------------------------------------------------------------- /Tiles/StarstoneBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/StarstoneBrick.png -------------------------------------------------------------------------------- /Tiles/Statues.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Statues.cs -------------------------------------------------------------------------------- /Tiles/Statues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Statues.png -------------------------------------------------------------------------------- /Tiles/Statues_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Statues_Glow.png -------------------------------------------------------------------------------- /Tiles/TissueSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TissueSample.cs -------------------------------------------------------------------------------- /Tiles/TissueSample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TissueSample.png -------------------------------------------------------------------------------- /Tiles/TomeForge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TomeForge.cs -------------------------------------------------------------------------------- /Tiles/TomeForge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TomeForge.png -------------------------------------------------------------------------------- /Tiles/TroxiniumForge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TroxiniumForge.cs -------------------------------------------------------------------------------- /Tiles/TroxiniumForge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TroxiniumForge.png -------------------------------------------------------------------------------- /Tiles/TwiliplateBlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/TwiliplateBlock.cs -------------------------------------------------------------------------------- /Tiles/VenomSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/VenomSpike.cs -------------------------------------------------------------------------------- /Tiles/VenomSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/VenomSpike.png -------------------------------------------------------------------------------- /Tiles/Vertebrae.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Vertebrae.cs -------------------------------------------------------------------------------- /Tiles/Vertebrae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/Vertebrae.png -------------------------------------------------------------------------------- /Tiles/VoltBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/VoltBrick.cs -------------------------------------------------------------------------------- /Tiles/VoltBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/VoltBrick.png -------------------------------------------------------------------------------- /Tiles/YellowBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/YellowBrick.cs -------------------------------------------------------------------------------- /Tiles/YellowBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/YellowBrick.png -------------------------------------------------------------------------------- /Tiles/YuckyBit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/YuckyBit.cs -------------------------------------------------------------------------------- /Tiles/YuckyBit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/YuckyBit.png -------------------------------------------------------------------------------- /Tiles/ZincBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ZincBrick.cs -------------------------------------------------------------------------------- /Tiles/ZincBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ZincBrick.png -------------------------------------------------------------------------------- /Tiles/ZirconGemspark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ZirconGemspark.cs -------------------------------------------------------------------------------- /Tiles/ZirconGemspark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Tiles/ZirconGemspark.png -------------------------------------------------------------------------------- /UI/ExxoUIAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIAdapter.cs -------------------------------------------------------------------------------- /UI/ExxoUIAttachment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIAttachment.cs -------------------------------------------------------------------------------- /UI/ExxoUICircle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUICircle.cs -------------------------------------------------------------------------------- /UI/ExxoUIElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIElement.cs -------------------------------------------------------------------------------- /UI/ExxoUIEmpty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIEmpty.cs -------------------------------------------------------------------------------- /UI/ExxoUIImage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIImage.cs -------------------------------------------------------------------------------- /UI/ExxoUIImageButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIImageButton.cs -------------------------------------------------------------------------------- /UI/ExxoUIItemSlot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIItemSlot.cs -------------------------------------------------------------------------------- /UI/ExxoUIList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIList.cs -------------------------------------------------------------------------------- /UI/ExxoUIListGrid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIListGrid.cs -------------------------------------------------------------------------------- /UI/ExxoUINumberInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUINumberInput.cs -------------------------------------------------------------------------------- /UI/ExxoUIPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIPanel.cs -------------------------------------------------------------------------------- /UI/ExxoUIPanelButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIPanelButton.cs -------------------------------------------------------------------------------- /UI/ExxoUIPanelWrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIPanelWrapper.cs -------------------------------------------------------------------------------- /UI/ExxoUIPieChart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIPieChart.cs -------------------------------------------------------------------------------- /UI/ExxoUIScrollbar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIScrollbar.cs -------------------------------------------------------------------------------- /UI/ExxoUIState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIState.cs -------------------------------------------------------------------------------- /UI/ExxoUIText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUIText.cs -------------------------------------------------------------------------------- /UI/ExxoUITextPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUITextPanel.cs -------------------------------------------------------------------------------- /UI/ExxoUITooltipState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ExxoUITooltipState.cs -------------------------------------------------------------------------------- /UI/GroupOptionButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/GroupOptionButton.cs -------------------------------------------------------------------------------- /UI/ListItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ListItem.cs -------------------------------------------------------------------------------- /UI/ListItemSelection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/ListItemSelection.cs -------------------------------------------------------------------------------- /UI/Next/ExxoUIElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/Next/ExxoUIElement.cs -------------------------------------------------------------------------------- /UI/Next/SnapNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/Next/SnapNode.cs -------------------------------------------------------------------------------- /UI/StaminaBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/StaminaBar.cs -------------------------------------------------------------------------------- /UI/UIDefinitions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/UIDefinitions.cs -------------------------------------------------------------------------------- /UI/UIListGrid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/UIListGrid.cs -------------------------------------------------------------------------------- /UI/UITextCustom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/UI/UITextCustom.cs -------------------------------------------------------------------------------- /Walls/AshWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/AshWall.cs -------------------------------------------------------------------------------- /Walls/AshWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/AshWall.png -------------------------------------------------------------------------------- /Walls/BronzeBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/BronzeBrickWall.cs -------------------------------------------------------------------------------- /Walls/CoughwoodFence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/CoughwoodFence.cs -------------------------------------------------------------------------------- /Walls/CoughwoodFence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/CoughwoodFence.png -------------------------------------------------------------------------------- /Walls/HeartstoneBrick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/HeartstoneBrick.cs -------------------------------------------------------------------------------- /Walls/LoamWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/LoamWall.cs -------------------------------------------------------------------------------- /Walls/LoamWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/LoamWall.png -------------------------------------------------------------------------------- /Walls/MoonWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/MoonWall.cs -------------------------------------------------------------------------------- /Walls/MoonWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/MoonWall.png -------------------------------------------------------------------------------- /Walls/NestWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/NestWall.cs -------------------------------------------------------------------------------- /Walls/NestWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/NestWall.png -------------------------------------------------------------------------------- /Walls/NickelBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/NickelBrickWall.cs -------------------------------------------------------------------------------- /Walls/NickelFence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/NickelFence.cs -------------------------------------------------------------------------------- /Walls/NickelFence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/NickelFence.png -------------------------------------------------------------------------------- /Walls/OrangeBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/OrangeBrickWall.cs -------------------------------------------------------------------------------- /Walls/OrangeSlabWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/OrangeSlabWall.cs -------------------------------------------------------------------------------- /Walls/OrangeSlabWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/OrangeSlabWall.png -------------------------------------------------------------------------------- /Walls/OrangeTiledWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/OrangeTiledWall.cs -------------------------------------------------------------------------------- /Walls/OsmiumBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/OsmiumBrickWall.cs -------------------------------------------------------------------------------- /Walls/PurpleBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/PurpleBrickWall.cs -------------------------------------------------------------------------------- /Walls/PurpleSlabWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/PurpleSlabWall.cs -------------------------------------------------------------------------------- /Walls/PurpleSlabWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/PurpleSlabWall.png -------------------------------------------------------------------------------- /Walls/PurpleTiledWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/PurpleTiledWall.cs -------------------------------------------------------------------------------- /Walls/SepsisBlockWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/SepsisBlockWall.cs -------------------------------------------------------------------------------- /Walls/TuhrtlBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/TuhrtlBrickWall.cs -------------------------------------------------------------------------------- /Walls/TwilightWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/TwilightWall.cs -------------------------------------------------------------------------------- /Walls/TwilightWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/TwilightWall.png -------------------------------------------------------------------------------- /Walls/VoltBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/VoltBrickWall.cs -------------------------------------------------------------------------------- /Walls/VoltBrickWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/VoltBrickWall.png -------------------------------------------------------------------------------- /Walls/YellowBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/YellowBrickWall.cs -------------------------------------------------------------------------------- /Walls/YellowSlabWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/YellowSlabWall.cs -------------------------------------------------------------------------------- /Walls/YellowSlabWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/YellowSlabWall.png -------------------------------------------------------------------------------- /Walls/YellowTiledWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/YellowTiledWall.cs -------------------------------------------------------------------------------- /Walls/ZincBrickWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/ZincBrickWall.cs -------------------------------------------------------------------------------- /Walls/ZincBrickWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/ZincBrickWall.png -------------------------------------------------------------------------------- /Walls/ZirconStoneWall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Walls/ZirconStoneWall.cs -------------------------------------------------------------------------------- /Waters/ContagionRain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Waters/ContagionRain.png -------------------------------------------------------------------------------- /Waters/PhantomRain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Waters/PhantomRain.png -------------------------------------------------------------------------------- /Waters/TropicsRain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/Waters/TropicsRain.png -------------------------------------------------------------------------------- /WorldGeneration/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/WorldGeneration/Utils.cs -------------------------------------------------------------------------------- /credits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/credits.txt -------------------------------------------------------------------------------- /description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/description.txt -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/icon.png -------------------------------------------------------------------------------- /icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/icon_small.png -------------------------------------------------------------------------------- /icon_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blahblahbal/Avalon/HEAD/icon_workshop.png --------------------------------------------------------------------------------