mr:wooden_bow_item
Table of Contents
Wooden Bow Item - Code References
Java Classes
- WoodenBow.java - Main class implementation
- Bow.java - Parent class
- KindOfBow.java - Base bow class
Class Details
- Package: com.watabou.pixeldungeon.items.weapon.melee
- Extends: Bow
- Tier: 1
- Base Accuracy: 0.8f (80%)
- Base Delay: 1.5f (150% of base attack delay)
- Accuracy Factor: 1 + level * 0.1
- Damage Factor: 1 + level * 0.25
- Sprite Index: 0 (from items/ranged.png)
- Burn Behavior: Returns null (cannot burn)
JSON Configuration
This entity is implemented in Java. Configuration may exist in:
- RemixedDungeon/src/main/assets/itemsDesc/*.json
- RemixedDungeon/src/main/assets/spritesDesc/wooden_bow.json
String Resources
- Name: WoodenBow_Name
- Description: WoodenBow_Info
- English: strings_all.xml
- Russian: strings_all.xml (ru)
Lua Scripts
This entity is implemented in Java, no Lua script exists
Related Entities
- Elven Bow Item - Upgraded version
- Arrows Item - Required ammunition
- Bow Item - Base bow type
mr/wooden_bow_item.txt · Last modified: by 127.0.0.1
