Skip to content

Commit

Permalink
Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alarcarr committed Mar 30, 2015
1 parent 6734fab commit 1187219
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
16 changes: 10 additions & 6 deletions data/research/base_grid.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Grid: Base
SS: -2,8
DevFTLIncome: -4,9
ImpThrust: -3,9
DevMoney: -2,6
DevInfluence: -3,-1
DevEnergyIncome: 1,4
PoweredArmor: 1,5
Expand Down Expand Up @@ -65,7 +64,7 @@ Grid: Base
CovariantShield: 8,6
SysGravityEngine: -6,4
ImpSupportCapSmall: 3,-2
c3: 4,-2
ImpSupportDamage: 4,-2
ImpAllHealth: 6,0
ImpFireRate: 7,1
ImpAllHealth: 8,0
Expand Down Expand Up @@ -122,7 +121,6 @@ Grid: Base
DevInfluenceIncome: -6,-1
DevInfluenceIncome2: -9,0
Flak: 6,-1
ImpSupplyRegen: 2,5
c1: 5,6
ImpSupplyStorage: 3,5
c3: 4,7
Expand Down Expand Up @@ -178,14 +176,11 @@ Grid: Base
OrbitalEnhancement: -2,-6
ImpFlagDamage: 2,10
VoidRay: 1,11
Housing: -4,-4
ImpPopLvl2: -5,-5
ImpPopLvl2: -6,-5
ImpCivHealth: -4,-3
ImpDecaySpeed: -6,-6
ImpTileDevelopment: -5,-6
ImpPlanetSupport: -3,-6
ImpPlanetDamage: -4,-6
IntelFacilities: -6,-4
ImpPlanetSupport: -6,-7
OrbitalEnhancement: -4,-7
Expand Down Expand Up @@ -245,3 +240,12 @@ Grid: Base
ImpShieldCap2: 12,8
ImpShieldAll: 12,7
ImpArmorHealth: 0,-5
ImpEnergyStorage: 2,5
ImpTracking: -2,5
ImpProjSpeed: -1,6
ImpProjSpeed2: 0,8
ImpFlagDamage2: 16,5
DePlanet: -4,-4
ImpPlanetSupport: -4,-5
Housing: -5,-5
BldMegacity: -5,-8
2 changes: 1 addition & 1 deletion data/research/improvements/ImpAllHealth.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Technology: ImpAllHealth2
Technology: Further Development
Name: (I) Material Development
Icon: AttributeIcons::6
Point Cost: 2000
Point Cost: 1500
Time Cost: 200
Description: #R_INF_HULL_DESC
ModAttribute(OrbitalHealthMod, Multiply, 1.1)
Expand Down
6 changes: 3 additions & 3 deletions data/subsystems/flagships/hulls/Destroyer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Subsystem: Destroyer
EvaluationOrder: -200
BaseColor: #cc0b04

AddShipModifier: FlagshipHull::HexLimitFactor(1.5)
AddShipModifier: FlagshipHull::HexLimitFactor(1.0)
AddShipModifier: FlagshipHull::GridWidthFactor(sqrt(2.0))
AddShipModifier: FlagshipHull::GridHeightFactor(sqrt(2.0))

AddShipModifier: HyperdriveSpeedFactor(0.9)
AddShipModifier: MassFactor(1.1)
AddShipModifier: BuildCostFactor(1.0 - 0.8 * min(sqrt((ShipSize - 100) / 3000), 1.0))
AddShipModifier: MassFactor(1.2)
AddShipModifier: BuildCostFactor(1.0 - 0.4 * min(sqrt((ShipSize - 100) / 3000), 1.0))
AddShipModifier: FireArcFactor(0.5)
AddShipModifier: ArmorHpFactor(1.3)
AddShipModifier: SupportCapacityFactor(0.5)
Expand Down
1 change: 1 addition & 0 deletions data/subsystems/flagships/modifiers/DualMount.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Template: tag/Weapon, !tag/SupportHull
AddModifier: optional BeamDamageFactor(2)
AddModifier: optional ReloadFactor(0.5)
AddModifier: optional PowerUseFactor(2)
AddModifier: optional SupplyCostFactor(2.0)

0 comments on commit 1187219

Please sign in to comment.