Duck 5 years ago
commit 464fb5cf78

@ -0,0 +1,28 @@
{
"spec_version": "v1.4",
"identifier": "RestockRigidLegs",
"name": "ReStock Extra - Rigid Legs",
"abstract": "A copy of the redone Restock legs with no suspension included",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStock_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
"license": "restricted",
"resources": {
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
"repository": "https://github.com/PorktoberRevolution/ReStocked"
},
"install": [
{
"find": "RestockRigidLegs",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ReStock"
}
]
}

@ -8,6 +8,9 @@ package:
- readme.txt
- changelog.txt
- license.txt
extras-path: Distribution/RestockExtras/
included-extras:
- RestockRigidLegs
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.0

@ -32,7 +32,7 @@
}
// Hitchhiker
@PART[crewCabin]:FOR[zzzzStationParts]:HAS[~RestockIgnore[*]]:FOR[ReStock]
@PART[crewCabin]:HAS[~RestockIgnore[*]]:FOR[ReStock]
{
@author = Chris Adderley
!mesh = DELETE

@ -13,7 +13,7 @@
{
"MAJOR":1,
"MINOR":8,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,

@ -164,7 +164,7 @@ Localization
#LOC_RestockPlus_restock-fuel-tank-sphere-0625-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank round spher hemi
// 1.25m
#LOC_RestockPlus_restock-fuel-tank-sphere-125-1_title = FL-T100-R Hemispherical Liquid Fuel Tank
#LOC_RestockPlus_restock-fuel-tank-sphere-125-1_title = FL-T50-R Hemispherical Liquid Fuel Tank
#LOC_RestockPlus_restock-fuel-tank-sphere-125-1_description = A 1.25m half-sphere that stores liquid fuel and oxidizer.
#LOC_RestockPlus_restock-fuel-tank-sphere-125-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank round spher hemi
@ -207,7 +207,7 @@ Localization
#LOC_RestockPlus_restock-fuel-tank-sphere-1875-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank round spher hemi
// 2.5m
#LOC_RestockPlus_restock-fuel-tank-sphere-25-1_title = Rockomax X-200-R Hemispherical Liquid Fuel Tank
#LOC_RestockPlus_restock-fuel-tank-sphere-25-1_title = Rockomax X-200-4R Hemispherical Liquid Fuel Tank
#LOC_RestockPlus_restock-fuel-tank-sphere-25-1_description = This fuel tank is half a sphere. It should not be used as a pool, unlike other Rockomax products
#LOC_RestockPlus_restock-fuel-tank-sphere-25-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank round spher hemi
@ -220,8 +220,8 @@ Localization
#LOC_RestockPlus_restock-fuel-tank-375-4_description = A special compact tank filling a particular hole in Kerbodyne's heavy part lineup. Now you can make Kerosene pancakes!
#LOC_RestockPlus_restock-fuel-tank-375-4_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank s3 1800
#LOC_RestockPlus_restock-fuel-tank-sphere-375-1_title = Kerbodyne S3-1800R Hemispherical Liquid Fuel Tank
#LOC_RestockPlus_restock-fuel-tank-sphere-375-1_description = Compared to the -1800, the -1800R is rounder, more spherical, and importantly, more cut in two.
#LOC_RestockPlus_restock-fuel-tank-sphere-375-1_title = Kerbodyne S3-900R Hemispherical Liquid Fuel Tank
#LOC_RestockPlus_restock-fuel-tank-sphere-375-1_description = Compared to the S3-1800, the S3-900R is rounder, more spherical, and importantly, more cut in two.
#LOC_RestockPlus_restock-fuel-tank-sphere-375-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank round spher hemi
// THERMAL

@ -48,14 +48,14 @@ PART
RESOURCE
{
name = LiquidFuel
amount = 45
maxAmount = 45
amount = 22.5
maxAmount = 22.5
}
RESOURCE
{
name = Oxidizer
amount = 55
maxAmount = 55
amount = 27.5
maxAmount = 27.5
}
MODULE
{

@ -48,14 +48,14 @@ PART
RESOURCE
{
name = LiquidFuel
amount = 360
maxAmount = 360
amount = 180
maxAmount = 180
}
RESOURCE
{
name = Oxidizer
amount = 440
maxAmount = 440
amount = 220
maxAmount = 220
}
MODULE
{

@ -48,14 +48,14 @@ PART
RESOURCE
{
name = LiquidFuel
amount = 810
maxAmount = 810
amount = 405
maxAmount = 405
}
RESOURCE
{
name = Oxidizer
amount = 990
maxAmount = 990
amount = 495
maxAmount = 495
}
MODULE
{

@ -13,7 +13,7 @@
{
"MAJOR":1,
"MINOR":8,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":{
"MAJOR":1,

Loading…
Cancel
Save