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, 9],
|
||||
"dimensions" : [7, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6" ]
|
||||
]
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"projectileName" : "groundfirebomb",
|
||||
"physics" : "grenade",
|
||||
"bounces" : 0,
|
||||
"timeToLive" : 5,
|
||||
"image" : "groundfirebomb.png",
|
||||
"animationCycle" : 5,
|
||||
"lightColor" : [105, 64, 0],
|
||||
"frameNumber" : 7,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "groundfire",
|
||||
"angle" : 0,
|
||||
"inheritDamageFactor" : 0.5
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "groundfire",
|
||||
"angle" : 180,
|
||||
"inheritDamageFactor" : 0.5
|
||||
}
|
||||
],
|
||||
"power" : 50,
|
||||
"damageType" : "NoDamage",
|
||||
"damageKind" : "default",
|
||||
"damagePoly" : [ [-6, 0], [-4, -4], [0, -6], [4, -4], [6, 0], [4, 4], [0, 6], [-4, 4] ],
|
||||
"emitters" : [ "sparks" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue