├── .gitattributes ├── .gitignore ├── Assets ├── Atlases │ ├── MainAtlas.json │ └── MainAtlas.png ├── AutoloadedEffects │ ├── Filters │ │ ├── BrimstoneArenaShader.fxc │ │ ├── HeatDistortionFilter.fx │ │ ├── HeatDistortionFilter.fxc │ │ ├── ImpactFrameShader.fx │ │ ├── ImpactFrameShader.fxc │ │ ├── OldDukeRainShader.fx │ │ └── OldDukeRainShader.fxc │ └── Shaders │ │ ├── FireParticleDissolveShader.fx │ │ ├── FireParticleDissolveShader.fxc │ │ ├── FuelSparkShader.fx │ │ ├── FuelSparkShader.fxc │ │ ├── GlobalOverlays │ │ ├── BrimstoneArenaShader.fx │ │ ├── BrimstoneArenaShader.fxc │ │ ├── CalcloneBackgroundShader.fx │ │ ├── CalcloneBackgroundShader.fxc │ │ ├── CalcloneWaveShader.fx │ │ ├── CalcloneWaveShader.fxc │ │ ├── ExoMechCloudShader.fx │ │ ├── ExoMechCloudShader.fxc │ │ ├── FireTrail.fx │ │ └── FireTrail.fxc │ │ ├── NuclearHurricaneCoreShader.fx │ │ ├── NuclearHurricaneCoreShader.fxc │ │ ├── NuclearHurricaneExtremesShader.fx │ │ ├── NuclearHurricaneExtremesShader.fxc │ │ ├── NuclearHurricaneFoamShader.fx │ │ ├── NuclearHurricaneFoamShader.fxc │ │ ├── NuclearHurricaneGlowShader.fx │ │ ├── NuclearHurricaneGlowShader.fxc │ │ ├── NuclearHurricanePostProcessingShader.fx │ │ ├── NuclearHurricanePostProcessingShader.fxc │ │ ├── Objects │ │ ├── GaussNukeExplosionShader.fx │ │ ├── GaussNukeExplosionShader.fxc │ │ ├── HadesElectricBoomShader.fx │ │ ├── HadesElectricBoomShader.fxc │ │ ├── HadesExoEnergyOrbShader.fx │ │ ├── HadesExoEnergyOrbShader.fxc │ │ ├── HologramProjectorAreaShader.fx │ │ ├── HologramProjectorAreaShader.fxc │ │ ├── HyperfuturisticPortalShader.fx │ │ ├── HyperfuturisticPortalShader.fxc │ │ ├── LargeTeslaSphereShader.fx │ │ ├── LargeTeslaSphereShader.fxc │ │ ├── TeslaExplosionShader.fx │ │ └── TeslaExplosionShader.fxc │ │ ├── OldDukeBileMetaballShader.fx │ │ ├── OldDukeBileMetaballShader.fxc │ │ ├── OldDukeRadioactiveOverlayShader.fx │ │ ├── OldDukeRadioactiveOverlayShader.fxc │ │ ├── OldDukeSkyShader.fx │ │ ├── OldDukeSkyShader.fxc │ │ ├── OldDukeVortexShader.fx │ │ ├── OldDukeVortexShader.fxc │ │ ├── OverlayModifiers │ │ ├── AresRGBLightShader.fx │ │ ├── AresRGBLightShader.fxc │ │ ├── AresSilhouetteShader.fx │ │ ├── AresSilhouetteShader.fxc │ │ ├── DraedonSubtitleShader.fx │ │ ├── DraedonSubtitleShader.fxc │ │ ├── ElectricSuperchargeShader.fx │ │ ├── ElectricSuperchargeShader.fxc │ │ ├── ExoMechHealthBarShader.fx │ │ ├── ExoMechHealthBarShader.fxc │ │ ├── GlitchShader.fx │ │ ├── GlitchShader.fxc │ │ ├── HadesSegmentCutoffShader.fx │ │ ├── HadesSegmentCutoffShader.fxc │ │ ├── HadesSuperchargeShader.fx │ │ ├── HadesSuperchargeShader.fxc │ │ ├── HologramShader.fx │ │ ├── HologramShader.fxc │ │ ├── LensShieldShader.fx │ │ ├── LensShieldShader.fxc │ │ ├── MotionBlurShader.fx │ │ ├── MotionBlurShader.fxc │ │ ├── NormalMapGlowShader.fx │ │ └── NormalMapGlowShader.fxc │ │ ├── Primitives │ │ ├── ApolloLineTelegraphShader.fx │ │ ├── ApolloLineTelegraphShader.fxc │ │ ├── AresEnergyKatanaAfterimage.fx │ │ ├── AresEnergyKatanaAfterimage.fxc │ │ ├── AresEnergyKatanaShader.fx │ │ ├── AresEnergyKatanaShader.fxc │ │ ├── AresMagneticConnectionShader.fx │ │ ├── AresMagneticConnectionShader.fxc │ │ ├── ArtemisLaserShotShader.fx │ │ ├── ArtemisLaserShotShader.fxc │ │ ├── BlazingExoLaserbeamShader.fx │ │ ├── BlazingExoLaserbeamShader.fxc │ │ ├── CannonLaserbeamShader.fx │ │ ├── CannonLaserbeamShader.fxc │ │ ├── CylinderPrimitiveBloomShader.fx │ │ ├── CylinderPrimitiveBloomShader.fxc │ │ ├── DataStreamShader.fx │ │ ├── DataStreamShader.fxc │ │ ├── EnergyKatanaSlashShader.fx │ │ ├── EnergyKatanaSlashShader.fxc │ │ ├── ExoOverloadDeathrayShader.fx │ │ ├── ExoOverloadDeathrayShader.fxc │ │ ├── ExoTwinNerveEndingShader.fx │ │ ├── ExoTwinNerveEndingShader.fxc │ │ ├── ExoTwinThrusterShader.fx │ │ ├── ExoTwinThrusterShader.fxc │ │ ├── ExothermalDisintegrationRayShader.fx │ │ ├── ExothermalDisintegrationRayShader.fxc │ │ ├── FlameEngulfShader.fx │ │ ├── FlameEngulfShader.fxc │ │ ├── HadesExoEnergyBlastShader.fx │ │ ├── HadesExoEnergyBlastShader.fxc │ │ ├── HadesLaserShader.fx │ │ ├── HadesLaserShader.fxc │ │ ├── MissileFlameTrailShader.fx │ │ ├── MissileFlameTrailShader.fxc │ │ ├── ModelPrimitiveShader.fx │ │ ├── ModelPrimitiveShader.fxc │ │ ├── PlasmaFlameJetShader.fx │ │ ├── PlasmaFlameJetShader.fxc │ │ ├── PrimitiveBloomShader.fx │ │ ├── PrimitiveBloomShader.fxc │ │ ├── PulseBlastShader.fx │ │ ├── PulseBlastShader.fxc │ │ ├── TeslaArcShader.fx │ │ ├── TeslaArcShader.fxc │ │ ├── TeslaBurstShader.fx │ │ ├── TeslaBurstShader.fxc │ │ ├── WingtipVortexTrailShader.fx │ │ └── WingtipVortexTrailShader.fxc │ │ ├── RadioactiveCinderShader.fx │ │ └── RadioactiveCinderShader.fxc ├── EternityDeathIcon.png ├── EternityRevIcon.png ├── ExtraTextures │ ├── AquaticScourge │ │ ├── ASGut.png │ │ ├── ASHead.png │ │ ├── ASJawLeft.png │ │ └── ASJawRight.png │ ├── EmpyreanRageBar.png │ ├── PerfLegs │ │ ├── PerfLeg1.png │ │ ├── PerfLeg2.png │ │ ├── PerfLeg3.png │ │ ├── PerfLeg4.png │ │ ├── PerfLegEnd1.png │ │ ├── PerfLegEnd2.png │ │ ├── PerfLegEnd3.png │ │ ├── PerfLegEnd4.png │ │ ├── PerfLegJoint1.png │ │ ├── PerfLegJoint2.png │ │ ├── PerfLegJoint3.png │ │ └── PerfLegJoint4.png │ └── TitanHeartAdrenalineBar.png ├── Models │ ├── CargoPlane.xnc │ └── ModelRegistry.cs ├── Music │ ├── Irondust.ogg │ ├── IrondustRePrologue.ogg │ └── Niflheimr.ogg ├── NoiseTextureRegistry.cs ├── Particles │ ├── BileMetaball.cs │ ├── BloomPixelParticle.cs │ ├── ChromaticBurstParticle.cs │ ├── Dusts │ │ ├── TwinkleDust.cs │ │ └── TwinkleDust.png │ ├── ElectricSparkParticle.cs │ ├── FireParticle.cs │ ├── GlowySquareParticle.cs │ ├── HollowCircleParticle.cs │ ├── LineStreakParticle.cs │ ├── MagicBurstParticle.cs │ ├── Metaballs │ │ ├── HeatDistortionMetaball.cs │ │ └── HeatDistortionSystem.cs │ ├── NuclearGasParticle.cs │ ├── ParticleTextures │ │ ├── BasicMetaballCircle.png │ │ ├── ElectricSparkParticle.png │ │ ├── FireA.png │ │ ├── FireB.png │ │ ├── GlowSquareParticle.png │ │ ├── GlowSquareParticleBlurred.png │ │ ├── HighDefinitionSmoke.png │ │ ├── HollowCircle.png │ │ ├── MagicBurstParticle.png │ │ ├── Pixel.png │ │ ├── SmokeJet.png │ │ ├── SmokeParticle.png │ │ └── Spark.png │ ├── ReaverSpark.cs │ ├── SmokeJetParticle.cs │ └── SmokeParticle.cs ├── Sounds │ ├── BrotherDash.wav │ ├── BrotherStagger.ogg │ ├── ExoMechs │ │ ├── Ares │ │ │ ├── DeathBuildup.ogg │ │ │ ├── DistantMissileLaunch.ogg │ │ │ ├── EnergyKatanaUnsheathe.ogg │ │ │ ├── HadesElectrify.ogg │ │ │ ├── HandSwap_GaussNuke1.ogg │ │ │ ├── HandSwap_GaussNuke2.ogg │ │ │ ├── HandSwap_LaserCannon1.ogg │ │ │ ├── HandSwap_LaserCannon2.ogg │ │ │ ├── HandSwap_PlasmaCannon1.ogg │ │ │ ├── HandSwap_PlasmaCannon2.ogg │ │ │ ├── HandSwap_PulseCannon1.ogg │ │ │ ├── HandSwap_PulseCannon2.ogg │ │ │ ├── HandSwap_TeslaCannon1.ogg │ │ │ ├── HandSwap_TeslaCannon2.ogg │ │ │ ├── IdleLoop.ogg │ │ │ ├── Laugh.ogg │ │ │ ├── LiveNuclearReaction.ogg │ │ │ ├── PlasmaJetLoop.ogg │ │ │ ├── PulseCannonCharge.ogg │ │ │ ├── PulseCannonFire.ogg │ │ │ ├── Slash.ogg │ │ │ └── TeslaSphereLoop.ogg │ │ ├── ExoTwins │ │ │ ├── ApolloLaserLoop.wav │ │ │ ├── DeathAnimationCollision.ogg │ │ │ ├── EngineLoop.ogg │ │ │ ├── HolographicGlintTeleport.ogg │ │ │ ├── LaserGraze1.ogg │ │ │ ├── LaserGraze2.ogg │ │ │ ├── LensEject.ogg │ │ │ ├── Phase2Transition.ogg │ │ │ ├── PlasmaMissileLoop.ogg │ │ │ ├── PortalWarp1.ogg │ │ │ ├── PortalWarp2.ogg │ │ │ ├── PortalWarpHeavy.ogg │ │ │ ├── WarningBeep1.ogg │ │ │ └── WarningBeep2.ogg │ │ ├── GeneralExoMechs │ │ │ ├── CodebreakerDrone.ogg │ │ │ ├── CodebreakerPulse.ogg │ │ │ ├── ExoMechSiren.ogg │ │ │ └── ExoTwinsIconHover.ogg │ │ ├── Hades │ │ │ ├── DashChargeUp.ogg │ │ │ ├── DeathBuildup.ogg │ │ │ ├── DeathrayChargeUp.ogg │ │ │ ├── DeathrayFire.ogg │ │ │ ├── GroundImpact.ogg │ │ │ ├── IdleLoop.ogg │ │ │ ├── LaserChargeUp.ogg │ │ │ ├── MineExplode1.ogg │ │ │ ├── MineExplode2.ogg │ │ │ ├── MineExplode3.ogg │ │ │ ├── MineWarning.ogg │ │ │ ├── SideLaserBurst.ogg │ │ │ ├── SuperLaserBuildupSound.ogg │ │ │ └── SuperLaserFire.ogg │ │ └── VoiceActing │ │ │ ├── Drae_Death.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeat1.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeat2.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeat3.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeat4.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeat5.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeat6.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeatReconBodyKill1.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeatReconBodyKill2.wav │ │ │ ├── Drae_EndOfBattle_FirstDefeatReconBodyKill3.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat1.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat2.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat3_Acceptable.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat3_Bad.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat3_Excellent.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat3_Good.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat3_Perfect.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat3_WhyDidYouMeltTheBoss.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_Bad.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_Excellent.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_ImproveAggression.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_ImproveBuffs.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_ImproveFightTime.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_ImproveHitCounter.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_Perfect.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat4_WhyDidYouMeltTheBoss.wav │ │ │ ├── Drae_EndOfBattle_SuccessiveDefeat5.wav │ │ │ ├── Drae_Error.wav │ │ │ ├── Drae_ExoMechChoiceResponse1.wav │ │ │ ├── Drae_ExoMechChoiceResponse2.wav │ │ │ ├── Drae_Interjection1.wav │ │ │ ├── Drae_Interjection10.wav │ │ │ ├── Drae_Interjection10_Plural.wav │ │ │ ├── Drae_Interjection11.wav │ │ │ ├── Drae_Interjection2_BluntForceTrauma_Major.wav │ │ │ ├── Drae_Interjection2_BluntForceTrauma_Minor.wav │ │ │ ├── Drae_Interjection2_BluntForceTrauma_NearLethal.wav │ │ │ ├── Drae_Interjection2_Electricity_Major.wav │ │ │ ├── Drae_Interjection2_Electricity_Minor.wav │ │ │ ├── Drae_Interjection2_Electricity_NearLethal.wav │ │ │ ├── Drae_Interjection2_Internal_Major.wav │ │ │ ├── Drae_Interjection2_Internal_Minor.wav │ │ │ ├── Drae_Interjection2_Internal_NearLethal.wav │ │ │ ├── Drae_Interjection2_Plasma_Major.wav │ │ │ ├── Drae_Interjection2_Plasma_Minor.wav │ │ │ ├── Drae_Interjection2_Plasma_NearLethal.wav │ │ │ ├── Drae_Interjection2_Thermal_Major.wav │ │ │ ├── Drae_Interjection2_Thermal_Minor.wav │ │ │ ├── Drae_Interjection2_Thermal_NearLethal.wav │ │ │ ├── Drae_Interjection2_Undamaged.wav │ │ │ ├── Drae_Interjection3.wav │ │ │ ├── Drae_Interjection4.wav │ │ │ ├── Drae_Interjection5.wav │ │ │ ├── Drae_Interjection6.wav │ │ │ ├── Drae_Interjection7.wav │ │ │ ├── Drae_Interjection8.wav │ │ │ ├── Drae_Interjection9.wav │ │ │ ├── Drae_IntroductionMonologue1.wav │ │ │ ├── Drae_IntroductionMonologue2.wav │ │ │ ├── Drae_IntroductionMonologue3.wav │ │ │ ├── Drae_IntroductionMonologue4.wav │ │ │ ├── Drae_IntroductionMonologue5.wav │ │ │ ├── Drae_IntroductionMonologueBrief.wav │ │ │ └── Drae_PlayerDeathAtAmusingTime.wav │ ├── Perforators │ │ ├── RockCrunch1.wav │ │ ├── RockCrunch2.wav │ │ ├── RockCrunch3.wav │ │ ├── RockCrunch4.wav │ │ ├── SpikeSound1.wav │ │ ├── SpikeSound2.wav │ │ ├── SpikeSound3.wav │ │ └── SpikeSound4.wav │ ├── PermafrostAttack1.ogg │ ├── PermafrostAttack2.ogg │ ├── PermafrostPhaseTransition.ogg │ ├── PermafrostWindup1.ogg │ └── PermafrostWindup2.ogg ├── Textures │ ├── BinaryPoem.png │ ├── BubblyNoise.png │ ├── CloudDensityMap.png │ ├── CrackedNoiseA.png │ ├── ElectricNoise.png │ ├── FireParticleA.png │ ├── FireParticleB.png │ └── PerlinNoise.png └── Vignette.png ├── Content ├── Calamity │ ├── Bosses │ │ ├── AquaticScourge │ │ │ ├── ASEternity.cs │ │ │ ├── ASGlobalProjectile.cs │ │ │ ├── AquaticSuck.cs │ │ │ ├── SuckedRock.cs │ │ │ ├── Tooth.cs │ │ │ └── ToxicGas.cs │ │ ├── BrainofCthulhu │ │ │ ├── EDeathBoC.cs │ │ │ └── GoldenShowerShot.cs │ │ ├── BrimstoneElemental │ │ │ ├── BEGlobalProjectile.cs │ │ │ ├── BrimBeam.cs │ │ │ ├── BrimlingEternity.cs │ │ │ ├── BrimstoneArenaRenderer.cs │ │ │ ├── BrimstoneBurnFireLayer.cs │ │ │ ├── BrimstoneBurnPlayer.cs │ │ │ ├── BrimstoneDebris.cs │ │ │ ├── BrimstoneDebris.png │ │ │ ├── BrimstoneEternity.cs │ │ │ ├── BrimstoneFireblast.cs │ │ │ ├── BrimstonePulse.cs │ │ │ └── BrimstoneTeleport.cs │ │ ├── CalamitasClone │ │ │ ├── BrimstoneArtillery.cs │ │ │ ├── BrimstoneBall.cs │ │ │ ├── BrimstoneBarrageGravitating.cs │ │ │ ├── BrimstoneFireball.cs │ │ │ ├── BrothersBossBar.cs │ │ │ ├── BrothersDashTrail.cs │ │ │ ├── BrothersEyeFlash.cs │ │ │ ├── CalamitasBrothersEternity.cs │ │ │ ├── CalamitasCloneEternity.cs │ │ │ ├── CalcloneFireBackground.cs │ │ │ ├── CalcloneGlobalProjectile.cs │ │ │ ├── CalcloneWave.cs │ │ │ ├── ChargedGigablast.cs │ │ │ ├── Fireblast.cs │ │ │ ├── Gigablast.cs │ │ │ └── SoulSeekerEternity.cs │ │ ├── Crabulon │ │ │ ├── CrabulonEternity.cs │ │ │ ├── CrabulonJumpTelegraph.cs │ │ │ ├── MushroomSpear.cs │ │ │ ├── MushroomSpear.png │ │ │ ├── MushroomSpear2.cs │ │ │ ├── MushroomSpearStick.png │ │ │ ├── ShroomGas.cs │ │ │ ├── ShroomGas1.png │ │ │ ├── ShroomGas2.png │ │ │ └── ShroomGas3.png │ │ ├── Cryogen │ │ │ ├── ArcticPaw.cs │ │ │ ├── Blizzard.cs │ │ │ ├── CryogenEternity.cs │ │ │ ├── CryogenRitual.cs │ │ │ ├── CryogenShieldEternity.cs │ │ │ ├── DarkIceCrystal.cs │ │ │ ├── FrostFlare.cs │ │ │ ├── FrostShard.cs │ │ │ ├── IceArrow.cs │ │ │ ├── IceChain.cs │ │ │ ├── IceChain.png │ │ │ ├── IceCloud.cs │ │ │ ├── IceShot.cs │ │ │ ├── IceStar.cs │ │ │ ├── IceTrident.cs │ │ │ ├── PermafrostBoss.cs │ │ │ ├── PermafrostBoss.png │ │ │ ├── PermafrostBoss_Head_Boss.png │ │ │ ├── PermafrostHeldWeapon.cs │ │ │ ├── PermafrostRitual.cs │ │ │ ├── PermafrostRitual.png │ │ │ └── PermafrostSky.cs │ │ ├── Cultist │ │ │ └── EDeathCultistClone.cs │ │ ├── Deerclops │ │ │ └── EDeathDeerclops.cs │ │ ├── DesertScourge │ │ │ ├── DSEternity.cs │ │ │ ├── NuisanceEternity.cs │ │ │ ├── SandChunk.cs │ │ │ ├── SandChunk.png │ │ │ ├── ScourgeSandstream.cs │ │ │ └── SuckedSandBlast.cs │ │ ├── Destroyer │ │ │ ├── EDeathDestroyerBody.cs │ │ │ └── EDeathDestroyerHead.cs │ │ ├── DoGBossRush │ │ │ ├── CVBR.cs │ │ │ ├── DoGBR.cs │ │ │ ├── SignusBR.cs │ │ │ └── WeaverBR.cs │ │ ├── DukeFishron │ │ │ └── EDeathDuke.cs │ │ ├── EaterofWorlds │ │ │ └── EDeathEoWBody.cs │ │ ├── EmpressofLight │ │ │ └── EDeathEoL.cs │ │ ├── ExoMechs │ │ │ ├── Ares │ │ │ │ ├── AresBodyEternity.cs │ │ │ │ ├── AresEnergyKatana.png │ │ │ │ ├── AresEnergyKatanaGlow.png │ │ │ │ ├── AresGlowmaskLightPreset.cs │ │ │ │ ├── AresGlowmaskLightPresetRegistry.cs │ │ │ │ ├── AresHand.cs │ │ │ │ ├── AresHandType.cs │ │ │ │ ├── AresPostProcessingSystem.cs │ │ │ │ ├── AresPulseCannon.png │ │ │ │ ├── AresPulseCannonGlow.png │ │ │ │ ├── AresRenderTargetSystem.cs │ │ │ │ ├── AresSkull.png │ │ │ │ ├── Glowmasks │ │ │ │ │ ├── AresArmTopPart2.png │ │ │ │ │ ├── AresArmTopPart2Bloom.png │ │ │ │ │ ├── AresArmTopSegment.png │ │ │ │ │ ├── AresArmTopSegmentBloom.png │ │ │ │ │ ├── AresArmTopShoulder.png │ │ │ │ │ ├── AresArmTopShoulderBloom.png │ │ │ │ │ ├── AresBottomArmPart1.png │ │ │ │ │ ├── AresBottomArmPart1Bloom.png │ │ │ │ │ ├── AresBottomArmPart2.png │ │ │ │ │ ├── AresBottomArmPart2Bloom.png │ │ │ │ │ ├── Body.png │ │ │ │ │ └── BodyBloom.png │ │ │ │ └── States │ │ │ │ │ ├── Animations │ │ │ │ │ ├── AresBodyEternity.DeathAnimation.cs │ │ │ │ │ ├── AresBodyEternity.Leave.cs │ │ │ │ │ └── AresBodyEternity.SpawnAnimation.cs │ │ │ │ │ ├── Attacks │ │ │ │ │ ├── AresBodyEternity.AimedLaserBursts.cs │ │ │ │ │ ├── AresBodyEternity.BackgroundCoreLaserBeams.cs │ │ │ │ │ ├── AresBodyEternity.DetachHands.cs │ │ │ │ │ ├── AresBodyEternity.KatanaCycloneDashes.cs │ │ │ │ │ ├── AresBodyEternity.KatanaSlashes.cs │ │ │ │ │ ├── AresBodyEternity.LargeTeslaOrbBlast.cs │ │ │ │ │ └── AresBodyEternity.NukeAoEAndPlasmaBlasts.cs │ │ │ │ │ └── Inactive │ │ │ │ │ ├── AresBodyEternity.Inactive.cs │ │ │ │ │ └── AresBodyEternity.ReturnToBeingActive.cs │ │ │ ├── AresAIValues.json │ │ │ ├── ArtemisAndApollo │ │ │ │ ├── ApolloEternity.cs │ │ │ │ ├── ArtemisEternity.cs │ │ │ │ ├── Common │ │ │ │ │ ├── CommonExoTwinFunctionalities.cs │ │ │ │ │ ├── IndividualExoTwinStateHandler.cs │ │ │ │ │ └── SharedExoTwinState.cs │ │ │ │ ├── ExoTwinAnimation.cs │ │ │ │ ├── ExoTwinsRenderTargetSystem.cs │ │ │ │ ├── ExoTwinsStateManager.cs │ │ │ │ ├── Forcefield.png │ │ │ │ ├── IExoTwin.cs │ │ │ │ ├── States │ │ │ │ │ ├── Active │ │ │ │ │ │ ├── ExoTwins.FocusedLaserBursts.cs │ │ │ │ │ │ └── ExoTwins.LoopDashBombardment.cs │ │ │ │ │ ├── Animations │ │ │ │ │ │ ├── ExoTwins.DeathAnimation.cs │ │ │ │ │ │ ├── ExoTwins.EnterSecondPhase.cs │ │ │ │ │ │ └── ExoTwins.SpawnAnimation.cs │ │ │ │ │ ├── Combos │ │ │ │ │ │ ├── ExoTwins.CloseShots.cs │ │ │ │ │ │ ├── ExoTwins.DashesAndLasers.cs │ │ │ │ │ │ ├── ExoTwins.ExothermalOverload.cs │ │ │ │ │ │ └── ExoTwins.MachineGunLasers.cs │ │ │ │ │ ├── ExoTwinsAIState.cs │ │ │ │ │ ├── ExoTwinsIndividualAIState.cs │ │ │ │ │ ├── ExoTwinsStates.cs │ │ │ │ │ ├── Inactive │ │ │ │ │ │ ├── ExoTwins.Inactive.cs │ │ │ │ │ │ └── ExoTwins.Leave.cs │ │ │ │ │ └── Passive │ │ │ │ │ │ ├── ExoTwins.SimpleLaserShots.cs │ │ │ │ │ │ └── ExoTwins.SimpleLoopDashes.cs │ │ │ │ └── Textures │ │ │ │ │ ├── Apollo.png │ │ │ │ │ ├── ApolloDestroyed.png │ │ │ │ │ ├── ApolloGlow.png │ │ │ │ │ ├── Artemis.png │ │ │ │ │ ├── ArtemisDestroyed.png │ │ │ │ │ └── ArtemisGlow.png │ │ │ ├── CargoPlaneModelTexture.png │ │ │ ├── ComboAIValues.json │ │ │ ├── ComboAttacks │ │ │ │ ├── AresAndHades │ │ │ │ │ ├── PulseCannonCage.cs │ │ │ │ │ └── SuperchargedTurbodashes.cs │ │ │ │ ├── AresAndTwins │ │ │ │ │ ├── ElectricSupercharge.cs │ │ │ │ │ └── PlasmaChaseSequence.cs │ │ │ │ ├── ExoMechComboAttackManager.cs │ │ │ │ ├── ExoMechComboHandler.cs │ │ │ │ ├── HadesAndTwins │ │ │ │ │ ├── ExoelectricPortalDashes.cs │ │ │ │ │ └── HolographicRush.cs │ │ │ │ └── Mayhem │ │ │ │ │ └── ExoFlurry.cs │ │ │ ├── Draedon │ │ │ │ ├── Dialogue │ │ │ │ │ ├── DraedonChatTextData.cs │ │ │ │ │ ├── DraedonDialogue.cs │ │ │ │ │ ├── DraedonDialogueChain.cs │ │ │ │ │ ├── DraedonDialogueManager.cs │ │ │ │ │ ├── DraedonSubtitle.cs │ │ │ │ │ ├── DraedonSubtitleManager.cs │ │ │ │ │ └── DraedonSubtitleRenderer.cs │ │ │ │ ├── DraedonEternity.AppearAsHologram.cs │ │ │ │ ├── DraedonEternity.DeathMonologues.cs │ │ │ │ ├── DraedonEternity.ExoMechSpawnAnimation.cs │ │ │ │ ├── DraedonEternity.FirstInterjection.cs │ │ │ │ ├── DraedonEternity.MoveAroundDuringBattle.cs │ │ │ │ ├── DraedonEternity.PostBattleInterjection.cs │ │ │ │ ├── DraedonEternity.ReconBodyKilledInterruption.cs │ │ │ │ ├── DraedonEternity.SecondInterjection.cs │ │ │ │ ├── DraedonEternity.StartingMonologue.cs │ │ │ │ ├── DraedonEternity.TemporarilyLeave.cs │ │ │ │ ├── DraedonEternity.cs │ │ │ │ └── Hologram.png │ │ │ ├── ExoMechAIVariable.cs │ │ │ ├── ExoMechBossBar.cs │ │ │ ├── ExoMechBossBar.png │ │ │ ├── FightManagers │ │ │ │ ├── ExoMechFightDefinitions.cs │ │ │ │ ├── ExoMechFightState.cs │ │ │ │ ├── ExoMechFightStateManager.cs │ │ │ │ ├── ExoMechNPCIDs.cs │ │ │ │ ├── ExoMechResistancesSystem.cs │ │ │ │ ├── ExoMechState.cs │ │ │ │ ├── ExoMechStylePlayer.cs │ │ │ │ └── ExoMechTargetSelector.cs │ │ │ ├── GraphicsReplacements │ │ │ │ ├── CodebreakerProjectileReplacer.cs │ │ │ │ ├── ExoMechSelectionIcon.cs │ │ │ │ └── ExoMechSelectionUIReplacer.cs │ │ │ ├── Hades │ │ │ │ ├── HadesBodyEternity.cs │ │ │ │ ├── HadesHead.png │ │ │ │ ├── HadesHeadEternity.cs │ │ │ │ ├── HadesHeadGlow.png │ │ │ │ ├── HadesJawLeft.png │ │ │ │ ├── HadesJawRight.png │ │ │ │ ├── IHadesSegment.cs │ │ │ │ ├── Plates │ │ │ │ │ ├── HadesBody1Part1Left.png │ │ │ │ │ ├── HadesBody1Part1Right.png │ │ │ │ │ ├── HadesBody1Part2Left.png │ │ │ │ │ ├── HadesBody1Part2Right.png │ │ │ │ │ ├── HadesBody1Part3Left.png │ │ │ │ │ ├── HadesBody1Part3Right.png │ │ │ │ │ ├── HadesBody1Part4Left.png │ │ │ │ │ ├── HadesBody1Part4Right.png │ │ │ │ │ ├── HadesBody1Spine.png │ │ │ │ │ ├── HadesBody2Part1Left.png │ │ │ │ │ ├── HadesBody2Part1Right.png │ │ │ │ │ ├── HadesBody2Part2Left.png │ │ │ │ │ ├── HadesBody2Part2Right.png │ │ │ │ │ ├── HadesBody2Part3Left.png │ │ │ │ │ ├── HadesBody2Part3Right.png │ │ │ │ │ └── HadesBody2Spine.png │ │ │ │ └── States │ │ │ │ │ ├── HadesBodyEternity.DeathAnimation.cs │ │ │ │ │ ├── HadesBodyEternity.SpawnAnimation.cs │ │ │ │ │ ├── Inactive │ │ │ │ │ ├── HadesBodyEternity.Inactive.cs │ │ │ │ │ └── HadesBodyEternity.Leave.cs │ │ │ │ │ └── SoloAttacks │ │ │ │ │ ├── HadesBodyEternity.ContinuousLaserBarrage.cs │ │ │ │ │ ├── HadesBodyEternity.ExoEnergyBlast.cs │ │ │ │ │ ├── HadesBodyEternity.MineBarrages.cs │ │ │ │ │ ├── HadesBodyEternity.MissileLunges.cs │ │ │ │ │ ├── HadesBodyEternity.MissileTailSnaps.cs │ │ │ │ │ └── HadesBodyEternity.PerpendicularBodyLaserBlasts.cs │ │ │ ├── HadesAIValues.json │ │ │ ├── IExoMech.cs │ │ │ ├── MiscTweaks │ │ │ │ └── HeartDropDisablingSystem.cs │ │ │ ├── Packets │ │ │ │ ├── ExoMechComboAttackPacket.cs │ │ │ │ ├── ExoMechComboTimerPacket.cs │ │ │ │ └── ExoMechExoTwinStatePacket.cs │ │ │ ├── Projectiles │ │ │ │ ├── ApolloLineTelegraph.cs │ │ │ │ ├── ApolloMissile.cs │ │ │ │ ├── ApolloMissile.png │ │ │ │ ├── ApolloMissile2.cs │ │ │ │ ├── ApolloMissileGlow.png │ │ │ │ ├── ApolloPlasmaFireball.cs │ │ │ │ ├── ApolloPlasmaFireball.png │ │ │ │ ├── AresCoreLaserSmall.cs │ │ │ │ ├── AresDeathAnimationExplosion.cs │ │ │ │ ├── AresHyperfuturisticPortal.cs │ │ │ │ ├── AresHyperfuturisticPortal.png │ │ │ │ ├── AresMissile.cs │ │ │ │ ├── AresMissile.png │ │ │ │ ├── AresMissileBackground.cs │ │ │ │ ├── AresMissileGlow.png │ │ │ │ ├── AresSwingingKatanas.cs │ │ │ │ ├── ArtemisLaserImproved.cs │ │ │ │ ├── ArtemisLaserSmall.cs │ │ │ │ ├── BigHadesSegmentExplosion.cs │ │ │ │ ├── BlazingExoLaserbeam.cs │ │ │ │ ├── CannonLaserbeam.cs │ │ │ │ ├── CodebreakerDataStream.cs │ │ │ │ ├── DraedonLootCrate.cs │ │ │ │ ├── DraedonLootCrate.png │ │ │ │ ├── ExoOverloadDeathray.cs │ │ │ │ ├── ExoTwinHyperfuturisticPortal.cs │ │ │ │ ├── ExoelectricBlast.cs │ │ │ │ ├── ExothermalDisintegrationRay.cs │ │ │ │ ├── GaussNuke.cs │ │ │ │ ├── GaussNuke.png │ │ │ │ ├── GaussNukeBoom.cs │ │ │ │ ├── GaussNukeGlow.png │ │ │ │ ├── HadesExoEnergyOrb.cs │ │ │ │ ├── HadesLaserBurst.cs │ │ │ │ ├── HadesLineTelegraph.cs │ │ │ │ ├── HadesMine.cs │ │ │ │ ├── HadesMine.png │ │ │ │ ├── HadesMissile.cs │ │ │ │ ├── HadesMissile.png │ │ │ │ ├── HadesMissileGlow.png │ │ │ │ ├── HadesSuperLaserbeam.cs │ │ │ │ ├── HomingTeslaBurst.cs │ │ │ │ ├── IExoMechProjectile.cs │ │ │ │ ├── LargeTeslaSphere.cs │ │ │ │ ├── LargeTeslaSphereExplosion.cs │ │ │ │ ├── LingeringPlasmaFireball.cs │ │ │ │ ├── LingeringPlasmaFireball.png │ │ │ │ ├── PlasmaFlameJet.cs │ │ │ │ ├── PulseBlast.cs │ │ │ │ ├── SmallCannonLaser.cs │ │ │ │ ├── SmallCannonLaser.png │ │ │ │ ├── SmallHadesSegmentExplosion.cs │ │ │ │ ├── SmallHadesSegmentExplosion.png │ │ │ │ ├── SmallTeslaArc.cs │ │ │ │ ├── SmallTeslaSphere.cs │ │ │ │ └── SmallTeslaSphere.png │ │ │ ├── SpecificManagers │ │ │ │ ├── CustomExoMechsSky.cs │ │ │ │ ├── CustomExoMechsSkyColorationSystem.cs │ │ │ │ ├── CustomExoMechsSkyScene.cs │ │ │ │ ├── ExoMechDamageRecorderPlayer.cs │ │ │ │ ├── ExoMechDamageRecorderProjectile.cs │ │ │ │ ├── ExoMechDamageSource.cs │ │ │ │ └── HadesPostProcessingSystem.cs │ │ │ ├── TwinsAIValues.json │ │ │ └── Variables.cs │ │ ├── EyeOfCthulhu │ │ │ └── EDeathEoC.cs │ │ ├── Golem │ │ │ ├── BouncingFireball.cs │ │ │ ├── EDeathGolem.cs │ │ │ └── EDeathGolemHead.cs │ │ ├── HiveMind │ │ │ ├── BlobEternity.cs │ │ │ ├── BrainMassProjectile.cs │ │ │ ├── BrainMassProjectile.png │ │ │ ├── CursedLightning.cs │ │ │ ├── CurvingCursedFlames.cs │ │ │ ├── DankCreeperEternity.cs │ │ │ ├── DarkHeartEternity.cs │ │ │ ├── DevourerEternityHM.cs │ │ │ ├── GravityVileClot.cs │ │ │ ├── HMEternity.cs │ │ │ ├── HiveMindGlobalProjectile.cs │ │ │ ├── HiveMindPulse.cs │ │ │ ├── HiveMindSky.cs │ │ │ ├── MovingCorruptCloud.cs │ │ │ ├── ShadeLightningCloud.cs │ │ │ ├── VileClotDrop.cs │ │ │ └── VileClotDrop.png │ │ ├── KingSlime │ │ │ ├── EDeathCrownJewel.cs │ │ │ └── EDeathKS.cs │ │ ├── MoonLord │ │ │ ├── BigLight.cs │ │ │ ├── DestructionBolt.cs │ │ │ ├── EDeathMLCore.cs │ │ │ ├── EDeathMLEye.cs │ │ │ └── StarofDestruction.cs │ │ ├── OldDuke │ │ │ ├── AquaticUrchinProjectile.cs │ │ │ ├── AquaticUrchinProjectile.png │ │ │ ├── ArsenalCrate.cs │ │ │ ├── ArsenalCrate.png │ │ │ ├── ArsenalCrateGlow.png │ │ │ ├── ExplosiveCrate.cs │ │ │ ├── ExplosiveCrate.png │ │ │ ├── ExplosiveCrateGlow.png │ │ │ ├── FallingVomitGore.cs │ │ │ ├── FallingVomitGore.png │ │ │ ├── FireParticleSystem.cs │ │ │ ├── FuelSpark.cs │ │ │ ├── LingeringAcidBubble.cs │ │ │ ├── LingeringAcidBubble.png │ │ │ ├── NuclearHurricane.cs │ │ │ ├── NuclearVortex.cs │ │ │ ├── OldDukeEternity.cs │ │ │ ├── OldDukeFireParticleSystemManager.cs │ │ │ ├── OldDukeSky.cs │ │ │ ├── OldDukeSkyScene.cs │ │ │ ├── SulphurousSharkronEternity.cs │ │ │ ├── SwervingRadioactiveCinder.cs │ │ │ ├── TastyFuelContainer.cs │ │ │ ├── TastyFuelContainer.png │ │ │ ├── TastyFuelContainerAlt.png │ │ │ ├── TastyFuelContainerAltGlowmask.png │ │ │ ├── TastyFuelContainerGlowmask.png │ │ │ ├── TrasherProjectile.cs │ │ │ ├── TrasherProjectile.png │ │ │ ├── VortexFormingAcidDroplet.cs │ │ │ └── VortexFormingAcidDroplet.png │ │ ├── Perforators │ │ │ ├── IchorShotFast.cs │ │ │ ├── LargePerforator.cs │ │ │ ├── MediumPerforator.cs │ │ │ ├── PerfExplosion.cs │ │ │ ├── PerforatorLeg.cs │ │ │ ├── PerforatorLegHitbox.cs │ │ │ ├── PerforatorRubble.cs │ │ │ ├── PerforatorRubble.png │ │ │ ├── PerforatorSpike.cs │ │ │ ├── PerforatorSpike.png │ │ │ ├── PerforatorSpikeOld.png │ │ │ ├── PerfsEternity.cs │ │ │ └── SmallPerforator.cs │ │ ├── Plantera │ │ │ └── EDeathPlantera.cs │ │ ├── ProvidenceBossRush │ │ │ └── ProviBR.cs │ │ ├── QueenBee │ │ │ └── EDeathQB.cs │ │ ├── QueenSlime │ │ │ ├── EDeathQS.cs │ │ │ └── HallowedSlimeSpike.cs │ │ ├── Skeletron │ │ │ └── EDeathSkeletron.cs │ │ ├── SkeletronPrime │ │ │ ├── EDeathSprime.cs │ │ │ └── HomingRocket.cs │ │ ├── SlimeGod │ │ │ ├── AcceleratingGlobs.cs │ │ │ ├── CrimsonPaladinSpike.cs │ │ │ ├── CrimsonPaladinSpike.png │ │ │ ├── SlamTelegraph.cs │ │ │ ├── SlimeGodCoreEternity.cs │ │ │ ├── SlimeGodsEternity.cs │ │ │ └── SlimeHomingGlobs.cs │ │ ├── Twins │ │ │ ├── EDeathRetinazer.cs │ │ │ └── EDeathSpazmatism.cs │ │ ├── WallofFlesh │ │ │ ├── EDeathWoFMouth.cs │ │ │ └── HomingSickle.cs │ │ └── YharonBossRush │ │ │ ├── FollyBR.cs │ │ │ └── YharonBR.cs │ ├── Buffs │ │ ├── CalamitousPresenceBuff.cs │ │ └── CalamitousPresenceBuff.png │ ├── EnemyBehavior │ │ └── CnidironEternity.cs │ ├── Items │ │ ├── Accessories │ │ │ ├── BrandoftheBrimstoneWitch.cs │ │ │ ├── BrandoftheBrimstoneWitch.png │ │ │ ├── Enchantments │ │ │ │ ├── AerospecEnchant.cs │ │ │ │ ├── AerospecEnchant.png │ │ │ │ ├── AstralEnchant.cs │ │ │ │ ├── AstralEnchant.png │ │ │ │ ├── BrimflameEnchant.cs │ │ │ │ ├── BrimflameEnchant.png │ │ │ │ ├── DaedalusEnchant.cs │ │ │ │ ├── DaedalusEnchant.png │ │ │ │ ├── DesertProwlerEnchant.cs │ │ │ │ ├── DesertProwlerEnchant.png │ │ │ │ ├── EmpyreanEnchant.cs │ │ │ │ ├── EmpyreanEnchant.png │ │ │ │ ├── FathomSwarmerEnchant.cs │ │ │ │ ├── FathomSwarmerEnchant.png │ │ │ │ ├── HydrothermicEnchant.cs │ │ │ │ ├── HydrothermicEnchant.png │ │ │ │ ├── MarniteEnchant.cs │ │ │ │ ├── MarniteEnchant.png │ │ │ │ ├── MarniteEnchant_Back.png │ │ │ │ ├── MolluskEnchant.cs │ │ │ │ ├── MolluskEnchant.png │ │ │ │ ├── PlagueReaperEnchant.cs │ │ │ │ ├── PlagueReaperEnchant.png │ │ │ │ ├── PlaguebringerEnchant.cs │ │ │ │ ├── PlaguebringerEnchant.png │ │ │ │ ├── ReaverEnchant.cs │ │ │ │ ├── ReaverEnchant.png │ │ │ │ ├── SnowRuffianEnchant.cs │ │ │ │ ├── SnowRuffianEnchant.png │ │ │ │ ├── StatigelEnchant.cs │ │ │ │ ├── StatigelEnchant.png │ │ │ │ ├── SulphurEnchant.cs │ │ │ │ ├── SulphurEnchant.png │ │ │ │ ├── TitanHeartEnchant.cs │ │ │ │ ├── TitanHeartEnchant.png │ │ │ │ ├── UmbraphileEnchant.cs │ │ │ │ ├── UmbraphileEnchant.png │ │ │ │ ├── VictideEnchant.cs │ │ │ │ ├── VictideEnchant.png │ │ │ │ ├── WulfrumEnchant.cs │ │ │ │ └── WulfrumEnchant.png │ │ │ ├── Essences │ │ │ │ ├── OutlawsEssence.cs │ │ │ │ └── OutlawsEssence.png │ │ │ ├── Forces │ │ │ │ ├── ElementsForce.cs │ │ │ │ ├── ElementsForce.png │ │ │ │ ├── GaleForce.cs │ │ │ │ └── GaleForce.png │ │ │ └── Souls │ │ │ │ ├── TyrantSoul.png │ │ │ │ ├── VagabondsSoul.cs │ │ │ │ └── VagabondsSoul.png │ │ ├── LoreItems │ │ │ ├── DraedonPoem.png │ │ │ ├── LoreDraedon.cs │ │ │ └── LoreDraedon.png │ │ └── Summons │ │ │ ├── ABombInMyNation.cs │ │ │ ├── AbandonedRemote.cs │ │ │ ├── AbandonedRemote.png │ │ │ ├── AstrumCor.cs │ │ │ ├── AstrumCor.png │ │ │ ├── BirbPheromones.cs │ │ │ ├── BlightedEye.cs │ │ │ ├── BloodyWorm.cs │ │ │ ├── ChunkyStardust.cs │ │ │ ├── ClamPearl.cs │ │ │ ├── ClamPearl.png │ │ │ ├── ColossalTentacle.cs │ │ │ ├── ColossalTentacle.png │ │ │ ├── CryingKey.cs │ │ │ ├── DeepseaProteinShake.cs │ │ │ ├── DeepseaProteinShake.png │ │ │ ├── DefiledCore.cs │ │ │ ├── DefiledShard.cs │ │ │ ├── DragonEgg.cs │ │ │ ├── EyeofExtinction.cs │ │ │ ├── EyeofExtinction.png │ │ │ ├── FriedDoll.cs │ │ │ ├── HiveTumor.cs │ │ │ ├── LetterofKos.cs │ │ │ ├── LetterofKos.png │ │ │ ├── MaulerSkull.cs │ │ │ ├── MaulerSkull.png │ │ │ ├── MedallionoftheDesert.cs │ │ │ ├── MurkySludge.cs │ │ │ ├── NoisyWhistle.cs │ │ │ ├── NuclearChunk.cs │ │ │ ├── NuclearChunk.png │ │ │ ├── OphiocordycipitaceaeSprout.cs │ │ │ ├── PlaguedWalkieTalkie.cs │ │ │ ├── PlaguedWalkieTalkie.png │ │ │ ├── PolterplasmicBeacon.cs │ │ │ ├── PortableCodebreaker.cs │ │ │ ├── PortableCodebreaker.png │ │ │ ├── QuakeIdol.cs │ │ │ ├── QuakeIdol.png │ │ │ ├── RedStainedWormFood.cs │ │ │ ├── RiftofKos.cs │ │ │ ├── RiftofKos.png │ │ │ ├── SeeFood.cs │ │ │ ├── SirensPearl.cs │ │ │ ├── SirensPearl.png │ │ │ ├── SomeKindofSpaceWorm.cs │ │ │ ├── StormIdol.cs │ │ │ ├── StormIdol.png │ │ │ ├── SulphurBearTrap.cs │ │ │ ├── SulphurBearTrap.png │ │ │ ├── WormFoodofKos.cs │ │ │ ├── WormFoodofKos.png │ │ │ ├── WyrmTablet.cs │ │ │ └── WyrmTablet.png │ ├── NPCs │ │ └── MutantBR.cs │ ├── Projectiles │ │ ├── AstralTrailStar.cs │ │ ├── BatMode.cs │ │ ├── BrimflameBurst.cs │ │ ├── ClamSlam.cs │ │ ├── Cold.png │ │ ├── DaedalusArrow.cs │ │ ├── Electricity.png │ │ ├── EmpyreanStar.cs │ │ ├── FathomAngler.cs │ │ ├── GaleSpine.cs │ │ ├── Heat.png │ │ ├── HydrothermicVentShot.cs │ │ ├── MarniteDagger.cs │ │ ├── PlagueCloud.cs │ │ ├── Sickness.png │ │ ├── SulphurBubble.cs │ │ ├── SulphurCloud.cs │ │ ├── SulphurParticulate.cs │ │ ├── VictideSpike.cs │ │ ├── Water.png │ │ ├── WulfrumScanner.cs │ │ └── WulfrumScanner.png │ └── Toggles │ │ ├── CalamityEffects.cs │ │ └── CalamityHeaders.cs └── Common │ ├── Bosses │ ├── Abominationn │ │ ├── AbomMauler.cs │ │ └── AbominationnDLC.cs │ └── Mutant │ │ ├── DLCMutantFishronRitual.cs │ │ ├── DLCMutantSpearDash.cs │ │ ├── DLCMutantSpearSpin.cs │ │ ├── MutantAresBomb.cs │ │ ├── MutantAresBomb.png │ │ ├── MutantAresNuke.cs │ │ ├── MutantAtlantis.png │ │ ├── MutantAureusSpawn.cs │ │ ├── MutantDLC.cs │ │ ├── MutantDoGBody.cs │ │ ├── MutantDoGHead.cs │ │ ├── MutantDoGTail.cs │ │ ├── MutantFrostMist.cs │ │ ├── MutantHolyRay.cs │ │ ├── MutantOldDuke.cs │ │ ├── MutantPBG.cs │ │ ├── MutantPolter.cs │ │ ├── MutantSCal.cs │ │ ├── MutantSlimeGod.cs │ │ └── MutantYharonVortex.cs │ ├── ModSwapperUI.cs │ ├── Projectiles │ └── DLCBloomLine.cs │ └── Sky │ └── MutantDLCSky.cs ├── Core ├── Calamity │ ├── BossRushMusicChange.cs │ ├── CalDLCConfig.cs │ ├── CalDLCSets.cs │ ├── CalDLCUtils.cs │ ├── EternityDeathDifficulty.cs │ ├── EternityRevDifficulty.cs │ ├── Globals │ │ ├── CalDLCAddonGlobalItem.cs │ │ ├── CalDLCAddonGlobalNPC.cs │ │ ├── CalDLCAddonGlobalProjectile.cs │ │ ├── CalDLCBuffChanges.cs │ │ ├── CalDLCEmodeBehavior.cs │ │ ├── CalDLCEmodeBehaviorManager.cs │ │ ├── CalDLCEmodeExtraGlobalNPC.cs │ │ ├── CalDLCItemBalance.cs │ │ ├── CalDLCItemChanges.cs │ │ ├── CalDLCNPCChanges.cs │ │ ├── CalDLCProjectileChanges.cs │ │ ├── CalDLCRecipeChanges.cs │ │ └── CalDLCTileChanges.cs │ ├── ItemDropRules │ │ └── CalDLCConditions.cs │ ├── ModPlayers │ │ ├── CalDLCAddonPlayer.cs │ │ └── CalDLCPlayer.cs │ └── Systems │ │ ├── CalDLCAddonDetours.cs │ │ ├── CalDLCCompatibilityMisc.cs │ │ ├── CalDLCDetours.cs │ │ ├── CalDLCFountainDetours.cs │ │ ├── CalDLCWorldSavingSystem.cs │ │ ├── CalDLCWorldUpdatingSystem.cs │ │ └── DifficultyPackets.cs ├── Common │ ├── BaseClasses │ │ └── Worm.cs │ ├── DLCLists.cs │ ├── DLCSets.cs │ ├── DLCUtils.cs │ ├── DataStructures │ │ └── DifficultyValue.cs │ ├── Globals │ │ └── DevianttGlobalNPC.cs │ ├── Graphics │ │ ├── FastParticleSystems │ │ │ ├── FastParticle.cs │ │ │ ├── FastParticleSystem.cs │ │ │ └── FastParticleSystemManager.cs │ │ ├── Meshes │ │ │ ├── MeshRegistry.cs │ │ │ └── VertexPositionColorNormalTexture.cs │ │ └── RenderTargets │ │ │ ├── InstancedRequestableTarget.cs │ │ │ └── InstancedTargetData.cs │ └── InverseKinematics │ │ ├── AngleDifferenceConstraint.cs │ │ ├── FixedAngleDifferenceConstraint.cs │ │ ├── IJointConstraint.cs │ │ ├── Joint.cs │ │ ├── KinematicChain.cs │ │ └── UpwardOnlyConstraint.cs ├── Data │ ├── LocalDataManager.cs │ └── WatchedData.cs └── ModCompatibility.cs ├── FargowiltasCrossmod.cs ├── FargowiltasCrossmod.csproj ├── FargowiltasCrossmod.sln ├── LICENSE ├── Libraries ├── CalamityMod.dll ├── Fargowiltas.dll ├── FargowiltasSouls.dll ├── Luminance.dll └── ThoriumMod.dll ├── Localization ├── en-US │ ├── Mods.FargowiltasCrossmod.ActiveSkills.hjson │ ├── Mods.FargowiltasCrossmod.Conditions.hjson │ ├── Mods.FargowiltasCrossmod.Configs.CalDLCConfig.hjson │ ├── Mods.FargowiltasCrossmod.EModeBalance.hjson │ ├── Mods.FargowiltasCrossmod.Items.hjson │ ├── Mods.FargowiltasCrossmod.NPCs.hjson │ ├── Mods.FargowiltasCrossmod.Projectiles.hjson │ ├── Mods.FargowiltasCrossmod.Toggler.hjson │ ├── Mods.FargowiltasCrossmod.WizardEffect.hjson │ └── Mods.FargowiltasCrossmod.hjson └── ru-RU │ ├── Mods.FargowiltasCrossmod.ActiveSkills.hjson │ ├── Mods.FargowiltasCrossmod.Conditions.hjson │ ├── Mods.FargowiltasCrossmod.Configs.CalDLCConfig.hjson │ ├── Mods.FargowiltasCrossmod.EModeBalance.hjson │ ├── Mods.FargowiltasCrossmod.Items.hjson │ ├── Mods.FargowiltasCrossmod.NPCs.hjson │ ├── Mods.FargowiltasCrossmod.Projectiles.hjson │ ├── Mods.FargowiltasCrossmod.Toggler.hjson │ ├── Mods.FargowiltasCrossmod.WizardEffect.hjson │ └── Mods.FargowiltasCrossmod.hjson ├── Properties └── launchSettings.json ├── README.md ├── changelog.txt ├── description.txt ├── icon.png └── icon_workshop.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Atlases/MainAtlas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Atlases/MainAtlas.json -------------------------------------------------------------------------------- /Assets/Atlases/MainAtlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Atlases/MainAtlas.png -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/BrimstoneArenaShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/BrimstoneArenaShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/HeatDistortionFilter.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/HeatDistortionFilter.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/HeatDistortionFilter.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/HeatDistortionFilter.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/ImpactFrameShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/ImpactFrameShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/ImpactFrameShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/ImpactFrameShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/OldDukeRainShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/OldDukeRainShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Filters/OldDukeRainShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Filters/OldDukeRainShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/FireParticleDissolveShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/FireParticleDissolveShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/FireParticleDissolveShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/FireParticleDissolveShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/FuelSparkShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/FuelSparkShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/FuelSparkShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/FuelSparkShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/BrimstoneArenaShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/BrimstoneArenaShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/CalcloneWaveShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/CalcloneWaveShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/CalcloneWaveShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/CalcloneWaveShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/ExoMechCloudShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/ExoMechCloudShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/ExoMechCloudShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/ExoMechCloudShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/FireTrail.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/FireTrail.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/GlobalOverlays/FireTrail.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/GlobalOverlays/FireTrail.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneCoreShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneCoreShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneCoreShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneCoreShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneExtremesShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneExtremesShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneExtremesShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneExtremesShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneFoamShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneFoamShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneFoamShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneFoamShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneGlowShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneGlowShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/NuclearHurricaneGlowShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/NuclearHurricaneGlowShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/GaussNukeExplosionShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/GaussNukeExplosionShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/GaussNukeExplosionShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/GaussNukeExplosionShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/HadesElectricBoomShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/HadesElectricBoomShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/HadesElectricBoomShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/HadesElectricBoomShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/HadesExoEnergyOrbShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/HadesExoEnergyOrbShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/HadesExoEnergyOrbShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/HadesExoEnergyOrbShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/HologramProjectorAreaShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/HologramProjectorAreaShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/HyperfuturisticPortalShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/HyperfuturisticPortalShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/LargeTeslaSphereShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/LargeTeslaSphereShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/LargeTeslaSphereShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/LargeTeslaSphereShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/TeslaExplosionShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/TeslaExplosionShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Objects/TeslaExplosionShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Objects/TeslaExplosionShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeBileMetaballShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeBileMetaballShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeBileMetaballShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeBileMetaballShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeRadioactiveOverlayShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeRadioactiveOverlayShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeRadioactiveOverlayShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeRadioactiveOverlayShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeSkyShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeSkyShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeSkyShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeSkyShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeVortexShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeVortexShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OldDukeVortexShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OldDukeVortexShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OverlayModifiers/AresRGBLightShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OverlayModifiers/AresRGBLightShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OverlayModifiers/GlitchShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OverlayModifiers/GlitchShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OverlayModifiers/GlitchShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OverlayModifiers/GlitchShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OverlayModifiers/HologramShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OverlayModifiers/HologramShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/OverlayModifiers/HologramShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/OverlayModifiers/HologramShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/CannonLaserbeamShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/CannonLaserbeamShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/DataStreamShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/DataStreamShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/DataStreamShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/DataStreamShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/ExoTwinThrusterShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/ExoTwinThrusterShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/FlameEngulfShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/FlameEngulfShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/FlameEngulfShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/FlameEngulfShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/HadesLaserShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/HadesLaserShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/HadesLaserShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/HadesLaserShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/ModelPrimitiveShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/ModelPrimitiveShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/ModelPrimitiveShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/ModelPrimitiveShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/PlasmaFlameJetShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/PlasmaFlameJetShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/PlasmaFlameJetShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/PlasmaFlameJetShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/PrimitiveBloomShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/PrimitiveBloomShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/PrimitiveBloomShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/PrimitiveBloomShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/PulseBlastShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/PulseBlastShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/PulseBlastShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/PulseBlastShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/TeslaArcShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/TeslaArcShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/TeslaArcShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/TeslaArcShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/TeslaBurstShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/TeslaBurstShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/Primitives/TeslaBurstShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/Primitives/TeslaBurstShader.fxc -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/RadioactiveCinderShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/RadioactiveCinderShader.fx -------------------------------------------------------------------------------- /Assets/AutoloadedEffects/Shaders/RadioactiveCinderShader.fxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/AutoloadedEffects/Shaders/RadioactiveCinderShader.fxc -------------------------------------------------------------------------------- /Assets/EternityDeathIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/EternityDeathIcon.png -------------------------------------------------------------------------------- /Assets/EternityRevIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/EternityRevIcon.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/AquaticScourge/ASGut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/AquaticScourge/ASGut.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/AquaticScourge/ASHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/AquaticScourge/ASHead.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/AquaticScourge/ASJawLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/AquaticScourge/ASJawLeft.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/AquaticScourge/ASJawRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/AquaticScourge/ASJawRight.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/EmpyreanRageBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/EmpyreanRageBar.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLeg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLeg1.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLeg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLeg2.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLeg3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLeg3.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLeg4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLeg4.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegEnd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegEnd1.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegEnd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegEnd2.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegEnd3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegEnd3.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegEnd4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegEnd4.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegJoint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegJoint1.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegJoint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegJoint2.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegJoint3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegJoint3.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/PerfLegs/PerfLegJoint4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/PerfLegs/PerfLegJoint4.png -------------------------------------------------------------------------------- /Assets/ExtraTextures/TitanHeartAdrenalineBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/ExtraTextures/TitanHeartAdrenalineBar.png -------------------------------------------------------------------------------- /Assets/Models/CargoPlane.xnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Models/CargoPlane.xnc -------------------------------------------------------------------------------- /Assets/Models/ModelRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Models/ModelRegistry.cs -------------------------------------------------------------------------------- /Assets/Music/Irondust.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Music/Irondust.ogg -------------------------------------------------------------------------------- /Assets/Music/IrondustRePrologue.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Music/IrondustRePrologue.ogg -------------------------------------------------------------------------------- /Assets/Music/Niflheimr.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Music/Niflheimr.ogg -------------------------------------------------------------------------------- /Assets/NoiseTextureRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/NoiseTextureRegistry.cs -------------------------------------------------------------------------------- /Assets/Particles/BileMetaball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/BileMetaball.cs -------------------------------------------------------------------------------- /Assets/Particles/BloomPixelParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/BloomPixelParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/ChromaticBurstParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ChromaticBurstParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/Dusts/TwinkleDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/Dusts/TwinkleDust.cs -------------------------------------------------------------------------------- /Assets/Particles/Dusts/TwinkleDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/Dusts/TwinkleDust.png -------------------------------------------------------------------------------- /Assets/Particles/ElectricSparkParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ElectricSparkParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/FireParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/FireParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/GlowySquareParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/GlowySquareParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/HollowCircleParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/HollowCircleParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/LineStreakParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/LineStreakParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/MagicBurstParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/MagicBurstParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/Metaballs/HeatDistortionMetaball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/Metaballs/HeatDistortionMetaball.cs -------------------------------------------------------------------------------- /Assets/Particles/Metaballs/HeatDistortionSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/Metaballs/HeatDistortionSystem.cs -------------------------------------------------------------------------------- /Assets/Particles/NuclearGasParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/NuclearGasParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/BasicMetaballCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/BasicMetaballCircle.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/ElectricSparkParticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/ElectricSparkParticle.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/FireA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/FireA.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/FireB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/FireB.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/GlowSquareParticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/GlowSquareParticle.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/GlowSquareParticleBlurred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/GlowSquareParticleBlurred.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/HighDefinitionSmoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/HighDefinitionSmoke.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/HollowCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/HollowCircle.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/MagicBurstParticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/MagicBurstParticle.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/Pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/Pixel.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/SmokeJet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/SmokeJet.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/SmokeParticle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/SmokeParticle.png -------------------------------------------------------------------------------- /Assets/Particles/ParticleTextures/Spark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ParticleTextures/Spark.png -------------------------------------------------------------------------------- /Assets/Particles/ReaverSpark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/ReaverSpark.cs -------------------------------------------------------------------------------- /Assets/Particles/SmokeJetParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/SmokeJetParticle.cs -------------------------------------------------------------------------------- /Assets/Particles/SmokeParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Particles/SmokeParticle.cs -------------------------------------------------------------------------------- /Assets/Sounds/BrotherDash.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/BrotherDash.wav -------------------------------------------------------------------------------- /Assets/Sounds/BrotherStagger.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/BrotherStagger.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/DeathBuildup.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/DeathBuildup.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/DistantMissileLaunch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/DistantMissileLaunch.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/EnergyKatanaUnsheathe.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/EnergyKatanaUnsheathe.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HadesElectrify.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HadesElectrify.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_GaussNuke1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_GaussNuke1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_GaussNuke2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_GaussNuke2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_LaserCannon1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_LaserCannon1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_LaserCannon2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_LaserCannon2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_PlasmaCannon1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_PlasmaCannon1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_PlasmaCannon2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_PlasmaCannon2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_PulseCannon1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_PulseCannon1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_PulseCannon2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_PulseCannon2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_TeslaCannon1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_TeslaCannon1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/HandSwap_TeslaCannon2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/HandSwap_TeslaCannon2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/IdleLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/IdleLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/Laugh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/Laugh.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/LiveNuclearReaction.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/LiveNuclearReaction.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/PlasmaJetLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/PlasmaJetLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/PulseCannonCharge.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/PulseCannonCharge.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/PulseCannonFire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/PulseCannonFire.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/Slash.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/Slash.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Ares/TeslaSphereLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Ares/TeslaSphereLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/ApolloLaserLoop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/ApolloLaserLoop.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/DeathAnimationCollision.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/DeathAnimationCollision.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/EngineLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/EngineLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/HolographicGlintTeleport.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/HolographicGlintTeleport.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/LaserGraze1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/LaserGraze1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/LaserGraze2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/LaserGraze2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/LensEject.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/LensEject.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/Phase2Transition.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/Phase2Transition.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/PlasmaMissileLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/PlasmaMissileLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/PortalWarp1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/PortalWarp1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/PortalWarp2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/PortalWarp2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/PortalWarpHeavy.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/PortalWarpHeavy.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/WarningBeep1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/WarningBeep1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/ExoTwins/WarningBeep2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/ExoTwins/WarningBeep2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/GeneralExoMechs/CodebreakerDrone.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/GeneralExoMechs/CodebreakerDrone.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/GeneralExoMechs/CodebreakerPulse.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/GeneralExoMechs/CodebreakerPulse.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/GeneralExoMechs/ExoMechSiren.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/GeneralExoMechs/ExoMechSiren.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/GeneralExoMechs/ExoTwinsIconHover.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/GeneralExoMechs/ExoTwinsIconHover.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/DashChargeUp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/DashChargeUp.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/DeathBuildup.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/DeathBuildup.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/DeathrayChargeUp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/DeathrayChargeUp.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/DeathrayFire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/DeathrayFire.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/GroundImpact.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/GroundImpact.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/IdleLoop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/IdleLoop.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/LaserChargeUp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/LaserChargeUp.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/MineExplode1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/MineExplode1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/MineExplode2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/MineExplode2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/MineExplode3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/MineExplode3.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/MineWarning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/MineWarning.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/SideLaserBurst.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/SideLaserBurst.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/SuperLaserBuildupSound.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/SuperLaserBuildupSound.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/Hades/SuperLaserFire.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/Hades/SuperLaserFire.ogg -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Death.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Death.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat1.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat2.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat3.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat4.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat5.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_EndOfBattle_FirstDefeat6.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Error.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Error.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_ExoMechChoiceResponse1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_ExoMechChoiceResponse1.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_ExoMechChoiceResponse2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_ExoMechChoiceResponse2.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection1.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection10.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection10_Plural.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection10_Plural.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection11.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection11.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection2_Undamaged.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection2_Undamaged.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection3.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection4.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection5.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection6.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection7.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection8.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_Interjection9.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue1.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue2.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue3.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue4.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_IntroductionMonologue5.wav -------------------------------------------------------------------------------- /Assets/Sounds/ExoMechs/VoiceActing/Drae_PlayerDeathAtAmusingTime.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/ExoMechs/VoiceActing/Drae_PlayerDeathAtAmusingTime.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/RockCrunch1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/RockCrunch1.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/RockCrunch2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/RockCrunch2.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/RockCrunch3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/RockCrunch3.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/RockCrunch4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/RockCrunch4.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/SpikeSound1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/SpikeSound1.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/SpikeSound2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/SpikeSound2.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/SpikeSound3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/SpikeSound3.wav -------------------------------------------------------------------------------- /Assets/Sounds/Perforators/SpikeSound4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/Perforators/SpikeSound4.wav -------------------------------------------------------------------------------- /Assets/Sounds/PermafrostAttack1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/PermafrostAttack1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/PermafrostAttack2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/PermafrostAttack2.ogg -------------------------------------------------------------------------------- /Assets/Sounds/PermafrostPhaseTransition.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/PermafrostPhaseTransition.ogg -------------------------------------------------------------------------------- /Assets/Sounds/PermafrostWindup1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/PermafrostWindup1.ogg -------------------------------------------------------------------------------- /Assets/Sounds/PermafrostWindup2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Sounds/PermafrostWindup2.ogg -------------------------------------------------------------------------------- /Assets/Textures/BinaryPoem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/BinaryPoem.png -------------------------------------------------------------------------------- /Assets/Textures/BubblyNoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/BubblyNoise.png -------------------------------------------------------------------------------- /Assets/Textures/CloudDensityMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/CloudDensityMap.png -------------------------------------------------------------------------------- /Assets/Textures/CrackedNoiseA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/CrackedNoiseA.png -------------------------------------------------------------------------------- /Assets/Textures/ElectricNoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/ElectricNoise.png -------------------------------------------------------------------------------- /Assets/Textures/FireParticleA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/FireParticleA.png -------------------------------------------------------------------------------- /Assets/Textures/FireParticleB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/FireParticleB.png -------------------------------------------------------------------------------- /Assets/Textures/PerlinNoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Textures/PerlinNoise.png -------------------------------------------------------------------------------- /Assets/Vignette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Assets/Vignette.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/AquaticScourge/ASEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/AquaticScourge/ASEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/AquaticScourge/ASGlobalProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/AquaticScourge/ASGlobalProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/AquaticScourge/AquaticSuck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/AquaticScourge/AquaticSuck.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/AquaticScourge/SuckedRock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/AquaticScourge/SuckedRock.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/AquaticScourge/Tooth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/AquaticScourge/Tooth.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/AquaticScourge/ToxicGas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/AquaticScourge/ToxicGas.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrainofCthulhu/EDeathBoC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrainofCthulhu/EDeathBoC.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrainofCthulhu/GoldenShowerShot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrainofCthulhu/GoldenShowerShot.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BEGlobalProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BEGlobalProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimBeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimBeam.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimlingEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimlingEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneArenaRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneArenaRenderer.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneBurnFireLayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneBurnFireLayer.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneBurnPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneBurnPlayer.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneDebris.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneDebris.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneDebris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneDebris.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneFireblast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneFireblast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstonePulse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstonePulse.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/BrimstoneElemental/BrimstoneTeleport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/BrimstoneElemental/BrimstoneTeleport.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/BrimstoneArtillery.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/BrimstoneArtillery.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/BrimstoneBall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/BrimstoneBall.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/BrimstoneFireball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/BrimstoneFireball.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/BrothersBossBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/BrothersBossBar.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/BrothersDashTrail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/BrothersDashTrail.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/BrothersEyeFlash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/BrothersEyeFlash.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/CalamitasBrothersEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/CalamitasBrothersEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/CalamitasCloneEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/CalamitasCloneEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/CalcloneFireBackground.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/CalcloneFireBackground.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/CalcloneGlobalProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/CalcloneGlobalProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/CalcloneWave.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/CalcloneWave.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/ChargedGigablast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/ChargedGigablast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/Fireblast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/Fireblast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/Gigablast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/Gigablast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/CalamitasClone/SoulSeekerEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/CalamitasClone/SoulSeekerEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/CrabulonEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/CrabulonEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/CrabulonJumpTelegraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/CrabulonJumpTelegraph.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/MushroomSpear.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/MushroomSpear.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/MushroomSpear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/MushroomSpear.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/MushroomSpear2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/MushroomSpear2.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/MushroomSpearStick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/MushroomSpearStick.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/ShroomGas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/ShroomGas.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/ShroomGas1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/ShroomGas1.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/ShroomGas2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/ShroomGas2.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Crabulon/ShroomGas3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Crabulon/ShroomGas3.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/ArcticPaw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/ArcticPaw.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/Blizzard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/Blizzard.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/CryogenEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/CryogenEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/CryogenRitual.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/CryogenRitual.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/CryogenShieldEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/CryogenShieldEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/DarkIceCrystal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/DarkIceCrystal.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/FrostFlare.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/FrostFlare.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/FrostShard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/FrostShard.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceArrow.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceChain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceChain.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceChain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceChain.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceCloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceCloud.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceShot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceShot.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceStar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceStar.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/IceTrident.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/IceTrident.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostBoss.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostBoss.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostBoss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostBoss.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostBoss_Head_Boss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostBoss_Head_Boss.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostHeldWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostHeldWeapon.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostRitual.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostRitual.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostRitual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostRitual.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cryogen/PermafrostSky.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cryogen/PermafrostSky.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Cultist/EDeathCultistClone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Cultist/EDeathCultistClone.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Deerclops/EDeathDeerclops.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Deerclops/EDeathDeerclops.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DesertScourge/DSEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DesertScourge/DSEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DesertScourge/NuisanceEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DesertScourge/NuisanceEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DesertScourge/SandChunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DesertScourge/SandChunk.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DesertScourge/SandChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DesertScourge/SandChunk.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DesertScourge/ScourgeSandstream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DesertScourge/ScourgeSandstream.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DesertScourge/SuckedSandBlast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DesertScourge/SuckedSandBlast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Destroyer/EDeathDestroyerBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Destroyer/EDeathDestroyerBody.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Destroyer/EDeathDestroyerHead.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Destroyer/EDeathDestroyerHead.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DoGBossRush/CVBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DoGBossRush/CVBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DoGBossRush/DoGBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DoGBossRush/DoGBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DoGBossRush/SignusBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DoGBossRush/SignusBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DoGBossRush/WeaverBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DoGBossRush/WeaverBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/DukeFishron/EDeathDuke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/DukeFishron/EDeathDuke.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/EaterofWorlds/EDeathEoWBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/EaterofWorlds/EDeathEoWBody.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/EmpressofLight/EDeathEoL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/EmpressofLight/EDeathEoL.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresBodyEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresBodyEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresEnergyKatana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresEnergyKatana.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresEnergyKatanaGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresEnergyKatanaGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresGlowmaskLightPreset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresGlowmaskLightPreset.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresHand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresHand.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresHandType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresHandType.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresPostProcessingSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresPostProcessingSystem.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresPulseCannon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresPulseCannon.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresPulseCannonGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresPulseCannonGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresRenderTargetSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresRenderTargetSystem.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/AresSkull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/AresSkull.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/Glowmasks/AresArmTopPart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/Glowmasks/AresArmTopPart2.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/Glowmasks/Body.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/Glowmasks/Body.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Ares/Glowmasks/BodyBloom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Ares/Glowmasks/BodyBloom.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/AresAIValues.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/AresAIValues.json -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/ApolloEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/ApolloEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/ArtemisEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/ArtemisEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/Forcefield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/Forcefield.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/IExoTwin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ArtemisAndApollo/IExoTwin.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/CargoPlaneModelTexture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/CargoPlaneModelTexture.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ComboAIValues.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ComboAIValues.json -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ComboAttacks/ExoMechComboHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ComboAttacks/ExoMechComboHandler.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ComboAttacks/Mayhem/ExoFlurry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ComboAttacks/Mayhem/ExoFlurry.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Draedon/Dialogue/DraedonDialogue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Draedon/Dialogue/DraedonDialogue.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Draedon/Dialogue/DraedonSubtitle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Draedon/Dialogue/DraedonSubtitle.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Draedon/DraedonEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Draedon/DraedonEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Draedon/Hologram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Draedon/Hologram.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ExoMechAIVariable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ExoMechAIVariable.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ExoMechBossBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ExoMechBossBar.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/ExoMechBossBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/ExoMechBossBar.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechFightState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechFightState.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechNPCIDs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechNPCIDs.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechState.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechStylePlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/FightManagers/ExoMechStylePlayer.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/HadesBodyEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/HadesBodyEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/HadesHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/HadesHead.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/HadesHeadEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/HadesHeadEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/HadesHeadGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/HadesHeadGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/HadesJawLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/HadesJawLeft.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/HadesJawRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/HadesJawRight.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/IHadesSegment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/IHadesSegment.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/Plates/HadesBody1Spine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/Plates/HadesBody1Spine.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Hades/Plates/HadesBody2Spine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Hades/Plates/HadesBody2Spine.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/HadesAIValues.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/HadesAIValues.json -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/IExoMech.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/IExoMech.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Packets/ExoMechComboAttackPacket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Packets/ExoMechComboAttackPacket.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Packets/ExoMechComboTimerPacket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Packets/ExoMechComboTimerPacket.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloLineTelegraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloLineTelegraph.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissile.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissile2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissile2.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissileGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloMissileGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloPlasmaFireball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ApolloPlasmaFireball.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/AresCoreLaserSmall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/AresCoreLaserSmall.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/AresMissile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/AresMissile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/AresMissile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/AresMissile.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/AresMissileGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/AresMissileGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/AresSwingingKatanas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/AresSwingingKatanas.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ArtemisLaserImproved.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ArtemisLaserImproved.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ArtemisLaserSmall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ArtemisLaserSmall.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/BlazingExoLaserbeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/BlazingExoLaserbeam.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/CannonLaserbeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/CannonLaserbeam.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/DraedonLootCrate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/DraedonLootCrate.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/DraedonLootCrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/DraedonLootCrate.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ExoOverloadDeathray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ExoOverloadDeathray.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/ExoelectricBlast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/ExoelectricBlast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNuke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNuke.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNuke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNuke.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNukeBoom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNukeBoom.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNukeGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/GaussNukeGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesExoEnergyOrb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesExoEnergyOrb.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesLaserBurst.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesLaserBurst.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesLineTelegraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesLineTelegraph.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMine.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMine.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMissile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMissile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMissile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMissile.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMissileGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesMissileGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HadesSuperLaserbeam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HadesSuperLaserbeam.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/HomingTeslaBurst.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/HomingTeslaBurst.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/IExoMechProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/IExoMechProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/LargeTeslaSphere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/LargeTeslaSphere.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/PlasmaFlameJet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/PlasmaFlameJet.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/PulseBlast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/PulseBlast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/SmallCannonLaser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/SmallCannonLaser.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/SmallCannonLaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/SmallCannonLaser.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/SmallTeslaArc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/SmallTeslaArc.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/SmallTeslaSphere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/SmallTeslaSphere.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Projectiles/SmallTeslaSphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Projectiles/SmallTeslaSphere.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/TwinsAIValues.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/TwinsAIValues.json -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ExoMechs/Variables.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ExoMechs/Variables.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/EyeOfCthulhu/EDeathEoC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/EyeOfCthulhu/EDeathEoC.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Golem/BouncingFireball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Golem/BouncingFireball.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Golem/EDeathGolem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Golem/EDeathGolem.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Golem/EDeathGolemHead.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Golem/EDeathGolemHead.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/BlobEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/BlobEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/BrainMassProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/BrainMassProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/BrainMassProjectile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/BrainMassProjectile.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/CursedLightning.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/CursedLightning.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/CurvingCursedFlames.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/CurvingCursedFlames.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/DankCreeperEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/DankCreeperEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/DarkHeartEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/DarkHeartEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/DevourerEternityHM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/DevourerEternityHM.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/GravityVileClot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/GravityVileClot.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/HMEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/HMEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/HiveMindGlobalProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/HiveMindGlobalProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/HiveMindPulse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/HiveMindPulse.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/HiveMindSky.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/HiveMindSky.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/MovingCorruptCloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/MovingCorruptCloud.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/ShadeLightningCloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/ShadeLightningCloud.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/VileClotDrop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/VileClotDrop.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/HiveMind/VileClotDrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/HiveMind/VileClotDrop.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/KingSlime/EDeathCrownJewel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/KingSlime/EDeathCrownJewel.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/KingSlime/EDeathKS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/KingSlime/EDeathKS.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/MoonLord/BigLight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/MoonLord/BigLight.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/MoonLord/DestructionBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/MoonLord/DestructionBolt.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/MoonLord/EDeathMLCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/MoonLord/EDeathMLCore.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/MoonLord/EDeathMLEye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/MoonLord/EDeathMLEye.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/MoonLord/StarofDestruction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/MoonLord/StarofDestruction.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/AquaticUrchinProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/AquaticUrchinProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/AquaticUrchinProjectile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/AquaticUrchinProjectile.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/ArsenalCrate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/ArsenalCrate.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/ArsenalCrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/ArsenalCrate.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/ArsenalCrateGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/ArsenalCrateGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/ExplosiveCrate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/ExplosiveCrate.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/ExplosiveCrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/ExplosiveCrate.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/ExplosiveCrateGlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/ExplosiveCrateGlow.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/FallingVomitGore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/FallingVomitGore.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/FallingVomitGore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/FallingVomitGore.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/FireParticleSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/FireParticleSystem.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/FuelSpark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/FuelSpark.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/LingeringAcidBubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/LingeringAcidBubble.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/LingeringAcidBubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/LingeringAcidBubble.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/NuclearHurricane.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/NuclearHurricane.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/NuclearVortex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/NuclearVortex.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/OldDukeEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/OldDukeEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/OldDukeFireParticleSystemManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/OldDukeFireParticleSystemManager.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/OldDukeSky.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/OldDukeSky.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/OldDukeSkyScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/OldDukeSkyScene.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/SulphurousSharkronEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/SulphurousSharkronEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/SwervingRadioactiveCinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/SwervingRadioactiveCinder.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TastyFuelContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TastyFuelContainer.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TastyFuelContainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TastyFuelContainer.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TastyFuelContainerAlt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TastyFuelContainerAlt.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TastyFuelContainerAltGlowmask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TastyFuelContainerAltGlowmask.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TastyFuelContainerGlowmask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TastyFuelContainerGlowmask.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TrasherProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TrasherProjectile.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/TrasherProjectile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/TrasherProjectile.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/VortexFormingAcidDroplet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/VortexFormingAcidDroplet.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/OldDuke/VortexFormingAcidDroplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/OldDuke/VortexFormingAcidDroplet.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/IchorShotFast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/IchorShotFast.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/LargePerforator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/LargePerforator.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/MediumPerforator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/MediumPerforator.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerfExplosion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerfExplosion.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorLeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorLeg.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorLegHitbox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorLegHitbox.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorRubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorRubble.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorRubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorRubble.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorSpike.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorSpike.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerforatorSpikeOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerforatorSpikeOld.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/PerfsEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/PerfsEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Perforators/SmallPerforator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Perforators/SmallPerforator.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Plantera/EDeathPlantera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Plantera/EDeathPlantera.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/ProvidenceBossRush/ProviBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/ProvidenceBossRush/ProviBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/QueenBee/EDeathQB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/QueenBee/EDeathQB.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/QueenSlime/EDeathQS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/QueenSlime/EDeathQS.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/QueenSlime/HallowedSlimeSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/QueenSlime/HallowedSlimeSpike.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Skeletron/EDeathSkeletron.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Skeletron/EDeathSkeletron.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SkeletronPrime/EDeathSprime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SkeletronPrime/EDeathSprime.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SkeletronPrime/HomingRocket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SkeletronPrime/HomingRocket.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/AcceleratingGlobs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/AcceleratingGlobs.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/CrimsonPaladinSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/CrimsonPaladinSpike.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/CrimsonPaladinSpike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/CrimsonPaladinSpike.png -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/SlamTelegraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/SlamTelegraph.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/SlimeGodCoreEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/SlimeGodCoreEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/SlimeGodsEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/SlimeGodsEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/SlimeGod/SlimeHomingGlobs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/SlimeGod/SlimeHomingGlobs.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Twins/EDeathRetinazer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Twins/EDeathRetinazer.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/Twins/EDeathSpazmatism.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/Twins/EDeathSpazmatism.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/WallofFlesh/EDeathWoFMouth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/WallofFlesh/EDeathWoFMouth.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/WallofFlesh/HomingSickle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/WallofFlesh/HomingSickle.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/YharonBossRush/FollyBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/YharonBossRush/FollyBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Bosses/YharonBossRush/YharonBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Bosses/YharonBossRush/YharonBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Buffs/CalamitousPresenceBuff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Buffs/CalamitousPresenceBuff.cs -------------------------------------------------------------------------------- /Content/Calamity/Buffs/CalamitousPresenceBuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Buffs/CalamitousPresenceBuff.png -------------------------------------------------------------------------------- /Content/Calamity/EnemyBehavior/CnidironEternity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/EnemyBehavior/CnidironEternity.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/BrandoftheBrimstoneWitch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/BrandoftheBrimstoneWitch.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/BrandoftheBrimstoneWitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/BrandoftheBrimstoneWitch.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/AerospecEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/AerospecEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/AerospecEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/AerospecEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/AstralEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/AstralEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/AstralEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/AstralEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/BrimflameEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/BrimflameEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/BrimflameEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/BrimflameEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/DaedalusEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/DaedalusEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/DaedalusEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/DaedalusEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/EmpyreanEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/EmpyreanEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/EmpyreanEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/EmpyreanEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/MarniteEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/MarniteEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/MarniteEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/MarniteEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/MolluskEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/MolluskEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/MolluskEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/MolluskEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/ReaverEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/ReaverEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/ReaverEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/ReaverEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/StatigelEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/StatigelEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/StatigelEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/StatigelEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/SulphurEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/SulphurEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/SulphurEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/SulphurEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/TitanHeartEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/TitanHeartEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/UmbraphileEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/UmbraphileEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/VictideEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/VictideEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/VictideEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/VictideEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/WulfrumEnchant.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/WulfrumEnchant.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Enchantments/WulfrumEnchant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Enchantments/WulfrumEnchant.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Essences/OutlawsEssence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Essences/OutlawsEssence.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Essences/OutlawsEssence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Essences/OutlawsEssence.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Forces/ElementsForce.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Forces/ElementsForce.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Forces/ElementsForce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Forces/ElementsForce.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Forces/GaleForce.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Forces/GaleForce.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Forces/GaleForce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Forces/GaleForce.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Souls/TyrantSoul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Souls/TyrantSoul.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Souls/VagabondsSoul.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Souls/VagabondsSoul.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Accessories/Souls/VagabondsSoul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Accessories/Souls/VagabondsSoul.png -------------------------------------------------------------------------------- /Content/Calamity/Items/LoreItems/DraedonPoem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/LoreItems/DraedonPoem.png -------------------------------------------------------------------------------- /Content/Calamity/Items/LoreItems/LoreDraedon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/LoreItems/LoreDraedon.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/LoreItems/LoreDraedon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/LoreItems/LoreDraedon.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/ABombInMyNation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/ABombInMyNation.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/AbandonedRemote.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/AbandonedRemote.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/AbandonedRemote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/AbandonedRemote.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/AstrumCor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/AstrumCor.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/AstrumCor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/AstrumCor.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/BirbPheromones.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/BirbPheromones.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/BlightedEye.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/BlightedEye.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/BloodyWorm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/BloodyWorm.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/ChunkyStardust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/ChunkyStardust.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/ClamPearl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/ClamPearl.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/ClamPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/ClamPearl.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/ColossalTentacle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/ColossalTentacle.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/ColossalTentacle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/ColossalTentacle.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/CryingKey.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/CryingKey.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/DeepseaProteinShake.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/DeepseaProteinShake.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/DeepseaProteinShake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/DeepseaProteinShake.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/DefiledCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/DefiledCore.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/DefiledShard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/DefiledShard.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/DragonEgg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/DragonEgg.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/EyeofExtinction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/EyeofExtinction.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/EyeofExtinction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/EyeofExtinction.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/FriedDoll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/FriedDoll.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/HiveTumor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/HiveTumor.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/LetterofKos.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/LetterofKos.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/LetterofKos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/LetterofKos.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/MaulerSkull.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/MaulerSkull.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/MaulerSkull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/MaulerSkull.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/MedallionoftheDesert.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/MedallionoftheDesert.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/MurkySludge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/MurkySludge.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/NoisyWhistle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/NoisyWhistle.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/NuclearChunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/NuclearChunk.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/NuclearChunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/NuclearChunk.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/OphiocordycipitaceaeSprout.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/OphiocordycipitaceaeSprout.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/PlaguedWalkieTalkie.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/PlaguedWalkieTalkie.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/PlaguedWalkieTalkie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/PlaguedWalkieTalkie.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/PolterplasmicBeacon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/PolterplasmicBeacon.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/PortableCodebreaker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/PortableCodebreaker.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/PortableCodebreaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/PortableCodebreaker.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/QuakeIdol.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/QuakeIdol.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/QuakeIdol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/QuakeIdol.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/RedStainedWormFood.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/RedStainedWormFood.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/RiftofKos.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/RiftofKos.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/RiftofKos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/RiftofKos.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/SeeFood.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/SeeFood.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/SirensPearl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/SirensPearl.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/SirensPearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/SirensPearl.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/SomeKindofSpaceWorm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/SomeKindofSpaceWorm.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/StormIdol.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/StormIdol.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/StormIdol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/StormIdol.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/SulphurBearTrap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/SulphurBearTrap.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/SulphurBearTrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/SulphurBearTrap.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/WormFoodofKos.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/WormFoodofKos.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/WormFoodofKos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/WormFoodofKos.png -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/WyrmTablet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/WyrmTablet.cs -------------------------------------------------------------------------------- /Content/Calamity/Items/Summons/WyrmTablet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Items/Summons/WyrmTablet.png -------------------------------------------------------------------------------- /Content/Calamity/NPCs/MutantBR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/NPCs/MutantBR.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/AstralTrailStar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/AstralTrailStar.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/BatMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/BatMode.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/BrimflameBurst.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/BrimflameBurst.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/ClamSlam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/ClamSlam.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/Cold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/Cold.png -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/DaedalusArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/DaedalusArrow.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/Electricity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/Electricity.png -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/EmpyreanStar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/EmpyreanStar.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/FathomAngler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/FathomAngler.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/GaleSpine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/GaleSpine.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/Heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/Heat.png -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/HydrothermicVentShot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/HydrothermicVentShot.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/MarniteDagger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/MarniteDagger.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/PlagueCloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/PlagueCloud.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/Sickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/Sickness.png -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/SulphurBubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/SulphurBubble.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/SulphurCloud.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/SulphurCloud.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/SulphurParticulate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/SulphurParticulate.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/VictideSpike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/VictideSpike.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/Water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/Water.png -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/WulfrumScanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/WulfrumScanner.cs -------------------------------------------------------------------------------- /Content/Calamity/Projectiles/WulfrumScanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Projectiles/WulfrumScanner.png -------------------------------------------------------------------------------- /Content/Calamity/Toggles/CalamityEffects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Toggles/CalamityEffects.cs -------------------------------------------------------------------------------- /Content/Calamity/Toggles/CalamityHeaders.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Calamity/Toggles/CalamityHeaders.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Abominationn/AbomMauler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Abominationn/AbomMauler.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Abominationn/AbominationnDLC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Abominationn/AbominationnDLC.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/DLCMutantFishronRitual.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/DLCMutantFishronRitual.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/DLCMutantSpearDash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/DLCMutantSpearDash.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/DLCMutantSpearSpin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/DLCMutantSpearSpin.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantAresBomb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantAresBomb.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantAresBomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantAresBomb.png -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantAresNuke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantAresNuke.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantAtlantis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantAtlantis.png -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantAureusSpawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantAureusSpawn.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantDLC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantDLC.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantDoGBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantDoGBody.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantDoGHead.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantDoGHead.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantDoGTail.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantDoGTail.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantFrostMist.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantFrostMist.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantHolyRay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantHolyRay.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantOldDuke.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantOldDuke.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantPBG.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantPBG.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantPolter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantPolter.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantSCal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantSCal.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantSlimeGod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantSlimeGod.cs -------------------------------------------------------------------------------- /Content/Common/Bosses/Mutant/MutantYharonVortex.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Bosses/Mutant/MutantYharonVortex.cs -------------------------------------------------------------------------------- /Content/Common/ModSwapperUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/ModSwapperUI.cs -------------------------------------------------------------------------------- /Content/Common/Projectiles/DLCBloomLine.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Projectiles/DLCBloomLine.cs -------------------------------------------------------------------------------- /Content/Common/Sky/MutantDLCSky.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Content/Common/Sky/MutantDLCSky.cs -------------------------------------------------------------------------------- /Core/Calamity/BossRushMusicChange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/BossRushMusicChange.cs -------------------------------------------------------------------------------- /Core/Calamity/CalDLCConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/CalDLCConfig.cs -------------------------------------------------------------------------------- /Core/Calamity/CalDLCSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/CalDLCSets.cs -------------------------------------------------------------------------------- /Core/Calamity/CalDLCUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/CalDLCUtils.cs -------------------------------------------------------------------------------- /Core/Calamity/EternityDeathDifficulty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/EternityDeathDifficulty.cs -------------------------------------------------------------------------------- /Core/Calamity/EternityRevDifficulty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/EternityRevDifficulty.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCAddonGlobalItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCAddonGlobalItem.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCAddonGlobalNPC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCAddonGlobalNPC.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCAddonGlobalProjectile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCAddonGlobalProjectile.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCBuffChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCBuffChanges.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCEmodeBehavior.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCEmodeBehavior.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCEmodeBehaviorManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCEmodeBehaviorManager.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCEmodeExtraGlobalNPC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCEmodeExtraGlobalNPC.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCItemBalance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCItemBalance.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCItemChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCItemChanges.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCNPCChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCNPCChanges.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCProjectileChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCProjectileChanges.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCRecipeChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCRecipeChanges.cs -------------------------------------------------------------------------------- /Core/Calamity/Globals/CalDLCTileChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Globals/CalDLCTileChanges.cs -------------------------------------------------------------------------------- /Core/Calamity/ItemDropRules/CalDLCConditions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/ItemDropRules/CalDLCConditions.cs -------------------------------------------------------------------------------- /Core/Calamity/ModPlayers/CalDLCAddonPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/ModPlayers/CalDLCAddonPlayer.cs -------------------------------------------------------------------------------- /Core/Calamity/ModPlayers/CalDLCPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/ModPlayers/CalDLCPlayer.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/CalDLCAddonDetours.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/CalDLCAddonDetours.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/CalDLCCompatibilityMisc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/CalDLCCompatibilityMisc.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/CalDLCDetours.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/CalDLCDetours.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/CalDLCFountainDetours.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/CalDLCFountainDetours.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/CalDLCWorldSavingSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/CalDLCWorldSavingSystem.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/CalDLCWorldUpdatingSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/CalDLCWorldUpdatingSystem.cs -------------------------------------------------------------------------------- /Core/Calamity/Systems/DifficultyPackets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Calamity/Systems/DifficultyPackets.cs -------------------------------------------------------------------------------- /Core/Common/BaseClasses/Worm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/BaseClasses/Worm.cs -------------------------------------------------------------------------------- /Core/Common/DLCLists.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/DLCLists.cs -------------------------------------------------------------------------------- /Core/Common/DLCSets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/DLCSets.cs -------------------------------------------------------------------------------- /Core/Common/DLCUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/DLCUtils.cs -------------------------------------------------------------------------------- /Core/Common/DataStructures/DifficultyValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/DataStructures/DifficultyValue.cs -------------------------------------------------------------------------------- /Core/Common/Globals/DevianttGlobalNPC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Globals/DevianttGlobalNPC.cs -------------------------------------------------------------------------------- /Core/Common/Graphics/FastParticleSystems/FastParticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Graphics/FastParticleSystems/FastParticle.cs -------------------------------------------------------------------------------- /Core/Common/Graphics/FastParticleSystems/FastParticleSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Graphics/FastParticleSystems/FastParticleSystem.cs -------------------------------------------------------------------------------- /Core/Common/Graphics/Meshes/MeshRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Graphics/Meshes/MeshRegistry.cs -------------------------------------------------------------------------------- /Core/Common/Graphics/Meshes/VertexPositionColorNormalTexture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Graphics/Meshes/VertexPositionColorNormalTexture.cs -------------------------------------------------------------------------------- /Core/Common/Graphics/RenderTargets/InstancedRequestableTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Graphics/RenderTargets/InstancedRequestableTarget.cs -------------------------------------------------------------------------------- /Core/Common/Graphics/RenderTargets/InstancedTargetData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/Graphics/RenderTargets/InstancedTargetData.cs -------------------------------------------------------------------------------- /Core/Common/InverseKinematics/AngleDifferenceConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/InverseKinematics/AngleDifferenceConstraint.cs -------------------------------------------------------------------------------- /Core/Common/InverseKinematics/FixedAngleDifferenceConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/InverseKinematics/FixedAngleDifferenceConstraint.cs -------------------------------------------------------------------------------- /Core/Common/InverseKinematics/IJointConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/InverseKinematics/IJointConstraint.cs -------------------------------------------------------------------------------- /Core/Common/InverseKinematics/Joint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/InverseKinematics/Joint.cs -------------------------------------------------------------------------------- /Core/Common/InverseKinematics/KinematicChain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/InverseKinematics/KinematicChain.cs -------------------------------------------------------------------------------- /Core/Common/InverseKinematics/UpwardOnlyConstraint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Common/InverseKinematics/UpwardOnlyConstraint.cs -------------------------------------------------------------------------------- /Core/Data/LocalDataManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Data/LocalDataManager.cs -------------------------------------------------------------------------------- /Core/Data/WatchedData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/Data/WatchedData.cs -------------------------------------------------------------------------------- /Core/ModCompatibility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Core/ModCompatibility.cs -------------------------------------------------------------------------------- /FargowiltasCrossmod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/FargowiltasCrossmod.cs -------------------------------------------------------------------------------- /FargowiltasCrossmod.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/FargowiltasCrossmod.csproj -------------------------------------------------------------------------------- /FargowiltasCrossmod.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/FargowiltasCrossmod.sln -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/LICENSE -------------------------------------------------------------------------------- /Libraries/CalamityMod.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Libraries/CalamityMod.dll -------------------------------------------------------------------------------- /Libraries/Fargowiltas.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Libraries/Fargowiltas.dll -------------------------------------------------------------------------------- /Libraries/FargowiltasSouls.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Libraries/FargowiltasSouls.dll -------------------------------------------------------------------------------- /Libraries/Luminance.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Libraries/Luminance.dll -------------------------------------------------------------------------------- /Libraries/ThoriumMod.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Libraries/ThoriumMod.dll -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.ActiveSkills.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.ActiveSkills.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.Conditions.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.Conditions.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.EModeBalance.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.EModeBalance.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.Items.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.Items.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.NPCs.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.NPCs.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.Projectiles.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.Projectiles.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.Toggler.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.Toggler.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.WizardEffect.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.WizardEffect.hjson -------------------------------------------------------------------------------- /Localization/en-US/Mods.FargowiltasCrossmod.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/en-US/Mods.FargowiltasCrossmod.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.ActiveSkills.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.ActiveSkills.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.Conditions.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.Conditions.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.EModeBalance.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.EModeBalance.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.Items.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.Items.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.NPCs.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.NPCs.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.Projectiles.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.Projectiles.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.Toggler.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.Toggler.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.WizardEffect.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.WizardEffect.hjson -------------------------------------------------------------------------------- /Localization/ru-RU/Mods.FargowiltasCrossmod.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Localization/ru-RU/Mods.FargowiltasCrossmod.hjson -------------------------------------------------------------------------------- /Properties/launchSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/Properties/launchSettings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/README.md -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/changelog.txt -------------------------------------------------------------------------------- /description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/description.txt -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/icon.png -------------------------------------------------------------------------------- /icon_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fargo-Team/FargosSoulsDLC/HEAD/icon_workshop.png --------------------------------------------------------------------------------