Requires CANNON
A fragment (frags) are an element that defines how a Cannon bullet will act on impact. The fragment is a definition within a cannon definition, which both fall within a block definition.
Example:cannon={
roundsPerSec=20,
explosive=FINAL,
muzzleVel=800,
power=11,
damage=100,
range=1200,
explodeRadius=100,
color=47081,
fragment={
roundsPerBurst=20,
muzzleVel=800,
spread=6.283,
rangeStdDev=40,
damage=10,
range=200,
color=47081
}
},
Frags can use most of the CANNON attributes.
In the regular game, only the Terran Plasma Mortars use frags.
Data type: block