mr:encumbrance_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:encumbrance_buff [2026/09/01 21:09] – Wiki maintenance: Fix 5 random pages per compliance standards Wiki Maintenance | mr:encumbrance_buff [2026/09/01 21:12] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Encumbrance Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is implemented via Lua script. No direct Java class for the buff itself. | ||
| + | * Buff base: RemixedDungeon/ | ||
| + | * Encumbrance check: RemixedDungeon/ | ||
| + | * Buff application: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity has no JSON configuration. It is implemented via Lua script. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * Uses: " | ||
| + | * Icon index: 50 | ||
| + | * Triggers on charAct when difficulty < 2 (5% chance to yell) | ||
| + | * Attaches to character when encumbrance check is valid | ||
| + | * References Belongings.encumbranceCheck() for item name | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
mr/encumbrance_buff.txt · Last modified: by 127.0.0.1
