mr:unsuitable_item_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:unsuitable_item_buff [2026/04/07 23:13] – Fix wiki page issues: broken links, duplicate content, image consistency, mr: page improvements Qwen Assistant | mr:unsuitable_item_buff [2026/04/07 23:14] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Unsuitable Item Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Note: This buff is closely related to [[mr: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * Note: Related implementation at [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Buff Type**: Debuff applied when wielding items without sufficient strength | ||
| + | * **String Resource Prefix**: EncumbranceBuff_ (shared with Encumbrance buff) | ||
| + | * **Display Name**: Uses " | ||
| + | * **Info Text**: Uses " | ||
| + | * **Character Action Messages**: Uses EncumbranceBuff_CharAct_1 through 5 (commented out in code) | ||
| + | * **Difficulty Check**: Only active on difficulty levels below 2 (charAct function returns early on higher difficulties) | ||
| + | * **Icon**: Uses icon index 52 | ||
| + | * **Trigger**: | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/unsuitable_item_buff.txt · Last modified: by 127.0.0.1
