mr:shield_left_buff
Table of Contents
Chaos Shield Left Buff - Code References
Java Classes
This buff is implemented in Lua, not Java.
JSON Configuration
This entity does not use JSON configuration.
String Resources
<string name="ShieldBuffReady_Name">Shield</string> <string name="ShieldBuffNotReady_Name">Shield (Not Ready)</string> <string name="ShieldBuffReady_Info">Your shield is ready to block the next attack.</string> <string name="ShieldBuffNotReady_Info">Your shield is not ready yet. Wait for it to recharge.</string>
These strings are referenced in the Lua script but are defined in the main game resources:
- English: strings_all.xml
- Russian: values-ru/strings_all.xml
- And other language files as appropriate
Lua Scripts
- ShieldLeft.lua - Implements the left half of the Chaos Shield (see Chaos Shield)
- shields.lua (Shield library with shared functionality)
Related Files
- Lua library: buff.lua
- Shield recharge mechanics: shields.lua
- Related to Chaos Shield item: ChaosCrystal.java
- Common classes library: commonClasses.lua
mr/shield_left_buff.txt · Last modified: by 127.0.0.1
