31 lines
528 B
JSON
31 lines
528 B
JSON
{
|
|
"id": "toy_freddy",
|
|
"displayName": "Freddy Fazbear (Toy)",
|
|
|
|
"inRoom": "cam9",
|
|
"restRoom": "cam9",
|
|
|
|
"color": "#FF5733",
|
|
|
|
"movement": {
|
|
"type": "SEQUENTIAL",
|
|
"path": [
|
|
{ "room": "hallway", "state": 0 },
|
|
{ "room": "hallway", "state": 1 }
|
|
],
|
|
"moveIntervalSeconds": 12,
|
|
"aiSpeedMultiplier": true
|
|
},
|
|
|
|
"attackType": {
|
|
"kind": "IN_OFFICE",
|
|
"officeSprite": 3
|
|
},
|
|
|
|
"jumpscare": {
|
|
"sprite": "freddy_jumpscare",
|
|
"sound": "freddy_scream",
|
|
"durationSeconds": 2.5
|
|
}
|
|
}
|