mr:curses
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:curses [2026/03/31 03:36] – Improve 5 random wiki pages with standards compliance Qwen Assistant | mr:curses [2026/03/31 03:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Curses - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * Item curse system: [[https:// | ||
| + | * Scroll of Remove Curse: [[https:// | ||
| + | * Scroll of Curse: [[https:// | ||
| + | * Potion of Holy Water (curse detection): [[https:// | ||
| + | * ItemUtils (curse equip effects): [[https:// | ||
| + | * ShadowParticle (curse visual effects): [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not use JSON configuration. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | Curse-related strings: | ||
| + | * English: [[https:// | ||
| + | * `Item_Cursed` - "The %s burns your hand, it must be cursed!" | ||
| + | * `Item_CursedKnown` - "The %s is cursed!" | ||
| + | * `Item_NotCursed` - "The %s is not cursed." | ||
| + | * Russian: [[https:// | ||
| + | * `Item_Cursed` - "%s обжигает твою руку, должно быть, она проклята!" | ||
| + | * `Item_CursedKnown` - "%s проклят!" | ||
| + | * `Item_NotCursed` - "%s не проклят." | ||
| + | * And other language files as appropriate | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * Cursed equipment behavior: [[https:// | ||
| + | * Equipment curse effects: [[https:// | ||
| + | * Curse sound effect: Assets.SND_CURSED | ||
| + | * Chaos items (can be cursed): ChaosArmor.java, | ||
| + | |||
| + | {{tag> mr code references curses items}} | ||
mr/curses.txt · Last modified: by 127.0.0.1
