Quest and script fixes for quest
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
"__data_type": "ARE ",
|
||||
"ChanceLightning": {
|
||||
"type": "int",
|
||||
"value": 1
|
||||
"value": 0
|
||||
},
|
||||
"ChanceRain": {
|
||||
"type": "int",
|
||||
"value": 5
|
||||
"value": 0
|
||||
},
|
||||
"ChanceSnow": {
|
||||
"type": "int",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"FogClipDist": {
|
||||
"type": "float",
|
||||
"value": 100.0
|
||||
"value": 444.0
|
||||
},
|
||||
"Height": {
|
||||
"type": "int",
|
||||
@@ -50,7 +50,7 @@
|
||||
},
|
||||
"LightingScheme": {
|
||||
"type": "byte",
|
||||
"value": 10
|
||||
"value": 7
|
||||
},
|
||||
"LoadScreenID": {
|
||||
"type": "word",
|
||||
@@ -70,15 +70,15 @@
|
||||
},
|
||||
"MoonDiffuseColor": {
|
||||
"type": "dword",
|
||||
"value": 2631720
|
||||
"value": 8421504
|
||||
},
|
||||
"MoonFogAmount": {
|
||||
"type": "byte",
|
||||
"value": 3
|
||||
"value": 45
|
||||
},
|
||||
"MoonFogColor": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
"value": 2697513
|
||||
},
|
||||
"MoonShadows": {
|
||||
"type": "byte",
|
||||
@@ -120,27 +120,27 @@
|
||||
},
|
||||
"ShadowOpacity": {
|
||||
"type": "byte",
|
||||
"value": 30
|
||||
"value": 20
|
||||
},
|
||||
"SkyBox": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 66
|
||||
},
|
||||
"SunAmbientColor": {
|
||||
"type": "dword",
|
||||
"value": 3947580
|
||||
"value": 8421504
|
||||
},
|
||||
"SunDiffuseColor": {
|
||||
"type": "dword",
|
||||
"value": 7895160
|
||||
"value": 11974326
|
||||
},
|
||||
"SunFogAmount": {
|
||||
"type": "byte",
|
||||
"value": 3
|
||||
"value": 25
|
||||
},
|
||||
"SunFogColor": {
|
||||
"type": "dword",
|
||||
"value": 3947580
|
||||
"value": 8421504
|
||||
},
|
||||
"SunShadows": {
|
||||
"type": "byte",
|
||||
@@ -6783,7 +6783,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 6
|
||||
"value": 7
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
@@ -6791,6 +6791,6 @@
|
||||
},
|
||||
"WindPower": {
|
||||
"type": "int",
|
||||
"value": 2
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user