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,40 @@
{
"itemName" : "slimehandgrapple",
"price" : 1000,
"inventoryIcon" : "slimehandgrappleicon.png",
"rarity" : "Legendary",
"maxStack" : 1,
"description" : "Sticky, stretchy, undeniably handy!",
"shortdescription" : "Slime Hand Grapple",
"category" : "Tool",
"fireTime" : 0,
"twoHanded" : false,
"scripts" : ["/items/active/grapplinghooks/grapplinghook.lua"],
"animationScripts" : ["/items/active/effects/renderrope.lua"],
"animation" : "slimehandgrapple.animation",
"fireOffset" : [0, 0.3],
"ropeOffset" : [-0.5, 0.3],
"consumeOnUse" : false,
"projectileType" : "grapplehook",
"projectileParameters" : {
"speed" : 100,
"timeToLive" : 0.25
},
"ropeWidth" : 1.0,
"ropeColor" : [120, 80, 30, 255],
"reelInDistance" : 3.5,
"reelOutLength" : 50,
"breakLength" : 60,
"reelSpeed" : 15,
"controlForce" : 1000,
"groundLagTime" : 0.2
}

View file

@ -0,0 +1,13 @@
{
"animatedParts" : {
"parts" : {
"rope" : {
"properties" : {
"centered" : false,
"image" : "slimehandgrapple.png",
"offset" : [-0.6, -0.5]
}
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 B