v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [16, 16],
|
||||
"dimensions" : [4, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/old weapons/staff projectiles/fleshstaff/fleshseed1.png
Normal file
BIN
attic/old weapons/staff projectiles/fleshstaff/fleshseed1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 357 B |
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"projectileName" : "fleshseed1",
|
||||
"physics" : "grenade",
|
||||
"bounces" : -1,
|
||||
"timeToLive" : 1.5,
|
||||
"image" : "fleshseed1.png",
|
||||
"damageKindImage" : "icon.png",
|
||||
"onlyHitTerrain" : false,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "option",
|
||||
"options" : [
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "fleshsplosion",
|
||||
"fuzzAngle" : 0,
|
||||
"inheritDamageFactor" : 2,
|
||||
"inheritSpeedFactor" : 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"damagePoly" : [ [-6, 3], [-3, 6], [3, 6], [6, 3], [6, -3], [3, -6], [-3, -6], [-6, -3] ],
|
||||
"animationCycle" : 0.3,
|
||||
"frameNumber" : 4,
|
||||
"speed" : 19,
|
||||
"power" : 0,
|
||||
"damageKind" : "default",
|
||||
"emitters" : [ "defaultorange" ]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [8, 8],
|
||||
"dimensions" : [1, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0" ]
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 73 B |
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"projectileName" : "fleshseedspawn",
|
||||
"image" : "fleshseedspawn.png",
|
||||
"animationCycle" : 1,
|
||||
"frameNumber" : 1,
|
||||
"timeToLive" : 0.01,
|
||||
"physics" : "grenade",
|
||||
"damageKindImage" : "icon.png",
|
||||
"pointLight" : false,
|
||||
"onlyHitTerrain" : true,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "option",
|
||||
"options" : [
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "fleshseed1",
|
||||
"fuzzAngle" : 50,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"inheritSpeedFactor" : 1
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "fleshseed1",
|
||||
"fuzzAngle" : 20,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"inheritSpeedFactor" : 1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"damagePoly" : [ ],
|
||||
"power" : 0.0,
|
||||
"damageKind" : "default"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [40, 40],
|
||||
"dimensions" : [19, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/old weapons/staff projectiles/fleshstaff/fleshsplosion.png
Normal file
BIN
attic/old weapons/staff projectiles/fleshstaff/fleshsplosion.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"projectileName" : "fleshsplosion",
|
||||
"timeToLive" : 1,
|
||||
"image" : "fleshsplosion.png",
|
||||
"damageKindImage" : "icon.png",
|
||||
"onlyHitTerrain" : false,
|
||||
"damagePoly" : [ [-24, 0], [-16, -16], [0, -24], [16, -16], [24, 0], [16, 16], [0, 24], [-16, 16] ],
|
||||
"animationLoops" : false,
|
||||
"animationCycle" : 1,
|
||||
"frameNumber" : 19,
|
||||
"speed" : 0,
|
||||
"power" : 40,
|
||||
"piercing" : true,
|
||||
"flippable" : true,
|
||||
"damageKind" : "default"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue