From 279ecd20317840367f5c12614aaef243d13f2d37 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Tue, 10 Dec 2024 23:27:46 +0100 Subject: [PATCH] Rework into 'properties' sub-object --- .../rct2.peep_animations.entertainer_astronaut.json | 7 +++++-- .../rct2.peep_animations.entertainer_bandit.json | 7 +++++-- .../rct2.peep_animations.entertainer_elephant.json | 7 +++++-- .../rct2.peep_animations.entertainer_gorilla.json | 7 +++++-- .../rct2.peep_animations.entertainer_knight.json | 7 +++++-- .../rct2.peep_animations.entertainer_panda.json | 7 +++++-- .../rct2.peep_animations.entertainer_pirate.json | 7 +++++-- .../rct2.peep_animations.entertainer_roman.json | 7 +++++-- .../rct2.peep_animations.entertainer_sheriff.json | 7 +++++-- .../rct2.peep_animations.entertainer_snowman.json | 7 +++++-- .../rct2.peep_animations.entertainer_tiger.json | 7 +++++-- .../rct2/peep_animations/rct2.peep_animations.guest.json | 7 +++++-- .../peep_animations/rct2.peep_animations.handyman.json | 7 +++++-- .../peep_animations/rct2.peep_animations.mechanic.json | 7 +++++-- .../peep_animations/rct2.peep_animations.security.json | 7 +++++-- 15 files changed, 75 insertions(+), 30 deletions(-) diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_astronaut.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_astronaut.json index 550ec01ff9..ca6fdd2235 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_astronaut.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_astronaut.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": true, + "properties": { + "peepType": "entertainer", + "isSlowWalking": true, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Astronaut costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_bandit.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_bandit.json index cf48bd8ff7..a67b5b1bb2 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_bandit.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_bandit.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Bandit costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_elephant.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_elephant.json index 352dad7ad9..6c662a7352 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_elephant.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_elephant.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Elephant costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_gorilla.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_gorilla.json index 7c744b41f8..2f316b6fbd 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_gorilla.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_gorilla.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Gorilla costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_knight.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_knight.json index acbb685382..f46a5db1e5 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_knight.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_knight.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Knight costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_panda.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_panda.json index 50677c4982..5d8f419cf3 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_panda.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_panda.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Panda costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_pirate.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_pirate.json index a58e8846c6..98325a5051 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_pirate.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_pirate.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Pirate costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_roman.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_roman.json index c5550d9194..f411bd6224 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_roman.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_roman.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Roman costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_sheriff.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_sheriff.json index 33b635aaec..fa6b4f8839 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_sheriff.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_sheriff.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Sheriff costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_snowman.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_snowman.json index 05b41a7483..6efa62bed1 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_snowman.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_snowman.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Snowman costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_tiger.json b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_tiger.json index 4705d467c9..546a09d77d 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.entertainer_tiger.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.entertainer_tiger.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "entertainer", - "isSlowWalking": false, + "properties": { + "peepType": "entertainer", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "Tiger costume", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.guest.json b/objects/rct2/peep_animations/rct2.peep_animations.guest.json index fc01dab632..f528fc209e 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.guest.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.guest.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "guest", - "isSlowWalking": false, + "properties": { + "peepType": "guest", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "زائر", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.handyman.json b/objects/rct2/peep_animations/rct2.peep_animations.handyman.json index c4ab76de97..12895d2107 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.handyman.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.handyman.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "handyman", - "isSlowWalking": false, + "properties": { + "peepType": "handyman", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "رجل مساعد", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.mechanic.json b/objects/rct2/peep_animations/rct2.peep_animations.mechanic.json index ef75c4cd1a..ff0198956b 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.mechanic.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.mechanic.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "mechanic", - "isSlowWalking": false, + "properties": { + "peepType": "mechanic", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "ميكانيكي", diff --git a/objects/rct2/peep_animations/rct2.peep_animations.security.json b/objects/rct2/peep_animations/rct2.peep_animations.security.json index aed0a7cacd..b4d429f463 100644 --- a/objects/rct2/peep_animations/rct2.peep_animations.security.json +++ b/objects/rct2/peep_animations/rct2.peep_animations.security.json @@ -9,8 +9,11 @@ "rct2" ], "objectType": "peep_animations", - "peepType": "security", - "isSlowWalking": false, + "properties": { + "peepType": "security", + "isSlowWalking": false, + "noRandomPlacement": false + }, "strings": { "name": { "ar-EG": "رجل الأمن",