decaldef.txt 898 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Decal FallenBall
  2. {
  3. Pic PLASMA1
  4. Shade "00 00 00"
  5. X-Scale 0.5
  6. Y-Scale 0.5
  7. RandomFlipX
  8. RandomFlipY
  9. }
  10. Generator FallenShot FallenBall
  11. // --------------------- //
  12. // Staff of Chaos Decals //
  13. // --------------------- //
  14. Decal ChaosScorch1
  15. {
  16. Pic "BFGSCRC1"
  17. Shade "00 00 00"
  18. RandomFlipX
  19. RandomFlipY
  20. }
  21. Decal ChaosScorch2
  22. {
  23. Pic "BFGSCRC2"
  24. Shade "00 00 00"
  25. RandomFlipX
  26. RandomFlipY
  27. }
  28. DecalGroup ChaosScorch
  29. {
  30. ChaosScorch1 1
  31. ChaosScorch2 1
  32. }
  33. Decal ChaosLightning1
  34. {
  35. Pic "BFGLITE1"
  36. Shade "20 20 FF"
  37. RandomFlipX
  38. RandomFlipY
  39. FullBright
  40. Animator GoAway2
  41. LowerDecal ChaosScorch
  42. }
  43. Decal ChaosLightning2
  44. {
  45. Pic "BFGLITE2"
  46. Shade "20 20 FF"
  47. RandomFlipX
  48. RandomFlipY
  49. FullBright
  50. Animator GoAway2
  51. LowerDecal ChaosScorch
  52. }
  53. DecalGroup ChaosLightning
  54. {
  55. ChaosLightning1 1
  56. ChaosLightning2 1
  57. }
  58. // END Staff of Chaos Decals