-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_stardust_fall.weather
58 lines (54 loc) · 1.47 KB
/
ct_stardust_fall.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
{
"name" : "ct_stardust_fall",
"description" : "A happy colorful snowfall! Except instead of snow it's tiny specs of ^#ffa8e8;stardust^reset;. Watching them drift and slowly land on your face fills you with determination.",
"altaDescription" : "The best weather to ever be. I wish it was always snowing stardust wherever I go.",
"threat" : 0.0,
"particles" : [
{
"density" : 0.075,
"particle" : {
"type" : "ember",
"color" : [32, 128, 240],
"size" : 1.0,
"velocity" : [0, -1.5],
"angularVelocity" : 180,
"timeToLive" : 20,
"collidesForeground" : true,
"collidesLiquid" : true,
"ignoreWind" : false
}
},
{
"density" : 0.075,
"particle" : {
"type" : "ember",
"color" : [128, 32, 240],
"size" : 1.0,
"velocity" : [0, -3.75],
"angularVelocity" : 180,
"timeToLive" : 20,
"collidesForeground" : true,
"collidesLiquid" : true,
"ignoreWind" : false
}
},
{
"density" : 0.075,
"particle" : {
"type" : "ember",
"color" : [32, 240, 128],
"size" : 1.0,
"velocity" : [0, -2],
"timeToLive" : 20,
"collidesForeground" : true,
"collidesLiquid" : true,
"ignoreWind" : false
}
}
],
"statusEffects" : ["slowlove"],
"projectiles" : [ ],
"duration" : [50, 400],
"lightningFrequency" : 0,
"weatherNoises" : [ ]
}