mr:ring_of_accuracy_item
Table of Contents
RingOfAccuracy Item - Code References
Java Classes
- RingOfAccuracy.java - Main item class
- Ring.java - Base ring class
- Ring.RingBuff.java - Base buff class for rings
- RingOfAccuracy.Accuracy - Specific buff class that increases attack skill bonus
JSON Configuration
There are no specific JSON configuration files for this ring in the current assets directory.
String Resources
<string name="RingOfAccuracy_Name">Ring of Accuracy</string> <string name="RingOfAccuracy_Info">This ring increases your chance to hit the enemy.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists.
Item Mechanics
- Provides attack skill bonus equal to ring level: level() bonus to attackSkill
- Implemented through the Accuracy nested buff class
mr/ring_of_accuracy_item.txt · Last modified: by 127.0.0.1
