AdemDev

Zipline en

Apr 10th, 2022
1,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. {
  2. "Version": "1.0.0",
  3. "Prefics": "PocketZipline",
  4. "Permission to give": "pocketzipline.give",
  5. "Zipline Presets": [
  6. {
  7. "Preset name": "zipline_default",
  8. "Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 0,
  9. "Allow upward movement?": false,
  10. "Maximum speed": 4.0,
  11. "Minimum length (>= 7)": 10.0,
  12. "Maximum length (>= 7)": 100.0,
  13. "Item (shortname - electric.teslacoil)": {
  14. "Skin": 2792359806,
  15. "Name": "Zipline"
  16. }
  17. },
  18. {
  19. "Preset name": "zipline_up",
  20. "Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 1,
  21. "Allow upward movement?": true,
  22. "Maximum speed": 4.0,
  23. "Minimum length (>= 7)": 10.0,
  24. "Maximum length (>= 7)": 100.0,
  25. "Item (shortname - electric.teslacoil)": {
  26. "Skin": 2792361050,
  27. "Name": "Bidirectional Zipline"
  28. }
  29. },
  30. {
  31. "Preset name": "zipline_long",
  32. "Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 2,
  33. "Allow upward movement?": false,
  34. "Maximum speed": 4.0,
  35. "Minimum length (>= 7)": 10.0,
  36. "Maximum length (>= 7)": 250.0,
  37. "Item (shortname - electric.teslacoil)": {
  38. "Skin": 2792360498,
  39. "Name": "Long Zipline"
  40. }
  41. },
  42. {
  43. "Preset name": "zipline_fast",
  44. "Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 3,
  45. "Allow upward movement?": false,
  46. "Maximum speed": 20.0,
  47. "Minimum length (>= 7)": 10.0,
  48. "Maximum length (>= 7)": 100.0,
  49. "Item (shortname - electric.teslacoil)": {
  50. "Skin": 2792361507,
  51. "Name": "Fast Zipline"
  52. }
  53. },
  54. {
  55. "Preset name": "zipline_vip",
  56. "Сable color (0 - Black, 1 - Red, 2 - Green, 3 - Blue, 4 - Yellow)": 4,
  57. "Allow upward movement?": true,
  58. "Maximum speed": 15.0,
  59. "Minimum length (>= 7)": 10.0,
  60. "Maximum length (>= 7)": 250.0,
  61. "Item (shortname - electric.teslacoil)": {
  62. "Skin": 2792362292,
  63. "Name": "Vip Zipline"
  64. }
  65. }
  66. ],
  67. "Enable spawn in crates": false,
  68. "Spawn setting": [
  69. {
  70. "Crate prefab": "assets/bundled/prefabs/radtown/crate_elite.prefab",
  71. "Chance": [
  72. {
  73. "Zipline preset": "zipline_default",
  74. "Chance": 5.0,
  75. "Min amount": 2,
  76. "Max amount": 4
  77. },
  78. {
  79. "Zipline preset": "zipline_long",
  80. "Chance": 5.0,
  81. "Min amount": 2,
  82. "Max amount": 4
  83. }
  84. ]
  85. }
  86. ]
  87. }
Advertisement
Add Comment
Please, Sign In to add comment