sErisProjectile
0
-1
-1
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
xVel = 0;
yVel = 0;
lifetime = 0;
damage = 60;
hpush = 5;
vpush = -3;
speed = 4;
//direction = point_direction(x, y, oCharacter.x, oCharacter.y-(oCharacter.sprite_height/2));
1
603
7
0
0
-1
2
self
0
0
1
image_angle = direction;
repeat (floor(random(2))) {
bubble = instance_create(x+irandom_range(-5,5), y+irandom_range(-5,5), oLBubble);
if (instance_exists(bubble)) {
bubble.direction = -direction+irandom_range(-35,35); // (-image_angle*image_yscale)+irandom_range(-35,35);
bubble.alarm[0] = 10+irandom_range(0,20);
bubble.speed = 2;
bubble.eris = 1;
}
}
1
603
7
0
0
-1
2
self
0
0
1
lifetime += 1;
1
603
7
0
0
-1
2
self
0
0
1
damage_player(damage, hpush, vpush, 0, 0);
1
603
7
0
0
-1
2
self
0
0
1
if (lifetime > 60) instance_destroy();
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0