Table of Contents

Witchdoctor Armor Item - Code References

Java Classes

JSON Configuration

{
  "entityKind": "WitchdoctorArmor",
  "image": 123,
  "class": "com.watabou.pixeldungeon.items.armor.WitchdoctorArmor"
}

String Resources

<string name="WitchdoctorArmor_Name">Witchdoctor Armor</string>
<string name="WitchdoctorArmor_Info">A special armor worn by witchdoctor.</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists