-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_oni_nerus.activeitem
56 lines (50 loc) · 2.18 KB
/
ct_oni_nerus.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
{
"itemName" : "ct_oni_nerus",
"shortdescription" : "Oni-Nerus ^#8020f0;^reset;",
"description" : "Legacy of the night under ^#6f6c66;Astera^reset;, this wrist-blaster is loaded with a special Lunar Chakram, quietly crackling with destructive energy.",
"elementalType" : "ice",
"race" : "alta",
"level" : 6,
"maxStack" : 1, "tooltipKind" : "ct_alta_weapon_1", "isWrist" : true,
"twoHanded" : false, "category" : "chakram",
"itemTags" : [ "weapon", "ranged", "wrist", "chakram", "astera" ],
"inventoryIcon" : "ct_oni_nerus.png",
"scripts" : [ "/items/active/weapons/ranged/alta/abils/chakram/chakram.lua" ],
"animation" : "/items/active/weapons/ranged/alta/abils/chakram/chakram.animation",
"animationParts" : { "glove" : "ct_oni_nerus.png", "chakram" : "/projectiles/alta/charges/other/chakram/ct_lunar_chakram.png:0" },
"animationCustom" : {
"animatedParts" : { "parts" : { "chakram" : { "properties" : { "offset" : [1.375, 0.0] }}}},
"sounds" : { "throw" : [ "/sfx/melee/swing_dagger.ogg" ] }
},
"fireOffset" : [1.25, 0.5],
"primaryAbility" : {
"name" : "Lunar Guardian",
"description" : "An ability that launches a controllable chakram using integrated mechanisms.",
"baseDps" : 5, "energyUsage" : 20, "fireTime" : 0.6,
"type" : "ct_lunar_chakram",
"params" : { "damageRepeatTimeout" : 0.2, "returnOnHit" : false, "pickupDistance" : 1.0, "hoverMaxDistance" : 15, "hoverTime" : 0.8 }
},
"stances" : {
"idle" : {
"armRotation" : 0,
"animationState" : { "weapon" : "visible" },
"allowRotate" : true, "allowFlip" : true
},
"windup" : {
"duration" : 0.1, "transition" : "throw", "transitionFunction" : "fire", "armRotation" : 5,
"animationState" : { "weapon" : "visible" },
"allowRotate" : false, "allowFlip" : false
},
"throw" : {
"armRotation" : 0,
"animationState" : { "weapon" : "hidden" },
"allowRotate" : true, "allowFlip" : true
},
"catch" : {
"duration" : 0.2, "transition" : "idle", "armRotation" : 10,
"animationState" : { "weapon" : "visible" },
"allowRotate" : false, "allowFlip" : true
}
},
"builder" : "/items/buildscripts/alta/tool.lua"
}