Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Error] Patch 1 (target: game:entities/land/bear.json) in feverstonewilds:patches/entities/vanillaEntities.json failed because supplied path /server/behaviors/9/aitasks/3/entityCodes/0 is invalid: The json path /server/behaviors/9/aitasks/3/entityCodes/0 was not found. Could traverse until /server/behaviors/9/aitasks/3, but then 'entityCodes' does not exist. Full json at this path: {
- "code": "seekentity",
- "__comment": "Empty entity codes list means it will not actively seek creatures, but will still execute retaliatory attacks",
- "entityCodesByType": {
- "*-panda": [],
- "*-sun": [],
- "*": [
- "player",
- "chicken-*",
- "hare-*",
- "fox-*",
- "raccoon-*",
- "pig-*",
- "sheep-*",
- "caninae-canina-*",
- "cervidae-*",
- "pantherinae-*"
- ]
- },
- "priority": 1.6,
- "extraTargetDistance": 0.5,
- "seekingRange": 20,
- "belowTempSeekingRange": 25,
- "belowTempThreshold": -10,
- "animation": "Run",
- "sound": "creature/bear/aggro",
- "whenNotInEmotionState": "saturated",
- "animationSpeedByType": {
- "*-sun": 2.3,
- "*-panda": 1.9,
- "*-polar": 1.8,
- "*-brown": 2,
- "*-black": 2
- },
- "movespeedByType": {
- "*-sun": 0.025,
- "*-panda": 0.025,
- "*-black": 0.04,
- "*-brown": 0.055,
- "*-polar": 0.06
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement