Skip to content

Commit

Permalink
Merge pull request #74 from Bbools/master
Browse files Browse the repository at this point in the history
Adjusted maxDamage of Condensator
  • Loading branch information
MauveCloud authored Jul 23, 2019
2 parents 987aeec + 0b8477e commit 995024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ic2ExpReactorPlanner/ComponentFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ private ComponentFactory() {
new Plating(21, "reactorPlating", getI18n("ComponentName.ReactorPlating"), TextureFactory.getImage("reactorPlating.png", "plating.png"), 1, 1, null, 1000, 0.9025),
new Plating(22, "heatCapacityReactorPlating", getI18n("ComponentName.HeatCapacityReactorPlating"), TextureFactory.getImage("reactorPlatingHeat.png", "heat_plating.png"), 1, 1, null, 1700, 0.9801),
new Plating(23, "containmentReactorPlating", getI18n("ComponentName.ContainmentReactorPlating"), TextureFactory.getImage("reactorPlatingExplosive.png", "containment_plating.png"), 1, 1, null, 500, 0.81),
new Condensator(24, "rshCondensator", getI18n("ComponentName.RshCondensator"), TextureFactory.getImage("reactorCondensator.png", "rsh_condensator.png"), 0, 20e3, null),
new Condensator(25, "lzhCondensator", getI18n("ComponentName.LzhCondensator"), TextureFactory.getImage("reactorCondensatorLap.png", "lzh_condensator.png"), 0, 100e3, null),
new Condensator(24, "rshCondensator", getI18n("ComponentName.RshCondensator"), TextureFactory.getImage("reactorCondensator.png", "rsh_condensator.png"), 1, 20e3, null),
new Condensator(25, "lzhCondensator", getI18n("ComponentName.LzhCondensator"), TextureFactory.getImage("reactorCondensatorLap.png", "lzh_condensator.png"), 1, 100e3, null),
new FuelRod(26, "fuelRodThorium", getI18n("ComponentName.FuelRodThorium"), TextureFactory.getImage("gt.Thoriumcell.png"), 50e3, 1, "GT5.08", 20, 0.5, 1, false),
new FuelRod(27, "dualFuelRodThorium", getI18n("ComponentName.DualFuelRodThorium"), TextureFactory.getImage("gt.Double_Thoriumcell.png"), 50e3, 1, "GT5.08", 40, 1, 2, false),
new FuelRod(28, "quadFuelRodThorium", getI18n("ComponentName.QuadFuelRodThorium"), TextureFactory.getImage("gt.Quad_Thoriumcell.png"), 50e3, 1, "GT5.08", 80, 2, 4, false),
Expand Down

0 comments on commit 995024c

Please sign in to comment.