-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_neoblaster.activeitem
54 lines (48 loc) · 2.79 KB
/
ct_neoblaster.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
{
"itemName" : "ct_neoblaster",
"shortdescription" : "Neo Blaster",
"description" : "A plasma blaster that can produce physical bullets from its own energy. Hold LMB for a charged shot.",
"longdescription" : "While the origins of the tool are outside of alta production, a small alta energy tool production decided to give their spin on the style, in form of a handy blaster.",
"altaDescription" : "This is interesting. Although I'm not sure if I would want to lauch something that painful at someone.",
"elementalType" : "physical",
"level" : 6,
"maxStack" : 1, "tooltipKind" : "ct_alta_weapon_1",
"twoHanded" : false, "category" : "pistol",
"itemTags" : [ "weapon", "ranged", "pistol", "blaster", "neo", "peacekeepers" ],
"inventoryIcon" : "ct_neoblaster.png",
"animation" : "/items/active/weapons/ranged/alta/ranged.animation",
"animationParts" : { "middle" : "ct_neoblaster.png", "muzzleFlash" : "/items/active/weapons/ranged/alta/abils/muzzle/plasma_small.png" },
"animationCustom" : { "sounds" : { "init" : [ "/sfx/gun/reload/pistol_reload_clip3.ogg" ],
"primary_press" : [ "/sfx/gun/mech_wobbleshot_fire2.ogg" ],
"primary_hold" : [ "/sfx/gun/plasma_shotgun2.ogg" ],
"primary_loop" : [ "/sfx/melee/charge_up15.ogg" ]
},
"lights" : {
"muzzleFlash" : {
"color" : [26, 221, 227]
}
}
},
"baseOffset" : [0.75, 0.375],
"muzzleOffset" : [1.25, 0.25],
"scripts" : ["/items/active/weapons/ranged/alta/ranged.lua"],
"primaryAbility" : {
"name" : "Neoload", "description" : "A standard neo arsenal feature - press the button for short semiauto bursts of plasma, hold for a charged shotgun shot.",
"longdescription" : "The imported mechanisms used in this blaster are able to concentrate energy and then separate it into physical pellets.",
"baseDps" : 4, "energyUsage" : 16, "fireTime" : 0.10,
"pressType" : "semi", "pressParams" : { "type" : "neotommygunbullet", "inaccuracy" : 0.02 },
"holdType" : "burst", "holdParams" : { "type" : "neotommygunbullet", "inaccuracy" : 0.4 }, "holdTimeMax" : 0.55,
"stances" : {
"idle" : { "armRotation" : 0, "weaponRotation" : 0, "twoHanded" : false, "allowRotate" : true, "allowFlip" : true },
"fire" : { "duration" : 0, "armRotation" : 2, "weaponRotation" : 2, "twoHanded" : false, "allowRotate" : false, "allowFlip" : true },
"winddown" : { "duration" : 0.11, "armRotation" : 2, "weaponRotation" : 2, "twoHanded" : false, "allowRotate" : false, "allowFlip" : true }
}
},
"builder" : "/items/buildscripts/alta/tool.lua",
"wiki" : {
"aliases" : { "Neogast" : { } },
"md" : {
"#### Neo Tools" : "This blaster is presumably a part of a neo-series called [Neo Laser Weapons](https://starbounder.org/Unique_Weapon#Neo_Laser_Black_Market_Arms)."
}
}, "alkey" : "Neo Gast"
}