- The big COVID-19-Isolation-time config clean-up.

This commit is contained in:
Poodmund
2020-04-25 16:53:46 +01:00
parent 1d5ae52fed
commit 7c345cf851
166 changed files with 3463 additions and 4826 deletions

View File

@ -6,7 +6,7 @@
// - Z-100 Rechargeable Battery Pack (batteryPack)
// - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack)
// 0.625m battery bank
// Z-200 Rechargeable Battery Bank
@PART[batteryBankMini]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
@ -26,7 +26,7 @@
}
}
// 1.25m battery bank
// Z-1K Rechargeable Battery Bank
@PART[batteryBank]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
@ -46,7 +46,7 @@
}
}
// 2.5m battery bank
// Z-4K Rechargeable Battery Bank
@PART[batteryBankLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
@ -66,7 +66,7 @@
}
}
// Small radial battery
// Z-100 Rechargeable Battery Pack
@PART[batteryPack]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)
@ -81,7 +81,7 @@
}
}
// Large radial battery
// Z-400 Rechargeable Battery
@PART[ksp_r_largeBatteryPack]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley (Nertea)