====== Chaos Sword Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/chaos/ChaosSword.java|ChaosSword.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== chaos sword The blade of this sword is made of pure chaos and it mildly vibrates sometimes. Great powers, stored inside this weapon can cut in half almost anything. Although, great skills are needed, to cope the mighty force of the weapon. masculine Crystal absorbs your weapon, and took the form of a Sword ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Implementation Notes ===== * **Class:** Extends MeleeWeapon * **Stats:** (3, 1, 1) - damage, ACU, EVA * **Charge System:** Increases charge when dealing damage, decreases when taking damage * **Level Mechanics:** Upgrades when charge reaches threshold (5 * level^1.5), degrades at level 4+ when charge reaches 0 * **Image Selection:** Changes sprite based on level (0-4 based on level/3) * **Not Upgradable:** isUpgradable() returns false, meaning normal + upgrades don't apply ===== Related mr Entities ===== * [[mr:chaos_crystal_item|Chaos Crystal (Item)]]