toy_freddy basic movement and camera adjust to the animatronics on it
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"id": "freddy",
|
||||
"displayName": "Freddy Fazbear",
|
||||
"id": "toy_freddy",
|
||||
"displayName": "Freddy Fazbear (Toy)",
|
||||
|
||||
"inRoom": 9,
|
||||
"restRoom": 9,
|
||||
@@ -9,14 +9,14 @@
|
||||
|
||||
"movement": {
|
||||
"type": "SEQUENTIAL",
|
||||
"path": [9],
|
||||
"moveIntervalSeconds": 30,
|
||||
"path": [9, 10, -2, -3],
|
||||
"moveIntervalSeconds": 12,
|
||||
"aiSpeedMultiplier": true
|
||||
},
|
||||
|
||||
"attackType": {
|
||||
"kind": "LIGHT",
|
||||
"lightLevel": 3
|
||||
"kind": "IN_OFFICE",
|
||||
"officeSprite": 3
|
||||
},
|
||||
|
||||
"jumpscare": {
|
||||
Reference in New Issue
Block a user