mr:gnoll_class
Table of Contents
Gnoll Class - Code References
Java Classes
- HeroClass.java - Hero class definitions
- Hero.java - Hero implementation
JSON Configuration
{
"GNOLL": {
"weapon": {
"kind": "GnollTomahawk",
"identified": true
},
"items": [
{
"kind": "Dart",
"quantity": 8,
"identified": true
},
{
"kind": "FoodRation"
},
{
"kind": "Gold",
"quantity": 20
}
],
"quickslot": [
{
"spell": "Roar"
}
],
"magicAffinity": "Witchcraft",
"str": 15,
"hp": 5,
"sp": 10
}
}
String Resources
English string resources:
<string name="TXT_CLASS_GNOLL">Gnoll</string> <string name="GNOLL_NAME">gnoll</string>
Russian string resources (values-ru/strings_all.xml):
<string name="TXT_CLASS_GNOLL">Гнолл</string> <string name="GNOLL_NAME">гнолл</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Related mr Entities
- Tengu Liver - Subclass selection item
mr/gnoll_class.txt · Last modified: by 127.0.0.1

