sRamulkenShield
0
0
-2
0
<undefined>
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
damage = 50;
hpush = 5;
vpush = -3;
canhit = 1;
1
603
7
0
0
-1
2
self
0
0
1
if (canhit) with (other) event_user(1);
1
603
7
0
0
-1
2
self
0
0
1
if (canhit) with (other) {
event_user(1);
if (!pbeam) instance_destroy();
}
1
603
7
0
0
-1
2
self
0
0
1
dodamage = 1;
if (canhit) {
if (other.dash >= 29 || other.state == 30 || other.state == 31 || other.state == 29 || other.speedboost > 0 || other.state == 15 && other.vjump == 0 && global.screwattack == 1) dodamage = 0;
if (dodamage == 1) damage_player(damage, hpush, vpush, 0, 0);
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0