mr:bleeding_buff
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:bleeding_buff [2026/01/20 13:34] – Fix wiki pages based on standards: rename combat_mechanics.txt to combat_mechanic.txt, spiders.txt to spider_creatures_overview.txt, fix links, and update bleeding_buff.txt mike | 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: | ||
