PGRData/Resources/Client/Graphic/Mirror.json

42 lines
794 B
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Level": 0,
"DisplayName": "Close",
"Enable": 0,
"Blur": null,
"TextureSize": null,
2022-12-25 10:46:20 +00:00
"Layers": [],
2022-12-20 07:23:11 +00:00
"BlurIteration": null,
"BlurLerp": null
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Level": 1,
"DisplayName": "Low",
"Enable": 1,
"Blur": 1.0,
"TextureSize": 128.0,
2022-12-25 10:46:20 +00:00
"Layers": [
0.0,
8.0,
9.0,
10.0
],
2022-12-20 07:23:11 +00:00
"BlurIteration": 1.0,
"BlurLerp": 1.0
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Level": 2,
"DisplayName": "High",
"Enable": 2,
"Blur": 1.0,
"TextureSize": 256.0,
2022-12-25 10:46:20 +00:00
"Layers": [
0.0,
8.0,
9.0,
10.0
],
2022-12-20 07:23:11 +00:00
"BlurIteration": 3.0,
"BlurLerp": 0.5
2022-12-19 17:21:16 +00:00
}
]