| Revision as of 23:05, 2 February 2012 Armorwraith (Talk | contribs) A Basic Projectile ← Previous diff |
Revision as of 23:05, 2 February 2012 Armorwraith (Talk | contribs) A Basic Projectile Next diff → |
||
| Line 30: | Line 30: | ||
| - | <span title="A required header that lets the engine know we wish to create a new weapon. This tag needs to be followed by the closed accessory tag. Examine the example for further clarification."><accessory></span> | + | |
<accessory>
<name>Missile</name>
<armslevel>10</armslevel>
<description>A basic explosive projectile.</description>
<icon>bmissile.bmp</icon>
<startingnumber>-1</startingnumber>
<activationsound>shoot/small.wav</activationsound>
<accessoryaction type='WeaponProjectile'>
<projectilescale>0.5</projectilescale>
<shieldhurtfactor>0.4</shieldhurtfactor>
<spinspeed>1.0</spinspeed>
<animateflametexture/>
<collisionaction type='WeaponExplosion'>
<hurtamount>1.0</hurtamount>
<deform>down</deform>
<size>3.5</size>
<explosiontexture>exp00</explosiontexture>
<explosionsound>explosions/small.wav</explosionsound>
</collisionaction>
</accessoryaction>
</accessory>
<accessory>
.accessoryaction{color: red;}