mr:armor_template_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:armor_template_item [2026/03/03 08:33] – Wiki maintenance: Fix broken links and improve page consistency Qwen Assistant | mr:armor_template_item [2026/03/03 08:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Armor Template Item - Code Reference Template ====== | ||
| + | |||
| + | **Note:** This is a template page demonstrating the format for item code reference pages. The entity ``armor_template`` does not exist in the game codebase. | ||
| + | |||
| + | This page serves as an example of how item code reference pages should be structured in the mr: namespace. For actual items, replace the placeholder information with real code references. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | Items are typically implemented in Java. Check these locations for item class implementations: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | For a real item, the Java class file would be listed here with its full path. | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | Items have JSON configuration files that define their properties: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | For a real item, the specific JSON config file path would be listed here. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | Item names and descriptions are stored in string resource files: | ||
| + | <code xml> | ||
| + | <!-- Example format for item string resources --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | String resource files are located in: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | * Other language-specific directories for additional localizations | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | Some items may have Lua script implementations for custom behavior: | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | For items with Lua scripts, the script paths would be listed here. | ||
| + | |||
| + | ===== See Also ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr template items reference}} | ||
mr/armor_template_item.txt · Last modified: by 127.0.0.1
