Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. <item id="1005" name="adminPill">
  2. <property name="CustomIcon" value="painkillers" />
  3. <property name="CustomIconTint" value="FF0000" /> -->
  4. <property name="Meshfile" value="Items/Health/painkillersPrefab" />
  5. <property name="Material" value="organic" />
  6. <property name="HoldType" value="16" />
  7. <property class="Action1">
  8. <!-- UseAction -->
  9. <property name="Class" value="Eat" />
  10. <property name="Delay" value="1.0" />
  11. <property name="Use_time" value="..." />
  12. <property name="Gain_health" value="200" />
  13. <property name="Sound_start" value="UseActions/player_painkillers" />
  14. <property name="Debuff" value="freezing,hypo1,hypo2,hypo3,overheated,heat1,heat2,drowning,bleeding,burning,burningSmall,infection,infection2,infection3,foodPoisoning,sprainedLeg,internalBleeding,dysentery,dysentery2,brokenLeg,AlcoholPoisoning" />
  15. </property>
  16. </item>
  17. <item id="1009" name="adminFood">
  18. <property name="CustomIcon" value="canSoup" />
  19. <property name="CustomIconTint" value="FF0000" /> -->
  20. <property name="Meshfile" value="Items/Food/can_soup" />
  21. <property name="Material" value="organic" />
  22. <property name="HoldType" value="14" />
  23. <property class="Action1">
  24. <!-- UseAction -->
  25. <property name="Class" value="Eat" />
  26. <property name="Delay" value="1.0" />
  27. <property name="Use_time" value="..." />
  28. <property name="Gain_health" value="0" />
  29. <property name="Gain_food" value="99" />
  30. <property name="Gain_water" value="99" />
  31. <property name="Sound_start" value="UseActions/player_drinking" />
  32. </property>
  33. </item>
  34. <item id="1010" name="adminVitamins">
  35. <property name="CustomIcon" value="vitamins" />
  36. <property name="CustomIconTint" value="FF0000" /> -->
  37. <property name="Meshfile" value="Items/Health/painkillersPrefab" />
  38. <property name="Material" value="organic" />
  39. <property name="HoldType" value="16" />
  40. <property class="Action1">
  41. <!-- UseAction -->
  42. <property name="Class" value="Eat" />
  43. <property name="Delay" value="1.0" />
  44. <property name="Use_time" value="..." />
  45. <property name="Gain_wellness" value="100" />
  46. <property name="Sound_start" value="UseActions/player_painkillers" />
  47. <property name="Buff" value="firstAid" />
  48. </property>
  49. </item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement