v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -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
|
||||
}
|
|
@ -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 |
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"itemName" : "iceaxe",
|
||||
"price" : 250,
|
||||
"inventoryIcon" : "iceaxebig.png",
|
||||
"rarity" : "Rare",
|
||||
"maxStack" : 1,
|
||||
"description" : "An Ice Axe used for climbing.",
|
||||
"shortdescription" : "Ice Axe",
|
||||
"category" : "Tool",
|
||||
"fireTime" : 0.0,
|
||||
"twoHanded" : false,
|
||||
"handPosition" : [-2.5, -2.0],
|
||||
|
||||
"minLength" : 2.0,
|
||||
"maxLength" : 2.0,
|
||||
"hardMaxLength" : 10.0,
|
||||
"baseLineSegLength" : 10.0,
|
||||
"launchSpeed" : 0.2,
|
||||
"windRate" : 0.2,
|
||||
"energyConsumeRateAnchored" : 0.0,
|
||||
"energyConsumeRateWinding" : 0.0,
|
||||
"hookImage" : "/items/tools/iceaxehook.png",
|
||||
"handleImage" : "/items/tools/iceaxe.png",
|
||||
"hookOffset" : [-0.5, -1],
|
||||
"primaryLineColors" : [ [181, 181, 181, 0],
|
||||
[181, 181, 181, 0] ],
|
||||
"altLineColors" : [ [181, 181, 181, 0],
|
||||
[181, 181, 181, 0] ],
|
||||
|
||||
"stretchable" : false
|
||||
}
|
BIN
assets/devel/items/active/grapplinghooks/unconverted/iceaxe.png
Normal file
BIN
assets/devel/items/active/grapplinghooks/unconverted/iceaxe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 331 B |
Binary file not shown.
After Width: | Height: | Size: 299 B |
Binary file not shown.
After Width: | Height: | Size: 81 B |
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"itemName" : "swingingvine",
|
||||
"price" : 5,
|
||||
"inventoryIcon" : "swingingvineicon.png",
|
||||
"rarity" : "Rare",
|
||||
"maxStack" : 1,
|
||||
"description" : "Swing around as much as you like!",
|
||||
"shortdescription" : "Swinging Vine",
|
||||
"category" : "Tool",
|
||||
"fireTime" : 0.0,
|
||||
"twoHanded" : false,
|
||||
"handPosition" : [-2.5, -2.0],
|
||||
|
||||
"minLength" : 0.25,
|
||||
"maxLength" : 30,
|
||||
"hardMaxLength" : 33,
|
||||
"baseLineSegLength" : 4,
|
||||
"launchSpeed" : 1.5,
|
||||
"windRate" : 0.05,
|
||||
"energyConsumeRateAnchored" : 0.8,
|
||||
"energyConsumeRateWinding" : 0.0,
|
||||
"hookImage" : "/items/tools/vinehook.png",
|
||||
"handleImage" : "/items/tools/vinehandle.png",
|
||||
"hookOffset" : [-0.5, -1],
|
||||
"primaryLineColors" : [ [72, 130, 47, 255],
|
||||
[72, 130, 47, 255] ],
|
||||
"altLineColors" : [ [72, 130, 47, 255],
|
||||
[72, 130, 47, 255] ],
|
||||
|
||||
"stretchable" : false
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 252 B |
Loading…
Add table
Add a link
Reference in a new issue