28 lines
417 B
JSON
28 lines
417 B
JSON
{
|
|
"id": "freddy",
|
|
"displayName": "Freddy Fazbear",
|
|
|
|
"inRoom": 9,
|
|
"restRoom": 9,
|
|
|
|
"color": "#FF5733",
|
|
|
|
"movement": {
|
|
"type": "SEQUENTIAL",
|
|
"path": [9],
|
|
"moveIntervalSeconds": 30,
|
|
"aiSpeedMultiplier": true
|
|
},
|
|
|
|
"attackType": {
|
|
"kind": "LIGHT",
|
|
"lightLevel": 3
|
|
},
|
|
|
|
"jumpscare": {
|
|
"sprite": "freddy_jumpscare",
|
|
"sound": "freddy_scream",
|
|
"durationSeconds": 2.5
|
|
}
|
|
}
|