Bryan_J

ENGLISH Health Plus

Apr 12th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | Source Code | 0 0
  1. ContextMenu_EN = {
  2. ContextMenu_Palsam = "Rub Palsam",
  3. ContextMenu_SConsume = "Consume",
  4. ContextMenu_DrinkAW = "Drink",
  5. }
  6.  
  7. Tooltip_EN = {
  8. -- Item tooltip
  9. Tooltip_item_SpoonPalsam = "Herbal palsam that can be used to heal scars and forstbite wounds. May not work with first use. Don't consume all at once but 1/4 at a time.",
  10. Tooltip_item_SpoonVitaminMix = "Mixed herbs and fruits that can be used to heal kidney/stomach related complications. May not work with first use. Don't consume all at once but 1/4 at a time.",
  11. Tooltip_item_SpoonAntibioticWater = "Water mixed with antibiotics can be used to lower non-poison related fever, heal flu or heal kidney/stomach complications. May not work with first use. Don't consume all at once but 1/4 at a time.",
  12. Tooltip_item_SpoonHerbalRemedy = "Mixed herbs that can lower non-poison related fever or heal flu. May not work with first use. Don't consume all at once but 1/4 at a time.",
  13. Tooltip_item_SpoonPalsamTube = "Herbal palsam that can be used to heal scars and forstbite wounds. Squeeze it out of the tube first.",
  14. }
  15.  
  16. UI_EN = {
  17. UI_trait_Sick1 = "Chronic Headache",
  18. UI_trait_Sick2 = "Frostbite",
  19. UI_trait_Sick3 = "Frostbite(Healing)",
  20. UI_trait_Sick4 = "Arrhythmia",
  21. UI_trait_Sick5 = "Aspiration",
  22. UI_trait_Sick6 = "Acute Kidney Injury",
  23. UI_trait_Sick7 = "Acute Kidney Injury(Healing)",
  24. UI_trait_Sick8 = "Stomach Ulcer",
  25. UI_trait_Sick9 = "Stomach Ulcer(Healing)",
  26. UI_trait_Sick10 = "Scarred",
  27. UI_trait_Sick11 = "Scarred(Healing)",
  28. UI_trait_Sick12 = "Flu",
  29. UI_trait_Sick13 = "Flu(Healing)",
  30.  
  31. UI_trait_Sick1desc = "OK.",
  32. UI_trait_Sick2desc = "OK.",
  33. UI_trait_Sick3desc = "OK.",
  34. UI_trait_Sick4desc = "OK.",
  35. UI_trait_Sick5desc = "OK.",
  36. UI_trait_Sick6desc = "OK.",
  37. UI_trait_Sick7desc = "OK.",
  38. UI_trait_Sick8desc = "OK.",
  39. UI_trait_Sick9desc = "OK.",
  40. UI_trait_Sick10desc = "OK.",
  41. UI_trait_Sick11desc = "OK.",
  42. UI_trait_Sick12desc = "OK.",
  43. UI_trait_Sick13desc = "OK.",
  44.  
  45. UI_trait_SpoonAlcoholic = "Alcoholic",
  46. UI_trait_SpoonAlcoholicdesc = "Drinking is a lifestyle!",
  47. UI_trait_SpoonCrazy = "Crazy",
  48. UI_trait_SpoonCrazydesc = "Being bit crazy from various causes.",
  49. }
Advertisement
Add Comment
Please, Sign In to add comment