View Single Post
  #20  
Old February 28th, 2008, 10:54 PM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,624
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default 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)
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote