mr:elven_dagger_item
Table of Contents
Elven Dagger Item - Code References
Java Classes
- MeleeWeapon.java (Parent class)
JSON Configuration
This entity does not have separate JSON configuration as it's implemented in Java.
String Resources
<string name="ElvenDagger_Name">elven dagger</string> <string name="ElvenDagger_Info">This weapon is made out of a special metal alloy, making it a lot lighter compared to a regular dagger.</string> <string name="ElvenDagger_Gender">masculine</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Entity Kind
- getEntityKind(): Returns “ElvenDagger” (class name)
Additional Code References
- ItemFactory.java - Registration of item class
- initHeroes.json - Starting item for Elf class
mr/elven_dagger_item.txt · Last modified: by 127.0.0.1
