forked from rojo-rbx/rojo
583 lines
8.7 KiB
JSON
583 lines
8.7 KiB
JSON
{
|
|
"Attributes": {
|
|
"value": {
|
|
"Attributes": {
|
|
"TestBool": {
|
|
"Bool": true
|
|
},
|
|
"TestBrickColor": {
|
|
"BrickColor": 24
|
|
},
|
|
"TestColor3": {
|
|
"Color3": [
|
|
1.0,
|
|
0.5,
|
|
0.0
|
|
]
|
|
},
|
|
"TestEnumItem": {
|
|
"EnumItem": {
|
|
"type": "Material",
|
|
"value": 256
|
|
}
|
|
},
|
|
"TestNumber": {
|
|
"Float64": 1337.0
|
|
},
|
|
"TestRect": {
|
|
"Rect": [
|
|
[
|
|
1.0,
|
|
2.0
|
|
],
|
|
[
|
|
3.0,
|
|
4.0
|
|
]
|
|
]
|
|
},
|
|
"TestString": {
|
|
"String": "Test"
|
|
},
|
|
"TestUDim": {
|
|
"UDim": [
|
|
1.0,
|
|
2
|
|
]
|
|
},
|
|
"TestUDim2": {
|
|
"UDim2": [
|
|
[
|
|
1.0,
|
|
2
|
|
],
|
|
[
|
|
3.0,
|
|
4
|
|
]
|
|
]
|
|
},
|
|
"TestVector2": {
|
|
"Vector2": [
|
|
1.0,
|
|
2.0
|
|
]
|
|
},
|
|
"TestVector3": {
|
|
"Vector3": [
|
|
1.0,
|
|
2.0,
|
|
3.0
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"ty": "Attributes"
|
|
},
|
|
"Axes": {
|
|
"value": {
|
|
"Axes": [
|
|
"X",
|
|
"Y",
|
|
"Z"
|
|
]
|
|
},
|
|
"ty": "Axes"
|
|
},
|
|
"BinaryString": {
|
|
"value": {
|
|
"BinaryString": "SGVsbG8h"
|
|
},
|
|
"ty": "BinaryString"
|
|
},
|
|
"Bool": {
|
|
"value": {
|
|
"Bool": true
|
|
},
|
|
"ty": "Bool"
|
|
},
|
|
"BrickColor": {
|
|
"value": {
|
|
"BrickColor": 1004
|
|
},
|
|
"ty": "BrickColor"
|
|
},
|
|
"CFrame": {
|
|
"value": {
|
|
"CFrame": {
|
|
"position": [
|
|
1.0,
|
|
2.0,
|
|
3.0
|
|
],
|
|
"orientation": [
|
|
[
|
|
4.0,
|
|
5.0,
|
|
6.0
|
|
],
|
|
[
|
|
7.0,
|
|
8.0,
|
|
9.0
|
|
],
|
|
[
|
|
10.0,
|
|
11.0,
|
|
12.0
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"ty": "CFrame"
|
|
},
|
|
"Color3": {
|
|
"value": {
|
|
"Color3": [
|
|
1.0,
|
|
2.0,
|
|
3.0
|
|
]
|
|
},
|
|
"ty": "Color3"
|
|
},
|
|
"Color3uint8": {
|
|
"value": {
|
|
"Color3uint8": [
|
|
0,
|
|
128,
|
|
255
|
|
]
|
|
},
|
|
"ty": "Color3uint8"
|
|
},
|
|
"ColorSequence": {
|
|
"value": {
|
|
"ColorSequence": {
|
|
"keypoints": [
|
|
{
|
|
"time": 0.0,
|
|
"color": [
|
|
1.0,
|
|
1.0,
|
|
0.5
|
|
]
|
|
},
|
|
{
|
|
"time": 1.0,
|
|
"color": [
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"ty": "ColorSequence"
|
|
},
|
|
"ContentId": {
|
|
"value": {
|
|
"ContentId": "rbxassetid://12345"
|
|
},
|
|
"ty": "ContentId"
|
|
},
|
|
"Content_None": {
|
|
"value": {
|
|
"Content": "None"
|
|
},
|
|
"ty": "Content"
|
|
},
|
|
"Content_Uri": {
|
|
"value": {
|
|
"Content": {
|
|
"Uri": "rbxasset://abc/123.rojo"
|
|
}
|
|
},
|
|
"ty": "Content"
|
|
},
|
|
"Enum": {
|
|
"value": {
|
|
"Enum": 1234
|
|
},
|
|
"ty": "Enum"
|
|
},
|
|
"EnumItem": {
|
|
"value": {
|
|
"EnumItem": {
|
|
"type": "Material",
|
|
"value": 256
|
|
}
|
|
},
|
|
"ty": "EnumItem"
|
|
},
|
|
"Faces": {
|
|
"value": {
|
|
"Faces": [
|
|
"Right",
|
|
"Top",
|
|
"Back",
|
|
"Left",
|
|
"Bottom",
|
|
"Front"
|
|
]
|
|
},
|
|
"ty": "Faces"
|
|
},
|
|
"Float32": {
|
|
"value": {
|
|
"Float32": 15.0
|
|
},
|
|
"ty": "Float32"
|
|
},
|
|
"Float64": {
|
|
"value": {
|
|
"Float64": 15123.0
|
|
},
|
|
"ty": "Float64"
|
|
},
|
|
"Font": {
|
|
"value": {
|
|
"Font": {
|
|
"family": "rbxasset://fonts/families/SourceSansPro.json",
|
|
"weight": "Regular",
|
|
"style": "Normal",
|
|
"cachedFaceId": null
|
|
}
|
|
},
|
|
"ty": "Font"
|
|
},
|
|
"Int32": {
|
|
"value": {
|
|
"Int32": 6014
|
|
},
|
|
"ty": "Int32"
|
|
},
|
|
"Int64": {
|
|
"value": {
|
|
"Int64": 23491023
|
|
},
|
|
"ty": "Int64"
|
|
},
|
|
"MaterialColors": {
|
|
"value": {
|
|
"MaterialColors": {
|
|
"Grass": [
|
|
106,
|
|
127,
|
|
63
|
|
],
|
|
"Slate": [
|
|
63,
|
|
127,
|
|
107
|
|
],
|
|
"Concrete": [
|
|
127,
|
|
102,
|
|
63
|
|
],
|
|
"Brick": [
|
|
138,
|
|
86,
|
|
62
|
|
],
|
|
"Sand": [
|
|
143,
|
|
126,
|
|
95
|
|
],
|
|
"WoodPlanks": [
|
|
139,
|
|
109,
|
|
79
|
|
],
|
|
"Rock": [
|
|
102,
|
|
108,
|
|
111
|
|
],
|
|
"Glacier": [
|
|
101,
|
|
176,
|
|
234
|
|
],
|
|
"Snow": [
|
|
195,
|
|
199,
|
|
218
|
|
],
|
|
"Sandstone": [
|
|
137,
|
|
90,
|
|
71
|
|
],
|
|
"Mud": [
|
|
58,
|
|
46,
|
|
36
|
|
],
|
|
"Basalt": [
|
|
30,
|
|
30,
|
|
37
|
|
],
|
|
"Ground": [
|
|
102,
|
|
92,
|
|
59
|
|
],
|
|
"CrackedLava": [
|
|
232,
|
|
156,
|
|
74
|
|
],
|
|
"Asphalt": [
|
|
115,
|
|
123,
|
|
107
|
|
],
|
|
"Cobblestone": [
|
|
132,
|
|
123,
|
|
90
|
|
],
|
|
"Ice": [
|
|
129,
|
|
194,
|
|
224
|
|
],
|
|
"LeafyGrass": [
|
|
115,
|
|
132,
|
|
74
|
|
],
|
|
"Salt": [
|
|
198,
|
|
189,
|
|
181
|
|
],
|
|
"Limestone": [
|
|
206,
|
|
173,
|
|
148
|
|
],
|
|
"Pavement": [
|
|
148,
|
|
148,
|
|
140
|
|
]
|
|
}
|
|
},
|
|
"ty": "MaterialColors"
|
|
},
|
|
"NumberRange": {
|
|
"value": {
|
|
"NumberRange": [
|
|
-36.0,
|
|
94.0
|
|
]
|
|
},
|
|
"ty": "NumberRange"
|
|
},
|
|
"NumberSequence": {
|
|
"value": {
|
|
"NumberSequence": {
|
|
"keypoints": [
|
|
{
|
|
"time": 0.0,
|
|
"value": 5.0,
|
|
"envelope": 2.0
|
|
},
|
|
{
|
|
"time": 1.0,
|
|
"value": 22.0,
|
|
"envelope": 0.0
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"ty": "NumberSequence"
|
|
},
|
|
"OptionalCFrame-None": {
|
|
"value": {
|
|
"OptionalCFrame": null
|
|
},
|
|
"ty": "OptionalCFrame"
|
|
},
|
|
"OptionalCFrame-Some": {
|
|
"value": {
|
|
"OptionalCFrame": {
|
|
"position": [
|
|
0.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
"orientation": [
|
|
[
|
|
1.0,
|
|
0.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.0,
|
|
1.0,
|
|
0.0
|
|
],
|
|
[
|
|
0.0,
|
|
0.0,
|
|
1.0
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"ty": "OptionalCFrame"
|
|
},
|
|
"PhysicalProperties-Custom": {
|
|
"value": {
|
|
"PhysicalProperties": {
|
|
"density": 0.5,
|
|
"friction": 1.0,
|
|
"elasticity": 0.0,
|
|
"frictionWeight": 50.0,
|
|
"elasticityWeight": 25.0,
|
|
"acousticAbsorption": 0.15625
|
|
}
|
|
},
|
|
"ty": "PhysicalProperties"
|
|
},
|
|
"PhysicalProperties-Default": {
|
|
"value": {
|
|
"PhysicalProperties": "Default"
|
|
},
|
|
"ty": "PhysicalProperties"
|
|
},
|
|
"Ray": {
|
|
"value": {
|
|
"Ray": {
|
|
"origin": [
|
|
1.0,
|
|
2.0,
|
|
3.0
|
|
],
|
|
"direction": [
|
|
4.0,
|
|
5.0,
|
|
6.0
|
|
]
|
|
}
|
|
},
|
|
"ty": "Ray"
|
|
},
|
|
"Rect": {
|
|
"value": {
|
|
"Rect": [
|
|
[
|
|
0.0,
|
|
5.0
|
|
],
|
|
[
|
|
10.0,
|
|
15.0
|
|
]
|
|
]
|
|
},
|
|
"ty": "Rect"
|
|
},
|
|
"Region3int16": {
|
|
"value": {
|
|
"Region3int16": [
|
|
[
|
|
-10,
|
|
-5,
|
|
0
|
|
],
|
|
[
|
|
5,
|
|
10,
|
|
15
|
|
]
|
|
]
|
|
},
|
|
"ty": "Region3int16"
|
|
},
|
|
"String": {
|
|
"value": {
|
|
"String": "Hello, world!"
|
|
},
|
|
"ty": "String"
|
|
},
|
|
"Tags": {
|
|
"value": {
|
|
"Tags": [
|
|
"foo",
|
|
"con'fusion?!",
|
|
"bar"
|
|
]
|
|
},
|
|
"ty": "Tags"
|
|
},
|
|
"UDim": {
|
|
"value": {
|
|
"UDim": [
|
|
1.0,
|
|
32
|
|
]
|
|
},
|
|
"ty": "UDim"
|
|
},
|
|
"UDim2": {
|
|
"value": {
|
|
"UDim2": [
|
|
[
|
|
-1.0,
|
|
100
|
|
],
|
|
[
|
|
1.0,
|
|
-100
|
|
]
|
|
]
|
|
},
|
|
"ty": "UDim2"
|
|
},
|
|
"Vector2": {
|
|
"value": {
|
|
"Vector2": [
|
|
-50.0,
|
|
50.0
|
|
]
|
|
},
|
|
"ty": "Vector2"
|
|
},
|
|
"Vector2int16": {
|
|
"value": {
|
|
"Vector2int16": [
|
|
-300,
|
|
300
|
|
]
|
|
},
|
|
"ty": "Vector2int16"
|
|
},
|
|
"Vector3": {
|
|
"value": {
|
|
"Vector3": [
|
|
-300.0,
|
|
0.0,
|
|
1500.0
|
|
]
|
|
},
|
|
"ty": "Vector3"
|
|
},
|
|
"Vector3int16": {
|
|
"value": {
|
|
"Vector3int16": [
|
|
60,
|
|
37,
|
|
-450
|
|
]
|
|
},
|
|
"ty": "Vector3int16"
|
|
}
|
|
} |