Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. lootparser_p_words =
  2. {
  3. 'Cookies': 'Cookie',
  4. 'Mushroom Pies' : 'Mushroom Pie',
  5. '*Pieces of *': 'Piece of ',
  6. 'Bunches of *': 'Bunch of ',
  7. 'Haunches of *': 'Haunch of ',
  8. 'Flasks of *': 'Flask of ',
  9. 'Gooey Masses' : 'Gooey Mass',
  10. 'Veins of *': 'Vein of ',
  11. 'Bowls of *': 'Bowl of ',
  12. 'Amethysts *': 'Amethyst ',
  13. 'Diamonds *': 'Diamond ',
  14. 'Emeralds *': 'Emerald ',
  15. 'Rubies *': 'Ruby ',
  16. 'Sapphires *': 'Sapphire ',
  17. 'Topazes *': 'Topaz ',
  18. 'Turquoises *': 'Turquoise ',
  19. 'Essences of *': 'Essence of '
  20. }, /*Plural exceptions*/
  21.  
  22. leave_unchanged = [
  23. 'Dress',
  24. 'Grass'
  25. ],// if item name ends with this word, parser leaves item name unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement