mr:tomahawk2_item
Table of Contents
Tomahawk2 Item - Code References
Java Classes
- Tamahawk.java - Standard Tomahawk implementation
- GnollTamahawk.java - Gnoll-specific variant
Lua Script Implementation
- Tomahawk2.lua - Lua script implementation
JSON Configuration
No specific JSON configuration for this item found.
String Resources
- Uses generic name reference “Tomahawk_name” (no direct string resource)
- Uses generic info reference “Tomahawk_desc” (no direct string resource)
- Falls back to standard tomahawk strings if needed:
<string name="Tamahawk_Name">tomahawk</string> <string name="Tamahawk_Info">While this throwing axe is not that heavy, yet still it requires significant strength to be used effectively.</string>
Additional Information
- Entity Kind: “Tomahawk2” (registered in ItemFactory from Lua filename)
- Sprite: Uses sprites from gnoll_tomahawks.png sprite sheet
- Equipment slot: “left_hand”
- Price: 20 gold
- Created via Lua scripting system: ItemFactory.java automatically registers all Lua scripts in scripts/items/ directory
mr/tomahawk2_item.txt · Last modified: by 127.0.0.1
