User Tools

Site Tools


mr:paralysis_arrow_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:paralysis_arrow_item [2026/02/22 09:04] – Wiki standards compliance fixes for 5 random pages Qwen Assistantmr:paralysis_arrow_item [2026/02/22 09:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Paralysis Arrow - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/ParalysisArrow.java|ParalysisArrow.java]] - Main class implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/missiles/Arrow.java|Arrow.java]] - Base class
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Stun.java|Stun.java]] - Buff applied on hit (not Paralysis)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Item registration
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|ParalysisArrow_Name]] - Item name
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|ParalysisArrow_Info]] - Item description
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|ParalysisArrow_Gender]] - Grammatical gender
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Implementation Details =====
 +  * **Duration**: 4.0 seconds (DURATION constant)
 +  * **Effect**: Applies Stun buff on hit, not Paralysis
 +  * **Base Damage**: 0-4 (baseMin = 0, baseMax = 4)
 +  * **Base Delay**: 0.75 (baseDly = 0.75)
 +  * **Price**: 5 gold per arrow
 +
 +===== Related mr Entities =====
 +  * [[mr:arrow_item|Arrow (Item)]] - Base arrow type
 +  * [[mr:stun_buff|Stun (Buff)]] - Applied effect
 +  * [[mr:paralysis_buff|Paralysis (Buff)]] - Different effect (not used by this arrow)
 +  * [[mr:poison_arrow_item|Poison Arrow (Item)]] - Similar special arrow
 +  * [[mr:frost_arrow_item|Frost Arrow (Item)]] - Similar special arrow
mr/paralysis_arrow_item.txt · Last modified: by 127.0.0.1