-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_meteoblaster.activeitem
118 lines (103 loc) · 3.26 KB
/
ct_meteoblaster.activeitem
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"itemName" : "ct_meteoblaster",
"inventoryIcon" : "ct_meteoblaster.png",
"maxStack" : 1,
"description" : "Its core was constructed from enternia-enhanced moonrock meteorites of ^#6f6c66;Astera^reset;.",
"shortdescription" : "Meteoblaster ^red;WIP^reset;",
"level" : 5,
"tooltipKind" : "ct_alta_weapon_2",
"category" : "grenadeLauncher",
"itemTags" : [ "weapon", "ranged", "grenadelauncher", "ionic", "astera", "upgradeableWeapon" ],
"twoHanded" : true,
"animation" : "/items/active/weapons/ranged/gun.animation",
"animationParts" : {
"butt" : "", "middle" : "ct_meteoblaster.png", "middleunlit" : "", "barrel" : "", "muzzleFlash" : ""
},
"animationCustom" : {
"animatedParts" : {
"parts" : {
"middleunlit" : {
"properties" : {
"centered" : true,
"image" : "<partImage><paletteSwaps>",
"offset" : [0.30, 0.385],
"transformationGroups" : ["weapon"],
"fullbright" : true,
"zLevel" : 1
}
}
}
},
"particleEmitters" : {
"muzzleFlash" : {
"burstCount" : 3,
"particles" : [
{ "particle" : "rocketbarrelpuff", "offset" : [0.0, 0.0] }
]
}
},
"sounds" : {
"fire" : [ "/sfx/gun/omnicannon_shot1.ogg", "/sfx/gun/omnicannon_shot2.ogg", "/sfx/gun/omnicannon_shot3.ogg", "/sfx/gun/omnicannon_shot4.ogg" ]
}
},
"baseOffset" : [0.30, 0.385],
"muzzleOffset" : [3, 0],
"scripts" : ["/items/active/weapons/ranged/gun.lua"],
"elementalType" : "physical",
"primaryAbility" : {
"scripts" : ["/items/active/weapons/ranged/gunfire.lua"],
"class" : "GunFire",
"name" : "Meteoblast",
"description" : "Launches powerful meteorite shards called ^#6f6c66;Astera^reset;'s Shards.",
"fireTime" : 1.0,
"baseDps" : 9,
"energyUsage" : 32,
"inaccuracy" : 0.12,
"projectileCount" : 1,
"fireType" : "auto",
"projectileType" : "rocketshell",
"projectileParameters" : {
"knockback" : 40
},
"stances" : {
"idle" : {
"armRotation" : 0,
"weaponRotation" : 0,
"twoHanded" : true,
"allowRotate" : true,
"allowFlip" : true
},
"fire" : {
"duration" : 0,
"armRotation" : 5,
"weaponRotation" : 5,
"twoHanded" : true,
"allowRotate" : false,
"allowFlip" : false
},
"winddown" : {
"duration" : 0.25,
"armRotation" : 5,
"weaponRotation" : 5,
"twoHanded" : true,
"allowRotate" : false,
"allowFlip" : false
}
}
},
"altAbilityType" : "exmachinarocket", // balllightning
"altAbility" : { "elementalConfig" : { "electric" : { "projectileType" : "exmachinarocket" } } },
"builder" : "/items/buildscripts/alta/tool.lua",
"upgradeParameters" : {
"inventoryIcon" : "ct_meteoblaster_2.png",
"animationParts" : {
"butt" : "",
"middle" : "ct_meteoblaster_2.png",
"middleunlit" : "ct_meteoblaster_2_lit.png",
"barrel" : "",
"muzzleFlash" : ""
},
"shortdescription" : "Starblaster ^#8020f0;^reset;",
"description" : "This meteoblaster was enhanced with ^#ffa8e8;stardust^reset;. It's now able to launch Starshards instead of meteorite shards."
}
}