Heres the code, now where do I put the secondary Fragment in? I want the fragments to fragment you know? of course I'll lower the life-time... i'll tell you what I'm thinking later.
Code: Select all
<!-- Explosive Recoilless Cannon -->
<ItemType UNID="&itExpRecoillessCannon;"
name= "Explosive recoilless cannon"
level= "5"
value= "5000"
mass= "3500"
frequency= "uncommon"
modifiers= "MajorItem"
showReference= "true"
description= "Each shard of this custom recoilless cannon has a small hexagene charge in it. It's less powerful than a real blast weapon, but cheaper."
>
<Image imageID="&rsItems1;" imageX="96" imageY="0" imageWidth="96" imageHeight="96"/>
<Weapon
type= "missile"
damage= "kinetic:1d6+1; momentum1"
fireRate= "15"
missileSpeed= "40"
lifetime= "60"
powerUse= "150"
fireEffect= "&efMediumCannonFlash;"
recoil= "2"
sound= "&snRecoillessCannon;"
>
<Fragment
count= "6d12"
type= "missile"
lifetime= "8"
damage= "blast:1d6+2; WMD3"
missileSpeed= "10-60"
>
<Image imageID="&rsMissiles;" imageX="3" imageY="0" imageWidth="16" imageHeight="16" imageFrameCount="0" imageTicksPerFrame="0"/>
</Fragment>
<Effect>
<Image imageID="&rsMissiles;" imageX="0" imageY="0" imageWidth="16" imageHeight="16" imageFrameCount="0" imageTicksPerFrame="0"/>
</Effect>
</Weapon>
</ItemType>