mr:debuffs
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:debuffs [2025/12/24 17:09] – Add new mr namespace pages for chasm_level, chests, curses and debuffs mike | mr:debuffs [2025/12/25 01:12] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Debuffs - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * Base buff class: [[https:// | ||
| + | * Poison implementation: | ||
| + | * Burning implementation: | ||
| + | * Paralysis implementation: | ||
| + | * Blindness implementation: | ||
| + | * Weakness implementation: | ||
| + | * Terror implementation: | ||
| + | * Charm implementation: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not use JSON configuration. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | Debuff names and descriptions: | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * And other language files as appropriate | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * Buff factory registration: | ||
| + | * Base buff system: [[https:// | ||
