Skip to content

Commit

Permalink
Balancing of converter and workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
obivandamme committed Nov 19, 2015
1 parent 1f783b0 commit 1e7e49e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GameData/Workshop/Parts/OSE_Converter/Converter.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ PART
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 6
Ratio = 5
}
OUTPUT_RESOURCE
{
ResourceName = MaterialKits
Ratio = 0.1
Ratio = 0.375
DumpExcess = false
}
}
Expand Down Expand Up @@ -125,7 +125,7 @@ PART
INPUT_RESOURCE
{
ResourceName = ElectricCharge
Ratio = 6
Ratio = 5
}
OUTPUT_RESOURCE
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/Workshop/Parts/OSE_Workshop/Workshop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PART
MODULE
{
name = OseModuleWorkshop
ProductivityFactor = 0.1 // How much units of the resource a processed per second
ProductivityFactor = 0.25 // How much units of the resource a processed per second
UpkeepResource = ElectricCharge // This resource will be consumed 1 per second during processing
MinimumCrew = 2 // Amount of Kerbals needed for the Workshop to work
MaxPartVolume = 2000.0
Expand Down

0 comments on commit 1e7e49e

Please sign in to comment.