-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Science Costs Fixes, Lunar Landing Note, Mass Spectrometry Data Scale…
…, Early Film entryCost * Fixed the costs of Thermometer and Barometer to 1 * Fixed the entryCost of Early Film Camera * Moved a couple of late game science parts in tech tree * Added note to Lunar Landing reminding about flag planting * Lowered Mass Spectrometry data to 3
- v3.19.0.0
- v3.18.0.0
- v3.17.0.0
- v3.16.0.0
- v3.15.0.0
- v3.14.0.0
- v3.13.0.0
- v3.12.0.0
- v3.11.0.0
- v3.10.0.0
- v3.9.0.0
- v3.8.0.0
- v3.7.0.0
- v3.6.1.0
- v3.6.0.0
- v3.5.0.0
- v3.4.0.0
- v3.3.0.1
- v3.3.0.0
- v3.2.1.0
- v3.2.0.1
- v3.2.0.0
- v3.1.1.2
- v3.1.1.1
- v3.1.1.0
- v3.0.0.2
- v3.0.0.1
- v3.0.0.0
- v2.13.0.0
- v2.12.0.0
- v2.11.0.1
- v2.11.0.0
- v2.10.0.0
- v2.9.1.1
- v2.9.1.0
- v2.9.0.1
- v2.9.0.0
- v2.8.1.0
- v2.8.0.0
- v2.7.1.0
- v2.7.0.0
- v2.6.4.0
- v2.6.3.0
- v2.6.2.0
- v2.6.1.1
- v2.6.0.0
- v2.5.0.0
- v2.4.2.0
- v2.4.1.0
- v2.4.0.0
- v2.3.0.0
- v2.2.0.0
- v2.1.0.0
- v2.0.2.0
- v2.0.1.0
- v2.0.0.0
- v1.13.2.2
- v1.13.2.1
- v1.13.2.0
- v1.13.1.0
- v1.13.0.0
- v1.12.19.0
- v1.12.18.0
- v1.12.17.0
- v1.12.16.0
- v1.12.15.0
- v1.12.14.0
- v1.12.13.0
- v1.12.12.0
- v1.12.11.0
- v1.12.10.0
- v1.12.9.0
- v1.12.8.0
- v1.12.7.0
- v1.12.6.0
- v1.12.5.0
- v1.12.4.0
- v1.12.3.0
- v1.12.2.0
- v1.12.1.0
- v1.12.0.0
- v1.11.11.0
- v1.11.10.0
- v1.11.9.0
- v1.11.8.0
- v1.11.7.0
- v1.11.6.0
- v1.11.5.0
- v1.11.4.0
- v1.11.3.0
- v1.11.2.0
- v1.11.1.0
- v1.11.0.0
- v1.10.7.0
- v1.10.6.1
- v1.10.6.0
- v1.10.5.0
- v1.10.4.0
- v1.10.3.0
- v1.10.2.0
- v1.10.0.1
- v1.10.0.0
- v1.9.1
- v1.9.0
- v1.8.1
- v1.8
- v1.7
- v1.6
- v1.5
- v1.4.1
- v1.3
- v1.2.1
- v1.2
- v1.1.1
- v1.1
- v1.00
- 3.1.0.0
- 3.0.1.0
- 1.4
Showing
4 changed files
with
78 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
EXPERIMENT_DEFINITION | ||
{ | ||
id = RP0-EmptyExperiment // ID of Experiment | ||
title = Slot available for an experiment // Title of Experiment | ||
baseValue = 0 // Base Value | ||
scienceCap = 0 // Total Possible Value | ||
dataScale = 1 // Data Scale Bits is x10 of this value | ||
requireAtmosphere = False // Have to run inside an atmosphere? | ||
situationMask = 3 // Where can it be run globally? | ||
biomeMask = 3 // Where can it be run biome specific? | ||
|
||
// WBIModuleScienceExperiment specific fields | ||
|
||
// (Required) Description of the experiment | ||
description = There is no experiment in this slot. You can transfer an experiment into this slot from a suitable experiment container. | ||
|
||
// (Required) Mass of the experiment in tons | ||
mass = 0.0 | ||
|
||
// Percent chance that an experiment will be successful. The dice are rolled after all other conditions are met. | ||
chanceOfSuccess = 100 | ||
|
||
// Tech node that must be researched in order for the experiment to be available | ||
techRequired = start | ||
|
||
// Cost of the experiment | ||
cost = 0 | ||
|
||
// Parts required to run the experiment. List by part TITLE, not name. Can have several iterations, experiment only requires one | ||
requiredParts = Thermometer | ||
|
||
// Tags are used to include or filter out certain experiments. A lab must have the tag filter of an experiment to run it. | ||
tags = RP0 | ||
|
||
// Minimum crew in the vessel | ||
minCrew = 0 | ||
|
||
// Planetary Bodies where the experiment can be run. Separate these by semicolon | ||
celestialBodies = Earth | ||
|
||
// Minimum required altitude to run the experiment, in meters | ||
minAltitude = 0 | ||
|
||
// Maximum altitude required to run the experiment, in meters | ||
maxAltitude = 99999999 | ||
|
||
// Format: ResourceName,Amount;ResourceName,Amount | ||
requiredResources = Water,36 | ||
|
||
// Can include one or more of: DOCKED, ESCAPING, FLYING, LANDED, PRELAUNCH, ORBITING, SPLASHED, SUB_ORBITAL (seperate by semicolon) | ||
situations = ORBITING | ||
|
||
// Minimum required asteroid mass in tonnes | ||
minimumAsteroidMass = 1.0 | ||
|
||
// Custom part module that will be run upon successful completion of an experiment. This gives you the ability to have custom benefits when an experiment completes. | ||
MODULE | ||
{ | ||
name = MyCustomPartModule | ||
} | ||
|
||
RESULTS | ||
{ | ||
default = Nothing to see here, move along. | ||
} | ||
|
||
} | ||
|