Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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: [
- {
- "code": "repulseagents"
- },
- {
- "code": "controlledphysics",
- "stepHeight": 1.005
- },
- {
- "code": "despawn",
- "minPlayerDistance": 8,
- "belowLightLevel": 8,
- "minSeconds": 300
- },
- {
- "code": "health",
- "currenthealth": 2.8,
- "maxhealth": 2.8
- },
- {
- "code": "deaddecay",
- "hoursToDecay": 96,
- "decayedBlock": "carcass-tiny"
- },
- {
- "code": "floatupwhenstuck",
- "onlyWhenDead": true
- },
- {
- "code": "harvestable",
- "drops": [
- {
- "type": "item",
- "code": "fish-raw",
- "quantity": {
- "avg": 0,
- "var": 0
- }
- }
- ]
- },
- {
- "code": "emotionstates",
- "states": [
- {
- "code": "fleeondamage",
- "duration": 60,
- "chance": 1,
- "slot": 2,
- "priority": 5,
- "accumType": "max",
- "whenHealthRelBelow": 1.65
- },
- {
- "code": "saturated",
- "duration": 1200,
- "chance": 1,
- "slot": 0,
- "priority": 1,
- "accumType": "sum"
- },
- {
- "code": "aggressiveondamage",
- "duration": 30,
- "chance": 1,
- "slot": 2,
- "priority": 2,
- "accumType": "noaccum"
- },
- {
- "code": "alarmherdondamage",
- "chance": 1,
- "slot": 1,
- "priority": 1,
- "accumType": "max"
- }
- ]
- },
- {
- "code": "grow",
- "hoursToGrow": 72,
- "adultEntityCodes": [
- "thecritterpack:crab-both"
- ]
- },
- {
- "code": "taskai",
- "aitasks": [
- {
- "code": "fleeentity",
- "entityCodes": [
- "player",
- "fox-*",
- "hyena-male",
- "hyena-female",
- "chicken-rooster",
- "chicken-hen"
- ],
- "priority": 2.65,
- "movespeed": 0.023,
- "animationSpeed": 2.1,
- "seekingRange": 8,
- "animation": "Walk",
- "whenNotInEmotionState": "fleeondamage"
- },
- {
- "code": "idle",
- "priority": 1.88,
- "minduration": 10000,
- "maxduration": 1200000,
- "mincooldown": 10000,
- "maxcooldown": 80000,
- "priorityForCancel": 1.98,
- "animation": "Sleep",
- "animationSpeed": 0.5,
- "whenNotInEmotionState": "aggressiveondamage",
- "duringDayTimeFrames": [
- {
- "fromHour": 16,
- "toHour": 4
- },
- {
- "fromHour": 15,
- "toHour": 6
- }
- ],
- "stopOnNearbyEntityCodes": [
- "player",
- "fox-*",
- "hyena-male",
- "hyena-female",
- "chicken-rooster",
- "chicken-hen"
- ],
- "stopRange": 3,
- "stopOnHurt": true
- },
- {
- "code": "idle",
- "priority": 1.3,
- "priorityForCancel": 1.35,
- "minduration": 2500,
- "maxduration": 2500,
- "mincooldown": 10000,
- "maxcooldown": 50000,
- "animation": "Guard",
- "animationSpeed": 0.8,
- "stopOnNearbyEntityCodes": [
- "player",
- "fox-*",
- "hyena-male",
- "hyena-female",
- "chicken-rooster",
- "chicken-hen"
- ],
- "stopRange": 5
- },
- {
- "code": "idle",
- "priority": 1.1,
- "minduration": 1000,
- "maxduration": 3000,
- "mincooldown": 2000,
- "maxcooldown": 30000,
- "animation": "Idle",
- "stopOnNearbyEntityCodes": [
- "player",
- "fox-*",
- "hyena-male",
- "hyena-female",
- "chicken-rooster",
- "chicken-hen"
- ],
- "stopRange": 5
- },
- {
- "code": "wander",
- "priority": 1.0,
- "priorityForCancel": 1.35,
- "movespeed": 0.01,
- "animationSpeed": 1.7,
- "animation": "Walk",
- "stopOnNearbyEntityCodes": [
- "player",
- "fox-*",
- "hyena-male",
- "hyena-female",
- "chicken-rooster",
- "chicken-hen"
- ],
- "stopRange": 5
- },
- {
- "code": "lookaround",
- "priority": 0.5,
- "animation": "Look",
- "stopOnNearbyEntityCodes": [
- "player",
- "fox-*",
- "hyena-male",
- "hyena-female",
- "chicken-rooster",
- "chicken-hen"
- ],
- "stopRange": 5
- },
- {
- "code": "seekentity",
- "entityCodes": [
- "snail",
- "grub"
- ],
- "priority": 1.36,
- "priorityForCancel": 1.37,
- "movespeed": 0.002,
- "animationSpeed": 3,
- "seekingRange": 2,
- "animation": "Walk",
- "whenNotInEmotionState": "saturated"
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement