Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. bomberprec = {
  3. maxDamage = 800,
  4. customParams = {
  5. reammoseconds = [[12]],
  6. reammodrain = [[5]],
  7. }},
  8. bomberriot = {
  9. maxDamage = 720,
  10. customParams = {
  11. reammoseconds = [[6]],
  12. reammodrain = [[5]],
  13. }},
  14. bomberdisarm = {customParams = {
  15. reammoseconds = [[15]],
  16. reammodrain = [[5]],
  17. }},
  18. bomberheavy = {customParams = {
  19. reammoseconds = [[20]],
  20. reammodrain = [[5]],
  21. }},
  22. turretaaclose = {
  23. sightDistance = 660,
  24. weaponDefs = {MISSILE = {
  25. range = 560,
  26. damage = {
  27. default = 45.01,
  28. planes = 450.1,
  29. }
  30. }},
  31. },
  32. factoryplane = {customParams = {
  33. pad_bp = [[5]],
  34. }},
  35. shipcarrier = {customParams = {
  36. pad_bp = [[5]],
  37. }},
  38. staticrearm = {customParams = {
  39. pad_bp = [[5]],
  40. }},
  41. cloakcon = {customParams = {
  42. area_cloak_self_decloak_distance = 192,
  43. }},
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement