Advertisement
Guest User

TestTower Internal Code (by Creepyasef25, beast128)

a guest
Jun 20th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Bloons TD Battles Code:
  2. {
  3. "TypeName" : "TestTower",
  4. "Icon" : "TestTowerIcon",
  5. "Description" : "Tower defined specifically for testing purposes",
  6. "BaseCost" : 9001,
  7. "RankToUnlock" : 1337,
  8. "DefaultWeapons" : [ "TestWeapon.weapon" ],
  9. "TargetingMode" : "First",
  10. "TargetsManually" : false,
  11. "TargetIsWeaponOrigin" : false,
  12.  
  13. "Upgrades" :
  14. [
  15. [ "TestUpgradeA1", "TestUpgradeA2", "TestUpgradeA3", "TestUpgradeA4" ],
  16. [ "TestUpgradeB1", "TestUpgradeB2", "TestUpgradeB3", "TestUpgradeB4" ]
  17. ],
  18. "UpgradePrices" :
  19. [
  20. [ 0, 0, 0, 0 ],
  21. [ 0, 0, 0, 0 ]
  22. ],
  23.  
  24. "AircraftList" : [ ],
  25.  
  26. "DefaultSprite" : "Test.json",
  27. "CanTargetCamo" : false,
  28. "RotatesToTarget" : true,
  29.  
  30. "CanBePlacedInWater" : false,
  31. "CanBePlacedOnLand" : true,
  32. "CanBePlacedOnPath" : false,
  33. "UseRadiusPlacement" : false,
  34. "PlacementRadius" : 0.0,
  35. "PlacementW" : 20.0,
  36. "PlacementH" : 20.0
  37. }
  38.  
  39. Bloons TD 5 Code:
  40. {
  41. "TypeName" : "TestTower",
  42. "Icon" : "TestTowerIcon",
  43. "BaseCost" : 9001,
  44. "RankToUnlock" : 1337,
  45. "DefaultWeapons" : [ "TestWeapon.weapon" ],
  46. "TargetingMode" : "First",
  47. "TargetsManually" : false,
  48. "TargetIsWeaponOrigin" : false,
  49.  
  50. "Upgrades" :
  51. [
  52. [ "TestUpgradeA1", "TestUpgradeA2", "TestUpgradeA3", "TestUpgradeA4" ],
  53. [ "TestUpgradeB1", "TestUpgradeB2", "TestUpgradeB3", "TestUpgradeB4" ]
  54. ],
  55. "UpgradePrices" :
  56. [
  57. [ 0, 0, 0, 0 ],
  58. [ 0, 0, 0, 0 ]
  59. ],
  60.  
  61. "AircraftList" : [ ],
  62.  
  63. "DefaultSprite" : "Test.json",
  64. "CanTargetCamo" : false,
  65. "RotatesToTarget" : true,
  66.  
  67. "CanBePlacedInWater" : false,
  68. "CanBePlacedOnLand" : true,
  69. "CanBePlacedOnPath" : false,
  70. "UseRadiusPlacement" : false,
  71. "PlacementRadius" : 0.0,
  72. "PlacementW" : 20.0,
  73. "PlacementH" : 20.0
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement