lisongmechlab / lsml

Li Song Mech Lab

Home Page:http://lisongmechlab.github.io/lsml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle omnipods with set-bonus for different number of pieces

LiSongMWO opened this issue · comments

Example

  <Set name="vpr-dilgd">
    <SetBonuses>
      <Bonus PieceCount="8">
        <Quirk name="xpbonus_multiplier" value="0.025" />
        <Quirk name="ammocapacity_csrm_additive" value="300" />
        <Quirk name="missile_range_multiplier" value="0.10" />
        <Quirk name="energy_cooldown_multiplier" value="-0.7" />
      </Bonus>
      <Bonus PieceCount="6">
        <Quirk name="missile_spread_multiplier" value="-0.20" />
        <Quirk name="missile_range_multiplier" value="0.2" />
		<Quirk name="missile_velocity_multiplier" value="0.2" />
      </Bonus>
    </SetBonuses>

It seems like the set bonuses are additive. So if you have 8 pieces, you get the quirks for the 8 piece bonus AND the 6 piece bonus.

Some work done in commit f10d7c5.

This is now fixed, however issue #826 is now a thing. Not to be fixed in 2.1.1 tho.