====== Potion Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/UpgradablePotion.java|UpgradablePotion.java]] ===== JSON Configuration ===== This entity may have JSON configuration, but no matching config was found. Check: * RemixedDungeon/src/main/assets/itemsDesc/ * RemixedDungeon/src/main/assets/spritesDesc/ ===== String Resources ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1900-L2100|Potion strings]] ===== Lua Scripts ===== This entity type is implemented in Java, no Lua script exists for the base type ===== Related mr Entities ===== * [[mr:potion_of_healing_item|Potion of Healing]] * [[mr:potion_of_mind_vision_item|Potion of Mind Vision]] * [[mr:potion_of_strength_item|Potion of Strength]] * [[mr:potion_of_invisibility_item|Potion of Invisibility]] * [[mr:potion_of_levitation_item|Potion of Levitation]] * [[mr:potion_of_might_item|Potion of Might]] * [[mr:potion_of_purity_item|Potion of Purity]] * [[mr:potion_of_frost_item|Potion of Frost]] * [[mr:potion_of_mana_item|Potion of Mana]] * [[mr:potion_of_paralytic_gas_item|Potion of Paralytic Gas]] * [[mr:potion_of_liquid_flame_item|Potion of Liquid Flame]] * [[mr:potion_of_toxic_gas_item|Potion of Toxic Gas]] * [[mr:potion_of_experience_item|Potion of Experience]]