-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathct_protolaris.activeitem
57 lines (47 loc) · 2.26 KB
/
ct_protolaris.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
{
"itemName" : "ct_protolaris",
"shortdescription" : "Ikai Protolaris ^#8020f0;^reset;",
"description" : "Some shields are at their core all sacred tools to fathom energy and space, and some are tools of pure protection. This one is both.",
"longdescription" : "It runs on the power of rare crystals that can only usually be found floating through space among stardust, and that contain a lot of concentrated ceternia-void energy.",
"altaDescription" : "The inner workings of this tool are beyond my understanding, but it can definitely be used as a shield.",
"elementalType" : "electric",
"level" : 6, "race" : "alta",
"itemTags" : [ "shield", "crystal", "staris", "stardust" ],
"category" : "shield", "tooltipKind" : "ct_alta_weapon_2",
"inventoryIcon" : "ct_protolaris.png",
"animationParts" : { "shield" : "images/ct_protolaris.png" },
"animationCustom" : {
"animatedParts" : { "parts" : {
"shield" : { "properties" : { "shieldPoly" : [ [-0.5, -1.75], [-0.5, 2.0], [0.75, 1.25], [0.75, -1.0] ] } }
} },
"sounds" : {
"init" : [ "/sfx/gun/mech_beamsniper_windup1.ogg", "/sfx/gun/mech_beamsniper_windup2.ogg" ],
"charge_loop" : [ "/sfx/melee/charge_combo4.ogg" ],
"charge_end" : [ "/sfx/gun/shockblast.ogg" ],
"raiseShield" : [ "/sfx/gun/mech_shielddrone1.ogg" ],
"perfectBlock" : [ "/sfx/melee/shield_block_metal_perfect.ogg" ],
"block" : [ "/sfx/melee/shield_block_metal.ogg" ],
"break" : [ "/sfx/melee/shield_break_metal.ogg" ]
}
},
"primaryAbility" : {
"name" : "Guardian's Dome",
"description" : "Hold to charge up an Ionic Damage Field.\nActivate block fast enough (parry time) to perform a perfect block."
},
"passiveAbility" : {
"name" : "Adaptive Shield",
"description" : "Applies ^#2080f0;Analyzed^reset; to enemies on hit, making them weaker."
},
"chargeFire" : {
"type" : "electricguardiandamagearea", "inaccuracy" : 0.0
},
"minActiveTime" : 0.2,
"forceWalk" : true,
"baseShieldHealth" : 72,
"cooldownTime" : 0.9,
"perfectBlockDirectives" : "?border=2;AACCFFFF;00000000",
"perfectBlockTime" : 0.2,
"knockback" : 10,
"knockbackStatusEffects" : [ "ct_analyzed" ],
"builder" : "/items/buildscripts/alta/shield.lua", "alkey" : "Ikai Protolaris"
}