Skip to content

Commit

Permalink
Add Generator MM cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
602p committed Dec 6, 2014
1 parent 9fb1f9a commit 7bfe438
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Entropy/Entropy/ModuleManager/Generators.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
@PART[*]:HAS[@MODULE[ModuleGenerator]]:FOR[Entropy]
{
MODULE
{
name = ModuleGeneratorReliability

// Two years
MTBF = 525600

// Engines must decay *VERY* quickly compared to other parts
LifeTime = 142800

// Amount of spare parts needed to repair the part
RepairCost = 3
// Fraction of the age that is discounted when repairing (from 0 to 1)
RepairBonus = 0.8

// Amount of spare parts needed for preemptive maintenance
MaintenanceCost = 1

// Fraction of the age that is discounted when doing maintenance (from 0 to 1)
MaintenanceBonus = 0.3

// Duration of the inspection bonus, in seconds
InspectionBonus = 300

// Set to true to suppress all notifications about this module
Silent = false

DANGIT_PERKS
{
perk = Mechanic:Normal
perk = Electrician:Skilled
}
}
}

0 comments on commit 7bfe438

Please sign in to comment.