Advertisement
BTDMods

Auto Targeting Dartling Gun

Mar 31st, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. {
  2. "TypeName" : "DartlingGun",
  3. "Icon" : "dartling_gun_avatar_small",
  4. "Description" : "Shoots darts like a machine gun, at any position you tap.",
  5. "BaseCost" : 0,
  6. "RankToUnlock" : 0,
  7. "DefaultWeapons" : ["DartlingGun.weapon", "Tripod.weapon" ],
  8. "TargetingMode" : "First",
  9. "TargetIsWeaponOrigin" : false,
  10.  
  11. "ActiveWeaponSlots" : [ true, true, true, false ],
  12.  
  13. "Upgrades" :
  14. [
  15. [ "Focused Firing", "Faster Barrel Spin", "Laser Cannon", "Ray Of Doom" ],
  16. [ "Powerful Darts", "Depleted Bloontonium", "Hydra Rocket Pods", "Bloon Area Denial System" ]
  17. ],
  18. "ShortUpgradeDescriptions" :
  19. [
  20. [
  21. "",
  22. "",
  23. "",
  24. ""
  25. ],
  26. [
  27. "",
  28. "",
  29. "",
  30. ""
  31. ]
  32. ],
  33. "UpgradeDescriptions" :
  34. [
  35. [
  36. "Greatly reduces the spread of the gun.",
  37. "Makes gun fire much faster.",
  38. "Rapid fire plasma can pop 13 bloons each and also pops frozen bloons.",
  39. "The Ray of Doom is a persistent solid beam of bloon destruction."
  40. ],
  41. [
  42. "Darts move faster and can pop 4 bloons each.",
  43. "Shots can now hurt any bloon type.",
  44. "Shoots vicious little missiles instead of darts. ",
  45. "Ability: shoots missiles toward the nearest 100 bloons on screen."
  46. ]
  47. ],
  48. "UpgradeGateway" :
  49. [
  50. [ { "Rank" : 105, "XP" : 15 }, { "Rank" : 0, "XP" : 0 }, { "Rank" : 250, "XP" : 60 }, { "Rank" : 625, "XP" : 80 } ],
  51. [ { "Rank" : 0, "XP" : 0 }, { "Rank" : 0, "XP" : 0 }, { "Rank" : 0, "XP" : 0 }, { "Rank" : 0, "XP" : 0 } ]
  52. ],
  53. "UpgradePrices" :
  54. [
  55. [ 0, 0, 0, 0 ],
  56. [ 0, 0, 0, 0 ]
  57. ],
  58. "UpgradeAvatars" :
  59. [
  60. [
  61. "dartling_gun_avatar_focused_firing_small",
  62. "dartling_gun_avatar_faster_barrel_spin_small",
  63. "dartling_gun_avatar_laser_cannon_small",
  64. "dartling_gun_avatar_ray_of_doom_small"
  65. ],
  66. [
  67. "dartling_gun_avatar_powerful_darts_small",
  68. "dartling_gun_avatar_bloontonium_small",
  69. "dartling_gun_avatar_hydra_rockets_small",
  70. "dartling_gun_avatar_bads_small"
  71. ]
  72. ],
  73.  
  74. "UpgradeIcons" :
  75. [
  76. [
  77. "dartling_gun_focused_icon",
  78. "dartling_gun_faster_barrel_icon",
  79. "dartling_gun_laser_icon",
  80. "dartling_gun_ray_of_doom_icon"
  81. ],
  82. [
  83. "dartling_gun_powerful_darts_icon",
  84. "dartling_gun_bloontonium_icon",
  85. "dartling_gun_hydra_icon",
  86. "dartling_gun_bads_icon"
  87. ]
  88. ],
  89.  
  90. "AircraftList" : [ ],
  91. "CanTargetCamo" : true,
  92. "RotatesToTarget" : true,
  93.  
  94. "CanBePlacedInWater" : false,
  95. "CanBePlacedOnLand" : true,
  96. "CanBePlacedOnPath" : false,
  97.  
  98. "UseRadiusPlacement" : true,
  99. "PlacementRadius" : 0.0,
  100. "PlacementW" : 0.0,
  101. "PlacementH" : 0.0,
  102. "SpriteUpgradeDefinition" : "DartlingGun.json",
  103. "UseDefaultRangeCircle" : true,
  104. "SkipFirstFrameWhenFiring" : false,
  105. "DontResetAnimation" : true
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement