Guest User

Untitled

a guest
Jul 19th, 2024
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. {
  2. "objects":[
  3. {
  4. "id": "large_auto_feeder",
  5. "tags": [
  6. "specialEquipment"
  7. ],
  8. "perSpecNumbering": true,
  9. "modifyCost":-600,
  10. "map": {
  11. "map": "
  12. d
  13. 2o4
  14. 5
  15. ",
  16. "originChar": "x",
  17. "multiCodes": [
  18. {
  19. "code": "o",
  20. "chars": [
  21. "x"
  22. ]
  23. },
  24. {
  25. "code": "2",
  26. "chars": [
  27. "c","v"
  28. ]
  29. },
  30. {
  31. "code": "3",
  32. "chars": [
  33. "c","v"
  34. ],
  35. "angle": 90
  36. },
  37. {
  38. "code": "4",
  39. "chars": [
  40. "c","v"
  41. ],
  42. "angle": 180
  43. },
  44. {
  45. "code": "5",
  46. "chars": [
  47. "c","v"
  48. ],
  49. "angle": 270
  50. }
  51. ]
  52. },
  53. "hosting": {
  54. "hostedOn": ["floor"],
  55. "hostedAdjacent":["tank"],
  56. "hostedOnTop":true
  57. },
  58. "immobile": {"rotatable":true},
  59. "fbx": {
  60. "name": "88_auto_feeder",
  61. "scale":1.2,
  62. "guiScale": 0.57,
  63. "guiOffset": {
  64. "x": -5.0,
  65. "y": -40
  66. },
  67. "guiRotation": {
  68. "x": 30.0,
  69. "y": 125.0,
  70. "z": 325.0
  71. }
  72. },
  73. "attraction":{"limit1Visit":true},"uglyEquipment":{},
  74. "autofeeder":{
  75. "capacityMultiplier":2, // This is multiplied by the item's "howManyInPack" variable to give capacity.
  76. "maxSkillNumber":3,
  77. },
  78. "breakdown":{
  79. "reliability":85,
  80. "difficulty":100,
  81. },
  82. "unlockable": {
  83. "type": "Science",
  84. "availableLevel": 12,
  85. },
  86. "sound": {
  87. "placeSound": "auto_feeder_place",
  88. "loopSound": "auto_feeder_loop"
  89. }
  90. },
  91.  
  92. ]
  93. }
Advertisement
Add Comment
Please, Sign In to add comment