User Tools

Site Tools


mr:dried_rose_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:dried_rose_item [2026/01/03 18:04] – Update wiki pages for random selection task: fix naming, create language variants, correct information, add missing pages mikemr:dried_rose_item [2026/01/03 18:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Dried Rose Item - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/DriedRose.java|DriedRose.java]]
 +
 +===== 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/dried_rose.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="DriedRose_Name">dried rose</string>
 +<string name="DriedRose_Info">This rose dried up long time ago, but it has somehow kept all its petals. And it hasn't lost it's charm.</string>
 +<string name="DriedRoseBuff_Name">One way love</string>
 +<string name="DriedRoseBuff_Info">Charming. The rose looks very charming.</string>
 +<string name="DriedRoseCursedBuff_Name">One way cursed love</string>
 +<string name="DriedRoseCursedBuff_Info">Amorous. The rose looks beautiful but not very charming.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:ghost_npc|Ghost NPC]]
 +  * [[mr:one_way_love_buff|One Way Love Buff]]
 +  * [[mr:one_way_cursed_love_buff|One Way Cursed Love Buff]]
mr/dried_rose_item.txt · Last modified: by 127.0.0.1