v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
56
assets/devel/items/active/shields/testshield.activeitem
Normal file
56
assets/devel/items/active/shields/testshield.activeitem
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"itemName" : "testshield",
|
||||
"price" : 100,
|
||||
"maxStack" : 1,
|
||||
"rarity" : "common",
|
||||
"description" : "There's something special between us.",
|
||||
"shortdescription" : "Test Shield",
|
||||
"tooltipKind" : "shield",
|
||||
"twoHanded" : false,
|
||||
"itemTags" : ["shield"],
|
||||
|
||||
"inventoryIcon" : "images/largemetal/1.png:nearidle",
|
||||
|
||||
"animation" : "shield.animation",
|
||||
"animationParts" : {
|
||||
"shield" : "images/largemetal/1.png"
|
||||
},
|
||||
"animationCustom" : {
|
||||
"sounds" : {
|
||||
"raiseShield" : [ "/sfx/melee/swing_dagger.ogg" ],
|
||||
"perfectBlock" : [ "/sfx/melee/shield_block_wood_perfect.ogg" ],
|
||||
"block" : [ "/sfx/melee/shield_block_wood.ogg" ],
|
||||
"break" : [ "/sfx/melee/shield_break_wood.ogg" ]
|
||||
}
|
||||
},
|
||||
|
||||
"scripts" : ["/items/active/shields/shield.lua"],
|
||||
|
||||
"minActiveTime" : 0.2,
|
||||
|
||||
"forceWalk" : true,
|
||||
"baseShieldHealth" : 100,
|
||||
"cooldownTime" : 0.5,
|
||||
|
||||
"perfectBlockDirectives" : "?border=2;AACCFFFF;00000000",
|
||||
"perfectBlockTime" : 0.2,
|
||||
|
||||
"knockback" : 10,
|
||||
|
||||
"stances" : {
|
||||
"idle" : {
|
||||
"armRotation" : -90,
|
||||
"shieldRotation" : 0,
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
},
|
||||
"raised" : {
|
||||
"armRotation" : 0,
|
||||
"shieldRotation" : 0,
|
||||
"allowRotate" : false,
|
||||
"allowFlip" : true
|
||||
}
|
||||
},
|
||||
|
||||
"builder" : "/items/buildscripts/buildunrandshield.lua"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue