Skip to content

Commit

Permalink
gave miner gun upgrades background effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Sep 16, 2016
1 parent 6924966 commit df6f652
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion projectiles/explosions/hybridminerexplosion.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"action" : "explosion",
"foregroundRadius" : 3,
"backgroundRadius" : 0,
"backgroundRadius" : 1,
"explosiveDamageAmount" : 1.0,
"harvestLevel" : 99,
"delaySteps" : 2
Expand Down
2 changes: 1 addition & 1 deletion projectiles/explosions/hybridminerexplosion2.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"action" : "explosion",
"foregroundRadius" : 3,
"backgroundRadius" : 0,
"backgroundRadius" : 2,
"explosiveDamageAmount" : 1.72,
"harvestLevel" : 99,
"delaySteps" : 2
Expand Down
2 changes: 1 addition & 1 deletion projectiles/explosions/hybridminerexplosion3.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"action" : "explosion",
"foregroundRadius" : 3,
"backgroundRadius" : 0,
"backgroundRadius" : 2,
"explosiveDamageAmount" : 2.4,
"harvestLevel" : 99,
"delaySteps" : 2
Expand Down
4 changes: 2 additions & 2 deletions projectiles/explosions/hybridminerexplosion4.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
{
"action" : "explosion",
"foregroundRadius" : 3,
"backgroundRadius" : 0,
"foregroundRadius" : 4,
"backgroundRadius" : 2,
"explosiveDamageAmount" : 2.7,
"harvestLevel" : 99,
"delaySteps" : 2
Expand Down
2 changes: 1 addition & 1 deletion projectiles/explosions/hybridminerexplosion5.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"action" : "explosion",
"foregroundRadius" : 4,
"backgroundRadius" : 0,
"backgroundRadius" : 3,
"explosiveDamageAmount" : 3.5,
"harvestLevel" : 99,
"delaySteps" : 2
Expand Down
2 changes: 1 addition & 1 deletion projectiles/explosions/penumbriteminerexplosion.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"action" : "explosion",
"foregroundRadius" : 3,
"backgroundRadius" : 0,
"backgroundRadius" : 1,
"explosiveDamageAmount" : 0.88,
"harvestLevel" : 99,
"delaySteps" : 2
Expand Down

0 comments on commit df6f652

Please sign in to comment.