This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View 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"
}