====== EnslavedSoul - Code References ======
===== Java Classes =====
* [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/EnslavedSoul.java|EnslavedSoul.java]]
===== JSON Configuration =====
''''
{
"texture" : "mobs/enslavedsoul.png",
"width" : 16,
"height" : 16,
"zapEffect" : "Shadow",
"idle" : {
"fps" : 6,
"looped" : true,
"frames" : [0,1,2]
},
"run" : {
"fps" : 8,
"looped" : true,
"frames" : [0,1,2]
},
"attack" : {
"fps" : 8,
"looped" : false,
"frames" : [3,4,5,6]
},
"die" : {
"fps" : 10,
"looped" : false,
"frames" : [7,8,9,10,11]
},
"bloodColor" : "0xFF777777"
}
''''
===== String Resources =====
''''
enslaved soul
feminine
enslaved soul
You can almost see through this ghostly apparition. And although it looks like a skull, sometimes for a split second a face appears, filled with pain and suffering.
''''
===== Lua Scripts =====
This entity is implemented in Java, no Lua script exists
===== Related mr Entities =====
* [[mr:undead_mob|Undead (Mob)]]
* [[mr:necropolis_level|Necropolis (Level)]]