Table of Contents

EnslavedSoul - Code References

Java Classes

JSON Configuration

<code json> {

 "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"

} </code>

String Resources

<code xml> <string name=“EnslavedSoul_Name”>enslaved soul</string> <string name=“EnslavedSoul_Gender”>feminine</string> <string name=“EnslavedSoul_Name_Objective”>enslaved soul</string> <string name=“EnslavedSoul_Desc”>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.</string> </code>

Lua Scripts

This entity is implemented in Java, no Lua script exists