User Tools

Site Tools


rpd:summon_deathling_spell

Differences

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

Link to this comparison view

rpd:summon_deathling_spell [2025/12/19 12:47] – Add summon_deathling_spell page with code references mikerpd:summon_deathling_spell [2025/12/19 12:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Summon Deathling ======
  
 +{{ rpd:images:spell_SummonDeathling.png|Summon Deathling Spell Icon }}
 +
 +**Summon Deathling** is a Necromancy-affinity spell in Remixed Pixel Dungeon that summons a deathling minion. Based on source code: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua|SummonDeathling.lua]]
 +
 +==== Description ====
 +This spell creates a temporary deathling ally to fight alongside the caster. The summoned creature will assist in combat for a limited duration.
 +
 +==== Stats ====
 +  * **Magic Affinity:** Necromancy (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L14|SummonDeathling.lua:14]])
 +  * **Targeting:** Self (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L15|SummonDeathling.lua:15]])
 +  * **Level:** 1 (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L17|SummonDeathling.lua:17]])
 +  * **Mana Cost:** 1 (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L19|SummonDeathling.lua:19]])
 +  * **Cast Time:** 0 seconds (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L18|SummonDeathling.lua:18]])
 +  * **Effect:** Summons a deathling ally for a limited time
 +  * **Image File:** spellsIcons/necromancy.png (image index 0) (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L12-L13|SummonDeathling.lua:12-13]])
 +
 +==== Mechanics ====
 +  * Summons a deathling creature to fight alongside the player (source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L25|SummonDeathling.lua:25-30]])
 +
 +==== Usage ====
 +The Summon Deathling spell is used to:
 +  * Gain temporary combat assistance
 +  * Create tactical advantages in difficult fights
 +  * Tank damage for the player character
 +
 +==== Classes ====
 +Classes with Necromancy affinity have primary access to this spell:
 +  * [[rpd:necromancer|Necromancer Class]] - Has Necromancy affinity
 +
 +==== Strategy ====
 +Summon Deathling is most effective when used in challenging encounters where additional combat assistance is needed. The summoned deathling will fight for the player until its duration expires or it is defeated.
 +
 +==== Content Verification ====
 +  * Information source: [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua|SummonDeathling.lua]]
 +  * Stats verification: Extracted directly from desc() function in [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L9|SummonDeathling.lua:9-19]]
 +  * Mechanics verification: Based on cast() function in [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua#L23|SummonDeathling.lua:23-35]]
 +  * Last updated: December 2025
 +
 +==== Code References ====
 +  * [[code:RemixedDungeon/src/main/assets/scripts/spells/SummonDeathling.lua|SummonDeathling.lua]] - Main implementation
 +  * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L2679-L2680|strings_all.xml:2679-2680]] - Name and description
 +  * [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2680-L2681|strings_all.xml (ru):2680-2681]] - Russian name and description
 +  * [[mr:summon_deathling_spell|Machine-readable reference page]]
 +
 +==== Source Strings ====
 +Name: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L2679|SummonDeathling_Name]] = "Summon Deathling"
 +Description: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L2680|SummonDeathling_Info]] = "Summons a temporary ally to fight alongside you."
 +
 +==== See Also ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:necromancy|Necromancy Affinity]]
 +  * [[rpd:necromancer|Necromancer Class]]
 +  * [[rpd:buffs|Buffs]]
 +
 +{{tag> rpd spells necromancy }}
rpd/summon_deathling_spell.txt · Last modified: by 127.0.0.1