Advertisement
ijontichy

rocketboom.config

Dec 12th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. {
  2. "action" : "actions",
  3. "list" : [
  4. {
  5. "action" : "projectile",
  6. "inheritDamageFactor": 1,
  7. "type" : "doom_rocketboom"
  8. },
  9. {
  10. "action" : "projectile",
  11. "inheritDamageFactor": 1,
  12. "type" : "doom_rocketboom2"
  13. },
  14. {
  15. "action" : "projectile",
  16. "inheritDamageFactor": 1,
  17. "type" : "doom_rocketboom3"
  18. },
  19. {
  20. "action" : "projectile",
  21. "inheritDamageFactor": 1,
  22. "type" : "doom_rocketboom4"
  23. },
  24. {
  25. "action" : "sound",
  26. "options" : [ "/rocketlauncher/explode.ogg" ]
  27. },
  28. {
  29. "action" : "explosion",
  30. "foregroundRadius" : 5.5,
  31. "backgroundRadius" : 0,
  32. "explosiveDamageAmount" : 4
  33. },
  34.  
  35. {
  36. "action" : "explosion",
  37. "foregroundRadius" : 4.5,
  38. "backgroundRadius" : 0,
  39. "explosiveDamageAmount" : 4
  40. },
  41.  
  42. {
  43. "action" : "explosion",
  44. "foregroundRadius" : 3.5,
  45. "backgroundRadius" : 0,
  46. "explosiveDamageAmount" : 4
  47. },
  48.  
  49. {
  50. "action" : "explosion",
  51. "foregroundRadius" : 2.5,
  52. "backgroundRadius" : 0,
  53. "explosiveDamageAmount" : 4
  54. },
  55.  
  56. {
  57. "action" : "explosion",
  58. "foregroundRadius" : 1.5,
  59. "backgroundRadius" : 0,
  60. "explosiveDamageAmount" : 4
  61. }
  62.  
  63. ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement