Skip to content

Commit

Permalink
Add initial versions of peep animation objects
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen committed Nov 21, 2024
1 parent ddeaab1 commit c05ddc0
Show file tree
Hide file tree
Showing 15 changed files with 6,015 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
{
"id": "rct2.peep_animations.entertainer_astronaut",
"authors": [
"Chris Sawyer",
"Simon Foster"
],
"version": "1.0",
"sourceGame": [
"rct2"
],
"objectType": "peep_animations",
"strings": {
"name": {
"es-ES": "Disfraz de astronauta",
"nl-NL": "Astronautenpak",
"pl-PL": "Kostium astronauty",
"en-GB": "Astronaut costume",
"it-IT": "Costume da astronauta",
"vi-VN": "Astronaut costume",
"ja-JP": "宇宙飛行士のコスチューム",
"nb-NO": "Astronaut-kostyme",
"fr-FR": "Costume d’astronaute",
"cs-CZ": "Skafandr",
"de-DE": "Astronautenkostüm",
"ko-KR": "우주비행사 복장",
"ar-EG": "Astronaut costume",
"zh-TW": "太空人服裝",
"sv-SE": "Astronautdräkt",
"zh-CN": "宇航员服装",
"fi-FI": "Astronauttipuku",
"uk-UA": "Костюм астронавта",
"hu-HU": "Űrhajós jelmez",
"pt-BR": "Fantasia de astronauta",
"gl-ES": "Traxe de astronauta",
"da-DK": "Astronaut kostume",
"tr-TR": "Astronot kıyafeti",
"ru-RU": "Костюм космонавта",
"eo-ZZ": "Astronaŭtokostumo",
"ca-ES": "Disfressa d’astronauta"
}
},
"images": [
"$G1[13765..13765] // EntertainerAstronaut.WatchRide",
"$G1[13769..13774] // EntertainerAstronaut.None",
"$G1[13793..13805] // EntertainerAstronaut.Drowning",
"$G1[13845..13856] // EntertainerAstronaut.Hanging",
"$G1[13857..13866] // EntertainerAstronaut.EatFood"
],
"animationGroups": {
"debugName": "EntertainerAstronaut",
"animations": {
"None": {
"offset": 1,
"sequence": [
0,
1,
2,
3,
4,
5
]
},
"WatchRide": {
"offset": 0,
"sequence": [
0
]
},
"EatFood": {
"offset": 32,
"sequence": [
0,
1,
2,
3,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
7,
8,
9,
0
]
},
"Hanging": {
"offset": 20,
"sequence": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11
]
},
"Drowning": {
"offset": 7,
"sequence": [
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
0,
1,
2,
3,
2,
1,
4,
5,
6,
7,
8,
9,
10,
11,
12
]
},
"Joy": {
"offset": 32,
"sequence": [
0,
1,
2,
3,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
7,
8,
9,
0
]
},
"Wave2": {
"offset": 32,
"sequence": [
0,
1,
2,
3,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
7,
8,
9,
0
]
}
}
}
}
Loading

0 comments on commit c05ddc0

Please sign in to comment.