en:rpd:test_spell
Table of Contents
Test Spell
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: TestSpell.lua
- Image File: 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/test_spell.txt · Last modified: by 127.0.0.1
