mr:chaos_shield_item
Table of Contents
Chaos Shield Item - Code References
Java Classes
- ChaosCrystal.java - Contains logic for creating Chaos Shield
JSON Configuration
- This entity is implemented in Lua, no JSON configuration exists
String Resources
<string name="ChaosShield_name">Chaos Shield</string> <string name="ChaosShield_desc">The Chaos Shield is the result of fusing a Chaos Crystal with ordinary shield, causing it to manifest random chaotic effects upon a successful block.</string>
Lua Scripts
- Location: scripts/items/ChaosShield.lua
- Features:
- Uses item library from scripts/lib/item
- Uses shields library from scripts/lib/shields
- Shield level: 3
- Implements charge system for upgrading/degrading
- Image: items/chaosShield.png
- Price: 20 * shieldLevel
- Equipable in left_hand
- Upgradable
Related mr Entities
mr/chaos_shield_item.txt · Last modified: by 127.0.0.1
