User Tools

Site Tools


mr:wand_of_frost_item

Wand of Frost Item - Code References

Historical Note

The item “Wand of Frost” does not exist in the current Remixed Dungeon codebase. The frost/ice-based wand implemented in the game is Wand of Icebolt (class: `WandOfIcebolt.java` in `com.nyrds.pixeldungeon.items.icecaves` package).

This page documents the historical/incorrect reference. For the actual implemented wand, see Wand of Icebolt Item.

Java Classes

No Java class named “WandOfFrost” exists in the codebase.

The actual frost wand implementation:

  • com/nyrds/pixeldungeon/items/icecaves/WandOfIcebolt.java - Main wand implementation
  • Extends: Wand
  • Registered in: ItemFactory.java (line 403)

JSON Configuration

No dedicated JSON configuration file found. Wand is implemented entirely in Java.

String Resources

String resources exist for WandOfIcebolt, not WandOfFrost:

  • English: WandOfIcebolt_Name, WandOfIcebolt_Info, WandOfIcebolt_Info1
  • Russian: WandOfIcebolt_Name, WandOfIcebolt_Info, WandOfIcebolt_Info1
  • All other localization files have corresponding entries

Lua Scripts

No Lua script implementation. This wand is implemented entirely in Java.

mr/wand_of_frost_item.txt · Last modified: by 127.0.0.1