Files
AM2R-Community-Updates/objects/oWallfire.object.gmx
2020-12-22 20:54:55 -06:00

262 lines
7.4 KiB
XML

<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<object>
<spriteName>sWallfire</spriteName>
<solid>0</solid>
<visible>-1</visible>
<depth>-3</depth>
<persistent>0</persistent>
<parentName>oEnemy</parentName>
<maskName>&lt;undefined&gt;</maskName>
<events>
<event eventtype="0" enumb="0">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>action_inherited();
canbeX = 0;
myhealth = 11;
damage = 4;
hitsound = sndRobotHit2;
deathsound = sndRobotExpl;
platyoffset = -6;
frozenspr = sWallfireFrozen;
target = 0;
canattack = 1;
state = 1;
image_speed = 0;
if (global.difficulty == 0) alarm[0] = 90;
if (global.difficulty == 1) alarm[0] = 60;
if (global.difficulty == 2) alarm[0] = 60;
hitemp = 1;
empspr = sWallfireDisabled;
freezefall = 0;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="2" enumb="2">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>state = 1;
if (global.difficulty == 0) alarm[0] = timer * 1.5;
if (global.difficulty == 1) alarm[0] = timer;
if (global.difficulty == 2) alarm[0] = timer * 0.5;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="2" enumb="1">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>if (active == 1 &amp;&amp; frozen == 0) {
poffset = 8 * facing;
if(facing == 1) yoffset = 4;
else yoffset = 2;
projectile = instance_create(x + poffset, y - yoffset, oWallfireProj);
projectile.hspeed = (3 + global.difficulty) * facing;
projectile.image_angle = projectile.direction;
PlaySoundMono(sndFireball);
}
if (global.difficulty == 0) alarm[2] = 30;
if (global.difficulty == 1) alarm[2] = 20;
if (global.difficulty == 2) alarm[2] = 10;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="2" enumb="0">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>state = 2;
if (global.difficulty == 0) alarm[1] = 30;
if (global.difficulty == 1) alarm[1] = 20;
if (global.difficulty == 2) alarm[1] = 10;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="3" enumb="0">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>action_inherited();
enemy_active_check(20);
enemy_target_check(90, 1);
if (active == 1 &amp;&amp; stun == 0 &amp;&amp; frozen == 0) {
if (state == 1) {
if (image_index &gt; 0) image_index -= 0.5;
}
if (state == 2 &amp;&amp; image_index &lt; 3) image_index += 0.5;
}
if (state == 100) {
spark = instance_create(x, y, oFXAnimSpark);
spark.sprite_index = sWallfireDestr;
spark.image_speed = 0;
spark.depth = 1;
spark.image_xscale = facing;
repeat (20) instance_create(x, y, oDebris);
enemy_death();
}
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="4" ename="oBatteryExpl">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>event_inherited();
emp.falling = 0;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="7" enumb="10">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>event_inherited();
if (random(2) &lt; 0.2) instance_create(x, y, oDebris);
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="7" enumb="4">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>image_xscale = facing;
</string>
</argument>
</arguments>
</action>
</event>
</events>
<PhysicsObject>0</PhysicsObject>
<PhysicsObjectSensor>0</PhysicsObjectSensor>
<PhysicsObjectShape>0</PhysicsObjectShape>
<PhysicsObjectDensity>0.5</PhysicsObjectDensity>
<PhysicsObjectRestitution>0.100000001490116</PhysicsObjectRestitution>
<PhysicsObjectGroup>0</PhysicsObjectGroup>
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
<PhysicsObjectFriction>0.200000002980232</PhysicsObjectFriction>
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
<PhysicsObjectKinematic>-1</PhysicsObjectKinematic>
<PhysicsShapePoints/>
</object>