toy_freddy basic movement and camera adjust to the animatronics on it

This commit is contained in:
2026-04-01 15:09:34 -03:00
parent f40831c3c2
commit 8e85745222
31 changed files with 674 additions and 80 deletions

View File

@@ -0,0 +1,27 @@
{
"id": "toy_freddy",
"displayName": "Freddy Fazbear (Toy)",
"inRoom": 9,
"restRoom": 9,
"color": "#FF5733",
"movement": {
"type": "SEQUENTIAL",
"path": [9, 10, -2, -3],
"moveIntervalSeconds": 12,
"aiSpeedMultiplier": true
},
"attackType": {
"kind": "IN_OFFICE",
"officeSprite": 3
},
"jumpscare": {
"sprite": "freddy_jumpscare",
"sound": "freddy_scream",
"durationSeconds": 2.5
}
}