v2.5.0: updated supernova dmg comment with new explosive dmg values
This commit is contained in:
committed by
Evan Debenham
parent
895d524f8e
commit
8db21a3f4e
+3
-3
@@ -105,9 +105,9 @@ public class SuperNovaTracker extends Buff {
|
|||||||
if (fieldOfView[i] && !Dungeon.level.solid[i]){
|
if (fieldOfView[i] && !Dungeon.level.solid[i]){
|
||||||
new Bomb.ConjuredBomb().explode(i); //yes, a bomb at every cell
|
new Bomb.ConjuredBomb().explode(i); //yes, a bomb at every cell
|
||||||
//this means that something in the blast effectively takes:
|
//this means that something in the blast effectively takes:
|
||||||
//5.33x bomb dmg when fully inside
|
//9x bomb dmg when fully inside
|
||||||
//4.33x when along straight edge
|
//6x when along straight edge
|
||||||
//2x when outside straight edge
|
//3x when outside straight edge
|
||||||
Dungeon.level.destroy(i);
|
Dungeon.level.destroy(i);
|
||||||
if (Actor.findChar(i) == Dungeon.hero){
|
if (Actor.findChar(i) == Dungeon.hero){
|
||||||
GameScene.flash(0x80FFFFFF);
|
GameScene.flash(0x80FFFFFF);
|
||||||
|
|||||||
Reference in New Issue
Block a user