User Tools

Site Tools


rpd:test_spell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:test_spell [2025/12/25 21:04] – list fix Mikhaelrpd:test_spell [2025/12/25 21:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:mechanics|Game Mechanics]]
 +  * [[rpd:spell_system|Spell System]]
 +
 +{{tag> rpd spells development }}
  
rpd/test_spell.txt · Last modified: by 127.0.0.1