quest, convo, mob, and spawn fixes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"ChanceRain": {
|
||||
"type": "int",
|
||||
"value": 100
|
||||
"value": 0
|
||||
},
|
||||
"ChanceSnow": {
|
||||
"type": "int",
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"FogClipDist": {
|
||||
"type": "float",
|
||||
"value": 45.0
|
||||
"value": 222.0
|
||||
},
|
||||
"Height": {
|
||||
"type": "int",
|
||||
@@ -50,7 +50,7 @@
|
||||
},
|
||||
"LightingScheme": {
|
||||
"type": "byte",
|
||||
"value": 8
|
||||
"value": 0
|
||||
},
|
||||
"LoadScreenID": {
|
||||
"type": "word",
|
||||
@@ -70,19 +70,19 @@
|
||||
},
|
||||
"MoonDiffuseColor": {
|
||||
"type": "dword",
|
||||
"value": 8421504
|
||||
"value": 13132900
|
||||
},
|
||||
"MoonFogAmount": {
|
||||
"type": "byte",
|
||||
"value": 3
|
||||
"value": 0
|
||||
},
|
||||
"MoonFogColor": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
"value": 6566450
|
||||
},
|
||||
"MoonShadows": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"Name": {
|
||||
"type": "cexolocstring",
|
||||
@@ -120,31 +120,31 @@
|
||||
},
|
||||
"ShadowOpacity": {
|
||||
"type": "byte",
|
||||
"value": 20
|
||||
"value": 50
|
||||
},
|
||||
"SkyBox": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 31
|
||||
},
|
||||
"SunAmbientColor": {
|
||||
"type": "dword",
|
||||
"value": 4605510
|
||||
"value": 6566450
|
||||
},
|
||||
"SunDiffuseColor": {
|
||||
"type": "dword",
|
||||
"value": 11974326
|
||||
"value": 16777215
|
||||
},
|
||||
"SunFogAmount": {
|
||||
"type": "byte",
|
||||
"value": 3
|
||||
"value": 0
|
||||
},
|
||||
"SunFogColor": {
|
||||
"type": "dword",
|
||||
"value": 8421504
|
||||
"value": 9535080
|
||||
},
|
||||
"SunShadows": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
@@ -5579,7 +5579,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 4
|
||||
"value": 5
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
@@ -5587,6 +5587,6 @@
|
||||
},
|
||||
"WindPower": {
|
||||
"type": "int",
|
||||
"value": 1
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user