28 lines
445 B
JSON
28 lines
445 B
JSON
{
|
|
"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
|
|
}
|
|
}
|