View Single Post
Old 03-17-10, 02:59 PM   #34
Dowly
Lucky Jack
 
Join Date: Apr 2005
Location: Finland
Posts: 25,056
Downloads: 32
Uploads: 0


Default

Quote:
Originally Posted by slikster View Post
Yes please, how do you do that?
I haven't actually tested it yet, but it kinda makes sense.

Right /data/UPCdataGE/UPCcrewData/SpecialAbilities.upc

Open with notepad and scroll down to the torpedo man's passive abilities. The numbers marked with red mean how much + or - the given ability gives bonus in percentage. I've already changed the torpedo speed/damage values to zero, just do the same with the other lines marked in red. The same file has all the abilities, both passive and active for all your crew members.

But again, as I said, I haven't tested this against a target, all I know at this point that it doesn't crash my game and my torpedoes still run (tho, no idea on what speed ).

Code:
;TORPEDOMAN - Passive abilities

[SpecialAbility 15]
ID=Ability-Increase-Torpedo-SpeedDamage
NameDisplayable=Ability-Increase-Torpedo-SpeedDamage-Name
Description=Ability-Increase-Torpedo-SpeedDamage-Description, Ability-Increase-Torpedo-SpeedDamage-Description, Ability-Increase-Torpedo-SpeedDamage-Description, Ability-Increase-Torpedo-SpeedDamage-Description, Ability-Increase-Torpedo-SpeedDamage-Description
Levels= 5
AbilityType=TorpedoSpeed, TorpedoDamage    ;increase in torpedo speed and damage (in percents)
AbilityValue= 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

PointsRequirement= 0, 0, 0, 0, 0
AbilityRequirements= 0, 1, Ability-Increase-Torpedo-SpeedDamage, 1, 1, Ability-Increase-Torpedo-SpeedDamage, 2, 1, Ability-Increase-Torpedo-SpeedDamage, 3, 1, Ability-Increase-Torpedo-SpeedDamage, 4
LevelUpTree= 2, 3, 4, 5, 0
MoraleCost= 0, 0, 0, 0, 0
PointsCost= 1, 1, 1, 1, 1

AbylityActsIn= ALL

Duration=0, 0, 0, 0, 0
Cooldown=28800, 28800, 28800. 28800. 28800


[SpecialAbility 16]
ID=Ability-Reduce-Torpedo-Loading-Time
NameDisplayable=Ability-Reduce-Torpedo-Loading-Time-Name
Description=Ability-Reduce-Torpedo-Loading-Time-Description, Ability-Reduce-Torpedo-Loading-Time-Description, Ability-Reduce-Torpedo-Loading-Time-Description, Ability-Reduce-Torpedo-Loading-Time-Description, Ability-Reduce-Torpedo-Loading-Time-Description
Levels= 5
AbilityType=TorpedoLoadingTimeSimple          ;reduce torpedo loading time (in percents)
AbilityValue= -6, -12, -18, -24, -30

PointsRequirement= 0, 0, 0, 0, 0
AbilityRequirements= 0, 1, Ability-Reduce-Torpedo-Loading-Time, 1, 1, Ability-Reduce-Torpedo-Loading-Time, 2, 1, Ability-Reduce-Torpedo-Loading-Time, 3, 1, Ability-Reduce-Torpedo-Loading-Time, 4
LevelUpTree= 2, 3, 4, 5, 0
MoraleCost= 0, 0, 0, 0, 0
PointsCost= 1, 1, 1, 1, 1

AbylityActsIn= ALL

Duration=0, 0, 0, 0, 0
Cooldown=28800, 28800, 28800, 28800, 28800


[SpecialAbility 17]
ID=Ability-Reduce-Torpedo-DudChance
NameDisplayable=Ability-Reduce-Torpedo-DudChance-Name
Description=Ability-Reduce-Torpedo-DudChance-Description, Ability-Reduce-Torpedo-DudChance-Description, Ability-Reduce-Torpedo-DudChance-Description, Ability-Reduce-Torpedo-DudChance-Description, Ability-Reduce-Torpedo-DudChance-Description
Levels= 5
AbilityType=TorpedoMalfunctions           ;reduce torpedo dud chance (in percents)
AbilityValue= -10, -20, -30, -40, -50

PointsRequirement= 0, 0, 0, 0, 0
AbilityRequirements= 0, 1, Ability-Reduce-Torpedo-DudChance, 1, 1, Ability-Reduce-Torpedo-DudChance, 2, 1, Ability-Reduce-Torpedo-DudChance, 3, 1, Ability-Reduce-Torpedo-DudChance, 4
LevelUpTree= 2, 3, 4, 5, 0
MoraleCost= 0, 0, 0, 0, 0
PointsCost= 1, 1, 1, 1, 1

AbylityActsIn= ALL

Duration=0, 0, 0, 0, 0
Cooldown=28800, 28800, 28800, 28800, 28800
EDIT: Avee beat me to it. Will try that mod when I return to port.
Dowly is offline   Reply With Quote