v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"projectileName" : "boomblastspawner",
|
||||
"physics" : "laser",
|
||||
"bounces" : 0,
|
||||
"damageKindImage" : "icon.png",
|
||||
"image" : "boomblast.png",
|
||||
"animationCycle" : 0.5,
|
||||
"timeToLive" : 0.001,
|
||||
"frameNumber" : 4,
|
||||
"power" : 0,
|
||||
"speed" : 75,
|
||||
"supportsProcessing" : true,
|
||||
"onlyHitTerrain" : true,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "boomblast",
|
||||
"fuzzAngle" : 0,
|
||||
"inheritDamageFactor" : 0.666,
|
||||
"inheritSpeedFactor" : 1.0
|
||||
}
|
||||
],
|
||||
"lightColor" : [255, 50, 150],
|
||||
"damagePoly" : [ [-0.1, 0.1], [0.1, 0.1], [0.1, -0.1], [-0.1, -0.1] ],
|
||||
"damageKind" : "plasma"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue