User Tools

Site Tools


mr:ruby_bow_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:ruby_bow_item [2025/12/28 09:25] – Update ruby_bow_item.txt with correct code references and string resources mikemr:ruby_bow_item [2025/12/28 09:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ruby Bow Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/RubyBow.java|RubyBow.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/guts/weapon/ranged/Bow.java|Bow.java]] (parent class)
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check:
 +  * RemixedDungeon/src/main/assets/itemsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/ruby_bow.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RubyBow_Name">рубиновый лук</string>
 +<string name="RubyBow_Info">Только величайшие лучники могут использовать рубиновый лук. Почти каждая выпущенная из него стрела пронзает врага насквозь, оставляя огромные дыры в его плоти. Но как же непросто натянуть тетиву.</string>
 +<string name="RubyBow_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +No specific Lua script exists, but related functionality in:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/lib/commonClasses.lua|commonClasses.lua]] - Item class bindings
  
mr/ruby_bow_item.txt · Last modified: by 127.0.0.1