User Tools

Site Tools


mr:combo_buff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:combo_buff [2026/01/22 18:45] – Fix wiki pages identified by pick_random_wiki_pages.sh mikemr:combo_buff [2026/01/22 18:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Combo Buff - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Combo.java|Combo.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ComboBuff_Name">Combo</string>
 +<string name="ComboBuff_Info">The next attack will be a combo attack.</string>
 +<string name="Combo_Combo">%d hit combo!</string>
 +<string name="Badges_MasteryCombo">7-hit combo</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:gladiator_subclass|Gladiator (Subclass)]]