├── .editorconfig ├── .gitignore ├── .vscode └── settings.json ├── Assets ├── Effects │ ├── ColorGradientDisk.fx │ ├── ColorGradientDisk.xnb │ ├── ColorGradientSquare.fx │ ├── ColorGradientSquare.xnb │ ├── ColorMaskShading.fx │ ├── ColorMaskShading.xnb │ ├── Gradient.fx │ ├── Gradient.xnb │ ├── Grayscale.fx │ ├── Grayscale.xnb │ ├── Mesh.fx │ ├── Mesh.xnb │ ├── Pixelate.fx │ ├── Pixelate.xnb │ ├── RadialLighting.fx │ ├── RadialLighting.xnb │ ├── RadialSaturation.fx │ ├── RadialSaturation.xnb │ ├── RadiationNoise.fx │ ├── RadiationNoise.xnb │ ├── Shockwave.fx │ ├── Shockwave.xnb │ ├── Skew.fx │ ├── Skew.xnb │ ├── SphereLighting.fx │ └── SphereLighting.xnb ├── Music │ ├── Deadworld.ogg │ ├── IntoTheUnknown.ogg │ ├── Old │ │ ├── MoonDay.ogg │ │ └── MoonNight.ogg │ ├── OrbitDay.ogg │ ├── OrbitNight.ogg │ ├── Requiem.ogg │ ├── Silence.mp3 │ ├── SpaceInvader.ogg │ └── Stygia.ogg ├── Palettes │ ├── LuminitePalette.csv │ └── LuminitePalette.png ├── Sounds │ ├── Ambient │ │ └── Moon.ogg │ └── SFX │ │ ├── AssaultRifle_1.wav │ │ ├── AssaultRifle_2.wav │ │ ├── AssaultRifle_3.wav │ │ ├── AssaultRifle_4.wav │ │ ├── BigExplosion_1.wav │ │ ├── BigExplosion_2.wav │ │ ├── BigExplosion_3.wav │ │ ├── DesertEagleShot.wav │ │ ├── GrenadeLauncherThunk.wav │ │ ├── HandheldThrusterFlame.wav │ │ ├── HandheldThrusterOverheat.wav │ │ ├── MinigunFire.wav │ │ ├── MinigunWinddown.wav │ │ ├── MinigunWindup.wav │ │ ├── Ricochet_1.wav │ │ ├── Ricochet_2.wav │ │ ├── Ricochet_3.wav │ │ ├── Ricochet_4.wav │ │ ├── Ricochet_5.wav │ │ ├── Ricochet_6.wav │ │ ├── RobotSummon.wav │ │ ├── RocketLandingLeg.wav │ │ ├── RocketLaunch.ogg │ │ ├── RocketLoop.ogg │ │ ├── WaveGunJoin.wav │ │ ├── WaveGunShot.wav │ │ ├── WaveGunShotRifle.wav │ │ ├── WaveGunSplit.wav │ │ ├── ZombieDeath.wav │ │ ├── ZombieEngineerDeath.wav │ │ ├── ZombieEngineerGasLeak.wav │ │ ├── ZombieEngineerSprint.wav │ │ ├── Zombie_1.wav │ │ ├── Zombie_2.wav │ │ ├── Zombie_3.wav │ │ ├── Zombie_4.wav │ │ └── Zombie_5.wav └── Textures │ ├── AchievementTemplate.png │ ├── BossChecklist │ └── CraterDemon.png │ ├── Connectors.png │ ├── Crosshair.png │ ├── DebugCross.png │ ├── Empty.png │ ├── Fonts │ ├── RocketLettersLarge.png │ └── RocketLettersSmall.png │ ├── HighRes │ ├── Beam1.png │ ├── Beam2.png │ ├── Beam3.png │ ├── Beam4.png │ ├── Circle1.png │ ├── Circle2.png │ ├── Circle3.png │ ├── Circle4.png │ ├── Circle5.png │ ├── Circle6.png │ ├── Circle7.png │ ├── FadeInTrail.png │ ├── FadeOutMask.png │ ├── FadeOutTrail.png │ ├── Fire1.png │ ├── Fire2.png │ ├── Flame1.png │ ├── Flame2.png │ ├── Flame3.png │ ├── Flame4.png │ ├── FlamingTrail1.png │ ├── FlamingTrail2.png │ ├── Flare1.png │ ├── Flare2.png │ ├── Flare3.png │ ├── Light1.png │ ├── Light2.png │ ├── Light3.png │ ├── Magic1.png │ ├── Magic2.png │ ├── Magic3.png │ ├── Magic4.png │ ├── Magic5.png │ ├── RocketExhaustTrail1.png │ ├── RocketExhaustTrail2.png │ ├── Scorch1.png │ ├── Scorch2.png │ ├── Scorch3.png │ ├── Scratch1.png │ ├── Scratch2.png │ ├── Slash1.png │ ├── Slash2.png │ ├── Slash3.png │ ├── Slash4.png │ ├── Smoke1.png │ ├── Smoke10.png │ ├── Smoke2.png │ ├── Smoke3.png │ ├── Smoke4.png │ ├── Smoke5.png │ ├── Smoke6.png │ ├── Smoke7.png │ ├── Smoke8.png │ ├── Smoke9.png │ ├── SmokeTrail1.png │ ├── Spark1.png │ ├── Spark2.png │ ├── Spark3.png │ ├── Spark4.png │ ├── Spark5.png │ ├── Spark6.png │ ├── Spark7.png │ ├── Star1.png │ ├── Star10.png │ ├── Star11.png │ ├── Star2.png │ ├── Star3.png │ ├── Star4.png │ ├── Star5.png │ ├── Star6.png │ ├── Star7.png │ ├── Star8.png │ ├── Star9.png │ ├── Swirl1.png │ ├── Trace1.png │ ├── Trace2.png │ ├── Trace3.png │ ├── Trace4.png │ ├── Trace5.png │ ├── Trace6.png │ ├── Trace7.png │ ├── Twirl1.png │ ├── Twirl2.png │ ├── Twirl3.png │ ├── Window1.png │ ├── Window2.png │ ├── Window3.png │ └── Window4.png │ ├── Icons │ ├── BloodMoon.png │ ├── Default.png │ ├── Earth.png │ ├── Mars.png │ ├── Moon.png │ ├── MoonNight.png │ ├── MoonUnderground.png │ └── Pollution.png │ ├── Lightning.png │ ├── Lightning_Outline.png │ ├── LowRes │ ├── Beam1.png │ ├── Beam2.png │ ├── Beam3.png │ ├── Beam4.png │ ├── Circle1.png │ ├── Circle2.png │ ├── Circle3.png │ ├── Circle4.png │ ├── Circle5.png │ ├── Circle6.png │ ├── Circle7.png │ ├── FadeInTrail.png │ ├── FadeOutMask.png │ ├── FadeOutTrail.png │ ├── Fire1.png │ ├── Fire2.png │ ├── Flame1.png │ ├── Flame2.png │ ├── Flame3.png │ ├── Flame4.png │ ├── FlamingTrail1.png │ ├── FlamingTrail2.png │ ├── Flare1.png │ ├── Flare2.png │ ├── Flare3.png │ ├── Light1.png │ ├── Light2.png │ ├── Light3.png │ ├── Magic1.png │ ├── Magic2.png │ ├── Magic3.png │ ├── Magic4.png │ ├── Magic5.png │ ├── RocketExhaustTrail1.png │ ├── RocketExhaustTrail2.png │ ├── Scorch1.png │ ├── Scorch2.png │ ├── Scorch3.png │ ├── Scratch1.png │ ├── Scratch2.png │ ├── Slash1.png │ ├── Slash2.png │ ├── Slash3.png │ ├── Slash4.png │ ├── Smoke1.png │ ├── Smoke10.png │ ├── Smoke2.png │ ├── Smoke3.png │ ├── Smoke4.png │ ├── Smoke5.png │ ├── Smoke6.png │ ├── Smoke7.png │ ├── Smoke8.png │ ├── Smoke9.png │ ├── SmokeTrail1.png │ ├── Spark1.png │ ├── Spark2.png │ ├── Spark3.png │ ├── Spark4.png │ ├── Spark5.png │ ├── Spark6.png │ ├── Spark7.png │ ├── Star1.png │ ├── Star10.png │ ├── Star11.png │ ├── Star2.png │ ├── Star3.png │ ├── Star4.png │ ├── Star5.png │ ├── Star6.png │ ├── Star7.png │ ├── Star8.png │ ├── Star9.png │ ├── Swirl1.png │ ├── Trace1.png │ ├── Trace2.png │ ├── Trace3.png │ ├── Trace4.png │ ├── Trace5.png │ ├── Trace6.png │ ├── Trace7.png │ ├── Twirl1.png │ ├── Twirl2.png │ ├── Twirl3.png │ ├── Window1.png │ ├── Window2.png │ ├── Window3.png │ └── Window4.png │ ├── MapBackgrounds │ ├── Default.png │ ├── Moon.png │ ├── MoonNight.png │ ├── MoonUnderground.png │ ├── Pollution.png │ └── Space.png │ ├── OrbitBackgrounds │ ├── Charon.png │ ├── Deimos.png │ ├── Earth_Africa.png │ ├── Earth_Asia.png │ ├── Earth_Australia.png │ ├── Earth_Europe.png │ ├── Earth_NorthAmerica.png │ ├── Earth_SouthAmerica.png │ ├── Eris.png │ ├── Eris2.png │ ├── Jupiter.png │ ├── Luna.png │ ├── Mars.png │ ├── Mars_Terraformed.png │ ├── Mercury.png │ ├── Neptune.png │ ├── Ouranos.png │ ├── Phobos.png │ ├── Pluto.png │ ├── Saturn.png │ ├── Venus.png │ └── YanoMoore.png │ ├── Resprites │ └── Moon_0.png │ ├── Square.png │ ├── Swing.png │ ├── UI │ ├── Blueprints │ │ ├── AnyChest.png │ │ ├── BurnFuel.png │ │ └── LiquidExtract.png │ ├── Buttons │ │ ├── LongArrow.png │ │ ├── LongArrowBorder.png │ │ ├── SelectionOutlineLarge.png │ │ ├── SelectionOutlineMedium.png │ │ ├── SelectionOutlineSmall.png │ │ ├── ShortArrow.png │ │ ├── ShortArrowBorder.png │ │ ├── ZoomButtonBorder.png │ │ ├── ZoomInButton.png │ │ └── ZoomOutButton.png │ ├── Connectors │ │ ├── ConnectorHorizontal.png │ │ ├── ConnectorHorizontal_Border.png │ │ ├── ConnectorL.png │ │ ├── ConnectorL_Border.png │ │ ├── ConnectorT.png │ │ ├── ConnectorT_Border.png │ │ ├── ConnectorVertical.png │ │ └── ConnectorVertical_Border.png │ ├── Inventory │ │ ├── DepositAll.png │ │ ├── InventoryClosed.png │ │ ├── InventoryOpen.png │ │ ├── LootAll.png │ │ ├── QuickStack.png │ │ ├── Restock.png │ │ ├── SortContainer.png │ │ └── SortInventory.png │ ├── InventorySlot.png │ ├── InventorySlotBorder.png │ ├── InventorySlotFavorited.png │ ├── LargePanel.png │ ├── LargePanelBorder.png │ ├── LargePanelHoverBorder.png │ ├── LongProgressArrowBackground.png │ ├── LongProgressArrowBorder.png │ ├── Piston.png │ ├── ProgressArrowBackground.png │ ├── ProgressArrowBorder.png │ ├── SmallPanel.png │ ├── SmallPanelBorder.png │ ├── SmallPanelHoverBorder.png │ ├── SquarePanelBackground.png │ ├── SquarePanelBorder.png │ ├── SquarePanelHoverBorder.png │ ├── Symbols │ │ ├── AlignBottom.png │ │ ├── AlignCenterHorizontal.png │ │ ├── AlignCenterVertical.png │ │ ├── AlignLeft.png │ │ ├── AlignRight.png │ │ ├── AlignTop.png │ │ ├── BatteryFull.png │ │ ├── BatteryLow.png │ │ ├── CheckmarkBorderHighlight.png │ │ ├── CheckmarkGreen.png │ │ ├── CheckmarkWhite.png │ │ ├── CrossmarkGray.png │ │ ├── CrossmarkRed.png │ │ ├── CrossmarkWhite.png │ │ ├── Drill.png │ │ ├── Hammer.png │ │ ├── LaunchPad.png │ │ ├── Lightning.png │ │ ├── LightningGreen.png │ │ ├── LightningRed.png │ │ ├── MachineTurnOff.png │ │ ├── MachineTurnOn.png │ │ ├── NoSignGray.png │ │ ├── QuestionMark.png │ │ ├── QuestionMarkGold.png │ │ ├── ResetBorderHighlight.png │ │ ├── ResetGray.png │ │ ├── ResetRed.png │ │ ├── ResetWhite.png │ │ ├── Rocket.png │ │ ├── SpaceStation.png │ │ ├── SpawnPoint.png │ │ ├── WarningRed.png │ │ ├── WarningYellow.png │ │ └── Wrench.png │ ├── WidePanel.png │ ├── WidePanelBorder.png │ └── WidePanelHoverBorder.png │ └── fireball.png ├── Common ├── Bases │ ├── NPCs │ │ ├── ComplexAINPC.cs │ │ └── Worm.cs │ ├── Projectiles │ │ ├── BaseMeteor.cs │ │ ├── ChargedHeldProjectile.cs │ │ ├── GreatswordHeldProjectile.cs │ │ ├── GreatswordSwingStyle.cs │ │ ├── GunHeldProjectile.cs │ │ ├── HalberdProjectile.cs │ │ ├── HeldProjectile.cs │ │ ├── RicochetBullet.cs │ │ └── TombstoneProjectile.cs │ └── Tiles │ │ ├── CustomTree.cs │ │ ├── IDoorTile.cs │ │ └── IToggleableTile.cs ├── Commands │ ├── ClearSubworldCommand.cs │ ├── DebugToggleCommand.cs │ └── WorldRegenCommand.cs ├── Config │ ├── ClientConfig.cs │ └── ServerConfig.cs ├── CrossMod │ ├── CrossMod.cs │ └── CustomAchievement.cs ├── DataStructures │ ├── CellularAutomaton.cs │ ├── Circuit.cs │ ├── ConnectionSearch.cs │ ├── DrawAnimationPrecise.cs │ ├── FuelData.cs │ ├── LiquidContainerData.cs │ ├── LiquidExtractData.cs │ ├── OldPositionCache.cs │ ├── PerlinNoise2D.cs │ ├── RawTexture.cs │ ├── RectangleTest.cs │ ├── SceneData.cs │ ├── SpriteBatchState.cs │ ├── TileNeighbourInfo.cs │ ├── TileTypeStylePair.cs │ ├── UnionFind.cs │ └── WorldSize.cs ├── Debugging │ ├── DebugDrawing.cs │ └── Stats │ │ └── ContentStats.cs ├── Drawing │ ├── CelestialDisco.cs │ ├── CursorIcon.cs │ ├── FadeEffect.cs │ ├── Particles │ │ ├── Particle.Creation.cs │ │ ├── Particle.Netcode.cs │ │ ├── Particle.cs │ │ └── ParticleManager.cs │ ├── Rift.cs │ ├── Sky │ │ ├── CelestialBody.cs │ │ ├── MacrocosmAmbientSky.cs │ │ ├── MacrocosmFadingSkyEntity.cs │ │ ├── MacrocosmSkyEntity.cs │ │ ├── MacrocosmStar.cs │ │ └── Stars.cs │ ├── TileRendering.cs │ └── Trails │ │ └── VertexTrail.cs ├── Enums │ ├── LuminiteStyle.cs │ ├── MapColorType.cs │ ├── RadiationSeverity.cs │ ├── TextHorizontalAlign.cs │ ├── TextVerticalAlign.cs │ ├── UpdateRate.cs │ ├── WallSafetyType.cs │ └── WireType.cs ├── Global │ ├── Buffs │ │ └── OnFireGlobalBuff.cs │ ├── Items │ │ ├── BalanceGlobalItem.cs │ │ ├── CommonTooltipGlobalItem.cs │ │ ├── CustomDrawGlobalItem.cs │ │ ├── EarthLootGlobalItem.cs │ │ ├── GeneralGlobalItem.cs │ │ ├── GravityGlobalItem.cs │ │ ├── SeedGlobalItem.cs │ │ ├── TorchGlobalItem.cs │ │ ├── UnusableGlobalItem.cs │ │ └── WireCutterGlobalItem.cs │ ├── NPCs │ │ ├── DebuffGlobalNPC.cs │ │ ├── MacrocosmGlobalNPC.cs │ │ ├── MacrocosmNPC.cs │ │ ├── MoonLordGlobalNPC.cs │ │ └── VanillaNPCShop.cs │ ├── Projectiles │ │ ├── BalanceGlobalProjectile.cs │ │ ├── ExplosiveGlobalProjectile.cs │ │ ├── FertilizerGlobalProjectile.cs │ │ ├── HitTileGlobalProjectile.cs │ │ ├── NetSyncGlobalProjectile.cs │ │ └── ShootSpreadGlobalProjectile.cs │ └── Tiles │ │ ├── CustomContainerGlobalTile.cs │ │ ├── ExplosionGlobalTile.cs │ │ ├── LaunchPadGlobalTile.cs │ │ ├── LightSourceGlobalTile.cs │ │ ├── LuminiteGlobalTile.cs │ │ ├── RandomUpdateGlobalTile.cs │ │ ├── SubworldGlobalTile.cs │ │ └── SubworldGlobalWall.cs ├── Graphics │ ├── CustomBlendStates.cs │ ├── CustomRasterizerStates.cs │ ├── GraphicsSystem.cs │ └── Mesh2D.cs ├── Hooks │ ├── AmbientSkyHooks.cs │ ├── BackgroundDrawHooks.cs │ ├── CoinSlotPlacementHooks.cs │ ├── ConversionHooks.cs │ ├── DeathMessageHooks.cs │ ├── DoorTileHooks.cs │ ├── ExplosionHooks.cs │ ├── GenericDrawHooks.cs │ ├── GoreHooks.cs │ ├── ItemDespawnHooks.cs │ ├── LiquidHooks.cs │ ├── ObjectPreviewHooks.cs │ ├── PaintSystemHooks.cs │ ├── PickPowerHook.cs │ ├── PotionDelayHooks.cs │ ├── TombstonesHooks.cs │ ├── TorchLightHooks.cs │ ├── TreeHooks.cs │ └── UIElementHooks.cs ├── Loot │ ├── DropConditions │ │ ├── BaseCondition.cs │ │ ├── ConditionsChain.cs │ │ ├── SceneDataConditions.cs │ │ ├── SubworldDropCondition.cs │ │ └── TilePositionConditions.cs │ ├── DropRules │ │ ├── TECommonDrop.cs │ │ └── TEDropWithConditionRule.cs │ ├── IBlacklistable.cs │ └── SimpleLootTable.cs ├── Netcode │ ├── NetExtensions.cs │ ├── NetHelper.cs │ ├── NetSyncAttribute.cs │ └── PacketHandler.cs ├── Players │ ├── DashPlayer.cs │ ├── FishingPlayer.cs │ ├── InfoDisplayPlayer.cs │ ├── InventoryPlayer.cs │ ├── IrradiationPlayer.cs │ ├── LeechPlayer.cs │ ├── MacrocosmPlayer.cs │ ├── ManaWardPlayer.cs │ ├── MedkitPlayer.cs │ ├── MomentumLashPlayer.cs │ ├── RocketPlayer.cs │ ├── StalwartPlayer.cs │ ├── StaminaPlayer.cs │ └── WingPlayer.cs ├── Sets │ ├── BuffSets.cs │ ├── ItemSets.cs │ ├── NPCSets.cs │ ├── ProjectileSets.cs │ └── TileSets.cs ├── Storage │ ├── IInventoryOwner.cs │ ├── Inventory.Netcode.cs │ ├── Inventory.Serialization.cs │ ├── Inventory.UI.cs │ └── Inventory.cs ├── Subworlds │ ├── MacrocosmSubworld.Static.cs │ ├── MacrocosmSubworld.Tasks.cs │ ├── MacrocosmSubworld.cs │ ├── OrbitSubworld.cs │ ├── SubworldTravelPlayer.cs │ └── SubworldTravelSystem.cs ├── Systems │ ├── Connectors │ │ ├── ConnectorData.cs │ │ ├── ConnectorSystem.Conveyors.cs │ │ ├── ConnectorSystem.cs │ │ ├── ConnectorType.cs │ │ └── ConnectorVisibility.cs │ ├── CurrencySystem.cs │ ├── Flags │ │ └── WorldFlags.cs │ ├── GameTipSystem.cs │ ├── MacrocosmWorld.cs │ ├── MapTileSystem.cs │ ├── NPCDebuffImmunitySystem.cs │ ├── Power │ │ ├── BatteryTE.cs │ │ ├── ConsumerTE.cs │ │ ├── GeneratorTE.cs │ │ ├── IOxygenSource.cs │ │ ├── MachineTE.Clusters.cs │ │ ├── MachineTE.Hooks.cs │ │ ├── MachineTE.Wiring.cs │ │ ├── MachineTE.cs │ │ ├── MachineTile.cs │ │ └── MachineUI.cs │ ├── RoomOxygenSystem.cs │ ├── TileCounts.cs │ ├── TownNPCSystem.cs │ └── UI │ │ ├── AssemblyUIState.cs │ │ ├── MachineUIState.cs │ │ ├── RocketUIState.cs │ │ └── UISystem.cs ├── TileFrame │ ├── TileAnimation.cs │ └── TileFraming.cs ├── UI │ ├── IFixedUpdateable.cs │ ├── IFocusable.cs │ ├── IRocketUIDataConsumer.cs │ ├── ITabUIElement.cs │ ├── InfoElement.cs │ ├── LocalizedColorScaleText.cs │ ├── Themes │ │ ├── UITheme.Static.cs │ │ └── UITheme.cs │ ├── UIColorMenuHSL.cs │ ├── UIConnectors.cs │ ├── UIDragablePanel.cs │ ├── UIDynamicTextPanel.cs │ ├── UIHoverImageButton.cs │ ├── UIInfoElement.cs │ ├── UIInputTextBox.cs │ ├── UIInputTextField.cs │ ├── UIInventoryItemIcon.cs │ ├── UIInventorySlot.cs │ ├── UIItemDropInfo.cs │ ├── UILiquid.cs │ ├── UILiquidTank.cs │ ├── UILiquidTankPiston.cs │ ├── UIListScrollablePanel.cs │ ├── UIPanelIconButton.cs │ ├── UIPanelProgressBar.cs │ ├── UISnippetText.cs │ └── UITextureProgressBar.cs ├── Utils │ ├── Utility.AI.cs │ ├── Utility.Collections.cs │ ├── Utility.Collision.cs │ ├── Utility.Color.cs │ ├── Utility.Drawing.cs │ ├── Utility.Dust.cs │ ├── Utility.Extension.cs │ ├── Utility.Graphics.cs │ ├── Utility.IO.cs │ ├── Utility.Item.cs │ ├── Utility.Lighting.cs │ ├── Utility.Localization.cs │ ├── Utility.Math.cs │ ├── Utility.Misc.cs │ ├── Utility.NPC.cs │ ├── Utility.Net.cs │ ├── Utility.Player.cs │ ├── Utility.Projectile.cs │ ├── Utility.Random.cs │ ├── Utility.Reflection.cs │ ├── Utility.Tile.cs │ ├── Utility.UI.cs │ ├── Utility.World.cs │ ├── Utility.WorldGen.cs │ └── logarithm.xlsx └── WorldGeneration │ ├── CustomActions.cs │ ├── CustomConditions.cs │ ├── CustomShapes.cs │ ├── MultiStructure.cs │ ├── Structure.cs │ └── Tex2Gen.cs ├── Content ├── Achievements │ ├── BuildRocket.cs │ ├── BuildRocket.png │ ├── CraftSpaceSuit.cs │ ├── CraftSpaceSuit.png │ ├── DefeatCraterDemon.cs │ ├── DefeatCraterDemon.png │ ├── SurviveMoon.cs │ └── TravelToMoon.cs ├── Backgrounds │ ├── Blank │ │ ├── Blank.png │ │ ├── BlankSufraceBackgroundStyle.cs │ │ └── BlankUndergroundBackgroundStyle.cs │ └── Moon │ │ ├── MoonCavernOld.png │ │ ├── MoonCavernUG0.png │ │ ├── MoonCavernUG1.png │ │ ├── MoonCavernUG2.png │ │ ├── MoonCavernUG3.png │ │ ├── MoonCavernUG3_1.png │ │ ├── MoonCavernUG3_2.png │ │ ├── MoonSurfaceBackgroundStyle.cs │ │ ├── MoonSurfaceFar.png │ │ ├── MoonSurfaceMid.png │ │ ├── MoonSurfaceNear.png │ │ └── MoonUndergroundBackgroundStyle.cs ├── Biomes │ ├── BasaltBiome.cs │ ├── BlankBackgroundSceneEffect.cs │ ├── DemonSunBiome.cs │ ├── EarthBiome.cs │ ├── IrradiationBiome.cs │ ├── MonolithSceneEffect.cs │ ├── MoonBiome.cs │ ├── MoonNightBiome.cs │ ├── MoonUndergroundBiome.cs │ ├── OrbitSceneEffect.cs │ └── PollutionBiome.cs ├── Buffs │ ├── Minions │ │ ├── CalcicCaneMinionBuff.cs │ │ ├── CalcicCaneMinionBuff.png │ │ ├── ChandriumStaffMinionBuff.cs │ │ ├── ChandriumStaffMinionBuff.png │ │ ├── GreatstaffOfHorusMinionBuff.cs │ │ ├── GreatstaffOfHorusMinionBuff.png │ │ ├── HummingbirdDroneSummonBuff.cs │ │ ├── HummingbirdDroneSummonBuff.png │ │ ├── RyuguSummonBuff.cs │ │ └── RyuguSummonBuff.png │ ├── Mounts │ │ ├── SpaceShuttle.cs │ │ └── SpaceShuttle.png │ ├── Pets │ │ ├── CraterDemonPet.cs │ │ └── CraterDemonPet.png │ ├── Potions │ │ ├── AntiRadiationPills.cs │ │ ├── AntiRadiationPills.png │ │ ├── MedkitHigh.cs │ │ ├── MedkitHigh.png │ │ ├── MedkitLow.cs │ │ ├── MedkitLow.png │ │ ├── MedkitMedium.cs │ │ └── MedkitMedium.png │ └── Weapons │ │ ├── ChandriumWhipBuff.cs │ │ └── ChandriumWhipBuff.png ├── CameraModifiers │ ├── PanCameraModifier.cs │ └── ScreenshakeCameraModifier.cs ├── Clouds │ └── Pollution │ │ ├── PollutionCloud.cs │ │ ├── PollutionCloud1.png │ │ ├── PollutionCloud2.png │ │ ├── PollutionCloud3.png │ │ ├── PollutionCloud4.png │ │ ├── PollutionCloud5.png │ │ ├── PollutionCloud6.png │ │ ├── PollutionCloud7.png │ │ └── PollutionCloud8.png ├── Debuffs │ ├── Enemies │ │ ├── Fear.cs │ │ ├── Fear.png │ │ ├── SuitBreach.cs │ │ └── SuitBreach.png │ ├── Environment │ │ ├── Biohazard.png │ │ ├── Depressurized.cs │ │ └── Depressurized.png │ ├── Melting.cs │ ├── Melting.png │ ├── Radiation │ │ ├── Blindness.cs │ │ ├── Blindness.png │ │ ├── Fatigue.cs │ │ ├── Fatigue.png │ │ ├── Irradiated.cs │ │ ├── Irradiated.png │ │ ├── MildNecrosis.cs │ │ ├── MildNecrosis.png │ │ ├── Necrosis.cs │ │ ├── Necrosis.png │ │ ├── OrganFailure.cs │ │ ├── OrganFailure.png │ │ ├── Paralysis.cs │ │ ├── Paralysis.png │ │ ├── WeakBones.cs │ │ └── WeakBones.png │ └── Weapons │ │ ├── HandheldEngineOverheat.cs │ │ ├── HandheldEngineOverheat.png │ │ ├── HorusBurn.cs │ │ ├── HorusBurn.png │ │ ├── ProcellarumLightningMark.cs │ │ ├── ProcellarumLightningMark.png │ │ ├── TotalityTag.cs │ │ └── TotalityTag.png ├── DrawLayers │ ├── CelestialBulwarkLayer.cs │ └── HeldItemLayer.cs ├── Dusts │ ├── ArtemiteBrightDust.cs │ ├── ArtemiteBrightDust.png │ ├── ArtemiteDust.cs │ ├── ArtemiteDust.png │ ├── CelestialDust.cs │ ├── CelestialDust.png │ ├── ChandriumBrightDust.cs │ ├── ChandriumBrightDust.png │ ├── ChandriumDust.cs │ ├── ChandriumDust.png │ ├── CheeseDust.cs │ ├── CheeseDust.png │ ├── CoalDust.cs │ ├── CoalDust.png │ ├── CrucibleDust.cs │ ├── CrucibleDust.png │ ├── CynthalithDust.cs │ ├── CynthalithDust.png │ ├── DianiteBrightDust.cs │ ├── DianiteBrightDust.png │ ├── DianiteDust.cs │ ├── DianiteDust.png │ ├── ElectricSparkDust.cs │ ├── ElectricSparkDust.png │ ├── FrigorianDust.cs │ ├── FrigorianDust.png │ ├── GreenBrightDust.cs │ ├── GreenBrightDust.png │ ├── IndustrialPlatingDust.cs │ ├── IndustrialPlatingDust.png │ ├── InhibitorFieldDust.cs │ ├── InhibitorFieldDust.png │ ├── InvarBits.cs │ ├── InvarBits.png │ ├── IrradiatedDust.cs │ ├── IrradiatedDust.png │ ├── IrradiatedRockDust.cs │ ├── IrradiatedRockDust.png │ ├── LuminiteBrightDust.cs │ ├── LuminiteBrightDust.png │ ├── LuminiteSparkDust.cs │ ├── LuminiteSparkDust.png │ ├── MoonSwordDust.cs │ ├── MoonSwordDust.png │ ├── ProtolithDust.cs │ ├── ProtolithDust.png │ ├── RegolithDust.cs │ ├── RegolithDust.png │ ├── RunicScriptDust.cs │ ├── RunicScriptDust.png │ ├── SeleniteBrightDust.cs │ ├── SeleniteBrightDust.png │ ├── SeleniteDust.cs │ ├── SeleniteDust.png │ ├── SilicaCrimsandDust.cs │ ├── SilicaCrimsandDust.png │ ├── SilicaEbonsandDust.cs │ ├── SilicaEbonsandDust.png │ ├── SilicaPearlsandDust.cs │ ├── SilicaPearlsandDust.png │ ├── SilicaSandDust.cs │ ├── SilicaSandDust.png │ ├── SmokeDust.cs │ ├── SparkleDust.cs │ ├── TarDust.cs │ └── TarDust.png ├── Gores │ ├── ClaviteGoreEye1.png │ ├── ClaviteGoreEye2.png │ ├── ClaviteGoreHead1.png │ ├── ClaviteGoreHead2.png │ ├── ClaviteGoreJaw1.png │ ├── ClaviteGoreJaw2.png │ ├── CraterCrawlerBodyGore.png │ ├── CraterCrawlerHeadGore.png │ ├── CraterCrawlerTailGore.png │ ├── CraterDemonGoreFace.png │ ├── CraterDemonGoreHead.png │ ├── CraterDemonGoreJaw.png │ ├── CraterImpGoreFace.png │ ├── CraterImpGoreHead.png │ ├── CraterImpGoreJaw.png │ ├── CrescentGhoulGore1.png │ ├── CrescentGhoulGore2.png │ ├── CrescentGhoulGore3.png │ ├── FrigorianGore1.png │ ├── FrigorianGore2.png │ ├── FrigorianGore3.png │ ├── JuggernautGoreArm1.png │ ├── JuggernautGoreArm2.png │ ├── KyaniteCritterGore1.png │ ├── KyaniteCritterGore2.png │ ├── KyaniteSmallGore1.png │ ├── KyaniteSmallGore2.png │ ├── KyaniteSmallGore3.png │ ├── LeaperGoreArm.png │ ├── LeaperGoreEye.png │ ├── LeaperGoreHead.png │ ├── LeaperGoreLeg.png │ ├── MinigunShell.cs │ ├── MinigunShell.png │ ├── MoonChampionGoreArm.png │ ├── MoonChampionGoreHead.png │ ├── MoonChampionGoreLeg.png │ ├── MoonWormAlternate1.png │ ├── MoonWormAlternate2.png │ ├── MoonWormHead1.png │ ├── MoonWormHead2.png │ ├── MoonWormSegment1.png │ ├── MoonWormSegment2.png │ ├── MoonWormTail.png │ ├── MoonZombieArm.png │ ├── MoonZombieHead.png │ ├── MoonZombieLeg.png │ ├── ZombieEngineerGore1.png │ ├── ZombieEngineerGore2.png │ ├── ZombieEngineerGore3.png │ ├── ZombieEngineerGore4.png │ ├── ZombieSecurityArm.png │ ├── ZombieSecurityHead.png │ ├── ZombieSecurityLeg1.png │ └── ZombieSecurityLeg2.png ├── Items │ ├── Accessories │ │ ├── ArcaneBarnacle.cs │ │ ├── ArcaneBarnacle.png │ │ ├── CelestialBulwark.cs │ │ ├── CelestialBulwark.png │ │ ├── CelestialBulwark_Mask.png │ │ ├── CelestialBulwark_Mask_Nebula.png │ │ ├── CelestialBulwark_Mask_Solar.png │ │ ├── CelestialBulwark_Mask_Stardust.png │ │ ├── CelestialBulwark_Mask_Vortex.png │ │ ├── CelestialBulwark_Shield.png │ │ ├── CelestialBulwark_Shield_Mask.png │ │ ├── Info │ │ │ ├── Barometer.cs │ │ │ ├── Barometer.png │ │ │ ├── BarometerInfoDisplay.cs │ │ │ ├── BarometerInfoDisplay.png │ │ │ ├── GeigerMuller.cs │ │ │ ├── GeigerMuller.png │ │ │ ├── GeigerMullerInfoDisplay.cs │ │ │ ├── GeigerMullerInfoDisplay.png │ │ │ ├── ThermometerInfoDisplay.cs │ │ │ └── ThermometerInfoDisplay.png │ │ ├── LaserSight.cs │ │ ├── LaserSight.png │ │ ├── MomentumLash.cs │ │ ├── MomentumLash.png │ │ ├── OsmiumBoots.cs │ │ ├── OsmiumBoots.png │ │ ├── OsmiumBoots_Shoes.png │ │ ├── StalwartTowerShield.cs │ │ ├── StalwartTowerShield.png │ │ ├── TempestuousBand.cs │ │ ├── TempestuousBand.png │ │ ├── ThaumaturgicWard.cs │ │ └── ThaumaturgicWard.png │ ├── Ammo │ │ ├── InvarArrow.cs │ │ ├── InvarArrow.png │ │ ├── InvarBullet.cs │ │ └── InvarBullet.png │ ├── Armor │ │ ├── Aluminum │ │ │ ├── AluminumBreastplate.cs │ │ │ ├── AluminumBreastplate.png │ │ │ ├── AluminumBreastplate_Body.png │ │ │ ├── AluminumGreaves.cs │ │ │ ├── AluminumGreaves.png │ │ │ ├── AluminumGreaves_Legs.png │ │ │ ├── AluminumHelmet.cs │ │ │ ├── AluminumHelmet.png │ │ │ └── AluminumHelmet_Head.png │ │ ├── Artemite │ │ │ ├── ArtemiteBreastplate.cs │ │ │ ├── ArtemiteBreastplate.png │ │ │ ├── ArtemiteBreastplate_Body.png │ │ │ ├── ArtemiteHeadgear.cs │ │ │ ├── ArtemiteHeadgear.png │ │ │ ├── ArtemiteHeadgear_Head.png │ │ │ ├── ArtemiteLeggings.cs │ │ │ ├── ArtemiteLeggings.png │ │ │ └── ArtemiteLeggings_Legs.png │ │ ├── Astronaut │ │ │ ├── AstronautHelmet.cs │ │ │ ├── AstronautHelmet.png │ │ │ ├── AstronautHelmet_Head.png │ │ │ ├── AstronautLeggings.cs │ │ │ ├── AstronautLeggings.png │ │ │ ├── AstronautLeggings_Legs.png │ │ │ ├── AstronautSuit.cs │ │ │ ├── AstronautSuit.png │ │ │ └── AstronautSuit_Body.png │ │ ├── Chandrium │ │ │ ├── ChandriumBreastplate.cs │ │ │ ├── ChandriumBreastplate.png │ │ │ ├── ChandriumBreastplate_Body.png │ │ │ ├── ChandriumCape.png │ │ │ ├── ChandriumHelm.cs │ │ │ ├── ChandriumHelm.png │ │ │ ├── ChandriumHelm_Head.png │ │ │ ├── ChandriumLeggings.cs │ │ │ ├── ChandriumLeggings.png │ │ │ └── ChandriumLeggings_Legs.png │ │ ├── Dianite │ │ │ ├── DianiteBreastplate.cs │ │ │ ├── DianiteBreastplate.png │ │ │ ├── DianiteBreastplate_Body.png │ │ │ ├── DianiteLeggings.cs │ │ │ ├── DianiteLeggings.png │ │ │ ├── DianiteLeggings_Legs.png │ │ │ ├── DianiteVisor.cs │ │ │ ├── DianiteVisor.png │ │ │ └── DianiteVisor_Head.png │ │ ├── RubberWood │ │ │ ├── RubberWoodBreastplate.png │ │ │ ├── RubberWoodGreaves.png │ │ │ └── RubberWoodHelmet.png │ │ ├── Selenite │ │ │ ├── SeleniteBreastplate.cs │ │ │ ├── SeleniteBreastplate.png │ │ │ ├── SeleniteBreastplate_Body.png │ │ │ ├── SeleniteHelmet.cs │ │ │ ├── SeleniteHelmet.png │ │ │ ├── SeleniteHelmet_Head.png │ │ │ ├── SeleniteLeggings.cs │ │ │ ├── SeleniteLeggings.png │ │ │ └── SeleniteLeggings_Legs.png │ │ ├── Steel │ │ │ ├── SteelChestplate.cs │ │ │ ├── SteelChestplate.png │ │ │ ├── SteelChestplate_Body.png │ │ │ ├── SteelHelmet.cs │ │ │ ├── SteelHelmet.png │ │ │ ├── SteelHelmet_Head.png │ │ │ ├── SteelLeggings.cs │ │ │ ├── SteelLeggings.png │ │ │ └── SteelLeggings_Legs.png │ │ └── Vanity │ │ │ ├── BossMasks │ │ │ ├── CraterDemonMask.cs │ │ │ ├── CraterDemonMask.png │ │ │ └── CraterDemonMask_Head.png │ │ │ ├── Dev │ │ │ └── Clyder │ │ │ │ ├── ClydersHood.cs │ │ │ │ ├── ClydersHood.png │ │ │ │ ├── ClydersHood_Head.png │ │ │ │ ├── ClydersRobe.cs │ │ │ │ ├── ClydersRobe.png │ │ │ │ ├── ClydersRobe_Body.png │ │ │ │ ├── ClydersRobe_Legs.png │ │ │ │ ├── ClydersWings.cs │ │ │ │ ├── ClydersWings.png │ │ │ │ └── ClydersWings_Wings.png │ │ │ ├── Employee │ │ │ ├── EmployeeBoots.cs │ │ │ ├── EmployeeBoots.png │ │ │ ├── EmployeeBoots_Legs.png │ │ │ ├── EmployeeSuit.cs │ │ │ ├── EmployeeSuit.png │ │ │ ├── EmployeeSuit_Body.png │ │ │ ├── EmployeeVisor.cs │ │ │ ├── EmployeeVisor.png │ │ │ └── EmployeeVisor_Head.png │ │ │ └── Marine │ │ │ ├── MarineHelmet.png │ │ │ ├── MarinePants.png │ │ │ └── MarineVest.png │ ├── Banners │ │ ├── MercurianBanner.cs │ │ └── MercurianBanner.png │ ├── Bars │ │ ├── AluminumBar.cs │ │ ├── AluminumBar.png │ │ ├── ArtemiteBar.cs │ │ ├── ArtemiteBar.png │ │ ├── ChandriumBar.cs │ │ ├── ChandriumBar.png │ │ ├── DianiteBar.cs │ │ ├── DianiteBar.png │ │ ├── InvarBar.cs │ │ ├── InvarBar.png │ │ ├── SeleniteBar.cs │ │ ├── SeleniteBar.png │ │ ├── SteelBar.cs │ │ └── SteelBar.png │ ├── Blocks │ │ ├── Bricks │ │ │ ├── CoalBrick.cs │ │ │ ├── CoalBrick.png │ │ │ ├── GothicCoalBrick.cs │ │ │ ├── GothicCoalBrick.png │ │ │ ├── HaemonovaBrick.png │ │ │ ├── IrradiatedBrick.cs │ │ │ ├── IrradiatedBrick.png │ │ │ ├── ProtolithBrick.cs │ │ │ ├── ProtolithBrick.png │ │ │ ├── RegolithBrick.cs │ │ │ └── RegolithBrick.png │ │ ├── CheeseBlock.cs │ │ ├── CheeseBlock.png │ │ ├── IndustrialPlating.cs │ │ ├── IndustrialPlating.png │ │ ├── LexanGlass.cs │ │ ├── LexanGlass.png │ │ ├── LexanGlass_Blueprint.png │ │ ├── Sands │ │ │ ├── SilicaCrimsand.cs │ │ │ ├── SilicaCrimsand.png │ │ │ ├── SilicaEbonsand.cs │ │ │ ├── SilicaEbonsand.png │ │ │ ├── SilicaPearlsand.cs │ │ │ ├── SilicaPearlsand.png │ │ │ ├── SilicaSand.cs │ │ │ └── SilicaSand.png │ │ └── Terrain │ │ │ ├── Cynthalith.cs │ │ │ ├── Cynthalith.png │ │ │ ├── IrradiatedRock.cs │ │ │ ├── IrradiatedRock.png │ │ │ ├── Protolith.cs │ │ │ ├── Protolith.png │ │ │ ├── Regolith.cs │ │ │ └── Regolith.png │ ├── Connectors │ │ ├── Conveyor.cs │ │ ├── Conveyor.png │ │ ├── ConveyorInlet.cs │ │ ├── ConveyorInlet.png │ │ ├── ConveyorOutlet.cs │ │ └── ConveyorOutlet.png │ ├── Consumables │ │ ├── BloodMoonSigil.png │ │ ├── BossBags │ │ │ ├── CraterDemonBossBag.cs │ │ │ ├── CraterDemonBossBag.png │ │ │ └── WarMachineBossBag.png │ │ ├── BossSummons │ │ │ ├── CraterDemonSummon.cs │ │ │ ├── CraterDemonSummon.png │ │ │ └── CraterDemonSummon_Held.png │ │ ├── Potions │ │ │ ├── AdrenalineInjector.png │ │ │ ├── AntiRadiationPills.cs │ │ │ ├── AntiRadiationPills.png │ │ │ ├── GodskinPotion.png │ │ │ ├── Medkit.cs │ │ │ ├── Medkit.png │ │ │ ├── Pill.png │ │ │ ├── SyringeGreen.png │ │ │ └── SyringeOrange.png │ │ ├── Throwable │ │ │ ├── LunarCrystal.cs │ │ │ ├── LunarCrystal.png │ │ │ ├── MoonPhaseGlobe.cs │ │ │ └── MoonPhaseGlobe.png │ │ └── Unlockables │ │ │ ├── HelixPatternDesign.cs │ │ │ ├── HelixPatternDesign.png │ │ │ └── PatternDesign.cs │ ├── Crafting │ │ ├── AdamantiteLoom.cs │ │ ├── AdamantiteLoom.png │ │ ├── Fabricator.cs │ │ ├── Fabricator.png │ │ ├── TitaniumLoom.cs │ │ └── TitaniumLoom.png │ ├── Critters │ │ ├── KyaniteScarabCritter.cs │ │ └── KyaniteScarabCritter.png │ ├── Currency │ │ ├── Moonstone.cs │ │ ├── Moonstone.png │ │ └── MoonstoneData.cs │ ├── Dev │ │ ├── BanHammer.cs │ │ ├── BanHammer.png │ │ ├── DevOmnitool.cs │ │ ├── DevOmnitool.png │ │ ├── DevPick.cs │ │ ├── DevPick.png │ │ ├── IrradiatedAltar.cs │ │ ├── IrradiatedAltar.png │ │ ├── RocketPlacer.cs │ │ ├── RocketPlacer.png │ │ ├── Teleporter.cs │ │ └── Teleporter.png │ ├── Drops │ │ ├── AlienResidue.cs │ │ ├── AlienResidue.png │ │ ├── BrokenHeroShield.cs │ │ ├── BrokenHeroShield.png │ │ ├── CortexFragment.cs │ │ ├── CortexFragment.png │ │ ├── DeliriumPlating.cs │ │ ├── DeliriumPlating.png │ │ ├── SpaceDust.cs │ │ └── SpaceDust.png │ ├── Food │ │ ├── CapstoneRush.cs │ │ ├── CapstoneRush.png │ │ ├── Cheese.cs │ │ └── Cheese.png │ ├── Furniture │ │ ├── Astra │ │ │ ├── AstraBathtub.cs │ │ │ ├── AstraBathtub.png │ │ │ ├── AstraBed.cs │ │ │ ├── AstraBed.png │ │ │ ├── AstraBookcase.cs │ │ │ ├── AstraBookcase.png │ │ │ ├── AstraCandelabra.cs │ │ │ ├── AstraCandelabra.png │ │ │ ├── AstraCandle.cs │ │ │ ├── AstraCandle.png │ │ │ ├── AstraChair.cs │ │ │ ├── AstraChair.png │ │ │ ├── AstraChandelier.cs │ │ │ ├── AstraChandelier.png │ │ │ ├── AstraChest.cs │ │ │ ├── AstraChest.png │ │ │ ├── AstraClock.cs │ │ │ ├── AstraClock.png │ │ │ ├── AstraDoor.cs │ │ │ ├── AstraDoor.png │ │ │ ├── AstraDresser.cs │ │ │ ├── AstraDresser.png │ │ │ ├── AstraLamp.cs │ │ │ ├── AstraLamp.png │ │ │ ├── AstraLantern.cs │ │ │ ├── AstraLantern.png │ │ │ ├── AstraPiano.cs │ │ │ ├── AstraPiano.png │ │ │ ├── AstraPlatform.cs │ │ │ ├── AstraPlatform.png │ │ │ ├── AstraSink.cs │ │ │ ├── AstraSink.png │ │ │ ├── AstraSofa.cs │ │ │ ├── AstraSofa.png │ │ │ ├── AstraTable.cs │ │ │ ├── AstraTable.png │ │ │ ├── AstraToilet.cs │ │ │ ├── AstraToilet.png │ │ │ ├── AstraWorkbench.cs │ │ │ └── AstraWorkbench.png │ │ ├── Boombox.cs │ │ ├── Boombox.png │ │ ├── Cheese │ │ │ ├── CheeseBathtub.cs │ │ │ ├── CheeseBathtub.png │ │ │ ├── CheeseBed.cs │ │ │ ├── CheeseBed.png │ │ │ ├── CheeseBookcase.cs │ │ │ ├── CheeseBookcase.png │ │ │ ├── CheeseCandelabra.cs │ │ │ ├── CheeseCandelabra.png │ │ │ ├── CheeseCandle.cs │ │ │ ├── CheeseCandle.png │ │ │ ├── CheeseChair.cs │ │ │ ├── CheeseChair.png │ │ │ ├── CheeseChandelier.cs │ │ │ ├── CheeseChandelier.png │ │ │ ├── CheeseChest.cs │ │ │ ├── CheeseChest.png │ │ │ ├── CheeseClock.cs │ │ │ ├── CheeseClock.png │ │ │ ├── CheeseDoor.cs │ │ │ ├── CheeseDoor.png │ │ │ ├── CheeseDresser.cs │ │ │ ├── CheeseDresser.png │ │ │ ├── CheeseLamp.cs │ │ │ ├── CheeseLamp.png │ │ │ ├── CheeseLantern.cs │ │ │ ├── CheeseLantern.png │ │ │ ├── CheesePiano.cs │ │ │ ├── CheesePiano.png │ │ │ ├── CheesePlatform.cs │ │ │ ├── CheesePlatform.png │ │ │ ├── CheeseSink.cs │ │ │ ├── CheeseSink.png │ │ │ ├── CheeseSofa.cs │ │ │ ├── CheeseSofa.png │ │ │ ├── CheeseTable.cs │ │ │ ├── CheeseTable.png │ │ │ ├── CheeseToilet.cs │ │ │ ├── CheeseToilet.png │ │ │ ├── CheeseWorkbench.cs │ │ │ └── CheeseWorkbench.png │ │ ├── ConstructionLight.cs │ │ ├── ConstructionLight.png │ │ ├── CosmicEmber │ │ │ ├── CosmicEmberBathtub.cs │ │ │ ├── CosmicEmberBathtub.png │ │ │ ├── CosmicEmberBed.cs │ │ │ ├── CosmicEmberBed.png │ │ │ ├── CosmicEmberBookcase.cs │ │ │ ├── CosmicEmberBookcase.png │ │ │ ├── CosmicEmberCandelabra.cs │ │ │ ├── CosmicEmberCandelabra.png │ │ │ ├── CosmicEmberCandle.cs │ │ │ ├── CosmicEmberCandle.png │ │ │ ├── CosmicEmberChair.cs │ │ │ ├── CosmicEmberChair.png │ │ │ ├── CosmicEmberChandelier.cs │ │ │ ├── CosmicEmberChandelier.png │ │ │ ├── CosmicEmberChest.cs │ │ │ ├── CosmicEmberChest.png │ │ │ ├── CosmicEmberClock.cs │ │ │ ├── CosmicEmberClock.png │ │ │ ├── CosmicEmberDoor.cs │ │ │ ├── CosmicEmberDoor.png │ │ │ ├── CosmicEmberDresser.cs │ │ │ ├── CosmicEmberDresser.png │ │ │ ├── CosmicEmberLamp.cs │ │ │ ├── CosmicEmberLamp.png │ │ │ ├── CosmicEmberLantern.cs │ │ │ ├── CosmicEmberLantern.png │ │ │ ├── CosmicEmberPiano.cs │ │ │ ├── CosmicEmberPiano.png │ │ │ ├── CosmicEmberPlatform.cs │ │ │ ├── CosmicEmberPlatform.png │ │ │ ├── CosmicEmberSink.cs │ │ │ ├── CosmicEmberSink.png │ │ │ ├── CosmicEmberSofa.cs │ │ │ ├── CosmicEmberSofa.png │ │ │ ├── CosmicEmberTable.cs │ │ │ ├── CosmicEmberTable.png │ │ │ ├── CosmicEmberToilet.cs │ │ │ ├── CosmicEmberToilet.png │ │ │ ├── CosmicEmberWorkbench.cs │ │ │ └── CosmicEmberWorkbench.png │ │ ├── Cryocore │ │ │ ├── CryocoreBathtub.cs │ │ │ ├── CryocoreBathtub.png │ │ │ ├── CryocoreBed.cs │ │ │ ├── CryocoreBed.png │ │ │ ├── CryocoreBookcase.cs │ │ │ ├── CryocoreBookcase.png │ │ │ ├── CryocoreCandelabra.cs │ │ │ ├── CryocoreCandelabra.png │ │ │ ├── CryocoreCandle.cs │ │ │ ├── CryocoreCandle.png │ │ │ ├── CryocoreChair.cs │ │ │ ├── CryocoreChair.png │ │ │ ├── CryocoreChandelier.cs │ │ │ ├── CryocoreChandelier.png │ │ │ ├── CryocoreChest.cs │ │ │ ├── CryocoreChest.png │ │ │ ├── CryocoreClock.cs │ │ │ ├── CryocoreClock.png │ │ │ ├── CryocoreDoor.cs │ │ │ ├── CryocoreDoor.png │ │ │ ├── CryocoreDresser.cs │ │ │ ├── CryocoreDresser.png │ │ │ ├── CryocoreLamp.cs │ │ │ ├── CryocoreLamp.png │ │ │ ├── CryocoreLantern.cs │ │ │ ├── CryocoreLantern.png │ │ │ ├── CryocorePiano.cs │ │ │ ├── CryocorePiano.png │ │ │ ├── CryocorePlatform.cs │ │ │ ├── CryocorePlatform.png │ │ │ ├── CryocoreSink.cs │ │ │ ├── CryocoreSink.png │ │ │ ├── CryocoreSofa.cs │ │ │ ├── CryocoreSofa.png │ │ │ ├── CryocoreTable.cs │ │ │ ├── CryocoreTable.png │ │ │ ├── CryocoreToilet.cs │ │ │ ├── CryocoreToilet.png │ │ │ ├── CryocoreWorkbench.cs │ │ │ └── CryocoreWorkbench.png │ │ ├── DarkCelestial │ │ │ ├── DarkCelestialBathtub.cs │ │ │ ├── DarkCelestialBathtub.png │ │ │ ├── DarkCelestialBed.cs │ │ │ ├── DarkCelestialBed.png │ │ │ ├── DarkCelestialBookcase.cs │ │ │ ├── DarkCelestialBookcase.png │ │ │ ├── DarkCelestialCandelabra.cs │ │ │ ├── DarkCelestialCandelabra.png │ │ │ ├── DarkCelestialCandle.cs │ │ │ ├── DarkCelestialCandle.png │ │ │ ├── DarkCelestialChair.cs │ │ │ ├── DarkCelestialChair.png │ │ │ ├── DarkCelestialChandelier.cs │ │ │ ├── DarkCelestialChandelier.png │ │ │ ├── DarkCelestialChest.cs │ │ │ ├── DarkCelestialChest.png │ │ │ ├── DarkCelestialClock.cs │ │ │ ├── DarkCelestialClock.png │ │ │ ├── DarkCelestialDoor.cs │ │ │ ├── DarkCelestialDoor.png │ │ │ ├── DarkCelestialDresser.cs │ │ │ ├── DarkCelestialDresser.png │ │ │ ├── DarkCelestialLamp.cs │ │ │ ├── DarkCelestialLamp.png │ │ │ ├── DarkCelestialLantern.cs │ │ │ ├── DarkCelestialLantern.png │ │ │ ├── DarkCelestialPiano.cs │ │ │ ├── DarkCelestialPiano.png │ │ │ ├── DarkCelestialPlatform.cs │ │ │ ├── DarkCelestialPlatform.png │ │ │ ├── DarkCelestialSink.cs │ │ │ ├── DarkCelestialSink.png │ │ │ ├── DarkCelestialSofa.cs │ │ │ ├── DarkCelestialSofa.png │ │ │ ├── DarkCelestialTable.cs │ │ │ ├── DarkCelestialTable.png │ │ │ ├── DarkCelestialToilet.cs │ │ │ ├── DarkCelestialToilet.png │ │ │ ├── DarkCelestialWorkbench.cs │ │ │ └── DarkCelestialWorkbench.png │ │ ├── DisplayScreen.cs │ │ ├── DisplayScreen.png │ │ ├── EarthGlobe.cs │ │ ├── EarthGlobe.png │ │ ├── Flag.cs │ │ ├── Flag.png │ │ ├── Fridge.cs │ │ ├── Fridge.png │ │ ├── Heavenforge │ │ │ ├── HeavenforgeBathtub.cs │ │ │ ├── HeavenforgeBathtub.png │ │ │ ├── HeavenforgeBed.cs │ │ │ ├── HeavenforgeBed.png │ │ │ ├── HeavenforgeBookcase.cs │ │ │ ├── HeavenforgeBookcase.png │ │ │ ├── HeavenforgeCandelabra.cs │ │ │ ├── HeavenforgeCandelabra.png │ │ │ ├── HeavenforgeCandle.cs │ │ │ ├── HeavenforgeCandle.png │ │ │ ├── HeavenforgeChair.cs │ │ │ ├── HeavenforgeChair.png │ │ │ ├── HeavenforgeChandelier.cs │ │ │ ├── HeavenforgeChandelier.png │ │ │ ├── HeavenforgeChest.cs │ │ │ ├── HeavenforgeChest.png │ │ │ ├── HeavenforgeClock.cs │ │ │ ├── HeavenforgeClock.png │ │ │ ├── HeavenforgeDoor.cs │ │ │ ├── HeavenforgeDoor.png │ │ │ ├── HeavenforgeDresser.cs │ │ │ ├── HeavenforgeDresser.png │ │ │ ├── HeavenforgeLamp.cs │ │ │ ├── HeavenforgeLamp.png │ │ │ ├── HeavenforgeLantern.cs │ │ │ ├── HeavenforgeLantern.png │ │ │ ├── HeavenforgePiano.cs │ │ │ ├── HeavenforgePiano.png │ │ │ ├── HeavenforgePlatform.cs │ │ │ ├── HeavenforgePlatform.png │ │ │ ├── HeavenforgeSink.cs │ │ │ ├── HeavenforgeSink.png │ │ │ ├── HeavenforgeSofa.cs │ │ │ ├── HeavenforgeSofa.png │ │ │ ├── HeavenforgeTable.cs │ │ │ ├── HeavenforgeTable.png │ │ │ ├── HeavenforgeToilet.cs │ │ │ ├── HeavenforgeToilet.png │ │ │ ├── HeavenforgeWorkbench.cs │ │ │ └── HeavenforgeWorkbench.png │ │ ├── IVPole.cs │ │ ├── IVPole.png │ │ ├── Industrial │ │ │ ├── IndustrialBathtub.cs │ │ │ ├── IndustrialBathtub.png │ │ │ ├── IndustrialBed.cs │ │ │ ├── IndustrialBed.png │ │ │ ├── IndustrialBookcase.cs │ │ │ ├── IndustrialBookcase.png │ │ │ ├── IndustrialBulkhead.cs │ │ │ ├── IndustrialBulkhead.png │ │ │ ├── IndustrialCandle.cs │ │ │ ├── IndustrialCandle.png │ │ │ ├── IndustrialCeilingMonitor.cs │ │ │ ├── IndustrialCeilingMonitor.png │ │ │ ├── IndustrialChair.cs │ │ │ ├── IndustrialChair.png │ │ │ ├── IndustrialChairSleek.cs │ │ │ ├── IndustrialChairSleek.png │ │ │ ├── IndustrialChest.cs │ │ │ ├── IndustrialChest.png │ │ │ ├── IndustrialChestElectronic.cs │ │ │ ├── IndustrialChestElectronic.png │ │ │ ├── IndustrialControlPanel.cs │ │ │ ├── IndustrialControlPanel.png │ │ │ ├── IndustrialControlStation.cs │ │ │ ├── IndustrialControlStation.png │ │ │ ├── IndustrialCrate.cs │ │ │ ├── IndustrialCrate.png │ │ │ ├── IndustrialDeskClock.cs │ │ │ ├── IndustrialDeskClock.png │ │ │ ├── IndustrialDeskLamp.cs │ │ │ ├── IndustrialDeskLamp.png │ │ │ ├── IndustrialDeskMonitor.cs │ │ │ ├── IndustrialDeskMonitor.png │ │ │ ├── IndustrialDoor.cs │ │ │ ├── IndustrialDoor.png │ │ │ ├── IndustrialDresser.cs │ │ │ ├── IndustrialDresser.png │ │ │ ├── IndustrialGurney.cs │ │ │ ├── IndustrialGurney.png │ │ │ ├── IndustrialLamp.cs │ │ │ ├── IndustrialLamp.png │ │ │ ├── IndustrialLantern.cs │ │ │ ├── IndustrialLantern.png │ │ │ ├── IndustrialLocker.cs │ │ │ ├── IndustrialLocker.png │ │ │ ├── IndustrialNeonTube.cs │ │ │ ├── IndustrialNeonTube.png │ │ │ ├── IndustrialPiano.cs │ │ │ ├── IndustrialPiano.png │ │ │ ├── IndustrialPlatform.cs │ │ │ ├── IndustrialPlatform.png │ │ │ ├── IndustrialServer.cs │ │ │ ├── IndustrialServer.png │ │ │ ├── IndustrialSink.cs │ │ │ ├── IndustrialSink.png │ │ │ ├── IndustrialSofa.cs │ │ │ ├── IndustrialSofa.png │ │ │ ├── IndustrialTable.cs │ │ │ ├── IndustrialTable.png │ │ │ ├── IndustrialToilet.cs │ │ │ ├── IndustrialToilet.png │ │ │ ├── IndustrialWallMonitor.cs │ │ │ ├── IndustrialWallMonitor.png │ │ │ ├── IndustrialWorkbench.cs │ │ │ └── IndustrialWorkbench.png │ │ ├── Luminite │ │ │ ├── LuminiteBathtub.cs │ │ │ ├── LuminiteBathtub.png │ │ │ ├── LuminiteBed.cs │ │ │ ├── LuminiteBed.png │ │ │ ├── LuminiteBookcase.cs │ │ │ ├── LuminiteBookcase.png │ │ │ ├── LuminiteCandelabra.cs │ │ │ ├── LuminiteCandelabra.png │ │ │ ├── LuminiteCandle.cs │ │ │ ├── LuminiteCandle.png │ │ │ ├── LuminiteChair.cs │ │ │ ├── LuminiteChair.png │ │ │ ├── LuminiteChandelier.cs │ │ │ ├── LuminiteChandelier.png │ │ │ ├── LuminiteChest.cs │ │ │ ├── LuminiteChest.png │ │ │ ├── LuminiteClock.cs │ │ │ ├── LuminiteClock.png │ │ │ ├── LuminiteDoor.cs │ │ │ ├── LuminiteDoor.png │ │ │ ├── LuminiteDresser.cs │ │ │ ├── LuminiteDresser.png │ │ │ ├── LuminiteLamp.cs │ │ │ ├── LuminiteLamp.png │ │ │ ├── LuminiteLantern.cs │ │ │ ├── LuminiteLantern.png │ │ │ ├── LuminitePiano.cs │ │ │ ├── LuminitePiano.png │ │ │ ├── LuminitePlatform.cs │ │ │ ├── LuminitePlatform.png │ │ │ ├── LuminiteSink.cs │ │ │ ├── LuminiteSink.png │ │ │ ├── LuminiteSofa.cs │ │ │ ├── LuminiteSofa.png │ │ │ ├── LuminiteTable.cs │ │ │ ├── LuminiteTable.png │ │ │ ├── LuminiteToilet.cs │ │ │ ├── LuminiteToilet.png │ │ │ ├── LuminiteWorkbench.cs │ │ │ └── LuminiteWorkbench.png │ │ ├── LunarRust │ │ │ ├── LunarRustBathtub.cs │ │ │ ├── LunarRustBathtub.png │ │ │ ├── LunarRustBed.cs │ │ │ ├── LunarRustBed.png │ │ │ ├── LunarRustBookcase.cs │ │ │ ├── LunarRustBookcase.png │ │ │ ├── LunarRustCandelabra.cs │ │ │ ├── LunarRustCandelabra.png │ │ │ ├── LunarRustCandle.cs │ │ │ ├── LunarRustCandle.png │ │ │ ├── LunarRustChair.cs │ │ │ ├── LunarRustChair.png │ │ │ ├── LunarRustChandelier.cs │ │ │ ├── LunarRustChandelier.png │ │ │ ├── LunarRustChest.cs │ │ │ ├── LunarRustChest.png │ │ │ ├── LunarRustClock.cs │ │ │ ├── LunarRustClock.png │ │ │ ├── LunarRustDoor.cs │ │ │ ├── LunarRustDoor.png │ │ │ ├── LunarRustDresser.cs │ │ │ ├── LunarRustDresser.png │ │ │ ├── LunarRustLamp.cs │ │ │ ├── LunarRustLamp.png │ │ │ ├── LunarRustLantern.cs │ │ │ ├── LunarRustLantern.png │ │ │ ├── LunarRustPiano.cs │ │ │ ├── LunarRustPiano.png │ │ │ ├── LunarRustPlatform.cs │ │ │ ├── LunarRustPlatform.png │ │ │ ├── LunarRustSink.cs │ │ │ ├── LunarRustSink.png │ │ │ ├── LunarRustSofa.cs │ │ │ ├── LunarRustSofa.png │ │ │ ├── LunarRustTable.cs │ │ │ ├── LunarRustTable.png │ │ │ ├── LunarRustToilet.cs │ │ │ ├── LunarRustToilet.png │ │ │ ├── LunarRustWorkbench.cs │ │ │ └── LunarRustWorkbench.png │ │ ├── Mercury │ │ │ ├── MercuryBathtub.cs │ │ │ ├── MercuryBathtub.png │ │ │ ├── MercuryBed.cs │ │ │ ├── MercuryBed.png │ │ │ ├── MercuryBookcase.cs │ │ │ ├── MercuryBookcase.png │ │ │ ├── MercuryCandelabra.cs │ │ │ ├── MercuryCandelabra.png │ │ │ ├── MercuryCandle.cs │ │ │ ├── MercuryCandle.png │ │ │ ├── MercuryChair.cs │ │ │ ├── MercuryChair.png │ │ │ ├── MercuryChandelier.cs │ │ │ ├── MercuryChandelier.png │ │ │ ├── MercuryChest.cs │ │ │ ├── MercuryChest.png │ │ │ ├── MercuryClock.cs │ │ │ ├── MercuryClock.png │ │ │ ├── MercuryDoor.cs │ │ │ ├── MercuryDoor.png │ │ │ ├── MercuryDresser.cs │ │ │ ├── MercuryDresser.png │ │ │ ├── MercuryLamp.cs │ │ │ ├── MercuryLamp.png │ │ │ ├── MercuryLantern.cs │ │ │ ├── MercuryLantern.png │ │ │ ├── MercuryPiano.cs │ │ │ ├── MercuryPiano.png │ │ │ ├── MercuryPlatform.cs │ │ │ ├── MercuryPlatform.png │ │ │ ├── MercurySink.cs │ │ │ ├── MercurySink.png │ │ │ ├── MercurySofa.cs │ │ │ ├── MercurySofa.png │ │ │ ├── MercuryTable.cs │ │ │ ├── MercuryTable.png │ │ │ ├── MercuryToilet.cs │ │ │ ├── MercuryToilet.png │ │ │ ├── MercuryWorkbench.cs │ │ │ └── MercuryWorkbench.png │ │ ├── SpaceTeddy.cs │ │ ├── SpaceTeddy.png │ │ ├── SpookyDookie.cs │ │ ├── SpookyDookie.png │ │ ├── StarRoyale │ │ │ ├── StarRoyaleBathtub.cs │ │ │ ├── StarRoyaleBathtub.png │ │ │ ├── StarRoyaleBed.cs │ │ │ ├── StarRoyaleBed.png │ │ │ ├── StarRoyaleBookcase.cs │ │ │ ├── StarRoyaleBookcase.png │ │ │ ├── StarRoyaleCandelabra.cs │ │ │ ├── StarRoyaleCandelabra.png │ │ │ ├── StarRoyaleCandle.cs │ │ │ ├── StarRoyaleCandle.png │ │ │ ├── StarRoyaleChair.cs │ │ │ ├── StarRoyaleChair.png │ │ │ ├── StarRoyaleChandelier.cs │ │ │ ├── StarRoyaleChandelier.png │ │ │ ├── StarRoyaleChest.cs │ │ │ ├── StarRoyaleChest.png │ │ │ ├── StarRoyaleClock.cs │ │ │ ├── StarRoyaleClock.png │ │ │ ├── StarRoyaleDoor.cs │ │ │ ├── StarRoyaleDoor.png │ │ │ ├── StarRoyaleDresser.cs │ │ │ ├── StarRoyaleDresser.png │ │ │ ├── StarRoyaleLamp.cs │ │ │ ├── StarRoyaleLamp.png │ │ │ ├── StarRoyaleLantern.cs │ │ │ ├── StarRoyaleLantern.png │ │ │ ├── StarRoyalePiano.cs │ │ │ ├── StarRoyalePiano.png │ │ │ ├── StarRoyalePlatform.cs │ │ │ ├── StarRoyalePlatform.png │ │ │ ├── StarRoyaleSink.cs │ │ │ ├── StarRoyaleSink.png │ │ │ ├── StarRoyaleSofa.cs │ │ │ ├── StarRoyaleSofa.png │ │ │ ├── StarRoyaleTable.cs │ │ │ ├── StarRoyaleTable.png │ │ │ ├── StarRoyaleToilet.cs │ │ │ ├── StarRoyaleToilet.png │ │ │ ├── StarRoyaleWorkbench.cs │ │ │ └── StarRoyaleWorkbench.png │ │ ├── TeddyBear.cs │ │ ├── TeddyBear.png │ │ ├── XFLR6.cs │ │ └── XFLR6.png │ ├── GrabBags │ │ ├── IronChunk.cs │ │ ├── IronChunk.png │ │ ├── IronChunk_Sheet.png │ │ ├── MeteoricChunk.cs │ │ ├── MeteoricChunk.png │ │ ├── MeteoricChunk_Sheet.png │ │ ├── NebulaChunk.cs │ │ ├── NebulaChunk.png │ │ ├── SolarChunk.cs │ │ ├── SolarChunk.png │ │ ├── StardustChunk.cs │ │ ├── StardustChunk.png │ │ ├── TitaniumChunk.cs │ │ ├── TitaniumChunk.png │ │ ├── TitaniumChunk_Sheet.png │ │ ├── VortexChunk.cs │ │ └── VortexChunk.png │ ├── Keys │ │ ├── XaocKey.cs │ │ ├── XaocKey.png │ │ ├── ZombieFinger.cs │ │ └── ZombieFinger.png │ ├── LiquidContainers │ │ ├── Canister.cs │ │ ├── Canister.png │ │ ├── Canister_Blueprint.png │ │ ├── CosmosBucket.png │ │ ├── OilBucket.png │ │ ├── RocketFuelCanister.cs │ │ └── RocketFuelCanister.png │ ├── Machines │ │ ├── AirVent.cs │ │ ├── AirVent.png │ │ ├── AutocrafterT1.png │ │ ├── BurnerGenerator.cs │ │ ├── BurnerGenerator.png │ │ ├── IndustrialBattery.cs │ │ ├── IndustrialBattery.png │ │ ├── KeroseneGenerator.cs │ │ ├── KeroseneGenerator.png │ │ ├── OilRefinery.cs │ │ ├── OilRefinery.png │ │ ├── OreExcavator.cs │ │ ├── OreExcavator.png │ │ ├── OxygenSystem.cs │ │ ├── OxygenSystem.png │ │ ├── OxygenSystem_Blueprint.png │ │ ├── SolarPanelLarge.cs │ │ ├── SolarPanelLarge.png │ │ ├── SolarPanelSmall.cs │ │ ├── SolarPanelSmall.png │ │ ├── SolarPanelTile.cs │ │ ├── SolarPanelTile.png │ │ ├── WindTurbineLarge.cs │ │ ├── WindTurbineLarge.png │ │ ├── WindTurbineSmall.cs │ │ └── WindTurbineSmall.png │ ├── Mounts │ │ ├── SpaceShuttle.cs │ │ └── SpaceShuttle.png │ ├── MusicBoxes │ │ ├── DeadworldMusicBox.cs │ │ ├── DeadworldMusicBox.png │ │ ├── IntoTheUnknownMusicBox.cs │ │ ├── IntoTheUnknownMusicBox.png │ │ ├── RequiemMusicBox.cs │ │ ├── RequiemMusicBox.png │ │ ├── SpaceInvaderMusicBox.cs │ │ ├── SpaceInvaderMusicBox.png │ │ ├── StygiaMusicBox.cs │ │ └── StygiaMusicBox.png │ ├── Ores │ │ ├── AluminumOre.cs │ │ ├── AluminumOre.png │ │ ├── ArtemiteOre.cs │ │ ├── ArtemiteOre.png │ │ ├── ChandriumOre.cs │ │ ├── ChandriumOre.png │ │ ├── Coal.cs │ │ ├── Coal.png │ │ ├── DianiteOre.cs │ │ ├── DianiteOre.png │ │ ├── LithiumOre.cs │ │ ├── LithiumOre.png │ │ ├── NickelOre.cs │ │ ├── NickelOre.png │ │ ├── OilShale.cs │ │ ├── OilShale.png │ │ ├── QuartzFragment.cs │ │ ├── QuartzFragment.png │ │ ├── SeleniteOre.cs │ │ ├── SeleniteOre.png │ │ ├── Silicon.cs │ │ └── Silicon.png │ ├── Paintings │ │ ├── Apollo115.cs │ │ ├── Apollo115.png │ │ ├── BloodSunRising.cs │ │ ├── BloodSunRising.png │ │ ├── DarkFortress.cs │ │ ├── DarkFortress.png │ │ ├── Empress.cs │ │ ├── Empress.png │ │ ├── Freedomfaller.cs │ │ ├── Freedomfaller.png │ │ ├── InANutshell.cs │ │ ├── InANutshell.png │ │ ├── Overlord.cs │ │ ├── Overlord.png │ │ ├── Retributor.cs │ │ ├── Retributor.png │ │ ├── ShoresOfOblivion.cs │ │ ├── ShoresOfOblivion.png │ │ ├── WeCanDoItBlue.cs │ │ ├── WeCanDoItBlue.png │ │ ├── WeCanDoItYellow.cs │ │ ├── WeCanDoItYellow.png │ │ ├── WhenDayBreaks.cs │ │ └── WhenDayBreaks.png │ ├── Pets │ │ ├── CraterDemonPet.cs │ │ └── CraterDemonPet.png │ ├── Plants │ │ ├── RubberTreeSap.cs │ │ ├── RubberTreeSap.png │ │ ├── RubberTreeSapling.cs │ │ ├── RubberTreeSapling.png │ │ ├── RubberTreeWood.cs │ │ └── RubberTreeWood.png │ ├── Refined │ │ ├── Plastic.cs │ │ ├── Plastic.png │ │ ├── Rubber.cs │ │ ├── Rubber.png │ │ ├── SolarCell.cs │ │ ├── SolarCell.png │ │ ├── SpacesuitFabric.cs │ │ └── SpacesuitFabric.png │ ├── Relics │ │ ├── CraterDemonRelic.cs │ │ └── CraterDemonRelic.png │ ├── Special │ │ ├── LaunchPadMarker.cs │ │ └── LaunchPadMarker.png │ ├── Tech │ │ ├── AdvancedCircuitBoard.cs │ │ ├── AdvancedCircuitBoard.png │ │ ├── Battery.cs │ │ ├── Battery.png │ │ ├── CompactDisk.cs │ │ ├── CompactDisk.png │ │ ├── Computer.cs │ │ ├── Computer.png │ │ ├── Computer_Blueprint.png │ │ ├── EngineComponent.cs │ │ ├── EngineComponent.png │ │ ├── EngineComponent_Blueprint.png │ │ ├── Gear.cs │ │ ├── Gear.png │ │ ├── LandingGear.cs │ │ ├── LandingGear.png │ │ ├── LandingGear_Blueprint.png │ │ ├── Motor.cs │ │ ├── Motor.png │ │ ├── OxygenTank.cs │ │ ├── OxygenTank.png │ │ ├── PowerJunction.cs │ │ ├── PowerJunction.png │ │ ├── PowerJunction_Blueprint.png │ │ ├── PrintedCircuitBoard.cs │ │ ├── PrintedCircuitBoard.png │ │ ├── ReactorComponent.cs │ │ ├── ReactorComponent.png │ │ ├── ReactorComponent_Blueprint.png │ │ ├── ReactorHousing.cs │ │ ├── ReactorHousing.png │ │ ├── ReactorHousing_Blueprint.png │ │ ├── RocketPlating.cs │ │ ├── RocketPlating.png │ │ └── RocketPlating_Blueprint.png │ ├── Tombstones │ │ ├── MoonGoldCrescent.cs │ │ ├── MoonGoldCrescent.png │ │ ├── MoonGoldLunarCross.cs │ │ ├── MoonGoldLunarCross.png │ │ ├── MoonGoldTombstone.cs │ │ ├── MoonGoldTombstone.png │ │ ├── MoonHeadstone.cs │ │ ├── MoonHeadstone.png │ │ ├── MoonTombstone.cs │ │ └── MoonTombstone.png │ ├── Tools │ │ ├── Axes │ │ │ ├── AluminumAxe.cs │ │ │ ├── AluminumAxe.png │ │ │ ├── ArtemiteAxe.cs │ │ │ ├── ArtemiteAxe.png │ │ │ ├── ChandriumAxe.cs │ │ │ ├── ChandriumAxe.png │ │ │ ├── DianiteAxe.cs │ │ │ ├── DianiteAxe.png │ │ │ ├── SeleniteAxe.cs │ │ │ └── SeleniteAxe.png │ │ ├── Drills │ │ │ ├── ArtemiteDrill.cs │ │ │ ├── ArtemiteDrill.png │ │ │ ├── ChandriumDrill.cs │ │ │ ├── ChandriumDrill.png │ │ │ ├── DianiteDrill.cs │ │ │ ├── DianiteDrill.png │ │ │ ├── SeleniteDrill.cs │ │ │ └── SeleniteDrill.png │ │ ├── Hamaxes │ │ │ ├── SteelHamaxe.cs │ │ │ └── SteelHamaxe.png │ │ ├── Hammers │ │ │ ├── AluminumHammer.cs │ │ │ ├── AluminumHammer.png │ │ │ ├── ArtemiteHammer.cs │ │ │ ├── ArtemiteHammer.png │ │ │ ├── ChandriumHammer.cs │ │ │ ├── ChandriumHammer.png │ │ │ ├── DianiteHammer.cs │ │ │ ├── DianiteHammer.png │ │ │ ├── RubberWoodHammer.cs │ │ │ ├── RubberWoodHammer.png │ │ │ ├── SeleniteHammer.cs │ │ │ ├── SeleniteHammer.png │ │ │ ├── Sledgehammer.cs │ │ │ └── Sledgehammer.png │ │ ├── Pickaxes │ │ │ ├── AluminumPickaxe.cs │ │ │ ├── AluminumPickaxe.png │ │ │ ├── ArtemitePickaxe.cs │ │ │ ├── ArtemitePickaxe.png │ │ │ ├── ChandriumPickaxe.cs │ │ │ ├── ChandriumPickaxe.png │ │ │ ├── DianitePickaxe.cs │ │ │ ├── DianitePickaxe.png │ │ │ ├── SelenitePickaxe.cs │ │ │ ├── SelenitePickaxe.png │ │ │ ├── SteelPickaxe.cs │ │ │ └── SteelPickaxe.png │ │ ├── ScanGun.png │ │ └── Wiring │ │ │ ├── CircuitProbe.cs │ │ │ ├── CircuitProbe.png │ │ │ └── WiringKit.png │ ├── Torches │ │ ├── LuminiteTorch.cs │ │ ├── LuminiteTorch.png │ │ └── LuminiteTorch_Flame.png │ ├── Trophies │ │ ├── CraterDemonTrophy.cs │ │ └── CraterDemonTrophy.png │ ├── Walls │ │ ├── CheeseWall.cs │ │ ├── CheeseWall.png │ │ ├── IndustrialHazardWall.cs │ │ ├── IndustrialHazardWall.png │ │ ├── IndustrialPlatingWall.cs │ │ ├── IndustrialPlatingWall.png │ │ ├── IndustrialSquarePaneledWall.cs │ │ ├── IndustrialSquarePaneledWall.png │ │ ├── IndustrialTrimmingWall.cs │ │ ├── IndustrialTrimmingWall.png │ │ ├── IrradiatedBrickWall.cs │ │ ├── IrradiatedBrickWall.png │ │ ├── IrradiatedRockWall.cs │ │ ├── IrradiatedRockWall.png │ │ ├── LexanGlassWall.cs │ │ ├── LexanGlassWall.png │ │ ├── ProtolithBrickWall.cs │ │ ├── ProtolithBrickWall.png │ │ ├── ProtolithWall.cs │ │ ├── ProtolithWall.png │ │ ├── RegolithBrickWall.cs │ │ ├── RegolithBrickWall.png │ │ ├── RegolithWall.cs │ │ └── RegolithWall.png │ └── Weapons │ │ ├── Magic │ │ ├── ArmorReducer.png │ │ ├── DianiteFork.cs │ │ ├── DianiteFork.png │ │ ├── DianiteTome.cs │ │ ├── DianiteTome.png │ │ ├── DianiteTome_Held.png │ │ ├── FrigorianGaze.cs │ │ ├── FrigorianGaze.png │ │ ├── HandheldEngine.cs │ │ ├── HandheldEngine.png │ │ ├── ImbriumJewel.cs │ │ ├── ImbriumJewel.png │ │ ├── Micronova.cs │ │ ├── Micronova.png │ │ ├── PhantasmalSkullTome.cs │ │ ├── PhantasmalSkullTome.png │ │ ├── PhantasmalSkullTome_Held.png │ │ ├── TrailScepter.cs │ │ ├── TrailScepter.png │ │ ├── WaveGunBlue.cs │ │ ├── WaveGunBlue.png │ │ ├── WaveGunDual.cs │ │ ├── WaveGunDual.png │ │ ├── WaveGunDual_Rifle.png │ │ ├── WaveGunRed.cs │ │ ├── WaveGunRed.png │ │ ├── WornLunarianDagger.cs │ │ └── WornLunarianDagger.png │ │ ├── Melee │ │ ├── AluminumBroadsword.cs │ │ ├── AluminumBroadsword.png │ │ ├── AluminumShortsword.cs │ │ ├── AluminumShortsword.png │ │ ├── ArmstrongGauntlets.cs │ │ ├── ArmstrongGauntlets.png │ │ ├── ChampionsBlade.cs │ │ ├── ChampionsBlade.png │ │ ├── ClawWrench.cs │ │ ├── ClawWrench.png │ │ ├── CrescentMoon.cs │ │ ├── CrescentMoon.png │ │ ├── CrescentScripture.cs │ │ ├── CrescentScripture.png │ │ ├── Crucible.cs │ │ ├── Crucible.png │ │ ├── Crucible_Glow.png │ │ ├── ManisolBlades.cs │ │ ├── ManisolBlades.png │ │ ├── MoonSword.cs │ │ ├── MoonSword.png │ │ ├── Noxsaber.cs │ │ ├── Noxsaber.png │ │ ├── Noxsaber_Glow.png │ │ ├── Procellarum.cs │ │ ├── Procellarum.png │ │ ├── RapaciousBrand.cs │ │ ├── RapaciousBrand.png │ │ ├── RubberWoodSword.cs │ │ ├── RubberWoodSword.png │ │ ├── Schroteri.cs │ │ ├── Schroteri.png │ │ ├── SeleniteGreatsword.cs │ │ ├── SeleniteGreatsword.png │ │ ├── SeleniteSpear.cs │ │ ├── SeleniteSpear.png │ │ ├── SeleniteSword.cs │ │ ├── SeleniteSword.png │ │ ├── SteelZweihander.cs │ │ ├── SteelZweihander.png │ │ ├── StopSign.cs │ │ └── StopSign.png │ │ ├── Ranged │ │ ├── AluminumBow.cs │ │ ├── AluminumBow.png │ │ ├── ArchersLine.cs │ │ ├── ArchersLine.png │ │ ├── ArtemiteBow.cs │ │ ├── ArtemiteBow.png │ │ ├── ArtemiteMagnum.cs │ │ ├── ArtemiteMagnum.png │ │ ├── Copernicus.cs │ │ ├── Copernicus.png │ │ ├── Cruithne.cs │ │ ├── Cruithne.png │ │ ├── Ilmenite.cs │ │ ├── Ilmenite.png │ │ ├── InhibitorFieldGrenade.cs │ │ ├── InhibitorFieldGrenade.png │ │ ├── LHBMinigun.cs │ │ ├── LHBMinigun.png │ │ ├── NWARocketLauncher.cs │ │ ├── NWARocketLauncher.png │ │ ├── RocheChakram.cs │ │ ├── RocheChakram.png │ │ ├── RubberWoodBow.cs │ │ ├── RubberWoodBow.png │ │ ├── StarDestroyer.cs │ │ ├── StarDestroyer.png │ │ ├── SteelCrossbow.cs │ │ ├── SteelCrossbow.png │ │ ├── SteelRifle.cs │ │ ├── SteelRifle.png │ │ ├── TychoDesertEagle.cs │ │ └── TychoDesertEagle.png │ │ └── Summon │ │ ├── CalcicCane.cs │ │ ├── CalcicCane.png │ │ ├── ChandriumStaff.cs │ │ ├── ChandriumStaff.png │ │ ├── ChandriumWhip.cs │ │ ├── ChandriumWhip.png │ │ ├── GreatstaffOfHorus.cs │ │ ├── GreatstaffOfHorus.png │ │ ├── HummingbirdDroneRemote.cs │ │ ├── HummingbirdDroneRemote.png │ │ ├── RyuguStaff.cs │ │ ├── RyuguStaff.png │ │ ├── Totality.cs │ │ └── Totality.png ├── Liquids │ ├── LiquidType.cs │ ├── Oil.png │ ├── OilBubble.png │ ├── OilFill.png │ ├── OilSlope.png │ ├── OilSurface.png │ ├── OilWaterfall.png │ ├── Oil_Block.png │ ├── Oil_Slope.png │ ├── Oil_Waterfall.png │ ├── RocketFuel.png │ ├── RocketFuelBubble.png │ ├── RocketFuelFill.png │ ├── RocketFuelSlope.png │ ├── RocketFuelSurface.png │ ├── RocketFuelWaterfall.png │ ├── RocketFuel_Block.png │ ├── RocketFuel_Slope.png │ ├── RocketFuel_Waterfall.png │ └── WaterStyles │ │ ├── PollutionRain.png │ │ ├── PollutionWaterStyle.cs │ │ ├── PollutionWaterStyle.png │ │ ├── PollutionWaterStyle_Block.png │ │ ├── PollutionWaterStyle_Slope.png │ │ ├── PollutionWaterfallStyle.cs │ │ └── PollutionWaterfallStyle.png ├── LoadingScreens │ ├── EarthLoadingScreen.cs │ ├── LoadingScreen.cs │ ├── MoonLoadingScreen.cs │ ├── TitleCard.cs │ └── WorldGen │ │ ├── DefaultLargeFill.png │ │ ├── DefaultSmallFill.png │ │ ├── ProgressBarMoon.png │ │ ├── ProgressBarMoon_Lower.png │ │ └── UIWorldGenProgressBar.cs ├── Machines │ ├── AirVent.cs │ ├── AirVent.png │ ├── AirVentTE.cs │ ├── AirVent_Glow.png │ ├── AutocrafterT1.png │ ├── AutocrafterT2.png │ ├── BurnerGenerator.cs │ ├── BurnerGenerator.png │ ├── BurnerGeneratorTE.cs │ ├── BurnerGeneratorUI.cs │ ├── BurnerGenerator_Glow.png │ ├── IndustrialBattery.cs │ ├── IndustrialBattery.png │ ├── IndustrialBatteryTE.cs │ ├── IndustrialBattery_Glow.png │ ├── KeroseneGenerator.cs │ ├── KeroseneGenerator.png │ ├── KeroseneGeneratorTE.cs │ ├── KeroseneGeneratorUI.cs │ ├── KeroseneGenerator_Extra.png │ ├── OilRefinery.cs │ ├── OilRefinery.png │ ├── OilRefineryTE.cs │ ├── OilRefineryUI.cs │ ├── OreExcavator.cs │ ├── OreExcavator.png │ ├── OreExcavatorTE.cs │ ├── OreExcavatorUI.cs │ ├── OreExcavator_Glow.png │ ├── OxygenSystem.cs │ ├── OxygenSystem.png │ ├── OxygenSystemTE.cs │ ├── OxygenSystem_Glow.png │ ├── SolarPanelLarge.cs │ ├── SolarPanelLarge.png │ ├── SolarPanelLargeTE.cs │ ├── SolarPanelSmall.cs │ ├── SolarPanelSmall.png │ ├── SolarPanelSmallTE.cs │ ├── SolarPanelTile.cs │ ├── SolarPanelTile.png │ ├── SolarPanelTileTE.cs │ ├── WindTurbineLarge.cs │ ├── WindTurbineLarge.png │ ├── WindTurbineLargeTE.cs │ ├── WindTurbineLarge_Blades.png │ ├── WindTurbineLarge_Turbine.png │ ├── WindTurbineSmall.cs │ ├── WindTurbineSmall.png │ └── WindTurbineSmallTE.cs ├── MapLayers │ ├── LaunchPadMap.png │ ├── LaunchPadMapLayer.cs │ ├── RocketMap.png │ └── RocketMapLayer.cs ├── Menus │ ├── Banner.png │ ├── CelestialBodies │ │ ├── Asteroids.png │ │ ├── Ceres.png │ │ ├── Charon.png │ │ ├── Deimos.png │ │ ├── Earth.png │ │ ├── Eris.png │ │ ├── Europa.png │ │ ├── IcyAsteroids.png │ │ ├── Io.png │ │ ├── Jupiter.png │ │ ├── Luna.png │ │ ├── Mars.png │ │ ├── Mercury.png │ │ ├── Miranda.png │ │ ├── Neptune.png │ │ ├── Ouranos.png │ │ ├── OuranosRings.png │ │ ├── Phobos.png │ │ ├── Pluto.png │ │ ├── Saturn.png │ │ ├── SaturnRings.png │ │ ├── Sun.png │ │ ├── SunCorona.png │ │ ├── SunCorona1.png │ │ ├── SunCorona2.png │ │ ├── SunCorona3.png │ │ ├── SunCorona4.png │ │ ├── SunCorona5.png │ │ ├── Titan.png │ │ ├── Triton.png │ │ ├── Venus.png │ │ └── Vulcan.png │ ├── Logo.png │ ├── Logo_Old.png │ ├── Logo_Simple.png │ ├── MacrocosmMenu.cs │ ├── MilkyWay.png │ └── Nebula.png ├── Mounts │ ├── SpaceShuttleMount.cs │ ├── SpaceShuttleMount_Front.png │ └── SpaceShuttleMount_FrontGlow.png ├── NPCs │ ├── Bosses │ │ ├── CraterDemon │ │ │ ├── BigPortal.png │ │ │ ├── CraterDemon.cs │ │ │ ├── CraterDemon.png │ │ │ ├── CraterDemonBossBar.cs │ │ │ ├── CraterDemonBossBar.png │ │ │ ├── CraterDemon_Glow.png │ │ │ ├── CraterDemon_Head_Boss.png │ │ │ ├── CraterImp.cs │ │ │ ├── CraterImp.png │ │ │ ├── CraterImp_Glow.png │ │ │ ├── FlamingMeteor.cs │ │ │ ├── FlamingMeteor.png │ │ │ ├── MeteorPortal.cs │ │ │ ├── MeteorPortal.png │ │ │ ├── PhantasmalBolt.cs │ │ │ ├── PhantasmalBolt.png │ │ │ ├── PhantasmalImp.cs │ │ │ ├── PhantasmalImp.png │ │ │ ├── PhantasmalImpSmall.cs │ │ │ ├── PhantasmalImpSmall.png │ │ │ ├── PhantasmalPortal.cs │ │ │ └── PhantasmalPortal.png │ │ └── MoonBeast │ │ │ └── MoonBeast_Head_Boss.png │ ├── Critters │ │ ├── KyaniteScarabCritter.cs │ │ └── KyaniteScarabCritter.png │ ├── Enemies │ │ ├── Moon │ │ │ ├── Bruiser.cs │ │ │ ├── Bruiser.png │ │ │ ├── Clavite.cs │ │ │ ├── Clavite.png │ │ │ ├── Clavite_Glow.png │ │ │ ├── Clavite_GlowX4.png │ │ │ ├── CraterCrawler.cs │ │ │ ├── CraterCrawlerBody.png │ │ │ ├── CraterCrawlerHead.png │ │ │ ├── CraterCrawlerTail.png │ │ │ ├── CraterCrawler_Bestiary.png │ │ │ ├── CrescentGhoul.cs │ │ │ ├── CrescentGhoul.png │ │ │ ├── CrescentGhoul_Glow.png │ │ │ ├── Dweller │ │ │ │ ├── Dweller.cs │ │ │ │ ├── Dweller_Head_Back.png │ │ │ │ ├── Dweller_Head_JawLeft.png │ │ │ │ ├── Dweller_Head_JawRight.png │ │ │ │ ├── Dweller_Head_ShellLeft.png │ │ │ │ ├── Dweller_Head_ShellLeft_Glow.png │ │ │ │ ├── Dweller_Head_ShellRight.png │ │ │ │ ├── Dweller_Head_ShellRight_Glow.png │ │ │ │ ├── Dweller_Leg_Back1.png │ │ │ │ ├── Dweller_Leg_Back2.png │ │ │ │ ├── Dweller_Leg_Back3.png │ │ │ │ ├── Dweller_Leg_Front1.png │ │ │ │ ├── Dweller_Leg_Front2.png │ │ │ │ ├── Dweller_Leg_Front3.png │ │ │ │ ├── Dweller_Leg_Mid1.png │ │ │ │ ├── Dweller_Leg_Mid2.png │ │ │ │ └── Dweller_Leg_Mid3.png │ │ │ ├── Hermites │ │ │ │ ├── Hermite.cs │ │ │ │ └── Hermite.png │ │ │ ├── KyaniteScarabLarge.png │ │ │ ├── KyaniteScarabSmall.cs │ │ │ ├── KyaniteScarabSmall.png │ │ │ ├── KyaniteScarabSmall_Pebble.png │ │ │ ├── Leaper.cs │ │ │ ├── Leaper.png │ │ │ ├── LuminiteElemental.cs │ │ │ ├── LuminiteElemental.png │ │ │ ├── LuminiteElemental_Pebble.png │ │ │ ├── LuminiteSlime.cs │ │ │ ├── LuminiteSlime.png │ │ │ ├── LuminiteSlimeVolatile.cs │ │ │ ├── LuminiteSlimeVolatile.png │ │ │ ├── MoonBaseDrone.png │ │ │ ├── MoonLich │ │ │ │ ├── LunarChimera.cs │ │ │ │ ├── LunarChimera.png │ │ │ │ ├── MoonLich.cs │ │ │ │ ├── MoonLich.png │ │ │ │ ├── MoonLichHand.png │ │ │ │ ├── MoonLichNpcSummon.cs │ │ │ │ ├── Scatterbrained.cs │ │ │ │ ├── Scatterbrained.png │ │ │ │ ├── XenoHive.cs │ │ │ │ ├── XenoHive.png │ │ │ │ ├── XenoHornet.cs │ │ │ │ └── XenoHornet.png │ │ │ ├── MoonWorm.cs │ │ │ ├── MoonWormBody.png │ │ │ ├── MoonWormHead.png │ │ │ ├── MoonWormTail.png │ │ │ ├── MoonWorm_Bestiary.png │ │ │ ├── MoonZombie.cs │ │ │ ├── MoonZombie.png │ │ │ ├── RadioactiveSlime.cs │ │ │ ├── RadioactiveSlime.png │ │ │ ├── RegolithSlime.cs │ │ │ ├── RegolithSlime.png │ │ │ ├── Shade.cs │ │ │ ├── Shade.png │ │ │ ├── Turrets │ │ │ │ ├── GunTurret.cs │ │ │ │ ├── LaserTurret.cs │ │ │ │ ├── LaserTurretProjectile.cs │ │ │ │ ├── LaserTurretProjectile.png │ │ │ │ ├── TaserChain.png │ │ │ │ ├── TaserTurret.cs │ │ │ │ ├── TurretTaserProjectile.cs │ │ │ │ ├── TurretTaserProjectile.png │ │ │ │ ├── Turret_Base.png │ │ │ │ ├── Turret_Gun_Top.png │ │ │ │ ├── Turret_Laser_Top.png │ │ │ │ └── Turret_Taser_Top.png │ │ │ ├── ZombieEngineer.cs │ │ │ ├── ZombieEngineer.png │ │ │ ├── ZombieEngineer_Glow.png │ │ │ ├── ZombieSecurity.cs │ │ │ └── ZombieSecurity.png │ │ └── Pollution │ │ │ ├── SmogWisp.cs │ │ │ ├── SmogWisp.png │ │ │ ├── TarBlob.cs │ │ │ ├── TarBlob.png │ │ │ ├── TarSlime.cs │ │ │ └── TarSlime.png │ └── TownNPCs │ │ ├── MoonChampion.cs │ │ ├── MoonChampion.png │ │ └── MoonChampion_Head.png ├── Particles │ ├── ArmstrongHitEffect.cs │ ├── CelestialBulwarkDashParticle.cs │ ├── CelestialStar.cs │ ├── ChandriumCrescentMoon.cs │ ├── ChandriumCrescentMoon.png │ ├── DarkCelestialStar.cs │ ├── DustParticle.cs │ ├── EngineSpark.cs │ ├── GunFireRing.cs │ ├── GunFireRing.png │ ├── IceMist.cs │ ├── ImbriumStar.cs │ ├── InhibitorFieldParticle.cs │ ├── InhibitorFieldParticle.png │ ├── ItemTransferParticle.cs │ ├── LightningParticle.cs │ ├── LunarRustStar.cs │ ├── MagicExplosion.png │ ├── OilBubble.png │ ├── PhantasmalSkullHitEffect.cs │ ├── PhantasmalSkullSpawnEffect.cs │ ├── PortalSwirl.cs │ ├── PrettySparkle.cs │ ├── RocketExhaustSmoke.cs │ ├── RocketExhaustSmoke.png │ ├── RocketFuelBubble.cs │ ├── RocketFuelBubble.png │ ├── SeleniteStar.cs │ ├── Smoke.cs │ ├── Smoke.png │ ├── SolarExplosion.cs │ ├── SolarExplosion.png │ ├── TintableExplosion.cs │ ├── TintableExplosion.png │ ├── TintableExplosionFiery.cs │ ├── TintableExplosionFiery.png │ ├── TintableFire.cs │ ├── TintableFlash.cs │ ├── TintableSlash.cs │ ├── TintableSlash.png │ └── TintableSpark.cs ├── Projectiles │ ├── Environment │ │ ├── Debris │ │ │ ├── RegolithDebris.cs │ │ │ └── RegolithDebris.png │ │ ├── Meteors │ │ │ ├── IronMeteorLarge.cs │ │ │ ├── IronMeteorLarge.png │ │ │ ├── IronMeteorMedium.cs │ │ │ ├── IronMeteorMedium.png │ │ │ ├── IronMeteorSmall.cs │ │ │ ├── IronMeteorSmall.png │ │ │ ├── MoonMeteorLarge.cs │ │ │ ├── MoonMeteorLarge.png │ │ │ ├── MoonMeteorMedium.cs │ │ │ ├── MoonMeteorMedium.png │ │ │ ├── MoonMeteorSmall.cs │ │ │ ├── MoonMeteorSmall.png │ │ │ ├── NebulaMeteor.cs │ │ │ ├── NebulaMeteor.png │ │ │ ├── SolarMeteor.cs │ │ │ ├── SolarMeteor.png │ │ │ ├── StardustMeteor.cs │ │ │ ├── StardustMeteor.png │ │ │ ├── TitaniumMeteorLarge.cs │ │ │ ├── TitaniumMeteorLarge.png │ │ │ ├── TitaniumMeteorMedium.cs │ │ │ ├── TitaniumMeteorMedium.png │ │ │ ├── TitaniumMeteorSmall.cs │ │ │ ├── TitaniumMeteorSmall.png │ │ │ ├── VortexMeteor.cs │ │ │ └── VortexMeteor.png │ │ ├── MoonWormDust.cs │ │ └── Sands │ │ │ ├── SilicaCrimsand.png │ │ │ ├── SilicaCrimsandBall.cs │ │ │ ├── SilicaCrimsandFalling.cs │ │ │ ├── SilicaEbonsand.png │ │ │ ├── SilicaEbonsandBall.cs │ │ │ ├── SilicaEbonsandFalling.cs │ │ │ ├── SilicaPearlsand.png │ │ │ ├── SilicaPearlsandBall.cs │ │ │ ├── SilicaPearlsandFalling.cs │ │ │ ├── SilicaSand.png │ │ │ ├── SilicaSandBall.cs │ │ │ └── SilicaSandFalling.cs │ ├── Friendly │ │ ├── Magic │ │ │ ├── DianiteForkProjectile.cs │ │ │ ├── DianiteForkProjectile.png │ │ │ ├── DianiteMeteor.cs │ │ │ ├── DianiteMeteor.png │ │ │ ├── DianiteMeteorSmall.cs │ │ │ ├── DianiteMeteorSmall.png │ │ │ ├── DianitePortal.cs │ │ │ ├── DianitePortal.png │ │ │ ├── FrigorianGazeProjectile.cs │ │ │ ├── FrigorianGazeProjectile.png │ │ │ ├── FrigorianIceCrystal.cs │ │ │ ├── FrigorianIceCrystal.png │ │ │ ├── FrigorianIceShard.cs │ │ │ ├── FrigorianIceShard.png │ │ │ ├── HandheldEngineProjectile.cs │ │ │ ├── HandheldEngineProjectile.png │ │ │ ├── HandheldEngineProjectile_Flame.png │ │ │ ├── HandheldEngineProjectile_Glow.png │ │ │ ├── HandheldEngineProjectile_Warning.png │ │ │ ├── ImbriumJewelMeteor.cs │ │ │ ├── ImbriumJewelMeteor.png │ │ │ ├── ImbriumJewelProjectile.cs │ │ │ ├── ImbriumJewelProjectile.png │ │ │ ├── LuminiteBolt.cs │ │ │ ├── MicronovaBeam.cs │ │ │ ├── MicronovaBeam.png │ │ │ ├── MicronovaPortal.cs │ │ │ ├── MicronovaPortal.png │ │ │ ├── PhantasmalSkullTomeProjectile.cs │ │ │ ├── PhantasmalSkullTomeProjectile.png │ │ │ ├── TrailStar.cs │ │ │ ├── TrailStar.png │ │ │ ├── WaveGuns │ │ │ │ ├── WaveGunBlueHeld.cs │ │ │ │ ├── WaveGunDualHeld.cs │ │ │ │ ├── WaveGunEnergyBolt.cs │ │ │ │ ├── WaveGunRedHeld.cs │ │ │ │ ├── WaveGunRifleHeld.cs │ │ │ │ └── WaveGunRifleHeld.png │ │ │ ├── WornLunarianDaggerHeld.cs │ │ │ ├── WornLunarianDaggerHeld.png │ │ │ └── WornLunarianDaggerHeld_Glow.png │ │ ├── Melee │ │ │ ├── AluminumShortswordProjectile.cs │ │ │ ├── ArmstrongGauntletProjectile.cs │ │ │ ├── ArmstrongGauntletProjectile.png │ │ │ ├── ChampionsBladeBoltProjectile.cs │ │ │ ├── ChampionsBladeHeldProjectile.cs │ │ │ ├── ChampionsBladeHeldProjectile.png │ │ │ ├── ClawWrenchProjectile.cs │ │ │ ├── ClawWrenchProjectile.png │ │ │ ├── CrescentMoonProjectile.cs │ │ │ ├── CrescentScriptureProjectile.cs │ │ │ ├── CrescentScriptureProjectile.png │ │ │ ├── CrescentScriptureSlash.cs │ │ │ ├── LuminiteRune.cs │ │ │ ├── LuminiteRune.png │ │ │ ├── LunarBlood.cs │ │ │ ├── ManisolBladeBase.cs │ │ │ ├── ManisolBladeMoon.cs │ │ │ ├── ManisolBladeMoon.png │ │ │ ├── ManisolBladeSol.cs │ │ │ ├── ManisolBladeSol.png │ │ │ ├── ManisolBladeSolExplosion.cs │ │ │ ├── ManisolBladeSolExplosion.png │ │ │ ├── MoonSwordProjectile.cs │ │ │ ├── MoonSwordProjectile.png │ │ │ ├── MoonSwordSwing.cs │ │ │ ├── ProcellarumExplosion.cs │ │ │ ├── ProcellarumHalberdProjectile.cs │ │ │ ├── ProcellarumHalberdProjectile.png │ │ │ ├── ProcellarumLightBolt.cs │ │ │ ├── ProcellarumLightBolt.png │ │ │ ├── ProcellarumTrident.png │ │ │ ├── RapaciousBrandProjectile.cs │ │ │ ├── RapaciousBrandProjectile.png │ │ │ ├── RapaciousBrandSwing.cs │ │ │ ├── SchroteriProjectile.cs │ │ │ ├── SchroteriProjectile.png │ │ │ ├── SeleniteGreatswordSwing.cs │ │ │ ├── SeleniteGreatswordSwingEmpowered.cs │ │ │ ├── SeleniteSpearProjectile.cs │ │ │ ├── SeleniteSpearProjectile.png │ │ │ ├── SeleniteSpearProjectileThrown.cs │ │ │ ├── SeleniteSwordProjectile.cs │ │ │ ├── SeleniteSwordSlash.cs │ │ │ └── SeleniteSwordSwing.cs │ │ ├── Pets │ │ │ ├── CraterDemonPet.cs │ │ │ └── CraterDemonPet.png │ │ ├── Ranged │ │ │ ├── ArchersLineProjectile.cs │ │ │ ├── ArchersLineProjectile.png │ │ │ ├── CruithneGreenSlug.cs │ │ │ ├── CruithneGreenSlug.png │ │ │ ├── DeliriumShell.cs │ │ │ ├── DeliriumShell.png │ │ │ ├── DeliriumShellAura.png │ │ │ ├── IlmeniteAltProj.cs │ │ │ ├── IlmeniteHeld.cs │ │ │ ├── IlmeniteRegularProj.cs │ │ │ ├── IlminiteExplosion.cs │ │ │ ├── InhibitorFieldGrenade.cs │ │ │ ├── InhibitorFieldGrenade.png │ │ │ ├── InvarArrow.cs │ │ │ ├── InvarArrow.png │ │ │ ├── InvarBullet.cs │ │ │ ├── InvarBullet.png │ │ │ ├── LHBMinigunProjectile.cs │ │ │ ├── LHBMinigunProjectile.png │ │ │ ├── LHBMinigunProjectile_Glow.png │ │ │ ├── NWAMissile.cs │ │ │ ├── NWAMissile.png │ │ │ ├── RocheChakramProjectile.cs │ │ │ ├── RocheChakramProjectile.png │ │ │ ├── RocheSpike.cs │ │ │ ├── RocheSpike.png │ │ │ ├── StarDestroyerBeam.cs │ │ │ ├── StarDestroyerStar.cs │ │ │ └── StarDestroyerStar.png │ │ ├── Summon │ │ │ ├── CalcicCaneBolt.cs │ │ │ ├── CalcicCaneBolt.png │ │ │ ├── CalcicCaneMinion.cs │ │ │ ├── CalcicCaneMinion.png │ │ │ ├── CalcicCaneMinion_Glow.png │ │ │ ├── ChandriumStaffMinion.cs │ │ │ ├── ChandriumStaffMinion.png │ │ │ ├── ChandriumStaffMinion_Glow.png │ │ │ ├── ChandriumWhipProjectile.cs │ │ │ ├── ChandriumWhipProjectile.png │ │ │ ├── GreatstaffOfHorusMinion.cs │ │ │ ├── GreatstaffOfHorusMinion.png │ │ │ ├── HorusExplosion.cs │ │ │ ├── HorusExplosion.png │ │ │ ├── HummingbirdBullet.cs │ │ │ ├── HummingbirdBullet.png │ │ │ ├── HummingbirdDrone.cs │ │ │ ├── HummingbirdDrone.png │ │ │ ├── HummingbirdDrone_Flash.png │ │ │ ├── HummingbirdDrone_Glow.png │ │ │ ├── RyuguMinion.cs │ │ │ ├── RyuguMinion.png │ │ │ ├── RyuguShell.cs │ │ │ ├── RyuguShell.png │ │ │ ├── TotalityProjectile.cs │ │ │ ├── TotalityProjectile.png │ │ │ ├── TotalitySlashProjectile.cs │ │ │ ├── TotalitySlashProjectile.png │ │ │ ├── TotalitySmallSlashProjectile.cs │ │ │ └── TotalitySmallSlashProjectile.png │ │ ├── Thrown │ │ │ ├── LunarCrystalProjectile.cs │ │ │ └── MoonPhaseGlobeProjectile.cs │ │ ├── Tombstones │ │ │ ├── MoonGoldTombstone.cs │ │ │ ├── MoonGoldTombstone.png │ │ │ ├── MoonTombstone.cs │ │ │ └── MoonTombstone.png │ │ └── Tools │ │ │ ├── ArtemiteDrillProjectile.cs │ │ │ ├── ArtemiteDrillProjectile.png │ │ │ ├── ChandriumDrillProjectile.cs │ │ │ ├── ChandriumDrillProjectile.png │ │ │ ├── DianiteDrillProjectile.cs │ │ │ ├── DianiteDrillProjectile.png │ │ │ ├── SeleniteDrillProjectile.cs │ │ │ └── SeleniteDrillProjectile.png │ └── Hostile │ │ ├── GreenLaser.cs │ │ ├── GreenLaser.png │ │ ├── LichBolt.cs │ │ ├── LuminiteExplosion.cs │ │ ├── LuminiteShard.cs │ │ ├── LuminiteStar.cs │ │ ├── LunarBarf.cs │ │ ├── LunarBarf.png │ │ ├── MoonRubble.cs │ │ ├── MoonRubble.png │ │ ├── ZombieEngineerExplosion.cs │ │ ├── ZombieSecurityBullet.cs │ │ └── ZombieSecurityBullet.png ├── Rarities │ ├── DevRarity.cs │ ├── MoonRarityT1.cs │ ├── MoonRarityT2.cs │ └── MoonRarityT3.cs ├── Rockets │ ├── Customization │ │ ├── ColorFunction.cs │ │ ├── CustomizationStorage.cs │ │ ├── Detail.cs │ │ ├── Details │ │ │ ├── EngineModule │ │ │ │ ├── FeldyPython.png │ │ │ │ ├── Flag_ABW.png │ │ │ │ ├── Flag_AFG.png │ │ │ │ ├── Flag_AGO.png │ │ │ │ ├── Flag_AIA.png │ │ │ │ ├── Flag_ALA.png │ │ │ │ ├── Flag_ALB.png │ │ │ │ ├── Flag_AND.png │ │ │ │ ├── Flag_ARE.png │ │ │ │ ├── Flag_ARG.png │ │ │ │ ├── Flag_ARM.png │ │ │ │ ├── Flag_ASM.png │ │ │ │ ├── Flag_ATA.png │ │ │ │ ├── Flag_ATF.png │ │ │ │ ├── Flag_ATG.png │ │ │ │ ├── Flag_AUS.png │ │ │ │ ├── Flag_AUT.png │ │ │ │ ├── Flag_AZE.png │ │ │ │ ├── Flag_BDI.png │ │ │ │ ├── Flag_BEL.png │ │ │ │ ├── Flag_BEN.png │ │ │ │ ├── Flag_BFA.png │ │ │ │ ├── Flag_BGD.png │ │ │ │ ├── Flag_BGR.png │ │ │ │ ├── Flag_BHR.png │ │ │ │ ├── Flag_BHS.png │ │ │ │ ├── Flag_BIH.png │ │ │ │ ├── Flag_BLR.png │ │ │ │ ├── Flag_BLZ.png │ │ │ │ ├── Flag_BMU.png │ │ │ │ ├── Flag_BOL.png │ │ │ │ ├── Flag_BRA.png │ │ │ │ ├── Flag_BRB.png │ │ │ │ ├── Flag_BRN.png │ │ │ │ ├── Flag_BTN.png │ │ │ │ ├── Flag_BWA.png │ │ │ │ ├── Flag_CAF.png │ │ │ │ ├── Flag_CAN.png │ │ │ │ ├── Flag_CCK.png │ │ │ │ ├── Flag_CHE.png │ │ │ │ ├── Flag_CHL.png │ │ │ │ ├── Flag_CHN.png │ │ │ │ ├── Flag_CIV.png │ │ │ │ ├── Flag_CMR.png │ │ │ │ ├── Flag_COD.png │ │ │ │ ├── Flag_COG.png │ │ │ │ ├── Flag_COK.png │ │ │ │ ├── Flag_COL.png │ │ │ │ ├── Flag_COM.png │ │ │ │ ├── Flag_CPV.png │ │ │ │ ├── Flag_CRI.png │ │ │ │ ├── Flag_CUB.png │ │ │ │ ├── Flag_CUW.png │ │ │ │ ├── Flag_CXR.png │ │ │ │ ├── Flag_CYM.png │ │ │ │ ├── Flag_CYP.png │ │ │ │ ├── Flag_CZE.png │ │ │ │ ├── Flag_DEU.png │ │ │ │ ├── Flag_DJI.png │ │ │ │ ├── Flag_DMA.png │ │ │ │ ├── Flag_DNK.png │ │ │ │ ├── Flag_DOM.png │ │ │ │ ├── Flag_DZA.png │ │ │ │ ├── Flag_ECU.png │ │ │ │ ├── Flag_EGY.png │ │ │ │ ├── Flag_ERI.png │ │ │ │ ├── Flag_ESH.png │ │ │ │ ├── Flag_ESP.png │ │ │ │ ├── Flag_EST.png │ │ │ │ ├── Flag_ETH.png │ │ │ │ ├── Flag_FIN.png │ │ │ │ ├── Flag_FJI.png │ │ │ │ ├── Flag_FLK.png │ │ │ │ ├── Flag_FRA.png │ │ │ │ ├── Flag_FRO.png │ │ │ │ ├── Flag_FSM.png │ │ │ │ ├── Flag_GAB.png │ │ │ │ ├── Flag_GBR.png │ │ │ │ ├── Flag_GEO.png │ │ │ │ ├── Flag_GGY.png │ │ │ │ ├── Flag_GHA.png │ │ │ │ ├── Flag_GIB.png │ │ │ │ ├── Flag_GIN.png │ │ │ │ ├── Flag_GMB.png │ │ │ │ ├── Flag_GNB.png │ │ │ │ ├── Flag_GNQ.png │ │ │ │ ├── Flag_GRC.png │ │ │ │ ├── Flag_GRD.png │ │ │ │ ├── Flag_GRL.png │ │ │ │ ├── Flag_GTM.png │ │ │ │ ├── Flag_GUM.png │ │ │ │ ├── Flag_GUY.png │ │ │ │ ├── Flag_HKG.png │ │ │ │ ├── Flag_HND.png │ │ │ │ ├── Flag_HRV.png │ │ │ │ ├── Flag_HTI.png │ │ │ │ ├── Flag_HUN.png │ │ │ │ ├── Flag_IDN.png │ │ │ │ ├── Flag_IMN.png │ │ │ │ ├── Flag_IND.png │ │ │ │ ├── Flag_IRL.png │ │ │ │ ├── Flag_IRN.png │ │ │ │ ├── Flag_IRQ.png │ │ │ │ ├── Flag_ISL.png │ │ │ │ ├── Flag_ISR.png │ │ │ │ ├── Flag_ITA.png │ │ │ │ ├── Flag_JAM.png │ │ │ │ ├── Flag_JEY.png │ │ │ │ ├── Flag_JOR.png │ │ │ │ ├── Flag_JPN.png │ │ │ │ ├── Flag_KAZ.png │ │ │ │ ├── Flag_KEN.png │ │ │ │ ├── Flag_KGZ.png │ │ │ │ ├── Flag_KHM.png │ │ │ │ ├── Flag_KIR.png │ │ │ │ ├── Flag_KNA.png │ │ │ │ ├── Flag_KOR.png │ │ │ │ ├── Flag_KWT.png │ │ │ │ ├── Flag_LAO.png │ │ │ │ ├── Flag_LBN.png │ │ │ │ ├── Flag_LBR.png │ │ │ │ ├── Flag_LBY.png │ │ │ │ ├── Flag_LCA.png │ │ │ │ ├── Flag_LIE.png │ │ │ │ ├── Flag_LKA.png │ │ │ │ ├── Flag_LSO.png │ │ │ │ ├── Flag_LTU.png │ │ │ │ ├── Flag_LUX.png │ │ │ │ ├── Flag_LVA.png │ │ │ │ ├── Flag_MAC.png │ │ │ │ ├── Flag_MAF.png │ │ │ │ ├── Flag_MAR.png │ │ │ │ ├── Flag_MCO.png │ │ │ │ ├── Flag_MDA.png │ │ │ │ ├── Flag_MDG.png │ │ │ │ ├── Flag_MDV.png │ │ │ │ ├── Flag_MEX.png │ │ │ │ ├── Flag_MHL.png │ │ │ │ ├── Flag_MKD.png │ │ │ │ ├── Flag_MLI.png │ │ │ │ ├── Flag_MLT.png │ │ │ │ ├── Flag_MMR.png │ │ │ │ ├── Flag_MNE.png │ │ │ │ ├── Flag_MNG.png │ │ │ │ ├── Flag_MNP.png │ │ │ │ ├── Flag_MOZ.png │ │ │ │ ├── Flag_MRT.png │ │ │ │ ├── Flag_MSR.png │ │ │ │ ├── Flag_MTQ.png │ │ │ │ ├── Flag_MUS.png │ │ │ │ ├── Flag_MWI.png │ │ │ │ ├── Flag_MYS.png │ │ │ │ ├── Flag_MYT.png │ │ │ │ ├── Flag_NAM.png │ │ │ │ ├── Flag_NCL.png │ │ │ │ ├── Flag_NER.png │ │ │ │ ├── Flag_NFK.png │ │ │ │ ├── Flag_NGA.png │ │ │ │ ├── Flag_NIC.png │ │ │ │ ├── Flag_NIU.png │ │ │ │ ├── Flag_NLD.png │ │ │ │ ├── Flag_NOR.png │ │ │ │ ├── Flag_NPL.png │ │ │ │ ├── Flag_NRU.png │ │ │ │ ├── Flag_NZL.png │ │ │ │ ├── Flag_OMN.png │ │ │ │ ├── Flag_PAK.png │ │ │ │ ├── Flag_PAN.png │ │ │ │ ├── Flag_PCN.png │ │ │ │ ├── Flag_PER.png │ │ │ │ ├── Flag_PHL.png │ │ │ │ ├── Flag_PLW.png │ │ │ │ ├── Flag_PNG.png │ │ │ │ ├── Flag_POL.png │ │ │ │ ├── Flag_PRI.png │ │ │ │ ├── Flag_PRK.png │ │ │ │ ├── Flag_PRT.png │ │ │ │ ├── Flag_PRY.png │ │ │ │ ├── Flag_PSE.png │ │ │ │ ├── Flag_PYF.png │ │ │ │ ├── Flag_QAT.png │ │ │ │ ├── Flag_REU.png │ │ │ │ ├── Flag_ROU.png │ │ │ │ ├── Flag_RUS.png │ │ │ │ ├── Flag_RWA.png │ │ │ │ ├── Flag_SAU.png │ │ │ │ ├── Flag_SDN.png │ │ │ │ ├── Flag_SEN.png │ │ │ │ ├── Flag_SGP.png │ │ │ │ ├── Flag_SGS.png │ │ │ │ ├── Flag_SHN.png │ │ │ │ ├── Flag_SLB.png │ │ │ │ ├── Flag_SLE.png │ │ │ │ ├── Flag_SLV.png │ │ │ │ ├── Flag_SMR.png │ │ │ │ ├── Flag_SOM.png │ │ │ │ ├── Flag_SRB.png │ │ │ │ ├── Flag_SSD.png │ │ │ │ ├── Flag_STP.png │ │ │ │ ├── Flag_SUR.png │ │ │ │ ├── Flag_SVK.png │ │ │ │ ├── Flag_SVN.png │ │ │ │ ├── Flag_SWE.png │ │ │ │ ├── Flag_SWZ.png │ │ │ │ ├── Flag_SYC.png │ │ │ │ ├── Flag_SYR.png │ │ │ │ ├── Flag_TCA.png │ │ │ │ ├── Flag_TCD.png │ │ │ │ ├── Flag_TGO.png │ │ │ │ ├── Flag_THA.png │ │ │ │ ├── Flag_TJK.png │ │ │ │ ├── Flag_TKL.png │ │ │ │ ├── Flag_TKM.png │ │ │ │ ├── Flag_TLS.png │ │ │ │ ├── Flag_TON.png │ │ │ │ ├── Flag_TTO.png │ │ │ │ ├── Flag_TUN.png │ │ │ │ ├── Flag_TUR.png │ │ │ │ ├── Flag_TUV.png │ │ │ │ ├── Flag_TWN.png │ │ │ │ ├── Flag_TZA.png │ │ │ │ ├── Flag_UGA.png │ │ │ │ ├── Flag_UKR.png │ │ │ │ ├── Flag_URY.png │ │ │ │ ├── Flag_USA.png │ │ │ │ ├── Flag_UZB.png │ │ │ │ ├── Flag_VAT.png │ │ │ │ ├── Flag_VCT.png │ │ │ │ ├── Flag_VEN.png │ │ │ │ ├── Flag_VGB.png │ │ │ │ ├── Flag_VIR.png │ │ │ │ ├── Flag_VNM.png │ │ │ │ ├── Flag_VUT.png │ │ │ │ ├── Flag_WLF.png │ │ │ │ ├── Flag_WSM.png │ │ │ │ ├── Flag_YEM.png │ │ │ │ ├── Flag_ZAF.png │ │ │ │ ├── Flag_ZMB.png │ │ │ │ └── Flag_ZWE.png │ │ │ └── Icons │ │ │ │ ├── FeldyPython.png │ │ │ │ ├── Flag_ABW.png │ │ │ │ ├── Flag_AFG.png │ │ │ │ ├── Flag_AGO.png │ │ │ │ ├── Flag_AIA.png │ │ │ │ ├── Flag_ALA.png │ │ │ │ ├── Flag_ALB.png │ │ │ │ ├── Flag_AND.png │ │ │ │ ├── Flag_ARE.png │ │ │ │ ├── Flag_ARG.png │ │ │ │ ├── Flag_ARM.png │ │ │ │ ├── Flag_ASM.png │ │ │ │ ├── Flag_ATA.png │ │ │ │ ├── Flag_ATF.png │ │ │ │ ├── Flag_ATG.png │ │ │ │ ├── Flag_AUS.png │ │ │ │ ├── Flag_AUT.png │ │ │ │ ├── Flag_AZE.png │ │ │ │ ├── Flag_BDI.png │ │ │ │ ├── Flag_BEL.png │ │ │ │ ├── Flag_BEN.png │ │ │ │ ├── Flag_BFA.png │ │ │ │ ├── Flag_BGD.png │ │ │ │ ├── Flag_BGR.png │ │ │ │ ├── Flag_BHR.png │ │ │ │ ├── Flag_BHS.png │ │ │ │ ├── Flag_BIH.png │ │ │ │ ├── Flag_BLR.png │ │ │ │ ├── Flag_BLZ.png │ │ │ │ ├── Flag_BMU.png │ │ │ │ ├── Flag_BOL.png │ │ │ │ ├── Flag_BRA.png │ │ │ │ ├── Flag_BRB.png │ │ │ │ ├── Flag_BRN.png │ │ │ │ ├── Flag_BTN.png │ │ │ │ ├── Flag_BWA.png │ │ │ │ ├── Flag_CAF.png │ │ │ │ ├── Flag_CAN.png │ │ │ │ ├── Flag_CCK.png │ │ │ │ ├── Flag_CHE.png │ │ │ │ ├── Flag_CHL.png │ │ │ │ ├── Flag_CHN.png │ │ │ │ ├── Flag_CIV.png │ │ │ │ ├── Flag_CMR.png │ │ │ │ ├── Flag_COD.png │ │ │ │ ├── Flag_COG.png │ │ │ │ ├── Flag_COK.png │ │ │ │ ├── Flag_COL.png │ │ │ │ ├── Flag_COM.png │ │ │ │ ├── Flag_CPV.png │ │ │ │ ├── Flag_CRI.png │ │ │ │ ├── Flag_CUB.png │ │ │ │ ├── Flag_CUW.png │ │ │ │ ├── Flag_CXR.png │ │ │ │ ├── Flag_CYM.png │ │ │ │ ├── Flag_CYP.png │ │ │ │ ├── Flag_CZE.png │ │ │ │ ├── Flag_DEU.png │ │ │ │ ├── Flag_DJI.png │ │ │ │ ├── Flag_DMA.png │ │ │ │ ├── Flag_DNK.png │ │ │ │ ├── Flag_DOM.png │ │ │ │ ├── Flag_DZA.png │ │ │ │ ├── Flag_ECU.png │ │ │ │ ├── Flag_EGY.png │ │ │ │ ├── Flag_ERI.png │ │ │ │ ├── Flag_ESH.png │ │ │ │ ├── Flag_ESP.png │ │ │ │ ├── Flag_EST.png │ │ │ │ ├── Flag_ETH.png │ │ │ │ ├── Flag_FIN.png │ │ │ │ ├── Flag_FJI.png │ │ │ │ ├── Flag_FLK.png │ │ │ │ ├── Flag_FRA.png │ │ │ │ ├── Flag_FRO.png │ │ │ │ ├── Flag_FSM.png │ │ │ │ ├── Flag_GAB.png │ │ │ │ ├── Flag_GBR.png │ │ │ │ ├── Flag_GEO.png │ │ │ │ ├── Flag_GGY.png │ │ │ │ ├── Flag_GHA.png │ │ │ │ ├── Flag_GIB.png │ │ │ │ ├── Flag_GIN.png │ │ │ │ ├── Flag_GMB.png │ │ │ │ ├── Flag_GNB.png │ │ │ │ ├── Flag_GNQ.png │ │ │ │ ├── Flag_GRC.png │ │ │ │ ├── Flag_GRD.png │ │ │ │ ├── Flag_GRL.png │ │ │ │ ├── Flag_GTM.png │ │ │ │ ├── Flag_GUM.png │ │ │ │ ├── Flag_GUY.png │ │ │ │ ├── Flag_HKG.png │ │ │ │ ├── Flag_HND.png │ │ │ │ ├── Flag_HRV.png │ │ │ │ ├── Flag_HTI.png │ │ │ │ ├── Flag_HUN.png │ │ │ │ ├── Flag_IDN.png │ │ │ │ ├── Flag_IMN.png │ │ │ │ ├── Flag_IND.png │ │ │ │ ├── Flag_IRL.png │ │ │ │ ├── Flag_IRN.png │ │ │ │ ├── Flag_IRQ.png │ │ │ │ ├── Flag_ISL.png │ │ │ │ ├── Flag_ISR.png │ │ │ │ ├── Flag_ITA.png │ │ │ │ ├── Flag_JAM.png │ │ │ │ ├── Flag_JEY.png │ │ │ │ ├── Flag_JOR.png │ │ │ │ ├── Flag_JPN.png │ │ │ │ ├── Flag_KAZ.png │ │ │ │ ├── Flag_KEN.png │ │ │ │ ├── Flag_KGZ.png │ │ │ │ ├── Flag_KHM.png │ │ │ │ ├── Flag_KIR.png │ │ │ │ ├── Flag_KNA.png │ │ │ │ ├── Flag_KOR.png │ │ │ │ ├── Flag_KWT.png │ │ │ │ ├── Flag_LAO.png │ │ │ │ ├── Flag_LBN.png │ │ │ │ ├── Flag_LBR.png │ │ │ │ ├── Flag_LBY.png │ │ │ │ ├── Flag_LCA.png │ │ │ │ ├── Flag_LIE.png │ │ │ │ ├── Flag_LKA.png │ │ │ │ ├── Flag_LSO.png │ │ │ │ ├── Flag_LTU.png │ │ │ │ ├── Flag_LUX.png │ │ │ │ ├── Flag_LVA.png │ │ │ │ ├── Flag_MAC.png │ │ │ │ ├── Flag_MAF.png │ │ │ │ ├── Flag_MAR.png │ │ │ │ ├── Flag_MCO.png │ │ │ │ ├── Flag_MDA.png │ │ │ │ ├── Flag_MDG.png │ │ │ │ ├── Flag_MDV.png │ │ │ │ ├── Flag_MEX.png │ │ │ │ ├── Flag_MHL.png │ │ │ │ ├── Flag_MKD.png │ │ │ │ ├── Flag_MLI.png │ │ │ │ ├── Flag_MLT.png │ │ │ │ ├── Flag_MMR.png │ │ │ │ ├── Flag_MNE.png │ │ │ │ ├── Flag_MNG.png │ │ │ │ ├── Flag_MNP.png │ │ │ │ ├── Flag_MOZ.png │ │ │ │ ├── Flag_MRT.png │ │ │ │ ├── Flag_MSR.png │ │ │ │ ├── Flag_MTQ.png │ │ │ │ ├── Flag_MUS.png │ │ │ │ ├── Flag_MWI.png │ │ │ │ ├── Flag_MYS.png │ │ │ │ ├── Flag_MYT.png │ │ │ │ ├── Flag_NAM.png │ │ │ │ ├── Flag_NCL.png │ │ │ │ ├── Flag_NER.png │ │ │ │ ├── Flag_NFK.png │ │ │ │ ├── Flag_NGA.png │ │ │ │ ├── Flag_NIC.png │ │ │ │ ├── Flag_NIU.png │ │ │ │ ├── Flag_NLD.png │ │ │ │ ├── Flag_NOR.png │ │ │ │ ├── Flag_NPL.png │ │ │ │ ├── Flag_NRU.png │ │ │ │ ├── Flag_NZL.png │ │ │ │ ├── Flag_OMN.png │ │ │ │ ├── Flag_PAK.png │ │ │ │ ├── Flag_PAN.png │ │ │ │ ├── Flag_PCN.png │ │ │ │ ├── Flag_PER.png │ │ │ │ ├── Flag_PHL.png │ │ │ │ ├── Flag_PLW.png │ │ │ │ ├── Flag_PNG.png │ │ │ │ ├── Flag_POL.png │ │ │ │ ├── Flag_PRI.png │ │ │ │ ├── Flag_PRK.png │ │ │ │ ├── Flag_PRT.png │ │ │ │ ├── Flag_PRY.png │ │ │ │ ├── Flag_PSE.png │ │ │ │ ├── Flag_PYF.png │ │ │ │ ├── Flag_QAT.png │ │ │ │ ├── Flag_REU.png │ │ │ │ ├── Flag_ROU.png │ │ │ │ ├── Flag_RUS.png │ │ │ │ ├── Flag_RWA.png │ │ │ │ ├── Flag_SAU.png │ │ │ │ ├── Flag_SDN.png │ │ │ │ ├── Flag_SEN.png │ │ │ │ ├── Flag_SGP.png │ │ │ │ ├── Flag_SGS.png │ │ │ │ ├── Flag_SHN.png │ │ │ │ ├── Flag_SLB.png │ │ │ │ ├── Flag_SLE.png │ │ │ │ ├── Flag_SLV.png │ │ │ │ ├── Flag_SMR.png │ │ │ │ ├── Flag_SOM.png │ │ │ │ ├── Flag_SRB.png │ │ │ │ ├── Flag_SSD.png │ │ │ │ ├── Flag_STP.png │ │ │ │ ├── Flag_SUR.png │ │ │ │ ├── Flag_SVK.png │ │ │ │ ├── Flag_SVN.png │ │ │ │ ├── Flag_SWE.png │ │ │ │ ├── Flag_SWZ.png │ │ │ │ ├── Flag_SYC.png │ │ │ │ ├── Flag_SYR.png │ │ │ │ ├── Flag_TCA.png │ │ │ │ ├── Flag_TCD.png │ │ │ │ ├── Flag_TGO.png │ │ │ │ ├── Flag_THA.png │ │ │ │ ├── Flag_TJK.png │ │ │ │ ├── Flag_TKL.png │ │ │ │ ├── Flag_TKM.png │ │ │ │ ├── Flag_TLS.png │ │ │ │ ├── Flag_TON.png │ │ │ │ ├── Flag_TTO.png │ │ │ │ ├── Flag_TUN.png │ │ │ │ ├── Flag_TUR.png │ │ │ │ ├── Flag_TUV.png │ │ │ │ ├── Flag_TWN.png │ │ │ │ ├── Flag_TZA.png │ │ │ │ ├── Flag_UGA.png │ │ │ │ ├── Flag_UKR.png │ │ │ │ ├── Flag_URY.png │ │ │ │ ├── Flag_USA.png │ │ │ │ ├── Flag_UZB.png │ │ │ │ ├── Flag_VAT.png │ │ │ │ ├── Flag_VCT.png │ │ │ │ ├── Flag_VEN.png │ │ │ │ ├── Flag_VGB.png │ │ │ │ ├── Flag_VIR.png │ │ │ │ ├── Flag_VNM.png │ │ │ │ ├── Flag_VUT.png │ │ │ │ ├── Flag_WLF.png │ │ │ │ ├── Flag_WSM.png │ │ │ │ ├── Flag_YEM.png │ │ │ │ ├── Flag_ZAF.png │ │ │ │ ├── Flag_ZMB.png │ │ │ │ ├── Flag_ZWE.png │ │ │ │ └── None.png │ │ ├── Nameplate.Serialization.cs │ │ ├── Nameplate.cs │ │ ├── Pattern.Serialization.cs │ │ ├── Pattern.cs │ │ ├── PatternColorData.Serialization.cs │ │ ├── PatternColorData.cs │ │ └── Patterns │ │ │ ├── BoosterLeft │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── BoosterRight │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── CommandPod │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── EngineModule │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── Icons │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── PayloadPod │ │ │ └── Basic.png │ │ │ ├── ReactorModule │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── ServiceModule │ │ │ ├── Astra.png │ │ │ ├── Basic.png │ │ │ ├── Binary.png │ │ │ ├── Delta.png │ │ │ ├── Hazard.png │ │ │ ├── Helix.png │ │ │ ├── Redstone.png │ │ │ └── Saturn.png │ │ │ ├── UnmannedTug │ │ │ └── Basic.png │ │ │ └── patterns.json │ ├── LaunchPads │ │ ├── LaunchPad.Netcode.cs │ │ ├── LaunchPad.Serialization.cs │ │ ├── LaunchPad.cs │ │ └── LaunchPadManager.cs │ ├── Modules │ │ ├── AnimatedRocketModule.cs │ │ ├── AssemblyRecipe.cs │ │ ├── AssemblyRecipeEntry.cs │ │ ├── Blueprints │ │ │ ├── BoosterLeft.png │ │ │ ├── BoosterRight.png │ │ │ ├── CommandPod.png │ │ │ ├── EngineModule.png │ │ │ ├── PayloadPod.png │ │ │ ├── ReactorModule.png │ │ │ ├── ServiceModule.png │ │ │ └── UnmannedTug.png │ │ ├── Booster.cs │ │ ├── BoosterLeft.cs │ │ ├── BoosterLeft.png │ │ ├── BoosterLeft_LandingLeg.png │ │ ├── BoosterRight.cs │ │ ├── BoosterRight.png │ │ ├── BoosterRight_LandingLeg.png │ │ ├── CommandPod.cs │ │ ├── CommandPod.png │ │ ├── EngineModule.cs │ │ ├── EngineModule.png │ │ ├── EngineModule_BoosterRear.png │ │ ├── EngineModule_LandingLeg.png │ │ ├── Icons │ │ │ ├── BoosterLeft.png │ │ │ ├── BoosterRight.png │ │ │ ├── CommandPod.png │ │ │ ├── EngineModule.png │ │ │ ├── PayloadPod.png │ │ │ ├── ReactorModule.png │ │ │ ├── ServiceModule.png │ │ │ └── UnmannedTug.png │ │ ├── PayloadPod.cs │ │ ├── PayloadPod.png │ │ ├── ReactorModule.cs │ │ ├── ReactorModule.png │ │ ├── ReactorModule_Glow.png │ │ ├── RocketModule.Serialization.cs │ │ ├── RocketModule.cs │ │ ├── ServiceModule.cs │ │ ├── ServiceModule.png │ │ ├── UnmannedTug.cs │ │ └── UnmannedTug.png │ ├── Rocket.Customization.cs │ ├── Rocket.Debug.cs │ ├── Rocket.Drawing.cs │ ├── Rocket.Netcode.cs │ ├── Rocket.Serialization.cs │ ├── Rocket.Static.cs │ ├── Rocket.cs │ ├── RocketFuelLookup.cs │ ├── RocketManager.cs │ ├── Textures │ │ ├── Checklist │ │ │ ├── BloodMoon_NotMet.png │ │ │ ├── Boss_NotMet.png │ │ │ ├── DifferentTarget_NotMet.png │ │ │ ├── Fuel_Met.png │ │ │ ├── Fuel_NotMet.png │ │ │ ├── Invasion_NotMet.png │ │ │ ├── Obstruction_Met.png │ │ │ ├── Obstruction_NotMet.png │ │ │ ├── Selected_NotMet.png │ │ │ └── VacantLaunchpad_NotMet.png │ │ ├── NavigationMaps │ │ │ ├── EarthSystem.png │ │ │ ├── SolarSystemInner.png │ │ │ ├── SolarSystemInnerVulcan.png │ │ │ ├── SolarSystemOuter.png │ │ │ └── Template.png │ │ └── WorldInfo │ │ │ ├── DayPeriod.png │ │ │ ├── Gravity.png │ │ │ ├── MeteorStorms.png │ │ │ ├── Radius.png │ │ │ ├── SolarStorms.png │ │ │ └── ThreatLevel.png │ └── UI │ │ ├── Assembly │ │ ├── UIAssemblyTab.cs │ │ ├── UIModuleAssemblyElement.cs │ │ └── UIRocketBlueprint.cs │ │ ├── Cargo │ │ ├── UICargoFuelPreview.cs │ │ ├── UICargoTab.cs │ │ ├── UIFuelPanel.cs │ │ └── UIPlayerInfoElement.cs │ │ ├── Customization │ │ ├── UICustomizationTab.cs │ │ ├── UIDetailIcon.cs │ │ ├── UIModuleIcon.cs │ │ ├── UIPatternIcon.cs │ │ ├── UIRocketPreviewLarge.cs │ │ └── UIRocketPreviewSmall.cs │ │ └── Navigation │ │ ├── Checklist │ │ ├── ChecklistCondition.cs │ │ ├── ChecklistConditionCollection.cs │ │ ├── ChecklistInfoElement.cs │ │ └── UIFlightChecklist.cs │ │ ├── Info │ │ ├── DayPeriodInfoElement.cs │ │ ├── GravityInfoElement.cs │ │ ├── HazardInfoElement.cs │ │ ├── RadiusInfoElement.cs │ │ ├── ThreatLevelInfoElement.cs │ │ ├── ValueUnitSpecialInfoElement.cs │ │ └── WorldInfo.cs │ │ ├── UICommanderPanel.cs │ │ ├── UILaunchButton.cs │ │ ├── UILaunchDestinationInfoElement.cs │ │ ├── UINavigationMap.cs │ │ ├── UINavigationPanel.cs │ │ ├── UINavigationTab.cs │ │ ├── UINavigationTarget.cs │ │ └── UIPlayerHeadInfoElement.cs ├── Skies │ ├── Ambience │ │ └── Moon │ │ │ ├── MoonMeteor.cs │ │ │ └── MoonMeteor.png │ ├── EarthOrbit │ │ ├── Earth.png │ │ ├── EarthOrbitSky.cs │ │ ├── EarthOrbitSky.png │ │ └── Sun.png │ └── Moon │ │ ├── DemonSunBack.png │ │ ├── DemonSunFront.png │ │ ├── Earth.png │ │ ├── EarthAtmo.png │ │ ├── EarthDrunk.png │ │ ├── EarthFlat.png │ │ ├── MoonSky.cs │ │ ├── MoonSky.png │ │ ├── NebulaBlue.png │ │ ├── NebulaGreen.png │ │ ├── NebulaMythril.png │ │ ├── NebulaNormal.png │ │ ├── NebulaOrange.png │ │ ├── NebulaPink.png │ │ ├── NebulaPurple.png │ │ ├── NebulaRinged.png │ │ ├── NebulaYellow.png │ │ └── Sun.png ├── Sounds │ └── SFX.cs ├── Subworlds │ ├── Earth.cs │ ├── EarthOrbitSubworld.Tasks.cs │ ├── EarthOrbitSubworld.cs │ ├── EarthWorldGen.cs │ ├── Moon.Tasks.cs │ └── Moon.cs ├── Tiles │ ├── Ambient │ │ ├── CrescentScriptureStand.cs │ │ ├── CrescentScriptureStand.png │ │ ├── IrradiatedAltar.cs │ │ ├── IrradiatedAltar.png │ │ ├── KyaniteNest.cs │ │ ├── KyaniteNest.png │ │ ├── LooseWiresLarge.cs │ │ ├── LooseWiresLarge.png │ │ ├── LooseWiresMedium.cs │ │ ├── LooseWiresMedium.png │ │ ├── LooseWiresSmall.cs │ │ ├── LooseWiresSmall.png │ │ ├── Monolith.cs │ │ ├── Monolith.png │ │ ├── ProtolithRockLarge.cs │ │ ├── ProtolithRockLarge.png │ │ ├── ProtolithRockMedium.cs │ │ ├── ProtolithRockMedium.png │ │ ├── ProtolithRockSmall.cs │ │ ├── ProtolithRockSmall.png │ │ ├── RegolithRockLarge.cs │ │ ├── RegolithRockLarge.png │ │ ├── RegolithRockMedium.cs │ │ ├── RegolithRockMedium.png │ │ ├── RegolithRockSmall.cs │ │ └── RegolithRockSmall.png │ ├── Banners │ │ ├── MercurianBanner.cs │ │ └── MercurianBanner.png │ ├── Bars │ │ ├── AluminumBar.cs │ │ ├── AluminumBar.png │ │ ├── ArtemiteBar.cs │ │ ├── ArtemiteBar.png │ │ ├── ChandriumBar.cs │ │ ├── ChandriumBar.png │ │ ├── DianiteBar.cs │ │ ├── DianiteBar.png │ │ ├── InvarBar.cs │ │ ├── InvarBar.png │ │ ├── SeleniteBar.cs │ │ ├── SeleniteBar.png │ │ ├── SteelBar.cs │ │ └── SteelBar.png │ ├── Blocks │ │ ├── Bricks │ │ │ ├── CoalBrick.cs │ │ │ ├── CoalBrick.png │ │ │ ├── GothicCoalBrick.cs │ │ │ ├── GothicCoalBrick.png │ │ │ ├── HaemonovaBrick.png │ │ │ ├── IrradiatedBrick.cs │ │ │ ├── IrradiatedBrick.png │ │ │ ├── ProtolithBrick.cs │ │ │ ├── ProtolithBrick.png │ │ │ ├── RegolithBrick.cs │ │ │ └── RegolithBrick.png │ │ ├── CheeseBlock.cs │ │ ├── CheeseBlock.png │ │ ├── IndustrialPlating.cs │ │ ├── IndustrialPlating.png │ │ ├── LexanGlass.cs │ │ ├── LexanGlass.png │ │ ├── Sands │ │ │ ├── SilicaCrimsand.cs │ │ │ ├── SilicaCrimsand.png │ │ │ ├── SilicaEbonsand.cs │ │ │ ├── SilicaEbonsand.png │ │ │ ├── SilicaPearlsand.cs │ │ │ ├── SilicaPearlsand.png │ │ │ ├── SilicaSand.cs │ │ │ └── SilicaSand.png │ │ └── Terrain │ │ │ ├── Cynthalith.cs │ │ │ ├── Cynthalith.png │ │ │ ├── IrradiatedRock.cs │ │ │ ├── IrradiatedRock.png │ │ │ ├── Protolith.cs │ │ │ ├── Protolith.png │ │ │ ├── QuartzBlock.cs │ │ │ ├── QuartzBlock.png │ │ │ ├── Regolith.cs │ │ │ └── Regolith.png │ ├── Crafting │ │ ├── Fabricator.cs │ │ ├── Fabricator.png │ │ ├── IndustrialLoom.cs │ │ └── IndustrialLoom.png │ ├── Flags │ │ ├── Flag.cs │ │ └── Flag.png │ ├── Furniture │ │ ├── Boombox.cs │ │ ├── Boombox.png │ │ ├── Cheese │ │ │ ├── CheeseBathtub.cs │ │ │ ├── CheeseBathtub.png │ │ │ ├── CheeseBed.cs │ │ │ ├── CheeseBed.png │ │ │ ├── CheeseBed_Highlight.png │ │ │ ├── CheeseBookcase.cs │ │ │ ├── CheeseBookcase.png │ │ │ ├── CheeseCandelabra.cs │ │ │ ├── CheeseCandelabra.png │ │ │ ├── CheeseCandelabra_Flame.png │ │ │ ├── CheeseCandle.cs │ │ │ ├── CheeseCandle.png │ │ │ ├── CheeseCandle_Flame.png │ │ │ ├── CheeseChair.cs │ │ │ ├── CheeseChair.png │ │ │ ├── CheeseChair_Highlight.png │ │ │ ├── CheeseChandelier.cs │ │ │ ├── CheeseChandelier.png │ │ │ ├── CheeseChandelier_Flame.png │ │ │ ├── CheeseChest.cs │ │ │ ├── CheeseChest.png │ │ │ ├── CheeseChest_Highlight.png │ │ │ ├── CheeseClock.cs │ │ │ ├── CheeseClock.png │ │ │ ├── CheeseClock_Highlight.png │ │ │ ├── CheeseDoorClosed.cs │ │ │ ├── CheeseDoorClosed.png │ │ │ ├── CheeseDoorClosed_Highlight.png │ │ │ ├── CheeseDoorOpen.cs │ │ │ ├── CheeseDoorOpen.png │ │ │ ├── CheeseDoorOpen_Highlight.png │ │ │ ├── CheeseDresser.cs │ │ │ ├── CheeseDresser.png │ │ │ ├── CheeseDresser_Highlight.png │ │ │ ├── CheeseLamp.cs │ │ │ ├── CheeseLamp.png │ │ │ ├── CheeseLamp_Flame.png │ │ │ ├── CheeseLantern.cs │ │ │ ├── CheeseLantern.png │ │ │ ├── CheeseLantern_Flame.png │ │ │ ├── CheesePiano.cs │ │ │ ├── CheesePiano.png │ │ │ ├── CheesePlatform.cs │ │ │ ├── CheesePlatform.png │ │ │ ├── CheeseSink.cs │ │ │ ├── CheeseSink.png │ │ │ ├── CheeseSofa.cs │ │ │ ├── CheeseSofa.png │ │ │ ├── CheeseSofa_Highlight.png │ │ │ ├── CheeseTable.cs │ │ │ ├── CheeseTable.png │ │ │ ├── CheeseToilet.cs │ │ │ ├── CheeseToilet.png │ │ │ ├── CheeseToilet_Highlight.png │ │ │ ├── CheeseWorkbench.cs │ │ │ └── CheeseWorkbench.png │ │ ├── ConstructionLight.cs │ │ ├── ConstructionLight.png │ │ ├── DisplayScreen.cs │ │ ├── DisplayScreen.png │ │ ├── DisplayScreen_Glow.png │ │ ├── DisplayScreen_Highlight.png │ │ ├── EarthGlobe.cs │ │ ├── EarthGlobe.png │ │ ├── Fridge.cs │ │ ├── Fridge.png │ │ ├── Fridge_Highlight.png │ │ ├── IVPole.cs │ │ ├── IVPole.png │ │ ├── Industrial │ │ │ ├── IndustrialBathtub.cs │ │ │ ├── IndustrialBathtub.png │ │ │ ├── IndustrialBed.cs │ │ │ ├── IndustrialBed.png │ │ │ ├── IndustrialBed_Highlight.png │ │ │ ├── IndustrialBookcase.cs │ │ │ ├── IndustrialBookcase.png │ │ │ ├── IndustrialBulkheadClosed.cs │ │ │ ├── IndustrialBulkheadClosed.png │ │ │ ├── IndustrialBulkheadClosed_Highlight.png │ │ │ ├── IndustrialBulkheadOpen.cs │ │ │ ├── IndustrialBulkheadOpen.png │ │ │ ├── IndustrialBulkheadOpen_Highlight.png │ │ │ ├── IndustrialCandle.cs │ │ │ ├── IndustrialCandle.png │ │ │ ├── IndustrialCeilingMonitor.cs │ │ │ ├── IndustrialCeilingMonitor.png │ │ │ ├── IndustrialCeilingMonitor_Glow.png │ │ │ ├── IndustrialChair.cs │ │ │ ├── IndustrialChair.png │ │ │ ├── IndustrialChair_Highlight.png │ │ │ ├── IndustrialChest.cs │ │ │ ├── IndustrialChest.png │ │ │ ├── IndustrialChest_Glow.png │ │ │ ├── IndustrialChest_Highlight.png │ │ │ ├── IndustrialControlPanel.cs │ │ │ ├── IndustrialControlPanel.png │ │ │ ├── IndustrialControlPanel_Glow.png │ │ │ ├── IndustrialControlStation.cs │ │ │ ├── IndustrialControlStation.png │ │ │ ├── IndustrialControlStation_Glow.png │ │ │ ├── IndustrialCrate.cs │ │ │ ├── IndustrialCrate.png │ │ │ ├── IndustrialDeskClock.cs │ │ │ ├── IndustrialDeskClock.png │ │ │ ├── IndustrialDeskClock_Glow.png │ │ │ ├── IndustrialDeskLamp.cs │ │ │ ├── IndustrialDeskLamp.png │ │ │ ├── IndustrialDeskMonitor.cs │ │ │ ├── IndustrialDeskMonitor.png │ │ │ ├── IndustrialDeskMonitor_Glow.png │ │ │ ├── IndustrialDoorClosed.cs │ │ │ ├── IndustrialDoorClosed.png │ │ │ ├── IndustrialDoorClosed_Highlight.png │ │ │ ├── IndustrialDoorOpen.cs │ │ │ ├── IndustrialDoorOpen.png │ │ │ ├── IndustrialDoorOpen_Highlight.png │ │ │ ├── IndustrialDresser.cs │ │ │ ├── IndustrialDresser.png │ │ │ ├── IndustrialDresser_Highlight.png │ │ │ ├── IndustrialGurney.cs │ │ │ ├── IndustrialGurney.png │ │ │ ├── IndustrialLamp.cs │ │ │ ├── IndustrialLamp.png │ │ │ ├── IndustrialLantern.cs │ │ │ ├── IndustrialLantern.png │ │ │ ├── IndustrialLocker.cs │ │ │ ├── IndustrialLocker.png │ │ │ ├── IndustrialLocker_Highlight.png │ │ │ ├── IndustrialNeonTube.cs │ │ │ ├── IndustrialNeonTube.png │ │ │ ├── IndustrialPiano.cs │ │ │ ├── IndustrialPiano.png │ │ │ ├── IndustrialPlatform.cs │ │ │ ├── IndustrialPlatform.png │ │ │ ├── IndustrialServer.cs │ │ │ ├── IndustrialServer.png │ │ │ ├── IndustrialSink.cs │ │ │ ├── IndustrialSink.png │ │ │ ├── IndustrialSofa.cs │ │ │ ├── IndustrialSofa.png │ │ │ ├── IndustrialSofa_Extra.png │ │ │ ├── IndustrialSofa_Extra_Highlight.png │ │ │ ├── IndustrialSofa_Highlight.png │ │ │ ├── IndustrialTable.cs │ │ │ ├── IndustrialTable.png │ │ │ ├── IndustrialToilet.cs │ │ │ ├── IndustrialToilet.png │ │ │ ├── IndustrialToilet_Highlight.png │ │ │ ├── IndustrialWallMonitor.cs │ │ │ ├── IndustrialWallMonitor.png │ │ │ ├── IndustrialWallMonitor_Glow.png │ │ │ ├── IndustrialWorkbench.cs │ │ │ └── IndustrialWorkbench.png │ │ ├── Luminite │ │ │ ├── LuminiteBathtub.cs │ │ │ ├── LuminiteBathtub.png │ │ │ ├── LuminiteBed.cs │ │ │ ├── LuminiteBed.png │ │ │ ├── LuminiteBed_Highlight.png │ │ │ ├── LuminiteBookcase.cs │ │ │ ├── LuminiteBookcase.png │ │ │ ├── LuminiteCandelabra.cs │ │ │ ├── LuminiteCandelabra.png │ │ │ ├── LuminiteCandelabra_Glow.png │ │ │ ├── LuminiteCandle.cs │ │ │ ├── LuminiteCandle.png │ │ │ ├── LuminiteCandle_Glow.png │ │ │ ├── LuminiteChair.cs │ │ │ ├── LuminiteChair.png │ │ │ ├── LuminiteChair_Highlight.png │ │ │ ├── LuminiteChandelier.cs │ │ │ ├── LuminiteChandelier.png │ │ │ ├── LuminiteChandelier_Glow.png │ │ │ ├── LuminiteChest.cs │ │ │ ├── LuminiteChest.png │ │ │ ├── LuminiteChest_Highlight.png │ │ │ ├── LuminiteClock.cs │ │ │ ├── LuminiteClock.png │ │ │ ├── LuminiteClock_Highlight.png │ │ │ ├── LuminiteDoorClosed.cs │ │ │ ├── LuminiteDoorClosed.png │ │ │ ├── LuminiteDoorOpen.cs │ │ │ ├── LuminiteDoorOpen.png │ │ │ ├── LuminiteDresser.cs │ │ │ ├── LuminiteDresser.png │ │ │ ├── LuminiteDresser_Highlight.png │ │ │ ├── LuminiteLamp.cs │ │ │ ├── LuminiteLamp.png │ │ │ ├── LuminiteLamp_Glow.png │ │ │ ├── LuminiteLantern.cs │ │ │ ├── LuminiteLantern.png │ │ │ ├── LuminiteLantern_Glow.png │ │ │ ├── LuminitePiano.cs │ │ │ ├── LuminitePiano.png │ │ │ ├── LuminitePlatform.cs │ │ │ ├── LuminitePlatform.png │ │ │ ├── LuminiteSink.cs │ │ │ ├── LuminiteSink.png │ │ │ ├── LuminiteSofa.cs │ │ │ ├── LuminiteSofa.png │ │ │ ├── LuminiteSofa_Highlight.png │ │ │ ├── LuminiteTable.cs │ │ │ ├── LuminiteTable.png │ │ │ ├── LuminiteToilet.cs │ │ │ ├── LuminiteToilet.png │ │ │ ├── LuminiteToilet_Highlight.png │ │ │ ├── LuminiteWorkbench.cs │ │ │ └── LuminiteWorkbench.png │ │ ├── SpookyDookie.cs │ │ ├── SpookyDookie.png │ │ ├── SpookyDookie_Highlight.png │ │ ├── TeddyBear.cs │ │ ├── TeddyBear.png │ │ ├── XFLR6.cs │ │ └── XFLR6.png │ ├── MusicBoxes │ │ ├── DeadworldMusicBox.cs │ │ ├── DeadworldMusicBox.png │ │ ├── IntoTheUnknownMusicBox.cs │ │ ├── IntoTheUnknownMusicBox.png │ │ ├── RequiemMusicBox.cs │ │ ├── RequiemMusicBox.png │ │ ├── SpaceInvaderMusicBox.cs │ │ ├── SpaceInvaderMusicBox.png │ │ ├── StygiaMusicBox.cs │ │ └── StygiaMusicBox.png │ ├── Ores │ │ ├── AluminumOre.cs │ │ ├── AluminumOre.png │ │ ├── ArtemiteOre.cs │ │ ├── ArtemiteOre.png │ │ ├── ChandriumOre.cs │ │ ├── ChandriumOre.png │ │ ├── Coal.cs │ │ ├── Coal.png │ │ ├── DianiteOre.cs │ │ ├── DianiteOre.png │ │ ├── LithiumOre.cs │ │ ├── LithiumOre.png │ │ ├── OilShale.cs │ │ ├── OilShale.png │ │ ├── SeleniteOre.cs │ │ └── SeleniteOre.png │ ├── Paintings │ │ ├── Apollo115.cs │ │ ├── Apollo115.png │ │ ├── BloodSunRising.cs │ │ ├── BloodSunRising.png │ │ ├── BrittleHollow.png │ │ ├── CacoLisa.png │ │ ├── DarkBramble.png │ │ ├── DarkFortress.cs │ │ ├── DarkFortress.png │ │ ├── ElegyForTheRings.png │ │ ├── Empress.cs │ │ ├── Empress.png │ │ ├── Freedomfaller.cs │ │ ├── Freedomfaller.png │ │ ├── GiantsDeep.png │ │ ├── HourglassTwins.png │ │ ├── InANutshell.cs │ │ ├── InANutshell.png │ │ ├── InvaderZimBlueprint.png │ │ ├── LeVoyageDansLaMort.png │ │ ├── Overlord.cs │ │ ├── Overlord.png │ │ ├── PaleBluePixel.png │ │ ├── Retributor.cs │ │ ├── Retributor.png │ │ ├── ShoresOfOblivion.cs │ │ ├── ShoresOfOblivion.png │ │ ├── TheEye.png │ │ ├── TheInterloper.png │ │ ├── TimberHearth.png │ │ ├── WeCanDoIt.cs │ │ ├── WeCanDoIt.png │ │ ├── WhenDayBreaks.cs │ │ └── WhenDayBreaks.png │ ├── Pickups │ │ ├── AntiRadiationPills.cs │ │ ├── AntiRadiationPills.png │ │ ├── Medkit.cs │ │ └── Medkit.png │ ├── Relics │ │ ├── BaseRelic.cs │ │ ├── CraterDemonRelic.cs │ │ ├── CraterDemonRelic.png │ │ ├── MoonBeastRelic.png │ │ └── RelicPedestal.png │ ├── Special │ │ ├── LaunchPadMarker.cs │ │ ├── LaunchPadMarker.png │ │ └── LaunchPadMarker_Glow.png │ ├── Tech │ │ ├── Computer.cs │ │ ├── Computer.png │ │ ├── Motor.cs │ │ ├── Motor.png │ │ ├── PowerJunction.cs │ │ ├── PowerJunction.png │ │ ├── PrintedCircuitBoard.cs │ │ └── PrintedCircuitBoard.png │ ├── Tombstones │ │ ├── MoonGoldTombstone.cs │ │ ├── MoonGoldTombstone.png │ │ ├── MoonTombstone.cs │ │ └── MoonTombstone.png │ ├── Torches │ │ ├── LuminiteTorch.cs │ │ ├── LuminiteTorch.png │ │ └── LuminiteTorch_Flame.png │ ├── Trees │ │ ├── RubberTree.cs │ │ ├── RubberTree.png │ │ ├── RubberTreeLeaf.cs │ │ ├── RubberTreeLeaf.png │ │ ├── RubberTreeSapling.cs │ │ ├── RubberTreeSapling.png │ │ └── RubberTree_Tops.png │ ├── Trophies │ │ ├── CraterDemonTrophy.cs │ │ └── CraterDemonTrophy.png │ └── Walls │ │ ├── CheeseWall.cs │ │ ├── CheeseWall.png │ │ ├── IndustrialHazardWall.cs │ │ ├── IndustrialHazardWall.png │ │ ├── IndustrialPlatingWall.cs │ │ ├── IndustrialPlatingWall.png │ │ ├── IndustrialSquarePaneledWall.cs │ │ ├── IndustrialSquarePaneledWall.png │ │ ├── IndustrialTrimmingWall.cs │ │ ├── IndustrialTrimmingWall.png │ │ ├── IrradiatedBrickWall.cs │ │ ├── IrradiatedBrickWall.png │ │ ├── IrradiatedRockWall.cs │ │ ├── IrradiatedRockWall.png │ │ ├── LexanGlassWall.cs │ │ ├── LexanGlassWall.png │ │ ├── ProtolithBrickWall.cs │ │ ├── ProtolithBrickWall.png │ │ ├── ProtolithWall.cs │ │ ├── ProtolithWall.png │ │ ├── RegolithBrickWall.cs │ │ ├── RegolithBrickWall.png │ │ ├── RegolithWall.cs │ │ └── RegolithWall.png ├── Trails │ ├── ChampionsBladeTrail.cs │ ├── DianiteForkTrail.cs │ ├── DianiteMeteorTrail.cs │ ├── FlamingMeteorTrail.cs │ ├── HorusTrail.cs │ ├── ImbriumMeteorTrail.cs │ ├── LuminiteFireTrail.cs │ ├── LunarBloodTrail.cs │ ├── MissileTrail.cs │ ├── MoonSwordTrail.cs │ ├── SeleniteTrail.cs │ ├── StarTrail.cs │ ├── TrailScepterTrail.cs │ └── WaveGunBeamTrail.cs └── WorldGeneration │ └── Structures │ ├── BaseSpaceStationModule.cs │ ├── BaseSpaceStationModule.shstruct │ ├── CheeseHouse.cs │ ├── CheeseHouse.shstruct │ ├── LunarOutposts │ ├── BaseLunarOutpost.cs │ ├── LabOutpost.cs │ ├── LabOutpost.shstruct │ ├── LabOutpost2.cs │ ├── LabOutpost2.shstruct │ ├── MedicOutpost.cs │ ├── MedicOutpost.shstruct │ ├── MedicOutpost2.cs │ ├── MedicOutpost2.shstruct │ ├── MiningOutpost.cs │ ├── MiningOutpost.shstruct │ ├── MiningOutpost2.cs │ ├── MiningOutpost2.shstruct │ ├── ServerOutpost.cs │ ├── ServerOutpost.shstruct │ ├── StorageOutpostLarge.cs │ ├── StorageOutpostLarge.shstruct │ ├── StorageOutpostSmall.cs │ └── StorageOutpostSmall.shstruct │ ├── MacrocosmHouseBuilder.cs │ ├── Orbit │ └── Earth │ │ ├── RareStructure1.cs │ │ ├── RareStructure1.shstruct │ │ ├── SpaceJunk.cs │ │ ├── SpaceJunk1.shstruct │ │ ├── SpaceJunk2.shstruct │ │ ├── SpaceJunk3.shstruct │ │ ├── SpaceJunk4.shstruct │ │ ├── SpaceLoot.cs │ │ ├── SpaceLoot1.shstruct │ │ ├── SpaceLoot2.shstruct │ │ └── SpaceLoot3.shstruct │ └── Shrines │ ├── AstraShrine.cs │ ├── AstraShrine.shstruct │ ├── CosmicEmberShrine.cs │ ├── CosmicEmberShrine.shstruct │ ├── CryocoreShrine.cs │ ├── CryocoreShrine.shstruct │ ├── DarkCelestialShrine.cs │ ├── DarkCelestialShrine.shstruct │ ├── HeavenforgeShrine.cs │ ├── HeavenforgeShrine.shstruct │ ├── LuminiteShrine.cs │ ├── LuminiteShrine.shstruct │ ├── LunarRustShrine.cs │ ├── LunarRustShrine.shstruct │ ├── MercuryShrine.cs │ ├── MercuryShrine.shstruct │ ├── StarRoyaleShrine.cs │ └── StarRoyaleShrine.shstruct ├── Localization ├── en-US.hjson └── en-US │ ├── Mods.Macrocosm.Achievements.hjson │ ├── Mods.Macrocosm.Biomes.hjson │ ├── Mods.Macrocosm.Buffs.hjson │ ├── Mods.Macrocosm.Common.hjson │ ├── Mods.Macrocosm.Configs.hjson │ ├── Mods.Macrocosm.DeathMessages.hjson │ ├── Mods.Macrocosm.InfoDisplays.hjson │ ├── Mods.Macrocosm.Items.hjson │ ├── Mods.Macrocosm.Liquids.hjson │ ├── Mods.Macrocosm.Machines.hjson │ ├── Mods.Macrocosm.NPCs.hjson │ ├── Mods.Macrocosm.Projectiles.hjson │ ├── Mods.Macrocosm.StatusMessages.hjson │ ├── Mods.Macrocosm.Subworlds.hjson │ ├── Mods.Macrocosm.Tiles.hjson │ ├── Mods.Macrocosm.UI.hjson │ └── Mods.Macrocosm.WorldGen.hjson ├── Macrocosm.cs ├── Macrocosm.csproj ├── Macrocosm.sln ├── Properties └── launchSettings.json ├── README.md ├── References ├── StructureHelper.dll ├── SubworldLibrary.dll └── SubworldLibrary.xml ├── Tools ├── EasyXnb │ ├── EasyXnb.exe │ ├── EasyXnb.exe.config │ ├── Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll │ ├── Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll │ ├── Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll │ ├── Microsoft.Xna.Framework.Content.Pipeline.dll │ ├── Microsoft.Xna.Framework.Game.dll │ ├── Microsoft.Xna.Framework.Graphics.dll │ └── Microsoft.Xna.Framework.dll ├── extract_palette.py ├── flags_generator.py ├── recolor_sprite.py └── recolor_sprite_sheet.py ├── build.txt ├── description.txt ├── icon.png ├── icon_small.png └── icon_workshop.png /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "githubPullRequests.ignoredPullRequestBranches": [ 3 | "master" 4 | ] 5 | } -------------------------------------------------------------------------------- /Assets/Effects/ColorGradientDisk.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/ColorGradientDisk.xnb -------------------------------------------------------------------------------- /Assets/Effects/ColorGradientSquare.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/ColorGradientSquare.xnb -------------------------------------------------------------------------------- /Assets/Effects/ColorMaskShading.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/ColorMaskShading.xnb -------------------------------------------------------------------------------- /Assets/Effects/Gradient.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/Gradient.xnb -------------------------------------------------------------------------------- /Assets/Effects/Grayscale.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/Grayscale.xnb -------------------------------------------------------------------------------- /Assets/Effects/Mesh.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/Mesh.xnb -------------------------------------------------------------------------------- /Assets/Effects/Pixelate.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/Pixelate.xnb -------------------------------------------------------------------------------- /Assets/Effects/RadialLighting.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/RadialLighting.xnb -------------------------------------------------------------------------------- /Assets/Effects/RadialSaturation.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/RadialSaturation.xnb -------------------------------------------------------------------------------- /Assets/Effects/RadiationNoise.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/RadiationNoise.xnb -------------------------------------------------------------------------------- /Assets/Effects/Shockwave.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/Shockwave.xnb -------------------------------------------------------------------------------- /Assets/Effects/Skew.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/Skew.xnb -------------------------------------------------------------------------------- /Assets/Effects/SphereLighting.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Effects/SphereLighting.xnb -------------------------------------------------------------------------------- /Assets/Music/Deadworld.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/Deadworld.ogg -------------------------------------------------------------------------------- /Assets/Music/IntoTheUnknown.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/IntoTheUnknown.ogg -------------------------------------------------------------------------------- /Assets/Music/Old/MoonDay.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/Old/MoonDay.ogg -------------------------------------------------------------------------------- /Assets/Music/Old/MoonNight.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/Old/MoonNight.ogg -------------------------------------------------------------------------------- /Assets/Music/OrbitDay.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/OrbitDay.ogg -------------------------------------------------------------------------------- /Assets/Music/OrbitNight.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/OrbitNight.ogg -------------------------------------------------------------------------------- /Assets/Music/Requiem.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/Requiem.ogg -------------------------------------------------------------------------------- /Assets/Music/Silence.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/Silence.mp3 -------------------------------------------------------------------------------- /Assets/Music/SpaceInvader.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/SpaceInvader.ogg -------------------------------------------------------------------------------- /Assets/Music/Stygia.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Music/Stygia.ogg -------------------------------------------------------------------------------- /Assets/Palettes/LuminitePalette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Palettes/LuminitePalette.png -------------------------------------------------------------------------------- /Assets/Sounds/Ambient/Moon.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/Ambient/Moon.ogg -------------------------------------------------------------------------------- /Assets/Sounds/SFX/AssaultRifle_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/AssaultRifle_1.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/AssaultRifle_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/AssaultRifle_2.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/AssaultRifle_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/AssaultRifle_3.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/AssaultRifle_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/AssaultRifle_4.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/BigExplosion_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/BigExplosion_1.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/BigExplosion_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/BigExplosion_2.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/BigExplosion_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/BigExplosion_3.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/DesertEagleShot.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/DesertEagleShot.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/GrenadeLauncherThunk.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/GrenadeLauncherThunk.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/HandheldThrusterFlame.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/HandheldThrusterFlame.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/MinigunFire.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/MinigunFire.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/MinigunWinddown.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/MinigunWinddown.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/MinigunWindup.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/MinigunWindup.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Ricochet_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Ricochet_1.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Ricochet_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Ricochet_2.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Ricochet_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Ricochet_3.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Ricochet_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Ricochet_4.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Ricochet_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Ricochet_5.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Ricochet_6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Ricochet_6.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/RobotSummon.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/RobotSummon.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/RocketLandingLeg.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/RocketLandingLeg.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/RocketLaunch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/RocketLaunch.ogg -------------------------------------------------------------------------------- /Assets/Sounds/SFX/RocketLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/RocketLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/SFX/WaveGunJoin.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/WaveGunJoin.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/WaveGunShot.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/WaveGunShot.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/WaveGunShotRifle.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/WaveGunShotRifle.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/WaveGunSplit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/WaveGunSplit.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/ZombieDeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/ZombieDeath.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/ZombieEngineerDeath.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/ZombieEngineerDeath.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/ZombieEngineerGasLeak.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/ZombieEngineerGasLeak.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/ZombieEngineerSprint.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/ZombieEngineerSprint.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Zombie_1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Zombie_1.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Zombie_2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Zombie_2.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Zombie_3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Zombie_3.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Zombie_4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Zombie_4.wav -------------------------------------------------------------------------------- /Assets/Sounds/SFX/Zombie_5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Sounds/SFX/Zombie_5.wav -------------------------------------------------------------------------------- /Assets/Textures/AchievementTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/AchievementTemplate.png -------------------------------------------------------------------------------- /Assets/Textures/Connectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Connectors.png -------------------------------------------------------------------------------- /Assets/Textures/Crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Crosshair.png -------------------------------------------------------------------------------- /Assets/Textures/DebugCross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/DebugCross.png -------------------------------------------------------------------------------- /Assets/Textures/Empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Empty.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Beam1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Beam1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Beam2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Beam2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Beam3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Beam3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Beam4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Beam4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle5.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle6.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Circle7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Circle7.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/FadeInTrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/FadeInTrail.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/FadeOutMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/FadeOutMask.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/FadeOutTrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/FadeOutTrail.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Fire1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Fire1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Fire2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Fire2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flame1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flame2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flame3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flame3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flame4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flame4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/FlamingTrail1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/FlamingTrail1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/FlamingTrail2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/FlamingTrail2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flare1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flare2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Flare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Flare3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Light1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Light1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Light2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Light2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Light3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Light3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Magic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Magic1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Magic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Magic2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Magic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Magic3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Magic4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Magic4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Magic5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Magic5.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Scorch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Scorch1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Scorch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Scorch2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Scorch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Scorch3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Scratch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Scratch1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Scratch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Scratch2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Slash1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Slash1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Slash2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Slash2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Slash3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Slash3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Slash4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Slash4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke10.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke5.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke6.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke7.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke8.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Smoke9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Smoke9.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/SmokeTrail1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/SmokeTrail1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark5.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark6.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Spark7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Spark7.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star10.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star11.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star5.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star6.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star7.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star8.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Star9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Star9.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Swirl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Swirl1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace4.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace5.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace6.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Trace7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Trace7.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Twirl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Twirl1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Twirl2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Twirl2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Twirl3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Twirl3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Window1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Window1.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Window2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Window2.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Window3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Window3.png -------------------------------------------------------------------------------- /Assets/Textures/HighRes/Window4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/HighRes/Window4.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/BloodMoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/BloodMoon.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/Default.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/Earth.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/Mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/Mars.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/Moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/Moon.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/MoonNight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/MoonNight.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/MoonUnderground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/MoonUnderground.png -------------------------------------------------------------------------------- /Assets/Textures/Icons/Pollution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Icons/Pollution.png -------------------------------------------------------------------------------- /Assets/Textures/Lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Lightning.png -------------------------------------------------------------------------------- /Assets/Textures/Lightning_Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Lightning_Outline.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Beam1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Beam1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Beam2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Beam2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Beam3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Beam3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Beam4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Beam4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle5.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle6.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Circle7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Circle7.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/FadeInTrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/FadeInTrail.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/FadeOutMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/FadeOutMask.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/FadeOutTrail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/FadeOutTrail.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Fire1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Fire1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Fire2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Fire2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flame1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flame2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flame3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flame3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flame4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flame4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/FlamingTrail1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/FlamingTrail1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/FlamingTrail2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/FlamingTrail2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flare1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flare1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flare2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flare2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Flare3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Flare3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Light1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Light1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Light2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Light2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Light3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Light3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Magic1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Magic1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Magic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Magic2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Magic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Magic3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Magic4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Magic4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Magic5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Magic5.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Scorch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Scorch1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Scorch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Scorch2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Scorch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Scorch3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Scratch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Scratch1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Scratch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Scratch2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Slash1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Slash1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Slash2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Slash2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Slash3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Slash3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Slash4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Slash4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke10.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke5.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke6.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke7.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke8.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Smoke9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Smoke9.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/SmokeTrail1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/SmokeTrail1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark5.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark6.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Spark7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Spark7.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star10.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star11.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star5.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star6.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star7.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star8.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Star9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Star9.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Swirl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Swirl1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace4.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace5.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace6.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Trace7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Trace7.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Twirl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Twirl1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Twirl2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Twirl2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Twirl3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Twirl3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Window1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Window1.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Window2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Window2.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Window3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Window3.png -------------------------------------------------------------------------------- /Assets/Textures/LowRes/Window4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/LowRes/Window4.png -------------------------------------------------------------------------------- /Assets/Textures/MapBackgrounds/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/MapBackgrounds/Default.png -------------------------------------------------------------------------------- /Assets/Textures/MapBackgrounds/Moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/MapBackgrounds/Moon.png -------------------------------------------------------------------------------- /Assets/Textures/MapBackgrounds/Space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/MapBackgrounds/Space.png -------------------------------------------------------------------------------- /Assets/Textures/OrbitBackgrounds/Charon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/OrbitBackgrounds/Charon.png -------------------------------------------------------------------------------- /Assets/Textures/OrbitBackgrounds/Deimos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/OrbitBackgrounds/Deimos.png -------------------------------------------------------------------------------- /Assets/Textures/OrbitBackgrounds/Eris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/OrbitBackgrounds/Eris.png -------------------------------------------------------------------------------- /Assets/Textures/OrbitBackgrounds/Eris2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/OrbitBackgrounds/Eris2.png -------------------------------------------------------------------------------- /Assets/Textures/OrbitBackgrounds/Luna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/OrbitBackgrounds/Luna.png -------------------------------------------------------------------------------- /Assets/Textures/OrbitBackgrounds/Mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/OrbitBackgrounds/Mars.png -------------------------------------------------------------------------------- /Assets/Textures/Resprites/Moon_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Resprites/Moon_0.png -------------------------------------------------------------------------------- /Assets/Textures/Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Square.png -------------------------------------------------------------------------------- /Assets/Textures/Swing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/Swing.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Buttons/LongArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Buttons/LongArrow.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Buttons/ShortArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Buttons/ShortArrow.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Inventory/LootAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Inventory/LootAll.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Inventory/Restock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Inventory/Restock.png -------------------------------------------------------------------------------- /Assets/Textures/UI/InventorySlot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/InventorySlot.png -------------------------------------------------------------------------------- /Assets/Textures/UI/LargePanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/LargePanel.png -------------------------------------------------------------------------------- /Assets/Textures/UI/LargePanelBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/LargePanelBorder.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Piston.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Piston.png -------------------------------------------------------------------------------- /Assets/Textures/UI/SmallPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/SmallPanel.png -------------------------------------------------------------------------------- /Assets/Textures/UI/SmallPanelBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/SmallPanelBorder.png -------------------------------------------------------------------------------- /Assets/Textures/UI/SquarePanelBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/SquarePanelBorder.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/AlignLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/AlignLeft.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/AlignRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/AlignRight.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/AlignTop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/AlignTop.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/BatteryLow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/BatteryLow.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/Drill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/Drill.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/Hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/Hammer.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/LaunchPad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/LaunchPad.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/Lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/Lightning.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/NoSignGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/NoSignGray.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/ResetGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/ResetGray.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/ResetRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/ResetRed.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/ResetWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/ResetWhite.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/Rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/Rocket.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/SpawnPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/SpawnPoint.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/WarningRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/WarningRed.png -------------------------------------------------------------------------------- /Assets/Textures/UI/Symbols/Wrench.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/Symbols/Wrench.png -------------------------------------------------------------------------------- /Assets/Textures/UI/WidePanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/WidePanel.png -------------------------------------------------------------------------------- /Assets/Textures/UI/WidePanelBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/UI/WidePanelBorder.png -------------------------------------------------------------------------------- /Assets/Textures/fireball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Assets/Textures/fireball.png -------------------------------------------------------------------------------- /Common/UI/IFixedUpdateable.cs: -------------------------------------------------------------------------------- 1 | namespace Macrocosm.Common.UI 2 | { 3 | public interface IFixedUpdateable 4 | { 5 | public void FixedUpdate(); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Common/Utils/logarithm.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Common/Utils/logarithm.xlsx -------------------------------------------------------------------------------- /Content/Achievements/BuildRocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Achievements/BuildRocket.png -------------------------------------------------------------------------------- /Content/Achievements/CraftSpaceSuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Achievements/CraftSpaceSuit.png -------------------------------------------------------------------------------- /Content/Backgrounds/Blank/Blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Backgrounds/Blank/Blank.png -------------------------------------------------------------------------------- /Content/Buffs/Minions/RyuguSummonBuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Buffs/Minions/RyuguSummonBuff.png -------------------------------------------------------------------------------- /Content/Buffs/Mounts/SpaceShuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Buffs/Mounts/SpaceShuttle.png -------------------------------------------------------------------------------- /Content/Buffs/Pets/CraterDemonPet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Buffs/Pets/CraterDemonPet.png -------------------------------------------------------------------------------- /Content/Buffs/Potions/MedkitHigh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Buffs/Potions/MedkitHigh.png -------------------------------------------------------------------------------- /Content/Buffs/Potions/MedkitLow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Buffs/Potions/MedkitLow.png -------------------------------------------------------------------------------- /Content/Buffs/Potions/MedkitMedium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Buffs/Potions/MedkitMedium.png -------------------------------------------------------------------------------- /Content/Debuffs/Enemies/Fear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Enemies/Fear.png -------------------------------------------------------------------------------- /Content/Debuffs/Enemies/SuitBreach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Enemies/SuitBreach.png -------------------------------------------------------------------------------- /Content/Debuffs/Environment/Biohazard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Environment/Biohazard.png -------------------------------------------------------------------------------- /Content/Debuffs/Melting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Melting.png -------------------------------------------------------------------------------- /Content/Debuffs/Radiation/Blindness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Radiation/Blindness.png -------------------------------------------------------------------------------- /Content/Debuffs/Radiation/Fatigue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Radiation/Fatigue.png -------------------------------------------------------------------------------- /Content/Debuffs/Radiation/Irradiated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Radiation/Irradiated.png -------------------------------------------------------------------------------- /Content/Debuffs/Radiation/Necrosis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Radiation/Necrosis.png -------------------------------------------------------------------------------- /Content/Debuffs/Radiation/Paralysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Radiation/Paralysis.png -------------------------------------------------------------------------------- /Content/Debuffs/Radiation/WeakBones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Radiation/WeakBones.png -------------------------------------------------------------------------------- /Content/Debuffs/Weapons/HorusBurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Weapons/HorusBurn.png -------------------------------------------------------------------------------- /Content/Debuffs/Weapons/TotalityTag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Debuffs/Weapons/TotalityTag.png -------------------------------------------------------------------------------- /Content/Dusts/ArtemiteBrightDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/ArtemiteBrightDust.png -------------------------------------------------------------------------------- /Content/Dusts/ArtemiteDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/ArtemiteDust.png -------------------------------------------------------------------------------- /Content/Dusts/CelestialDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/CelestialDust.png -------------------------------------------------------------------------------- /Content/Dusts/ChandriumBrightDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/ChandriumBrightDust.png -------------------------------------------------------------------------------- /Content/Dusts/ChandriumDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/ChandriumDust.png -------------------------------------------------------------------------------- /Content/Dusts/CheeseDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/CheeseDust.png -------------------------------------------------------------------------------- /Content/Dusts/CoalDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/CoalDust.png -------------------------------------------------------------------------------- /Content/Dusts/CrucibleDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/CrucibleDust.png -------------------------------------------------------------------------------- /Content/Dusts/CynthalithDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/CynthalithDust.png -------------------------------------------------------------------------------- /Content/Dusts/DianiteBrightDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/DianiteBrightDust.png -------------------------------------------------------------------------------- /Content/Dusts/DianiteDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/DianiteDust.png -------------------------------------------------------------------------------- /Content/Dusts/ElectricSparkDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/ElectricSparkDust.png -------------------------------------------------------------------------------- /Content/Dusts/FrigorianDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/FrigorianDust.png -------------------------------------------------------------------------------- /Content/Dusts/GreenBrightDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/GreenBrightDust.png -------------------------------------------------------------------------------- /Content/Dusts/IndustrialPlatingDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/IndustrialPlatingDust.png -------------------------------------------------------------------------------- /Content/Dusts/InhibitorFieldDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/InhibitorFieldDust.png -------------------------------------------------------------------------------- /Content/Dusts/InvarBits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/InvarBits.png -------------------------------------------------------------------------------- /Content/Dusts/IrradiatedDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/IrradiatedDust.png -------------------------------------------------------------------------------- /Content/Dusts/IrradiatedRockDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/IrradiatedRockDust.png -------------------------------------------------------------------------------- /Content/Dusts/LuminiteBrightDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/LuminiteBrightDust.png -------------------------------------------------------------------------------- /Content/Dusts/LuminiteSparkDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/LuminiteSparkDust.png -------------------------------------------------------------------------------- /Content/Dusts/MoonSwordDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/MoonSwordDust.png -------------------------------------------------------------------------------- /Content/Dusts/ProtolithDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/ProtolithDust.png -------------------------------------------------------------------------------- /Content/Dusts/RegolithDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/RegolithDust.png -------------------------------------------------------------------------------- /Content/Dusts/RunicScriptDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/RunicScriptDust.png -------------------------------------------------------------------------------- /Content/Dusts/SeleniteBrightDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/SeleniteBrightDust.png -------------------------------------------------------------------------------- /Content/Dusts/SeleniteDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/SeleniteDust.png -------------------------------------------------------------------------------- /Content/Dusts/SilicaCrimsandDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/SilicaCrimsandDust.png -------------------------------------------------------------------------------- /Content/Dusts/SilicaEbonsandDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/SilicaEbonsandDust.png -------------------------------------------------------------------------------- /Content/Dusts/SilicaPearlsandDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/SilicaPearlsandDust.png -------------------------------------------------------------------------------- /Content/Dusts/SilicaSandDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/SilicaSandDust.png -------------------------------------------------------------------------------- /Content/Dusts/TarDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Dusts/TarDust.png -------------------------------------------------------------------------------- /Content/Gores/ClaviteGoreEye1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ClaviteGoreEye1.png -------------------------------------------------------------------------------- /Content/Gores/ClaviteGoreEye2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ClaviteGoreEye2.png -------------------------------------------------------------------------------- /Content/Gores/ClaviteGoreHead1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ClaviteGoreHead1.png -------------------------------------------------------------------------------- /Content/Gores/ClaviteGoreHead2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ClaviteGoreHead2.png -------------------------------------------------------------------------------- /Content/Gores/ClaviteGoreJaw1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ClaviteGoreJaw1.png -------------------------------------------------------------------------------- /Content/Gores/ClaviteGoreJaw2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ClaviteGoreJaw2.png -------------------------------------------------------------------------------- /Content/Gores/CraterCrawlerBodyGore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterCrawlerBodyGore.png -------------------------------------------------------------------------------- /Content/Gores/CraterCrawlerHeadGore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterCrawlerHeadGore.png -------------------------------------------------------------------------------- /Content/Gores/CraterCrawlerTailGore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterCrawlerTailGore.png -------------------------------------------------------------------------------- /Content/Gores/CraterDemonGoreFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterDemonGoreFace.png -------------------------------------------------------------------------------- /Content/Gores/CraterDemonGoreHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterDemonGoreHead.png -------------------------------------------------------------------------------- /Content/Gores/CraterDemonGoreJaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterDemonGoreJaw.png -------------------------------------------------------------------------------- /Content/Gores/CraterImpGoreFace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterImpGoreFace.png -------------------------------------------------------------------------------- /Content/Gores/CraterImpGoreHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterImpGoreHead.png -------------------------------------------------------------------------------- /Content/Gores/CraterImpGoreJaw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CraterImpGoreJaw.png -------------------------------------------------------------------------------- /Content/Gores/CrescentGhoulGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CrescentGhoulGore1.png -------------------------------------------------------------------------------- /Content/Gores/CrescentGhoulGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CrescentGhoulGore2.png -------------------------------------------------------------------------------- /Content/Gores/CrescentGhoulGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/CrescentGhoulGore3.png -------------------------------------------------------------------------------- /Content/Gores/FrigorianGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/FrigorianGore1.png -------------------------------------------------------------------------------- /Content/Gores/FrigorianGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/FrigorianGore2.png -------------------------------------------------------------------------------- /Content/Gores/FrigorianGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/FrigorianGore3.png -------------------------------------------------------------------------------- /Content/Gores/JuggernautGoreArm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/JuggernautGoreArm1.png -------------------------------------------------------------------------------- /Content/Gores/JuggernautGoreArm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/JuggernautGoreArm2.png -------------------------------------------------------------------------------- /Content/Gores/KyaniteCritterGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/KyaniteCritterGore1.png -------------------------------------------------------------------------------- /Content/Gores/KyaniteCritterGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/KyaniteCritterGore2.png -------------------------------------------------------------------------------- /Content/Gores/KyaniteSmallGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/KyaniteSmallGore1.png -------------------------------------------------------------------------------- /Content/Gores/KyaniteSmallGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/KyaniteSmallGore2.png -------------------------------------------------------------------------------- /Content/Gores/KyaniteSmallGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/KyaniteSmallGore3.png -------------------------------------------------------------------------------- /Content/Gores/LeaperGoreArm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/LeaperGoreArm.png -------------------------------------------------------------------------------- /Content/Gores/LeaperGoreEye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/LeaperGoreEye.png -------------------------------------------------------------------------------- /Content/Gores/LeaperGoreHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/LeaperGoreHead.png -------------------------------------------------------------------------------- /Content/Gores/LeaperGoreLeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/LeaperGoreLeg.png -------------------------------------------------------------------------------- /Content/Gores/MinigunShell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MinigunShell.png -------------------------------------------------------------------------------- /Content/Gores/MoonChampionGoreArm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonChampionGoreArm.png -------------------------------------------------------------------------------- /Content/Gores/MoonChampionGoreHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonChampionGoreHead.png -------------------------------------------------------------------------------- /Content/Gores/MoonChampionGoreLeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonChampionGoreLeg.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormAlternate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormAlternate1.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormAlternate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormAlternate2.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormHead1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormHead1.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormHead2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormHead2.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormSegment1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormSegment1.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormSegment2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormSegment2.png -------------------------------------------------------------------------------- /Content/Gores/MoonWormTail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonWormTail.png -------------------------------------------------------------------------------- /Content/Gores/MoonZombieArm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonZombieArm.png -------------------------------------------------------------------------------- /Content/Gores/MoonZombieHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonZombieHead.png -------------------------------------------------------------------------------- /Content/Gores/MoonZombieLeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/MoonZombieLeg.png -------------------------------------------------------------------------------- /Content/Gores/ZombieEngineerGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieEngineerGore1.png -------------------------------------------------------------------------------- /Content/Gores/ZombieEngineerGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieEngineerGore2.png -------------------------------------------------------------------------------- /Content/Gores/ZombieEngineerGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieEngineerGore3.png -------------------------------------------------------------------------------- /Content/Gores/ZombieEngineerGore4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieEngineerGore4.png -------------------------------------------------------------------------------- /Content/Gores/ZombieSecurityArm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieSecurityArm.png -------------------------------------------------------------------------------- /Content/Gores/ZombieSecurityHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieSecurityHead.png -------------------------------------------------------------------------------- /Content/Gores/ZombieSecurityLeg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieSecurityLeg1.png -------------------------------------------------------------------------------- /Content/Gores/ZombieSecurityLeg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Gores/ZombieSecurityLeg2.png -------------------------------------------------------------------------------- /Content/Items/Accessories/LaserSight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Accessories/LaserSight.png -------------------------------------------------------------------------------- /Content/Items/Accessories/OsmiumBoots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Accessories/OsmiumBoots.png -------------------------------------------------------------------------------- /Content/Items/Ammo/InvarArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ammo/InvarArrow.png -------------------------------------------------------------------------------- /Content/Items/Ammo/InvarBullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ammo/InvarBullet.png -------------------------------------------------------------------------------- /Content/Items/Armor/Steel/SteelHelmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Armor/Steel/SteelHelmet.png -------------------------------------------------------------------------------- /Content/Items/Banners/MercurianBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Banners/MercurianBanner.png -------------------------------------------------------------------------------- /Content/Items/Bars/AluminumBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/AluminumBar.png -------------------------------------------------------------------------------- /Content/Items/Bars/ArtemiteBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/ArtemiteBar.png -------------------------------------------------------------------------------- /Content/Items/Bars/ChandriumBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/ChandriumBar.png -------------------------------------------------------------------------------- /Content/Items/Bars/DianiteBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/DianiteBar.png -------------------------------------------------------------------------------- /Content/Items/Bars/InvarBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/InvarBar.png -------------------------------------------------------------------------------- /Content/Items/Bars/SeleniteBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/SeleniteBar.png -------------------------------------------------------------------------------- /Content/Items/Bars/SteelBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Bars/SteelBar.png -------------------------------------------------------------------------------- /Content/Items/Blocks/Bricks/CoalBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Blocks/Bricks/CoalBrick.png -------------------------------------------------------------------------------- /Content/Items/Blocks/CheeseBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Blocks/CheeseBlock.png -------------------------------------------------------------------------------- /Content/Items/Blocks/LexanGlass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Blocks/LexanGlass.png -------------------------------------------------------------------------------- /Content/Items/Blocks/Sands/SilicaSand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Blocks/Sands/SilicaSand.png -------------------------------------------------------------------------------- /Content/Items/Blocks/Terrain/Regolith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Blocks/Terrain/Regolith.png -------------------------------------------------------------------------------- /Content/Items/Connectors/Conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Connectors/Conveyor.png -------------------------------------------------------------------------------- /Content/Items/Crafting/AdamantiteLoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Crafting/AdamantiteLoom.png -------------------------------------------------------------------------------- /Content/Items/Crafting/Fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Crafting/Fabricator.png -------------------------------------------------------------------------------- /Content/Items/Crafting/TitaniumLoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Crafting/TitaniumLoom.png -------------------------------------------------------------------------------- /Content/Items/Currency/Moonstone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Currency/Moonstone.png -------------------------------------------------------------------------------- /Content/Items/Dev/BanHammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Dev/BanHammer.png -------------------------------------------------------------------------------- /Content/Items/Dev/DevOmnitool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Dev/DevOmnitool.png -------------------------------------------------------------------------------- /Content/Items/Dev/DevPick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Dev/DevPick.png -------------------------------------------------------------------------------- /Content/Items/Dev/IrradiatedAltar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Dev/IrradiatedAltar.png -------------------------------------------------------------------------------- /Content/Items/Dev/RocketPlacer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Dev/RocketPlacer.png -------------------------------------------------------------------------------- /Content/Items/Dev/Teleporter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Dev/Teleporter.png -------------------------------------------------------------------------------- /Content/Items/Drops/AlienResidue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Drops/AlienResidue.png -------------------------------------------------------------------------------- /Content/Items/Drops/BrokenHeroShield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Drops/BrokenHeroShield.png -------------------------------------------------------------------------------- /Content/Items/Drops/CortexFragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Drops/CortexFragment.png -------------------------------------------------------------------------------- /Content/Items/Drops/DeliriumPlating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Drops/DeliriumPlating.png -------------------------------------------------------------------------------- /Content/Items/Drops/SpaceDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Drops/SpaceDust.png -------------------------------------------------------------------------------- /Content/Items/Food/CapstoneRush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Food/CapstoneRush.png -------------------------------------------------------------------------------- /Content/Items/Food/Cheese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Food/Cheese.png -------------------------------------------------------------------------------- /Content/Items/Furniture/Boombox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/Boombox.png -------------------------------------------------------------------------------- /Content/Items/Furniture/DisplayScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/DisplayScreen.png -------------------------------------------------------------------------------- /Content/Items/Furniture/EarthGlobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/EarthGlobe.png -------------------------------------------------------------------------------- /Content/Items/Furniture/Flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/Flag.png -------------------------------------------------------------------------------- /Content/Items/Furniture/Fridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/Fridge.png -------------------------------------------------------------------------------- /Content/Items/Furniture/IVPole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/IVPole.png -------------------------------------------------------------------------------- /Content/Items/Furniture/SpaceTeddy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/SpaceTeddy.png -------------------------------------------------------------------------------- /Content/Items/Furniture/SpookyDookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/SpookyDookie.png -------------------------------------------------------------------------------- /Content/Items/Furniture/TeddyBear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/TeddyBear.png -------------------------------------------------------------------------------- /Content/Items/Furniture/XFLR6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Furniture/XFLR6.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/IronChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/IronChunk.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/MeteoricChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/MeteoricChunk.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/NebulaChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/NebulaChunk.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/SolarChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/SolarChunk.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/StardustChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/StardustChunk.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/TitaniumChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/TitaniumChunk.png -------------------------------------------------------------------------------- /Content/Items/GrabBags/VortexChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/GrabBags/VortexChunk.png -------------------------------------------------------------------------------- /Content/Items/Keys/XaocKey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Keys/XaocKey.png -------------------------------------------------------------------------------- /Content/Items/Keys/ZombieFinger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Keys/ZombieFinger.png -------------------------------------------------------------------------------- /Content/Items/Machines/AirVent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Machines/AirVent.png -------------------------------------------------------------------------------- /Content/Items/Machines/AutocrafterT1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Machines/AutocrafterT1.png -------------------------------------------------------------------------------- /Content/Items/Machines/OilRefinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Machines/OilRefinery.png -------------------------------------------------------------------------------- /Content/Items/Machines/OreExcavator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Machines/OreExcavator.png -------------------------------------------------------------------------------- /Content/Items/Machines/OxygenSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Machines/OxygenSystem.png -------------------------------------------------------------------------------- /Content/Items/Machines/SolarPanelTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Machines/SolarPanelTile.png -------------------------------------------------------------------------------- /Content/Items/Mounts/SpaceShuttle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Mounts/SpaceShuttle.png -------------------------------------------------------------------------------- /Content/Items/Ores/AluminumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/AluminumOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/ArtemiteOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/ArtemiteOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/ChandriumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/ChandriumOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/Coal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/Coal.png -------------------------------------------------------------------------------- /Content/Items/Ores/DianiteOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/DianiteOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/LithiumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/LithiumOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/NickelOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/NickelOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/OilShale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/OilShale.png -------------------------------------------------------------------------------- /Content/Items/Ores/QuartzFragment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/QuartzFragment.png -------------------------------------------------------------------------------- /Content/Items/Ores/SeleniteOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/SeleniteOre.png -------------------------------------------------------------------------------- /Content/Items/Ores/Silicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Ores/Silicon.png -------------------------------------------------------------------------------- /Content/Items/Paintings/Apollo115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/Apollo115.png -------------------------------------------------------------------------------- /Content/Items/Paintings/DarkFortress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/DarkFortress.png -------------------------------------------------------------------------------- /Content/Items/Paintings/Empress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/Empress.png -------------------------------------------------------------------------------- /Content/Items/Paintings/Freedomfaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/Freedomfaller.png -------------------------------------------------------------------------------- /Content/Items/Paintings/InANutshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/InANutshell.png -------------------------------------------------------------------------------- /Content/Items/Paintings/Overlord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/Overlord.png -------------------------------------------------------------------------------- /Content/Items/Paintings/Retributor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/Retributor.png -------------------------------------------------------------------------------- /Content/Items/Paintings/WeCanDoItBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/WeCanDoItBlue.png -------------------------------------------------------------------------------- /Content/Items/Paintings/WhenDayBreaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Paintings/WhenDayBreaks.png -------------------------------------------------------------------------------- /Content/Items/Pets/CraterDemonPet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Pets/CraterDemonPet.png -------------------------------------------------------------------------------- /Content/Items/Plants/RubberTreeSap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Plants/RubberTreeSap.png -------------------------------------------------------------------------------- /Content/Items/Plants/RubberTreeWood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Plants/RubberTreeWood.png -------------------------------------------------------------------------------- /Content/Items/Refined/Plastic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Refined/Plastic.png -------------------------------------------------------------------------------- /Content/Items/Refined/Rubber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Refined/Rubber.png -------------------------------------------------------------------------------- /Content/Items/Refined/SolarCell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Refined/SolarCell.png -------------------------------------------------------------------------------- /Content/Items/Refined/SpacesuitFabric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Refined/SpacesuitFabric.png -------------------------------------------------------------------------------- /Content/Items/Relics/CraterDemonRelic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Relics/CraterDemonRelic.png -------------------------------------------------------------------------------- /Content/Items/Special/LaunchPadMarker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Special/LaunchPadMarker.png -------------------------------------------------------------------------------- /Content/Items/Tech/Battery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/Battery.png -------------------------------------------------------------------------------- /Content/Items/Tech/CompactDisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/CompactDisk.png -------------------------------------------------------------------------------- /Content/Items/Tech/Computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/Computer.png -------------------------------------------------------------------------------- /Content/Items/Tech/Computer_Blueprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/Computer_Blueprint.png -------------------------------------------------------------------------------- /Content/Items/Tech/EngineComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/EngineComponent.png -------------------------------------------------------------------------------- /Content/Items/Tech/Gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/Gear.png -------------------------------------------------------------------------------- /Content/Items/Tech/LandingGear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/LandingGear.png -------------------------------------------------------------------------------- /Content/Items/Tech/Motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/Motor.png -------------------------------------------------------------------------------- /Content/Items/Tech/OxygenTank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/OxygenTank.png -------------------------------------------------------------------------------- /Content/Items/Tech/PowerJunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/PowerJunction.png -------------------------------------------------------------------------------- /Content/Items/Tech/ReactorComponent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/ReactorComponent.png -------------------------------------------------------------------------------- /Content/Items/Tech/ReactorHousing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/ReactorHousing.png -------------------------------------------------------------------------------- /Content/Items/Tech/RocketPlating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tech/RocketPlating.png -------------------------------------------------------------------------------- /Content/Items/Tools/Axes/AluminumAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/Axes/AluminumAxe.png -------------------------------------------------------------------------------- /Content/Items/Tools/Axes/ArtemiteAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/Axes/ArtemiteAxe.png -------------------------------------------------------------------------------- /Content/Items/Tools/Axes/ChandriumAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/Axes/ChandriumAxe.png -------------------------------------------------------------------------------- /Content/Items/Tools/Axes/DianiteAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/Axes/DianiteAxe.png -------------------------------------------------------------------------------- /Content/Items/Tools/Axes/SeleniteAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/Axes/SeleniteAxe.png -------------------------------------------------------------------------------- /Content/Items/Tools/ScanGun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/ScanGun.png -------------------------------------------------------------------------------- /Content/Items/Tools/Wiring/WiringKit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Tools/Wiring/WiringKit.png -------------------------------------------------------------------------------- /Content/Items/Torches/LuminiteTorch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Torches/LuminiteTorch.png -------------------------------------------------------------------------------- /Content/Items/Walls/CheeseWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Walls/CheeseWall.png -------------------------------------------------------------------------------- /Content/Items/Walls/LexanGlassWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Walls/LexanGlassWall.png -------------------------------------------------------------------------------- /Content/Items/Walls/ProtolithWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Walls/ProtolithWall.png -------------------------------------------------------------------------------- /Content/Items/Walls/RegolithBrickWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Walls/RegolithBrickWall.png -------------------------------------------------------------------------------- /Content/Items/Walls/RegolithWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Walls/RegolithWall.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Magic/Micronova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Magic/Micronova.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Melee/Crucible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Melee/Crucible.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Melee/MoonSword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Melee/MoonSword.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Melee/Noxsaber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Melee/Noxsaber.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Melee/Schroteri.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Melee/Schroteri.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Melee/StopSign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Melee/StopSign.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Ranged/Cruithne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Ranged/Cruithne.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Ranged/Ilmenite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Ranged/Ilmenite.png -------------------------------------------------------------------------------- /Content/Items/Weapons/Summon/Totality.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Items/Weapons/Summon/Totality.png -------------------------------------------------------------------------------- /Content/Liquids/Oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/Oil.png -------------------------------------------------------------------------------- /Content/Liquids/OilBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/OilBubble.png -------------------------------------------------------------------------------- /Content/Liquids/OilFill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/OilFill.png -------------------------------------------------------------------------------- /Content/Liquids/OilSlope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/OilSlope.png -------------------------------------------------------------------------------- /Content/Liquids/OilSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/OilSurface.png -------------------------------------------------------------------------------- /Content/Liquids/OilWaterfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/OilWaterfall.png -------------------------------------------------------------------------------- /Content/Liquids/Oil_Block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/Oil_Block.png -------------------------------------------------------------------------------- /Content/Liquids/Oil_Slope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/Oil_Slope.png -------------------------------------------------------------------------------- /Content/Liquids/Oil_Waterfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/Oil_Waterfall.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuel.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuelBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuelBubble.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuelFill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuelFill.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuelSlope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuelSlope.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuelSurface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuelSurface.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuelWaterfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuelWaterfall.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuel_Block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuel_Block.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuel_Slope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuel_Slope.png -------------------------------------------------------------------------------- /Content/Liquids/RocketFuel_Waterfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Liquids/RocketFuel_Waterfall.png -------------------------------------------------------------------------------- /Content/Machines/AirVent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/AirVent.png -------------------------------------------------------------------------------- /Content/Machines/AirVent_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/AirVent_Glow.png -------------------------------------------------------------------------------- /Content/Machines/AutocrafterT1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/AutocrafterT1.png -------------------------------------------------------------------------------- /Content/Machines/AutocrafterT2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/AutocrafterT2.png -------------------------------------------------------------------------------- /Content/Machines/BurnerGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/BurnerGenerator.png -------------------------------------------------------------------------------- /Content/Machines/BurnerGenerator_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/BurnerGenerator_Glow.png -------------------------------------------------------------------------------- /Content/Machines/IndustrialBattery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/IndustrialBattery.png -------------------------------------------------------------------------------- /Content/Machines/KeroseneGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/KeroseneGenerator.png -------------------------------------------------------------------------------- /Content/Machines/OilRefinery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/OilRefinery.png -------------------------------------------------------------------------------- /Content/Machines/OreExcavator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/OreExcavator.png -------------------------------------------------------------------------------- /Content/Machines/OreExcavator_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/OreExcavator_Glow.png -------------------------------------------------------------------------------- /Content/Machines/OxygenSystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/OxygenSystem.png -------------------------------------------------------------------------------- /Content/Machines/OxygenSystem_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/OxygenSystem_Glow.png -------------------------------------------------------------------------------- /Content/Machines/SolarPanelLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/SolarPanelLarge.png -------------------------------------------------------------------------------- /Content/Machines/SolarPanelSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/SolarPanelSmall.png -------------------------------------------------------------------------------- /Content/Machines/SolarPanelTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/SolarPanelTile.png -------------------------------------------------------------------------------- /Content/Machines/WindTurbineLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/WindTurbineLarge.png -------------------------------------------------------------------------------- /Content/Machines/WindTurbineSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Machines/WindTurbineSmall.png -------------------------------------------------------------------------------- /Content/MapLayers/LaunchPadMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/MapLayers/LaunchPadMap.png -------------------------------------------------------------------------------- /Content/MapLayers/RocketMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/MapLayers/RocketMap.png -------------------------------------------------------------------------------- /Content/Menus/Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/Banner.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Ceres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Ceres.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Charon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Charon.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Deimos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Deimos.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Earth.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Eris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Eris.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Europa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Europa.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Io.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Jupiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Jupiter.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Luna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Luna.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Mars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Mars.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Mercury.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Mercury.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Miranda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Miranda.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Neptune.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Neptune.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Ouranos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Ouranos.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Phobos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Phobos.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Pluto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Pluto.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Saturn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Saturn.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Sun.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Titan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Titan.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Triton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Triton.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Venus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Venus.png -------------------------------------------------------------------------------- /Content/Menus/CelestialBodies/Vulcan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/CelestialBodies/Vulcan.png -------------------------------------------------------------------------------- /Content/Menus/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/Logo.png -------------------------------------------------------------------------------- /Content/Menus/Logo_Old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/Logo_Old.png -------------------------------------------------------------------------------- /Content/Menus/Logo_Simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/Logo_Simple.png -------------------------------------------------------------------------------- /Content/Menus/MilkyWay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/MilkyWay.png -------------------------------------------------------------------------------- /Content/Menus/Nebula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Menus/Nebula.png -------------------------------------------------------------------------------- /Content/NPCs/Enemies/Moon/Bruiser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/NPCs/Enemies/Moon/Bruiser.png -------------------------------------------------------------------------------- /Content/NPCs/Enemies/Moon/Clavite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/NPCs/Enemies/Moon/Clavite.png -------------------------------------------------------------------------------- /Content/NPCs/Enemies/Moon/Leaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/NPCs/Enemies/Moon/Leaper.png -------------------------------------------------------------------------------- /Content/NPCs/Enemies/Moon/MoonZombie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/NPCs/Enemies/Moon/MoonZombie.png -------------------------------------------------------------------------------- /Content/NPCs/Enemies/Moon/Shade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/NPCs/Enemies/Moon/Shade.png -------------------------------------------------------------------------------- /Content/NPCs/TownNPCs/MoonChampion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/NPCs/TownNPCs/MoonChampion.png -------------------------------------------------------------------------------- /Content/Particles/GunFireRing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/GunFireRing.png -------------------------------------------------------------------------------- /Content/Particles/MagicExplosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/MagicExplosion.png -------------------------------------------------------------------------------- /Content/Particles/OilBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/OilBubble.png -------------------------------------------------------------------------------- /Content/Particles/RocketExhaustSmoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/RocketExhaustSmoke.png -------------------------------------------------------------------------------- /Content/Particles/RocketFuelBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/RocketFuelBubble.png -------------------------------------------------------------------------------- /Content/Particles/Smoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/Smoke.png -------------------------------------------------------------------------------- /Content/Particles/SolarExplosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/SolarExplosion.png -------------------------------------------------------------------------------- /Content/Particles/TintableExplosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/TintableExplosion.png -------------------------------------------------------------------------------- /Content/Particles/TintableSlash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Particles/TintableSlash.png -------------------------------------------------------------------------------- /Content/Projectiles/Hostile/LunarBarf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Projectiles/Hostile/LunarBarf.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/BoosterLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/BoosterLeft.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/BoosterRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/BoosterRight.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/CommandPod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/CommandPod.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/EngineModule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/EngineModule.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/PayloadPod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/PayloadPod.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/ReactorModule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/ReactorModule.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/ServiceModule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/ServiceModule.png -------------------------------------------------------------------------------- /Content/Rockets/Modules/UnmannedTug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Rockets/Modules/UnmannedTug.png -------------------------------------------------------------------------------- /Content/Skies/EarthOrbit/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/EarthOrbit/Earth.png -------------------------------------------------------------------------------- /Content/Skies/EarthOrbit/Sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/EarthOrbit/Sun.png -------------------------------------------------------------------------------- /Content/Skies/Moon/DemonSunBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/DemonSunBack.png -------------------------------------------------------------------------------- /Content/Skies/Moon/DemonSunFront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/DemonSunFront.png -------------------------------------------------------------------------------- /Content/Skies/Moon/Earth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/Earth.png -------------------------------------------------------------------------------- /Content/Skies/Moon/EarthAtmo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/EarthAtmo.png -------------------------------------------------------------------------------- /Content/Skies/Moon/EarthDrunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/EarthDrunk.png -------------------------------------------------------------------------------- /Content/Skies/Moon/EarthFlat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/EarthFlat.png -------------------------------------------------------------------------------- /Content/Skies/Moon/MoonSky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/MoonSky.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaBlue.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaGreen.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaMythril.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaMythril.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaNormal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaNormal.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaOrange.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaPink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaPink.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaPurple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaPurple.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaRinged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaRinged.png -------------------------------------------------------------------------------- /Content/Skies/Moon/NebulaYellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/NebulaYellow.png -------------------------------------------------------------------------------- /Content/Skies/Moon/Sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Skies/Moon/Sun.png -------------------------------------------------------------------------------- /Content/Tiles/Ambient/IrradiatedAltar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ambient/IrradiatedAltar.png -------------------------------------------------------------------------------- /Content/Tiles/Ambient/KyaniteNest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ambient/KyaniteNest.png -------------------------------------------------------------------------------- /Content/Tiles/Ambient/LooseWiresLarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ambient/LooseWiresLarge.png -------------------------------------------------------------------------------- /Content/Tiles/Ambient/LooseWiresSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ambient/LooseWiresSmall.png -------------------------------------------------------------------------------- /Content/Tiles/Ambient/Monolith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ambient/Monolith.png -------------------------------------------------------------------------------- /Content/Tiles/Banners/MercurianBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Banners/MercurianBanner.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/AluminumBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/AluminumBar.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/ArtemiteBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/ArtemiteBar.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/ChandriumBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/ChandriumBar.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/DianiteBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/DianiteBar.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/InvarBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/InvarBar.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/SeleniteBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/SeleniteBar.png -------------------------------------------------------------------------------- /Content/Tiles/Bars/SteelBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Bars/SteelBar.png -------------------------------------------------------------------------------- /Content/Tiles/Blocks/Bricks/CoalBrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Blocks/Bricks/CoalBrick.png -------------------------------------------------------------------------------- /Content/Tiles/Blocks/CheeseBlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Blocks/CheeseBlock.png -------------------------------------------------------------------------------- /Content/Tiles/Blocks/LexanGlass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Blocks/LexanGlass.png -------------------------------------------------------------------------------- /Content/Tiles/Blocks/Sands/SilicaSand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Blocks/Sands/SilicaSand.png -------------------------------------------------------------------------------- /Content/Tiles/Blocks/Terrain/Regolith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Blocks/Terrain/Regolith.png -------------------------------------------------------------------------------- /Content/Tiles/Crafting/Fabricator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Crafting/Fabricator.png -------------------------------------------------------------------------------- /Content/Tiles/Crafting/IndustrialLoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Crafting/IndustrialLoom.png -------------------------------------------------------------------------------- /Content/Tiles/Flags/Flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Flags/Flag.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/Boombox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/Boombox.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/DisplayScreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/DisplayScreen.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/EarthGlobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/EarthGlobe.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/Fridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/Fridge.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/IVPole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/IVPole.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/SpookyDookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/SpookyDookie.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/TeddyBear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/TeddyBear.png -------------------------------------------------------------------------------- /Content/Tiles/Furniture/XFLR6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Furniture/XFLR6.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/AluminumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/AluminumOre.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/ArtemiteOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/ArtemiteOre.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/ChandriumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/ChandriumOre.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/Coal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/Coal.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/DianiteOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/DianiteOre.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/LithiumOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/LithiumOre.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/OilShale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/OilShale.png -------------------------------------------------------------------------------- /Content/Tiles/Ores/SeleniteOre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Ores/SeleniteOre.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/Apollo115.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/Apollo115.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/BrittleHollow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/BrittleHollow.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/CacoLisa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/CacoLisa.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/DarkBramble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/DarkBramble.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/DarkFortress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/DarkFortress.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/Empress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/Empress.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/Freedomfaller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/Freedomfaller.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/GiantsDeep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/GiantsDeep.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/InANutshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/InANutshell.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/Overlord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/Overlord.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/PaleBluePixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/PaleBluePixel.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/Retributor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/Retributor.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/TheEye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/TheEye.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/TheInterloper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/TheInterloper.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/TimberHearth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/TimberHearth.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/WeCanDoIt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/WeCanDoIt.png -------------------------------------------------------------------------------- /Content/Tiles/Paintings/WhenDayBreaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Paintings/WhenDayBreaks.png -------------------------------------------------------------------------------- /Content/Tiles/Pickups/Medkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Pickups/Medkit.png -------------------------------------------------------------------------------- /Content/Tiles/Relics/CraterDemonRelic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Relics/CraterDemonRelic.png -------------------------------------------------------------------------------- /Content/Tiles/Relics/MoonBeastRelic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Relics/MoonBeastRelic.png -------------------------------------------------------------------------------- /Content/Tiles/Relics/RelicPedestal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Relics/RelicPedestal.png -------------------------------------------------------------------------------- /Content/Tiles/Special/LaunchPadMarker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Special/LaunchPadMarker.png -------------------------------------------------------------------------------- /Content/Tiles/Tech/Computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Tech/Computer.png -------------------------------------------------------------------------------- /Content/Tiles/Tech/Motor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Tech/Motor.png -------------------------------------------------------------------------------- /Content/Tiles/Tech/PowerJunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Tech/PowerJunction.png -------------------------------------------------------------------------------- /Content/Tiles/Torches/LuminiteTorch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Torches/LuminiteTorch.png -------------------------------------------------------------------------------- /Content/Tiles/Trees/RubberTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Trees/RubberTree.png -------------------------------------------------------------------------------- /Content/Tiles/Trees/RubberTreeLeaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Trees/RubberTreeLeaf.png -------------------------------------------------------------------------------- /Content/Tiles/Trees/RubberTreeSapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Trees/RubberTreeSapling.png -------------------------------------------------------------------------------- /Content/Tiles/Trees/RubberTree_Tops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Trees/RubberTree_Tops.png -------------------------------------------------------------------------------- /Content/Tiles/Walls/CheeseWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Walls/CheeseWall.png -------------------------------------------------------------------------------- /Content/Tiles/Walls/LexanGlassWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Walls/LexanGlassWall.png -------------------------------------------------------------------------------- /Content/Tiles/Walls/ProtolithWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Walls/ProtolithWall.png -------------------------------------------------------------------------------- /Content/Tiles/Walls/RegolithBrickWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Walls/RegolithBrickWall.png -------------------------------------------------------------------------------- /Content/Tiles/Walls/RegolithWall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Content/Tiles/Walls/RegolithWall.png -------------------------------------------------------------------------------- /Localization/en-US/Mods.Macrocosm.Liquids.hjson: -------------------------------------------------------------------------------- 1 | Oil: Oil 2 | RocketFuel: Rocket Fuel 3 | -------------------------------------------------------------------------------- /References/StructureHelper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/References/StructureHelper.dll -------------------------------------------------------------------------------- /References/SubworldLibrary.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/References/SubworldLibrary.dll -------------------------------------------------------------------------------- /Tools/EasyXnb/EasyXnb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Tools/EasyXnb/EasyXnb.exe -------------------------------------------------------------------------------- /Tools/EasyXnb/Microsoft.Xna.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/Tools/EasyXnb/Microsoft.Xna.Framework.dll -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/icon.png -------------------------------------------------------------------------------- /icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/icon_small.png -------------------------------------------------------------------------------- /icon_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MechanicPluto24/Terraria_Macrocosm/f174a6ce46adea4565f9149b761457cea363a6ee/icon_workshop.png --------------------------------------------------------------------------------