====== Witchcraft Affinity ====== {{ rpd:images:witchcraft.png|Witchcraft Affinity }} Witchcraft is one of the magical affinities available in [[en:rpd:remixed_dungeon|Remixed Dungeon]]. It encompasses a variety of spells and magical abilities related to control, manipulation, and summoning. ==== Associated Spells ==== Spells that fall under the Witchcraft affinity include (as defined in the game's spell system): * **Roar** - A spell that causes fear in nearby enemies * **Order** - A spell that allows control over a target character * **Lightning Bolt** - A spell that deals electric damage * **Heal** - A spell that heals the target ==== Classes with Witchcraft Affinity ==== Classes that naturally have access to Witchcraft affinity spells include: * **Gnoll** - The Gnoll class has Witchcraft as its primary magic affinity (as defined in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L177|initHeroes.json:177]]) ==== Mechanics ==== Witchcraft spells often involve: * Control effects that influence enemy behavior * Summoning or manipulation abilities * Targeting mechanics that affect other characters directly ==== Code Reference ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/SpellHelper.java#L40|SpellHelper.java:40]] - Witchcraft icon mapping * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L177|initHeroes.json:177]] - Gnoll class magic affinity * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spellsIcons/witchcraft.png|witchcraft.png]] - Icon for Witchcraft affinity spells ==== See Also ==== * [[en:rpd:spells|Spells]] * [[en:rpd:affinities|Affinities]] * [[en:rpd:gnoll|Gnoll]] * [[en:rpd:magic|Magic]] {{tag> rpd magic witchcraft affinity }}