-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweather.config.patch
74 lines (74 loc) · 1.72 KB
/
weather.config.patch
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"op" : "add", "path" : "/ct_alterash_normal", "value" : [
[0.66, "clear"],
[0.14, "ct_ionic_rain"],
[0.10, "ct_glow_rain"],
[0.08, "ct_ionic_storm"],
[0.04, "ct_ionic_drizzle"]
]
},
{
"op" : "add", "path" : "/ct_alterash_stardust", "value" : [
[0.55, "clear"],
[0.4, "ct_stardust_fall"],
[0.2, "ct_ionic_rain"],
[0.2, "ct_stardust_storm"],
[0.05, "ct_glow_rain"]
]
},
{
"op" : "add", "path" : "/ct_alterash_crystal", "value" : [
[0.55, "clear"],
[0.4, "ct_glow_rain"],
[0.2, "ct_ionic_rain"],
[0.2, "ct_crystal_fall"],
[0.05, "ct_ionic_drizzle"]
]
},
{
"op" : "add", "path" : "/ct_alterash_prime", "value" : [
[0.55, "clear"],
[0.05, "ct_glow_rain"],
[0.2, "snow"],
[0.2, "ct_ionic_peak"],
[0.2, "ct_crystal_fall"]
]
},
{
"op" : "add", "path" : "/ct_alterash_snowy", "value" : [
[0.40, "clear"],
[0.20, "snow"],
[0.15, "snowstorm"],
[0.15, "hailstones"],
[0.05, "fog"],
[0.05, "ct_glow_rain"]
]
},
{
"op" : "add", "path" : "/ct_alterash_prime_heavy", "value" : [
[0.60, "clear"],
[0.05, "ct_ionic_peak"],
[0.15, "icestorm"],
[0.05, "snowstorm"],
[0.15, "ct_crystal_fall"]
]
},
{
"op" : "add", "path" : "/ct_alterash_unstable", "value" : [
[0.60, "ct_ionic_peak"],
[0.15, "ct_ionic_storm"],
[0.15, "ct_crystal_fall"],
[0.10, "fog"]
]
},
{
"op" : "add", "path" : "/ct_alterash_hazardous", "value" : [
[0.2, "clear"],
[0.2, "ct_crystal_fall"],
[0.2, "ct_stardust_storm"],
[0.2, "ct_ionic_storm"],
[0.2, "ct_ionic_peak"]
]
}
]