mr:champion_of_water_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:champion_of_water_buff [2026/07/19 05:53] – wiki: Fix compliance issues in 5 random pages Bot | mr:champion_of_water_buff [2026/07/19 05:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Champion of Water Buff - Code References ====== | ||
| + | **Champion of Water** is a buff implemented in Lua that enhances a creature' | ||
| + | |||
| + | ===== Java Registration ===== | ||
| + | |||
| + | **Buff Factory Registration**: | ||
| + | * **Class**: `com.nyrds.pixeldungeon.mechanics.buffs.BuffFactory` | ||
| + | * **Constant**: | ||
| + | * **Source**: [[https:// | ||
| + | |||
| + | This buff is registered in the BuffFactory and instantiated via the Lua scripting system. No dedicated Java class exists for this buff. | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | No specific JSON configuration file found for this buff. Buff configuration is handled through the Lua script and string resources. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | |||
| + | **English** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Russian** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **German** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Spanish** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **French** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Portuguese (Brazil)** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Italian** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Japanese** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Korean** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Chinese (Simplified)** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Chinese (Traditional)** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Polish** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Ukrainian** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Hungarian** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Turkish** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Greek** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Indonesian** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | **Malay** (`RemixedDungeon/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Script ===== | ||
| + | |||
| + | **Script**: `RemixedDungeon/ | ||
| + | |||
| + | **Source**: [[https:// | ||
| + | |||
| + | **Implementation Details**: | ||
| + | * This buff is implemented entirely in Lua using the game's buff scripting system | ||
| + | * The script defines the buff's behavior, visual effects, and stat modifications | ||
| + | * Registered in BuffFactory.java with constant `CHAMPION_OF_WATER = " | ||
| + | |||
| + | ===== Related Code References ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * String resources in all languages (see above) | ||
| + | |||
| + | ==== Other Languages ==== | ||
| + | * [[ru: | ||
| + | * [[es: | ||
| + | * [[fr: | ||
| + | * [[de: | ||
| + | * [[pt: | ||
| + | * [[it: | ||
| + | * [[ja: | ||
| + | * [[ko: | ||
| + | * [[cn: | ||
| + | * [[pl: | ||
| + | * [[uk: | ||
| + | * [[hu: | ||
| + | * [[tr: | ||
| + | * [[el: | ||
| + | * [[in: | ||
| + | * [[ms: | ||
| + | |||
| + | {{tag> rpd buffs magic water}} | ||
mr/champion_of_water_buff.txt · Last modified: by 127.0.0.1
