├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── Achievements ├── ExamlpeAchievement.cs ├── Template.png └── TestAllAchievements.png ├── Banners ├── AbandonedStumpBanner.png ├── AbysswalkerBanner.png ├── AncientDemonOfTheAbyssBanner.png ├── ArchdeaconBanner.png ├── ArmoredWraithBanner.png ├── AssassinBanner.png ├── AttraidiesIllusionBanner.png ├── AttraidiesManifestationBanner.png ├── BarrowWightBanner.png ├── BarrowWightNemesisBanner.png ├── BarrowWightPhantomBanner.png ├── BasiliskHunterBanner.png ├── BasiliskShifterBanner.png ├── BasiliskWalkerBanner.png ├── BlackKnightBanner.png ├── ClericOfSorrowBanner.png ├── CloudBatBanner.png ├── CorruptedElementalBanner.png ├── CorruptedHornetBanner.png ├── CosmicCrystalLizardBanner.png ├── CrazedDemonSpiritBanner.png ├── CrystalKnightBanner.png ├── DarkBloodKnightBanner.png ├── DarkKnightBanner.png ├── DemonSpiritBanner.png ├── DiscipleOfAttraidiesBanner.png ├── DungeonMageBanner.png ├── DunlendingBanner.png ├── DworcFleshhunterBanner.png ├── DworcVenomsniperBanner.png ├── DworcVoodooShamanBanner.png ├── DworcVoodoomasterBanner.png ├── EnemyBanner.cs ├── EnemyBannerTile.png ├── EnemyBannerTileOldPlaceholder.png ├── EnemyBannerTilePlaceholder.png ├── FallenNecromancerBanner.png ├── FireLurkerBanner.png ├── FirebombHollowBanner.png ├── GhostOfTheDarkmoonKnightBanner.png ├── GhostOfTheForgottenKnightBanner.png ├── GhostOfTheForgottenWarriorBanner.png ├── GreatRedKnightBanner.png ├── GuardianCorruptorBanner.png ├── HollowSoldierBanner.png ├── HollowWarriorBanner.png ├── HumanityPhantomBanner.png ├── HydrisElementalBanner.png ├── HydrisNecromancerBanner.png ├── IceSkeletonBanner.png ├── JungleSentreeBanner.png ├── JungleWyvernJuvenileBanner.png ├── LivingGlowshroomBanner.png ├── LivingShroomBanner.png ├── LivingShroomThiefBanner.png ├── LothricBlackKnightBanner.png ├── LothricKnightBanner.png ├── LothricSpearKnightBanner.png ├── ManHunterBanner.png ├── ManOfWarBanner.png ├── MarilithSpiritTwinBanner.png ├── MindflayerIllusionBanner.png ├── MindflayerKingServantBanner.png ├── MindflayerServantBanner.png ├── MutantToadBanner.png ├── NecromancerBanner.png ├── ObsidianJellyfishBanner.png ├── Old-placeholder.png ├── OldSprites │ └── AncientDemonBanner.png ├── OolacileDemonBanner.png ├── OolacileKnightBanner.png ├── OolacileSorcererBanner.png ├── ParaspriteBanner.png ├── ParasyticWormBanner.png ├── QuaraHydromancerBanner.png ├── RedCloudHunterBanner.png ├── RedKnightBanner.png ├── ResentfulSeedlingBanner.png ├── RingedKnightBanner.png ├── SerpentOfTheAbyssBanner.png ├── ShadowMageBanner.png ├── SlograIIBanner.png ├── SnowOwlBanner.png ├── StoneGolemBanner.png ├── TaurusKnightBanner.png ├── TetsujinBanner.png ├── TibianAmazonBanner.png ├── TibianValkyrieBanner.png ├── TonberryBanner.png ├── UndeadCasterBanner.png ├── UsefulResource_Tiles_91.png ├── VampireBatBanner.png ├── WarlockBanner.png ├── WaterSpiritBanner.png └── placeholder.png ├── Buffs ├── AbyssWeaponEnchantement.cs ├── AbyssWeaponImbue.cs ├── AbyssWeaponImbue.png ├── Accessories │ ├── BarrierCooldown.cs │ ├── BarrierCooldown.png │ ├── PhoenixRebirthBuff.cs │ ├── PhoenixRebirthBuff.png │ ├── PhoenixRebirthCooldown.cs │ ├── PhoenixRebirthCooldown.png │ ├── TrinityBuff.cs │ └── TrinityBuff.png ├── Armor │ ├── NecromanticSerpentBuff.cs │ ├── ShunpoBlink.cs │ ├── ShunpoBlink.png │ ├── ShunpoBlinkCooldown.cs │ ├── ShunpoBlinkCooldown.png │ ├── WitchkingScreamCooldown.cs │ └── WitchkingScreamCooldown.png ├── ArmorDrug.cs ├── ArmorDrug.png ├── Battlefront.cs ├── Battlefront.png ├── BiohazardDrain.cs ├── BoltChainImmunity.cs ├── BoltChainImmunity.png ├── Bonfire.cs ├── Bonfire.png ├── Boost.cs ├── Boost.png ├── BossZenBuff.cs ├── BossZenBuff.png ├── CrescentMoonlight.cs ├── CrimsonBurn.cs ├── CrimsonDrain.cs ├── CrimsonDrain.png ├── CrystalMagicWeapon.cs ├── CrystalMagicWeapon.png ├── Curse.cs ├── Curse.png ├── Debuffs │ ├── AbyssInferno.cs │ ├── AbyssInferno.png │ ├── BrokenSpirit.cs │ ├── BrokenSpirit.png │ ├── CooldownDebuff.cs │ ├── CowardsAffliction.cs │ ├── CowardsAffliction.png │ ├── Crippled.cs │ ├── Crippled.png │ ├── CurseBuildup.cs │ ├── CurseBuildup.png │ ├── DarkInferno.cs │ ├── DarkInferno.png │ ├── DefenseCrush.cs │ ├── DefenseCrush.png │ ├── FracturingArmor.cs │ ├── FracturingArmor.png │ ├── Frostbite.cs │ ├── Frostbite.png │ ├── Gilled.cs │ ├── Gilled.png │ ├── GrappleMalfunction.cs │ ├── GrappleMalfunction.png │ ├── HealingElixirCooldown.cs │ ├── HealingElixirCooldown.png │ ├── Hold.cs │ ├── Hold.png │ ├── Hollowed.cs │ ├── Ignited.cs │ ├── Ignited.png │ ├── InCombat.cs │ ├── InCombat.png │ ├── MagicImbueCooldown.cs │ ├── MagicImbueCooldown.png │ ├── MorgulPoisoning.cs │ ├── MorgulPoisoning.png │ ├── MythrilRamDebuff.cs │ ├── MythrilRamDebuff.png │ ├── PowerfulCurseBuildup.cs │ ├── PowerfulCurseBuildup.png │ ├── RejuvenationCooldown.cs │ ├── RejuvenationCooldown.png │ ├── ShieldCooldown.cs │ ├── ShieldCooldown.png │ ├── SlowedLifeRegen.cs │ ├── SlowedLifeRegen.png │ ├── Stiff.cs │ ├── Stiff.png │ ├── TornWings.cs │ ├── TornWings.png │ ├── WeightOfShadow.cs │ ├── WeightOfShadow.png │ ├── WitchkingCurse.cs │ ├── WitchkingCurse.png │ ├── WitchkingsGrasp.cs │ └── WitchkingsGrasp.png ├── DemonDrug.cs ├── DemonDrug.png ├── DispelShadow.cs ├── Dissolving.cs ├── EarthAlignment.cs ├── EarthAlignment.png ├── ElectrocutedBuff.cs ├── ElectrocutedBuff2.cs ├── ElixirCooldown.cs ├── ElixirCooldown.png ├── EmptyBuff.png ├── EmptyBuff_DarkBlue.png ├── EmptyBuff_DarkRed.png ├── EmptyBuff_Grey.png ├── EmptyBuff_Honey.png ├── EmptyBuff_NephEdition.png ├── EmptyDebuff.png ├── FadingShadow.cs ├── FadingShadow.png ├── FasterThanSight.cs ├── FasterThanSight.png ├── Flasks.cs ├── GravityAlignment.cs ├── GravityAlignment.png ├── GravityField.cs ├── GravityField.png ├── GreatBarrierCooldown.png ├── GreatMagicBarrier.cs ├── GreatMagicBarrier.png ├── GreatMagicShield.cs ├── GreatMagicShield.png ├── GreatMagicWeapon.cs ├── GreatMagicWeapon.png ├── GreenBlossom.cs ├── GreenBlossom.png ├── Invincible.cs ├── Invincible.png ├── LifegemHealing.cs ├── LifegemHealing.png ├── Loading.cs ├── Loading.png ├── MagicBarrier.cs ├── MagicBarrier.png ├── MagicPlating.cs ├── MagicPlating.png ├── MagicShield.cs ├── MagicShield.png ├── MagicWeapon.cs ├── MagicWeapon.png ├── MarilithHold.cs ├── MarilithHold.png ├── MarilithWind.cs ├── MarilithWind.png ├── Miakoda.cs ├── Miakoda.png ├── MiakodaCrescent.cs ├── MiakodaCrescent.png ├── MiakodaFull.cs ├── MiakodaFull.png ├── MiakodaNew.cs ├── MiakodaNew.png ├── PhazonContamination.cs ├── PhazonContamination.png ├── PolarisElectrecutedBuff.cs ├── PowerWithin.cs ├── PowerWithin.png ├── PowerfulCurse.cs ├── PowerfulCurse.png ├── Protect.cs ├── Protect.png ├── RTQ2.cs ├── RTQ2.png ├── RadiantLifegemHealing.cs ├── RadiantLifegemHealing.png ├── Rejuvenation.cs ├── Rejuvenation.png ├── Runeterra │ ├── Magic │ │ ├── Charmed.cs │ │ ├── Charmed.png │ │ ├── Heatstroke.cs │ │ ├── Heatstroke.png │ │ ├── LudensTempestCooldown.cs │ │ ├── LudensTempestCooldown.png │ │ ├── OrbOfFlameFireballCooldown.cs │ │ ├── OrbOfFlameFireballCooldown.png │ │ ├── OrbOfSpiritualityCharmCooldown.cs │ │ ├── OrbOfSpiritualityCharmCooldown.png │ │ ├── OrbOfSpiritualityDash.cs │ │ ├── OrbOfSpiritualityDash.png │ │ ├── OrbOfSpiritualityDashCooldown.cs │ │ └── OrbOfSpiritualityDashCooldown.png │ ├── Melee │ │ ├── LethalTempo.cs │ │ ├── LethalTempo.png │ │ ├── LethalTempoSheet.png │ │ ├── NightbringerDash.cs │ │ ├── NightbringerDash.png │ │ ├── NightbringerDashCooldown.cs │ │ ├── NightbringerDashCooldown.png │ │ ├── NightbringerFirewallCooldown.cs │ │ ├── NightbringerFirewallCooldown.png │ │ ├── NightbringerThrustCooldown.cs │ │ ├── NightbringerThrustCooldown.png │ │ ├── PlasmaWhirlwindDash.cs │ │ ├── PlasmaWhirlwindDash.png │ │ ├── PlasmaWhirlwindDashCooldown.cs │ │ ├── PlasmaWhirlwindDashCooldown.png │ │ ├── PlasmaWhirlwindThrustCooldown.cs │ │ ├── PlasmaWhirlwindThrustCooldown.png │ │ ├── SteelTempestThrustCooldown.cs │ │ ├── SteelTempestThrustCooldown.png │ │ ├── SteraksGageCooldown.cs │ │ ├── SteraksGageCooldown.png │ │ ├── WorldEnderCooldown.cs │ │ ├── WorldEnderCooldown.png │ │ ├── WorldEnderTimer.cs │ │ └── WorldEnderTimer.png │ ├── Ranged │ │ ├── AlienBlindingLaserCooldown.cs │ │ ├── AlienBlindingLaserCooldown.png │ │ ├── ElectrifiedDebuff.cs │ │ ├── ElectrifiedDebuff.png │ │ ├── IrradiatedByShroomDebuff.cs │ │ ├── IrradiatedByShroomDebuff.png │ │ ├── IrradiatedDebuff.cs │ │ ├── IrradiatedDebuff.png │ │ ├── NuclearMushroomCooldown.cs │ │ ├── NuclearMushroomCooldown.png │ │ ├── RadioactiveBlindingLaserCooldown.cs │ │ ├── RadioactiveBlindingLaserCooldown.png │ │ ├── ScoutsBoost.cs │ │ ├── ScoutsBoost.png │ │ ├── ScoutsBoost2.cs │ │ ├── ScoutsBoost2.png │ │ ├── ScoutsBoost2Cooldown.cs │ │ ├── ScoutsBoost2Cooldown.png │ │ ├── ScoutsBoost2CooldownOmega.cs │ │ ├── ScoutsBoost2CooldownOmega.png │ │ ├── ScoutsBoost2Omega.cs │ │ ├── ScoutsBoost2Omega.png │ │ ├── ScoutsBoostCooldown.cs │ │ ├── ScoutsBoostCooldown.png │ │ ├── ScoutsBoostCooldownOmega.cs │ │ ├── ScoutsBoostCooldownOmega.png │ │ ├── VenomDebuff.cs │ │ └── VenomDebuff.png │ └── Summon │ │ ├── AwestruckDebuff.cs │ │ ├── AwestruckDebuff.png │ │ ├── CenterOfTheHeat.cs │ │ ├── CenterOfTheHeat.png │ │ ├── CenterOfTheUniverseBuff.cs │ │ ├── CenterOfTheUniverseBuff.png │ │ ├── Conqueror.cs │ │ ├── Conqueror.png │ │ ├── ConquerorSheet.png │ │ ├── GoredrinkerCooldown.cs │ │ ├── GoredrinkerCooldown.png │ │ ├── InterstellarCommander.cs │ │ ├── InterstellarCommander.png │ │ ├── InterstellarCommanderOld.png │ │ ├── ScorchingDebuff.cs │ │ ├── ScorchingDebuff.png │ │ ├── ScorchingMarkVisual.png │ │ ├── ShockedDebuff.cs │ │ ├── ShockedDebuff.png │ │ ├── ShockedMarkVisual.png │ │ ├── SunburnDebuff.cs │ │ ├── SunburnDebuff.png │ │ └── SunburntMarkVisual.png ├── Shockwave.cs ├── Shockwave.png ├── SoulSiphon.cs ├── SoulSiphon.png ├── Soulstruck.cs ├── StarlightShardRestoration.cs ├── StarlightShardRestoration.png ├── StoryTime.cs ├── StoryTime.png ├── Strength.cs ├── Strength.png ├── ThermalRise.cs ├── ThermalRise.png ├── ViruCatDrain.cs ├── Weapons │ ├── LionheartMark.cs │ ├── LionheartMark.png │ ├── LionheartMarkVisual.png │ ├── Melee │ │ ├── LaevateinnInvincible.cs │ │ ├── LaevateinnInvincible.png │ │ ├── LaevateinnInvincibleCooldown.cs │ │ ├── LaevateinnInvincibleCooldown.png │ │ ├── LionheartMarkVisual.png │ │ ├── PilgrimSpontoonBuff.cs │ │ ├── PilgrimSpontoonBuff.png │ │ ├── PilgrimSpontoonCooldown.cs │ │ ├── PilgrimSpontoonCooldown.png │ │ ├── SickleSlashes.cs │ │ └── SickleSlashes.png │ └── Summon │ │ ├── CCShock.cs │ │ ├── CCShock.png │ │ ├── CrystalShield.cs │ │ ├── CrystalShield.png │ │ ├── DragoonLashBuff.cs │ │ ├── DragoonLashBuff.png │ │ ├── EtherianWyvernBuff.cs │ │ ├── EtherianWyvernBuff.png │ │ ├── ForgottenImpBuff.cs │ │ ├── ForgottenImpBuff.png │ │ ├── Hemorrhage.cs │ │ ├── Hemorrhage.png │ │ ├── NightsCrackerBuff.cs │ │ ├── NightsCrackerBuff.png │ │ ├── NondescriptOwlBuff.cs │ │ ├── NondescriptOwlBuff.png │ │ ├── NullSpriteBuff.cs │ │ ├── NullSpriteBuff.png │ │ ├── PhoenixBuff.cs │ │ ├── PhoenixBuff.png │ │ ├── PhotonicDownpourBuff.cs │ │ ├── PhotonicDownpourBuff.png │ │ ├── PolarisLeashBuff.cs │ │ ├── PolarisLeashBuff.png │ │ ├── SamuraiBeetleBuff.cs │ │ ├── SamuraiBeetleBuff.png │ │ ├── ShatteredReflectionBuff.cs │ │ ├── ShatteredReflectionBuff.png │ │ ├── SpiritAshKnightBuff.cs │ │ ├── SpiritAshKnightBuff.png │ │ ├── SunsetQuasarBuff.cs │ │ ├── SunsetQuasarBuff.png │ │ ├── TerraFallBuff.cs │ │ ├── TerraFallBuff.png │ │ ├── TerrorbeakBuff.cs │ │ ├── TerrorbeakBuff.png │ │ ├── TetsujinBuff.cs │ │ ├── TetsujinBuff.png │ │ ├── TripleThreatBuff.cs │ │ ├── TripleThreatBuff.png │ │ └── WhipDebuffs │ │ ├── CoolWhipDebuff.cs │ │ ├── CoolWhipDebuff.png │ │ ├── CrystalNunchakuDebuff.cs │ │ ├── CrystalNunchakuDebuff.png │ │ ├── DarkHarvestDebuff.cs │ │ ├── DarkHarvestDebuff.png │ │ ├── DetonationSignalBuff.cs │ │ ├── DetonationSignalBuff.png │ │ ├── DetonationSignalDebuff.cs │ │ ├── DetonationSignalDebuff.png │ │ ├── DominatrixDebuff.cs │ │ ├── DominatrixDebuff.png │ │ ├── DragoonLashDebuff.cs │ │ ├── DragoonLashDebuff.png │ │ ├── DurendalDebuff.cs │ │ ├── DurendalDebuff.png │ │ ├── EnchantedWhipDebuff.cs │ │ ├── EnchantedWhipDebuff.png │ │ ├── FirecrackerDebuff.cs │ │ ├── FirecrackerDebuff.png │ │ ├── Insanity.cs │ │ ├── Insanity.png │ │ ├── KaleidoscopeDebuff.cs │ │ ├── KaleidoscopeDebuff.png │ │ ├── LeatherWhipDebuff.cs │ │ ├── LeatherWhipDebuff.png │ │ ├── MorningStarDebuff.cs │ │ ├── MorningStarDebuff.png │ │ ├── NightsCrackerDebuff.cs │ │ ├── NightsCrackerDebuff.png │ │ ├── PolarisLeashDebuff.cs │ │ ├── PolarisLeashDebuff.png │ │ ├── PyromethaneDebuff.cs │ │ ├── PyromethaneDebuff.png │ │ ├── PyrosulfateDebuff.cs │ │ ├── PyrosulfateDebuff.png │ │ ├── RustedChainDebuff.cs │ │ ├── RustedChainDebuff.png │ │ ├── SearingLashDebuff.cs │ │ ├── SearingLashDebuff.png │ │ ├── SnapthornDebuff.cs │ │ ├── SnapthornDebuff.png │ │ ├── SpinalTapDebuff.cs │ │ ├── SpinalTapDebuff.png │ │ ├── TerraFallDebuff.cs │ │ ├── TerraFallDebuff.png │ │ ├── TerraFallShardDebuff.cs │ │ ├── TerraFallShardDebuff.png │ │ ├── UrumiDebuff.cs │ │ ├── UrumiDebuff.png │ │ ├── WitchkingMaceDebuff.cs │ │ └── WitchkingMaceDebuff.png ├── toxiccatdrain.cs └── tsorcGlobalBuff.cs ├── CONTRIBUTING.md ├── CREDITS.txt ├── DarkSoulCustomCurrency.cs ├── Effects ├── AttraidiesAura.fx ├── AttraidiesAura.xnb ├── AttraidiesDeath.fx ├── AttraidiesDeath.xnb ├── AttraidiesIntro.fx ├── AttraidiesIntro.xnb ├── AttraidiesInverseAura.fx ├── AttraidiesInverseAura.xnb ├── AttraidiesShield.fx ├── AttraidiesShield.xnb ├── BlackFireball.fx ├── BlackFireball.xnb ├── BlurEffect.fx ├── BlurEffect.xnb ├── CatAura.fx ├── CatAura.xnb ├── CatFinalStandAttack.fx ├── CatFinalStandAttack.xnb ├── CataluminanceFinalStand.fx ├── CataluminanceFinalStand.xnb ├── CataluminanceTrail.fx ├── CataluminanceTrail.xnb ├── CursedFireball.fx ├── CursedFireball.xnb ├── CursedMalestrom.fx ├── CursedMalestrom.xnb ├── CursedTormentor.fx ├── CursedTormentor.xnb ├── DeathLaser.fx ├── DeathLaser.xnb ├── DragonBreath.fx ├── DragonBreath.xnb ├── DrawSprite.fx ├── DrawSprite.xnb ├── FireBlastxnb.fx ├── FireBlastxnb.xnb ├── FireWallShader.fx ├── FireWallShader.xnb ├── FireWaveShader.fx ├── FireWaveShader.xnb ├── FizzyRing.fx ├── FizzyRing.xnb ├── FuriousEnergy.fx ├── FuriousEnergy.xnb ├── GenericLaser.fx ├── GenericLaser.xnb ├── HomingStarShader.fx ├── HomingStarShader.xnb ├── HunterEffect.fx ├── HunterEffect.xnb ├── IchorMissileExhaust.fx ├── IchorMissileExhaust.xnb ├── IchorTrackerShader.fx ├── IchorTrackerShader.xnb ├── IncineratingGaze.fx ├── IncineratingGaze.xnb ├── IncineratingGazeTargeting.fx ├── IncineratingGazeTargeting.xnb ├── InterstellarVessel.fx ├── InterstellarVessel.xnb ├── LaserShader.fx ├── LaserShader.xnb ├── LightBeam.fx ├── LightBeam.xnb ├── LightningLine.fx ├── LightningLine.xnb ├── LightningShader.fx ├── LightningShader.xnb ├── MarilithFireAura.fx ├── MarilithFireAura.xnb ├── MarilithIntro.fx ├── MarilithIntro.xnb ├── MoltenWeld.fx ├── MoltenWeld.xnb ├── NoxiousBreath.fx ├── NoxiousBreath.xnb ├── PilgrimArcaneBall.fx ├── PilgrimArcaneBall.xnb ├── PoisonWave.fx ├── PoisonWave.xnb ├── PrimeShield.fx ├── PrimeShield.xnb ├── RadiantStrand.fx ├── RadiantStrand.xnb ├── RageEffect.fx ├── RageEffect.xnb ├── RealityCrackPreRender.fx ├── RealityCrackPreRender.xnb ├── RedLightningLine.fx ├── RedLightningLine.xnb ├── RetAura.fx ├── RetAura.xnb ├── ScreenFilters │ ├── AbyssPortal.fx │ ├── AbyssPortal.xnb │ ├── AbyssPortalNearbyShader.fx │ ├── AbyssPortalNearbyShader.xnb │ ├── AttraidiesShader.fx │ ├── AttraidiesShader.xnb │ ├── HeatWave.fx │ ├── HeatWave.xnb │ ├── Meltwater.fx │ ├── Meltwater.xnb │ ├── RealityCrack.fx │ ├── RealityCrack.xnb │ ├── RealityFracture.fx │ ├── RealityFracture.xnb │ ├── Shockwave.fx │ ├── Shockwave.xnb │ ├── TheAbyssShader.fx │ ├── TheAbyssShader.xnb │ ├── TriadShockwave.fx │ └── TriadShockwave.xnb ├── SimpleRing.fx ├── SimpleRing.xnb ├── Slash.fx ├── Slash.xnb ├── SolarBlast.fx ├── SolarBlast.xnb ├── SolarDetonation.fx ├── SolarDetonation.xnb ├── SorrowEffect.fx ├── SorrowEffect.xnb ├── SpazAura.fx ├── SpazAura.xnb ├── SpazFireBreath.fx ├── SpazFireBreath.xnb ├── SpazFireJet.fx ├── SpazFireJet.xnb ├── SyntheticBlizzard.fx ├── SyntheticBlizzard.xnb ├── SyntheticFirestorm.fx ├── SyntheticFirestorm.xnb ├── TriadDeath.fx ├── TriadDeath.xnb ├── VortexOrb.fx ├── VortexOrb.xnb ├── WaterTrail.fx ├── WaterTrail.xnb ├── WavyEnergy.fx └── WavyEnergy.xnb ├── Gores ├── AHC Gore 1.png ├── AHC Gore 2.png ├── AHC Gore 3.png ├── AHC Gore 4.png ├── AncestorSpirit_Gore_1.png ├── AncestorSpirit_Gore_2.png ├── AncestorSpirit_Gore_3.png ├── AncestorSpirit_Gore_4.png ├── AncestorSpirit_Gore_5.png ├── AncestorSpirit_Gore_6.png ├── AncestorSpirit_Gore_7.png ├── Ancient Demon Gore 1.png ├── Ancient Demon Gore 2.png ├── Ancient Demon Gore 3.png ├── Ancient Oolacile Demon Gore 1.png ├── Ancient Oolacile Demon Gore 2.png ├── Ancient Oolacile Demon Gore 3.png ├── Archeologist Arm Gore.png ├── Archeologist Head Gore.png ├── Archeologist Leg Gore.png ├── Assassin Gore 1.png ├── Assassin Gore 2.png ├── Assassin Gore 3.png ├── Barrow Wight Gore 1.png ├── Barrow Wight Gore 2.png ├── Barrow Wight Nemesis Glow.png ├── Black Knight Gore 1.png ├── Black Knight Gore 2.png ├── Black Knight Gore 3.png ├── Blood Splat.png ├── ByakheeHead.png ├── ByakheeWing.png ├── Cloud Bat Gore.png ├── Cloud Gore 1.png ├── Cloud Gore 2.png ├── Cloud Gore 3.png ├── Corrupt Hornet Gore 1.png ├── Corrupt Hornet Gore 2.png ├── CosmicCrystalLizard_Gore1.png ├── CosmicCrystalLizard_Gore2.png ├── CosmicCrystalLizard_Gore3.png ├── CosmicCrystalLizard_Gore4.png ├── Crystal Knight Gore 1.PNG ├── Crystal Knight Gore 2.PNG ├── Dark Elf Magi Gore 1.png ├── Dark Elf Magi Gore 2.png ├── Dark Elf Magi Gore 3.png ├── Darkmoon Knight Gore 1.png ├── Death Gore 1.png ├── Death Gore 2.png ├── Death Gore 3.png ├── Demon Corruptor Gore 1.png ├── Demon Corruptor Gore 2.png ├── Demon Corruptor Gore 3.png ├── DemonElementalGore1.png ├── DemonElementalGore2.png ├── DemonElementalGore3.png ├── Dragon Wings.png ├── Dunlending Gore 1.png ├── Dunlending Gore 2.png ├── Dunlending Gore 3.png ├── Dworc Gore 1.png ├── Dworc Gore 2.png ├── Dworc Gore 3.png ├── Dworc Voodoomaster Gore 1.png ├── Earth Fiend Lich Gore 1.png ├── Earth Fiend Lich Gore 2.png ├── Easterling Gore 1.png ├── Easterling Gore 2.png ├── Easterling Gore 3.png ├── Fire Fiend Marilith Gore 1.png ├── Fire Fiend Marilith Gore 2.png ├── Fire Fiend Marilith Gore 3.png ├── Fire Fiend Marilith Gore 4.png ├── Fire Fiend Marilith Gore 5.png ├── Fire Fiend Marilith Gore 6.png ├── Fire Fiend Marilith Gore 7.png ├── Fire Fiend Marilith Gore 8.png ├── Fire Fiend Marilith Gore 9.png ├── FireLurkerGore1.png ├── FireLurkerGore2.png ├── FireLurkerGore3.png ├── Gaibon Gore 1.png ├── Gaibon Gore 2.png ├── Gaibon Gore 3.png ├── Gaibon Gore 4.png ├── Ghost of the Darkmoon Knight Glow.png ├── Guardian Corruptor Gore 1.png ├── Guardian Corruptor Gore 2.png ├── Guardian Corruptor Gore 3.png ├── Guardian Corruptor Gore 4.png ├── Gwyn Gore 1.png ├── Gwyn Gore 2.png ├── Gwyn Gore 3.png ├── Heaven Chain.png ├── Hellkite Dragon Body Gore 2.png ├── Hellkite Dragon Body Gore.png ├── Hellkite Dragon Head Gore.png ├── Hellkite Dragon Legs Gore.png ├── Hero of Lumelia Gore 1.png ├── Hero of Lumelia Gore 2.png ├── Hero of Lumelia Gore 3.png ├── Ice Skelly Head.png ├── Ice Skelly Piece.png ├── Ice Skelly Vert.png ├── Lich King Serpent Body Gore.png ├── Lich King Serpent Head Gore.png ├── Lich King Serpent Tail Gore.png ├── Man Hunter Gore 1.png ├── Man Hunter Gore 2.png ├── Man Hunter Gore 3.png ├── Mindflayer Gore 1.png ├── Mindflayer Gore 2.png ├── Mindflayer Gore 3.png ├── Mutant Toad Gore 1.png ├── Mutant Toad Gore 2.png ├── Mutant Toad Gore 3.png ├── Necromancer Gore 1.png ├── Necromancer Gore 2.png ├── Necromancer Gore 3.png ├── Old Morning Star Chain.png ├── Old │ ├── Earth Phoenix GORE 1.png │ ├── Earth Phoenix GORE 2.png │ ├── Earth Phoenix GORE 3.png │ ├── Phoenix GORE 1.png │ ├── Phoenix GORE 2.png │ ├── Phoenix GORE 3.png │ ├── Water Phoenix GORE 1.png │ ├── Water Phoenix GORE 2.png │ └── Water Phoenix GORE 3.png ├── Oolacile Demon Glow.png ├── Oolacile Knight Glow.png ├── Oolacile Knight Gore 1.png ├── Oolacile Knight Gore 2.png ├── Oolacile Knight Gore 3.png ├── Oolacile Knight Gore 4.png ├── Oolacile Sorcerer Gore 1.PNG ├── Oolacile Sorcerer Gore 2.PNG ├── Oolacile Sorcerer Gore 3.PNG ├── Oswald of Carim Gore 1.png ├── Parasite Zombie Gore 1.png ├── Parasite Zombie Gore 2.png ├── Parasite Zombie Gore 3.png ├── Piscodemon Gore 1.png ├── Piscodemon Gore 2.png ├── Piscodemon Gore 3.png ├── Quara Hydromancer Gore 1.png ├── Quara Hydromancer Gore 2.png ├── Quara Hydromancer Gore 3.png ├── Red Cloud Hunter Gore 1.png ├── Red Cloud Hunter Gore 2.png ├── Red Cloud Hunter Gore 3.png ├── Red Knight Gore 1.png ├── Red Knight Gore 2.png ├── Red Knight Gore 3.png ├── Sandsprog_Gore_1.png ├── Sandsprog_Gore_2.png ├── Sandsprog_Gore_3.png ├── Sandsprog_Mage_Gore_1.png ├── Sandsprog_Mage_Gore_2.png ├── Seath the Scaleless Body Gore 2.png ├── Seath the Scaleless Body Gore.png ├── Seath the Scaleless Head Gore.png ├── Seath the Scaleless Legs Gore.png ├── Serris Gore 1.png ├── Serris Gore 2.png ├── Serris Gore 3.png ├── Serris-X Gore 1.png ├── Serris-X Gore 2.png ├── Serris-X Gore 3.png ├── Shaman Elder Gore 1.png ├── Slogra Gore 1.png ├── Slogra Gore 2.png ├── Slogra Gore 3.png ├── Snow Owl Gore 1.png ├── Snow Owl Gore 2.png ├── Snow Owl Gore 3.png ├── Tetsujin Glow.png ├── Tetsujin Gore 1.png ├── Tetsujin Gore 2.png ├── Tetsujin Gore 3.png ├── TheHunter_Child_Gore_1.png ├── TheHunter_Child_Gore_2.png ├── TheHunter_Gore_1.png ├── TheHunter_Gore_2.png ├── TheHunter_Gore_3.png ├── TheMachine │ ├── Beam_Damaged_1.png │ ├── Beam_Damaged_2.png │ ├── Beam_Destroyed_1.png │ ├── Beam_Destroyed_2.png │ ├── Beam_Destroyed_3.png │ ├── Beam_Destroyed_4.png │ ├── Buzzsaw_Damaged_1.png │ ├── Buzzsaw_Damaged_2.png │ ├── Buzzsaw_Destroyed_1.png │ ├── Buzzsaw_Destroyed_2.png │ ├── Buzzsaw_Destroyed_3.png │ ├── Gatling_Damaged_1.png │ ├── Gatling_Damaged_2.png │ ├── Gatling_Damaged_3.png │ ├── Gatling_Destroyed_1.png │ ├── Gatling_Destroyed_2.png │ ├── HomingMissile_DramaticCut1.png │ ├── HomingMissile_DramaticCut2.png │ ├── Ion_Damaged_1.png │ ├── Ion_Damaged_2.png │ ├── Ion_Damaged_3.png │ ├── Ion_Destroyed_1.png │ ├── Ion_Destroyed_2.png │ ├── Siege_Damaged_1.png │ ├── Siege_Damaged_2.png │ ├── Siege_Destroyed_1.png │ ├── Siege_Destroyed_2.png │ ├── TheMachine_Destroyed_1.png │ ├── TheMachine_Destroyed_2.png │ ├── TheMachine_Destroyed_3.png │ ├── Welder_Damaged_2.png │ ├── Welder_Destroyed_1.png │ └── Welder_Destroyed_2.png ├── TheRage_Gore_1.png ├── TheRage_Gore_2.png ├── TheRage_Gore_3.png ├── TheSorrow_Gore_1.png ├── TheSorrow_Gore_2.png ├── TheSorrow_Gore_3.png ├── TheTriad │ ├── Cataluminance_Gore_1.png │ ├── Cataluminance_Gore_2.png │ ├── Cataluminance_Gore_3.png │ ├── Retinazer_Gore_1.png │ ├── Retinazer_Gore_2.png │ ├── Retinazer_Gore_3.png │ ├── Spazmatism_Gore_1.png │ ├── Spazmatism_Gore_2.png │ └── Spazmatism_Gore_3.png ├── Tibian Amazon Gore 1.png ├── Tibian Amazon Gore 2.png ├── Tibian Amazon Gore 3.png ├── Tibian Female Archer Gore 1.png ├── Tibian Female Archer Gore 2.png ├── Tibian Female Archer Gore 3.png ├── Tibian Female Knight Gore 1.png ├── Tibian Female Knight Gore 2.png ├── Tibian Female Knight Gore 3.png ├── Tibian Female Mage Gore 1.png ├── Tibian Female Mage Gore 2.png ├── Tibian Female Mage Gore 3.png ├── Tibian Valkyrie Gore 1.png ├── Tibian Valkyrie Gore 2.png ├── Tibian Valkyrie Gore 3.png ├── Tonberry Gore 1.png ├── Tonberry Gore 2.png ├── Tonberry Gore 3.png ├── True Wyvern Gore 1.png ├── True Wyvern Gore 2.png ├── True Wyvern Gore 3.png ├── True Wyvern Gore 4.png ├── True Wyvern Gore 5.png ├── Undead Caster Gore 1.png ├── Undead Caster Gore 2.png ├── Undead Caster Gore 3.png ├── Wandering Traveler Gore 1.png ├── Warlock Gore 1.png ├── Warlock Gore 2.png ├── Warlock Gore 3.png ├── Water Fiend Kraken Gore 1.png ├── Water Fiend Kraken Gore 2.png ├── Water Fiend Kraken Gore 3.png ├── Water Fiend Kraken Gore 4.png ├── Water Fiend Kraken Gore 5.png ├── Water Fiend Kraken Gore 6.png ├── Water Fiend Kraken Gore 7.png ├── Water Fiend Kraken Gore 8.png ├── Wild Warrior Gore 1.png ├── Wild Warrior Gore 2.png ├── Wild Warrior Gore 3.png ├── Worm Gore 1.png ├── Worm Gore 2.png ├── Worm Gore 3.png ├── Wyvern Mage Gore 1.png ├── Wyvern Mage Gore 2.png ├── Wyvern Mage Shadow Gore 1.png ├── Wyvern Mage Shadow Gore 2.png ├── Yian Kut Ku Gore 1.png ├── Yian Kut Ku Gore 2.png └── Yian Kut Ku Gore 3.png ├── ILEdits.cs ├── Items ├── Accessories │ ├── CosmicWatch.cs │ ├── CosmicWatch.png │ ├── CovetousSilverSerpentRing.cs │ ├── CovetousSilverSerpentRing.png │ ├── CovetousSoulSerpentRing.cs │ ├── CovetousSoulSerpentRing.png │ ├── Damage │ │ ├── AngerTalisman.cs │ │ ├── AngerTalisman.png │ │ ├── AuraOfDecay.cs │ │ ├── AuraOfDecay.png │ │ ├── AuraOfIlluminance.cs │ │ ├── AuraOfIlluminance.png │ │ ├── BurningAura.cs │ │ ├── BurningAura.png │ │ ├── BurningStone.cs │ │ ├── BurningStone.png │ │ ├── ConditionOverload.cs │ │ ├── ConditionOverload.png │ │ ├── DragonSoul.cs │ │ ├── DragonSoul.png │ │ ├── DragonStone.cs │ │ ├── DragonStone.png │ │ ├── IonicFury.cs │ │ ├── IonicFury.png │ │ ├── MythrilBulwark.cs │ │ ├── MythrilBulwark.png │ │ ├── MythrilBulwark_Shield.png │ │ ├── RingOfPower.cs │ │ ├── RingOfPower.png │ │ ├── RingofArtorias.cs │ │ ├── RingofArtorias.png │ │ ├── ShadowmoonCloak.cs │ │ ├── ShadowmoonCloak.png │ │ └── ShadowmoonCloak_Back.png │ ├── Defensive │ │ ├── Bands │ │ │ ├── BandOfCosmicPower.png │ │ │ ├── BandOfCosmicPower_HandsOn.png │ │ │ ├── BandOfGreatCosmicPower.cs │ │ │ ├── BandOfGreatCosmicPower.png │ │ │ ├── BandOfGreatCosmicPower_HandsOn.png │ │ │ ├── BandOfPhenomenalCosmicPower.cs │ │ │ ├── BandOfPhenomenalCosmicPower.png │ │ │ ├── BandOfPhenomenalCosmicPower_HandsOn.png │ │ │ └── BandofCosmicPower.cs │ │ ├── Celestriad.cs │ │ ├── Celestriad.png │ │ ├── CovenantOfArtorias.cs │ │ ├── CovenantOfArtorias.png │ │ ├── CrackedDragonStone.cs │ │ ├── CrackedDragonStone.png │ │ ├── DarkCloak.cs │ │ ├── DarkCloak.png │ │ ├── LightCloak.cs │ │ ├── LightCloak.png │ │ ├── MythrilGlove.cs │ │ ├── MythrilGlove.png │ │ ├── MythrilGlove_HandsOn.png │ │ ├── PhoenixSkull.cs │ │ ├── PhoenixSkull.png │ │ ├── PhoenixSkull_Face.png │ │ ├── Rings │ │ │ ├── BarrierRing.cs │ │ │ ├── BarrierRing.png │ │ │ ├── BloodbaneRing.cs │ │ │ ├── BloodbaneRing.png │ │ │ ├── BlueEye.cs │ │ │ ├── BlueEye.png │ │ │ ├── BlueTearstoneRing.cs │ │ │ ├── BlueTearstoneRing.png │ │ │ ├── EstusRing.cs │ │ │ ├── EstusRing.png │ │ │ ├── GreyWolfRing.cs │ │ │ ├── GreyWolfRing.png │ │ │ ├── PoisonbloodRingOLD.png │ │ │ ├── RingOfClarity.cs │ │ │ ├── RingOfClarity.png │ │ │ ├── RingOfFavorAndProtection.cs │ │ │ ├── RingOfFavorAndProtection.png │ │ │ ├── SilverRing.cs │ │ │ ├── SilverRing.png │ │ │ ├── WolfRing.cs │ │ │ ├── WolfRing.png │ │ │ ├── ZirconRing.cs │ │ │ └── ZirconRing.png │ │ ├── Shields │ │ │ ├── AncientDemonShield.cs │ │ │ ├── AncientDemonShield.png │ │ │ ├── AncientDemonShield_Shield.png │ │ │ ├── DragonCrestShield.cs │ │ │ ├── DragonCrestShield.png │ │ │ ├── DragonCrestShield_Shield.png │ │ │ ├── IceboundMythrilAegis.cs │ │ │ ├── IceboundMythrilAegis.png │ │ │ ├── IceboundMythrilAegis_Shield.png │ │ │ ├── IronShield.cs │ │ │ ├── IronShield.png │ │ │ ├── IronShield_Shield.png │ │ │ ├── ManaShield.cs │ │ │ ├── ManaShield.png │ │ │ ├── SpikedIronShield.cs │ │ │ ├── SpikedIronShield.png │ │ │ └── SpikedIronShield_Shield.png │ │ ├── UndeadTalisman.cs │ │ └── UndeadTalisman.png │ ├── DragoonCloak.cs │ ├── DragoonCloak.png │ ├── EchoGoggles.cs │ ├── EchoGoggles.png │ ├── EyeOfTheGods.cs │ ├── EyeOfTheGods.png │ ├── FrozenStarlight.cs │ ├── FrozenStarlight.png │ ├── Magic │ │ ├── AquamarineRing.cs │ │ ├── AquamarineRing.png │ │ ├── BandOfStarforging.cs │ │ ├── BandOfStarforging.png │ │ ├── BandOfStarforging_HandsOn.png │ │ ├── CelestialCloak.cs │ │ ├── CelestialCloak.png │ │ ├── CelestialCloak_Back.png │ │ ├── CelestialCloak_Front.png │ │ ├── DuskCrownRing.cs │ │ ├── DuskCrownRing.png │ │ ├── DuskCrownRing_HandsOn.png │ │ ├── DuskCrownRing_HandsOn_Healing.png │ │ ├── DuskCrownRing_Healing.png │ │ ├── EnchantedWizardsHat.cs │ │ ├── EnchantedWizardsHat.png │ │ ├── EnchantedWizardsHat1.png │ │ ├── EnchantedWizardsHat_Face.png │ │ ├── EssenceOfMana.cs │ │ ├── EssenceOfMana.png │ │ ├── GemBox.cs │ │ ├── GemBox.png │ │ ├── LudensTempest.cs │ │ └── LudensTempest.png │ ├── ManaCloak.png │ ├── Melee │ │ ├── BeholderShield.png │ │ ├── BeholderShield2.png │ │ ├── BerserkerEmblem.cs │ │ ├── BerserkerEmblem.png │ │ ├── DragoonGear.cs │ │ ├── DragoonGear.png │ │ ├── DragoonHorn.cs │ │ ├── DragoonHorn.png │ │ ├── EnchantedBeholderShield2.png │ │ ├── GazingShield.png │ │ ├── MeleeShield.cs │ │ ├── MoltenRing.cs │ │ ├── MoltenRing.png │ │ ├── MoltenRing_HandsOn.png │ │ ├── SteraksGage.cs │ │ └── SteraksGage.png │ ├── Mobility │ │ ├── BootsOfHaste.cs │ │ ├── BootsOfHaste.png │ │ ├── BootsOfHaste_Shoes.png │ │ ├── ChloranthyRing.cs │ │ ├── ChloranthyRing.png │ │ ├── ChloranthyRing2.cs │ │ ├── ChloranthyRing2.png │ │ ├── ChloranthyRing2_HandsOn.png │ │ ├── ChloranthyRing_HandsOn.png │ │ ├── DragoonBoots.cs │ │ ├── DragoonBoots.png │ │ ├── ReflectionShift.cs │ │ ├── ReflectionShift.png │ │ ├── ReflectionShift_Shoes.png │ │ ├── SpeedTalisman.cs │ │ ├── SpeedTalisman.png │ │ ├── SupersonicBoots.cs │ │ ├── SupersonicBoots.png │ │ ├── SupersonicBoots_Shoes.png │ │ └── Wings │ │ │ ├── SupersonicWings.cs │ │ │ ├── SupersonicWings.png │ │ │ ├── SupersonicWings2.cs │ │ │ ├── SupersonicWings2.png │ │ │ ├── SupersonicWings2_Shoes.png │ │ │ ├── SupersonicWings2_Wings.png │ │ │ ├── SupersonicWings_Shoes.png │ │ │ ├── SupersonicWings_Wings.png │ │ │ ├── WingsOfSeath.cs │ │ │ ├── WingsOfSeath.png │ │ │ └── WingsOfSeath_Wings.png │ ├── MonocleOfPrecision.cs │ ├── MonocleOfPrecision.png │ ├── Ranged │ │ ├── ArchmenEmblem.cs │ │ ├── ArchmenEmblem.png │ │ ├── BoneRing.cs │ │ ├── BoneRing.png │ │ ├── BoneRing_HandsOn.png │ │ ├── GoldenHairpin.cs │ │ ├── GoldenHairpin.png │ │ ├── InfinityEdge.cs │ │ └── InfinityEdge.png │ ├── SoulReaper.cs │ ├── SoulReaper.png │ ├── SoulReaper2.cs │ ├── SoulReaper2.png │ ├── Summon │ │ ├── ChallengersGlove.cs │ │ ├── ChallengersGlove.png │ │ ├── ChallengersGlove_HandsOn.png │ │ ├── CrystallineShard.cs │ │ ├── CrystallineShard.png │ │ ├── Goredrinker.cs │ │ ├── Goredrinker.png │ │ ├── MorgulBlade.cs │ │ ├── MorgulBlade.png │ │ ├── ShamanEmblem.cs │ │ └── ShamanEmblem.png │ ├── Trinity.cs │ └── Trinity.png ├── AdventurersCard.cs ├── AdventurersCard.png ├── Ammo │ ├── AbyssArrow.cs │ ├── AbyssArrow.png │ ├── AbyssBullet.cs │ ├── AbyssBullet.png │ ├── ArrowOfBard.cs │ ├── ArrowOfBard.png │ ├── Bolt.cs │ ├── Bolt.png │ ├── CruelArrow.cs │ ├── CruelArrow.png │ ├── HeavyBolt.cs │ ├── HeavyBolt.png │ ├── LightningBolt.cs │ ├── LightningBolt.png │ ├── PowerBolt.cs │ ├── PowerBolt.png │ ├── TeslaBolt.cs │ └── TeslaBolt.png ├── Armors │ ├── AbyssalNinjaBottoms.cs │ ├── AbyssalNinjaBottoms.png │ ├── AbyssalNinjaBottoms_Legs.png │ ├── AbyssalNinjaMask.cs │ ├── AbyssalNinjaMask.png │ ├── AbyssalNinjaMask_Head.png │ ├── AbyssalNinjaTop.cs │ ├── AbyssalNinjaTop.png │ ├── AbyssalNinjaTop_Body.png │ ├── AncientHornedHelmet.cs │ ├── AncientHornedHelmet.png │ ├── AncientHornedHelmet_Head.png │ ├── AncientMagicPlateArmor.cs │ ├── AncientMagicPlateArmor.png │ ├── AncientMagicPlateArmor_Body.png │ ├── AncientMagicPlateGreaves.cs │ ├── AncientMagicPlateGreaves.png │ ├── AncientMagicPlateGreaves_Legs.png │ ├── BlueHerosHat.cs │ ├── BlueHerosHat.png │ ├── BlueHerosHat_Head.png │ ├── BlueHerosPants.cs │ ├── BlueHerosPants.png │ ├── BlueHerosPants_Legs.png │ ├── BlueHerosShirt.cs │ ├── BlueHerosShirt.png │ ├── BlueHerosShirt_Body.png │ ├── BrassArmor.cs │ ├── BrassArmor.png │ ├── BrassArmor_Body.png │ ├── BrassGreaves.cs │ ├── BrassGreaves.png │ ├── BrassGreaves_Legs.png │ ├── BrassHelmet.cs │ ├── BrassHelmet.png │ ├── BrassHelmet_Head.png │ ├── DragoonArmor.cs │ ├── DragoonArmor.png │ ├── DragoonArmor2.cs │ ├── DragoonArmor2.png │ ├── DragoonArmor2_Body.png │ ├── DragoonArmor_Body.png │ ├── DragoonGreaves.cs │ ├── DragoonGreaves.png │ ├── DragoonGreaves2.cs │ ├── DragoonGreaves2.png │ ├── DragoonGreaves2_Legs.png │ ├── DragoonGreaves_Legs.png │ ├── DragoonHelmet.cs │ ├── DragoonHelmet.png │ ├── DragoonHelmet2.cs │ ├── DragoonHelmet2.png │ ├── DragoonHelmet2_Head.png │ ├── DragoonHelmet_Head.png │ ├── HollowSoldierBreastplate.cs │ ├── HollowSoldierBreastplate.png │ ├── HollowSoldierBreastplate_Body.png │ ├── HollowSoldierHelmet.cs │ ├── HollowSoldierHelmet.png │ ├── HollowSoldierHelmet_Head.png │ ├── HollowSoldierWaistcloth.cs │ ├── HollowSoldierWaistcloth.png │ ├── HollowSoldierWaistcloth_Legs.png │ ├── Magic │ │ ├── AnkorWatChestplate.cs │ │ ├── AnkorWatChestplate.png │ │ ├── AnkorWatChestplate_Body.png │ │ ├── AnkorWatHelmet.cs │ │ ├── AnkorWatHelmet.png │ │ ├── AnkorWatHelmet_Head.png │ │ ├── AnkorWatLeggings.cs │ │ ├── AnkorWatLeggings.png │ │ ├── AnkorWatLeggings_Legs.png │ │ ├── DragonScaleGreaves.cs │ │ ├── DragonScaleGreaves.png │ │ ├── DragonScaleGreaves_Legs.png │ │ ├── DragonScaleHelmet.cs │ │ ├── DragonScaleHelmet.png │ │ ├── DragonScaleHelmet_Head.png │ │ ├── DragonScaleMail.cs │ │ ├── DragonScaleMail.png │ │ ├── DragonScaleMail_Body.png │ │ ├── GenjiArmor.cs │ │ ├── GenjiArmor.png │ │ ├── GenjiArmor_Body.png │ │ ├── GenjiGreaves.cs │ │ ├── GenjiGreaves.png │ │ ├── GenjiGreaves_Legs.png │ │ ├── GenjiHelmet.cs │ │ ├── GenjiHelmet.png │ │ ├── GenjiHelmet_Head.png │ │ ├── MimeticHat.cs │ │ ├── MimeticHat.png │ │ ├── MimeticHat_Head.png │ │ ├── MimeticPants.cs │ │ ├── MimeticPants.png │ │ ├── MimeticPants_Legs.png │ │ ├── MimeticSuit.cs │ │ ├── MimeticSuit.png │ │ ├── MimeticSuit_Body.png │ │ ├── NecromancersPants.cs │ │ ├── NecromancersPants.png │ │ ├── NecromancersPants_Legs.png │ │ ├── NecromancersShirt.cs │ │ ├── NecromancersShirt.png │ │ ├── NecromancersShirt_Body.png │ │ ├── NecromancersSkullmask.cs │ │ ├── NecromancersSkullmask.png │ │ ├── NecromancersSkullmask_Head.png │ │ ├── RTQ2Chestplate.cs │ │ ├── RTQ2Chestplate.png │ │ ├── RTQ2Chestplate_Body.png │ │ ├── RTQ2Helmet.cs │ │ ├── RTQ2Helmet.png │ │ ├── RTQ2Helmet_Head.png │ │ ├── RTQ2Leggings.cs │ │ ├── RTQ2Leggings.png │ │ ├── RTQ2Leggings_Legs.png │ │ ├── RedClothHat.cs │ │ ├── RedClothHat.png │ │ ├── RedClothHat_Head.png │ │ ├── RedClothPants.cs │ │ ├── RedClothPants.png │ │ ├── RedClothPants_Legs.png │ │ ├── RedClothTunic.cs │ │ ├── RedClothTunic.png │ │ └── RedClothTunic_Body.png │ ├── MaskOfTheChild.cs │ ├── MaskOfTheChild.png │ ├── MaskOfTheChild_Head.png │ ├── MaskOfTheFather.cs │ ├── MaskOfTheFather.png │ ├── MaskOfTheFather_Head.png │ ├── MaskOfTheMother.cs │ ├── MaskOfTheMother.png │ ├── MaskOfTheMother_Head.png │ ├── Melee │ │ ├── AncientGoldenArmor.cs │ │ ├── AncientGoldenArmor.png │ │ ├── AncientGoldenArmor_Body.png │ │ ├── AncientGoldenGreaves.cs │ │ ├── AncientGoldenGreaves.png │ │ ├── AncientGoldenGreaves_Legs.png │ │ ├── AncientGoldenHelmet.cs │ │ ├── AncientGoldenHelmet.png │ │ ├── AncientGoldenHelmet_Head.png │ │ ├── ArtoriasArmor.cs │ │ ├── ArtoriasArmor.png │ │ ├── ArtoriasArmor_Body.png │ │ ├── ArtoriasGreaves.cs │ │ ├── ArtoriasGreaves.png │ │ ├── ArtoriasGreaves_Legs.png │ │ ├── ArtoriasHelmet.cs │ │ ├── ArtoriasHelmet.png │ │ ├── ArtoriasHelmet_Head.png │ │ ├── BlackBeltGiPants.cs │ │ ├── BlackBeltGiPants.png │ │ ├── BlackBeltGiPants_Legs.png │ │ ├── BlackBeltGiTop.cs │ │ ├── BlackBeltGiTop.png │ │ ├── BlackBeltGiTop_Body.png │ │ ├── BlackBeltHairStyle.cs │ │ ├── BlackBeltHairStyle.png │ │ ├── BlackBeltHairStyle_Head.png │ │ ├── CrystalArmor.cs │ │ ├── CrystalArmor.png │ │ ├── CrystalArmor_Body.png │ │ ├── CrystalEnchantedHelmet.cs │ │ ├── CrystalEnchantedHelmet.png │ │ ├── CrystalEnchantedHelmet_Head.png │ │ ├── CrystalGreaves.cs │ │ ├── CrystalGreaves.png │ │ ├── CrystalGreaves_Legs.png │ │ ├── CrystalSightedHelmet.cs │ │ ├── CrystalSightedHelmet.png │ │ ├── CrystalSightedHelmet_Head.png │ │ ├── DarkKnightArmor.cs │ │ ├── DarkKnightArmor.png │ │ ├── DarkKnightArmor_Body.png │ │ ├── DarkKnightGreaves.cs │ │ ├── DarkKnightGreaves.png │ │ ├── DarkKnightGreaves_Legs.png │ │ ├── DarkKnightHelmet.cs │ │ ├── DarkKnightHelmet.png │ │ ├── DarkKnightHelmet_Head.png │ │ ├── FighterBreastplate.cs │ │ ├── FighterBreastplate.png │ │ ├── FighterBreastplate_Body.png │ │ ├── FighterGreaves.cs │ │ ├── FighterGreaves.png │ │ ├── FighterGreaves_Legs.png │ │ ├── FighterHairStyle.cs │ │ ├── FighterHairStyle.png │ │ ├── FighterHairStyle_Head.png │ │ ├── MagmaBreastplate.cs │ │ ├── MagmaBreastplate.png │ │ ├── MagmaBreastplate_Body.png │ │ ├── MagmaGreaves.cs │ │ ├── MagmaGreaves.png │ │ ├── MagmaGreaves_Legs.png │ │ ├── MagmaHelmet.cs │ │ ├── MagmaHelmet.png │ │ ├── MagmaHelmet_Head.png │ │ ├── PortlyPlateChestplate.cs │ │ ├── PortlyPlateChestplate.png │ │ ├── PortlyPlateChestplate_Body.png │ │ ├── PortlyPlateGreaves.cs │ │ ├── PortlyPlateGreaves.png │ │ ├── PortlyPlateGreaves_Legs.png │ │ ├── PortlyPlateHelmet.cs │ │ ├── PortlyPlateHelmet.png │ │ ├── PortlyPlateHelmet_Head.png │ │ ├── ShadowNinjaBottoms.cs │ │ ├── ShadowNinjaBottoms.png │ │ ├── ShadowNinjaBottoms_Legs.png │ │ ├── ShadowNinjaMask.cs │ │ ├── ShadowNinjaMask.png │ │ ├── ShadowNinjaMask_Head.png │ │ ├── ShadowNinjaTop.cs │ │ ├── ShadowNinjaTop.png │ │ └── ShadowNinjaTop_Body.png │ ├── Ranged │ │ ├── ArcherOfLumeliaHairStyle.cs │ │ ├── ArcherOfLumeliaHairStyle.png │ │ ├── ArcherOfLumeliaHairStyle_Head.png │ │ ├── ArcherOfLumeliaPants.cs │ │ ├── ArcherOfLumeliaPants.png │ │ ├── ArcherOfLumeliaPants_Legs.png │ │ ├── ArcherOfLumeliaShirt.cs │ │ ├── ArcherOfLumeliaShirt.png │ │ ├── ArcherOfLumeliaShirt_Body.png │ │ ├── KrakenCarcass.cs │ │ ├── KrakenCarcass.png │ │ ├── KrakenCarcass_Body.png │ │ ├── KrakenHead.cs │ │ ├── KrakenHead.png │ │ ├── KrakenHead_Head.png │ │ ├── KrakenLegs.cs │ │ ├── KrakenLegs.png │ │ ├── KrakenLegs_Legs.png │ │ ├── LeatherArmor.cs │ │ ├── LeatherArmor.png │ │ ├── LeatherArmor_Body.png │ │ ├── LeatherGreaves.cs │ │ ├── LeatherGreaves.png │ │ ├── LeatherGreaves_Legs.png │ │ ├── LeatherHelmet.cs │ │ ├── LeatherHelmet.png │ │ ├── LeatherHelmet_Head.png │ │ ├── MirkwoodElvenBlondeHairStyle.cs │ │ ├── MirkwoodElvenBlondeHairStyle.png │ │ ├── MirkwoodElvenBlondeHairStyle_Head.png │ │ ├── MirkwoodElvenLeatherArmor.cs │ │ ├── MirkwoodElvenLeatherArmor.png │ │ ├── MirkwoodElvenLeatherArmor_Body.png │ │ ├── MirkwoodElvenLeggings.cs │ │ ├── MirkwoodElvenLeggings.png │ │ ├── MirkwoodElvenLeggings_Legs.png │ │ ├── ShellArmor.cs │ │ ├── ShellArmor.png │ │ ├── ShellArmor_Body.png │ │ ├── ShellGreaves.cs │ │ ├── ShellGreaves.png │ │ ├── ShellGreaves_Legs.png │ │ ├── ShellHelmet.cs │ │ ├── ShellHelmet.png │ │ ├── ShellHelmet_Head.png │ │ ├── TheUnforseeable.cs │ │ ├── TheUnforseeable.png │ │ ├── TheUnforseeable_Body.png │ │ ├── TheUnknowable.cs │ │ ├── TheUnknowable.png │ │ ├── TheUnknowable_Head.png │ │ ├── TheUntouchable.cs │ │ ├── TheUntouchable.png │ │ ├── TheUntouchable_Legs.png │ │ ├── TriceratopsBody.cs │ │ ├── TriceratopsBody.png │ │ ├── TriceratopsBody_Body.png │ │ ├── TriceratopsHead.cs │ │ ├── TriceratopsHead.png │ │ ├── TriceratopsHead_Head.png │ │ ├── TriceratopsLegs.cs │ │ ├── TriceratopsLegs.png │ │ └── TriceratopsLegs_Legs.png │ ├── RedHerosHat.cs │ ├── RedHerosHat.png │ ├── RedHerosHat_Head.png │ ├── RedHerosPants.cs │ ├── RedHerosPants.png │ ├── RedHerosPants_Legs.png │ ├── RedHerosShirt.cs │ ├── RedHerosShirt.png │ ├── RedHerosShirt_Body.png │ ├── ShadowCloakGreaves.cs │ ├── ShadowCloakGreaves.png │ ├── ShadowCloakGreaves_Legs.png │ ├── ShadowCloakPlateHelm.cs │ ├── ShadowCloakPlateHelm.png │ ├── ShadowCloakPlateHelm_Head.png │ ├── ShadowCloakPlateMail.cs │ ├── ShadowCloakPlateMail.png │ ├── ShadowCloakPlateMail_Body.png │ ├── SmoughArmor.cs │ ├── SmoughArmor.png │ ├── SmoughArmor_Body.png │ ├── SmoughGreaves.cs │ ├── SmoughGreaves.png │ ├── SmoughGreaves_Legs.png │ ├── SmoughHelmet.cs │ ├── SmoughHelmet.png │ ├── SmoughHelmet_Head.png │ ├── StuddedLeatherArmor.cs │ ├── StuddedLeatherArmor.png │ ├── StuddedLeatherArmor_Body.png │ ├── StuddedLeatherGreaves.cs │ ├── StuddedLeatherGreaves.png │ ├── StuddedLeatherGreaves_Legs.png │ ├── StuddedLeatherHelmet.cs │ ├── StuddedLeatherHelmet.png │ ├── StuddedLeatherHelmet_Head.png │ ├── Summon │ │ ├── AncientDemonArmor.cs │ │ ├── AncientDemonArmor.png │ │ ├── AncientDemonArmor_Body.png │ │ ├── AncientDemonGreaves.cs │ │ ├── AncientDemonGreaves.png │ │ ├── AncientDemonGreaves_Legs.png │ │ ├── AncientDemonHelmet.cs │ │ ├── AncientDemonHelmet.png │ │ ├── AncientDemonHelmet_Head.png │ │ ├── DwarvenArmor.cs │ │ ├── DwarvenArmor.png │ │ ├── DwarvenArmor_Body.png │ │ ├── DwarvenCrusaderHelmet.cs │ │ ├── DwarvenCrusaderHelmet.png │ │ ├── DwarvenCrusaderHelmet_Head.png │ │ ├── DwarvenGreaves.cs │ │ ├── DwarvenGreaves.png │ │ ├── DwarvenGreaves_Legs.png │ │ ├── DwarvenKnightHelmet.cs │ │ ├── DwarvenKnightHelmet.png │ │ ├── DwarvenKnightHelmet_Head.png │ │ ├── Old Sprites │ │ │ ├── TarantulaCarapace.png │ │ │ ├── TarantulaCarapace_Backpack.png │ │ │ ├── TarantulaCarapace_Body.png │ │ │ ├── TarantulaHelmet.png │ │ │ ├── TarantulaHelmet_Head.png │ │ │ ├── TarantulaLegs.png │ │ │ ├── TarantulaLegs_Legs.png │ │ │ ├── TarantulaMask.png │ │ │ └── TarantulaMask_Head.png │ │ ├── OldChainArmor.cs │ │ ├── OldChainArmor.png │ │ ├── OldChainArmor_Body.png │ │ ├── OldChainCoif.cs │ │ ├── OldChainCoif.png │ │ ├── OldChainCoif_Head.png │ │ ├── OldChainGreaves.cs │ │ ├── OldChainGreaves.png │ │ ├── OldChainGreaves_Legs.png │ │ ├── ShamanCloak.cs │ │ ├── ShamanCloak.png │ │ ├── ShamanCloak_Body.png │ │ ├── ShamanHood.cs │ │ ├── ShamanHood.png │ │ ├── ShamanHood_Head.png │ │ ├── ShamanMask.cs │ │ ├── ShamanMask.png │ │ ├── ShamanMask_Head.png │ │ ├── ShamanPants.cs │ │ ├── ShamanPants.png │ │ ├── ShamanPants_Legs.png │ │ ├── TarantulaCarapace.cs │ │ ├── TarantulaCarapace.png │ │ ├── TarantulaCarapace_Backpack.png │ │ ├── TarantulaCarapace_Body.png │ │ ├── TarantulaHelmet.cs │ │ ├── TarantulaHelmet.png │ │ ├── TarantulaHelmet_Head.png │ │ ├── TarantulaLegs.cs │ │ ├── TarantulaLegs.png │ │ ├── TarantulaLegs_Legs.png │ │ ├── TarantulaMask.cs │ │ ├── TarantulaMask.png │ │ ├── TarantulaMask_Head.png │ │ ├── WaspArmor.cs │ │ ├── WaspArmor.png │ │ ├── WaspArmor_Body.png │ │ ├── WaspGreaves.cs │ │ ├── WaspGreaves.png │ │ ├── WaspGreaves_Legs.png │ │ ├── WaspHelmet.cs │ │ ├── WaspHelmet.png │ │ ├── WaspHelmet_Head.png │ │ ├── WitchkingHelmet.cs │ │ ├── WitchkingHelmet.png │ │ ├── WitchkingHelmet_Head.png │ │ ├── WitchkingPants.cs │ │ ├── WitchkingPants.png │ │ ├── WitchkingPants_Legs.png │ │ ├── WitchkingRobe.cs │ │ ├── WitchkingRobe.png │ │ └── WitchkingRobe_Body.png │ ├── SymbolOfAvarice.cs │ ├── SymbolOfAvarice.png │ ├── SymbolOfAvarice_Head.png │ ├── VaultOfEndlessGreed.cs │ ├── VaultOfEndlessGreed.png │ └── VaultOfEndlessGreed_Head.png ├── AttraidiesRelic.cs ├── AttraidiesRelic.png ├── BaseRarityItem.cs ├── BossBags │ ├── AncestralSpiritBag.png │ ├── AncientDemonBag.png │ ├── ArtoriasBag.png │ ├── AttraidiesBag.png │ ├── BlightBag.png │ ├── BossBag.cs │ ├── ChaosBag.png │ ├── DarkCloudBag.png │ ├── DeathBag.png │ ├── GaibonBag.png │ ├── GhostWyvernBag.png │ ├── GwynBag.png │ ├── HellkiteBag.png │ ├── HeroOfLumeliaBag.png │ ├── JungleWyvernBag.png │ ├── KrakenBag.png │ ├── LichBag.png │ ├── MarilithBag.png │ ├── MindflayerIllusionBag.png │ ├── OolacileDemonBag.png │ ├── OolacileSorcererBag.png │ ├── PinwheelBag.png │ ├── PlaceholderBag.png │ ├── SeathBag.png │ ├── SerrisBag.png │ ├── SlograBag.png │ ├── TheHunterBag.png │ ├── TheMachineBag.png │ ├── TheRageBag.png │ ├── TheSorrowBag.png │ ├── TriadBag.png │ ├── WitchkingBag.png │ ├── WyvernMageBag.png │ └── WyvernMageShadowBag.png ├── BossItems │ ├── AaronsProtectionStone.cs │ ├── AaronsProtectionStone.png │ ├── AbysmalStone.cs │ ├── AbysmalStone.png │ ├── BlightStone.cs │ ├── BlightStone.png │ ├── BossRematchTome.cs │ ├── BossRematchTome.png │ ├── CursedSkull.cs │ ├── DarkMagicRing.cs │ ├── DarkMagicRing.png │ ├── DarkMirror.cs │ ├── DarkMirror.png │ ├── DeathBringer.cs │ ├── DeathBringer.png │ ├── DyingDarkCrystal.cs │ ├── DyingDarkCrystal.png │ ├── DyingEarthCrystal.cs │ ├── DyingEarthCrystal.png │ ├── DyingFireCrystal.cs │ ├── DyingFireCrystal.png │ ├── DyingWaterCrystal.cs │ ├── DyingWaterCrystal.png │ ├── DyingWindCrystal.png │ ├── EssenceOfTerraria.cs │ ├── EssenceOfTerraria.png │ ├── FieryEgg.cs │ ├── FieryEgg.png │ ├── GrassyEgg.cs │ ├── GrassyEgg.png │ ├── HellkiteStone.cs │ ├── HellkiteStone.png │ ├── JungleFeather.cs │ ├── JungleFeather.png │ ├── LostScrollOfGwyn.cs │ ├── LostScrollOfGwyn.png │ ├── MasterRing.cs │ ├── MasterRing.png │ ├── MechanicalSkull.cs │ ├── MechanicalSkull.png │ ├── MindCube.cs │ ├── MindCube.png │ ├── MindflayerIllusionRelic.cs │ ├── MindflayerIllusionRelic.png │ ├── PottedPlanteraBulb.cs │ ├── PottedPlanteraBulb.png │ ├── SerrisBait.cs │ ├── SerrisBait.png │ ├── SoulOfCinderSpawner.cs │ ├── SoulOfCinderSpawner.png │ ├── StoneOfSeath.cs │ ├── StoneOfSeath.png │ ├── TomeOfSlograAndGaibon.cs │ ├── TomeOfSlograAndGaibon.png │ ├── WateryEgg.cs │ ├── WateryEgg.png │ ├── WingOfTheFallen.cs │ ├── WingOfTheFallen.png │ ├── WingOfTheGhostWyvern.cs │ └── WingOfTheGhostWyvern.png ├── ConsumableSoul.cs ├── ConsumableSoul_BraveWarrior.png ├── ConsumableSoul_Fading.png ├── ConsumableSoul_Hero.png ├── ConsumableSoul_LostUndead.png ├── ConsumableSoul_NamelessSoldier.png ├── ConsumableSoul_ProudKnight.png ├── Darksign.cs ├── Darksign.png ├── Debug │ ├── BetterGodmode.cs │ ├── DamageDebugTome.cs │ ├── DamageDebugTome.png │ ├── DebugTome.cs │ ├── DebugTome.png │ ├── EventReset.cs │ ├── EventReset.png │ ├── TreasureMap.png │ ├── TrueCopperRing.cs │ ├── TrueCopperRing.png │ ├── WorldIDReset.cs │ └── WorldIDReset.png ├── DisabledSale.cs ├── DisabledSale.png ├── EstusFlaskShard.cs ├── EstusFlaskShard.png ├── FairyInABottle.cs ├── FairyInABottle.png ├── GlintstonePebble.cs ├── GlintstonePebble.png ├── GreaterStaminaVessel.png ├── HerosCrest.cs ├── HerosCrest.png ├── Humanity.cs ├── Humanity.png ├── ItemCrates │ ├── BoltCrate.png │ ├── FrostburnArrowCrate.png │ ├── GelCrate.png │ ├── ItemCrates.cs │ ├── MeteorShotCrate.png │ ├── RoyalThrowingSpearCrate.png │ ├── SeedBag.png │ ├── SoulCoinCrate.png │ ├── ThrowingAxeCrate.png │ ├── ThrowingKnifeCrate.png │ ├── ThrowingSpearCrate.png │ ├── UnholyArrowCrate.png │ └── WoodenArrowCrate.png ├── Lore │ ├── AbyssScroll.cs │ ├── AbyssScroll.png │ ├── BrokenPicksaw.cs │ ├── BrokenPicksaw.png │ ├── Crest.cs │ ├── CrestOfCorruption.png │ ├── CrestOfEarth.png │ ├── CrestOfFire.png │ ├── CrestOfLife.png │ ├── CrestOfSky.png │ ├── CrestOfSteel.png │ ├── CrestOfStone.png │ ├── CrestOfWater.png │ ├── DodgerollMemo.cs │ ├── DodgerollMemo.png │ ├── Epilogue.cs │ └── TheEnd.cs ├── MastersScroll.cs ├── MastersScroll.png ├── Materials │ ├── BrokenDarkMagicRing.cs │ ├── BrokenDarkMagicRing.png │ ├── DamagedCrystal.png │ ├── DamagedFlameNozzle.png │ ├── DamagedLaser.png │ ├── DamagedMechanicalScrap.cs │ ├── DamagedMechanicalScrap.png │ ├── DamagedRemote.png │ ├── DamagedTriadDrops.cs │ ├── DeadChicken.cs │ ├── DeadChicken.png │ ├── DestructionElement.cs │ ├── DestructionElement.png │ ├── DragonEssence.cs │ ├── DragonEssence.png │ ├── EphemeralDust.cs │ ├── EphemeralDust.png │ ├── EternalCrystal.cs │ ├── EternalCrystal.png │ ├── EternalCrystal_Glow.png │ ├── FieryScale.cs │ ├── FieryScale.png │ ├── FlameOfTheAbyss.cs │ ├── FlameOfTheAbyss.png │ ├── ForgottenIceBowScroll.cs │ ├── ForgottenIceBowScroll.png │ ├── ForgottenThunderBowScroll.cs │ ├── ForgottenThunderBowScroll.png │ ├── ImpHead.cs │ ├── ImpHead.png │ ├── KrakenFlesh.cs │ ├── KrakenFlesh.png │ ├── LichBone.cs │ ├── LichBone.png │ ├── LivingLog.cs │ ├── LivingLog.png │ ├── OolacileDarkMatter.cs │ ├── OolacileDarkMatter.png │ ├── Soul.cs │ ├── SoulOfArtorias.png │ ├── SoulOfAttraidies.png │ ├── SoulOfBequeathed.png │ ├── SoulOfBlight.png │ ├── SoulOfChaos.png │ ├── SoulOfCursed.png │ ├── SoulOfDark.png │ ├── SoulOfGhostWyvern.png │ ├── SoulOfGuardian.png │ ├── SoulOfLife.png │ ├── Titanite.cs │ ├── TitaniteBewitched.png │ ├── TitaniteBlue.png │ ├── TitaniteRed.png │ ├── TitaniteWhite.png │ ├── WorldRune.cs │ └── WorldRune.png ├── ModRecipeHelper.cs ├── MysteriousIdol.cs ├── MysteriousIdol.png ├── Pets │ ├── MiakodaCrescent.cs │ ├── MiakodaCrescent.png │ ├── MiakodaFull.cs │ ├── MiakodaFull.png │ ├── MiakodaNew.cs │ ├── MiakodaNew.png │ ├── RTQ2.cs │ └── RTQ2.png ├── Placeable │ ├── BonfireItem.png │ ├── BonfirePlaceable.cs │ ├── BonfirePlaceable.png │ ├── BuffStations │ │ ├── NecromancyAltar.cs │ │ └── NecromancyAltar.png │ ├── FlameJetItem.cs │ ├── FlameJetItem.png │ ├── Relics │ │ ├── AncestralSpiritRelic.cs │ │ ├── AncestralSpiritRelic.png │ │ ├── RelicItem.cs │ │ ├── TheHunterRelic.cs │ │ ├── TheHunterRelic.png │ │ ├── TheMachineRelic.cs │ │ ├── TheMachineRelic.png │ │ ├── TheRageRelic.cs │ │ ├── TheRageRelic.png │ │ ├── TheSorrowRelic.cs │ │ ├── TheSorrowRelic.png │ │ ├── TheTriadRelic.cs │ │ └── TheTriadRelic.png │ ├── SoapstonePlaceable.cs │ ├── SoulSkellyItemL.cs │ ├── SoulSkellyItemL.png │ ├── SoulSkellyItemR.cs │ ├── SoulSkellyItemR.png │ ├── SoulSkellyWall1Item.cs │ ├── SoulSkellyWall1Item.png │ ├── SoulSkellyWall2Item.cs │ ├── SoulSkellyWall2Item.png │ ├── SoulSkullItem.png │ ├── SoulSkullItemL.cs │ ├── SoulSkullItemL.png │ ├── SoulSkullItemR.cs │ ├── SoulSkullItemR.png │ └── Trophies │ │ ├── AncestralSpiritTrophy.cs │ │ ├── AncestralSpiritTrophy.png │ │ ├── CataluminanceTrophy.cs │ │ ├── CataluminanceTrophy.png │ │ ├── RetinazerTrophy.cs │ │ ├── RetinazerTrophy.png │ │ ├── SpazmatismTrophy.cs │ │ ├── SpazmatismTrophy.png │ │ ├── TheHunterTrophy.cs │ │ ├── TheHunterTrophy.png │ │ ├── TheMachineTrophy.cs │ │ ├── TheMachineTrophy.png │ │ ├── TheRageTrophy.cs │ │ ├── TheRageTrophy.png │ │ ├── TheSorrowTrophy.cs │ │ ├── TheSorrowTrophy.png │ │ ├── TrophyItem.cs │ │ └── TrophyItemEmpty.png ├── PotionBag.cs ├── PotionBag.png ├── PotionBag_Glow.png ├── Potions │ ├── AbyssFlask.cs │ ├── AbyssFlask.png │ ├── ArmorDrugPotion.cs │ ├── ArmorDrugPotion.png │ ├── AttractionPotion.png │ ├── BattlefrontPotion.cs │ ├── BattlefrontPotion.png │ ├── BloodredMossClump.cs │ ├── BloodredMossClump.png │ ├── BoostPotion.cs │ ├── BoostPotion.png │ ├── BottomlessGreenTeaPot.png │ ├── CharcoalPineResin.cs │ ├── CharcoalPineResin.png │ ├── ChickenGlowingMushroomSkewer.cs │ ├── ChickenGlowingMushroomSkewer.png │ ├── ChickenMushroomSkewer.cs │ ├── ChickenMushroomSkewer.png │ ├── CookedChicken.cs │ ├── CookedChicken.png │ ├── CrimsonPotion.cs │ ├── CrimsonPotion.png │ ├── DemonDrugPotion.cs │ ├── DemonDrugPotion.png │ ├── FourLeafClover.png │ ├── GlowingMushroomSkewer.cs │ ├── GlowingMushroomSkewer.png │ ├── GreaterRestorationPotion.cs │ ├── GreaterRestorationPotion.png │ ├── GreenBlossom.cs │ ├── GreenBlossom.png │ ├── HealingElixir.cs │ ├── HealingElixir.png │ ├── HealingElixir_Glowmask.png │ ├── HolyWarElixir.cs │ ├── HolyWarElixir.png │ ├── Lifegem.cs │ ├── Lifegem.png │ ├── MushroomSkewer.cs │ ├── MushroomSkewer.png │ ├── PermanentPotion.cs │ ├── RadiantLifegem.cs │ ├── RadiantLifegem.png │ ├── ShockwavePotion.cs │ ├── ShockwavePotion.png │ ├── SoulSiphonPotion.cs │ ├── SoulSiphonPotion.png │ ├── StarlightShard.cs │ ├── StarlightShard.png │ ├── StrengthPotion.cs │ ├── StrengthPotion.png │ ├── SupremeManaPotion.cs │ ├── SupremeManaPotion.png │ └── VanillaTextures │ │ ├── Ale.png │ │ ├── BowlOfSoup.png │ │ ├── GoldenDelight.png │ │ └── Teacup.png ├── PurgingStone.cs ├── PurgingStone.png ├── SoulCoin.cs ├── SoulCoin.png ├── SoulCoin_InWorld.png ├── SoulVessel.cs ├── SoulVessel.png ├── SoulVessel_Glow.png ├── StaminaDroplet.cs ├── StaminaDroplet.png ├── StaminaVessel.cs ├── StaminaVessel.png ├── StaminaVessel_Glow.png ├── SublimeBoneDust.cs ├── SublimeBoneDust.png ├── Tools │ ├── CrystalMagicWeapon.cs │ ├── CrystalMagicWeapon.png │ ├── DiamondPickaxe-old.png │ ├── DiamondPickaxe.cs │ ├── DiamondPickaxe.png │ ├── DraxEX.cs │ ├── DraxEX.png │ ├── DwarvenContract.cs │ ├── DwarvenContract.png │ ├── EnchantedMoonCharm.cs │ ├── EnchantedMoonCharm.png │ ├── GreatMagicBarrierScroll.cs │ ├── GreatMagicBarrierScroll.png │ ├── GreatMagicMirror.cs │ ├── GreatMagicMirror.png │ ├── GreatMagicShieldScroll.cs │ ├── GreatMagicShieldScroll.png │ ├── GreatMagicWeapon.cs │ ├── GreatMagicWeapon.png │ ├── HeavenPiercer.cs │ ├── HeavenPiercer.png │ ├── LampTome.cs │ ├── LampTome.png │ ├── MagicBarrierScroll.cs │ ├── MagicBarrierScroll.png │ ├── MagicShieldScroll.cs │ ├── MagicShieldScroll.png │ ├── MagicWeapon.cs │ ├── MagicWeapon.png │ ├── PowerWithin.cs │ ├── PowerWithin.png │ ├── RemedyScroll.cs │ ├── RemedyScroll.png │ ├── TomeOfHealth.cs │ ├── TomeOfHealth.png │ ├── VillageMirror.cs │ └── VillageMirror.png ├── VanillaItems │ ├── Alcohol.cs │ ├── AmmoReservationPotion.cs │ ├── BossBagEdits.cs │ ├── BuffStations.cs │ ├── Flasks.cs │ ├── HerosClothes.cs │ ├── MagicEdits.cs │ ├── MeleeEdits.cs │ ├── MinorEdits.cs │ ├── NonConsumableItem.cs │ ├── RangerEdits.cs │ ├── SummonerEdits.cs │ ├── SuspiciousLookingEye.cs │ └── TooltipHelper.cs ├── Vanity │ ├── AlucardFrockCoat.cs │ ├── AlucardFrockCoat.png │ ├── AlucardFrockCoat_Body.png │ ├── AlucardJackboots.cs │ ├── AlucardJackboots.png │ ├── AlucardJackboots_Legs.png │ ├── AlucardWig.cs │ ├── AlucardWig.png │ ├── AlucardWig_Head.png │ ├── AncestralSpiritMask.cs │ ├── AncestralSpiritMask.png │ ├── AncestralSpiritMask_Head.png │ ├── JOI3Chassis.cs │ ├── JOI3Chassis.png │ ├── JOI3Chassis_Body.png │ ├── JOI3Chassis_Legs.png │ ├── JOI3Headgear.cs │ ├── JOI3Headgear.png │ ├── JOI3Headgear_Head.png │ ├── SnarbolaxArmor.cs │ ├── SnarbolaxArmor.png │ ├── SnarbolaxArmor_Body.png │ ├── SnarbolaxGreaves.cs │ ├── SnarbolaxGreaves.png │ ├── SnarbolaxGreaves_Legs.png │ ├── SnipedStrangerHat.cs │ ├── SnipedStrangerHat.png │ ├── SnipedStrangerHat_Head.png │ ├── TheHunterMask.cs │ ├── TheHunterMask.png │ ├── TheHunterMask_Head.png │ ├── TheMachineMask.cs │ ├── TheMachineMask.png │ ├── TheMachineMask_Head.png │ ├── TheRageMask.cs │ ├── TheRageMask.png │ ├── TheRageMask_Head.png │ ├── TheSorrowMask.cs │ ├── TheSorrowMask.png │ ├── TheSorrowMask_Head.png │ ├── TheTriadMask.cs │ ├── TheTriadMask.png │ └── TheTriadMask_Head.png ├── Weapons │ ├── LionheartGunblade.cs │ ├── LionheartGunblade.png │ ├── Magic │ │ ├── ApprenticesWand.cs │ │ ├── ApprenticesWand.png │ │ ├── ArcaneLightrifle.cs │ │ ├── ArcaneLightrifle.png │ │ ├── CursedTormentor.cs │ │ ├── CursedTormentor.png │ │ ├── DivineAfflicter.png │ │ ├── DivineBoomCannon.cs │ │ ├── DivineSpark.cs │ │ ├── DivineSpark.png │ │ ├── EnergyBombRune.cs │ │ ├── EnergyBombRune.png │ │ ├── EnergyFieldRune.cs │ │ ├── EnergyFieldRune.png │ │ ├── ExplosionRune.cs │ │ ├── ExplosionRune.png │ │ ├── FarronDart.cs │ │ ├── FarronDart_Scroll.png │ │ ├── FireBombRune.cs │ │ ├── FireBombRune.png │ │ ├── FireFieldRune.cs │ │ ├── FireFieldRune.png │ │ ├── GreatSoulArrowStaff.cs │ │ ├── GreatSoulArrow_Scroll.png │ │ ├── LanceScepter.cs │ │ ├── LanceScepter.png │ │ ├── Masamune.cs │ │ ├── Masamune.png │ │ ├── Muramassa.cs │ │ ├── Muramassa.png │ │ ├── Murassame.cs │ │ ├── Murassame.png │ │ ├── Old │ │ │ ├── ForgottenIceBowOld.png │ │ │ └── WoodenFlute.png │ │ ├── PoisonBombRune.cs │ │ ├── PoisonBombRune.png │ │ ├── PoisonFieldRune.cs │ │ ├── PoisonFieldRune.png │ │ ├── RadiantGlimmer.cs │ │ ├── RadiantGlimmer.png │ │ ├── Runeterra │ │ │ ├── OrbOfDeception.cs │ │ │ ├── OrbOfDeception.png │ │ │ ├── OrbOfFlame.cs │ │ │ ├── OrbOfFlame.png │ │ │ ├── OrbOfSpirituality.cs │ │ │ ├── OrbOfSpirituality.png │ │ │ └── RuneterraOrb.cs │ │ ├── Scrolls │ │ │ ├── DeathStrikeScroll.cs │ │ │ ├── DeathStrikeScroll.png │ │ │ ├── EnergyStrikeScroll.cs │ │ │ ├── EnergyStrikeScroll.png │ │ │ ├── FlameStrikeScroll.cs │ │ │ ├── FlameStrikeScroll.png │ │ │ ├── GreatEnergyBeamScroll.cs │ │ │ └── GreatEnergyBeamScroll.png │ │ ├── SoulArrowStaff.cs │ │ ├── SoulArrowStaff.png │ │ ├── SoulArrow_Scroll.png │ │ ├── SpearOfMage.cs │ │ ├── SpearOfMage.png │ │ ├── Tomes │ │ │ ├── Ancient.cs │ │ │ ├── Ancient.png │ │ │ ├── BloomShards.cs │ │ │ ├── BloomShards.png │ │ │ ├── Bolt1Tome.cs │ │ │ ├── Bolt1Tome.png │ │ │ ├── Bolt2Tome.cs │ │ │ ├── Bolt2Tome.png │ │ │ ├── Bolt3Tome.cs │ │ │ ├── Bolt3Tome.png │ │ │ ├── Bolt4Tome.cs │ │ │ ├── Bolt4Tome.png │ │ │ ├── CelestialShards.cs │ │ │ ├── CelestialShards.png │ │ │ ├── ChaosTome.cs │ │ │ ├── ChaosTome.png │ │ │ ├── DevilsScythe.cs │ │ │ ├── DevilsScythe.png │ │ │ ├── FireSpiritTome.cs │ │ │ ├── FireSpiritTome.png │ │ │ ├── FireSpiritTome2.cs │ │ │ ├── FireSpiritTome2.png │ │ │ ├── FireSpiritTome3.cs │ │ │ ├── FireSpiritTome3.png │ │ │ ├── FireSpiritTome4.cs │ │ │ ├── FireSpiritTome4.png │ │ │ ├── FlamesOfTheNight.cs │ │ │ ├── FlamesOfTheNight.png │ │ │ ├── FlareTome.cs │ │ │ ├── FlareTome.png │ │ │ ├── FreezeBolt.cs │ │ │ ├── FreezeBolt.png │ │ │ ├── FreezeBolt2.cs │ │ │ ├── FreezeBolt2.png │ │ │ ├── FreezeBolt3.cs │ │ │ ├── FreezeBolt3.png │ │ │ ├── Ice1Tome.cs │ │ │ ├── Ice1Tome.png │ │ │ ├── Ice2Tome.cs │ │ │ ├── Ice2Tome.png │ │ │ ├── Ice3Tome.cs │ │ │ ├── Ice3Tome.png │ │ │ ├── Ice4Tome.cs │ │ │ ├── Ice4Tome.png │ │ │ ├── LightOfDawn.cs │ │ │ ├── LightOfDawn.png │ │ │ ├── LightOfDawnCrystal.png │ │ │ ├── MeteorShower.cs │ │ │ ├── MeteorShower.png │ │ │ ├── MeteorTome.cs │ │ │ ├── MeteorTome.png │ │ │ ├── Old │ │ │ │ ├── BarrierTome.png │ │ │ │ ├── FireSpiritTome-old.png │ │ │ │ ├── FireSpiritTome2-old.png │ │ │ │ ├── FireSpiritTome3-old.png │ │ │ │ ├── FireSpiritTome4-old.png │ │ │ │ └── ShieldTome.png │ │ │ ├── ShatteredPrism.cs │ │ │ ├── ShatteredPrism.png │ │ │ ├── Starfall.cs │ │ │ ├── Starfall.png │ │ │ ├── SunderedMoon.cs │ │ │ ├── SunderedMoon.png │ │ │ ├── TheBlackenedFlames.cs │ │ │ └── TheBlackenedFlames.png │ │ ├── UltimaTome.cs │ │ ├── UltimaTome.png │ │ ├── WandOfDarkness.cs │ │ ├── WandOfDarkness.png │ │ ├── WandOfDarkness2.cs │ │ ├── WandOfDarkness2.png │ │ ├── WandOfFire.cs │ │ ├── WandOfFire.png │ │ ├── WandOfFire2.cs │ │ ├── WandOfFire2.png │ │ ├── WandOfFrost.cs │ │ ├── WandOfFrost.png │ │ ├── WandOfFrost2.cs │ │ ├── WandOfFrost2.png │ │ ├── WaterSpiritTome.cs │ │ ├── WaterSpiritTome.png │ │ ├── WhiteLotus.cs │ │ ├── WhiteLotus.png │ │ ├── WoodenWand.cs │ │ └── WoodenWand.png │ ├── ManaBomb.cs │ ├── ManaBomb.png │ ├── Melee │ │ ├── Axes │ │ │ ├── AncientFireAxe.cs │ │ │ ├── AncientFireAxe.png │ │ │ ├── DunlendingAxe.cs │ │ │ ├── DunlendingAxe.png │ │ │ ├── ForgottenPoisonAxe.cs │ │ │ ├── ForgottenPoisonAxe.png │ │ │ ├── ForgottenRuneAxe.cs │ │ │ ├── ForgottenRuneAxe.png │ │ │ ├── GigantAxe.cs │ │ │ └── GigantAxe.png │ │ ├── Broadswords │ │ │ ├── AncientFireSword.cs │ │ │ ├── AncientFireSword.png │ │ │ ├── AtmaWeapon.cs │ │ │ ├── AtmaWeapon.png │ │ │ ├── BroadswordRework │ │ │ │ ├── Common │ │ │ │ │ ├── Charging │ │ │ │ │ │ └── ItemCharging.cs │ │ │ │ │ ├── Hooks │ │ │ │ │ │ └── Items │ │ │ │ │ │ │ ├── ICanDoMeleeDamage.cs │ │ │ │ │ │ │ ├── ICanMeleeCollideWithNPC.cs │ │ │ │ │ │ │ ├── ICanTurnDuringItemUse.cs │ │ │ │ │ │ │ ├── IHoldItemWhileDead.cs │ │ │ │ │ │ │ └── _Implementations │ │ │ │ │ │ │ ├── CanDoMeleeDamageImplementation.cs │ │ │ │ │ │ │ └── CanMeleeCollideWithNPCImplementation.cs │ │ │ │ │ ├── Melee │ │ │ │ │ │ ├── ItemMeleeAttackAiming.cs │ │ │ │ │ │ ├── ItemMeleeCooldownReplacement.cs │ │ │ │ │ │ ├── Slash.png │ │ │ │ │ │ ├── SlashPlayerDrawLayer.cs │ │ │ │ │ │ ├── _Animations │ │ │ │ │ │ │ ├── MeleeAnimation.cs │ │ │ │ │ │ │ └── QuickSlashMeleeAnimation.cs │ │ │ │ │ │ └── _Overhauls │ │ │ │ │ │ │ └── Broadsword.cs │ │ │ │ │ ├── Movement │ │ │ │ │ │ ├── PlayerDirectioning.cs │ │ │ │ │ │ └── _Packets │ │ │ │ │ │ │ └── PlayerMousePositionPacket.cs │ │ │ │ │ ├── PlayerEffects │ │ │ │ │ │ ├── PlayerAnimations.cs │ │ │ │ │ │ └── PlayerItemRotation.cs │ │ │ │ │ └── TextureColors │ │ │ │ │ │ └── TextureColorSystem.cs │ │ │ │ ├── Core │ │ │ │ │ ├── ItemComponents │ │ │ │ │ │ ├── ItemComponent.cs │ │ │ │ │ │ └── ItemComponentExtensions.cs │ │ │ │ │ ├── ItemOverhauls │ │ │ │ │ │ ├── ItemAttachmentAttribute.cs │ │ │ │ │ │ └── ItemOverhaul.cs │ │ │ │ │ └── Networking │ │ │ │ │ │ ├── MultiplayerSystem.cs │ │ │ │ │ │ └── NetPacket.cs │ │ │ │ └── Utilities │ │ │ │ │ ├── CollisionUtils.cs │ │ │ │ │ ├── MathUtils.cs │ │ │ │ │ ├── _DataStructures │ │ │ │ │ ├── Gradient.cs │ │ │ │ │ ├── Timer.cs │ │ │ │ │ ├── Vector2Int.cs │ │ │ │ │ ├── Vector4Int.cs │ │ │ │ │ └── VertexPositionUv2.cs │ │ │ │ │ └── _Extensions │ │ │ │ │ ├── ILCursorExtensions.cs │ │ │ │ │ ├── IOExtensions.cs │ │ │ │ │ ├── PlayerExtensions.cs │ │ │ │ │ ├── PlayerFramesExtensions.cs │ │ │ │ │ ├── TypeExtensions.cs │ │ │ │ │ └── Vector2Extensions.cs │ │ │ ├── CalciumBlade.cs │ │ │ ├── CalciumBlade.png │ │ │ ├── CoralSword.cs │ │ │ ├── CoralSword.png │ │ │ ├── CorruptedTooth.cs │ │ │ ├── CorruptedTooth.png │ │ │ ├── CrescentMoonSword.cs │ │ │ ├── CrescentMoonSword.png │ │ │ ├── Drakarthus.cs │ │ │ ├── Drakarthus.png │ │ │ ├── ForgottenGaiaSword.cs │ │ │ ├── ForgottenGaiaSword.png │ │ │ ├── ForgottenIceBrand.cs │ │ │ ├── ForgottenIceBrand.png │ │ │ ├── ForgottenSwordbreaker.cs │ │ │ ├── ForgottenSwordbreaker.png │ │ │ ├── IntrepidSword.cs │ │ │ ├── IntrepidSword.png │ │ │ ├── Jawblade.cs │ │ │ ├── Jawblade.png │ │ │ ├── MagmaTooth.cs │ │ │ ├── MagmaTooth.png │ │ │ ├── MoonlightGreatsword.cs │ │ │ ├── MoonlightGreatsword.png │ │ │ ├── MoonlightGreatsword_Glowmask.png │ │ │ ├── Ragnarok.cs │ │ │ ├── Ragnarok.png │ │ │ ├── RuneBlade.cs │ │ │ ├── RuneBlade.png │ │ │ ├── SeveringDusk.cs │ │ │ ├── SeveringDusk.png │ │ │ ├── SeveringDuskGlowmask.png │ │ │ ├── ShadowSickle.cs │ │ │ ├── ShadowSickle.png │ │ │ ├── Starstorm.cs │ │ │ ├── Starstorm.png │ │ │ ├── SunBlade.cs │ │ │ ├── SunBlade.png │ │ │ ├── ThornDecapitator.cs │ │ │ ├── ThornDecapitator.png │ │ │ ├── UltimaWeapon.cs │ │ │ ├── UltimaWeapon.png │ │ │ ├── UltimaWeaponGlowmask.png │ │ │ ├── UltimaWeaponTransparent.png │ │ │ ├── VampireBlade.cs │ │ │ ├── VampireBlade.png │ │ │ ├── WitchkingsSword.cs │ │ │ ├── WitchkingsSword.png │ │ │ ├── YianBlade.cs │ │ │ └── YianBlade.png │ │ ├── Claws │ │ │ ├── BurningFist.cs │ │ │ ├── BurningFist.png │ │ │ ├── WildKnuckles.cs │ │ │ ├── WildKnuckles.png │ │ │ ├── XuenClaws.cs │ │ │ └── XuenClaws.png │ │ ├── EphemeralThrowingAxe.cs │ │ ├── EphemeralThrowingAxe.png │ │ ├── EphemeralThrowingAxe2.cs │ │ ├── EphemeralThrowingAxe2.png │ │ ├── FetidExhaust.cs │ │ ├── FetidExhaust.png │ │ ├── Flails │ │ │ ├── BerserkerNightmare.cs │ │ │ ├── BerserkerNightmare.png │ │ │ ├── DiamondCrusher.cs │ │ │ ├── DiamondCrusher.png │ │ │ ├── HeavensTear.cs │ │ │ ├── HeavensTear.png │ │ │ ├── Moonfury.cs │ │ │ ├── Moonfury.png │ │ │ ├── SunderingLight.cs │ │ │ └── SunderingLight.png │ │ ├── ForgottenRisingSun.cs │ │ ├── ForgottenRisingSun.png │ │ ├── Hammers │ │ │ ├── AncientWarhammer.cs │ │ │ ├── AncientWarhammer.png │ │ │ ├── Doomhammer.cs │ │ │ ├── Doomhammer.png │ │ │ ├── Mjolnir.cs │ │ │ └── Mjolnir.png │ │ ├── Limit.cs │ │ ├── Limit.png │ │ ├── ModdedSpearItem.cs │ │ ├── OldSprites │ │ │ ├── AdamantiteFlail.png │ │ │ ├── ArtoriasGreatsword.png │ │ │ ├── CobaltHalberd.png │ │ │ ├── CopperSpear.png │ │ │ ├── CoralSword.png │ │ │ ├── EnchantedMorningStar.png │ │ │ ├── ForgottenAxe.png │ │ │ ├── ForgottenGreatAxe.png │ │ │ ├── ForgottenKotetsu.png │ │ │ ├── ForgottenLongSword.png │ │ │ ├── ForgottenMetalKnuckles.png │ │ │ ├── Galaxia.png │ │ │ ├── GoldSpear.png │ │ │ ├── IronSpear.png │ │ │ ├── MagmaToothOld.png │ │ │ ├── Murakumo.png │ │ │ ├── MythrilFlail.png │ │ │ ├── OldAxe.png │ │ │ ├── OldBroadsword.png │ │ │ ├── OldDoubleAxe.png │ │ │ ├── OldLongsword.png │ │ │ ├── OldMace.png │ │ │ ├── OldMorningStar.png │ │ │ ├── OldPoisonDagger.png │ │ │ ├── OldRapier.png │ │ │ ├── OldSabre.png │ │ │ ├── OldTwoHandedSword.png │ │ │ ├── OrcishHalberd.png │ │ │ ├── SilverFlail.png │ │ │ ├── SilverSpear.png │ │ │ ├── UltimaWeapon.png │ │ │ ├── UltimaWeaponGlowmask.png │ │ │ ├── UltimaWeaponTransparent.png │ │ │ └── WereBaneOld.png │ │ ├── Runeterra │ │ │ ├── Nightbringer.cs │ │ │ ├── Nightbringer.png │ │ │ ├── PlasmaWhirlwind.cs │ │ │ ├── PlasmaWhirlwind.png │ │ │ ├── RuneterraKatanaItem.cs │ │ │ ├── SteelTempest.cs │ │ │ ├── SteelTempest.png │ │ │ ├── WorldEnderItem-old.png │ │ │ ├── WorldEnderItem.cs │ │ │ └── WorldEnderItem.png │ │ ├── ShatteredMoonlight.cs │ │ ├── ShatteredMoonlight.png │ │ ├── Shortswords │ │ │ ├── BarbarousThornBlade.cs │ │ │ ├── BarbarousThornBlade.png │ │ │ ├── BarbarousThornBlade_Glow.png │ │ │ ├── BarrowBlade.cs │ │ │ ├── BarrowBlade.png │ │ │ ├── ClaiomhSolais.cs │ │ │ ├── ClaiomhSolais.png │ │ │ ├── Laevateinn.cs │ │ │ ├── Laevateinn.png │ │ │ ├── Wyrmkiller.cs │ │ │ ├── Wyrmkiller.png │ │ │ ├── YellowTail.cs │ │ │ └── YellowTail.png │ │ ├── Shrapnel.cs │ │ ├── Shrapnel.png │ │ ├── Spears │ │ │ ├── AncientBloodLance.cs │ │ │ ├── AncientBloodLance.png │ │ │ ├── AncientDragonLance.cs │ │ │ ├── AncientDragonLance.png │ │ │ ├── AncientHolyLance.cs │ │ │ ├── AncientHolyLance.png │ │ │ ├── CelestialLance.cs │ │ │ ├── CelestialLance.png │ │ │ ├── DragoonLance.cs │ │ │ ├── DragoonLance.png │ │ │ ├── GaeBolg.cs │ │ │ ├── GaeBolg.png │ │ │ ├── HiRyuuSpear.cs │ │ │ ├── HiRyuuSpear.png │ │ │ ├── Longinus.cs │ │ │ ├── Longinus.png │ │ │ ├── OldHalberd.cs │ │ │ ├── OldHalberd.png │ │ │ ├── PilgrimSpontoon.cs │ │ │ ├── PilgrimSpontoon.png │ │ │ ├── SupremeDragoonLance.cs │ │ │ ├── SupremeDragoonLance.png │ │ │ ├── WingedSpear.cs │ │ │ └── WingedSpear.png │ │ ├── ThrowingAxe.cs │ │ └── ThrowingAxe.png │ ├── Ranged │ │ ├── Bows │ │ │ ├── ArtemisBow.cs │ │ │ ├── ArtemisBow.png │ │ │ ├── BowOfEarendil.cs │ │ │ ├── BowOfEarendil.png │ │ │ ├── CernosPrime.cs │ │ │ ├── CernosPrime.png │ │ │ ├── ElfinBow.cs │ │ │ ├── ElfinBow.png │ │ │ ├── ForgottenIceBow.cs │ │ │ ├── ForgottenIceBow.png │ │ │ ├── ForgottenThunderBow.cs │ │ │ ├── ForgottenThunderBow.png │ │ │ ├── Gastraphetes.cs │ │ │ ├── Gastraphetes.png │ │ │ ├── PhoenixOverdrive.cs │ │ │ ├── PhoenixOverdrive.png │ │ │ ├── RadiantStrand.cs │ │ │ ├── RadiantStrand.png │ │ │ ├── SagittariusBow.cs │ │ │ ├── SagittariusBow.png │ │ │ ├── ShadowFury.cs │ │ │ ├── ShadowFury.png │ │ │ ├── TaintedBow.cs │ │ │ └── TaintedBow.png │ │ ├── Flamethrowers │ │ │ ├── Freezethrower.cs │ │ │ ├── Freezethrower.png │ │ │ ├── Meltdown.cs │ │ │ └── Meltdown.png │ │ ├── Guns │ │ │ ├── AngelicAura.cs │ │ │ ├── AngelicAura.png │ │ │ ├── AntimatRifle.cs │ │ │ ├── AntimatRifle.png │ │ │ ├── AriaOfSilver.png │ │ │ ├── Barrage.cs │ │ │ ├── Barrage.png │ │ │ ├── Bladerunner.png │ │ │ ├── CrystalSpectrum.cs │ │ │ ├── CrystalSpectrum.png │ │ │ ├── ExpulsorCannon.cs │ │ │ ├── ExpulsorCannon.png │ │ │ ├── HighCaliberRifle.cs │ │ │ ├── HighCaliberRifle.png │ │ │ ├── PhazonRifle.cs │ │ │ ├── PhazonRifle.png │ │ │ ├── PyroclasticFlow.cs │ │ │ ├── PyroclasticFlow.png │ │ │ ├── QuadroCannon.cs │ │ │ ├── QuadroCannon.png │ │ │ ├── RTQ2Rifle.cs │ │ │ └── RTQ2Rifle.png │ │ ├── RocketLaunchers │ │ │ ├── Blast.cs │ │ │ └── Blast.png │ │ ├── Runeterra │ │ │ ├── AlienGun.cs │ │ │ ├── AlienGun.png │ │ │ ├── OmegaSquadRifle.cs │ │ │ ├── OmegaSquadRifle.png │ │ │ ├── RuneterraDarts.cs │ │ │ ├── ToxicShot.cs │ │ │ └── ToxicShot.png │ │ └── Specialist │ │ │ ├── ArgentPeacemaker.cs │ │ │ ├── ArgentPeacemaker.png │ │ │ ├── Biohazard.cs │ │ │ ├── Biohazard.png │ │ │ ├── Biohazard_Glowmask.png │ │ │ ├── Blackhawk.cs │ │ │ ├── Blackhawk.png │ │ │ ├── Blaster.cs │ │ │ ├── Blaster.png │ │ │ ├── BlizzardBlaster.cs │ │ │ ├── BlizzardBlaster.png │ │ │ ├── Crossbow.cs │ │ │ ├── Crossbow.png │ │ │ ├── DarkTrident.cs │ │ │ ├── DarkTrident.png │ │ │ ├── DivineBallista.cs │ │ │ ├── DivineBallista.png │ │ │ ├── FocusedEnergyBeam.cs │ │ │ ├── FocusedEnergyBeam.png │ │ │ ├── GWPulsar.cs │ │ │ ├── GWPulsar.png │ │ │ ├── GWPulsar_Glowmask.png │ │ │ ├── GlaiveBeam.cs │ │ │ ├── GlaiveBeam.png │ │ │ ├── GlaiveBeamHeld_Glowmask.png │ │ │ ├── GlaiveBeam_Glowmask.png │ │ │ ├── HeavyCrossbow.cs │ │ │ ├── HeavyCrossbow.png │ │ │ ├── Marksman.cs │ │ │ ├── Marksman.png │ │ │ ├── PiercingGaze.cs │ │ │ ├── PiercingGaze.png │ │ │ ├── Polaris.cs │ │ │ ├── Polaris.png │ │ │ ├── Polaris_Glowmask.png │ │ │ ├── Pulsar.cs │ │ │ ├── Pulsar.png │ │ │ ├── Pulsar_Glowmask.png │ │ │ ├── Sentenza.cs │ │ │ ├── Sentenza.png │ │ │ ├── Silversix.cs │ │ │ ├── Silversix.png │ │ │ ├── Slimethrower.png │ │ │ ├── SniperCrossbow.cs │ │ │ ├── SniperCrossbow.png │ │ │ ├── SuperBlaster.cs │ │ │ ├── SuperBlaster.png │ │ │ ├── ToxicCatalyzer.cs │ │ │ ├── ToxicCatalyzer.png │ │ │ ├── ToxicCatalyzer_Glowmask.png │ │ │ ├── VirulentCatalyzer.cs │ │ │ ├── VirulentCatalyzer.png │ │ │ └── VirulentCatalyzer_Glowmask.png │ ├── Summon │ │ ├── BeetleIdol.cs │ │ ├── BeetleIdol.png │ │ ├── DarkSword.cs │ │ ├── DarkSword.png │ │ ├── EtherianWyvernStaff.cs │ │ ├── EtherianWyvernStaff.png │ │ ├── ForgottenImpHalberd.cs │ │ ├── ForgottenImpHalberd.png │ │ ├── ModdedMinionItem.cs │ │ ├── NullSpriteStaff.cs │ │ ├── NullSpriteStaff.png │ │ ├── PeculiarSphere.cs │ │ ├── PeculiarSphere.png │ │ ├── PhoenixEgg.cs │ │ ├── PhoenixEgg.png │ │ ├── PhotonicDownpour.cs │ │ ├── PhotonicDownpour.png │ │ ├── Runeterra │ │ │ ├── CenterOfTheUniverse.cs │ │ │ ├── CenterOfTheUniverse.png │ │ │ ├── CenterOfTheUniverse_Hand.png │ │ │ ├── InterstellarVesselControls.png │ │ │ ├── InterstellarVesselGauntlet.cs │ │ │ ├── InterstellarVesselGauntlet.png │ │ │ ├── InterstellarVesselGauntlet_Hand.png │ │ │ ├── RuneterraGauntlets.cs │ │ │ ├── ScorchingPoint.cs │ │ │ ├── ScorchingPoint.png │ │ │ └── ScorchingPoint_Hand.png │ │ ├── Sentry │ │ │ ├── CaiusPyre.cs │ │ │ ├── CaiusPyre.png │ │ │ ├── Galeforce.cs │ │ │ ├── Galeforce.png │ │ │ ├── Typhoon.cs │ │ │ ├── Typhoon.png │ │ │ ├── XBow.cs │ │ │ └── XBow.png │ │ ├── ShatteredReflection.cs │ │ ├── ShatteredReflection.png │ │ ├── SpiritBell.cs │ │ ├── SpiritBell.png │ │ ├── SunsetQuasar.cs │ │ ├── SunsetQuasar.png │ │ ├── TetsujinRemote.cs │ │ ├── TetsujinRemote.png │ │ ├── TripleThreat.cs │ │ ├── TripleThreat.png │ │ └── Whips │ │ │ ├── CrystalNunchaku.cs │ │ │ ├── CrystalNunchaku.png │ │ │ ├── DetonationSignal.cs │ │ │ ├── DetonationSignal.png │ │ │ ├── DominatrixItem.cs │ │ │ ├── DominatrixItem.png │ │ │ ├── DragoonLash.cs │ │ │ ├── DragoonLash.png │ │ │ ├── EnchantedWhip.cs │ │ │ ├── EnchantedWhip.png │ │ │ ├── NightsCrackerItem.cs │ │ │ ├── NightsCrackerItem.png │ │ │ ├── PolarisLeashItem.cs │ │ │ ├── PolarisLeashItem.png │ │ │ ├── Pyromethane.cs │ │ │ ├── Pyromethane.png │ │ │ ├── Pyrosulfate.cs │ │ │ ├── Pyrosulfate.png │ │ │ ├── RustedChain.cs │ │ │ ├── RustedChain.png │ │ │ ├── SearingLashItem.cs │ │ │ ├── SearingLashItem.png │ │ │ ├── SignaloftheNorthStar.cs │ │ │ ├── SupremeDragoonLash.cs │ │ │ ├── SupremeDragoonLash.png │ │ │ ├── TerraFallItem.cs │ │ │ ├── TerraFallItem.png │ │ │ ├── Urumi.cs │ │ │ ├── Urumi.png │ │ │ ├── WitchkingMace.cs │ │ │ └── WitchkingMace.png │ └── Throwing │ │ ├── BlackFirebomb.cs │ │ ├── BlackFirebomb.png │ │ ├── Crissaegrim.cs │ │ ├── Crissaegrim.png │ │ ├── EphemeralThrowingSpear.cs │ │ ├── EphemeralThrowingSpear.png │ │ ├── Firebomb.cs │ │ ├── Firebomb.png │ │ ├── HeavenSword.cs │ │ ├── HeavenSword.png │ │ ├── OilPot.cs │ │ ├── OilPot.png │ │ ├── RoyalThrowingSpear.cs │ │ ├── RoyalThrowingSpear.png │ │ ├── SporePowder.cs │ │ ├── SporePowder.png │ │ ├── ThrowingSpear.cs │ │ └── ThrowingSpear.png ├── tsorcGlobalItem.cs ├── tsorcInstancedGlobalItem.cs └── tsorcRarities.cs ├── LICENSE ├── Localization ├── en-US.hjson ├── ru-RU.hjson ├── tsorcRemixSoapstones_en-US.json ├── tsorcRemixSoapstones_ru-RU.json ├── tsorcRemixSoapstones_zh-Hans.json ├── tsorcSoapstones_en-US.json ├── tsorcSoapstones_ru-RU.json ├── tsorcSoapstones_zh-Hans.json └── zh-Hans.hjson ├── MethodSwaps.cs ├── NPCs ├── Bosses │ ├── AncestralSpirit.cs │ ├── AncestralSpirit.png │ ├── AncestralSpirit_Head_Boss.png │ ├── AncientDemon.cs │ ├── AncientDemon.png │ ├── AncientDemon_Head_Boss.png │ ├── AncientOolacileDemon.cs │ ├── AncientOolacileDemon.png │ ├── AncientOolacileDemon_Head_Boss.png │ ├── Boss Checklist Replacement Sprites │ │ ├── HellkiteDragon_Portrait.png │ │ ├── JungleWyvern_Portrait.png │ │ ├── LeonhardPhase1_Head_Boss.png │ │ ├── Seath_Portrait.png │ │ ├── Serris_Portrait.png │ │ ├── SlograAndGaibon_Head_Boss.png │ │ ├── SlograAndGaibon_Portrait.png │ │ ├── WyvernMageAndMechaDragon_Head_Boss.png │ │ └── WyvernMage_Portrait.png │ ├── BossBase.cs │ ├── BossBase.png │ ├── CatPhase1Head.png │ ├── CatPhase2Head.png │ ├── Cataluminance.cs │ ├── Cataluminance.png │ ├── Cataluminance_Crystal.png │ ├── Cataluminance_Crystal2.png │ ├── Cataluminance_Head_Boss.png │ ├── Cataluminance_Head_Boss_2.png │ ├── Death.cs │ ├── Death.png │ ├── DeathOld.png │ ├── DeathOld2.png │ ├── Death_Head_Boss.png │ ├── DeerclopsVanillaSprite.png │ ├── ExampleBoss.cs │ ├── ExampleBoss.png │ ├── ExampleBoss_Head_Boss.png │ ├── EyeofCthulhu │ │ ├── Item_2112.png │ │ ├── Item_43.png │ │ ├── NPC_133.png │ │ ├── NPC_4.png │ │ └── NPC_76.png │ ├── Gaibon.cs │ ├── Gaibon.png │ ├── Gaibon_Head_Boss.png │ ├── GreatRedThresher.cs │ ├── GreatRedThresher.png │ ├── GreatRedThresher_Head_Boss.png │ ├── HeroofLumelia.cs │ ├── HeroofLumelia.png │ ├── JungleWyvern │ │ ├── JungleWyvernBody.cs │ │ ├── JungleWyvernBody.png │ │ ├── JungleWyvernBody2.cs │ │ ├── JungleWyvernBody2.png │ │ ├── JungleWyvernBody3.cs │ │ ├── JungleWyvernBody3.png │ │ ├── JungleWyvernHead.cs │ │ ├── JungleWyvernHead.png │ │ ├── JungleWyvernHead_Head_Boss.png │ │ ├── JungleWyvernLegs.cs │ │ ├── JungleWyvernLegs.png │ │ ├── JungleWyvernTail.cs │ │ ├── JungleWyvernTail.png │ │ └── OceanWyvern │ │ │ ├── JungleWyvernBody.png │ │ │ ├── JungleWyvernBody2.png │ │ │ ├── JungleWyvernBody3.png │ │ │ ├── JungleWyvernHead.png │ │ │ ├── JungleWyvernHead_Head_Boss.png │ │ │ ├── JungleWyvernLegs.png │ │ │ └── JungleWyvernTail.png │ ├── NPC_139.png │ ├── Okiku │ │ ├── FinalForm │ │ │ ├── Attraidies.cs │ │ │ ├── AttraidiesFragment.cs │ │ │ ├── AttraidiesFragment.png │ │ │ ├── AttraidiesMimic.cs │ │ │ ├── AttraidiesMimic.png │ │ │ └── Attraidies_Head_Boss.png │ │ ├── FirstForm │ │ │ ├── AttraidiesShield.cs │ │ │ ├── AttraidiesShield.png │ │ │ ├── AttraidiesShield_Head_Boss - Copy.png │ │ │ ├── DamnedSoul.cs │ │ │ ├── DamnedSoul.png │ │ │ ├── DarkShogunMask.cs │ │ │ ├── DarkShogunMask.png │ │ │ └── DarkShogunMask_Head_Boss.png │ │ ├── SecondForm │ │ │ ├── DarkDragonMask.cs │ │ │ ├── DarkDragonMask.png │ │ │ ├── DarkDragonMask_Head_Boss.png │ │ │ ├── ShadowDragonBody.cs │ │ │ ├── ShadowDragonBody.png │ │ │ ├── ShadowDragonBody2.cs │ │ │ ├── ShadowDragonBody2.png │ │ │ ├── ShadowDragonBody3.cs │ │ │ ├── ShadowDragonBody3.png │ │ │ ├── ShadowDragonHead.cs │ │ │ ├── ShadowDragonHead.png │ │ │ ├── ShadowDragonLegs.cs │ │ │ ├── ShadowDragonLegs.png │ │ │ ├── ShadowDragonTail.cs │ │ │ └── ShadowDragonTail.png │ │ └── ThirdForm │ │ │ ├── BrokenOkiku.cs │ │ │ ├── Okiku.cs │ │ │ └── Okiku_Head_Boss.png │ ├── Pinwheel │ │ ├── Pinwheel.cs │ │ ├── Pinwheel.png │ │ ├── Pinwheel_Fireglow.png │ │ ├── Pinwheel_Head_Boss.png │ │ ├── Pinwheel_LanternBottomLeft.png │ │ ├── Pinwheel_LanternBottomRight.png │ │ ├── Pinwheel_LanternMiddleLeft.png │ │ ├── Pinwheel_LanternMiddleRight.png │ │ ├── Pinwheel_LanternTopLeftRight.png │ │ └── Pinwheel_ShadowflameGlow.png │ ├── PrimeV2 │ │ ├── PrimeBeam.cs │ │ ├── PrimeBeam.png │ │ ├── PrimeBeam_Glowmask.png │ │ ├── PrimeBeam_GlowmaskBeam.png │ │ ├── PrimeBuzzsaw.cs │ │ ├── PrimeBuzzsaw.png │ │ ├── PrimeBuzzsaw_Glowmask.png │ │ ├── PrimeGatling.cs │ │ ├── PrimeGatling.png │ │ ├── PrimeIntro.cs │ │ ├── PrimeIntro.png │ │ ├── PrimeIon.cs │ │ ├── PrimeIon.png │ │ ├── PrimeIon_Glowmask.png │ │ ├── PrimeSawBlade.png │ │ ├── PrimeSawBladeMolten.png │ │ ├── PrimeSiege.cs │ │ ├── PrimeSiege.png │ │ ├── PrimeWelder.cs │ │ ├── PrimeWelder.png │ │ ├── TheMachine.cs │ │ ├── TheMachine.png │ │ ├── TheMachine_Head_Boss.png │ │ ├── TheMachine_Head_Boss2.png │ │ └── TheMachine_Phase2.png │ ├── Probe.png │ ├── RetinazerV2.cs │ ├── RetinazerV2.png │ ├── RetinazerV2_Head_Boss.png │ ├── RetinazerV2_Head_Boss_2.png │ ├── Serris │ │ ├── SerrisBody.cs │ │ ├── SerrisBody.png │ │ ├── SerrisHead.cs │ │ ├── SerrisHead.png │ │ ├── SerrisHead_Head_Boss.png │ │ ├── SerrisTail.cs │ │ ├── SerrisTail.png │ │ ├── SerrisX.cs │ │ ├── SerrisX.png │ │ └── SerrisX_Head_Boss.png │ ├── Slogra.cs │ ├── Slogra.png │ ├── Slogra_Head_Boss.png │ ├── SpazmatismV2.cs │ ├── SpazmatismV2.png │ ├── SpazmatismV2_Head_Boss.png │ ├── SpazmatismV2_Head_Boss_2.png │ ├── SuperHardMode │ │ ├── AbysmalOolacileSorcerer.cs │ │ ├── AbysmalOolacileSorcerer.png │ │ ├── AbysmalOolacileSorcerer_Head_Boss.png │ │ ├── Artorias.cs │ │ ├── Artorias.png │ │ ├── Artorias_AllPlayerFrames.png │ │ ├── Artorias_Head_Boss.png │ │ ├── Blight.cs │ │ ├── Blight.png │ │ ├── Blight_Head_Boss.png │ │ ├── Chaos.cs │ │ ├── Chaos.png │ │ ├── Chaos_Head_Boss.png │ │ ├── DarkCloud.cs │ │ ├── DarkCloud.png │ │ ├── DarkCloudMirror.cs │ │ ├── DarkCloudMirror.png │ │ ├── DarkCloudMirror_Head_Boss.png │ │ ├── DarkCloud_Head_Boss.png │ │ ├── DarkUltimaWeapon.cs │ │ ├── DarkUltimaWeapon.pdn │ │ ├── DarkUltimaWeapon.png │ │ ├── DarkUltimaWeaponGlowmask.png │ │ ├── Fiends │ │ │ ├── EarthFiendLich.cs │ │ │ ├── EarthFiendLich.png │ │ │ ├── EarthFiendLich_Head_Boss.png │ │ │ ├── FireFiendMarilith.cs │ │ │ ├── FireFiendMarilith.png │ │ │ ├── FireFiendMarilith_Head_Boss.png │ │ │ ├── LichKingDisciple.cs │ │ │ ├── LichKingDisciple.png │ │ │ ├── LichKingSerpentBody.cs │ │ │ ├── LichKingSerpentBody.png │ │ │ ├── LichKingSerpentHead.cs │ │ │ ├── LichKingSerpentHead.png │ │ │ ├── LichKingSerpentTail.cs │ │ │ ├── LichKingSerpentTail.png │ │ │ ├── MarilithDeath.cs │ │ │ ├── MarilithIntro.cs │ │ │ ├── MarilithIntro.png │ │ │ ├── WaterFiendKraken.cs │ │ │ ├── WaterFiendKraken.png │ │ │ └── WaterFiendKraken_Head_Boss.png │ │ ├── GhostWyvernMage │ │ │ ├── GhostDragonBody.cs │ │ │ ├── GhostDragonBody.png │ │ │ ├── GhostDragonBody2.cs │ │ │ ├── GhostDragonBody2.png │ │ │ ├── GhostDragonBody3.cs │ │ │ ├── GhostDragonBody3.png │ │ │ ├── GhostDragonHead.cs │ │ │ ├── GhostDragonHead.png │ │ │ ├── GhostDragonHead_Head_Boss.png │ │ │ ├── GhostDragonLegs.cs │ │ │ ├── GhostDragonLegs.png │ │ │ ├── GhostDragonTail.cs │ │ │ ├── GhostDragonTail.png │ │ │ ├── MageShadow.cs │ │ │ ├── MageShadow.png │ │ │ ├── WyvernMageShadow.cs │ │ │ ├── WyvernMageShadow.png │ │ │ ├── WyvernMageShadow_Glow.png │ │ │ └── WyvernMageShadow_Head_Boss.png │ │ ├── GreatRedKnight.cs │ │ ├── GreatRedKnight.png │ │ ├── GreatRedKnight_Head_Boss.png │ │ ├── Gwyn.cs │ │ ├── Gwyn.png │ │ ├── Gwyn_Head_Boss.png │ │ ├── HellkiteDragon │ │ │ ├── HellkiteDragonBody.cs │ │ │ ├── HellkiteDragonBody.png │ │ │ ├── HellkiteDragonBody2.cs │ │ │ ├── HellkiteDragonBody2.png │ │ │ ├── HellkiteDragonBody3.cs │ │ │ ├── HellkiteDragonBody3.png │ │ │ ├── HellkiteDragonHead.cs │ │ │ ├── HellkiteDragonHead.png │ │ │ ├── HellkiteDragonHead_Head_Boss.png │ │ │ ├── HellkiteDragonLegs.cs │ │ │ ├── HellkiteDragonLegs.png │ │ │ ├── HellkiteDragonTail.cs │ │ │ └── HellkiteDragonTail.png │ │ ├── Seath │ │ │ ├── PrimordialCrystal.cs │ │ │ ├── PrimordialCrystal.png │ │ │ ├── PrimordialCrystal_Head_Boss.png │ │ │ ├── SeathTheScalelessBody.cs │ │ │ ├── SeathTheScalelessBody.png │ │ │ ├── SeathTheScalelessBody2.cs │ │ │ ├── SeathTheScalelessBody2.png │ │ │ ├── SeathTheScalelessBody3.cs │ │ │ ├── SeathTheScalelessBody3.png │ │ │ ├── SeathTheScalelessHead.cs │ │ │ ├── SeathTheScalelessHead.png │ │ │ ├── SeathTheScalelessHead_Head_Boss.png │ │ │ ├── SeathTheScalelessLegs.cs │ │ │ ├── SeathTheScalelessLegs.png │ │ │ ├── SeathTheScalelessTail.cs │ │ │ └── SeathTheScalelessTail.png │ │ ├── SoulOfCinder.cs │ │ ├── SwordOfLordGwyn.cs │ │ ├── SwordOfLordGwyn.png │ │ ├── Witchking.cs │ │ ├── Witchking.png │ │ └── Witchking_Head_Boss.png │ ├── TestBoss.cs │ ├── TestBoss.png │ ├── TheDestroyer │ │ ├── Gore_156.png │ │ ├── NPC_134.png │ │ ├── NPC_135.png │ │ ├── NPC_136.png │ │ └── NPC_139.png │ ├── TheHunter.cs │ ├── TheHunter.png │ ├── TheHunterBlur.png │ ├── TheHunterChild.cs │ ├── TheHunterChild.png │ ├── TheHunterChildBlur.png │ ├── TheHunterChildGlowmask.png │ ├── TheHunterGlowmask.png │ ├── TheHunter_Head_Boss.png │ ├── TheRage.cs │ ├── TheRage.png │ ├── TheRageBlur.png │ ├── TheRageEnrage.png │ ├── TheRageEnragePDN.pdn │ ├── TheRageGlowmask.png │ ├── TheRage_Head_Boss.png │ ├── TheSorrow.cs │ ├── TheSorrow.png │ ├── TheSorrowBlur.png │ ├── TheSorrowEnrage.pdn │ ├── TheSorrowEnrage.png │ ├── TheSorrowGlowmask.png │ ├── TheSorrow_Head_Boss.png │ ├── Triad_Head_Boss.png │ ├── Triad_Head_Boss_2.png │ └── WyvernMage │ │ ├── MechaDragonBody.cs │ │ ├── MechaDragonBody.png │ │ ├── MechaDragonBody2.cs │ │ ├── MechaDragonBody2.png │ │ ├── MechaDragonBody3.cs │ │ ├── MechaDragonBody3.png │ │ ├── MechaDragonHead.cs │ │ ├── MechaDragonHead.png │ │ ├── MechaDragonHead_Head_Boss.png │ │ ├── MechaDragonLegs.cs │ │ ├── MechaDragonLegs.png │ │ ├── MechaDragonTail.cs │ │ ├── MechaDragonTail.png │ │ ├── WyvernMage.cs │ │ ├── WyvernMage.png │ │ └── WyvernMage_Head_Boss.png ├── Enemies │ ├── AbandonedStump.cs │ ├── AbandonedStump.png │ ├── Archdeacon.cs │ ├── Archdeacon.png │ ├── ArmoredWraith.cs │ ├── ArmoredWraith.png │ ├── Assassin.cs │ ├── Assassin.png │ ├── AttraidiesIllusion.cs │ ├── AttraidiesIllusion.png │ ├── AttraidiesManifestation.cs │ ├── AttraidiesManifestation.png │ ├── BarrowWight.cs │ ├── BarrowWight.png │ ├── BasiliskShifter.cs │ ├── BasiliskShifter.png │ ├── BasiliskWalker.cs │ ├── BasiliskWalker.png │ ├── BlackKnight.cs │ ├── BlackKnight.png │ ├── Byakhee.cs │ ├── Byakhee.png │ ├── ClericOfSorrow.cs │ ├── ClericOfSorrow.png │ ├── CloudBat.cs │ ├── CloudBat.png │ ├── CosmicCrystalLizard.cs │ ├── CosmicCrystalLizard.png │ ├── CosmicCrystalLizard_Glow.png │ ├── CrazedDemonSpirit.cs │ ├── CrazedDemonSpirit.png │ ├── DemonElemental.cs │ ├── DemonElemental.png │ ├── DemonSpirit.cs │ ├── DemonSpirit.png │ ├── DestroyerLaserProbe.cs │ ├── DestroyerLaserProbe.png │ ├── DiscipleOfAttraidies.cs │ ├── DiscipleOfAttraidies.png │ ├── DungeonMage.cs │ ├── DungeonMage.png │ ├── Dunlending.cs │ ├── Dunlending.png │ ├── DworcFleshhunter.cs │ ├── DworcFleshhunter.png │ ├── DworcVenomsniper.cs │ ├── DworcVenomsniper.png │ ├── DworcVenomsniper_Telegraph.png │ ├── DworcVoodooShaman.cs │ ├── DworcVoodooShaman.png │ ├── DworcVoodoomaster.cs │ ├── DworcVoodoomaster.png │ ├── FallenNecromancer.cs │ ├── FallenNecromancer.png │ ├── FireLurker.cs │ ├── FireLurker.png │ ├── FirebombHollow.cs │ ├── FirebombHollow.png │ ├── FirebombHollow_Firebomb.png │ ├── GaibonFireball.cs │ ├── GaibonFireball.png │ ├── GhostOfAHollowWarrior.cs │ ├── GhostOfAHollowWarrior.png │ ├── GhostOfTheDarkmoonKnight.cs │ ├── GhostOfTheDarkmoonKnight.png │ ├── GhostOfTheDrowned.cs │ ├── GhostOfTheDrowned.png │ ├── GhostOfTheForgottenWarrior.cs │ ├── GhostOfTheForgottenWarrior.png │ ├── GhostoftheForgottenKnight.cs │ ├── GhostoftheForgottenKnight.png │ ├── HollowSoldier.cs │ ├── HollowSoldier.png │ ├── HollowSoldier_Shield.png │ ├── HollowSpearman.cs │ ├── HollowSpearman.png │ ├── HollowWarrior.cs │ ├── HollowWarrior.png │ ├── HollowWarrior_Shield.png │ ├── HumanityPhantom.cs │ ├── HumanityPhantom.png │ ├── JungleSentree.cs │ ├── JungleSentree.png │ ├── JungleWyvernJuvenile │ │ ├── JungleWyvernJuvenileBody.cs │ │ ├── JungleWyvernJuvenileBody.png │ │ ├── JungleWyvernJuvenileBody2.cs │ │ ├── JungleWyvernJuvenileBody2.png │ │ ├── JungleWyvernJuvenileBody3.cs │ │ ├── JungleWyvernJuvenileBody3.png │ │ ├── JungleWyvernJuvenileHead.cs │ │ ├── JungleWyvernJuvenileHead.png │ │ ├── JungleWyvernJuvenileLegs.cs │ │ ├── JungleWyvernJuvenileLegs.png │ │ ├── JungleWyvernJuvenileTail.cs │ │ └── JungleWyvernJuvenileTail.png │ ├── KnightOfGwyn.png │ ├── LeonhardPhase1MoreFrames.png │ ├── LivingShroomThief.cs │ ├── LivingShroomThief.png │ ├── LothricBlackKnight.cs │ ├── LothricKnight.cs │ ├── LothricKnight.png │ ├── LothricKnight_CrimsonEquipment.png │ ├── LothricKnight_Shield.png │ ├── LothricSpearKnight.cs │ ├── LothricSpearKnight.png │ ├── LothricSpearKnight_Greatshield.png │ ├── ManHunter.cs │ ├── ManHunter.png │ ├── MarilithSeeker.cs │ ├── MarilithSeeker.png │ ├── MarilithSpiritTwin.cs │ ├── MarilithSpiritTwin.png │ ├── MaskedSentree.png │ ├── MindflayerIllusion.cs │ ├── MindflayerIllusion.png │ ├── MindflayerKingServant.cs │ ├── MindflayerKingServant.png │ ├── MindflayerServant.cs │ ├── MindflayerServant.png │ ├── MountedSandsprog.cs │ ├── MountedSandsprog.png │ ├── MountedSandsprogMage.cs │ ├── MountedSandsprogMage.png │ ├── Mounted_Sandsprog_Electro_Jaw.png │ ├── MutantToad.cs │ ├── MutantToad.png │ ├── Necromancer.cs │ ├── Necromancer.png │ ├── ObsidianJellyfish.cs │ ├── ObsidianJellyfish.png │ ├── Parasprite.cs │ ├── Parasprite.png │ ├── ParasyticWorm │ │ ├── ParasyticWormBody.cs │ │ ├── ParasyticWormBody.png │ │ ├── ParasyticWormHead.cs │ │ ├── ParasyticWormHead.png │ │ ├── ParasyticWormTail.cs │ │ └── ParasyticWormTail.png │ ├── PinwheelFireball.cs │ ├── PinwheelFireball.png │ ├── PrimeLaserProbe.cs │ ├── PrimeLaserProbe.png │ ├── QuaraHydromancer.cs │ ├── QuaraHydromancer.png │ ├── RedCloudHunter.cs │ ├── RedCloudHunter.png │ ├── RedKnight.cs │ ├── RedKnight.png │ ├── RedKnightOld.png │ ├── ResentfulSeedling.cs │ ├── ResentfulSeedling.png │ ├── RingedKnight.cs │ ├── RingedKnight.png │ ├── RingedKnight_FireSword.png │ ├── RingedKnight_Glow.png │ ├── Sandsprog.cs │ ├── Sandsprog.png │ ├── SandsprogMage.cs │ ├── SandsprogMage.png │ ├── Sandsprog_Mounted_Knife_Arm.png │ ├── Sandsprog_Mounted_Throw_Arm.png │ ├── ShadowMage.cs │ ├── ShadowMage.png │ ├── ShadowMage_Glowmask.png │ ├── SnowOwl.cs │ ├── SnowOwl.png │ ├── SpectralKnight.png │ ├── SpectralKnightCloaked.png │ ├── StoneGolem.cs │ ├── StoneGolem.png │ ├── SuperHardMode │ │ ├── Abysswalker.cs │ │ ├── Abysswalker.png │ │ ├── AncientDemonOfTheAbyss.cs │ │ ├── AncientDemonOfTheAbyss.png │ │ ├── BarrowWightNemesis.cs │ │ ├── BarrowWightNemesis.png │ │ ├── BarrowWightPhantom.cs │ │ ├── BarrowWightPhantom.png │ │ ├── BasiliskHunter.cs │ │ ├── BasiliskHunter.png │ │ ├── CorruptedElemental.cs │ │ ├── CorruptedElemental.png │ │ ├── CorruptedHornet.cs │ │ ├── CorruptedHornet.png │ │ ├── CrystalKnight.cs │ │ ├── CrystalKnight.png │ │ ├── DarkBloodKnight.cs │ │ ├── DarkBloodKnight.png │ │ ├── DarkKnight.cs │ │ ├── DarkKnight.png │ │ ├── DemonWheel.cs │ │ ├── DemonWheel.png │ │ ├── GuardianCorruptor.cs │ │ ├── GuardianCorruptor.png │ │ ├── GuardianCorruptorOLD.png │ │ ├── HydrisElemental.cs │ │ ├── HydrisElemental.png │ │ ├── HydrisNecromancer.cs │ │ ├── HydrisNecromancer.png │ │ ├── IceSkeleton.cs │ │ ├── IceSkeleton.png │ │ ├── KnightOfGwyn.cs │ │ ├── KnightOfGwyn.png │ │ ├── ManOfWar.cs │ │ ├── ManOfWar.png │ │ ├── OolacileDemon.cs │ │ ├── OolacileDemon.png │ │ ├── OolacileKnight.cs │ │ ├── OolacileKnight.png │ │ ├── OolacileSorcerer.cs │ │ ├── OolacileSorcerer.png │ │ ├── SerpentOfTheAbyss │ │ │ ├── SerpentOfTheAbyssBody.cs │ │ │ ├── SerpentOfTheAbyssBody.png │ │ │ ├── SerpentOfTheAbyssHead.cs │ │ │ ├── SerpentOfTheAbyssHead.png │ │ │ ├── SerpentOfTheAbyssTail.cs │ │ │ └── SerpentOfTheAbyssTail.png │ │ ├── SlograII.cs │ │ ├── SlograII.png │ │ ├── TaurusKnight.cs │ │ ├── TaurusKnight.png │ │ ├── Tetsujin.cs │ │ ├── Tetsujin.png │ │ ├── VampireBat.cs │ │ └── VampireBat.png │ ├── TibianAmazon.cs │ ├── TibianAmazon.png │ ├── TibianAmazon_Knife.png │ ├── TibianValkyrie.cs │ ├── TibianValkyrie.png │ ├── TibianValkyrie_Spear.png │ ├── Tonberry.cs │ ├── Tonberry.png │ ├── UndeadCaster.cs │ ├── UndeadCaster.png │ ├── UndeadCasterOld.png │ ├── UndeadCaster_Glow.png │ ├── ViciousSpit.cs │ ├── ViciousSpit.png │ ├── Warlock.cs │ ├── Warlock.png │ ├── WaterSpirit.cs │ ├── WaterSpirit.png │ ├── Whirl.png │ ├── Willowisp.cs │ └── Willowisp.png ├── Friendly │ ├── Archaeologist.cs │ ├── Archaeologist.png │ ├── Archaeologist_Head.png │ ├── Chicken.cs │ ├── Chicken.png │ ├── DoctorJones.cs │ ├── DoctorJones.png │ ├── DoctorJones_Head.png │ ├── Dwarf.cs │ ├── Dwarf.png │ ├── Dwarf_Head.png │ ├── DwarvenGuard.png │ ├── DwarvenGuard_Head.png │ ├── Dwarven_Guard.cs │ ├── EmeraldHerald.cs │ ├── EmeraldHerald.png │ ├── EmeraldHerald_Eye.png │ ├── EmeraldHerald_Head.png │ ├── FreedFairy.cs │ ├── FreedFairy.png │ ├── FreedFairy_Head.png │ ├── LivingGlowshroom.cs │ ├── LivingGlowshroom.png │ ├── LivingShroom.cs │ ├── LivingShroom.png │ ├── LonelyFairy.cs │ ├── LonelyFairy.png │ ├── LonelyFairy_Head.png │ ├── MiakodaNPC.cs │ ├── MiakodaNPC.png │ ├── MiakodaNPC_Head.png │ ├── ShamanElder.cs │ ├── ShamanElder.png │ ├── ShamanElder_Head.png │ ├── SolaireOfAstora.cs │ ├── SolaireOfAstora.png │ ├── SolaireOfAstora_Head.png │ ├── SolaireOfAstora_NO_PRAISE_SUN.png │ ├── TibianArcher.cs │ ├── TibianArcher.png │ ├── TibianArcher_Head.png │ ├── TibianMage.cs │ ├── TibianMage.png │ ├── TibianMage_Head.png │ ├── UndeadMerchant.cs │ ├── UndeadMerchant.png │ └── UndeadMerchant_Head.png ├── GlobalNPC.cs ├── Special │ ├── AbyssCataclysm.cs │ ├── AbyssCataclysm.png │ ├── AbyssFracture.cs │ ├── AbyssFracture.png │ ├── AbyssPortal.cs │ ├── AbyssPortal.png │ ├── AttraidiesApparition.cs │ ├── AttraidiesApparition.png │ ├── Bonfirefly.cs │ ├── Bonfirefly.png │ ├── Faraam New Sprite Cut.png │ ├── Faraam-NotSure.png │ ├── Faraam-Recent-Old.png │ ├── Faraam.cs │ ├── Faraam.png │ ├── Gael.png │ ├── Greirat.png │ ├── GwynBossVision.cs │ ├── GwynBossVision.png │ ├── Havel.png │ ├── Leonhard-from-gif.png │ ├── Leonhard2.gif │ ├── Leonhard3.gif │ ├── LeonhardPhase1.cs │ ├── LeonhardPhase1.png │ ├── LeonhardPhase1_Head_Boss.png │ ├── LeonhardPhase2.cs │ ├── LeonhardPhase2.png │ ├── LeonhardPhase2_Glow.png │ ├── LeonhardPhase2_Old.png │ ├── Leonhard_Firebomb.png │ ├── MoonlitLeonhard.aseprite │ ├── MoonlitLeonhard.cs │ ├── MoonlitLeonhard.png │ ├── MoonlitLeonhard_.png │ ├── MoonlitLeonhard_Head_Boss.png │ ├── MoonlitLeonhard_Mask.png │ ├── NamelessKing - Full Spritesheet.png │ ├── NamelessKing.cs │ ├── NamelessKing.png │ ├── Seigward.png │ ├── TrueDeath.cs │ ├── TrueDeath.png │ ├── TrueDeath_Head_Boss.png │ └── Visions │ │ ├── Artorias.png │ │ ├── Artorias_Outline.png │ │ ├── Chaos.png │ │ ├── EarthFiendLich.png │ │ ├── FireFiendMarilith.png │ │ ├── SeathTheScalelessHead.png │ │ ├── WaterFiendKraken.png │ │ └── WyvernMageShadow.png ├── VanillaChanges.cs └── Worms.cs ├── Player ├── tsorcRevampPlayerCerulean.cs ├── tsorcRevampPlayerDodgeRoll.cs ├── tsorcRevampPlayerEstus.cs ├── tsorcRevampPlayerMain.cs ├── tsorcRevampPlayerStamina.cs ├── tsorcRevampPlayerSwordflip.cs ├── tsorcRevampPlayerUI.cs ├── tsorcRevampPlayerUpdateLoops.cs └── tsorcRevampPlayerVisuals.cs ├── Prefixes ├── Blessed.cs └── Refreshing.cs ├── Projectiles ├── Accessories │ ├── FriendlyIonBomb.cs │ └── FriendlyIonBomb.png ├── ArcheologistWhip.cs ├── ArcheologistWhip.png ├── AuraOfDecay.cs ├── AuraOfIlluminance.cs ├── Barrier.cs ├── Barrier.png ├── BlackFire.cs ├── BlackFire.png ├── BlackFirebombProj.cs ├── BlackFirebombProj.png ├── BlackFirelet.cs ├── BlackFirelet.png ├── Bloodsign.cs ├── Bloodsign.png ├── Bolt1Ball.cs ├── Bolt1Ball.png ├── Bolt1Bolt.cs ├── Bolt1Bolt.png ├── Bolt1Revamped.cs ├── Bolt1Revamped.png ├── Bolt2Ball.cs ├── Bolt2Bolt.cs ├── Bolt2Bolt.png ├── Bolt3Ball.cs ├── Bolt3Bolt.cs ├── Bolt3Bolt.png ├── Bolt4Ball.cs ├── Bolt4Bolt.cs ├── Bolt4Bolt.png ├── Bolt4BoltOld.png ├── BoltBounceStart.png ├── BoltChaining.cs ├── BoltChaining.png ├── BoltEnd.png ├── BoltMiddle1.png ├── BoltMiddle2.png ├── BoltShock.png ├── BoltStart.png ├── BoneHostile.cs ├── BoneHostile.png ├── BoneRevenge.cs ├── BurningShards.cs ├── BurningShards.png ├── CMSCrescent.cs ├── CernosPrimeHeld.cs ├── CernosPrimeHeld.png ├── ChaosBall2.cs ├── ChaosBall2.png ├── ChargedBowHeld.cs ├── Comet.png ├── Crescent.cs ├── Crescent.png ├── CrescentTrue.cs ├── CrescentTrue.png ├── CursedFlames.cs ├── CursedFlames.png ├── DeathStrike.cs ├── DeathStrike.png ├── DevilSickle.cs ├── DevilSickle.png ├── DyingStarHoldout.cs ├── DyingStarHoldout.png ├── Enemy │ ├── AntiGravityBlast.cs │ ├── AntiGravityBlast.png │ ├── ArcherBolt.cs │ ├── ArcherBolt.png │ ├── ArtoriasDarkBead.cs │ ├── ArtoriasDarkBead.png │ ├── ArtoriasGreatsword.cs │ ├── ArtoriasGreatsword.png │ ├── Birbs │ │ ├── HunterToxicBreath.cs │ │ ├── RageDemonBolt.cs │ │ ├── RageFirebomb.cs │ │ ├── RageFirebreath.cs │ │ └── SorrowFrozenBreath.cs │ ├── BlackBreath.cs │ ├── BlackBreath.png │ ├── BlackKnightGhostSpear.cs │ ├── BlackKnightGhostSpear.png │ ├── BlackKnightSpear.cs │ ├── BlackKnightSpear.png │ ├── BlackKnightsSpear.cs │ ├── BlackKnightsSpear.png │ ├── BlackThrowingSpear.cs │ ├── BlackThrowingSpear.png │ ├── BlightCataclysm.cs │ ├── BlindingPulse.cs │ ├── BoulderDropLeft.cs │ ├── BoulderDropLeft.png │ ├── BoulderDropRight.cs │ ├── BoulderDropRight.png │ ├── Bubble.cs │ ├── Bubble.png │ ├── BurningPhantomSeeker.cs │ ├── BurningPhantomSeeker.png │ ├── ChaosDeathAnimation.cs │ ├── ChaosDeathAnimation.png │ ├── CrazedPurpleCrush.cs │ ├── CrazedPurpleCrush.png │ ├── CrystalFire.cs │ ├── CrystalFire.png │ ├── CursedDragonsBreath.cs │ ├── CursedDragonsBreath.png │ ├── DarkCloud │ │ ├── AntimatTargeting.cs │ │ ├── DarkAntiMatRound.cs │ │ ├── DarkAntiMatRound.png │ │ ├── DarkCloudDragoonLance.cs │ │ ├── DarkCloudDragoonLance.png │ │ ├── DarkCloudSpark.png │ │ ├── DarkDivineSpark.cs │ │ ├── DarkDivineSpark.png │ │ ├── DarkFlow.cs │ │ ├── DarkFreezeBolt.cs │ │ ├── DarkFreezeBolt.png │ │ ├── DarkUltimaWeaponDummyProjectile.cs │ │ ├── DarkUltimaWeaponDummyProjectile.png │ │ ├── DarkWave.cs │ │ ├── EnemyArrowOfDarkCloud.cs │ │ └── EnemyArrowOfDarkCloud.png │ ├── DarkExplosion.cs │ ├── DarkExplosion.png │ ├── DarkExplosion2.cs │ ├── DarkExplosion2.png │ ├── Death │ │ ├── BloodShot.cs │ │ └── BloodShot.png │ ├── DemonSpirit.cs │ ├── DemonSpirit.png │ ├── DragonMeteor.cs │ ├── DragonMeteor.png │ ├── DragonsBreath.cs │ ├── DragonsBreath.png │ ├── DroidBomb.cs │ ├── DroidBomb.png │ ├── EarthTrident.cs │ ├── EarthTrident.png │ ├── EnemyArrowOfBard.cs │ ├── EnemyBioSpitBall.cs │ ├── EnemyBioSpitBall.png │ ├── EnemyBlackCursedBreath.cs │ ├── EnemyBlackCursedBreath.png │ ├── EnemyBlackFire.cs │ ├── EnemyBlackFire.png │ ├── EnemyBlackFirelet.cs │ ├── EnemyBlackFirelet.png │ ├── EnemyBlackKnightHomingCrystal.cs │ ├── EnemyBlackKnightHomingCrystal.png │ ├── EnemyBolt4Ball.cs │ ├── EnemyBolt4Bolt.cs │ ├── EnemyCrystalKnightBolt.cs │ ├── EnemyCrystalKnightBolt.png │ ├── EnemyCrystalKnightBoltII.cs │ ├── EnemyCrystalKnightBoltII.png │ ├── EnemyCursedBreath.cs │ ├── EnemyCursedBreath.png │ ├── EnemyCursedBreathCollides.cs │ ├── EnemyCursedBreathCollides.png │ ├── EnemyCursedFlames.cs │ ├── EnemyDragoonLance.cs │ ├── EnemyDragoonLance.png │ ├── EnemyFirebomb.cs │ ├── EnemyFirebomb.png │ ├── EnemyForgottenPearlSpearProj.cs │ ├── EnemyForgottenPearlSpearProj.png │ ├── EnemyGenericLaserTargeting.png │ ├── EnemyGreatAttack.cs │ ├── EnemyGreatAttack.png │ ├── EnemyIceBallUp.cs │ ├── EnemyIceIcicleUp.cs │ ├── EnemyLightningStrike.cs │ ├── EnemyLightningStrike.png │ ├── EnemyLingeringLaser.cs │ ├── EnemyLingeringLaser.png │ ├── EnemyMeteor.cs │ ├── EnemyMeteor.png │ ├── EnemyMoonfuryBomb.cs │ ├── EnemyMoonfuryBomb.png │ ├── EnemyPlasmaOrb.cs │ ├── EnemyPlasmaOrb.png │ ├── EnemyRedLaser.cs │ ├── EnemyRedLaser.png │ ├── EnemyRedirectingShark.cs │ ├── EnemyRedirectingShark.png │ ├── EnemySmokebomb.cs │ ├── EnemySmokebomb.png │ ├── EnemySpellAbyssPoisonStrike.cs │ ├── EnemySpellAbyssPoisonStrike.png │ ├── EnemySpellAbyssPoisonStrikeBall.cs │ ├── EnemySpellAbyssPoisonStrikeBall.png │ ├── EnemySpellAbyssPoisonStrikeBallLong.cs │ ├── EnemySpellAbyssPoisonStrikeBallLong.png │ ├── EnemySpellAbyssPoisonStrikeLong.cs │ ├── EnemySpellAbyssPoisonStrikeLong.png │ ├── EnemySpellAbyssStorm.cs │ ├── EnemySpellAbyssStorm.png │ ├── EnemySpellAbyssStormBall.cs │ ├── EnemySpellAbyssStormBall.png │ ├── EnemySpellAbyssStormWave.cs │ ├── EnemySpellAbyssStormWave.png │ ├── EnemySpellArmageddon.cs │ ├── EnemySpellArmageddon.png │ ├── EnemySpellArmageddonBall.cs │ ├── EnemySpellArmageddonBall.png │ ├── EnemySpellArmageddonBlast.cs │ ├── EnemySpellArmageddonBlast.png │ ├── EnemySpellArmageddonBlastBall.cs │ ├── EnemySpellArmageddonBlastBall.png │ ├── EnemySpellBlaze.cs │ ├── EnemySpellBlaze.png │ ├── EnemySpellBlazeBall.cs │ ├── EnemySpellBlazeBall.png │ ├── EnemySpellEffectBuff.cs │ ├── EnemySpellEffectBuff.png │ ├── EnemySpellEffectHealing.cs │ ├── EnemySpellEffectHealing.png │ ├── EnemySpellGravity1Ball.cs │ ├── EnemySpellGravity1Ball.png │ ├── EnemySpellGravity1Strike.cs │ ├── EnemySpellGravity1Strike.png │ ├── EnemySpellGravity4Ball.cs │ ├── EnemySpellGravity4Ball.png │ ├── EnemySpellGravity4Strike.cs │ ├── EnemySpellGravity4Strike.png │ ├── EnemySpellGreatEnergyBall.cs │ ├── EnemySpellGreatEnergyBeam.cs │ ├── EnemySpellGreatEnergyBeam.png │ ├── EnemySpellGreatEnergyBeamBall.cs │ ├── EnemySpellGreatEnergyBeamBall.png │ ├── EnemySpellGreatEnergyStrike.cs │ ├── EnemySpellGreatFireball.cs │ ├── EnemySpellGreatFireball.png │ ├── EnemySpellGreatFireballBall.cs │ ├── EnemySpellGreatFireballBall.png │ ├── EnemySpellGreatPoisonStrike.cs │ ├── EnemySpellGreatPoisonStrike.png │ ├── EnemySpellGreatPoisonStrikeBall.cs │ ├── EnemySpellGreatPoisonStrikeBall.png │ ├── EnemySpellHoldBall.cs │ ├── EnemySpellHoldBall.png │ ├── EnemySpellIce3Ball.cs │ ├── EnemySpellIce3Icicle.cs │ ├── EnemySpellIcestormBall.cs │ ├── EnemySpellIcestormIcicle1.cs │ ├── EnemySpellIcestormIcicle1.png │ ├── EnemySpellIcestormIcicle2.cs │ ├── EnemySpellIcestormIcicle2.png │ ├── EnemySpellIcestormIcicle3.cs │ ├── EnemySpellIcestormIcicle3.png │ ├── EnemySpellIcestormIcicle4.cs │ ├── EnemySpellIcestormIcicle4.png │ ├── EnemySpellLightPillar.cs │ ├── EnemySpellLightPillar.png │ ├── EnemySpellLightPillarBall.cs │ ├── EnemySpellLightning3Ball.cs │ ├── EnemySpellLightning3Bolt.cs │ ├── EnemySpellLightning4Ball.cs │ ├── EnemySpellLightning4Bolt.cs │ ├── EnemySpellMeteor.cs │ ├── EnemySpellMeteor.png │ ├── EnemySpellPoisonField.cs │ ├── EnemySpellPoisonField.png │ ├── EnemySpellPoisonFieldBall.cs │ ├── EnemySpellPoisonFieldBall.png │ ├── EnemySpellPoisonStorm.cs │ ├── EnemySpellPoisonStorm.png │ ├── EnemySpellPoisonStormBall.cs │ ├── EnemySpellPoisonStormBall.png │ ├── EnemySpellSuddenDeathBall.cs │ ├── EnemySpellSuddenDeathBall.png │ ├── EnemySpellSuddenDeathStrike.cs │ ├── EnemySpellSuddenDeathStrike.png │ ├── EnemySpellTornado.cs │ ├── EnemySpellTornado.png │ ├── EnemySporeTrap.cs │ ├── EnemySporeTrap.png │ ├── EnemyThrowingKnife.cs │ ├── EnemyThrowingKnife.png │ ├── EnemyThrowingKnifeSmall.cs │ ├── EnemyThrowingKnifeSmall.png │ ├── FireBreath.cs │ ├── FireBreath.png │ ├── FireTrail.cs │ ├── FireTrails.cs │ ├── FlameRain.cs │ ├── FlameRain.png │ ├── FrozenDragonsBreath.cs │ ├── FrozenDragonsBreath.png │ ├── FrozenSaw.cs │ ├── FrozenSaw.png │ ├── FrozenSawII.cs │ ├── FrozenSawII.png │ ├── FrozenTear.cs │ ├── FrozenTear.png │ ├── Golem │ │ ├── SmallGolemFireball.cs │ │ └── SmallGolemFireball.png │ ├── GravityDistortion.cs │ ├── GravityDistortion.png │ ├── GreySlash.cs │ ├── GreySlash.png │ ├── GreySlash_Glowmask.png │ ├── Gwyn │ │ ├── BulletHellLaser.cs │ │ ├── BulletHellLaser.png │ │ ├── BulletHellShot.cs │ │ ├── BulletHellSpawner.cs │ │ ├── FarronHail.cs │ │ ├── FarronHailSpawner.cs │ │ ├── GreatFarronDart.cs │ │ ├── GreatFarronDartSpawner.cs │ │ ├── Petal.png │ │ ├── Petal_Head_Boss.png │ │ ├── SwordOfLordGwyn.cs │ │ ├── SwordOfLordGwyn.png │ │ └── TackleProjectile.cs │ ├── Hellwing.cs │ ├── Hellwing.png │ ├── HerosArrow.cs │ ├── HerosArrow.png │ ├── HostileFreezeBolt.cs │ ├── HostileFreezeBolt.png │ ├── HypnoticDisrupter.cs │ ├── HypnoticDisrupter.png │ ├── IceSpirit.cs │ ├── IceSpirit.png │ ├── InkGeyser.cs │ ├── InkJet.cs │ ├── JellyfishLightning.cs │ ├── JellyfishLightning.png │ ├── JungleWyvernFire.cs │ ├── JungleWyvernFire.png │ ├── LeonhardCMSCrescent.cs │ ├── Marilith │ │ ├── CataclysmicFirestorm.cs │ │ ├── MarilithAura.cs │ │ ├── MarilithAura.png │ │ ├── MarilithCataclysm.cs │ │ ├── MarilithCataclysm.png │ │ ├── MarilithFireball.cs │ │ ├── MarilithFireball.png │ │ ├── MarilithFirestorm.cs │ │ ├── MarilithFirestorm.png │ │ ├── MarilithFirewall.cs │ │ ├── MarilithFirewall.png │ │ ├── MarilithHoldBall.cs │ │ ├── MarilithHoldBall.png │ │ ├── MarilithLightning.cs │ │ └── MarilithLightning.png │ ├── MediumWeaponSlash.cs │ ├── MediumWeaponSlashCrimson.cs │ ├── MediumWeaponSlashFire.cs │ ├── Meteor.png │ ├── MiracleSprouter.cs │ ├── MiracleSprouter.png │ ├── MiracleVines.cs │ ├── MiracleVines.png │ ├── MiracleVinesTrail.cs │ ├── NewProjectileSpriteUnused2.png │ ├── NewProjectileSpriteUnused3.png │ ├── ObscureSeeker.cs │ ├── ObscureSeeker.png │ ├── Okiku │ │ ├── CrazedOrb.cs │ │ ├── CrazedOrb.png │ │ ├── CrazyOrb.cs │ │ ├── CrazyOrb.png │ │ ├── DarkLaser.cs │ │ ├── DarkLaser.png │ │ ├── DarkLaserTargeting.png │ │ ├── EnemyAttraidiesBlackFire.cs │ │ ├── EnemyBlackFireVisual.cs │ │ ├── EnemySuddenDeathBall.cs │ │ ├── EnemySuddenDeathBall.png │ │ ├── EnemySuddenDeathStrike.cs │ │ ├── EnemySuddenDeathStrike.png │ │ ├── EnergyPulse.cs │ │ ├── MassiveCrystalShards.cs │ │ ├── MassiveCrystalShardsSpell.cs │ │ ├── NebulaShot.cs │ │ ├── NebulaShot.png │ │ ├── ObscureDrop.cs │ │ ├── ObscureDrop.png │ │ ├── ObscureSaw.cs │ │ ├── ObscureSaw.png │ │ ├── ObscureShot.cs │ │ ├── ObscureShot.png │ │ ├── PhasedMatterBlast.cs │ │ ├── PhasedMatterBlast.png │ │ ├── PoisonSmog.cs │ │ ├── PoisonSmog.png │ │ ├── PoisonTrail.cs │ │ ├── PoisonTrail.png │ │ ├── ShadowOrb.cs │ │ ├── ShadowOrb.png │ │ ├── SolarBeam.cs │ │ ├── SolarBlast.cs │ │ ├── SolarBlast.png │ │ ├── SolarDetonator.cs │ │ ├── SolarDetonator.png │ │ ├── SolarFireball.cs │ │ ├── StardustBeam.cs │ │ ├── StardustShot.cs │ │ ├── StardustShot.png │ │ ├── VortexOrb.cs │ │ └── VortexOrb.png │ ├── OolacileDarkBead.cs │ ├── OolacileDarkBead.png │ ├── OolacileDarkOrb.cs │ ├── OolacileDarkOrb.png │ ├── OolacileSeeker.cs │ ├── OolacileSeeker.png │ ├── PoisonCrystalFire.cs │ ├── PoisonCrystalFire.png │ ├── PoisonFlames.cs │ ├── Prime │ │ ├── HomingMissile.cs │ │ ├── HomingMissile.png │ │ ├── HomingMissileTrail.cs │ │ ├── IonBomb.cs │ │ ├── IonBomb.png │ │ ├── MoltenWeld.cs │ │ ├── MoltenWeld.png │ │ ├── PrimeBeam.cs │ │ ├── PrimeDeathLaser.cs │ │ ├── PrimeRapidBeam.cs │ │ ├── PrimeSaw.cs │ │ ├── PrimeSaw.png │ │ └── SyntheticFirestorm.cs │ ├── PurpleCrush.cs │ ├── PurpleCrush.png │ ├── RealityBomb.cs │ ├── RealityBomb.png │ ├── RedKnightsSpear.cs │ ├── RedKnightsSpear.png │ ├── RedKnightsSpearOld.png │ ├── ScrewAttack.cs │ ├── ScrewAttack.png │ ├── ShadowShot.cs │ ├── ShadowShot.png │ ├── SmallFlameJet.cs │ ├── SmallWeaponSlash.cs │ ├── Spearhead.cs │ ├── SpearheadCrimson.cs │ ├── SpearheadFire.cs │ ├── SpectralKnightSpear.png │ ├── SpellUltimateExplosion.cs │ ├── SpellUltimateExplosion.png │ ├── TetsujinLaser.cs │ ├── TetsujinLaser.png │ ├── TheOracle.cs │ ├── TheOracle.png │ ├── Triad │ │ ├── CataluminanceTrail.cs │ │ ├── CursedMalestrom.cs │ │ ├── HomingStar.cs │ │ ├── HomingStar.png │ │ ├── HomingStarStar.png │ │ ├── IchorFragment.cs │ │ ├── IchorGlob.cs │ │ ├── IchorMissile.cs │ │ ├── IchorShockwave.cs │ │ ├── IchorTrail.cs │ │ ├── IlluminantHomingStar.png │ │ ├── IncineratingGaze.cs │ │ ├── RetDeathLaser.cs │ │ ├── RetPiercingLaser.cs │ │ ├── SpazCursedFireball.cs │ │ └── SpazFireJet.cs │ ├── WaterTrail.cs │ ├── WaterTrail.png │ └── WyvernMage │ │ ├── GhostWyvernProj.cs │ │ ├── PurpleMagicProj.cs │ │ ├── RedLightning.cs │ │ ├── RedLightning.png │ │ ├── RedRainProj.cs │ │ ├── SmallRedLightning.cs │ │ ├── SmallRedLightning.png │ │ ├── WyvernIcicle.cs │ │ └── WyvernIcicle.png ├── EnergyBombBall.cs ├── EnergyField.cs ├── EnergyField.png ├── EnergyFieldBall.cs ├── EnergyStrike.cs ├── EphemeralThrowingAxeProj.cs ├── EphemeralThrowingAxeProj.png ├── EphemeralThrowingAxeProj2.cs ├── EphemeralThrowingAxeProj2.png ├── EphemeralThrowingAxeProj2_Glowmask.png ├── EphemeralThrowingAxeProj_Glowmask.png ├── Explosion.cs ├── Explosion.png ├── ExplosionBall.cs ├── FarronDart.cs ├── FarronDart.png ├── FireBall.cs ├── FireBall.png ├── FireBallDarkCore.png ├── FireBallDarkEdge.png ├── FireBombBall.cs ├── FireField.cs ├── FireFieldBall.cs ├── Fireball1.cs ├── Fireball1.png ├── Fireball2.cs ├── Fireball2.png ├── Fireball3.cs ├── Fireball3.png ├── Fireball4.cs ├── Fireball4.png ├── FireballInferno1.cs ├── FireballInferno1.png ├── FireballInferno2.cs ├── FireballInferno2.png ├── FireballNova.cs ├── FireballNova.png ├── FirebombProj.cs ├── FirebombProj.png ├── FlameJet.cs ├── FlameJet.png ├── FlameStrike.cs ├── ForgottenRisingSunProj.cs ├── ForgottenRisingSunProj.png ├── FreezeBolt.cs ├── FreezeBolt.png ├── FreezeBolt3.cs ├── FreezeBolt3.png ├── Freezethrower.cs ├── GenericLaser.cs ├── GenericLaser.png ├── GenericLaserTargeting.png ├── GlaiveBeamHoldout.cs ├── GlaiveBeamHoldout.png ├── GlaiveBeamLaser.cs ├── GlaiveBeamLaser.png ├── GlintstoneSpeck.cs ├── GlintstoneSpeck.png ├── GreatEnergyBeam.cs ├── GreatEnergyBeam.png ├── GreatEnergyBeamBall.cs ├── GreatFireStrike.cs ├── GreatFireStrike.png ├── GreatFireball.cs ├── GreatFireball.png ├── GreatFireballBall.cs ├── GreatFireballBall.png ├── GreatMagicBarrier.cs ├── GreatMagicBarrier.png ├── GreatMagicShield.cs ├── GreatMagicShield.png ├── GreatSoulArrow.cs ├── GreatSoulArrow.png ├── HealingWater.cs ├── HeavenPiercer.cs ├── HeavenPiercer.png ├── HeavenPiercerGlowmask.png ├── HomingFireball.cs ├── HomingFireball.png ├── Ice1Ball.cs ├── Ice1Ball.png ├── Ice1Icicle.cs ├── Ice1Icicle.png ├── Ice2Ball.cs ├── Ice2Icicle.cs ├── Ice2Icicle.png ├── Ice3Ball.cs ├── Ice3Icicle.cs ├── Ice3Icicle.png ├── Ice4Ball.cs ├── Ice4Icicle.cs ├── Ice4Icicle.png ├── Ice5Ball.cs ├── Ice5Ball.png ├── Ice5Icicle.cs ├── Ice5Icicle.png ├── IceSpirit4.cs ├── IceSpirit4.png ├── Icicle.cs ├── Icicle.png ├── Icicle2.cs ├── IdealArrow.cs ├── IdealArrow.png ├── InvisibleProj.png ├── Limit.cs ├── LionheartGunshot.cs ├── LionheartGunshot.png ├── Magic │ ├── ApprenticesWandFireball.cs │ ├── ApprenticesWandFireball.png │ ├── ArcaneLightrifle.cs │ ├── ArcaneLightrifle.png │ ├── Bolt3Lightning.cs │ ├── Bolt3Lightning.png │ ├── Bolt4Lightning.cs │ ├── Bolt4Lightning.png │ ├── CelestialShard.cs │ ├── CelestialShard.png │ ├── CelestialStrike.cs │ ├── CelestialStrike.png │ ├── CursedTormentorProjectile.cs │ ├── CursedTormentorProjectile.png │ ├── LanceBeamLaser.cs │ ├── LightOfDawn.cs │ ├── LightrifleFire.cs │ ├── LightrifleFire.png │ ├── RadiantGlimmer.cs │ ├── RadiantGlimmer.png │ ├── Runeterra │ │ ├── CharmOrbOfFlame.cs │ │ ├── CharmOrbOfFlame.png │ │ ├── CharmOrbOfSpirituality.cs │ │ ├── CharmOrbOfSpirituality.png │ │ ├── CharmRuneterraOrb.cs │ │ ├── Dash.png │ │ ├── FlameOrbOfDeception.cs │ │ ├── FlameOrbOfDeception.png │ │ ├── FlameOrbOfFlame.cs │ │ ├── FlameOrbOfFlame.png │ │ ├── FlameOrbOfSpirituality.cs │ │ ├── FlameOrbOfSpirituality.png │ │ ├── FlameRuneterraOrb.cs │ │ ├── HeldOrbOfDeception.cs │ │ ├── HeldOrbOfDeception.png │ │ ├── HeldOrbOfFlame.cs │ │ ├── HeldOrbOfFlame.png │ │ ├── HeldOrbOfSpirituality.cs │ │ ├── HeldOrbOfSpirituality.png │ │ ├── HeldRuneterraOrb.cs │ │ ├── LudensTempest │ │ │ ├── LudensTempestFire.cs │ │ │ ├── LudensTempestFire.png │ │ │ ├── LudensTempestFirelet.cs │ │ │ └── LudensTempestFirelet.png │ │ ├── SpiritRushVisual.cs │ │ ├── SpiritRushVisual.png │ │ ├── ThrownOrbOfDeception.cs │ │ ├── ThrownOrbOfDeception.png │ │ ├── ThrownOrbOfFlame.cs │ │ ├── ThrownOrbOfFlame.png │ │ ├── ThrownOrbOfSpirituality.cs │ │ ├── ThrownOrbOfSpirituality.png │ │ └── ThrownRuneterraOrb.cs │ ├── Scrolls │ │ ├── EnergyStrikeScrollTeslaCoil.cs │ │ ├── EnergyStrikeScrollTeslaCoil.png │ │ ├── EnergyStrikeScrollZap.cs │ │ ├── FlameScrollStrike.cs │ │ └── FlameScrollStrike.png │ ├── ShatteredPrism.cs │ ├── ShatteredPrism.png │ ├── SunderedMoon.cs │ ├── UltimaExplosion.cs │ ├── UltimaExplosion.png │ ├── WhiteLotusCore.cs │ ├── WhiteLotusCore.png │ ├── WhiteLotusPetal.cs │ └── WhiteLotusPetal.png ├── MagicShield.cs ├── MagicShield.png ├── MagicalBall.cs ├── MagicalBall.png ├── ManaShield.png ├── MasterBuster.cs ├── MasterBuster.png ├── MegaDrill.cs ├── MegaDrill.png ├── Melee │ ├── Axes │ │ ├── AncientFireAxeFireball.cs │ │ ├── AncientFireAxeFireball.png │ │ ├── AncientFireAxeFireballBurst.cs │ │ └── AncientFireAxeFireballBurst.png │ ├── Boomerangs │ │ ├── ShatteredMoonlightProjectile.cs │ │ ├── ShatteredMoonlightProjectile.png │ │ └── ShatteredMoonlightProjectile_Glowmask.png │ ├── Broadswords │ │ ├── AncientFireSwordSlash.cs │ │ ├── AncientFireSwordSlash.png │ │ ├── DrakarthusDagger.cs │ │ ├── DrakarthusDagger.png │ │ ├── DrakarthusDagger2.cs │ │ ├── DrakarthusDagger2.png │ │ ├── MagmaToothVolcano.cs │ │ ├── MagmaToothVolcano.png │ │ ├── RuneBladeRune.cs │ │ ├── RuneBladeRune.png │ │ ├── ThornDecapitatorThorn.cs │ │ └── ThornDecapitatorThorn.png │ ├── FetidExhaustProjectile.cs │ ├── Flails │ │ ├── BerserkerNightmareBall.cs │ │ ├── BerserkerNightmareBall.png │ │ ├── BerserkerNightmareChain.png │ │ ├── BerserkerNightmareProjectile.png │ │ ├── DiamondCrusherBall.cs │ │ ├── DiamondCrusherBall.png │ │ ├── DiamondCrusherChain.png │ │ ├── HeavensTearBall.cs │ │ ├── HeavensTearBall.png │ │ ├── HeavensTearChain.png │ │ ├── HeavensTearChain2.png │ │ ├── MoonfuryBall.cs │ │ ├── MoonfuryBall.png │ │ ├── MoonfuryChain.png │ │ ├── MoonfuryChain2.png │ │ ├── SunderingLightBall.cs │ │ └── SunderingLightBall.png │ ├── Hammers │ │ ├── DoomhammerFireball.cs │ │ ├── DoomhammerFireball.png │ │ ├── MjolnirElectrosphere.cs │ │ └── MjolnirElectrosphere.png │ ├── MLGSCrescent.cs │ ├── MLGSCrescent.png │ ├── ModdedSpearProjectile.cs │ ├── PortlyPlateRollHitbox.cs │ ├── PortlyPlateRollHitbox.png │ ├── Runeterra │ │ ├── NightbringerDashHitbox.cs │ │ ├── NightbringerDashHitbox.png │ │ ├── NightbringerFirewall.cs │ │ ├── NightbringerFirewall.png │ │ ├── NightbringerSpin.cs │ │ ├── NightbringerSpin.png │ │ ├── NightbringerThrust.cs │ │ ├── NightbringerThrust.png │ │ ├── NightbringerThrustGlowmask.png │ │ ├── PlasmaWhirlwindDashHitbox.cs │ │ ├── PlasmaWhirlwindDashHitbox.png │ │ ├── PlasmaWhirlwindSpin.cs │ │ ├── PlasmaWhirlwindSpin.png │ │ ├── PlasmaWhirlwindThrust.cs │ │ ├── PlasmaWhirlwindThrust.png │ │ ├── RuneterraKatanaTornado.cs │ │ ├── RuneterraKatanaTornado.png │ │ ├── SteelTempestThrust.cs │ │ ├── SteelTempestThrust.png │ │ └── WorldEnder │ │ │ ├── WorldEnderSwordSwing1.cs │ │ │ ├── WorldEnderSwordSwing1.png │ │ │ ├── WorldEnderSwordSwing2.cs │ │ │ ├── WorldEnderSwordSwing2.png │ │ │ ├── WorldEnderSwordSwing3.cs │ │ │ ├── WorldEnderSwordSwing3.png │ │ │ └── WorldEnderSwordSwingBase.cs │ ├── Shortswords │ │ ├── BarbarousThornBladeBriar.cs │ │ ├── BarbarousThornBladeBriar.png │ │ ├── BarbarousThornBladeProjectile.cs │ │ ├── BarbarousThornBladeProjectile.png │ │ ├── BarrowBladeProjectile.cs │ │ ├── BarrowBladeProjectile.png │ │ ├── ClaiomhSolaisProjectile.cs │ │ ├── ClaiomhSolaisProjectile.png │ │ ├── LaevateinnProjectile.cs │ │ ├── LaevateinnProjectile.png │ │ ├── WyrmkillerProjectile.cs │ │ ├── WyrmkillerProjectile.png │ │ ├── YellowTailFishbone.cs │ │ ├── YellowTailFishbone.png │ │ ├── YellowTailProjectile.cs │ │ └── YellowTailProjectile.png │ ├── ShrapnelSaw.cs │ ├── ShrapnelSaw.png │ ├── Spears │ │ ├── AncientBloodLanceProj.cs │ │ ├── AncientBloodLanceProj.png │ │ ├── AncientDragonLanceProj.cs │ │ ├── AncientDragonLanceProj.png │ │ ├── AncientHolyLanceProj.cs │ │ ├── AncientHolyLanceProj.png │ │ ├── CelestialLanceProj.cs │ │ ├── CelestialLanceProj.png │ │ ├── CobaltHalberdProj.cs │ │ ├── CobaltHalberdProj.png │ │ ├── DarkTridentHeld.cs │ │ ├── DarkTridentHeld.png │ │ ├── DarkTridentPoke.cs │ │ ├── DarkTridentPoke.png │ │ ├── DarkTridentThrown.cs │ │ ├── DarkTridentThrown.png │ │ ├── DragoonLanceProj.cs │ │ ├── DragoonLanceProj.png │ │ ├── DragoonSpearZap.cs │ │ ├── GaeBolgProj.cs │ │ ├── GaeBolgProj.png │ │ ├── HiRyuuSpearProj.cs │ │ ├── HiRyuuSpearProj.png │ │ ├── LonginusProj.cs │ │ ├── LonginusProj.png │ │ ├── Old │ │ │ └── ForgottenRadiantLanceProj.png │ │ ├── OldHalberdProj.cs │ │ ├── OldHalberdProj.png │ │ ├── PilgrimArcaneBall.cs │ │ ├── PilgrimSpontoonProj.cs │ │ ├── PilgrimSpontoonProj.png │ │ ├── SupremeDragoonLanceProjectile.cs │ │ ├── SupremeDragoonLanceProjectile.png │ │ ├── WingedSpearProj.cs │ │ └── WingedSpearProj.png │ ├── StarstormProjectile.cs │ └── StarstormProjectile.png ├── Meteor.cs ├── Meteor.png ├── MeteorShower.cs ├── MeteorShower.png ├── ModDD2ExplosiveTrapT2Explosion.cs ├── ModDD2ExplosiveTrapT2Explosion.png ├── MusicalNote.png ├── NetSound.cs ├── NetSound.png ├── Nothing.cs ├── OldSprites │ ├── AdamantiteBall.png │ ├── ArtemisBowHeldOld.png │ ├── CernosPrimeHeldOld.png │ ├── CopperSpear.png │ ├── EnchantedMorningStar.png │ ├── GoldSpear.png │ ├── IronSpear.png │ ├── MythrilBall.png │ ├── OldMorningStar.png │ ├── SilverBall.png │ └── SilverSpear.png ├── OldUltimaExplosion.cs ├── OldUltimaExplosion.png ├── Pets │ ├── BonfireProjectiles.cs │ ├── Miakoda.cs │ ├── Miakoda.png │ ├── MiakodaCrescent.cs │ ├── MiakodaCrescent.png │ ├── MiakodaFull.cs │ ├── MiakodaFull.png │ ├── MiakodaNew.cs │ ├── MiakodaNew.png │ ├── MiakodaSpectral.png │ ├── PiggyBankProjectile.png │ ├── RTQ2.cs │ ├── RTQ2.png │ └── SafeProjectile.png ├── PhantomSeeker.cs ├── PhantomSeeker.png ├── PhantomSpiral.cs ├── PhantomSpiral.png ├── PoisonBombBall.cs ├── PoisonField.cs ├── PoisonField.png ├── PoisonField2.cs ├── PoisonFieldBall.cs ├── PoisonFieldBall.png ├── PrimTrailTest.cs ├── PrimTrailTest.png ├── Ranged │ ├── APShot.cs │ ├── APShot.png │ ├── Ammo │ │ ├── AbyssArrowProjectile.cs │ │ ├── AbyssArrowProjectile.png │ │ ├── AbyssBulletProjectile.cs │ │ ├── AbyssBulletProjectile.png │ │ ├── ArrowOfBardProjectile.cs │ │ ├── ArrowOfBardProjectile.png │ │ ├── BlackArrow.cs │ │ ├── BlackArrow.png │ │ ├── BoltProjectile.cs │ │ ├── BoltProjectile.png │ │ ├── CruelArrowProjectile.cs │ │ ├── CruelArrowProjectile.png │ │ ├── DivineBoltProjectile.cs │ │ ├── DivineBoltProjectile.png │ │ ├── HeavyBoltProjectile.cs │ │ ├── HeavyBoltProjectile.png │ │ ├── LightningBoltProjectile.cs │ │ ├── LightningBoltProjectile.png │ │ ├── PowerBoltProjectile.cs │ │ ├── PowerBoltProjectile.png │ │ ├── RedLaserBeam.cs │ │ ├── RedLaserBeam.png │ │ ├── SniperBoltProjectile.cs │ │ ├── SniperBoltProjectile.png │ │ ├── TaintedArrowProjectile.cs │ │ └── TaintedArrowProjectile.png │ ├── AntiMaterialRound.cs │ ├── AntiMaterialRound.png │ ├── ArtemisBowHeld.cs │ ├── ArtemisBowHeld.png │ ├── BarrageBlast.cs │ ├── BarrageBlast.png │ ├── BiohazardDetonator.cs │ ├── BiohazardDetonator.png │ ├── BiohazardExplosion.cs │ ├── BiohazardExplosion.png │ ├── BiohazardShot.cs │ ├── BiohazardShot.png │ ├── BlasterShot.cs │ ├── BlasterShot.png │ ├── BlasterShot_Glow.png │ ├── Coin.cs │ ├── Coin.png │ ├── CoinFlash.png │ ├── Comet.cs │ ├── CrystalRay.cs │ ├── CrystalRay.png │ ├── CrystalRayTrail.png │ ├── ElfinArrow.cs │ ├── ElfinArrow.png │ ├── ElfinTargeting.cs │ ├── ElfinTargeting.png │ ├── GWPulsarShot.cs │ ├── GWPulsarShot.png │ ├── HighCaliberRound.cs │ ├── HighCaliberRound.png │ ├── KrakenTsunami.cs │ ├── KrakenTsunami.png │ ├── KrakenTsunamiShark.cs │ ├── KrakenTsunamiShark.png │ ├── MarksmanShot.cs │ ├── MarksmanShot.png │ ├── MeltdownFirestorm.cs │ ├── PhazonRound.cs │ ├── PhazonRound.png │ ├── PhoenixFlame.cs │ ├── PhoenixFlame.png │ ├── PiercingGaze.cs │ ├── PiercingPlasma.cs │ ├── PolarisShot.cs │ ├── PolarisShot.png │ ├── PulsarShot.cs │ ├── PulsarShot.png │ ├── PyroclasticFlow.cs │ ├── RadiantStrand.cs │ ├── RadiantStrand.png │ ├── Runeterra │ │ ├── AlienBlindingLaser.cs │ │ ├── AlienBlindingLaser.png │ │ ├── AlienLaser.cs │ │ ├── AlienLaser.png │ │ ├── NuclearMushroom.cs │ │ ├── NuclearMushroom.png │ │ ├── NuclearMushroomExplosion.cs │ │ ├── NuclearMushroomExplosion.png │ │ ├── RadioactiveBlindingLaser.cs │ │ ├── RadioactiveBlindingLaser.png │ │ ├── RadioactiveDart.cs │ │ ├── RadioactiveDart.png │ │ ├── RuneterraBlindingLaser.cs │ │ ├── RuneterraDartsProjectile.cs │ │ ├── ToxicShotDart.cs │ │ └── ToxicShotDart.png │ ├── SSShot.cs │ ├── SSShot.png │ ├── SentenzaShot.cs │ ├── SentenzaShot.png │ ├── ShulletBellDark.cs │ ├── ShulletBellDark.png │ ├── ShulletBellLight.cs │ ├── ShulletBellLight.png │ ├── SuperBlasterShot.cs │ ├── SuperBlasterShot.png │ ├── SuperBlasterShot_Glow.png │ ├── SuperPhazonRound.cs │ ├── ToxicCatDetonator.cs │ ├── ToxicCatDetonator.png │ ├── ToxicCatExplosion.cs │ ├── ToxicCatExplosion.png │ ├── ToxicCatShot.cs │ ├── ToxicCatShot.png │ ├── VirulentCatDetonator.cs │ ├── VirulentCatDetonator.png │ ├── VirulentCatExplosion.cs │ ├── VirulentCatExplosion.png │ ├── VirulentCatShot.cs │ └── VirulentCatShot.png ├── SagittariusBowHeld.cs ├── SagittariusBowHeld.png ├── SagittariusBowHeldOld.png ├── Sand.cs ├── Sand.png ├── Sandstorm.cs ├── ShadowBall.cs ├── ShadowBall.png ├── ShamanBolt.cs ├── ShamanBolt.png ├── Shockwave.cs ├── SoulArrow.cs ├── SoulArrow.png ├── SoulDelayer.cs ├── SoulDelayer.png ├── SoulDrop.cs ├── SoulDrop.png ├── SoulSickle.cs ├── SoulSickle.png ├── Soulsplosion.cs ├── Soulsplosion.png ├── SoulsplosionLarge.cs ├── SoulsplosionLarge.png ├── SpearOfMage.cs ├── SpearOfMage.png ├── SporePowder.cs ├── SporePowder.png ├── StarfallProjectile.cs ├── StarfallProjectile.png ├── SuddenDeathStrike.cs ├── SuddenDeathStrike.png ├── Summon │ ├── Archer │ │ ├── ArcherToken.cs │ │ ├── ArcherToken.png │ │ ├── NondescriptOwlProjectile.cs │ │ ├── NondescriptOwlProjectile.png │ │ ├── OwlsArrow.cs │ │ └── OwlsArrow.png │ ├── EtherianWyvern │ │ ├── EtherianWyvernFireball.cs │ │ ├── EtherianWyvernFireball.png │ │ ├── EtherianWyvernProjectile.cs │ │ └── EtherianWyvernProjectile.png │ ├── FloatingSentryProjectile.cs │ ├── ForgottenImp │ │ ├── ForgottenImpDagger.cs │ │ ├── ForgottenImpDagger.png │ │ ├── ForgottenImpProjectile.cs │ │ └── ForgottenImpProjectile.png │ ├── ModdedMinionProjectile.cs │ ├── ModdedWhipProjectile.cs │ ├── NecromanticSerpent │ │ ├── NecromanticSerpentBody.cs │ │ ├── NecromanticSerpentBody.png │ │ ├── NecromanticSerpentHead.cs │ │ ├── NecromanticSerpentHead.png │ │ ├── NecromanticSerpentTail.cs │ │ └── NecromanticSerpentTail.png │ ├── NullSprite │ │ ├── NullSprite.cs │ │ ├── NullSprite.png │ │ └── NullSpriteBeam.cs │ ├── Phoenix │ │ ├── PhoenixBoomCrit.cs │ │ ├── PhoenixBoomCrit.png │ │ ├── PhoenixProjectile.cs │ │ └── PhoenixProjectile.png │ ├── PhotonicDownpour │ │ ├── DefenseDroneFire.cs │ │ ├── DefenseDroneFire.png │ │ ├── PhotonicDownpourDefenseDrone.cs │ │ ├── PhotonicDownpourDefenseDrone.png │ │ ├── PhotonicDownpourDefenseDroneGlowmask.png │ │ ├── PhotonicDownpourLaser.cs │ │ ├── PhotonicDownpourLaserDrone.cs │ │ ├── PhotonicDownpourLaserDrone.png │ │ └── PhotonicDownpourLaserDroneGlowmask.png │ ├── Runeterra │ │ ├── CirclingProjectiles │ │ │ ├── CenterOfTheUniverseStar.cs │ │ │ ├── CenterOfTheUniverseStar.png │ │ │ ├── InterstellarVesselShip.cs │ │ │ ├── InterstellarVesselShip.png │ │ │ ├── InterstellarVesselShip2.png │ │ │ ├── InterstellarVesselShipGlowmask.png │ │ │ ├── InterstellarVesselShipGlowmask2.png │ │ │ ├── InterstellarVesselShipGlowmaskOld.png │ │ │ ├── InterstellarVesselShipOld.png │ │ │ ├── ScorchingPointFireball.cs │ │ │ └── ScorchingPointFireball.png │ │ ├── Dragon │ │ │ ├── Back_Body_Sheet.png │ │ │ ├── Back_L_Legs_Sheet.png │ │ │ ├── Back_R_Legs_Sheet.png │ │ │ ├── CotUDragon.cs │ │ │ ├── Dragon_Head_Sheet.png │ │ │ ├── Front_Body_Sheet.png │ │ │ ├── Front_L_Legs_Sheet.png │ │ │ ├── Front_R_Legs_Sheet.png │ │ │ ├── FullSample.png │ │ │ └── Neck_Segments.png │ │ ├── Dragons │ │ │ ├── ASOL13 │ │ │ │ ├── ASOL13.cs │ │ │ │ ├── Back_Body.png │ │ │ │ ├── Back_L_Leg.png │ │ │ │ ├── Back_R_Leg.png │ │ │ │ ├── Dragon_Head.png │ │ │ │ ├── Front_Body.png │ │ │ │ ├── Front_L_Leg.png │ │ │ │ ├── Front_R_Leg.png │ │ │ │ ├── MechaDragon_Example.gif │ │ │ │ └── Neck_Segment.png │ │ │ ├── AshenLord │ │ │ │ ├── AshenLord.cs │ │ │ │ ├── Back_Body.png │ │ │ │ ├── Back_L_Leg.png │ │ │ │ ├── Back_R_Leg.png │ │ │ │ ├── Dragon_Head.png │ │ │ │ ├── FlameDragon_Example.gif │ │ │ │ ├── Front_Body.png │ │ │ │ ├── Front_L_Leg.png │ │ │ │ ├── Front_R_Leg.png │ │ │ │ └── Neck_Segment.png │ │ │ ├── GrandComet │ │ │ │ ├── GrandCometChunk01.cs │ │ │ │ ├── GrandCometChunk01.png │ │ │ │ ├── GrandCometChunk02.cs │ │ │ │ ├── GrandCometChunk02.png │ │ │ │ ├── GrandCometChunk03.cs │ │ │ │ ├── GrandCometChunk03.png │ │ │ │ ├── GrandCometChunk04.cs │ │ │ │ ├── GrandCometChunk04.png │ │ │ │ ├── GrandCometChunk05.cs │ │ │ │ ├── GrandCometChunk05.png │ │ │ │ ├── GrandCometChunk06.cs │ │ │ │ ├── GrandCometChunk06.png │ │ │ │ ├── GrandCometChunk07.cs │ │ │ │ ├── GrandCometChunk07.png │ │ │ │ ├── GrandCometChunk08.cs │ │ │ │ ├── GrandCometChunk08.png │ │ │ │ ├── GrandCometChunk09.cs │ │ │ │ ├── GrandCometChunk09.png │ │ │ │ ├── GrandCometChunk10.cs │ │ │ │ ├── GrandCometChunk10.png │ │ │ │ ├── GrandCometChunk11.cs │ │ │ │ ├── GrandCometChunk11.png │ │ │ │ ├── GrandCometChunkBase.cs │ │ │ │ ├── GrandCometExplosion.cs │ │ │ │ ├── GrandCometExplosion.png │ │ │ │ ├── GrandCometExplosionPlain.png │ │ │ │ ├── GrandCometProjectile.cs │ │ │ │ ├── GrandCometProjectile.png │ │ │ │ ├── GrandCometZone.cs │ │ │ │ └── GrandCometZone.png │ │ │ ├── RuneterraDragon.cs │ │ │ └── StarForger │ │ │ │ ├── Asol_Sample.gif │ │ │ │ ├── Back_Body.png │ │ │ │ ├── Back_L_Leg.png │ │ │ │ ├── Back_R_Leg.png │ │ │ │ ├── Dragon_Head.png │ │ │ │ ├── Front_Body.png │ │ │ │ ├── Front_L_Leg.png │ │ │ │ ├── Front_L_Legs_Sheet.png │ │ │ │ ├── Front_R_Leg.png │ │ │ │ ├── Front_R_Legs_Sheet.png │ │ │ │ ├── Neck_Segment.png │ │ │ │ └── StarForger.cs │ │ └── RuneterraCirclingProjectiles.cs │ ├── SamuraiBeetle │ │ ├── SamuraiBeetleCloud.cs │ │ ├── SamuraiBeetleCloud.png │ │ ├── SamuraiBeetleLightning.cs │ │ ├── SamuraiBeetleLightning.png │ │ ├── SamuraiBeetleProjectile.cs │ │ ├── SamuraiBeetleProjectile.png │ │ ├── SamuraiBeetleTrail.cs │ │ └── SamuraiBeetleTrail.png │ ├── Sentry │ │ ├── CaiusPyreFireball.cs │ │ ├── CaiusPyreFireball.png │ │ ├── CaiusPyreRift.cs │ │ ├── CaiusPyreRift.png │ │ ├── GaleforceArrow.cs │ │ ├── GaleforceArrow.png │ │ ├── GaleforceProjectile.cs │ │ ├── GaleforceProjectile.png │ │ ├── TyphoonArrow.cs │ │ ├── TyphoonArrow.png │ │ ├── TyphoonProjectile.cs │ │ ├── TyphoonProjectile.png │ │ ├── XBowArrow.cs │ │ ├── XBowArrow.png │ │ ├── XBowProjectile.cs │ │ └── XBowProjectile.png │ ├── ShatteredReflection │ │ ├── SRBlackFire.cs │ │ ├── SRBlackFire.png │ │ ├── ShatteredReflectionProjectile.cs │ │ └── ShatteredReflectionProjectile.png │ ├── SpiritAshKnightMinion.cs │ ├── SpiritAshKnightMinion.png │ ├── SunsetQuasar │ │ ├── SunsetQuasarMinion.cs │ │ ├── SunsetQuasarMinion.png │ │ └── SunsetQuasarToken.cs │ ├── TerrorbeakProjectile.cs │ ├── TerrorbeakProjectile.png │ ├── Tetsujin │ │ ├── FriendlyDragonsBreath.cs │ │ ├── FriendlyDragonsBreath.png │ │ ├── FriendlyRedLaser.cs │ │ ├── FriendlyRedLaser.png │ │ ├── FriendlyTetsujinLaser.cs │ │ ├── FriendlyTetsujinLaser.png │ │ ├── TetsujinProjectile.cs │ │ └── TetsujinProjectile.png │ ├── TripleThreat │ │ ├── FriendlyCatLightOfDawn.cs │ │ ├── FriendlyCataluminance.cs │ │ ├── FriendlyCataluminance.png │ │ ├── FriendlyRetLaser.cs │ │ ├── FriendlyRetLaser.png │ │ ├── FriendlyRetinazer.cs │ │ ├── FriendlyRetinazer.png │ │ ├── FriendlySpazmatism.cs │ │ └── FriendlySpazmatism.png │ └── Whips │ │ ├── CrystalNunchakuProjectile.cs │ │ ├── CrystalNunchakuProjectile.png │ │ ├── DetonationSignalProjectile.cs │ │ ├── DetonationSignalProjectile.png │ │ ├── Dominatrix │ │ ├── DominatrixProjectile.cs │ │ ├── DominatrixProjectile.png │ │ ├── DominatrixThorn.cs │ │ └── DominatrixThorn.png │ │ ├── DragoonLashProjectile.cs │ │ ├── DragoonLashProjectile.png │ │ ├── EnchantedWhip │ │ ├── EnchantedWhipFallingStar.cs │ │ ├── EnchantedWhipFallingStar.png │ │ ├── EnchantedWhipProjectile.cs │ │ └── EnchantedWhipProjectile.png │ │ ├── NightsCracker │ │ ├── NightsCrackerProjectile.cs │ │ ├── NightsCrackerProjectile.png │ │ ├── NightsCrackerTrail.cs │ │ └── NightsCrackerTrail.png │ │ ├── PolarisLeash │ │ ├── PolarisLeashFallingStar.cs │ │ ├── PolarisLeashFallingStar.png │ │ ├── PolarisLeashPolaris.cs │ │ ├── PolarisLeashPolaris.png │ │ ├── PolarisLeashProjectile.cs │ │ └── PolarisLeashProjectile.png │ │ ├── PyromethaneProjectile.cs │ │ ├── PyromethaneProjectile.png │ │ ├── PyrosulfateProjectile.cs │ │ ├── PyrosulfateProjectile.png │ │ ├── RustedChainProjectile.cs │ │ ├── RustedChainProjectile.png │ │ ├── SearingLash │ │ ├── SearingLashBat.cs │ │ ├── SearingLashBat.png │ │ ├── SearingLashProjectile.cs │ │ └── SearingLashProjectile.png │ │ ├── SupremeDragoonLashProjectile.cs │ │ ├── SupremeDragoonLashProjectile.png │ │ ├── TerraFall │ │ ├── TerraFallProjectile.cs │ │ ├── TerraFallProjectile.png │ │ ├── TerraFallTerraprisma.cs │ │ ├── TerraFallTerraprisma.png │ │ ├── TerraFallTrail.cs │ │ ├── TerraFallTrail.png │ │ └── terashrapnel-Sheet.png │ │ ├── UrumiProjectile.cs │ │ ├── UrumiProjectile.png │ │ ├── WitchkingMaceProjectile.cs │ │ └── WitchkingMaceProjectile.png ├── Throwing │ ├── Crissaegrim.cs │ ├── Crissaegrim.png │ ├── EphemeralThrowingSpear.cs │ ├── EphemeralThrowingSpear.png │ ├── HeavenSword.cs │ ├── HeavenSword.png │ ├── OilDroplet1.cs │ ├── OilDroplet1.png │ ├── OilDroplet2.cs │ ├── OilDroplet2.png │ ├── OilPotProjectile.cs │ ├── OilPotProjectile.png │ ├── OilPotShard1.cs │ ├── OilPotShard1.png │ ├── OilPotShard2.cs │ ├── OilPotShard2.png │ ├── OilPotShard3.cs │ ├── OilPotShard3.png │ ├── OilPotShard4.cs │ ├── OilPotShard4.png │ ├── RoyalThrowingSpear.cs │ ├── RoyalThrowingSpear.png │ ├── ThrowingSpear.cs │ └── ThrowingSpear.png ├── ThrowingAxe.cs ├── ThrowingAxe.png ├── ThrowingKnifeHostile.cs ├── ThrowingKnifeHostile.png ├── Ultima.cs ├── Ultima.png ├── VFX │ ├── BossDeath.cs │ ├── BossDeath.png │ ├── BossSelectVisuals.cs │ ├── DynamicTrail.cs │ ├── DynamicTrail.png │ ├── EnergyGathering.cs │ ├── ExplosionFlash.cs │ ├── GlowingEnergy.cs │ ├── LightRay.cs │ ├── RealityCrack.cs │ ├── RealityFracture.cs │ ├── ShockwaveEffect.cs │ ├── Slash.cs │ ├── StackDelivery.cs │ ├── TelegraphFlash.cs │ └── TeleportTelegraph.cs ├── none.png └── tsorcGlobalProjectile.cs ├── Properties └── launchSettings.json ├── README.md ├── Sounds ├── CrossCode │ ├── heavy-thunder-loop.ogg │ ├── heavy-thunder-out.ogg │ ├── heavy-thunder.ogg │ ├── samurai-jump.ogg │ ├── sword-slash.ogg │ └── sword-slide.ogg ├── Custom │ ├── BlindingPulse.ogg │ ├── Bonfirefly.ogg │ ├── BonfireflyFlee.ogg │ ├── ChargeBeam.ogg │ ├── ChickenBokbok.ogg │ ├── CosmicSparkle.cs │ ├── CosmicSparkle.ogg │ ├── Escaped.ogg │ ├── EvilChicken.ogg │ ├── EvilLaugh.ogg │ ├── EvilLaugh2.ogg │ ├── GaibonSpit2.ogg │ ├── LaserFadeout.ogg │ ├── LaserLoopable.ogg │ ├── MetalShatter.ogg │ ├── MiakodaChaaa.ogg │ ├── MiakodaChao.ogg │ ├── MiakodaChaoExcl.ogg │ ├── MiakodaDootdoot.ogg │ ├── MiakodaHi.ogg │ ├── MiakodaOuuee.ogg │ ├── MiakodaScream.ogg │ ├── MiakodaUwuu.ogg │ ├── RicochetDos.ogg │ ├── RicochetTres.ogg │ ├── RicochetUno.ogg │ ├── SoulCrash.ogg │ ├── SoulCrashCut.ogg │ ├── SoulCrashPre.ogg │ ├── SpeedBooster.ogg │ └── WhipCrack.ogg ├── DST │ ├── DarkSwordSummon1.ogg │ ├── DarkSwordSummon2.ogg │ ├── DarkSwordSwing1.ogg │ ├── DarkSwordSwing2.ogg │ └── DarkSwordSwing3.ogg ├── DarkSouls │ ├── ashen-one.ogg │ ├── bonfire-lit.ogg │ ├── breath1.ogg │ ├── im-sorry.ogg │ ├── low-dragon-growl.ogg │ ├── ominous-creature2.ogg │ ├── roll1.ogg │ ├── roll2.ogg │ └── you-died.ogg ├── Item │ ├── GlaiveBeam.ogg │ ├── MasterBuster.cs │ ├── MasterBuster.ogg │ ├── Megalovania.ogg │ ├── PulsarBoom.ogg │ ├── PulsarBump.ogg │ ├── PulsarGrow.ogg │ ├── PulsarShot.ogg │ ├── Sans.ogg │ └── SummonerWhipcrack.ogg ├── Lotr │ ├── Darkness.ogg │ └── WitchkingScream.ogg ├── NPCHit │ ├── Dig.ogg │ └── Squeak.ogg ├── NPCKilled │ ├── Gaibon_Roar.ogg │ └── SadSqueak.ogg ├── Runeterra │ ├── LionheartGunbladeMarked.ogg │ ├── Magic │ │ ├── LudensTempest.ogg │ │ ├── LudensTempestBoom.ogg │ │ ├── OrbOfDeception │ │ │ ├── FireCast.ogg │ │ │ ├── FireDespawn.ogg │ │ │ ├── FireHit.ogg │ │ │ ├── OrbAmbient.ogg │ │ │ ├── OrbCast.ogg │ │ │ ├── OrbCrit.ogg │ │ │ ├── OrbFull.ogg │ │ │ ├── OrbHit.ogg │ │ │ ├── OrbReturn.ogg │ │ │ └── OrbReturned.ogg │ │ ├── OrbOfFlame │ │ │ ├── CharmCast.ogg │ │ │ ├── CharmHit.ogg │ │ │ ├── CharmReady.ogg │ │ │ └── OrbAmbient.ogg │ │ └── OrbOfSpirituality │ │ │ ├── CharmCast.ogg │ │ │ ├── CharmHit.ogg │ │ │ ├── CharmReady.ogg │ │ │ ├── Dash1.ogg │ │ │ ├── Dash2.ogg │ │ │ ├── Dash3.ogg │ │ │ ├── DashAmbient.ogg │ │ │ ├── DashReady.ogg │ │ │ ├── FireCast.ogg │ │ │ ├── FireCrit.ogg │ │ │ ├── FireDespawn.ogg │ │ │ ├── FireHit.ogg │ │ │ ├── OrbAmbient1.ogg │ │ │ ├── OrbAmbient2.ogg │ │ │ ├── OrbCast.ogg │ │ │ ├── OrbCrit.ogg │ │ │ ├── OrbFull.ogg │ │ │ ├── OrbHit.ogg │ │ │ ├── OrbReturn.ogg │ │ │ └── OrbReturned.ogg │ ├── Melee │ │ ├── LethalTempoFallOff.ogg │ │ ├── LethalTempoFullyStacked.ogg │ │ ├── LethalTempoStack.ogg │ │ ├── Nightbringer │ │ │ ├── Dash.ogg │ │ │ ├── DashHit.ogg │ │ │ ├── DashReady.ogg │ │ │ ├── FirewallAmbient.ogg │ │ │ ├── FirewallCast.ogg │ │ │ ├── FirewallHit.ogg │ │ │ ├── FirewallReady.ogg │ │ │ ├── Spin.ogg │ │ │ ├── SpinHit.ogg │ │ │ ├── Swing1.ogg │ │ │ ├── Swing2.ogg │ │ │ ├── Swing3.ogg │ │ │ ├── SwingHit1.ogg │ │ │ ├── SwingHit2.ogg │ │ │ ├── SwingHit3.ogg │ │ │ ├── Thrust.ogg │ │ │ ├── ThrustHit.ogg │ │ │ ├── ThrustReady.ogg │ │ │ ├── TornadoCast.ogg │ │ │ ├── TornadoHit.ogg │ │ │ └── TornadoReady.ogg │ │ ├── PlasmaWhirlwind │ │ │ ├── Dash.ogg │ │ │ ├── DashHit.ogg │ │ │ ├── DashReady.ogg │ │ │ ├── Spin.ogg │ │ │ ├── SpinHit.ogg │ │ │ ├── Swing1.ogg │ │ │ ├── Swing2.ogg │ │ │ ├── Swing3.ogg │ │ │ ├── SwingHit1.ogg │ │ │ ├── SwingHit2.ogg │ │ │ ├── SwingHit3.ogg │ │ │ ├── Thrust.ogg │ │ │ ├── ThrustHit.ogg │ │ │ ├── ThrustReady.ogg │ │ │ ├── TornadoCast.ogg │ │ │ ├── TornadoHit.ogg │ │ │ └── TornadoReady.ogg │ │ ├── SteelTempest │ │ │ ├── Swing1.ogg │ │ │ ├── Swing2.ogg │ │ │ ├── Swing3.ogg │ │ │ ├── SwingHit1.ogg │ │ │ ├── SwingHit2.ogg │ │ │ ├── SwingHit3.ogg │ │ │ ├── Thrust.ogg │ │ │ ├── ThrustHit.ogg │ │ │ ├── ThrustReady.ogg │ │ │ ├── TornadoCast.ogg │ │ │ ├── TornadoHit.ogg │ │ │ └── TornadoReady.ogg │ │ ├── SteraksGageReady.ogg │ │ ├── SteraksGageShield.ogg │ │ └── WorldEnder │ │ │ ├── Q1Cast.ogg │ │ │ ├── Q2Cast.ogg │ │ │ ├── Q3Cast.ogg │ │ │ ├── QCrit1.ogg │ │ │ ├── QCrit2.ogg │ │ │ ├── QCrit3.ogg │ │ │ ├── QHit1.ogg │ │ │ ├── QHit2.ogg │ │ │ ├── QHit3.ogg │ │ │ ├── Ready.ogg │ │ │ ├── Swing1.ogg │ │ │ ├── Swing2.ogg │ │ │ ├── Swing3.ogg │ │ │ ├── SwingHit1.ogg │ │ │ ├── SwingHit2.ogg │ │ │ ├── SwingHit3.ogg │ │ │ └── TimeOut.ogg │ ├── Ranged │ │ ├── AlienGun │ │ │ ├── BlindingLaserHit.ogg │ │ │ ├── BlindingLaserReady.ogg │ │ │ ├── BlindingLaserShot.ogg │ │ │ ├── Shot1.ogg │ │ │ ├── Shot2.ogg │ │ │ ├── Shot3.ogg │ │ │ ├── ShotCrit.ogg │ │ │ └── ShotHit.ogg │ │ ├── OmegaSquadRifle │ │ │ ├── BlindingLaserHit.ogg │ │ │ ├── BlindingLaserReady.ogg │ │ │ ├── BlindingLaserShot.ogg │ │ │ ├── BuffRegained.ogg │ │ │ ├── Shot1.ogg │ │ │ ├── Shot2.ogg │ │ │ ├── Shot3.ogg │ │ │ ├── ShotCrit.ogg │ │ │ ├── ShotHit.ogg │ │ │ ├── ShroomBoom1.ogg │ │ │ ├── ShroomBoom2.ogg │ │ │ ├── ShroomBoom3.ogg │ │ │ ├── ShroomBuilt1.ogg │ │ │ ├── ShroomBuilt2.ogg │ │ │ ├── ShroomBuilt3.ogg │ │ │ ├── ShroomReady.ogg │ │ │ ├── SuperBuffCast.ogg │ │ │ ├── SuperBuffEnd.ogg │ │ │ └── SuperBuffReady.ogg │ │ └── ToxicShot │ │ │ ├── BuffRegained.ogg │ │ │ ├── Shot1.ogg │ │ │ ├── Shot2.ogg │ │ │ ├── Shot3.ogg │ │ │ ├── ShotCrit.ogg │ │ │ ├── ShotHit.ogg │ │ │ ├── SuperBuffCast.ogg │ │ │ ├── SuperBuffEnd.ogg │ │ │ └── SuperBuffReady.ogg │ ├── Shunpo1.ogg │ ├── Shunpo2.ogg │ ├── ShunpoReady.ogg │ └── Summon │ │ ├── CenterOfTheUniverse │ │ ├── BoostActivation.ogg │ │ ├── BoostAmbience.ogg │ │ ├── BoostDeactivation.ogg │ │ ├── BreathLoop.ogg │ │ ├── CirclingProjectileCast1.ogg │ │ ├── CirclingProjectileCast2.ogg │ │ ├── CirclingProjectileHit1.ogg │ │ ├── CirclingProjectileHit2.ogg │ │ ├── CirclingProjectileHit3.ogg │ │ ├── CometCast.ogg │ │ ├── CometHit.ogg │ │ ├── CometReady.ogg │ │ ├── DragonCast.ogg │ │ ├── MarkDetonation.ogg │ │ └── Marked.ogg │ │ ├── ConquerorFallOff.ogg │ │ ├── ConquerorFullyStacked.ogg │ │ ├── ConquerorStack.ogg │ │ ├── GaleforceHit.ogg │ │ ├── GaleforceShot.ogg │ │ ├── GoredrinkerHit.ogg │ │ ├── GoredrinkerSwing.ogg │ │ ├── InterstellarVessel │ │ ├── BoostActivation.ogg │ │ ├── BoostAmbient.ogg │ │ ├── BoostDeactivation.ogg │ │ ├── BreathLoop.ogg │ │ ├── CirclingProjectileCast1.ogg │ │ ├── CirclingProjectileCast2.ogg │ │ ├── CirclingProjectileHit1.ogg │ │ ├── CirclingProjectileHit2.ogg │ │ ├── CirclingProjectileHit3.ogg │ │ ├── DragonCast.ogg │ │ ├── MarkDetonation.ogg │ │ └── Marked.ogg │ │ └── ScorchingPoint │ │ ├── BreathLoop.ogg │ │ ├── CirclingProjectileCast1.ogg │ │ ├── CirclingProjectileCast2.ogg │ │ ├── CirclingProjectileHit1.ogg │ │ ├── CirclingProjectileHit2.ogg │ │ ├── CirclingProjectileHit3.ogg │ │ ├── DragonCast.ogg │ │ ├── MarkDetonation.ogg │ │ └── Marked.ogg └── desktop.ini ├── TerraUI ├── Events.cs ├── MouseButtons.cs ├── Objects │ ├── UIButton.cs │ ├── UICheckBox.cs │ ├── UIItemSlot.cs │ ├── UILabel.cs │ ├── UINumberBox.cs │ ├── UIObject.cs │ ├── UIObjectBordered.cs │ ├── UIProgressBar.cs │ └── UITextBox.cs ├── Panels │ └── UIPanel.cs └── Utilities │ ├── DrawingUtils.cs │ ├── KeyboardUtils.cs │ ├── MouseUtils.cs │ ├── UIColors.cs │ └── UIUtils.cs ├── Textures ├── CeruleanFlask_drinking.png ├── ChargePoint.png ├── CurseMeter_empty.png ├── CurseMeter_full.png ├── CurseMeter_powerfulFull.png ├── EstusFlask_drinking.png ├── ForceLoadTexture.cs ├── Noise │ ├── CircuitNoise.png │ ├── MarbleNoise.png │ ├── PerlinNoise.png │ ├── SmoothNoise.png │ ├── SplotchyNoise.png │ ├── SwirlyNoise.png │ ├── TurbulentNoise.png │ ├── UnusedNoise.png │ ├── VoronoiNoise.png │ └── WavyNoise.png ├── SHMMoon.png ├── SHMSun1.png ├── SHMSun2.png ├── StaminaBar_empty.png └── StaminaBar_full.png ├── Tiles ├── Bonfire.png ├── BonfireCheckpoint.cs ├── BonfireCheckpoint.png ├── BonfireCheckpoint_Glow.png ├── Bonfire_Glow.png ├── BuffStations │ ├── NecromancyAltarTile.cs │ └── NecromancyAltarTile.png ├── FlameJet.cs ├── FlameJet.png ├── GlobalTile.cs ├── Relics │ ├── 0RelicTile.cs │ ├── 0RelicTile.png │ ├── AncestralSpiritRelicTile.cs │ ├── AncestralSpiritRelicTile.png │ ├── TheHunterRelicTile.cs │ ├── TheHunterRelicTile.png │ ├── TheMachineRelicTile.cs │ ├── TheMachineRelicTile.png │ ├── TheRageRelicTile.cs │ ├── TheRageRelicTile.png │ ├── TheSorrowRelicTile.cs │ ├── TheSorrowRelicTile.png │ ├── TheTriadRelicTile.cs │ └── TheTriadRelicTile.png ├── SansL_Glow.png ├── SoapstoneMessage.cs ├── SoapstoneMessage_1.png ├── SoapstoneTile.cs ├── SoulSkellyGeocache.cs ├── SoulSkellyL.cs ├── SoulSkellyL.png ├── SoulSkellyL_Glow.png ├── SoulSkellyR.cs ├── SoulSkellyR.png ├── SoulSkellyR_Glow.png ├── SoulSkellyWall1.cs ├── SoulSkellyWall1.png ├── SoulSkellyWall1_Glow.png ├── SoulSkellyWall2.cs ├── SoulSkellyWall2.png ├── SoulSkellyWall2_Glow.png ├── SoulSkullItemL.png ├── SoulSkullItemR.png ├── SoulSkullL.cs ├── SoulSkullL.png ├── SoulSkullL_Glow.png ├── SoulSkullR.cs ├── SoulSkullR.png ├── SoulSkullR_Glow.png ├── TileUtils.cs └── Trophies │ ├── AncestralSpiritTrophyTile.cs │ ├── AncestralSpiritTrophyTile.png │ ├── CataluminanceTrophyTile.cs │ ├── CataluminanceTrophyTile.png │ ├── RetinazerTrophyTile.cs │ ├── RetinazerTrophyTile.png │ ├── SpazmatismTrophyTile.cs │ ├── SpazmatismTrophyTile.png │ ├── TheHunterTrophyTile.cs │ ├── TheHunterTrophyTile.png │ ├── TheMachineTrophyTile.cs │ ├── TheMachineTrophyTile.png │ ├── TheRageTrophyTile.cs │ ├── TheRageTrophyTile.png │ ├── TheSorrowTrophyTile.cs │ ├── TheSorrowTrophyTile.png │ ├── TrophyTile.cs │ └── TrophyTileEmpty.png ├── UI ├── BonfireUIState.cs ├── ButtonClose.png ├── ButtonPiggyBank.cs ├── ButtonPiggyBank.png ├── ButtonSafe.cs ├── ButtonSafe.png ├── ButtonSetSpawn.cs ├── ButtonSetSpawn.png ├── Button_Forward.png ├── CeruleanFlaskUI.cs ├── CeruleanFlask_charges.png ├── CeruleanFlask_empty.png ├── CeruleanFlask_full.png ├── CustomMapUIState.cs ├── DarkSoulCounterFrame.png ├── DarkSoulCounterUIState.cs ├── EmeraldHeraldUI.cs ├── EstusFlaskUI.cs ├── EstusFlask_charges.png ├── EstusFlask_empty.png ├── EstusFlask_full.png ├── InfoDisplay.cs ├── MapMarkersUIState.cs ├── Markers │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ └── 4.png ├── MinimapBonfire.png ├── MinimapFissure.png ├── MinionInfoDisplay.png ├── NephUI │ ├── DarkSoulCounterFrame.png │ ├── DarkSoulCounterFrame_RU.png │ ├── EstusFlask_empty.png │ ├── EstusFlask_full.png │ └── Soul_Counter.png ├── PotionBagUIState.cs ├── PotionItemSlot.cs ├── QuestionMark.png ├── SentryInfoDisplay.png ├── SoulSlotBackground.png ├── Unused │ ├── CeruleanFlask_half_full.png │ └── EstusFlask_half_full.png ├── VanillaItemSlotWrapper.cs ├── blackpixel.png ├── tsorcDragableUIPanel.cs └── tsorcUIHoverTextButton.cs ├── Utilities └── LanguageUtilities.cs ├── Wiki ├── by hand recipe register.txt ├── demon altar recipe register.txt ├── front page.txt └── navbox equipment template.txt ├── description.txt ├── icon.png ├── icon_small.png ├── icon_workshop.png ├── tsorcDropRules.cs ├── tsorcRevamp.cs ├── tsorcRevamp.csproj ├── tsorcRevampConfig.cs ├── tsorcRevampSystems.cs ├── tsorcRevampUtils.cs ├── tsorcRevampWorld.cs └── tsorcScriptedEvents.cs /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/.gitignore -------------------------------------------------------------------------------- /Achievements/Template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Achievements/Template.png -------------------------------------------------------------------------------- /Banners/AbysswalkerBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/AbysswalkerBanner.png -------------------------------------------------------------------------------- /Banners/ArchdeaconBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/ArchdeaconBanner.png -------------------------------------------------------------------------------- /Banners/AssassinBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/AssassinBanner.png -------------------------------------------------------------------------------- /Banners/BarrowWightBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/BarrowWightBanner.png -------------------------------------------------------------------------------- /Banners/BlackKnightBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/BlackKnightBanner.png -------------------------------------------------------------------------------- /Banners/CloudBatBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/CloudBatBanner.png -------------------------------------------------------------------------------- /Banners/DarkKnightBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/DarkKnightBanner.png -------------------------------------------------------------------------------- /Banners/DemonSpiritBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/DemonSpiritBanner.png -------------------------------------------------------------------------------- /Banners/DungeonMageBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/DungeonMageBanner.png -------------------------------------------------------------------------------- /Banners/DunlendingBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/DunlendingBanner.png -------------------------------------------------------------------------------- /Banners/EnemyBanner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/EnemyBanner.cs -------------------------------------------------------------------------------- /Banners/EnemyBannerTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/EnemyBannerTile.png -------------------------------------------------------------------------------- /Banners/FireLurkerBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/FireLurkerBanner.png -------------------------------------------------------------------------------- /Banners/IceSkeletonBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/IceSkeletonBanner.png -------------------------------------------------------------------------------- /Banners/ManHunterBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/ManHunterBanner.png -------------------------------------------------------------------------------- /Banners/ManOfWarBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/ManOfWarBanner.png -------------------------------------------------------------------------------- /Banners/MutantToadBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/MutantToadBanner.png -------------------------------------------------------------------------------- /Banners/NecromancerBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/NecromancerBanner.png -------------------------------------------------------------------------------- /Banners/Old-placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/Old-placeholder.png -------------------------------------------------------------------------------- /Banners/ParaspriteBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/ParaspriteBanner.png -------------------------------------------------------------------------------- /Banners/RedKnightBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/RedKnightBanner.png -------------------------------------------------------------------------------- /Banners/ShadowMageBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/ShadowMageBanner.png -------------------------------------------------------------------------------- /Banners/SlograIIBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/SlograIIBanner.png -------------------------------------------------------------------------------- /Banners/SnowOwlBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/SnowOwlBanner.png -------------------------------------------------------------------------------- /Banners/StoneGolemBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/StoneGolemBanner.png -------------------------------------------------------------------------------- /Banners/TetsujinBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/TetsujinBanner.png -------------------------------------------------------------------------------- /Banners/TonberryBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/TonberryBanner.png -------------------------------------------------------------------------------- /Banners/VampireBatBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/VampireBatBanner.png -------------------------------------------------------------------------------- /Banners/WarlockBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/WarlockBanner.png -------------------------------------------------------------------------------- /Banners/WaterSpiritBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/WaterSpiritBanner.png -------------------------------------------------------------------------------- /Banners/placeholder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Banners/placeholder.png -------------------------------------------------------------------------------- /Buffs/AbyssWeaponImbue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/AbyssWeaponImbue.cs -------------------------------------------------------------------------------- /Buffs/AbyssWeaponImbue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/AbyssWeaponImbue.png -------------------------------------------------------------------------------- /Buffs/Armor/ShunpoBlink.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Armor/ShunpoBlink.cs -------------------------------------------------------------------------------- /Buffs/Armor/ShunpoBlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Armor/ShunpoBlink.png -------------------------------------------------------------------------------- /Buffs/ArmorDrug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ArmorDrug.cs -------------------------------------------------------------------------------- /Buffs/ArmorDrug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ArmorDrug.png -------------------------------------------------------------------------------- /Buffs/Battlefront.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Battlefront.cs -------------------------------------------------------------------------------- /Buffs/Battlefront.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Battlefront.png -------------------------------------------------------------------------------- /Buffs/BiohazardDrain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/BiohazardDrain.cs -------------------------------------------------------------------------------- /Buffs/BoltChainImmunity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/BoltChainImmunity.cs -------------------------------------------------------------------------------- /Buffs/BoltChainImmunity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/BoltChainImmunity.png -------------------------------------------------------------------------------- /Buffs/Bonfire.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Bonfire.cs -------------------------------------------------------------------------------- /Buffs/Bonfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Bonfire.png -------------------------------------------------------------------------------- /Buffs/Boost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Boost.cs -------------------------------------------------------------------------------- /Buffs/Boost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Boost.png -------------------------------------------------------------------------------- /Buffs/BossZenBuff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/BossZenBuff.cs -------------------------------------------------------------------------------- /Buffs/BossZenBuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/BossZenBuff.png -------------------------------------------------------------------------------- /Buffs/CrescentMoonlight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/CrescentMoonlight.cs -------------------------------------------------------------------------------- /Buffs/CrimsonBurn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/CrimsonBurn.cs -------------------------------------------------------------------------------- /Buffs/CrimsonDrain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/CrimsonDrain.cs -------------------------------------------------------------------------------- /Buffs/CrimsonDrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/CrimsonDrain.png -------------------------------------------------------------------------------- /Buffs/CrystalMagicWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/CrystalMagicWeapon.cs -------------------------------------------------------------------------------- /Buffs/CrystalMagicWeapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/CrystalMagicWeapon.png -------------------------------------------------------------------------------- /Buffs/Curse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Curse.cs -------------------------------------------------------------------------------- /Buffs/Curse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Curse.png -------------------------------------------------------------------------------- /Buffs/Debuffs/AbyssInferno.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/AbyssInferno.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/BrokenSpirit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/BrokenSpirit.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Crippled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Crippled.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Crippled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Crippled.png -------------------------------------------------------------------------------- /Buffs/Debuffs/CurseBuildup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/CurseBuildup.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/DarkInferno.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/DarkInferno.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/DarkInferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/DarkInferno.png -------------------------------------------------------------------------------- /Buffs/Debuffs/DefenseCrush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/DefenseCrush.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Frostbite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Frostbite.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Frostbite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Frostbite.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Gilled.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Gilled.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Gilled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Gilled.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Hold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Hold.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Hold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Hold.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Hollowed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Hollowed.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Ignited.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Ignited.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Ignited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Ignited.png -------------------------------------------------------------------------------- /Buffs/Debuffs/InCombat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/InCombat.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/InCombat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/InCombat.png -------------------------------------------------------------------------------- /Buffs/Debuffs/Stiff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Stiff.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/Stiff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/Stiff.png -------------------------------------------------------------------------------- /Buffs/Debuffs/TornWings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/TornWings.cs -------------------------------------------------------------------------------- /Buffs/Debuffs/TornWings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Debuffs/TornWings.png -------------------------------------------------------------------------------- /Buffs/DemonDrug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/DemonDrug.cs -------------------------------------------------------------------------------- /Buffs/DemonDrug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/DemonDrug.png -------------------------------------------------------------------------------- /Buffs/DispelShadow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/DispelShadow.cs -------------------------------------------------------------------------------- /Buffs/Dissolving.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Dissolving.cs -------------------------------------------------------------------------------- /Buffs/EarthAlignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EarthAlignment.cs -------------------------------------------------------------------------------- /Buffs/EarthAlignment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EarthAlignment.png -------------------------------------------------------------------------------- /Buffs/ElectrocutedBuff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ElectrocutedBuff.cs -------------------------------------------------------------------------------- /Buffs/ElectrocutedBuff2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ElectrocutedBuff2.cs -------------------------------------------------------------------------------- /Buffs/ElixirCooldown.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ElixirCooldown.cs -------------------------------------------------------------------------------- /Buffs/ElixirCooldown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ElixirCooldown.png -------------------------------------------------------------------------------- /Buffs/EmptyBuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EmptyBuff.png -------------------------------------------------------------------------------- /Buffs/EmptyBuff_DarkBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EmptyBuff_DarkBlue.png -------------------------------------------------------------------------------- /Buffs/EmptyBuff_DarkRed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EmptyBuff_DarkRed.png -------------------------------------------------------------------------------- /Buffs/EmptyBuff_Grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EmptyBuff_Grey.png -------------------------------------------------------------------------------- /Buffs/EmptyBuff_Honey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EmptyBuff_Honey.png -------------------------------------------------------------------------------- /Buffs/EmptyDebuff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/EmptyDebuff.png -------------------------------------------------------------------------------- /Buffs/FadingShadow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/FadingShadow.cs -------------------------------------------------------------------------------- /Buffs/FadingShadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/FadingShadow.png -------------------------------------------------------------------------------- /Buffs/FasterThanSight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/FasterThanSight.cs -------------------------------------------------------------------------------- /Buffs/FasterThanSight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/FasterThanSight.png -------------------------------------------------------------------------------- /Buffs/Flasks.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Flasks.cs -------------------------------------------------------------------------------- /Buffs/GravityAlignment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GravityAlignment.cs -------------------------------------------------------------------------------- /Buffs/GravityAlignment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GravityAlignment.png -------------------------------------------------------------------------------- /Buffs/GravityField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GravityField.cs -------------------------------------------------------------------------------- /Buffs/GravityField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GravityField.png -------------------------------------------------------------------------------- /Buffs/GreatMagicBarrier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreatMagicBarrier.cs -------------------------------------------------------------------------------- /Buffs/GreatMagicBarrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreatMagicBarrier.png -------------------------------------------------------------------------------- /Buffs/GreatMagicShield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreatMagicShield.cs -------------------------------------------------------------------------------- /Buffs/GreatMagicShield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreatMagicShield.png -------------------------------------------------------------------------------- /Buffs/GreatMagicWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreatMagicWeapon.cs -------------------------------------------------------------------------------- /Buffs/GreatMagicWeapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreatMagicWeapon.png -------------------------------------------------------------------------------- /Buffs/GreenBlossom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreenBlossom.cs -------------------------------------------------------------------------------- /Buffs/GreenBlossom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/GreenBlossom.png -------------------------------------------------------------------------------- /Buffs/Invincible.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Invincible.cs -------------------------------------------------------------------------------- /Buffs/Invincible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Invincible.png -------------------------------------------------------------------------------- /Buffs/LifegemHealing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/LifegemHealing.cs -------------------------------------------------------------------------------- /Buffs/LifegemHealing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/LifegemHealing.png -------------------------------------------------------------------------------- /Buffs/Loading.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Loading.cs -------------------------------------------------------------------------------- /Buffs/Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Loading.png -------------------------------------------------------------------------------- /Buffs/MagicBarrier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicBarrier.cs -------------------------------------------------------------------------------- /Buffs/MagicBarrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicBarrier.png -------------------------------------------------------------------------------- /Buffs/MagicPlating.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicPlating.cs -------------------------------------------------------------------------------- /Buffs/MagicPlating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicPlating.png -------------------------------------------------------------------------------- /Buffs/MagicShield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicShield.cs -------------------------------------------------------------------------------- /Buffs/MagicShield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicShield.png -------------------------------------------------------------------------------- /Buffs/MagicWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicWeapon.cs -------------------------------------------------------------------------------- /Buffs/MagicWeapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MagicWeapon.png -------------------------------------------------------------------------------- /Buffs/MarilithHold.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MarilithHold.cs -------------------------------------------------------------------------------- /Buffs/MarilithHold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MarilithHold.png -------------------------------------------------------------------------------- /Buffs/MarilithWind.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MarilithWind.cs -------------------------------------------------------------------------------- /Buffs/MarilithWind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MarilithWind.png -------------------------------------------------------------------------------- /Buffs/Miakoda.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Miakoda.cs -------------------------------------------------------------------------------- /Buffs/Miakoda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Miakoda.png -------------------------------------------------------------------------------- /Buffs/MiakodaCrescent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MiakodaCrescent.cs -------------------------------------------------------------------------------- /Buffs/MiakodaCrescent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MiakodaCrescent.png -------------------------------------------------------------------------------- /Buffs/MiakodaFull.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MiakodaFull.cs -------------------------------------------------------------------------------- /Buffs/MiakodaFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MiakodaFull.png -------------------------------------------------------------------------------- /Buffs/MiakodaNew.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MiakodaNew.cs -------------------------------------------------------------------------------- /Buffs/MiakodaNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/MiakodaNew.png -------------------------------------------------------------------------------- /Buffs/PhazonContamination.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/PhazonContamination.cs -------------------------------------------------------------------------------- /Buffs/PhazonContamination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/PhazonContamination.png -------------------------------------------------------------------------------- /Buffs/PowerWithin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/PowerWithin.cs -------------------------------------------------------------------------------- /Buffs/PowerWithin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/PowerWithin.png -------------------------------------------------------------------------------- /Buffs/PowerfulCurse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/PowerfulCurse.cs -------------------------------------------------------------------------------- /Buffs/PowerfulCurse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/PowerfulCurse.png -------------------------------------------------------------------------------- /Buffs/Protect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Protect.cs -------------------------------------------------------------------------------- /Buffs/Protect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Protect.png -------------------------------------------------------------------------------- /Buffs/RTQ2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/RTQ2.cs -------------------------------------------------------------------------------- /Buffs/RTQ2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/RTQ2.png -------------------------------------------------------------------------------- /Buffs/Rejuvenation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Rejuvenation.cs -------------------------------------------------------------------------------- /Buffs/Rejuvenation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Rejuvenation.png -------------------------------------------------------------------------------- /Buffs/Shockwave.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Shockwave.cs -------------------------------------------------------------------------------- /Buffs/Shockwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Shockwave.png -------------------------------------------------------------------------------- /Buffs/SoulSiphon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/SoulSiphon.cs -------------------------------------------------------------------------------- /Buffs/SoulSiphon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/SoulSiphon.png -------------------------------------------------------------------------------- /Buffs/Soulstruck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Soulstruck.cs -------------------------------------------------------------------------------- /Buffs/StoryTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/StoryTime.cs -------------------------------------------------------------------------------- /Buffs/StoryTime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/StoryTime.png -------------------------------------------------------------------------------- /Buffs/Strength.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Strength.cs -------------------------------------------------------------------------------- /Buffs/Strength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/Strength.png -------------------------------------------------------------------------------- /Buffs/ThermalRise.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ThermalRise.cs -------------------------------------------------------------------------------- /Buffs/ThermalRise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ThermalRise.png -------------------------------------------------------------------------------- /Buffs/ViruCatDrain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/ViruCatDrain.cs -------------------------------------------------------------------------------- /Buffs/toxiccatdrain.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/toxiccatdrain.cs -------------------------------------------------------------------------------- /Buffs/tsorcGlobalBuff.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Buffs/tsorcGlobalBuff.cs -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CREDITS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/CREDITS.txt -------------------------------------------------------------------------------- /DarkSoulCustomCurrency.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/DarkSoulCustomCurrency.cs -------------------------------------------------------------------------------- /Effects/AttraidiesAura.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesAura.fx -------------------------------------------------------------------------------- /Effects/AttraidiesAura.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesAura.xnb -------------------------------------------------------------------------------- /Effects/AttraidiesDeath.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesDeath.fx -------------------------------------------------------------------------------- /Effects/AttraidiesDeath.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesDeath.xnb -------------------------------------------------------------------------------- /Effects/AttraidiesIntro.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesIntro.fx -------------------------------------------------------------------------------- /Effects/AttraidiesIntro.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesIntro.xnb -------------------------------------------------------------------------------- /Effects/AttraidiesShield.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesShield.fx -------------------------------------------------------------------------------- /Effects/AttraidiesShield.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/AttraidiesShield.xnb -------------------------------------------------------------------------------- /Effects/BlackFireball.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/BlackFireball.fx -------------------------------------------------------------------------------- /Effects/BlackFireball.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/BlackFireball.xnb -------------------------------------------------------------------------------- /Effects/BlurEffect.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/BlurEffect.fx -------------------------------------------------------------------------------- /Effects/BlurEffect.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/BlurEffect.xnb -------------------------------------------------------------------------------- /Effects/CatAura.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CatAura.fx -------------------------------------------------------------------------------- /Effects/CatAura.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CatAura.xnb -------------------------------------------------------------------------------- /Effects/CataluminanceTrail.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CataluminanceTrail.fx -------------------------------------------------------------------------------- /Effects/CursedFireball.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CursedFireball.fx -------------------------------------------------------------------------------- /Effects/CursedFireball.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CursedFireball.xnb -------------------------------------------------------------------------------- /Effects/CursedMalestrom.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CursedMalestrom.fx -------------------------------------------------------------------------------- /Effects/CursedMalestrom.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CursedMalestrom.xnb -------------------------------------------------------------------------------- /Effects/CursedTormentor.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CursedTormentor.fx -------------------------------------------------------------------------------- /Effects/CursedTormentor.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/CursedTormentor.xnb -------------------------------------------------------------------------------- /Effects/DeathLaser.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/DeathLaser.fx -------------------------------------------------------------------------------- /Effects/DeathLaser.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/DeathLaser.xnb -------------------------------------------------------------------------------- /Effects/DragonBreath.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/DragonBreath.fx -------------------------------------------------------------------------------- /Effects/DragonBreath.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/DragonBreath.xnb -------------------------------------------------------------------------------- /Effects/DrawSprite.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/DrawSprite.fx -------------------------------------------------------------------------------- /Effects/DrawSprite.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/DrawSprite.xnb -------------------------------------------------------------------------------- /Effects/FireBlastxnb.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FireBlastxnb.fx -------------------------------------------------------------------------------- /Effects/FireBlastxnb.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FireBlastxnb.xnb -------------------------------------------------------------------------------- /Effects/FireWallShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FireWallShader.fx -------------------------------------------------------------------------------- /Effects/FireWallShader.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FireWallShader.xnb -------------------------------------------------------------------------------- /Effects/FireWaveShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FireWaveShader.fx -------------------------------------------------------------------------------- /Effects/FireWaveShader.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FireWaveShader.xnb -------------------------------------------------------------------------------- /Effects/FizzyRing.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FizzyRing.fx -------------------------------------------------------------------------------- /Effects/FizzyRing.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FizzyRing.xnb -------------------------------------------------------------------------------- /Effects/FuriousEnergy.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FuriousEnergy.fx -------------------------------------------------------------------------------- /Effects/FuriousEnergy.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/FuriousEnergy.xnb -------------------------------------------------------------------------------- /Effects/GenericLaser.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/GenericLaser.fx -------------------------------------------------------------------------------- /Effects/GenericLaser.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/GenericLaser.xnb -------------------------------------------------------------------------------- /Effects/HomingStarShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/HomingStarShader.fx -------------------------------------------------------------------------------- /Effects/HomingStarShader.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/HomingStarShader.xnb -------------------------------------------------------------------------------- /Effects/HunterEffect.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/HunterEffect.fx -------------------------------------------------------------------------------- /Effects/HunterEffect.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/HunterEffect.xnb -------------------------------------------------------------------------------- /Effects/IchorTrackerShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/IchorTrackerShader.fx -------------------------------------------------------------------------------- /Effects/IncineratingGaze.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/IncineratingGaze.fx -------------------------------------------------------------------------------- /Effects/IncineratingGaze.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/IncineratingGaze.xnb -------------------------------------------------------------------------------- /Effects/InterstellarVessel.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/InterstellarVessel.fx -------------------------------------------------------------------------------- /Effects/LaserShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LaserShader.fx -------------------------------------------------------------------------------- /Effects/LaserShader.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LaserShader.xnb -------------------------------------------------------------------------------- /Effects/LightBeam.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LightBeam.fx -------------------------------------------------------------------------------- /Effects/LightBeam.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LightBeam.xnb -------------------------------------------------------------------------------- /Effects/LightningLine.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LightningLine.fx -------------------------------------------------------------------------------- /Effects/LightningLine.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LightningLine.xnb -------------------------------------------------------------------------------- /Effects/LightningShader.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LightningShader.fx -------------------------------------------------------------------------------- /Effects/LightningShader.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/LightningShader.xnb -------------------------------------------------------------------------------- /Effects/MarilithFireAura.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/MarilithFireAura.fx -------------------------------------------------------------------------------- /Effects/MarilithFireAura.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/MarilithFireAura.xnb -------------------------------------------------------------------------------- /Effects/MarilithIntro.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/MarilithIntro.fx -------------------------------------------------------------------------------- /Effects/MarilithIntro.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/MarilithIntro.xnb -------------------------------------------------------------------------------- /Effects/MoltenWeld.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/MoltenWeld.fx -------------------------------------------------------------------------------- /Effects/MoltenWeld.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/MoltenWeld.xnb -------------------------------------------------------------------------------- /Effects/NoxiousBreath.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/NoxiousBreath.fx -------------------------------------------------------------------------------- /Effects/NoxiousBreath.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/NoxiousBreath.xnb -------------------------------------------------------------------------------- /Effects/PilgrimArcaneBall.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/PilgrimArcaneBall.fx -------------------------------------------------------------------------------- /Effects/PilgrimArcaneBall.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/PilgrimArcaneBall.xnb -------------------------------------------------------------------------------- /Effects/PoisonWave.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/PoisonWave.fx -------------------------------------------------------------------------------- /Effects/PoisonWave.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/PoisonWave.xnb -------------------------------------------------------------------------------- /Effects/PrimeShield.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/PrimeShield.fx -------------------------------------------------------------------------------- /Effects/PrimeShield.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/PrimeShield.xnb -------------------------------------------------------------------------------- /Effects/RadiantStrand.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RadiantStrand.fx -------------------------------------------------------------------------------- /Effects/RadiantStrand.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RadiantStrand.xnb -------------------------------------------------------------------------------- /Effects/RageEffect.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RageEffect.fx -------------------------------------------------------------------------------- /Effects/RageEffect.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RageEffect.xnb -------------------------------------------------------------------------------- /Effects/RedLightningLine.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RedLightningLine.fx -------------------------------------------------------------------------------- /Effects/RedLightningLine.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RedLightningLine.xnb -------------------------------------------------------------------------------- /Effects/RetAura.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RetAura.fx -------------------------------------------------------------------------------- /Effects/RetAura.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/RetAura.xnb -------------------------------------------------------------------------------- /Effects/SimpleRing.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SimpleRing.fx -------------------------------------------------------------------------------- /Effects/SimpleRing.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SimpleRing.xnb -------------------------------------------------------------------------------- /Effects/Slash.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/Slash.fx -------------------------------------------------------------------------------- /Effects/Slash.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/Slash.xnb -------------------------------------------------------------------------------- /Effects/SolarBlast.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SolarBlast.fx -------------------------------------------------------------------------------- /Effects/SolarBlast.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SolarBlast.xnb -------------------------------------------------------------------------------- /Effects/SolarDetonation.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SolarDetonation.fx -------------------------------------------------------------------------------- /Effects/SolarDetonation.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SolarDetonation.xnb -------------------------------------------------------------------------------- /Effects/SorrowEffect.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SorrowEffect.fx -------------------------------------------------------------------------------- /Effects/SorrowEffect.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SorrowEffect.xnb -------------------------------------------------------------------------------- /Effects/SpazAura.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SpazAura.fx -------------------------------------------------------------------------------- /Effects/SpazAura.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SpazAura.xnb -------------------------------------------------------------------------------- /Effects/SpazFireBreath.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SpazFireBreath.fx -------------------------------------------------------------------------------- /Effects/SpazFireBreath.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SpazFireBreath.xnb -------------------------------------------------------------------------------- /Effects/SpazFireJet.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SpazFireJet.fx -------------------------------------------------------------------------------- /Effects/SpazFireJet.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SpazFireJet.xnb -------------------------------------------------------------------------------- /Effects/SyntheticBlizzard.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SyntheticBlizzard.fx -------------------------------------------------------------------------------- /Effects/SyntheticBlizzard.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SyntheticBlizzard.xnb -------------------------------------------------------------------------------- /Effects/SyntheticFirestorm.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/SyntheticFirestorm.fx -------------------------------------------------------------------------------- /Effects/TriadDeath.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/TriadDeath.fx -------------------------------------------------------------------------------- /Effects/TriadDeath.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/TriadDeath.xnb -------------------------------------------------------------------------------- /Effects/VortexOrb.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/VortexOrb.fx -------------------------------------------------------------------------------- /Effects/VortexOrb.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/VortexOrb.xnb -------------------------------------------------------------------------------- /Effects/WaterTrail.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/WaterTrail.fx -------------------------------------------------------------------------------- /Effects/WaterTrail.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/WaterTrail.xnb -------------------------------------------------------------------------------- /Effects/WavyEnergy.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/WavyEnergy.fx -------------------------------------------------------------------------------- /Effects/WavyEnergy.xnb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Effects/WavyEnergy.xnb -------------------------------------------------------------------------------- /Gores/AHC Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/AHC Gore 1.png -------------------------------------------------------------------------------- /Gores/AHC Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/AHC Gore 2.png -------------------------------------------------------------------------------- /Gores/AHC Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/AHC Gore 3.png -------------------------------------------------------------------------------- /Gores/AHC Gore 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/AHC Gore 4.png -------------------------------------------------------------------------------- /Gores/Assassin Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Assassin Gore 1.png -------------------------------------------------------------------------------- /Gores/Assassin Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Assassin Gore 2.png -------------------------------------------------------------------------------- /Gores/Assassin Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Assassin Gore 3.png -------------------------------------------------------------------------------- /Gores/Barrow Wight Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Barrow Wight Gore 1.png -------------------------------------------------------------------------------- /Gores/Barrow Wight Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Barrow Wight Gore 2.png -------------------------------------------------------------------------------- /Gores/Black Knight Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Black Knight Gore 1.png -------------------------------------------------------------------------------- /Gores/Black Knight Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Black Knight Gore 2.png -------------------------------------------------------------------------------- /Gores/Black Knight Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Black Knight Gore 3.png -------------------------------------------------------------------------------- /Gores/Blood Splat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Blood Splat.png -------------------------------------------------------------------------------- /Gores/ByakheeHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/ByakheeHead.png -------------------------------------------------------------------------------- /Gores/ByakheeWing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/ByakheeWing.png -------------------------------------------------------------------------------- /Gores/Cloud Bat Gore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Cloud Bat Gore.png -------------------------------------------------------------------------------- /Gores/Cloud Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Cloud Gore 1.png -------------------------------------------------------------------------------- /Gores/Cloud Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Cloud Gore 2.png -------------------------------------------------------------------------------- /Gores/Cloud Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Cloud Gore 3.png -------------------------------------------------------------------------------- /Gores/Death Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Death Gore 1.png -------------------------------------------------------------------------------- /Gores/Death Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Death Gore 2.png -------------------------------------------------------------------------------- /Gores/Death Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Death Gore 3.png -------------------------------------------------------------------------------- /Gores/DemonElementalGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/DemonElementalGore1.png -------------------------------------------------------------------------------- /Gores/DemonElementalGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/DemonElementalGore2.png -------------------------------------------------------------------------------- /Gores/DemonElementalGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/DemonElementalGore3.png -------------------------------------------------------------------------------- /Gores/Dragon Wings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dragon Wings.png -------------------------------------------------------------------------------- /Gores/Dunlending Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dunlending Gore 1.png -------------------------------------------------------------------------------- /Gores/Dunlending Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dunlending Gore 2.png -------------------------------------------------------------------------------- /Gores/Dunlending Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dunlending Gore 3.png -------------------------------------------------------------------------------- /Gores/Dworc Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dworc Gore 1.png -------------------------------------------------------------------------------- /Gores/Dworc Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dworc Gore 2.png -------------------------------------------------------------------------------- /Gores/Dworc Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Dworc Gore 3.png -------------------------------------------------------------------------------- /Gores/Easterling Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Easterling Gore 1.png -------------------------------------------------------------------------------- /Gores/Easterling Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Easterling Gore 2.png -------------------------------------------------------------------------------- /Gores/Easterling Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Easterling Gore 3.png -------------------------------------------------------------------------------- /Gores/FireLurkerGore1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/FireLurkerGore1.png -------------------------------------------------------------------------------- /Gores/FireLurkerGore2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/FireLurkerGore2.png -------------------------------------------------------------------------------- /Gores/FireLurkerGore3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/FireLurkerGore3.png -------------------------------------------------------------------------------- /Gores/Gaibon Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gaibon Gore 1.png -------------------------------------------------------------------------------- /Gores/Gaibon Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gaibon Gore 2.png -------------------------------------------------------------------------------- /Gores/Gaibon Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gaibon Gore 3.png -------------------------------------------------------------------------------- /Gores/Gaibon Gore 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gaibon Gore 4.png -------------------------------------------------------------------------------- /Gores/Gwyn Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gwyn Gore 1.png -------------------------------------------------------------------------------- /Gores/Gwyn Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gwyn Gore 2.png -------------------------------------------------------------------------------- /Gores/Gwyn Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Gwyn Gore 3.png -------------------------------------------------------------------------------- /Gores/Heaven Chain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Heaven Chain.png -------------------------------------------------------------------------------- /Gores/Ice Skelly Head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Ice Skelly Head.png -------------------------------------------------------------------------------- /Gores/Ice Skelly Piece.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Ice Skelly Piece.png -------------------------------------------------------------------------------- /Gores/Ice Skelly Vert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Ice Skelly Vert.png -------------------------------------------------------------------------------- /Gores/Man Hunter Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Man Hunter Gore 1.png -------------------------------------------------------------------------------- /Gores/Man Hunter Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Man Hunter Gore 2.png -------------------------------------------------------------------------------- /Gores/Man Hunter Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Man Hunter Gore 3.png -------------------------------------------------------------------------------- /Gores/Mindflayer Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Mindflayer Gore 1.png -------------------------------------------------------------------------------- /Gores/Mindflayer Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Mindflayer Gore 2.png -------------------------------------------------------------------------------- /Gores/Mindflayer Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Mindflayer Gore 3.png -------------------------------------------------------------------------------- /Gores/Mutant Toad Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Mutant Toad Gore 1.png -------------------------------------------------------------------------------- /Gores/Mutant Toad Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Mutant Toad Gore 2.png -------------------------------------------------------------------------------- /Gores/Mutant Toad Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Mutant Toad Gore 3.png -------------------------------------------------------------------------------- /Gores/Necromancer Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Necromancer Gore 1.png -------------------------------------------------------------------------------- /Gores/Necromancer Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Necromancer Gore 2.png -------------------------------------------------------------------------------- /Gores/Necromancer Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Necromancer Gore 3.png -------------------------------------------------------------------------------- /Gores/Old/Phoenix GORE 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Old/Phoenix GORE 1.png -------------------------------------------------------------------------------- /Gores/Old/Phoenix GORE 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Old/Phoenix GORE 2.png -------------------------------------------------------------------------------- /Gores/Old/Phoenix GORE 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Old/Phoenix GORE 3.png -------------------------------------------------------------------------------- /Gores/Oolacile Demon Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Oolacile Demon Glow.png -------------------------------------------------------------------------------- /Gores/Piscodemon Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Piscodemon Gore 1.png -------------------------------------------------------------------------------- /Gores/Piscodemon Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Piscodemon Gore 2.png -------------------------------------------------------------------------------- /Gores/Piscodemon Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Piscodemon Gore 3.png -------------------------------------------------------------------------------- /Gores/Red Knight Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Red Knight Gore 1.png -------------------------------------------------------------------------------- /Gores/Red Knight Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Red Knight Gore 2.png -------------------------------------------------------------------------------- /Gores/Red Knight Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Red Knight Gore 3.png -------------------------------------------------------------------------------- /Gores/Sandsprog_Gore_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Sandsprog_Gore_1.png -------------------------------------------------------------------------------- /Gores/Sandsprog_Gore_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Sandsprog_Gore_2.png -------------------------------------------------------------------------------- /Gores/Sandsprog_Gore_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Sandsprog_Gore_3.png -------------------------------------------------------------------------------- /Gores/Serris Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Serris Gore 1.png -------------------------------------------------------------------------------- /Gores/Serris Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Serris Gore 2.png -------------------------------------------------------------------------------- /Gores/Serris Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Serris Gore 3.png -------------------------------------------------------------------------------- /Gores/Serris-X Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Serris-X Gore 1.png -------------------------------------------------------------------------------- /Gores/Serris-X Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Serris-X Gore 2.png -------------------------------------------------------------------------------- /Gores/Serris-X Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Serris-X Gore 3.png -------------------------------------------------------------------------------- /Gores/Shaman Elder Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Shaman Elder Gore 1.png -------------------------------------------------------------------------------- /Gores/Slogra Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Slogra Gore 1.png -------------------------------------------------------------------------------- /Gores/Slogra Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Slogra Gore 2.png -------------------------------------------------------------------------------- /Gores/Slogra Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Slogra Gore 3.png -------------------------------------------------------------------------------- /Gores/Snow Owl Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Snow Owl Gore 1.png -------------------------------------------------------------------------------- /Gores/Snow Owl Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Snow Owl Gore 2.png -------------------------------------------------------------------------------- /Gores/Snow Owl Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Snow Owl Gore 3.png -------------------------------------------------------------------------------- /Gores/Tetsujin Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tetsujin Glow.png -------------------------------------------------------------------------------- /Gores/Tetsujin Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tetsujin Gore 1.png -------------------------------------------------------------------------------- /Gores/Tetsujin Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tetsujin Gore 2.png -------------------------------------------------------------------------------- /Gores/Tetsujin Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tetsujin Gore 3.png -------------------------------------------------------------------------------- /Gores/TheHunter_Gore_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheHunter_Gore_1.png -------------------------------------------------------------------------------- /Gores/TheHunter_Gore_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheHunter_Gore_2.png -------------------------------------------------------------------------------- /Gores/TheHunter_Gore_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheHunter_Gore_3.png -------------------------------------------------------------------------------- /Gores/TheRage_Gore_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheRage_Gore_1.png -------------------------------------------------------------------------------- /Gores/TheRage_Gore_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheRage_Gore_2.png -------------------------------------------------------------------------------- /Gores/TheRage_Gore_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheRage_Gore_3.png -------------------------------------------------------------------------------- /Gores/TheSorrow_Gore_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheSorrow_Gore_1.png -------------------------------------------------------------------------------- /Gores/TheSorrow_Gore_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheSorrow_Gore_2.png -------------------------------------------------------------------------------- /Gores/TheSorrow_Gore_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/TheSorrow_Gore_3.png -------------------------------------------------------------------------------- /Gores/Tonberry Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tonberry Gore 1.png -------------------------------------------------------------------------------- /Gores/Tonberry Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tonberry Gore 2.png -------------------------------------------------------------------------------- /Gores/Tonberry Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Tonberry Gore 3.png -------------------------------------------------------------------------------- /Gores/True Wyvern Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/True Wyvern Gore 1.png -------------------------------------------------------------------------------- /Gores/True Wyvern Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/True Wyvern Gore 2.png -------------------------------------------------------------------------------- /Gores/True Wyvern Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/True Wyvern Gore 3.png -------------------------------------------------------------------------------- /Gores/True Wyvern Gore 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/True Wyvern Gore 4.png -------------------------------------------------------------------------------- /Gores/True Wyvern Gore 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/True Wyvern Gore 5.png -------------------------------------------------------------------------------- /Gores/Warlock Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Warlock Gore 1.png -------------------------------------------------------------------------------- /Gores/Warlock Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Warlock Gore 2.png -------------------------------------------------------------------------------- /Gores/Warlock Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Warlock Gore 3.png -------------------------------------------------------------------------------- /Gores/Wild Warrior Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Wild Warrior Gore 1.png -------------------------------------------------------------------------------- /Gores/Wild Warrior Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Wild Warrior Gore 2.png -------------------------------------------------------------------------------- /Gores/Wild Warrior Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Wild Warrior Gore 3.png -------------------------------------------------------------------------------- /Gores/Worm Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Worm Gore 1.png -------------------------------------------------------------------------------- /Gores/Worm Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Worm Gore 2.png -------------------------------------------------------------------------------- /Gores/Worm Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Worm Gore 3.png -------------------------------------------------------------------------------- /Gores/Wyvern Mage Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Wyvern Mage Gore 1.png -------------------------------------------------------------------------------- /Gores/Wyvern Mage Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Wyvern Mage Gore 2.png -------------------------------------------------------------------------------- /Gores/Yian Kut Ku Gore 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Yian Kut Ku Gore 1.png -------------------------------------------------------------------------------- /Gores/Yian Kut Ku Gore 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Yian Kut Ku Gore 2.png -------------------------------------------------------------------------------- /Gores/Yian Kut Ku Gore 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Gores/Yian Kut Ku Gore 3.png -------------------------------------------------------------------------------- /ILEdits.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/ILEdits.cs -------------------------------------------------------------------------------- /Items/Accessories/Trinity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Accessories/Trinity.cs -------------------------------------------------------------------------------- /Items/Accessories/Trinity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Accessories/Trinity.png -------------------------------------------------------------------------------- /Items/AdventurersCard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/AdventurersCard.cs -------------------------------------------------------------------------------- /Items/AdventurersCard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/AdventurersCard.png -------------------------------------------------------------------------------- /Items/Ammo/AbyssArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/AbyssArrow.cs -------------------------------------------------------------------------------- /Items/Ammo/AbyssArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/AbyssArrow.png -------------------------------------------------------------------------------- /Items/Ammo/AbyssBullet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/AbyssBullet.cs -------------------------------------------------------------------------------- /Items/Ammo/AbyssBullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/AbyssBullet.png -------------------------------------------------------------------------------- /Items/Ammo/ArrowOfBard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/ArrowOfBard.cs -------------------------------------------------------------------------------- /Items/Ammo/ArrowOfBard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/ArrowOfBard.png -------------------------------------------------------------------------------- /Items/Ammo/Bolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/Bolt.cs -------------------------------------------------------------------------------- /Items/Ammo/Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/Bolt.png -------------------------------------------------------------------------------- /Items/Ammo/CruelArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/CruelArrow.cs -------------------------------------------------------------------------------- /Items/Ammo/CruelArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/CruelArrow.png -------------------------------------------------------------------------------- /Items/Ammo/HeavyBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/HeavyBolt.cs -------------------------------------------------------------------------------- /Items/Ammo/HeavyBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/HeavyBolt.png -------------------------------------------------------------------------------- /Items/Ammo/LightningBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/LightningBolt.cs -------------------------------------------------------------------------------- /Items/Ammo/LightningBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/LightningBolt.png -------------------------------------------------------------------------------- /Items/Ammo/PowerBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/PowerBolt.cs -------------------------------------------------------------------------------- /Items/Ammo/PowerBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/PowerBolt.png -------------------------------------------------------------------------------- /Items/Ammo/TeslaBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/TeslaBolt.cs -------------------------------------------------------------------------------- /Items/Ammo/TeslaBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Ammo/TeslaBolt.png -------------------------------------------------------------------------------- /Items/Armors/BlueHerosHat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BlueHerosHat.cs -------------------------------------------------------------------------------- /Items/Armors/BlueHerosHat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BlueHerosHat.png -------------------------------------------------------------------------------- /Items/Armors/BrassArmor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BrassArmor.cs -------------------------------------------------------------------------------- /Items/Armors/BrassArmor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BrassArmor.png -------------------------------------------------------------------------------- /Items/Armors/BrassGreaves.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BrassGreaves.cs -------------------------------------------------------------------------------- /Items/Armors/BrassGreaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BrassGreaves.png -------------------------------------------------------------------------------- /Items/Armors/BrassHelmet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/BrassHelmet.cs -------------------------------------------------------------------------------- /Items/Armors/RedHerosHat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/RedHerosHat.cs -------------------------------------------------------------------------------- /Items/Armors/SmoughArmor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Armors/SmoughArmor.cs -------------------------------------------------------------------------------- /Items/AttraidiesRelic.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/AttraidiesRelic.cs -------------------------------------------------------------------------------- /Items/AttraidiesRelic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/AttraidiesRelic.png -------------------------------------------------------------------------------- /Items/BaseRarityItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BaseRarityItem.cs -------------------------------------------------------------------------------- /Items/BossBags/BossBag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/BossBag.cs -------------------------------------------------------------------------------- /Items/BossBags/ChaosBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/ChaosBag.png -------------------------------------------------------------------------------- /Items/BossBags/DeathBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/DeathBag.png -------------------------------------------------------------------------------- /Items/BossBags/GwynBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/GwynBag.png -------------------------------------------------------------------------------- /Items/BossBags/LichBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/LichBag.png -------------------------------------------------------------------------------- /Items/BossBags/SeathBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/SeathBag.png -------------------------------------------------------------------------------- /Items/BossBags/TriadBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossBags/TriadBag.png -------------------------------------------------------------------------------- /Items/BossItems/FieryEgg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossItems/FieryEgg.cs -------------------------------------------------------------------------------- /Items/BossItems/MindCube.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/BossItems/MindCube.cs -------------------------------------------------------------------------------- /Items/ConsumableSoul.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/ConsumableSoul.cs -------------------------------------------------------------------------------- /Items/Darksign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Darksign.cs -------------------------------------------------------------------------------- /Items/Darksign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Darksign.png -------------------------------------------------------------------------------- /Items/Debug/DebugTome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Debug/DebugTome.cs -------------------------------------------------------------------------------- /Items/Debug/DebugTome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Debug/DebugTome.png -------------------------------------------------------------------------------- /Items/Debug/EventReset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Debug/EventReset.cs -------------------------------------------------------------------------------- /Items/Debug/EventReset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Debug/EventReset.png -------------------------------------------------------------------------------- /Items/Debug/TreasureMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Debug/TreasureMap.png -------------------------------------------------------------------------------- /Items/Debug/WorldIDReset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Debug/WorldIDReset.cs -------------------------------------------------------------------------------- /Items/DisabledSale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/DisabledSale.cs -------------------------------------------------------------------------------- /Items/DisabledSale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/DisabledSale.png -------------------------------------------------------------------------------- /Items/EstusFlaskShard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/EstusFlaskShard.cs -------------------------------------------------------------------------------- /Items/EstusFlaskShard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/EstusFlaskShard.png -------------------------------------------------------------------------------- /Items/FairyInABottle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/FairyInABottle.cs -------------------------------------------------------------------------------- /Items/FairyInABottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/FairyInABottle.png -------------------------------------------------------------------------------- /Items/GlintstonePebble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/GlintstonePebble.cs -------------------------------------------------------------------------------- /Items/GlintstonePebble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/GlintstonePebble.png -------------------------------------------------------------------------------- /Items/HerosCrest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/HerosCrest.cs -------------------------------------------------------------------------------- /Items/HerosCrest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/HerosCrest.png -------------------------------------------------------------------------------- /Items/Humanity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Humanity.cs -------------------------------------------------------------------------------- /Items/Humanity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Humanity.png -------------------------------------------------------------------------------- /Items/Lore/AbyssScroll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/AbyssScroll.cs -------------------------------------------------------------------------------- /Items/Lore/AbyssScroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/AbyssScroll.png -------------------------------------------------------------------------------- /Items/Lore/BrokenPicksaw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/BrokenPicksaw.cs -------------------------------------------------------------------------------- /Items/Lore/Crest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/Crest.cs -------------------------------------------------------------------------------- /Items/Lore/CrestOfEarth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfEarth.png -------------------------------------------------------------------------------- /Items/Lore/CrestOfFire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfFire.png -------------------------------------------------------------------------------- /Items/Lore/CrestOfLife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfLife.png -------------------------------------------------------------------------------- /Items/Lore/CrestOfSky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfSky.png -------------------------------------------------------------------------------- /Items/Lore/CrestOfSteel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfSteel.png -------------------------------------------------------------------------------- /Items/Lore/CrestOfStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfStone.png -------------------------------------------------------------------------------- /Items/Lore/CrestOfWater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/CrestOfWater.png -------------------------------------------------------------------------------- /Items/Lore/DodgerollMemo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/DodgerollMemo.cs -------------------------------------------------------------------------------- /Items/Lore/Epilogue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/Epilogue.cs -------------------------------------------------------------------------------- /Items/Lore/TheEnd.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Lore/TheEnd.cs -------------------------------------------------------------------------------- /Items/MastersScroll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/MastersScroll.cs -------------------------------------------------------------------------------- /Items/MastersScroll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/MastersScroll.png -------------------------------------------------------------------------------- /Items/Materials/ImpHead.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Materials/ImpHead.cs -------------------------------------------------------------------------------- /Items/Materials/ImpHead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Materials/ImpHead.png -------------------------------------------------------------------------------- /Items/Materials/LichBone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Materials/LichBone.cs -------------------------------------------------------------------------------- /Items/Materials/Soul.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Materials/Soul.cs -------------------------------------------------------------------------------- /Items/Materials/Titanite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Materials/Titanite.cs -------------------------------------------------------------------------------- /Items/ModRecipeHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/ModRecipeHelper.cs -------------------------------------------------------------------------------- /Items/MysteriousIdol.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/MysteriousIdol.cs -------------------------------------------------------------------------------- /Items/MysteriousIdol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/MysteriousIdol.png -------------------------------------------------------------------------------- /Items/Pets/MiakodaFull.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Pets/MiakodaFull.cs -------------------------------------------------------------------------------- /Items/Pets/MiakodaFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Pets/MiakodaFull.png -------------------------------------------------------------------------------- /Items/Pets/MiakodaNew.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Pets/MiakodaNew.cs -------------------------------------------------------------------------------- /Items/Pets/MiakodaNew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Pets/MiakodaNew.png -------------------------------------------------------------------------------- /Items/Pets/RTQ2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Pets/RTQ2.cs -------------------------------------------------------------------------------- /Items/Pets/RTQ2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Pets/RTQ2.png -------------------------------------------------------------------------------- /Items/PotionBag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/PotionBag.cs -------------------------------------------------------------------------------- /Items/PotionBag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/PotionBag.png -------------------------------------------------------------------------------- /Items/PotionBag_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/PotionBag_Glow.png -------------------------------------------------------------------------------- /Items/Potions/AbyssFlask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Potions/AbyssFlask.cs -------------------------------------------------------------------------------- /Items/Potions/Lifegem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Potions/Lifegem.cs -------------------------------------------------------------------------------- /Items/Potions/Lifegem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Potions/Lifegem.png -------------------------------------------------------------------------------- /Items/PurgingStone.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/PurgingStone.cs -------------------------------------------------------------------------------- /Items/PurgingStone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/PurgingStone.png -------------------------------------------------------------------------------- /Items/SoulCoin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SoulCoin.cs -------------------------------------------------------------------------------- /Items/SoulCoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SoulCoin.png -------------------------------------------------------------------------------- /Items/SoulCoin_InWorld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SoulCoin_InWorld.png -------------------------------------------------------------------------------- /Items/SoulVessel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SoulVessel.cs -------------------------------------------------------------------------------- /Items/SoulVessel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SoulVessel.png -------------------------------------------------------------------------------- /Items/SoulVessel_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SoulVessel_Glow.png -------------------------------------------------------------------------------- /Items/StaminaDroplet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/StaminaDroplet.cs -------------------------------------------------------------------------------- /Items/StaminaDroplet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/StaminaDroplet.png -------------------------------------------------------------------------------- /Items/StaminaVessel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/StaminaVessel.cs -------------------------------------------------------------------------------- /Items/StaminaVessel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/StaminaVessel.png -------------------------------------------------------------------------------- /Items/SublimeBoneDust.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SublimeBoneDust.cs -------------------------------------------------------------------------------- /Items/SublimeBoneDust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/SublimeBoneDust.png -------------------------------------------------------------------------------- /Items/Tools/DraxEX.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/DraxEX.cs -------------------------------------------------------------------------------- /Items/Tools/DraxEX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/DraxEX.png -------------------------------------------------------------------------------- /Items/Tools/LampTome.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/LampTome.cs -------------------------------------------------------------------------------- /Items/Tools/LampTome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/LampTome.png -------------------------------------------------------------------------------- /Items/Tools/MagicWeapon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/MagicWeapon.cs -------------------------------------------------------------------------------- /Items/Tools/MagicWeapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/MagicWeapon.png -------------------------------------------------------------------------------- /Items/Tools/PowerWithin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/PowerWithin.cs -------------------------------------------------------------------------------- /Items/Tools/PowerWithin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/PowerWithin.png -------------------------------------------------------------------------------- /Items/Tools/RemedyScroll.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/RemedyScroll.cs -------------------------------------------------------------------------------- /Items/Tools/TomeOfHealth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Tools/TomeOfHealth.cs -------------------------------------------------------------------------------- /Items/Vanity/AlucardWig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Vanity/AlucardWig.cs -------------------------------------------------------------------------------- /Items/Vanity/AlucardWig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Vanity/AlucardWig.png -------------------------------------------------------------------------------- /Items/Vanity/JOI3Chassis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Vanity/JOI3Chassis.cs -------------------------------------------------------------------------------- /Items/Vanity/TheRageMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Vanity/TheRageMask.cs -------------------------------------------------------------------------------- /Items/Weapons/ManaBomb.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Weapons/ManaBomb.cs -------------------------------------------------------------------------------- /Items/Weapons/ManaBomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/Weapons/ManaBomb.png -------------------------------------------------------------------------------- /Items/tsorcGlobalItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/tsorcGlobalItem.cs -------------------------------------------------------------------------------- /Items/tsorcRarities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Items/tsorcRarities.cs -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/LICENSE -------------------------------------------------------------------------------- /Localization/en-US.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Localization/en-US.hjson -------------------------------------------------------------------------------- /Localization/ru-RU.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Localization/ru-RU.hjson -------------------------------------------------------------------------------- /Localization/zh-Hans.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Localization/zh-Hans.hjson -------------------------------------------------------------------------------- /MethodSwaps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/MethodSwaps.cs -------------------------------------------------------------------------------- /NPCs/Bosses/AncientDemon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/AncientDemon.cs -------------------------------------------------------------------------------- /NPCs/Bosses/BossBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/BossBase.cs -------------------------------------------------------------------------------- /NPCs/Bosses/BossBase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/BossBase.png -------------------------------------------------------------------------------- /NPCs/Bosses/Death.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Death.cs -------------------------------------------------------------------------------- /NPCs/Bosses/Death.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Death.png -------------------------------------------------------------------------------- /NPCs/Bosses/DeathOld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/DeathOld.png -------------------------------------------------------------------------------- /NPCs/Bosses/DeathOld2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/DeathOld2.png -------------------------------------------------------------------------------- /NPCs/Bosses/ExampleBoss.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/ExampleBoss.cs -------------------------------------------------------------------------------- /NPCs/Bosses/ExampleBoss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/ExampleBoss.png -------------------------------------------------------------------------------- /NPCs/Bosses/Gaibon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Gaibon.cs -------------------------------------------------------------------------------- /NPCs/Bosses/Gaibon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Gaibon.png -------------------------------------------------------------------------------- /NPCs/Bosses/NPC_139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/NPC_139.png -------------------------------------------------------------------------------- /NPCs/Bosses/Probe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Probe.png -------------------------------------------------------------------------------- /NPCs/Bosses/RetinazerV2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/RetinazerV2.cs -------------------------------------------------------------------------------- /NPCs/Bosses/RetinazerV2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/RetinazerV2.png -------------------------------------------------------------------------------- /NPCs/Bosses/Slogra.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Slogra.cs -------------------------------------------------------------------------------- /NPCs/Bosses/Slogra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/Slogra.png -------------------------------------------------------------------------------- /NPCs/Bosses/SpazmatismV2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/SpazmatismV2.cs -------------------------------------------------------------------------------- /NPCs/Bosses/TestBoss.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TestBoss.cs -------------------------------------------------------------------------------- /NPCs/Bosses/TestBoss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TestBoss.png -------------------------------------------------------------------------------- /NPCs/Bosses/TheHunter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheHunter.cs -------------------------------------------------------------------------------- /NPCs/Bosses/TheHunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheHunter.png -------------------------------------------------------------------------------- /NPCs/Bosses/TheRage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheRage.cs -------------------------------------------------------------------------------- /NPCs/Bosses/TheRage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheRage.png -------------------------------------------------------------------------------- /NPCs/Bosses/TheRageBlur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheRageBlur.png -------------------------------------------------------------------------------- /NPCs/Bosses/TheSorrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheSorrow.cs -------------------------------------------------------------------------------- /NPCs/Bosses/TheSorrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Bosses/TheSorrow.png -------------------------------------------------------------------------------- /NPCs/Enemies/Archdeacon.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Archdeacon.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Archdeacon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Archdeacon.png -------------------------------------------------------------------------------- /NPCs/Enemies/Assassin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Assassin.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Assassin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Assassin.png -------------------------------------------------------------------------------- /NPCs/Enemies/BarrowWight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/BarrowWight.cs -------------------------------------------------------------------------------- /NPCs/Enemies/BlackKnight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/BlackKnight.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Byakhee.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Byakhee.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Byakhee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Byakhee.png -------------------------------------------------------------------------------- /NPCs/Enemies/CloudBat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/CloudBat.cs -------------------------------------------------------------------------------- /NPCs/Enemies/CloudBat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/CloudBat.png -------------------------------------------------------------------------------- /NPCs/Enemies/DemonSpirit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/DemonSpirit.cs -------------------------------------------------------------------------------- /NPCs/Enemies/DungeonMage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/DungeonMage.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Dunlending.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Dunlending.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Dunlending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Dunlending.png -------------------------------------------------------------------------------- /NPCs/Enemies/FireLurker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/FireLurker.cs -------------------------------------------------------------------------------- /NPCs/Enemies/FireLurker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/FireLurker.png -------------------------------------------------------------------------------- /NPCs/Enemies/ManHunter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/ManHunter.cs -------------------------------------------------------------------------------- /NPCs/Enemies/ManHunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/ManHunter.png -------------------------------------------------------------------------------- /NPCs/Enemies/MutantToad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/MutantToad.cs -------------------------------------------------------------------------------- /NPCs/Enemies/MutantToad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/MutantToad.png -------------------------------------------------------------------------------- /NPCs/Enemies/Necromancer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Necromancer.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Parasprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Parasprite.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Parasprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Parasprite.png -------------------------------------------------------------------------------- /NPCs/Enemies/RedKnight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/RedKnight.cs -------------------------------------------------------------------------------- /NPCs/Enemies/RedKnight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/RedKnight.png -------------------------------------------------------------------------------- /NPCs/Enemies/Sandsprog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Sandsprog.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Sandsprog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Sandsprog.png -------------------------------------------------------------------------------- /NPCs/Enemies/ShadowMage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/ShadowMage.cs -------------------------------------------------------------------------------- /NPCs/Enemies/ShadowMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/ShadowMage.png -------------------------------------------------------------------------------- /NPCs/Enemies/SnowOwl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/SnowOwl.cs -------------------------------------------------------------------------------- /NPCs/Enemies/SnowOwl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/SnowOwl.png -------------------------------------------------------------------------------- /NPCs/Enemies/StoneGolem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/StoneGolem.cs -------------------------------------------------------------------------------- /NPCs/Enemies/StoneGolem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/StoneGolem.png -------------------------------------------------------------------------------- /NPCs/Enemies/Tonberry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Tonberry.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Tonberry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Tonberry.png -------------------------------------------------------------------------------- /NPCs/Enemies/ViciousSpit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/ViciousSpit.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Warlock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Warlock.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Warlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Warlock.png -------------------------------------------------------------------------------- /NPCs/Enemies/WaterSpirit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/WaterSpirit.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Whirl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Whirl.png -------------------------------------------------------------------------------- /NPCs/Enemies/Willowisp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Willowisp.cs -------------------------------------------------------------------------------- /NPCs/Enemies/Willowisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Enemies/Willowisp.png -------------------------------------------------------------------------------- /NPCs/Friendly/Chicken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/Chicken.cs -------------------------------------------------------------------------------- /NPCs/Friendly/Chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/Chicken.png -------------------------------------------------------------------------------- /NPCs/Friendly/Dwarf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/Dwarf.cs -------------------------------------------------------------------------------- /NPCs/Friendly/Dwarf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/Dwarf.png -------------------------------------------------------------------------------- /NPCs/Friendly/FreedFairy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/FreedFairy.cs -------------------------------------------------------------------------------- /NPCs/Friendly/MiakodaNPC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/MiakodaNPC.cs -------------------------------------------------------------------------------- /NPCs/Friendly/TibianMage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Friendly/TibianMage.cs -------------------------------------------------------------------------------- /NPCs/GlobalNPC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/GlobalNPC.cs -------------------------------------------------------------------------------- /NPCs/Special/AbyssPortal.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/AbyssPortal.cs -------------------------------------------------------------------------------- /NPCs/Special/Bonfirefly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Bonfirefly.cs -------------------------------------------------------------------------------- /NPCs/Special/Bonfirefly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Bonfirefly.png -------------------------------------------------------------------------------- /NPCs/Special/Faraam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Faraam.cs -------------------------------------------------------------------------------- /NPCs/Special/Faraam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Faraam.png -------------------------------------------------------------------------------- /NPCs/Special/Gael.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Gael.png -------------------------------------------------------------------------------- /NPCs/Special/Greirat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Greirat.png -------------------------------------------------------------------------------- /NPCs/Special/Havel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Havel.png -------------------------------------------------------------------------------- /NPCs/Special/Leonhard2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Leonhard2.gif -------------------------------------------------------------------------------- /NPCs/Special/Leonhard3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Leonhard3.gif -------------------------------------------------------------------------------- /NPCs/Special/Seigward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/Seigward.png -------------------------------------------------------------------------------- /NPCs/Special/TrueDeath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/TrueDeath.cs -------------------------------------------------------------------------------- /NPCs/Special/TrueDeath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Special/TrueDeath.png -------------------------------------------------------------------------------- /NPCs/VanillaChanges.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/VanillaChanges.cs -------------------------------------------------------------------------------- /NPCs/Worms.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/NPCs/Worms.cs -------------------------------------------------------------------------------- /Prefixes/Blessed.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Prefixes/Blessed.cs -------------------------------------------------------------------------------- /Prefixes/Refreshing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Prefixes/Refreshing.cs -------------------------------------------------------------------------------- /Projectiles/AuraOfDecay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/AuraOfDecay.cs -------------------------------------------------------------------------------- /Projectiles/Barrier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Barrier.cs -------------------------------------------------------------------------------- /Projectiles/Barrier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Barrier.png -------------------------------------------------------------------------------- /Projectiles/BlackFire.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BlackFire.cs -------------------------------------------------------------------------------- /Projectiles/BlackFire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BlackFire.png -------------------------------------------------------------------------------- /Projectiles/BlackFirelet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BlackFirelet.cs -------------------------------------------------------------------------------- /Projectiles/Bloodsign.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bloodsign.cs -------------------------------------------------------------------------------- /Projectiles/Bloodsign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bloodsign.png -------------------------------------------------------------------------------- /Projectiles/Bolt1Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt1Ball.cs -------------------------------------------------------------------------------- /Projectiles/Bolt1Ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt1Ball.png -------------------------------------------------------------------------------- /Projectiles/Bolt1Bolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt1Bolt.cs -------------------------------------------------------------------------------- /Projectiles/Bolt1Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt1Bolt.png -------------------------------------------------------------------------------- /Projectiles/Bolt2Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt2Ball.cs -------------------------------------------------------------------------------- /Projectiles/Bolt2Bolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt2Bolt.cs -------------------------------------------------------------------------------- /Projectiles/Bolt2Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt2Bolt.png -------------------------------------------------------------------------------- /Projectiles/Bolt3Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt3Ball.cs -------------------------------------------------------------------------------- /Projectiles/Bolt3Bolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt3Bolt.cs -------------------------------------------------------------------------------- /Projectiles/Bolt3Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt3Bolt.png -------------------------------------------------------------------------------- /Projectiles/Bolt4Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt4Ball.cs -------------------------------------------------------------------------------- /Projectiles/Bolt4Bolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt4Bolt.cs -------------------------------------------------------------------------------- /Projectiles/Bolt4Bolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Bolt4Bolt.png -------------------------------------------------------------------------------- /Projectiles/BoltChaining.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoltChaining.cs -------------------------------------------------------------------------------- /Projectiles/BoltEnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoltEnd.png -------------------------------------------------------------------------------- /Projectiles/BoltMiddle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoltMiddle1.png -------------------------------------------------------------------------------- /Projectiles/BoltMiddle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoltMiddle2.png -------------------------------------------------------------------------------- /Projectiles/BoltShock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoltShock.png -------------------------------------------------------------------------------- /Projectiles/BoltStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoltStart.png -------------------------------------------------------------------------------- /Projectiles/BoneHostile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoneHostile.cs -------------------------------------------------------------------------------- /Projectiles/BoneHostile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoneHostile.png -------------------------------------------------------------------------------- /Projectiles/BoneRevenge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/BoneRevenge.cs -------------------------------------------------------------------------------- /Projectiles/CMSCrescent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/CMSCrescent.cs -------------------------------------------------------------------------------- /Projectiles/ChaosBall2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ChaosBall2.cs -------------------------------------------------------------------------------- /Projectiles/ChaosBall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ChaosBall2.png -------------------------------------------------------------------------------- /Projectiles/Comet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Comet.png -------------------------------------------------------------------------------- /Projectiles/Crescent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Crescent.cs -------------------------------------------------------------------------------- /Projectiles/Crescent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Crescent.png -------------------------------------------------------------------------------- /Projectiles/CrescentTrue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/CrescentTrue.cs -------------------------------------------------------------------------------- /Projectiles/CursedFlames.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/CursedFlames.cs -------------------------------------------------------------------------------- /Projectiles/DeathStrike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/DeathStrike.cs -------------------------------------------------------------------------------- /Projectiles/DeathStrike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/DeathStrike.png -------------------------------------------------------------------------------- /Projectiles/DevilSickle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/DevilSickle.cs -------------------------------------------------------------------------------- /Projectiles/DevilSickle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/DevilSickle.png -------------------------------------------------------------------------------- /Projectiles/Enemy/Bubble.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Enemy/Bubble.cs -------------------------------------------------------------------------------- /Projectiles/Enemy/InkJet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Enemy/InkJet.cs -------------------------------------------------------------------------------- /Projectiles/EnergyField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/EnergyField.cs -------------------------------------------------------------------------------- /Projectiles/EnergyField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/EnergyField.png -------------------------------------------------------------------------------- /Projectiles/EnergyStrike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/EnergyStrike.cs -------------------------------------------------------------------------------- /Projectiles/Explosion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Explosion.cs -------------------------------------------------------------------------------- /Projectiles/Explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Explosion.png -------------------------------------------------------------------------------- /Projectiles/FarronDart.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FarronDart.cs -------------------------------------------------------------------------------- /Projectiles/FarronDart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FarronDart.png -------------------------------------------------------------------------------- /Projectiles/FireBall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FireBall.cs -------------------------------------------------------------------------------- /Projectiles/FireBall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FireBall.png -------------------------------------------------------------------------------- /Projectiles/FireBombBall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FireBombBall.cs -------------------------------------------------------------------------------- /Projectiles/FireField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FireField.cs -------------------------------------------------------------------------------- /Projectiles/Fireball1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball1.cs -------------------------------------------------------------------------------- /Projectiles/Fireball1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball1.png -------------------------------------------------------------------------------- /Projectiles/Fireball2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball2.cs -------------------------------------------------------------------------------- /Projectiles/Fireball2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball2.png -------------------------------------------------------------------------------- /Projectiles/Fireball3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball3.cs -------------------------------------------------------------------------------- /Projectiles/Fireball3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball3.png -------------------------------------------------------------------------------- /Projectiles/Fireball4.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball4.cs -------------------------------------------------------------------------------- /Projectiles/Fireball4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Fireball4.png -------------------------------------------------------------------------------- /Projectiles/FireballNova.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FireballNova.cs -------------------------------------------------------------------------------- /Projectiles/FirebombProj.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FirebombProj.cs -------------------------------------------------------------------------------- /Projectiles/FlameJet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FlameJet.cs -------------------------------------------------------------------------------- /Projectiles/FlameJet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FlameJet.png -------------------------------------------------------------------------------- /Projectiles/FlameStrike.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FlameStrike.cs -------------------------------------------------------------------------------- /Projectiles/FreezeBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FreezeBolt.cs -------------------------------------------------------------------------------- /Projectiles/FreezeBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FreezeBolt.png -------------------------------------------------------------------------------- /Projectiles/FreezeBolt3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FreezeBolt3.cs -------------------------------------------------------------------------------- /Projectiles/FreezeBolt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/FreezeBolt3.png -------------------------------------------------------------------------------- /Projectiles/GenericLaser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/GenericLaser.cs -------------------------------------------------------------------------------- /Projectiles/HealingWater.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/HealingWater.cs -------------------------------------------------------------------------------- /Projectiles/Ice1Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice1Ball.cs -------------------------------------------------------------------------------- /Projectiles/Ice1Ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice1Ball.png -------------------------------------------------------------------------------- /Projectiles/Ice1Icicle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice1Icicle.cs -------------------------------------------------------------------------------- /Projectiles/Ice1Icicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice1Icicle.png -------------------------------------------------------------------------------- /Projectiles/Ice2Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice2Ball.cs -------------------------------------------------------------------------------- /Projectiles/Ice2Icicle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice2Icicle.cs -------------------------------------------------------------------------------- /Projectiles/Ice2Icicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice2Icicle.png -------------------------------------------------------------------------------- /Projectiles/Ice3Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice3Ball.cs -------------------------------------------------------------------------------- /Projectiles/Ice3Icicle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice3Icicle.cs -------------------------------------------------------------------------------- /Projectiles/Ice3Icicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice3Icicle.png -------------------------------------------------------------------------------- /Projectiles/Ice4Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice4Ball.cs -------------------------------------------------------------------------------- /Projectiles/Ice4Icicle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice4Icicle.cs -------------------------------------------------------------------------------- /Projectiles/Ice4Icicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice4Icicle.png -------------------------------------------------------------------------------- /Projectiles/Ice5Ball.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice5Ball.cs -------------------------------------------------------------------------------- /Projectiles/Ice5Ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice5Ball.png -------------------------------------------------------------------------------- /Projectiles/Ice5Icicle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice5Icicle.cs -------------------------------------------------------------------------------- /Projectiles/Ice5Icicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ice5Icicle.png -------------------------------------------------------------------------------- /Projectiles/IceSpirit4.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/IceSpirit4.cs -------------------------------------------------------------------------------- /Projectiles/IceSpirit4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/IceSpirit4.png -------------------------------------------------------------------------------- /Projectiles/Icicle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Icicle.cs -------------------------------------------------------------------------------- /Projectiles/Icicle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Icicle.png -------------------------------------------------------------------------------- /Projectiles/Icicle2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Icicle2.cs -------------------------------------------------------------------------------- /Projectiles/IdealArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/IdealArrow.cs -------------------------------------------------------------------------------- /Projectiles/IdealArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/IdealArrow.png -------------------------------------------------------------------------------- /Projectiles/Limit.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Limit.cs -------------------------------------------------------------------------------- /Projectiles/MagicShield.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MagicShield.cs -------------------------------------------------------------------------------- /Projectiles/MagicShield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MagicShield.png -------------------------------------------------------------------------------- /Projectiles/MagicalBall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MagicalBall.cs -------------------------------------------------------------------------------- /Projectiles/MagicalBall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MagicalBall.png -------------------------------------------------------------------------------- /Projectiles/ManaShield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ManaShield.png -------------------------------------------------------------------------------- /Projectiles/MasterBuster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MasterBuster.cs -------------------------------------------------------------------------------- /Projectiles/MegaDrill.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MegaDrill.cs -------------------------------------------------------------------------------- /Projectiles/MegaDrill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MegaDrill.png -------------------------------------------------------------------------------- /Projectiles/Melee/Spears/DragoonSpearZap.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Projectiles/Meteor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Meteor.cs -------------------------------------------------------------------------------- /Projectiles/Meteor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Meteor.png -------------------------------------------------------------------------------- /Projectiles/MeteorShower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MeteorShower.cs -------------------------------------------------------------------------------- /Projectiles/MusicalNote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/MusicalNote.png -------------------------------------------------------------------------------- /Projectiles/NetSound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/NetSound.cs -------------------------------------------------------------------------------- /Projectiles/NetSound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/NetSound.png -------------------------------------------------------------------------------- /Projectiles/Nothing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Nothing.cs -------------------------------------------------------------------------------- /Projectiles/Pets/Miakoda.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Pets/Miakoda.cs -------------------------------------------------------------------------------- /Projectiles/Pets/RTQ2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Pets/RTQ2.cs -------------------------------------------------------------------------------- /Projectiles/Pets/RTQ2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Pets/RTQ2.png -------------------------------------------------------------------------------- /Projectiles/PoisonField.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/PoisonField.cs -------------------------------------------------------------------------------- /Projectiles/PoisonField.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/PoisonField.png -------------------------------------------------------------------------------- /Projectiles/PoisonField2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/PoisonField2.cs -------------------------------------------------------------------------------- /Projectiles/Ranged/Coin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ranged/Coin.cs -------------------------------------------------------------------------------- /Projectiles/Ranged/Coin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ranged/Coin.png -------------------------------------------------------------------------------- /Projectiles/Ranged/Comet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ranged/Comet.cs -------------------------------------------------------------------------------- /Projectiles/Sand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Sand.cs -------------------------------------------------------------------------------- /Projectiles/Sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Sand.png -------------------------------------------------------------------------------- /Projectiles/Sandstorm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Sandstorm.cs -------------------------------------------------------------------------------- /Projectiles/ShadowBall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ShadowBall.cs -------------------------------------------------------------------------------- /Projectiles/ShadowBall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ShadowBall.png -------------------------------------------------------------------------------- /Projectiles/ShamanBolt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ShamanBolt.cs -------------------------------------------------------------------------------- /Projectiles/ShamanBolt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ShamanBolt.png -------------------------------------------------------------------------------- /Projectiles/Shockwave.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Shockwave.cs -------------------------------------------------------------------------------- /Projectiles/SoulArrow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulArrow.cs -------------------------------------------------------------------------------- /Projectiles/SoulArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulArrow.png -------------------------------------------------------------------------------- /Projectiles/SoulDelayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulDelayer.cs -------------------------------------------------------------------------------- /Projectiles/SoulDelayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulDelayer.png -------------------------------------------------------------------------------- /Projectiles/SoulDrop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulDrop.cs -------------------------------------------------------------------------------- /Projectiles/SoulDrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulDrop.png -------------------------------------------------------------------------------- /Projectiles/SoulSickle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulSickle.cs -------------------------------------------------------------------------------- /Projectiles/SoulSickle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SoulSickle.png -------------------------------------------------------------------------------- /Projectiles/Soulsplosion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Soulsplosion.cs -------------------------------------------------------------------------------- /Projectiles/SpearOfMage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SpearOfMage.cs -------------------------------------------------------------------------------- /Projectiles/SpearOfMage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SpearOfMage.png -------------------------------------------------------------------------------- /Projectiles/SporePowder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SporePowder.cs -------------------------------------------------------------------------------- /Projectiles/SporePowder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/SporePowder.png -------------------------------------------------------------------------------- /Projectiles/ThrowingAxe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ThrowingAxe.cs -------------------------------------------------------------------------------- /Projectiles/ThrowingAxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/ThrowingAxe.png -------------------------------------------------------------------------------- /Projectiles/Ultima.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ultima.cs -------------------------------------------------------------------------------- /Projectiles/Ultima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/Ultima.png -------------------------------------------------------------------------------- /Projectiles/VFX/LightRay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/VFX/LightRay.cs -------------------------------------------------------------------------------- /Projectiles/VFX/Slash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/VFX/Slash.cs -------------------------------------------------------------------------------- /Projectiles/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Projectiles/none.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/README.md -------------------------------------------------------------------------------- /Sounds/Custom/Escaped.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Custom/Escaped.ogg -------------------------------------------------------------------------------- /Sounds/Custom/EvilLaugh.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Custom/EvilLaugh.ogg -------------------------------------------------------------------------------- /Sounds/Custom/MiakodaHi.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Custom/MiakodaHi.ogg -------------------------------------------------------------------------------- /Sounds/Custom/SoulCrash.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Custom/SoulCrash.ogg -------------------------------------------------------------------------------- /Sounds/Custom/WhipCrack.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Custom/WhipCrack.ogg -------------------------------------------------------------------------------- /Sounds/DarkSouls/roll1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/DarkSouls/roll1.ogg -------------------------------------------------------------------------------- /Sounds/DarkSouls/roll2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/DarkSouls/roll2.ogg -------------------------------------------------------------------------------- /Sounds/Item/GlaiveBeam.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/GlaiveBeam.ogg -------------------------------------------------------------------------------- /Sounds/Item/MasterBuster.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/MasterBuster.cs -------------------------------------------------------------------------------- /Sounds/Item/Megalovania.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/Megalovania.ogg -------------------------------------------------------------------------------- /Sounds/Item/PulsarBoom.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/PulsarBoom.ogg -------------------------------------------------------------------------------- /Sounds/Item/PulsarBump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/PulsarBump.ogg -------------------------------------------------------------------------------- /Sounds/Item/PulsarGrow.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/PulsarGrow.ogg -------------------------------------------------------------------------------- /Sounds/Item/PulsarShot.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/PulsarShot.ogg -------------------------------------------------------------------------------- /Sounds/Item/Sans.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Item/Sans.ogg -------------------------------------------------------------------------------- /Sounds/Lotr/Darkness.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/Lotr/Darkness.ogg -------------------------------------------------------------------------------- /Sounds/NPCHit/Dig.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/NPCHit/Dig.ogg -------------------------------------------------------------------------------- /Sounds/NPCHit/Squeak.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Sounds/NPCHit/Squeak.ogg -------------------------------------------------------------------------------- /Sounds/desktop.ini: -------------------------------------------------------------------------------- 1 | [ViewState] 2 | Mode= 3 | Vid= 4 | FolderType=StorageProviderGeneric 5 | -------------------------------------------------------------------------------- /TerraUI/Events.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/TerraUI/Events.cs -------------------------------------------------------------------------------- /TerraUI/MouseButtons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/TerraUI/MouseButtons.cs -------------------------------------------------------------------------------- /TerraUI/Objects/UIButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/TerraUI/Objects/UIButton.cs -------------------------------------------------------------------------------- /TerraUI/Objects/UILabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/TerraUI/Objects/UILabel.cs -------------------------------------------------------------------------------- /TerraUI/Objects/UIObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/TerraUI/Objects/UIObject.cs -------------------------------------------------------------------------------- /TerraUI/Panels/UIPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/TerraUI/Panels/UIPanel.cs -------------------------------------------------------------------------------- /Textures/ChargePoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Textures/ChargePoint.png -------------------------------------------------------------------------------- /Textures/SHMMoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Textures/SHMMoon.png -------------------------------------------------------------------------------- /Textures/SHMSun1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Textures/SHMSun1.png -------------------------------------------------------------------------------- /Textures/SHMSun2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Textures/SHMSun2.png -------------------------------------------------------------------------------- /Tiles/Bonfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/Bonfire.png -------------------------------------------------------------------------------- /Tiles/BonfireCheckpoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/BonfireCheckpoint.cs -------------------------------------------------------------------------------- /Tiles/BonfireCheckpoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/BonfireCheckpoint.png -------------------------------------------------------------------------------- /Tiles/Bonfire_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/Bonfire_Glow.png -------------------------------------------------------------------------------- /Tiles/FlameJet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/FlameJet.cs -------------------------------------------------------------------------------- /Tiles/FlameJet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/FlameJet.png -------------------------------------------------------------------------------- /Tiles/GlobalTile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/GlobalTile.cs -------------------------------------------------------------------------------- /Tiles/Relics/0RelicTile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/Relics/0RelicTile.cs -------------------------------------------------------------------------------- /Tiles/Relics/0RelicTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/Relics/0RelicTile.png -------------------------------------------------------------------------------- /Tiles/SansL_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SansL_Glow.png -------------------------------------------------------------------------------- /Tiles/SoapstoneMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoapstoneMessage.cs -------------------------------------------------------------------------------- /Tiles/SoapstoneTile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoapstoneTile.cs -------------------------------------------------------------------------------- /Tiles/SoulSkellyGeocache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyGeocache.cs -------------------------------------------------------------------------------- /Tiles/SoulSkellyL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyL.cs -------------------------------------------------------------------------------- /Tiles/SoulSkellyL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyL.png -------------------------------------------------------------------------------- /Tiles/SoulSkellyL_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyL_Glow.png -------------------------------------------------------------------------------- /Tiles/SoulSkellyR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyR.cs -------------------------------------------------------------------------------- /Tiles/SoulSkellyR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyR.png -------------------------------------------------------------------------------- /Tiles/SoulSkellyR_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyR_Glow.png -------------------------------------------------------------------------------- /Tiles/SoulSkellyWall1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyWall1.cs -------------------------------------------------------------------------------- /Tiles/SoulSkellyWall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyWall1.png -------------------------------------------------------------------------------- /Tiles/SoulSkellyWall2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyWall2.cs -------------------------------------------------------------------------------- /Tiles/SoulSkellyWall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkellyWall2.png -------------------------------------------------------------------------------- /Tiles/SoulSkullItemL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullItemL.png -------------------------------------------------------------------------------- /Tiles/SoulSkullItemR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullItemR.png -------------------------------------------------------------------------------- /Tiles/SoulSkullL.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullL.cs -------------------------------------------------------------------------------- /Tiles/SoulSkullL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullL.png -------------------------------------------------------------------------------- /Tiles/SoulSkullL_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullL_Glow.png -------------------------------------------------------------------------------- /Tiles/SoulSkullR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullR.cs -------------------------------------------------------------------------------- /Tiles/SoulSkullR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullR.png -------------------------------------------------------------------------------- /Tiles/SoulSkullR_Glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/SoulSkullR_Glow.png -------------------------------------------------------------------------------- /Tiles/TileUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Tiles/TileUtils.cs -------------------------------------------------------------------------------- /UI/BonfireUIState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/BonfireUIState.cs -------------------------------------------------------------------------------- /UI/ButtonClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonClose.png -------------------------------------------------------------------------------- /UI/ButtonPiggyBank.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonPiggyBank.cs -------------------------------------------------------------------------------- /UI/ButtonPiggyBank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonPiggyBank.png -------------------------------------------------------------------------------- /UI/ButtonSafe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonSafe.cs -------------------------------------------------------------------------------- /UI/ButtonSafe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonSafe.png -------------------------------------------------------------------------------- /UI/ButtonSetSpawn.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonSetSpawn.cs -------------------------------------------------------------------------------- /UI/ButtonSetSpawn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/ButtonSetSpawn.png -------------------------------------------------------------------------------- /UI/Button_Forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/Button_Forward.png -------------------------------------------------------------------------------- /UI/CeruleanFlaskUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/CeruleanFlaskUI.cs -------------------------------------------------------------------------------- /UI/CeruleanFlask_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/CeruleanFlask_empty.png -------------------------------------------------------------------------------- /UI/CeruleanFlask_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/CeruleanFlask_full.png -------------------------------------------------------------------------------- /UI/CustomMapUIState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/CustomMapUIState.cs -------------------------------------------------------------------------------- /UI/DarkSoulCounterFrame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/DarkSoulCounterFrame.png -------------------------------------------------------------------------------- /UI/EmeraldHeraldUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/EmeraldHeraldUI.cs -------------------------------------------------------------------------------- /UI/EstusFlaskUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/EstusFlaskUI.cs -------------------------------------------------------------------------------- /UI/EstusFlask_charges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/EstusFlask_charges.png -------------------------------------------------------------------------------- /UI/EstusFlask_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/EstusFlask_empty.png -------------------------------------------------------------------------------- /UI/EstusFlask_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/EstusFlask_full.png -------------------------------------------------------------------------------- /UI/InfoDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/InfoDisplay.cs -------------------------------------------------------------------------------- /UI/MapMarkersUIState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/MapMarkersUIState.cs -------------------------------------------------------------------------------- /UI/Markers/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/Markers/0.png -------------------------------------------------------------------------------- /UI/Markers/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/Markers/1.png -------------------------------------------------------------------------------- /UI/Markers/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/Markers/2.png -------------------------------------------------------------------------------- /UI/Markers/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/Markers/3.png -------------------------------------------------------------------------------- /UI/Markers/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/Markers/4.png -------------------------------------------------------------------------------- /UI/MinimapBonfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/MinimapBonfire.png -------------------------------------------------------------------------------- /UI/MinimapFissure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/MinimapFissure.png -------------------------------------------------------------------------------- /UI/MinionInfoDisplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/MinionInfoDisplay.png -------------------------------------------------------------------------------- /UI/NephUI/Soul_Counter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/NephUI/Soul_Counter.png -------------------------------------------------------------------------------- /UI/PotionBagUIState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/PotionBagUIState.cs -------------------------------------------------------------------------------- /UI/PotionItemSlot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/PotionItemSlot.cs -------------------------------------------------------------------------------- /UI/QuestionMark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/QuestionMark.png -------------------------------------------------------------------------------- /UI/SentryInfoDisplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/SentryInfoDisplay.png -------------------------------------------------------------------------------- /UI/SoulSlotBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/SoulSlotBackground.png -------------------------------------------------------------------------------- /UI/blackpixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/blackpixel.png -------------------------------------------------------------------------------- /UI/tsorcDragableUIPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/UI/tsorcDragableUIPanel.cs -------------------------------------------------------------------------------- /Wiki/front page.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/Wiki/front page.txt -------------------------------------------------------------------------------- /description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/description.txt -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/icon.png -------------------------------------------------------------------------------- /icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/icon_small.png -------------------------------------------------------------------------------- /icon_workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/icon_workshop.png -------------------------------------------------------------------------------- /tsorcDropRules.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcDropRules.cs -------------------------------------------------------------------------------- /tsorcRevamp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcRevamp.cs -------------------------------------------------------------------------------- /tsorcRevamp.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcRevamp.csproj -------------------------------------------------------------------------------- /tsorcRevampConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcRevampConfig.cs -------------------------------------------------------------------------------- /tsorcRevampSystems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcRevampSystems.cs -------------------------------------------------------------------------------- /tsorcRevampUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcRevampUtils.cs -------------------------------------------------------------------------------- /tsorcRevampWorld.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcRevampWorld.cs -------------------------------------------------------------------------------- /tsorcScriptedEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/timhjersted/tsorcRevamp/HEAD/tsorcScriptedEvents.cs --------------------------------------------------------------------------------