-
Notifications
You must be signed in to change notification settings - Fork 1
/
ct_yaara.modularstem
96 lines (95 loc) · 3.7 KB
/
ct_yaara.modularstem
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name" : "ct_yaara",
"shortdescription" : "Yaara Vines",
"description" : "Long, sturdy ^#20f080;yaara^reset; vines partially overgrown with small ^#76c7e4;crystals^reset;.",
"shape" : "forestceiling",
"inventoryIcon" : "mid6.png",
"health" : 2,
"middleMinSize" : 0,
"middleMaxSize" : 25,
"ceiling" : true,
"dropConfig" : {
"drops" : [
[ { "item" : "ct_yaara_root", "count" : 1 } ],
[ ],
[ ],
[ ]
],
"sounds" : {
"breakTree" : [
{ "file" : "/sfx/environmental/vine_cut1.ogg" }, { "file" : "/sfx/environmental/vine_cut2.ogg" }, { "file" : "/sfx/environmental/vine_cut3.ogg" }
]
},
"particles" : {
"breakTree" : {
"density" : 3,
"options" : [ {
"image" : "/particles/treestems/vine.png",
"timeToLive" : 10,
"initialVelocity" : [0, 0],
"finalVelocity" : [0, -30],
"approach" : [0, 5],
"variance" : {
"timeToLive" : 3.0,
"initialPosition" : [1.0, 1.0],
"initialVelocity" : [1.0, 1.0]
}
} ]
},
"hitGround" : {
"density" : 3,
"options" : [ {
"type" : "animated",
"animation" : "/animations/dusttest/dusttest.animation",
"timeToLive" : 3,
"destructionAction" : "shrink",
"destructionTime" : 1.0,
"variance" : {
"rotation" : 180,
"timeToLive" : 1.0,
"initialPosition" : [1.0, 1.0],
"initialVelocity" : [1.0, 1.0]
}
} ]
},
"damageTree" : {
"density" : 1,
"options" : [ {
"type" : "textured",
"image" : "/particles/treestems/something.png",
"timeToLive" : 10,
"initialVelocity" : [0, 0],
"finalVelocity" : [0, -30],
"approach" : [0, 5],
"variance" : {
"timeToLive" : 3.0,
"initialPosition" : [1.0, 1.0],
"initialVelocity" : [1.0, 1.0]
}
} ]
}
}
},
"base" : {
"base1" : { "image" : "base1.png", "attachment" : { "bx" : -7, "by" : -8, "x" : 5, "y" : 0 } },
"base2" : { "image" : "base2.png", "attachment" : { "bx" : -6, "by" : -8, "x" : 9, "y" : 0 } },
"base3" : { "image" : "base3.png", "attachment" : { "bx" : -7, "by" : -8, "x" : 5, "y" : 0 } },
"base4" : { "image" : "base4.png", "attachment" : { "bx" : -6, "by" : -8, "x" : 9, "y" : 0 } }
},
"middle" : {
"middle1" : { "image" : "mid1.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle2" : { "image" : "mid2.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle3" : { "image" : "mid3.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle4" : { "image" : "mid4.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle5" : { "image" : "mid5.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle6" : { "image" : "mid6.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle7" : { "image" : "mid7.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } },
"middle8" : { "image" : "mid8.png", "attachment" : { "bx" : -6, "by" : -16, "x" : 6, "y" : 0 } }
},
"crown" : {
"crown1" : { "image" : "end1.png", "attachment" : { "bx" : -7, "by" : -8, "x" : 0, "y" : 0 } },
"crown2" : { "image" : "end2.png", "attachment" : { "bx" : -7, "by" : -8, "x" : 0, "y" : 0 } },
"crown3" : { "image" : "end3.png", "attachment" : { "bx" : -7, "by" : -8, "x" : 0, "y" : 0 } },
"crown4" : { "image" : "end4.png", "attachment" : { "bx" : -7, "by" : -8, "x" : 0, "y" : 0 } }
}
}