Skip to content

Commit

Permalink
lunari rifle is awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Sep 15, 2016
1 parent 7b66e9e commit 66d80b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"projectileParameters" : { "speed" : 25 },

"baseDamage" : 7,
"energyUsage" : 40,
"energyUsage" : 50,

"fireTime" : 2.0,
"projectileCount" : 1,
"inaccuracy" : 0.1,
"inaccuracy" : 0,

"useParticleEmitter" : false,

Expand Down
13 changes: 11 additions & 2 deletions projectiles/guns/starburst/starburst.projectile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"speed" : 45,
"timeToLive" : 0.7,
"bounces" : 0,
"power" : 8,
"lightColor" : [155, 147, 27],
"piercing" : false,
"piercing" : true,
"damageKind" : "electric",
"periodicActions" : [
{
Expand All @@ -20,5 +21,13 @@
"type" : "lunarishot",
"fuzzAngle" : 360
}
]
],
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/energyshardexplosion/playerenergyshardexplosion.config"
}
],
"damagePoly" : [ [-18, 0], [-6, -6], [0, -18], [6, -6], [18, 0], [6, 6], [0, 18], [-6, 6] ]

}

0 comments on commit 66d80b4

Please sign in to comment.