mr:bleeding_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:bleeding_buff [2026/07/11 12:32] – Fix red link in elven_bow_item.txt: change arrows to arrows_item Qwen Assistant | mr:bleeding_buff [2026/07/12 00:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Bleeding Buff - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Java Usage ===== | ||
| + | * **Hero.java** - Handles bleeding status display and death message | ||
| + | * **Char.java** - Immunity management (addImmunity/ | ||
| + | * **BuffFactory.java** - Registers Bleeding class for buff system | ||
| + | * **Elementals (Earth, Air, Water, Fire)** - Add immunity to bleeding | ||
| + | * **DM300, Golem, Statue** - Add immunity to bleeding | ||
| + | * **Albino, YogsTeeth, Tamahawk** - Apply bleeding effect on hit | ||
| + | * **PotionOfHealing** - Removes bleeding effect | ||
| + | * **FrozenCarpaccio** - Removes bleeding effect | ||
| + | * **GrippingTrap** - Applies bleeding effect | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | No dedicated JSON configuration file exists for this buff (configured via BuffFactory) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/bleeding_buff.txt · Last modified: by 127.0.0.1
