-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollectable_types.json
More file actions
58 lines (58 loc) · 1.49 KB
/
collectable_types.json
File metadata and controls
58 lines (58 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"id": "co_giftbox",
"name": "localised_strings.collectable_crayfish_name",
"description": "The winter 09 collectable"
},
{
"id": "co_parrot_01",
"name": "localised_strings.collectable_parrot_name_01_plural",
"description": "The parrot 01 collectable"
},
{
"id": "co_parrot_02",
"name": "localised_strings.collectable_parrot_name_02_plural",
"description": "The parrot 02 collectable"
},
{
"id": "co_potoo_01",
"name": "localised_strings.collectables_default",
"description": "The potoo 01 collectable"
},
{
"id": "co_potoo_02",
"name": "localised_strings.collectables_default",
"description": "The potoo 012collectable"
},
{
"id": "default",
"name": "localised_strings.collectables_default",
"description": "The default fallguys collectable"
},
{
"id": "oriole",
"name": "localised_strings.collectable_oriole_name_plural",
"description": "The collectable for the Oriole event"
},
{
"id": "pelican",
"name": "localised_strings.collectable_pelican_name_plural",
"description": "The collectable for the Pelican event"
},
{
"id": "placeholder_capsule",
"description": "Placeholder capsule collectable"
},
{
"id": "placeholder_cube",
"description": "Placeholder cube collectable"
},
{
"id": "placeholder_cylinder",
"description": "Placeholder cylinder collectable"
},
{
"id": "placeholder_sphere",
"description": "Placeholder sphere collectable"
}
]