-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_ionic_drizzle.weather
80 lines (77 loc) · 2.33 KB
/
ct_ionic_drizzle.weather
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
75
76
77
78
79
80
{
"name" : "ct_ionic_drizzle",
"description" : "Just a little drizzle with a little zap to it. Mostly harmless.",
"longdescription" : "Can still make you wet, so take that into account. This type of wheather is pretty common and can do more good than harm by watering crops.",
"altaDescription" : "Love it when it's raining, but the sun is still shining too! Very pleasant. Ionic drizzles are pretty warm, too, so wouldn't mind standing under one just because.",
"threat" : 0.1,
"particles" : [
{
"density" : 0.02,
"particle" : {
"type" : "textured",
"image" : "/particles/rain/1.png",
"velocity" : [0, -35.5],
"approach" : [15, 15],
"angularVelocity" : 0,
"timeToLive" : 20,
"destructionAction" : "Image",
"destructionTime" : 0.1,
"destructionImage" : "/particles/splash/1.png",
"collidesForeground" : true,
"collidesLiquid" : true,
"ignoreWind" : false
}
},
{
"density" : 0.02,
"particle" : {
"type" : "textured",
"image" : "/particles/rain/2.png",
"velocity" : [0, -25.5],
"approach" : [15, 15],
"angularVelocity" : 0,
"timeToLive" : 20,
"destructionAction" : "Image",
"destructionTime" : 0.1,
"destructionImage" : "/particles/splash/1.png",
"collidesForeground" : true,
"collidesLiquid" : true,
"ignoreWind" : false
}
},
{
"density" : 0.02,
"particle" : {
"type" : "textured",
"image" : "/particles/rain/3.png",
"velocity" : [0, -20.5],
"approach" : [15, 15],
"angularVelocity" : 0,
"timeToLive" : 20,
"destructionAction" : "Image",
"destructionTime" : 0.1,
"destructionImage" : "/particles/splash/1.png",
"collidesForeground" : true,
"collidesLiquid" : true,
"ignoreWind" : false
}
}
],
"projectiles" : [
{
"projectile" : "lightwater",
"parameters" : {
"power" : 0
},
"velocity" : [0, -100],
"ratePerX" : 0.05,
"spawnAboveRegion" : 30,
"spawnHorizontalPad" : 10,
"windAffectAmount" : 1
}
],
"duration" : [50, 400],
"lightningFrequency" : 0.00,
"maximumWind" : 4.5,
"weatherNoises" : [ "/sfx/weather/rain_light.ogg" ]
}