v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
31
assets/devel/projectiles/torpedo/torpedo.projectile
Normal file
31
assets/devel/projectiles/torpedo/torpedo.projectile
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"projectileName" : "torpedo",
|
||||
"image" : "torpedo.png",
|
||||
"animationCycle" : 0.25,
|
||||
"frameNumber" : 4,
|
||||
"piercing" : true,
|
||||
"flippable" : true,
|
||||
|
||||
"emitters" : [ "bubbletrail" ],
|
||||
|
||||
"physics" : "torpedo",
|
||||
|
||||
"damageTeam" : { "type" : "indiscriminate" },
|
||||
"damageType" : "NoDamage",
|
||||
"damageKind" : "default",
|
||||
|
||||
"speed" : 100,
|
||||
"acceleration" : 20,
|
||||
|
||||
"timeToLive" : 30,
|
||||
|
||||
"actionOnHit" : [
|
||||
{
|
||||
"action" : "config",
|
||||
"file" : "/projectiles/explosions/regularexplosion2/regularexplosionknockback.config"
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
"persistentAudio" : "/sfx/tech/forcefield_loop.ogg"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue