-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_ararang.activeitem
81 lines (73 loc) · 2.53 KB
/
ct_ararang.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
{
"itemName" : "ct_ararang",
"shortdescription" : "Ararang",
"description" : "Made out of ^#3baf2f;aric^reset; tissue, it glows dimly in the dark. Watch out for spores!",
"elementalType" : "poison",
"level" : 5,
"maxStack" : 1, "tooltipKind" : "ct_alta_weapon_1",
"twoHanded" : false, "category" : "boomerang",
"itemTags" : [ "weapon", "ranged", "boomerang", "upgradeableWeapon" ],
"inventoryIcon" : "ct_ararang.png",
"scripts" : [ "/items/active/weapons/ranged/alta/abils/chakram/chakram.lua" ],
"animation" : "/items/active/weapons/ranged/alta/abils/chakram/chakram.animation",
"animationParts" : { "glove" : "", "chakram" : "ct_ararang.png" },
"animationCustom" : {
"animatedParts" : { "parts" : { "chakram" : { "properties" : { "offset" : [0.5, 0.25] }}}},
"sounds" : { "throw" : [ "/sfx/melee/swing_dagger.ogg" ] }
},
"fireOffset" : [1.25, 0.5],
"primaryAbility" : {
"name" : "Aric Spores",
"description" : "This tool will always return to you after being thrown. On impact, it spreads poisonous spores everywhere.",
"baseDps" : 4, "energyUsage" : 16, "fireTime" : 0.6,
"type" : "ct_ararang",
"params" : { "knockback" : 0, "ignoreTerrain" : false, "controlForce" : 30, "pickupDistance" : 1.0, "snapDistance" : 2.0 }
},
"stances" : {
"idle" : {
"armRotation" : -20,
"animationState" : {
"weapon" : "visible"
},
"allowRotate" : true,
"allowFlip" : true
},
"windup" : {
"duration" : 0.1,
"transition" : "throw",
"transitionFunction" : "fire",
"armRotation" : 70,
"animationState" : {
"weapon" : "visible"
},
"allowRotate" : false,
"allowFlip" : false
},
"throw" : {
"armRotation" : 0,
"animationState" : {
"weapon" : "hidden"
},
"allowRotate" : true,
"allowFlip" : true
},
"catch" : {
"duration" : 0.2,
"transition" : "idle",
"armRotation" : 60,
"animationState" : {
"weapon" : "visible"
},
"allowRotate" : false,
"allowFlip" : true
}
},
"builder" : "/items/buildscripts/alta/tool.lua",
"upgradeParameters" : {
"inventoryIcon" : "ct_ararang_2.png",
"projectileType" : "ct_ararangarang",
"animationParts" : { "chakram" : "ct_ararang_2.png" },
"shortdescription" : "Ararangarang ^#8020f0;^reset;",
"description" : "Fueled by ^#ffa8e8;stardust^reset;, this thing is now blooming with ^#3baf2f;aric^reset; lifeforms. So pretty!\n\nThe shards now also inflict poison."
}
}