Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Defs>
  3.  
  4. <SoundDef>
  5. <defName>InteractTMGWeapons</defName>
  6. <eventNames />
  7. <context>MapOnly</context>
  8. <maxSimultaneous>1</maxSimultaneous>
  9. <subSounds>
  10. <li>
  11. <grains>
  12. <li Class="AudioGrain_Clip">
  13. <clipPath>Things/STMG</clipPath>
  14. </li>
  15. </grains>
  16. <volumeRange>
  17. <min>25</min>
  18. <max>25</max>
  19. </volumeRange>
  20. <pitchRange>
  21. <min>0.9576087</min>
  22. <max>1.042391</max>
  23. </pitchRange>
  24. </li>
  25. </subSounds>
  26. </SoundDef>
  27.  
  28.  
  29. <SoundDef>
  30. <defName>SThermalGun</defName>
  31. <eventNames />
  32. <context>MapOnly</context>
  33. <maxSimultaneous>1</maxSimultaneous>
  34. <subSounds>
  35. <li>
  36. <grains>
  37. <li Class="AudioGrain_Clip">
  38. <clipPath>Things/SThermalGun</clipPath>
  39. </li>
  40. </grains>
  41. <volumeRange>
  42. <min>25</min>
  43. <max>25</max>
  44. </volumeRange>
  45. <pitchRange>
  46. <min>0.9576087</min>
  47. <max>1.042391</max>
  48. </pitchRange>
  49. </li>
  50. </subSounds>
  51. </SoundDef>
  52.  
  53. </Defs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement