-
Notifications
You must be signed in to change notification settings - Fork 0
/
ct_aya_virma.activeitem
70 lines (60 loc) · 2.83 KB
/
ct_aya_virma.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
{
"itemName" : "ct_aya_virma",
"shortdescription" : "Aya Virma",
"description" : "A live poisonous ivy that can be rarely found in ^#2080f0;Ayaka Forests^reset;... Can it understand you?..",
"elementalType" : "poison",
"level" : 3,
"maxStack" : 1, "tooltipKind" : "ct_alta_weapon_1",
"twoHanded" : false, "category" : "uniqueWeapon",
"itemTags" : [ "weapon", "ranged", "wand", "upgradeableWeapon" ],
"inventoryIcon" : "ct_aya_virma.png",
"animation" : "/items/active/weapons/ranged/alta/ranged.animation",
"animationParts" : { "middle" : "ct_aya_virma.png", "muzzleFlash" : "" },
"animationCustom" : { "sounds" : {
"fire" : [ "/sfx/gun/magnorbs_fire8.ogg", "/sfx/gun/magnorbs_fire9.ogg", "/sfx/gun/magnorbs_fire10.ogg" ],
"primary_press" : [ "/sfx/gun/magnorbs_fire8.ogg", "/sfx/gun/magnorbs_fire9.ogg", "/sfx/gun/magnorbs_fire10.ogg" ],
"primary_hold" : [ "/sfx/gun/magnorbs_fire8.ogg", "/sfx/gun/magnorbs_fire9.ogg", "/sfx/gun/magnorbs_fire10.ogg" ],
"primary_start" : [ ], "primary_loop" : [ ]
},
"lights" : { "muzzleFlash" : { "color" : [26, 221, 227] } }
},
"baseOffset" : [-0.1, 1.0], "muzzleOffset" : [0.2, -0.1],
"scripts" : ["/items/active/weapons/ranged/alta/ranged.lua"],
"primaryAbilityType" : "tentaclegun",
"primaryAbility" : {
"name" : "Poisonous Ivy",
"description" : "Charges poisonous Vine Strains at an enemy.",
"baseDps" : 4, "energyUsage" : 16, "fireTime" : 0.2,
"inaccuracy" : 0.01,
"chain" : {
"taper" : 0.5,
"segmentImage" : "/items/active/weapons/ranged/alta/abils/tentacles/ct_aya_virma_s.png",
"endSegmentImage" : "/items/active/weapons/ranged/alta/abils/tentacles/ct_aya_virma_e.png",
"segmentSize" : 1.0
},
"maxProjectiles" : 8, "maxLength" : 20, "guideProjectiles" : true,
"projectileType" : "ct_plasma_strain",
"projectileParameters" : {
"knockback" : 5,
"speed" : 40,
"timeToLive" : 10
}
},
"builder" : "/items/buildscripts/alta/tool.lua",
"upgradeParameters" : {
"inventoryIcon" : "ct_aya_virma_2.png",
"animationParts" : { "middle" : "ct_aya_virma_2.png" },
"shortdescription" : "Estralis Vyurm ^#8020f0;^reset;",
"description" : "An intelligent ^#ffa8e8;stardust^reset; plant that seems like it can think and feel things. I think it likes you.",
"primaryAbility" : {
"name" : "Estralistrains",
"description" : "The plant has evolved and its vines are more powerful now:\n\n- max amount: 10 (instead of 8)\n- max length: 24 (instead of 20)",
"chain" : {
"taper" : 0.5, "segmentSize" : 1.0,
"segmentImage" : "/items/active/weapons/ranged/alta/abils/tentacles/ct_aya_virma_2_s.png",
"endSegmentImage" : "/items/active/weapons/ranged/alta/abils/tentacles/ct_aya_virma_2_e.png"
},
"maxProjectiles" : 10, "maxLength" : 24
}
}
}