Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shadow_mantle_groundfire_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 1;
2
image_xscale = 2;
3
image_yscale = 2;
4
timer = 0;
5
con = 0;
6
damage = 2;
7
mysolid = 0;
8
active_hitbox = true;
9
destroyonhit = false;
10
if (i_ex(obj_shadow_mantle_enemy) && i_ex(obj_mainchara_board) && obj_shadow_mantle_enemy.hp < 5 && obj_mainchara_board.myhealth < 4)
11
    damage = 1;
12
krisonly = false;