Module:Inventory slot/Aliases: Difference between revisions

Added display names for extended/enhanced potions, added effect text for enhanced potions, added exceptions for Turtle Master.
Display names did not fix icons; the other changes were effective, though
Line 53: Line 53:
['Arrow of Splashing'] = { name = 'Arrow of Splashing', text = '&7No effects' },
['Arrow of Splashing'] = { name = 'Arrow of Splashing', text = '&7No effects' },
['Uncraftable Tipped Arrow'] = { name = 'Uncraftable Tipped Arrow', text = '&7No effects' },
['Uncraftable Tipped Arrow'] = { name = 'Uncraftable Tipped Arrow', text = '&7No effects' },
['Potion of Healing Enhanced'] = { name = 'Potion of Healing' },
['Potion of Fire Resistance Extended'] = { name = 'Potion of Fire Resistance' },
['Potion of Regeneration Extended'] = { name = 'Potion of Regeneration' },
['Potion of Regeneration Enhanced'] = { name = 'Potion of Regeneration' },
['Potion of Strength Extended'] = { name = 'Potion of Strength' },
['Potion of Strength Enhanced'] = { name = 'Potion of Strength' },
['Potion of Swiftness Extended'] = { name = 'Potion of Swiftness' },
['Potion of Swiftness Enhanced'] = { name = 'Potion of Swiftness' },
['Potion of Night Vision Extended'] = { name = 'Potion of Night Vision' },
['Potion of Invisibility Extended'] = { name = 'Potion of Invisibility' },
['Potion of Water Breathing Extended'] = { name = 'Potion of Water Breathing' },
['Potion of Leaping Extended'] = { name = 'Splash Potion of Leaping' },
['Potion of Leaping Enhanced'] = { name = 'Potion of Leaping' },
['Potion of Slow Falling Extended'] = { name = 'Potion of Slow Falling' },
['Potion of Poison Extended'] = { name = 'Potion of Poison' },
['Potion of Poison Enhanced'] = { name = 'Potion of Poison' },
['Potion of Weakness Extended'] = { name = 'Potion of Weakness' },
['Potion of Harming Enhanced'] = { name = 'Potion of Harming' },
['Potion of Slowness Extended'] = { name = 'Potion of Slowness' },


['Potion of the Turtle Master'] = { name = 'Potion of the Turtle Master', text = '&cSlowness IV (1:00)/&9Resistance IV (1:00)' },
['Potion of the Turtle Master'] = { name = 'Potion of the Turtle Master', text = '&cSlowness IV (1:00)/&9Resistance IV (1:00)' },
['Potion of the Turtle Master Extended'] = { name = 'Potion of the Turtle Master', text = '&cSlowness IV (3:00)/&9Resistance IV (3:00)' },
['Potion of the Turtle Master Extended'] = { name = 'Potion of the Turtle Master', text = '&cSlowness IV (3:00)/&9Resistance IV (3:00)' },
['Potion of the Turtle Master Enhanced'] = { name = 'Potion of the Turtle Master', text = '&cSlowness VI (1:00)/&9Resistance VI (1:00)' },
['Potion of the Turtle Master Enhanced'] = { name = 'Potion of the Turtle Master', text = '&cSlowness VI (1:00)/&9Resistance VI (1:00)' },
}
}