User Tools

Site Tools


mr:possess_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:possess_spell [2026/02/23 21:46] – Fix wiki standards compliance for 5 random pages Qwen Assistantmr:possess_spell [2026/02/23 21:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Possess Spell - Code References ======
 +
 +{{ rpd:images:possess_spell.png|Possess Spell }}
 +
 +===== Java Classes =====
 +This entity is implemented in Lua, no Java class exists
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Possess.lua|Possess.lua]]
 +
 +===== String Resources =====
 +<code xml>
 +<!-- English (values/strings_all.xml) -->
 +<string name="Possess_Name">Possession</string>
 +<string name="Possess_Info">The dark art of mind control allows the caster to bend the will of most creatures</string>
 +<string name="Possess_PossessionFailed">Will of %s is too strong</string>
 +<string name="Possess_Possessed">%s is awaiting for your commands</string>
 +<string name="Possess_CantPossessSelf">You can't possess yourself</string>
 +</code>
 +
 +<code xml>
 +<!-- Russian (values-ru/strings_all.xml) -->
 +<string name="Possess_Name">Одержимость</string>
 +<string name="Possess_Info">Тёмное искусство контроля над разумом позволит заклинателю сломить волю большинства существ.</string>
 +<string name="Possess_PossessionFailed">Воля %s слишком сильна</string>
 +<string name="Possess_Possessed">%s ожидает твоих приказов</string>
 +<string name="Possess_CantPossessSelf">Ты не можешь овладеть самим собой</string>
 +</code>
 +
 +===== Related mr Entities =====
 +  * [[mr:controlled_ai|Controlled AI]]
 +  * [[mr:necromancy_affinity|Necromancy Affinity]]
 +
 +{{tag> rpd spells necromancy mr}}
  
mr/possess_spell.txt · Last modified: by 127.0.0.1