Skip to content

Commit

Permalink
Merge pull request UmbraSpaceIndustries#155 from BobPalmer/DEVELOP
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
BobPalmer committed Feb 5, 2017
2 parents 2a9b564 + 5e4e44f commit d9a76cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions FOR_RELEASE/GameData/CommunityResourcePack/CHANGELOG.txt
@@ -1,3 +1,9 @@
0.6.6 - 2017.02.04
------------------
Added common resource Sodium a potential high efficient electric propellant
Added common resource Caesium a rare but dense and highly efficient electric propellant
ResourceLode value set to zero to prevent exploits.

0.6.5 - (2017.01.01)
--------------------
Updated asteroid and scanner settings
Expand Down
2 changes: 1 addition & 1 deletion FOR_RELEASE/GameData/CommunityResourcePack/CRP.version
Expand Up @@ -10,7 +10,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":6,
"PATCH":5,
"PATCH":6,
"BUILD":0
},
"KSP_VERSION":{
Expand Down
24 changes: 12 additions & 12 deletions FOR_RELEASE/GameData/CommunityResourcePack/CommonResources.cfg
Expand Up @@ -532,7 +532,7 @@ RESOURCE_DEFINITION
density = 0.005
flowMode = ALL_VESSEL
transfer = NONE
unitCost = 250
unitCost = 0
isTweakable = true
isVisible = true
volume = 1
Expand Down Expand Up @@ -1028,17 +1028,17 @@ RESOURCE_DEFINITION
}

RESOURCE_DEFINITION
{
+ abbreviation = Na
+ name = Sodium
+ density = 0.000968
+ flowMode = ALL_VESSEL
+ transfer = PUMP
+ isTweakable = true
+ isVisible = true
+ unitCost = 1.4
+ volume = 1
+}
{
abbreviation = Na
name = Sodium
density = 0.000968
flowMode = ALL_VESSEL
transfer = PUMP
isTweakable = true
isVisible = true
unitCost = 1.4
volume = 1
}

RESOURCE_DEFINITION
{
Expand Down

0 comments on commit d9a76cb

Please sign in to comment.