mr:compound_bow_item
Table of Contents
Compound Bow Item - Code References
Java Classes
- CompoundBow.java - Main item implementation
- Bow.java - Base class for bow weapons
- ItemFactory.java - Item registration
JSON Configuration
- SpidersTreasury.json - Contains drop rate information (“CompoundBow”: 3)
- Treasury.json - Contains drop rate information (“CompoundBow”: 3)
String Resources
<!-- English --> <string name="CompoundBow_Name">compound bow</string> <string name="CompoundBow_Info">Arrows launched from this compound bow deal a great amount of damage and have improved accuracy over a wooden bow at the cost of some speed.</string> <string name="CompoundBow_Gender">masculine</string> <!-- Russian --> <string name="CompoundBow_Name">блочный лук</string> <string name="CompoundBow_Info">Стрелы, выпущенные из блочного лука, с лёгкостью находят цель и наносят серьёзный урон, однако он не так быстр, как простой лук.</string> <string name="CompoundBow_Gender">masculine</string> <!-- Spanish --> <string name="CompoundBow_Name">arco compuesto</string> <string name="CompoundBow_Info">Las flechas disparadas con un arco compuesto hacen gran cantidad de daño y van mejor dirigidas, a costa de ser más lentas.</string>
Lua Scripts
No custom Lua scripts exist for this item; implemented in Java
Additional References
- MissileWeapon.java - Base class for ranged weapons
mr/compound_bow_item.txt · Last modified: by 127.0.0.1
