mr:piercing_enchantment
Differences
This shows you the differences between two versions of the page.
| mr:piercing_enchantment [2026/06/26 09:34] – wiki: fix compliance issues on 5 random pages Qwen Assistant | mr:piercing_enchantment [2026/06/26 09:39] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Piercing Enchantment - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Java Usage Context ===== | ||
| + | * **Enchantment Registration**: | ||
| + | * **Boomerang Exception**: | ||
| + | * **Instability Interaction**: | ||
| + | * **Proc Logic**: Deals damage in a straight line from the initial target with damage reduction formula: maxDamage = (int)(damage * Math.pow(2, -1d / (level + 1))) | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | * **getEntityKind()**: | ||
| + | * **Category**: | ||
| + | * **Damage Reduction**: | ||
| + | * **Minimum Damage**: Stops piercing when damage falls below 1 | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> rpd enchantments piercing mr}} | ||
mr/piercing_enchantment.txt · Last modified: by 127.0.0.1
