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,45 @@
{
"itemName" : "delaygun",
"maxStack" : 1,
"rarity" : "legendary",
"description" : "Meh, I'll kill you later.",
"shortdescription" : "Test Delay Rifle",
"tooltipKind" : "gun",
"weaponType" : "Delay Rifle",
"twoHanded" : true,
"itemTags" : ["weapon"],
"inventoryIcon" : "delaygun.png",
"animation" : "delaygun.animation",
"animationParts" : {
"gun" : "delaygun.png",
"muzzleFlash" : "muzzleflash.png"
},
"animationCustom" : {
"animatedParts" : { "parts" : {
"gun" : { "properties" : {
"offset" : [0.75, 0.125]
}},
"muzzleFlash" : { "properties" : {
"offset" : [4.0, 0.375]
}}
}},
"sounds" : {
"fire" : [ "/sfx/gun/ar6.ogg" ]
}
},
"fireOffset" : [3.625, 0.375],
"aimOffset" : 0, // fireOffset[2] - gun offset - 0.25
"scripts" : ["delaygun.lua"],
"level" : 5,
"fireTime" : 0.3,
"inaccuracy" : 0.01,
"projectileType" : "delaybullet",
"projectileParameters" : {
"power" : 3
}
}