twicecircled

animals.data

Mar 10th, 2021
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1. {
  2. "objects":[
  3. {
  4. "id": "1_azure_demoiselle",
  5. "tags": [
  6. "animal",
  7. "damsel"
  8. ],
  9. "menuTag":"damsel", // If this doesn't match a tag category from gui.data, a new one will be generated.
  10. "menuButton":"livestock", // Use this to assign a menu button to an object with a menuTag that doesn't match a tag category from gui.data.
  11. "perSpecNumbering": true,
  12. "hosting": {
  13. "hostedOn": [
  14. "tank"
  15. ]
  16. },
  17. "contained": {
  18. "advancedSpotMovement": {
  19. "speed": 0.006,
  20. "behaviours": {
  21. "flickMove": 50,
  22. "swim": 50
  23. },
  24. "flickMoveTurnMagnitude": 60.0,
  25. "swimLength": 60,
  26. "slowDownPeriod": 15.0,
  27. "speedingUpPeriod": 15.0,
  28. "pauseLength": 40,
  29. "flickMoveDistance": 0.1,
  30. "turnFrames": 60,
  31. "iterations": 1
  32. },
  33. "shoalSize": 1
  34. },
  35. "bar":{},"fbx": {
  36. "name": "1_azure_demoiselle",
  37. "scale": 0.17,
  38. "guiScale": 1.0,
  39. "guiOffset": {
  40. "x": 18.0,
  41. "y": -5.0
  42. },
  43. "guiRotation": {
  44. "x": 30.0,
  45. "y": 125.0,
  46. "z": 325.0
  47. },
  48. "defaultAnimation": "mill",
  49. "animationsById": {
  50. "move": {
  51. "name": "swim"
  52. },
  53. "static": {
  54. "name": "mill"
  55. },
  56. "dart": {
  57. "name": "dart"
  58. },
  59. "feed": {
  60. "name": "feed"
  61. },
  62. "turnLeft": {
  63. "name": "turnleft"
  64. },
  65. "turnRight": {
  66. "name": "turnright"
  67. }
  68. },
  69. "baseHue": 0.55
  70. },
  71. "animal": {
  72. "stages": [
  73. {
  74. "stageName": "adult",
  75. "size": 2,
  76. "growthTime":1,
  77. "growsIntoSpec":"1_azure_demoiselle2",
  78. }
  79. ],
  80. "stats": {
  81. "ecology": {},
  82.  
  83. "eats": {
  84. "item": "orangePellet"
  85. },
  86. "waterQuality": {
  87. "value": 50
  88. },
  89. "isFish": {},
  90. "isTropical": {}
  91. },
  92.  
  93. },
  94. "unlockable": {
  95. "number": 1,
  96. "availableLevel": 1,
  97. "category": "small",
  98. "unlockedAtStartOfRank":true
  99. },
  100. "sound": {
  101. "placeSound": "small_fish_place",
  102. "moveSound": "small_fish_move",
  103. "turnLeftSound": "small_fish_turn",
  104. "turnRightSound": "small_fish_turn"
  105. }
  106. },
  107.  
  108. {
  109. "id": "1_azure_demoiselle2",
  110. "tags": [
  111. "animal",
  112. "damsel"
  113. ],
  114. "perSpecNumbering": true,
  115. "hosting": {
  116. "hostedOn": [
  117. "tank"
  118. ]
  119. },
  120. "contained": {
  121. "advancedSpotMovement": {
  122. "speed": 0.006,
  123. "behaviours": {
  124. "flickMove": 50,
  125. "swim": 50
  126. },
  127. "flickMoveTurnMagnitude": 60.0,
  128. "swimLength": 60,
  129. "slowDownPeriod": 15.0,
  130. "speedingUpPeriod": 15.0,
  131. "pauseLength": 40,
  132. "flickMoveDistance": 0.1,
  133. "turnFrames": 60,
  134. "iterations": 1
  135. },
  136. "shoalSize": 1
  137. },
  138. "bar":{},"fbx": {
  139. "name": "1_azure_demoiselle",
  140. "scale": 0.3,
  141. "guiScale": 1.0,
  142. "guiOffset": {
  143. "x": 18.0,
  144. "y": -5.0
  145. },
  146. "guiRotation": {
  147. "x": 30.0,
  148. "y": 125.0,
  149. "z": 325.0
  150. },
  151. "defaultAnimation": "mill",
  152. "animationsById": {
  153. "move": {
  154. "name": "swim"
  155. },
  156. "static": {
  157. "name": "mill"
  158. },
  159. "dart": {
  160. "name": "dart"
  161. },
  162. "feed": {
  163. "name": "feed"
  164. },
  165. "turnLeft": {
  166. "name": "turnleft"
  167. },
  168. "turnRight": {
  169. "name": "turnright"
  170. }
  171. },
  172. "baseHue": 0.55
  173. },
  174. "animal": {
  175. "stages": [
  176. {
  177. "stageName": "adult",
  178. "size": 4
  179. }
  180. ],
  181. "stats": {
  182. "ecology": {},
  183.  
  184. "eats": {
  185. "item": "greenPellet"
  186. },
  187. "waterQuality": {
  188. "value": 60
  189. },
  190. "isFish": {},
  191. "isTropical": {}
  192. }
  193. },
  194. "sound": {
  195. "placeSound": "small_fish_place",
  196. "moveSound": "small_fish_move",
  197. "turnLeftSound": "small_fish_turn",
  198. "turnRightSound": "small_fish_turn"
  199. }
  200. },
  201. ]
  202. }
Advertisement
Add Comment
Please, Sign In to add comment