diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f7cf6..1b0d06d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [1.2.3] - 2024-01-21 +### Added +- New Dread sprites: diffusion beam, Flash Shift, Pulse Radar and Phantom Cloak. +- New Prime 1 sprites: Seperate sprites for all individual artifacts. + ### Fixed - ELM wil now work again. +- Getting progressive items in Multiworlds will now properly work for external item trackers. ## [1.2.2] - 2024-01-17 diff --git a/YAMS-LIB/Program.cs b/YAMS-LIB/Program.cs index f953b85..b7acea0 100644 --- a/YAMS-LIB/Program.cs +++ b/YAMS-LIB/Program.cs @@ -465,6 +465,18 @@ void CreateAndAddItemSprite(string name) #region Prime1 CreateAndAddItemSprite("sItemArtifactPrime"); + CreateAndAddItemSprite("sItemArtifactElderPrime"); + CreateAndAddItemSprite("sItemArtifactChozoPrime"); + CreateAndAddItemSprite("sItemArtifactLifegiverPrime"); + CreateAndAddItemSprite("sItemArtifactNaturePrime"); + CreateAndAddItemSprite("sItemArtifactNewbornPrime"); + CreateAndAddItemSprite("sItemArtifactSpiritPrime"); + CreateAndAddItemSprite("sItemArtifactStrengthPrime"); + CreateAndAddItemSprite("sItemArtifactSunPrime"); + CreateAndAddItemSprite("sItemArtifactTruthPrime"); + CreateAndAddItemSprite("sItemArtifactWarriorPrime"); + CreateAndAddItemSprite("sItemArtifactWildPrime"); + CreateAndAddItemSprite("sItemArtifactWorldPrime"); CreateAndAddItemSprite("sItemBombsPrime"); CreateAndAddItemSprite("sItemBoostBallPrime"); CreateAndAddItemSprite("sItemCombatVisorPrime"); @@ -517,14 +529,20 @@ void CreateAndAddItemSprite(string name) #region Metroid Dread CreateAndAddItemSprite("sItemCrossBombsDread"); + CreateAndAddItemSprite("sItemDiffusionBeamDread"); CreateAndAddItemSprite("sItemEPartDread"); + CreateAndAddItemSprite("sItemFlashShiftDread"); CreateAndAddItemSprite("sItemGrappleBeamDread"); CreateAndAddItemSprite("sItemIceMissilesDread"); CreateAndAddItemSprite("sItemMorphBallDread"); + CreateAndAddItemSprite("sItemPhantomCloakDread"); + CreateAndAddItemSprite("sItemPulseRadarDread"); + CreateAndAddItemSprite("sItemSpaceJumpDread"); CreateAndAddItemSprite("sItemSpeedBoosterDread"); CreateAndAddItemSprite("sItemSpiderMagnetDread"); CreateAndAddItemSprite("sItemSpinBoostDread"); CreateAndAddItemSprite("sItemStormMissilesDread"); + CreateAndAddItemSprite("sItemWideBeamDread"); #endregion #endregion diff --git a/YAMS-LIB/sprites/Attribution.md b/YAMS-LIB/sprites/Attribution.md index e0496fe..81f0e6b 100644 --- a/YAMS-LIB/sprites/Attribution.md +++ b/YAMS-LIB/sprites/Attribution.md @@ -27,15 +27,21 @@ Offworld items - The RDV item sprite (`offworld items/default`) was made by [Miepee](https://github.com/Miepee). It's a modification of the Unknown sprite by [AbyssalCreature](https://github.com/AbyssalCreature) and the [Randovania logo](https://github.com/randovania/randovania/tree/main/tools/icons) by [Uncle Reggie](https://www.threads.net/@unclereggiegames) Dread items: -- The Cross Bomb (`offworld items/dread/crossBombs`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) and ShirtyScarab554 +- The Cross Bomb (`offworld items/dread/crossBombs`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) +- The Diffusion Beam (`offworld items/dread/diffusionBeam`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) and ShirtyScarab554 - The Energy Part (`offworld items/dread/energyPart`) sprites were made by [LaKompetenzia](https://www.twitch.tv/ilakompetenzia) +- The Flash Shift (`offworld items/dread/flashShift`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) - The Grapple Beam (`offworld items/dread/grappleBeam`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) - The Ice Missiles (`offworld items/dread/iceMissiles`) sprites were made by [Shale](https://cohost.org/RaffiTheOwl), modified from the Missile Launcher sprites by ShirtyScarab554 - The Morph Ball sprites (`offworld items/dread/morphBall`) were made by [AbyssalCreature](https://github.com/AbyssalCreature) +- The Phantom Cloak (`offworld items/dread/phantomCloak`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) +- The Pulse Radar (`offworld items/dread/pulseRadar`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) +- The Space Jump(`offworld items/dread/spaceJump`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) - The Speed Booster sprites (`offworld items/dread/speedBooster`) were made by [AbyssalCreature](https://github.com/AbyssalCreature) - The Spider Magnet sprites (`offworld items/dread/spiderMagnet`) were made by [AbyssalCreature](https://github.com/AbyssalCreature), modified from the Spin Boost sprites by ShirtyScarab554 - The Spin Boost sprites (`offworld items/dread/spinBoost`) were made by ShirtyScarab554 - The Storm Missile sprites (`offworld items/dread/stormMissiles`) were made by [Shale](https://cohost.org/RaffiTheOwl), modified from the Missile Launcher sprites by ShirtyScarab554 +- The Wide Beam (`offworld items/dread/wideBeam`) sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) Echoes items: - The Amber translator sprites (`offworld items/primes/echoes/amber`) were made by [LaKompetenzia](https://www.twitch.tv/ilakompetenzia) @@ -67,7 +73,7 @@ Echoes items: Prime items: -- The Artifact sprites (`offworld items/primes/prime1/artifact`) were made by [AbyssalCreature](https://github.com/AbyssalCreature) +- The Artifact sprites (`offworld items/primes/prime1/artifact` as well as the suffixes) were made by [AbyssalCreature](https://github.com/AbyssalCreature) - The Bomb sprites (`offworld items/primes/prime1/bombs`) were made by [LaKompetenzia](https://www.twitch.tv/ilakompetenzia) - The Boost Ball sprites (`offworld items/primes/prime1/boostBall`) were made by [LaKompetenzia](https://www.twitch.tv/ilakompetenzia) - The Combat Visor sprites (`offworld items/primes/prime1/combatVisor`) were made by [Uncle Reggie](https://www.threads.net/@unclereggiegames) diff --git a/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_1.png b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_1.png new file mode 100644 index 0000000..f226959 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_2.png b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_2.png new file mode 100644 index 0000000..3489683 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_3.png b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_3.png new file mode 100644 index 0000000..f226959 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_4.png b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_4.png new file mode 100644 index 0000000..fb3d9d3 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/diffusionBeam/sItemDiffusionBeamDread_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_0.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_0.png deleted file mode 100644 index 3c8c9c1..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_0.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_1.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_1.png deleted file mode 100644 index e7d960f..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_1.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_2.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_2.png deleted file mode 100644 index 4330bc8..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_2.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_3.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_3.png deleted file mode 100644 index 5579f6e..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_3.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_4.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_4.png deleted file mode 100644 index da5104c..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_4.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_5.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_5.png deleted file mode 100644 index 5579f6e..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_5.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_6.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_6.png deleted file mode 100644 index bc00f92..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_6.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_7.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_7.png deleted file mode 100644 index e7d960f..0000000 Binary files a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemAeionCube_7.png and /dev/null differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_0.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_0.png new file mode 100644 index 0000000..3bee0e5 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_1.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_1.png new file mode 100644 index 0000000..a15d409 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_2.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_2.png new file mode 100644 index 0000000..184c277 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_3.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_3.png new file mode 100644 index 0000000..67a3414 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_4.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_4.png new file mode 100644 index 0000000..3133fb0 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_5.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_5.png new file mode 100644 index 0000000..67a3414 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_5.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_6.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_6.png new file mode 100644 index 0000000..184c277 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_6.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_7.png b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_7.png new file mode 100644 index 0000000..a15d409 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/flashShift/sItemFlashShiftDread_7.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_0.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_0.png new file mode 100644 index 0000000..400512d Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_1.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_1.png new file mode 100644 index 0000000..a7fe58d Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_2.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_2.png new file mode 100644 index 0000000..a8024bb Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_3.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_3.png new file mode 100644 index 0000000..aaec330 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_4.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_4.png new file mode 100644 index 0000000..789b6ac Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_5.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_5.png new file mode 100644 index 0000000..aaec330 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_5.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_6.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_6.png new file mode 100644 index 0000000..a8024bb Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_6.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_7.png b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_7.png new file mode 100644 index 0000000..a7fe58d Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/phantomCloak/sItemPhantomCloakDread_7.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_0.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_0.png new file mode 100644 index 0000000..986e8d3 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_1.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_1.png new file mode 100644 index 0000000..ebb0d84 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_2.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_2.png new file mode 100644 index 0000000..0e0eefb Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_3.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_3.png new file mode 100644 index 0000000..2c54939 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_4.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_4.png new file mode 100644 index 0000000..a936145 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_5.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_5.png new file mode 100644 index 0000000..2c54939 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_5.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_6.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_6.png new file mode 100644 index 0000000..0e0eefb Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_6.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_7.png b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_7.png new file mode 100644 index 0000000..ebb0d84 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/pulseRadar/sItemPulseRadarDread_7.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_0.png b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_0.png new file mode 100644 index 0000000..d2b9516 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_1.png b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_1.png new file mode 100644 index 0000000..5ddb898 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_2.png b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_2.png new file mode 100644 index 0000000..d2b9516 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_3.png b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_3.png new file mode 100644 index 0000000..26f147b Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/spaceJump/sItemSpaceJumpDread_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_0.png b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_0.png new file mode 100644 index 0000000..ffe6767 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_1.png b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_1.png new file mode 100644 index 0000000..dd59998 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_2.png b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_2.png new file mode 100644 index 0000000..ffe6767 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_3.png b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_3.png new file mode 100644 index 0000000..66f8c6e Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/dread/wideBeam/sItemWideBeamDread_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_0.png new file mode 100644 index 0000000..a559a35 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_1.png new file mode 100644 index 0000000..fed46a4 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_2.png new file mode 100644 index 0000000..19e6447 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_3.png new file mode 100644 index 0000000..fed46a4 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_4.png new file mode 100644 index 0000000..7a05b56 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/arrtifactElder/sItemArtifactElderPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_0.png new file mode 100644 index 0000000..b5dc413 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_1.png index 3bee09e..4868178 100644 Binary files a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_1.png and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_2.png index 669e6f9..2d72516 100644 Binary files a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_2.png and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_3.png index 3bee09e..4868178 100644 Binary files a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_3.png and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_4.png index 19e25cd..6dca482 100644 Binary files a/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_4.png and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifact/sItemArtifactPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_0.png new file mode 100644 index 0000000..6297432 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_1.png new file mode 100644 index 0000000..4201248 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_2.png new file mode 100644 index 0000000..2b71818 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_3.png new file mode 100644 index 0000000..4201248 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_4.png new file mode 100644 index 0000000..c3282c0 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactChozo/sItemArtifactChozoPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_0.png new file mode 100644 index 0000000..64695d0 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_1.png new file mode 100644 index 0000000..80848df Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_2.png new file mode 100644 index 0000000..874cbcc Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_3.png new file mode 100644 index 0000000..80848df Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_4.png new file mode 100644 index 0000000..ad2afe1 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactLifegiver/sItemArtifactLifegiverPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_0.png new file mode 100644 index 0000000..3d970b2 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_1.png new file mode 100644 index 0000000..1d1d467 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_2.png new file mode 100644 index 0000000..a83d80b Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_3.png new file mode 100644 index 0000000..1d1d467 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_4.png new file mode 100644 index 0000000..31c5b42 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNature/sItemArtifactNaturePrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_0.png new file mode 100644 index 0000000..ab52459 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_1.png new file mode 100644 index 0000000..8954499 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_2.png new file mode 100644 index 0000000..0ea5bd6 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_3.png new file mode 100644 index 0000000..8954499 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_4.png new file mode 100644 index 0000000..78a9aed Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactNewborn/sItemArtifactNewbornPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_0.png new file mode 100644 index 0000000..3b819e5 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_1.png new file mode 100644 index 0000000..feed19b Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_2.png new file mode 100644 index 0000000..268561d Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_3.png new file mode 100644 index 0000000..feed19b Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_4.png new file mode 100644 index 0000000..3c4da8b Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSpirit/sItemArtifactSpiritPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_0.png new file mode 100644 index 0000000..713883c Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_1.png new file mode 100644 index 0000000..81f1793 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_2.png new file mode 100644 index 0000000..814bf6b Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_3.png new file mode 100644 index 0000000..81f1793 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_4.png new file mode 100644 index 0000000..a7db87f Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactStrength/sItemArtifactStrengthPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_0.png new file mode 100644 index 0000000..00a4bbe Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_1.png new file mode 100644 index 0000000..107e19f Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_2.png new file mode 100644 index 0000000..62279dd Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_3.png new file mode 100644 index 0000000..107e19f Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_4.png new file mode 100644 index 0000000..9cdcc9a Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactSun/sItemArtifactSunPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_0.png new file mode 100644 index 0000000..1310a68 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_1.png new file mode 100644 index 0000000..6284914 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_2.png new file mode 100644 index 0000000..77c1b5d Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_3.png new file mode 100644 index 0000000..6284914 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_4.png new file mode 100644 index 0000000..b9c9892 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactTruth/sItemArtifactTruthPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_0.png new file mode 100644 index 0000000..449fc65 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_1.png new file mode 100644 index 0000000..55a8a01 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_2.png new file mode 100644 index 0000000..46ceaa1 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_3.png new file mode 100644 index 0000000..55a8a01 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_4.png new file mode 100644 index 0000000..d7e0006 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWarrior/sItemArtifactWarriorPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_0.png new file mode 100644 index 0000000..2b7a026 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_1.png new file mode 100644 index 0000000..3cc6e58 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_2.png new file mode 100644 index 0000000..a074474 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_3.png new file mode 100644 index 0000000..3cc6e58 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_4.png new file mode 100644 index 0000000..dc30cb5 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWild/sItemArtifactWildPrime_4.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_0.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_0.png new file mode 100644 index 0000000..75b835a Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_0.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_1.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_1.png new file mode 100644 index 0000000..22c2017 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_1.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_2.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_2.png new file mode 100644 index 0000000..8a7bc94 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_2.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_3.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_3.png new file mode 100644 index 0000000..22c2017 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_3.png differ diff --git a/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_4.png b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_4.png new file mode 100644 index 0000000..f689920 Binary files /dev/null and b/YAMS-LIB/sprites/offworld items/primes/prime1/artifactWorld/sItemArtifactWorldPrime_4.png differ