Re: Random Questions
Oops. It's a bug. I've reversed the values on the Boarding Parties component. You can correct it by editing the Boarding parties entry in Components.txt (in the data folder).
From:
Ability 1 Type := Boarding Attack
Ability 1 Description := Boarding Parties provide [%Amount1%] attackers that can overcome [%Amount2%] regular crew members.
Ability 1 Scope := Space Object
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := 50 + (([%Level%] - 1) * 5)
Ability 1 Amount 2 Formula := 200 + (([%Level%] - 1) * 20)
to
Ability 1 Type := Boarding Attack
Ability 1 Description := Boarding Parties provide [%Amount2%] attackers that can overcome [%Amount1%] regular crew members.
Ability 1 Scope := Space Object
Ability 1 Range Formula := 0
Ability 1 Amount 1 Formula := 200 + (([%Level%] - 1) * 20)
Ability 1 Amount 2 Formula := 50 + (([%Level%] - 1) * 5)
|