Meaning of Starbase Weapon Value Parameter in StarbaseDefs.xml

A weapon in StarbaseDefs.xml contains this section (the same for all weapon types):

    <Stats>
      <EffectType>BeamWeapon</EffectType>
      <Target>
        <TargetType>Starbase</TargetType>
      </Target>
      <BonusType>Flat</BonusType>
      <Value>1</Value>
    </Stats>

What is the effect of the Value parameter? I changed it experimentally to 2, but couldn't see any different behaviour. I thought it could be the number of weapons of the same type and hoped by raise it I could make the starbase fire more often per turn, but that isn't the case.

4,827 views 2 replies
Reply #1 Top

That just enables this Weapon Type,

you get the same stats on the Weapon-components too.

Reply #2 Top

Hm, ok, thanks.

So there is no possibility to put the same weapon on a starbase several times? Perhaps by repeating the BeamAttack, MissileAttack and KineticAttack sections in StarbaseDefs.xml?