Advertisement
Guest User

Untitled

a guest
May 15th, 2024
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. 15.5.2024 06:44:28 [Error] Patch 1 (target: thecritterpack:entities/land/crab/crab-baby.json) in entitiesinteract:patches/thecritterspackage_crabs_ducks_mouse_squirrel.json failed because supplied path /server/behaviors/10/aitasks/0/entityCodes is invalid: The json path /server/behaviors/10/aitasks/0/entityCodes was not found. Could traverse until /server/behaviors, but then '10' does not exist. Full json at this path: [
  2. {
  3. "code": "repulseagents"
  4. },
  5. {
  6. "code": "controlledphysics",
  7. "stepHeight": 1.005
  8. },
  9. {
  10. "code": "despawn",
  11. "minPlayerDistance": 8,
  12. "belowLightLevel": 8,
  13. "minSeconds": 300
  14. },
  15. {
  16. "code": "health",
  17. "currenthealth": 2.8,
  18. "maxhealth": 2.8
  19. },
  20. {
  21. "code": "deaddecay",
  22. "hoursToDecay": 96,
  23. "decayedBlock": "carcass-tiny"
  24. },
  25. {
  26. "code": "floatupwhenstuck",
  27. "onlyWhenDead": true
  28. },
  29. {
  30. "code": "harvestable",
  31. "drops": [
  32. {
  33. "type": "item",
  34. "code": "fish-raw",
  35. "quantity": {
  36. "avg": 0,
  37. "var": 0
  38. }
  39. }
  40. ]
  41. },
  42. {
  43. "code": "emotionstates",
  44. "states": [
  45. {
  46. "code": "fleeondamage",
  47. "duration": 60,
  48. "chance": 1,
  49. "slot": 2,
  50. "priority": 5,
  51. "accumType": "max",
  52. "whenHealthRelBelow": 1.65
  53. },
  54. {
  55. "code": "saturated",
  56. "duration": 1200,
  57. "chance": 1,
  58. "slot": 0,
  59. "priority": 1,
  60. "accumType": "sum"
  61. },
  62. {
  63. "code": "aggressiveondamage",
  64. "duration": 30,
  65. "chance": 1,
  66. "slot": 2,
  67. "priority": 2,
  68. "accumType": "noaccum"
  69. },
  70. {
  71. "code": "alarmherdondamage",
  72. "chance": 1,
  73. "slot": 1,
  74. "priority": 1,
  75. "accumType": "max"
  76. }
  77. ]
  78. },
  79. {
  80. "code": "grow",
  81. "hoursToGrow": 72,
  82. "adultEntityCodes": [
  83. "thecritterpack:crab-both"
  84. ]
  85. },
  86. {
  87. "code": "taskai",
  88. "aitasks": [
  89. {
  90. "code": "fleeentity",
  91. "entityCodes": [
  92. "player",
  93. "fox-*",
  94. "hyena-male",
  95. "hyena-female",
  96. "chicken-rooster",
  97. "chicken-hen"
  98. ],
  99. "priority": 2.65,
  100. "movespeed": 0.023,
  101. "animationSpeed": 2.1,
  102. "seekingRange": 8,
  103. "animation": "Walk",
  104. "whenNotInEmotionState": "fleeondamage"
  105. },
  106. {
  107. "code": "idle",
  108. "priority": 1.88,
  109. "minduration": 10000,
  110. "maxduration": 1200000,
  111. "mincooldown": 10000,
  112. "maxcooldown": 80000,
  113. "priorityForCancel": 1.98,
  114. "animation": "Sleep",
  115. "animationSpeed": 0.5,
  116. "whenNotInEmotionState": "aggressiveondamage",
  117. "duringDayTimeFrames": [
  118. {
  119. "fromHour": 16,
  120. "toHour": 4
  121. },
  122. {
  123. "fromHour": 15,
  124. "toHour": 6
  125. }
  126. ],
  127. "stopOnNearbyEntityCodes": [
  128. "player",
  129. "fox-*",
  130. "hyena-male",
  131. "hyena-female",
  132. "chicken-rooster",
  133. "chicken-hen"
  134. ],
  135. "stopRange": 3,
  136. "stopOnHurt": true
  137. },
  138. {
  139. "code": "idle",
  140. "priority": 1.3,
  141. "priorityForCancel": 1.35,
  142. "minduration": 2500,
  143. "maxduration": 2500,
  144. "mincooldown": 10000,
  145. "maxcooldown": 50000,
  146. "animation": "Guard",
  147. "animationSpeed": 0.8,
  148. "stopOnNearbyEntityCodes": [
  149. "player",
  150. "fox-*",
  151. "hyena-male",
  152. "hyena-female",
  153. "chicken-rooster",
  154. "chicken-hen"
  155. ],
  156. "stopRange": 5
  157. },
  158. {
  159. "code": "idle",
  160. "priority": 1.1,
  161. "minduration": 1000,
  162. "maxduration": 3000,
  163. "mincooldown": 2000,
  164. "maxcooldown": 30000,
  165. "animation": "Idle",
  166. "stopOnNearbyEntityCodes": [
  167. "player",
  168. "fox-*",
  169. "hyena-male",
  170. "hyena-female",
  171. "chicken-rooster",
  172. "chicken-hen"
  173. ],
  174. "stopRange": 5
  175. },
  176. {
  177. "code": "wander",
  178. "priority": 1.0,
  179. "priorityForCancel": 1.35,
  180. "movespeed": 0.01,
  181. "animationSpeed": 1.7,
  182. "animation": "Walk",
  183. "stopOnNearbyEntityCodes": [
  184. "player",
  185. "fox-*",
  186. "hyena-male",
  187. "hyena-female",
  188. "chicken-rooster",
  189. "chicken-hen"
  190. ],
  191. "stopRange": 5
  192. },
  193. {
  194. "code": "lookaround",
  195. "priority": 0.5,
  196. "animation": "Look",
  197. "stopOnNearbyEntityCodes": [
  198. "player",
  199. "fox-*",
  200. "hyena-male",
  201. "hyena-female",
  202. "chicken-rooster",
  203. "chicken-hen"
  204. ],
  205. "stopRange": 5
  206. },
  207. {
  208. "code": "seekentity",
  209. "entityCodes": [
  210. "snail",
  211. "grub"
  212. ],
  213. "priority": 1.36,
  214. "priorityForCancel": 1.37,
  215. "movespeed": 0.002,
  216. "animationSpeed": 3,
  217. "seekingRange": 2,
  218. "animation": "Walk",
  219. "whenNotInEmotionState": "saturated"
  220. }
  221. ]
  222. }
  223. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement