Advertisement
BTDMods

Cheap Glue Gunner

Mar 31st, 2020
633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. {
  2. "AircraftList" : [
  3. ],
  4. "BaseCost" : 0,
  5. "CanBePlacedInWater" : true,
  6. "CanBePlacedOnLand" : true,
  7. "CanBePlacedOnPath" : true,
  8. "CanTargetCamo" : true,
  9. "DefaultWeapons" : [
  10. "GlueGunner.weapon",
  11. "",
  12. "GlueOnTrack.weapon"
  13. ],
  14.  
  15. "ActiveWeaponSlots" :
  16. [
  17. true,
  18. true,
  19. false
  20. ],
  21.  
  22. "Description" : "Shoots a glob of monkey glue that slows a single bloon.",
  23. "Icon" : "glue_gunner_avatar_small",
  24. "PlacementH" : 0.0,
  25. "PlacementRadius" : 0.0,
  26. "PlacementW" : 0.0,
  27. "RankToUnlock" : 1,
  28. "RotatesToTarget" : true,
  29. "TargetIsWeaponOrigin" : false,
  30. "TargetingMode" : "First",
  31. "TargetsManually" : false,
  32. "TypeName" : "GlueGunner",
  33. "Upgrades" : [
  34. [
  35. "Glue Soak",
  36. "Corrosive Glue",
  37. "Bloon Dissolver",
  38. "Bloon Liquefier"
  39. ],
  40. [
  41. "Stickier Glue",
  42. "Glue Splatter",
  43. "Glue Hose",
  44. "Glue Striker"
  45. ]
  46. ],
  47. "ShortUpgradeDescriptions" :
  48. [
  49. [
  50. "",
  51. "",
  52. "",
  53. "Pops once instantly and liquifies bloons 2x every second."
  54. ],
  55. [
  56. "",
  57. "",
  58. "",
  59. ""
  60. ]
  61. ],
  62. "UpgradeDescriptions" :
  63. [
  64. [
  65. "Glue soaks through all layers of bloon.",
  66. "Glued bloons pop one layer every few seconds.",
  67. "Extreme solvents melt two layers every second.",
  68. "Pops once instantly and liquifies bloons twice every second."
  69. ],
  70. [
  71. "Makes glue effect last much longer.",
  72. "Splatters glue across 6 bloons at a time.",
  73. "Shoots glue more than 3x as fast!",
  74. "Ability: glues everything on the screen temporarily."
  75. ]
  76. ],
  77. "UpgradeGateway" :
  78. [
  79. [ { "Rank" : 50, "XP" : 5 }, { "Rank" : 0, "XP" : 0 }, { "Rank" : 150, "XP" : 40 }, { "Rank" : 380, "XP" : 60 } ],
  80. [ { "Rank" : 0, "XP" : 0 }, { "Rank" : 0, "XP" : 0 }, { "Rank" : 0, "XP" : 0 }, { "Rank" : 0, "XP" : 0 } ]
  81. ],
  82. "UpgradePrices" :
  83. [
  84. [ 0, 0, 0, 0 ],
  85. [ 0, 0, 0, 0 ]
  86. ],
  87. "UpgradeAvatars" : [
  88. [
  89. "glue_gunner_avatar_glue_soak_small",
  90. "glue_gunner_avatar_corrosive_small",
  91. "glue_gunner_avatar_dissolver_small",
  92. "glue_gunner_avatar_liquefier_small"
  93. ],
  94. [
  95. "glue_gunner_avatar_stickier_glue_small",
  96. "glue_gunner_avatar_splatter_small",
  97. "glue_gunner_avatar_hose_small",
  98. "glue_gunner_avatar_striker_small"
  99. ]
  100. ],
  101.  
  102. "UpgradeIcons" : [
  103. [
  104. "glue_soak_icon",
  105. "glue_corrosive_icon",
  106. "glue_dissolver_icon",
  107. "glue_liquefier_icon"
  108. ],
  109. [
  110. "glue_stickier_glue_icon",
  111. "glue_splatter_icon",
  112. "glue_hose_icon",
  113. "glue_striker_icon"
  114. ]
  115. ],
  116.  
  117. "UseRadiusPlacement" : true,
  118.  
  119. "SpriteUpgradeDefinition" : "GlueGunner.json"
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement