====== Test Spell ====== {{ rpd:images:test_spell_icon.png|Test Spell Icon }} **Test Spell** is a development/testing spell in Remixed Pixel Dungeon with Test Affinity. This is primarily a placeholder spell used for development and testing purposes rather than actual gameplay. ==== Description ==== A test spell with no actual gameplay effect. This spell exists primarily for development and testing purposes in the game's codebase. ==== Item Class ==== * **Lua Script:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/TestSpell.lua|TestSpell.lua]] * **Image File:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spellsIcons/common.png|spellsIcons/common.png]] * **Image Index:** 1 ==== Stats ==== * **Magic Affinity:** Test * **Targeting Type:** Self (affects the caster) * **Level:** 1 * **Mana Cost:** 0 * **Cast Time:** 1 turn ==== Effects ==== * **Primary Effect:** No actual gameplay effect (spell simply returns true when cast) * **Special Properties:** None - this is a placeholder spell for testing purposes ==== Notes ==== This spell is not intended for normal gameplay and serves as a test implementation for the spell system. It has placeholder name and description strings (TestSpell_Name and TestSpell_Info) that are only defined in the Lua script itself, not in the game's string resources. The spell was created for development purposes as shown in the file's header: "Created by mike. DateTime: 5/23/20 11:28 PM". ==== See Also ==== * [[en:rpd:spells|Spells]] * [[en:rpd:mechanics|Game Mechanics]] * [[en:rpd:spell_system|Spell System]] {{tag> rpd spells development }}