WARNING: This project contains mild flashing lights. Do not play if you are experiencing epilepsy or similar conditions. KEYBINDS: A - Move Left D - Move Right SPACE - Jump LMB - Use Left/Right Arrow Keys - Cycle through weapon list P - Toggle settings ENTER - Input code
WEAPONS: -Copper Shortsword -Starfury -Spear -Flying Dragon -Terra Blade -Megashark -Xenopopper -Bat Scepter -Beam Sword -Vortex Beater -Eventide -Weather Pain -Tentacle Spike -Lucy the Axe -Hellwing Bow -Waffle's Iron UPDATE LOG: V. 0.1 - The First Version: (Sep 4 2021) - Released with original 6 weapons V. 0.2 - The Fantasy Update: (Sep 5 2021) -Tweaked, Megashark. -Added Xenopopper and Bat Scepter V.0.2.1: (Sep 6 2021) -Added damage indicator. -Boosted Xenopopper bullet speed. V.0.3 - The Beam Update: (Sept 19 2021) -Added Beam Sword. -Bug Fixes V.0.3.1: (Sept 22 2021) -Overhauled Xenopopper, Spear and Flying Dragon. V.0.4 - The Vortex Update: (Oct 2 2021) -Added Vortex Beater -Tweaked Megashark and Flying Dragon. V.0.5 - The Light Update: (Oct 7 2021) Added Eventide and Nightglow. V.0.5.1: (Unknown Date) -Tweaked Beam Sword. V.0.6 - Nature Update: (Unknown Date) -Gave Spear a smoother engine. -Made Xenopopper faster. -removed EoL weapons due to glitches. -added Weather Pain, Tentacle Spike, Lucy the Axe and Hellwing Bow. -Added DPS meter. V.0.6.1 - The Fractal Update: (Unknown Date) -Added First Fractal - Type FRACTAL to get it. -Bug fixes. V.0.7 - The Customization Update: (July 27 2022) -Added settings - Press P to toggle them. -Parallax setting - On by default, adds a parallax effect but removes some special effects due to scratch's stamp system. -Target setting - On by default, toggles the target cursor. -Tweaks to Megashark -Re-added Eventide with bug fixes. -Made update log more consistent and moved to Notes and Credits. V.0.7.1: (July 29 2022) -Reworked every item to be more accurate to the game. -Improved SFX. V.0.8 - The Labour of Love Update: -Added Waffle's Iron. -Reworked Terrablade (Art is placeholder). -Added biome and music settings. -Maybe there will be a part 2 of this update? V.0.8.1 -Bug Fixes V.0.8.2 -Fixed Lucy the Axe’s dialogue appearing on Hellwing Bow (13) instead of Lucy the Axe (14). MODDING GUIDE: First, choose an item and put its textures in a new sprite. In the player sprite, put the item's name at the end of the list of items (Red blocks script). Make the item ONLY work when it's space in the list is selected in the weapon variable.(Example: Vortex Beater is 10) DO NOT USE THE 'weapon' VARIABLE!!! Use 'WEAPON NUMBER' or it won't work (Example: For vortex beater: If weapon number = 10). Then, add your code for the weapon! I would recommend duplicating the weapon your item is most similar to and then changing the code. CREDITS: -Re-Logic for Terraria (Sprites, music, and inspiration). -Klei Entartainement for the Don't Starve content. -@Stonewall123456 for the text engine.