mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Write descriptions, update balance
This commit is contained in:
parent
437ae6de80
commit
0daced12a5
@ -0,0 +1,56 @@
|
||||
// Patches applying art changes to Making History heat shields
|
||||
// Contents:
|
||||
- Heat Shield (1.875m) (HeatShield1p5)
|
||||
|
||||
@PART[HeatShield1p5]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Aero/restock-heatshield-1875-1
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = Classic
|
||||
VARIANT
|
||||
{
|
||||
name = Classic
|
||||
displayName = #LOC_Restock_variant-heat-shield-brown
|
||||
primaryColor = #8d6c24
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = true
|
||||
HeatShield1875Red = false
|
||||
HeatShield1875Black = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Black
|
||||
displayName = #LOC_Restock_variant-heat-shield-black
|
||||
primaryColor = #303030
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = false
|
||||
HeatShield1875Red = false
|
||||
HeatShield1875Black = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
name = Red
|
||||
displayName = #LOC_Restock_variant-heat-shield-red
|
||||
primaryColor = #793b25
|
||||
GAMEOBJECTS
|
||||
{
|
||||
HeatShield1875Brown = false
|
||||
HeatShield1875Red = true
|
||||
HeatShield1875Black = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -26,6 +26,7 @@
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
@ -35,7 +36,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Long = true
|
||||
Tank1875LongGrey = false
|
||||
Tank1875LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -47,7 +50,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Long = false
|
||||
Tank1875LongGrey = true
|
||||
Tank1875LongOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -59,7 +64,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Long = false
|
||||
Tank1875LongGrey = false
|
||||
Tank1875LongOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -90,7 +97,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Med = true
|
||||
Tank1875MedGrey = false
|
||||
Tank1875MedOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -102,7 +111,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Med =false
|
||||
Tank1875MedGrey = true
|
||||
Tank1875MedOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -114,7 +125,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Med =false
|
||||
Tank1875MedGrey = false
|
||||
Tank1875MedOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -145,7 +158,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Small =true
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -157,7 +172,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Small = false
|
||||
Tank1875SmallGrey = true
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -169,7 +186,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Small =false
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -200,7 +219,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Tiny = true
|
||||
Tank1875TinyGrey = false
|
||||
Tank1875TinyOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -212,7 +233,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Tiny =false
|
||||
Tank1875TinyGrey = true
|
||||
Tank1875TinyOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -224,7 +247,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Tiny =false
|
||||
Tank1875TinyGrey = false
|
||||
Tank1875TinyOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -240,6 +265,17 @@
|
||||
{
|
||||
model = ReStock/Assets/FuelTank/restock-fuel-tank-1875-soyuz-1
|
||||
}
|
||||
|
||||
@MODULE[ModuleEngines]
|
||||
{
|
||||
@name = ModuleEnginesFX
|
||||
%runningEffectName =
|
||||
}
|
||||
!fx_exhaustFlame_white_tiny = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, running
|
||||
!sound_vent_medium = engage
|
||||
!sound_rocket_mini = running
|
||||
!sound_vent_soft = disengage
|
||||
|
||||
!MODULE[ModulePartVariants] {}
|
||||
MODULE
|
||||
{
|
||||
@ -255,7 +291,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Soyuz = true
|
||||
Tank1875SoyuzGrey = false
|
||||
Tank1875SoyuzOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -267,7 +305,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Soyuz = false
|
||||
Tank1875SoyuzGrey = true
|
||||
Tank1875SoyuzOrange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -279,7 +319,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
Tank1875Soyuz = false
|
||||
Tank1875SoyuzGrey = false
|
||||
Tank1875SoyuzOrange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -310,7 +352,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-125Short = true
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -322,8 +366,11 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-125Short = false
|
||||
1875-125ShortGrey = true
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
@ -334,7 +381,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-125Short = false
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -365,7 +414,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-125Long = true
|
||||
1875-125GreyLong = false
|
||||
1875-125OrangeLong = true
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -377,7 +428,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-125Long = false
|
||||
1875-125GreyLong = true
|
||||
1875-125OrangeLong = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -389,7 +442,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-125Long = false
|
||||
1875-125GreyLong = false
|
||||
1875-125OrangeLong = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -421,7 +476,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-0625= true
|
||||
1875-0625Grey = false
|
||||
1875-0625Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -433,7 +490,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-0625= false
|
||||
1875-0625Grey = true
|
||||
1875-0625Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -445,7 +504,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
1875-0625 = false
|
||||
1875-0625Grey = false
|
||||
1875-0625Orange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -477,7 +538,9 @@
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
25-1875 = true
|
||||
25-1875Grey = false
|
||||
25-1875Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -489,7 +552,9 @@
|
||||
secondaryColor = #ffffff
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
25-1875 = false
|
||||
25-1875Grey = true
|
||||
25-1875Orange = false
|
||||
}
|
||||
}
|
||||
VARIANT
|
||||
@ -501,7 +566,9 @@
|
||||
secondaryColor = #f49841
|
||||
GAMEOBJECTS
|
||||
{
|
||||
|
||||
25-1875 = false
|
||||
25-1875Grey = false
|
||||
25-1875Orange = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
v0.2.0
|
||||
------
|
||||
- Phase 2 release
|
||||
- New part replacements
|
||||
- New stock part replacements
|
||||
- Coupling
|
||||
- Advanced Grabbing Unit (Andrew Cassidy)
|
||||
- Resources
|
||||
@ -13,12 +13,12 @@ v0.2.0
|
||||
- Electrical
|
||||
- Fuel Cell (Andrew Cassidy)
|
||||
- Fuel Cell Array (Andrew Cassidy)
|
||||
- Making History parts included
|
||||
- Making History parts replaced:
|
||||
- Fuel Tanks
|
||||
- FL-C1000 Fuel Tank (Nertea)
|
||||
- FL-TX220_Fuel Tank (Nertea)
|
||||
- FL-TX440_Fuel Tank (Nertea)
|
||||
- FL-TX900_Fuel Tank (Nertea)
|
||||
- FL-TX220 Fuel Tank (Nertea)
|
||||
- FL-TX440 Fuel Tank (Nertea)
|
||||
- FL-TX900 Fuel Tank (Nertea)
|
||||
- FL-A150 Fuel Tank Adapter (Nertea)
|
||||
- FL-A151L Fuel Tank Adapter (Nertea)
|
||||
- FL-A151S Fuel Tank Adapter (Nertea)
|
||||
|
@ -64,7 +64,7 @@ Localization
|
||||
#LOC_RestockPlus_reactionwheel-radial-1_description = Steadler's small radial gyroscope provides a small amount of torque but with greater power efficiency, allowing even large stations to maintain attitude with minimal power. We're still not entirely sure how gyroscopes work, but this one allows torque on all three axes.
|
||||
#LOC_RestockPlus_reactionwheel-radial-1_tags = cmg command control fly gyro moment react stab steer torque magic_spinny_thing restock
|
||||
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_title = Medium Reaction Wheel
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_title = Medium Reaction Wheel Assembly
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_description = We purchased several of these gyroscope modules to ensure we could accurately control our medium sized rockets in all phases of flight.
|
||||
#LOC_RestockPlus_reactionwheel-1875-1_tags = restock cmg command control fly gyro moment react stab steer torque magic_spinny_thing
|
||||
|
||||
@ -120,42 +120,49 @@ Localization
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-3_title = Oscar-C Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-3_description = A doubled Oscar B with alphabetically incremented suffix.
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-3_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank oscar
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-4_title = Oscar-A Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-4_description = A mythical creation, this tank holds a fairly small amount of fuel but tucks nicely under a number of different probe cores
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-4_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank oscar
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-5_title = Oscar-A Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-5_description = A prequel to the Oscar B, this tank holds a fairly small amount of fuel.
|
||||
#LOC_RestockPlus_restock-fuel-tank-0625-5_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank oscar
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-1_title = PRBE-9 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-1_description = A set of four capsule-shaped tanks holding fuel for your tiny probe needs.
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank probe lro tiny
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-2_title = PRBE-4 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-2_description = A short collection of four spherical tanks that works well as a tiny probe propellant tank.
|
||||
#LOC_RestockPlus_restock-fuel-tank-probe-2_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank probe lro tiny
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_title = FL-R4 RCS Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_description = A medium monopropellant tank made of four small capsules. Do not over or underpressurize.
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_description = A medium monopropellant tank made of four small capsules. Do not over or underpressurize - keep it juuuust right.
|
||||
#LOC_RestockPlus_restock-fuel-tank-rcs-1875-1_tags = restock fuel fueltank mono propellant rcs
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_title = FL-X1800 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_description = The FL-X series is the size-wise successor to the FL-T series and gets you more fuel without running into Rockomax patent territory.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_title = FL-X900 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_description = A half-size tank like this one can carry a good amount of rocket fuel and do it while looking real good.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-2_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_title = FL-X440 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_description = Small but still impressive, the kerosene fumes emitted by this tank add an immediate ambiance to any storerooms used for holding rocket fuel tanks. Please ensure such rooms are well ventilated.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-3_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_title = FL-X220 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_description = Diminutively sized, this tank nevertheless can provide sufficient impulse for a well-conceived or spur of the moment burn.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-4_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title = FL-S1200 Liquid Fuel Tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description = This interestingly shaped fuel tank is conical and not cylindrical. It even includes small separation motors in case you want to use it as a booster, because you probably could.
|
||||
#LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank soyuz
|
||||
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_title = FL-XA600 Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_description = Sometimes you need a few different sizes in your rocket and that's ok. If you want to blend them smoothly, you need fuel, and your two sizes are 1.875m and 1.25m, this part is your ticket.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_title = FL-XA160 Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_description = Much like its larger brother, this part steps from 1.25m to 1.875m and is chock full of craft-grade rocket fuel.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-125-2_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_title = FL-XA160-S Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_description = An extra small cross section is no problem from this fully fueled adapter, which gracefully adapts from 1.875m to 0.625m.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-1875-0625-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_title =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_description =
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_title = FL-XA1200 Fuel Tank Adapter
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_description = A large fully fuelled adapter to step down from the large 2.5m size to a modest 1.875m size.
|
||||
#LOC_RestockPlus_restock-fuel-tank-adapter-25-1875-1_tags = restock fuel fueltank ?lfo liquid oxidizer propellant rocket tank
|
||||
|
||||
// 3.75m
|
||||
@ -172,8 +179,8 @@ Localization
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_title = Heat Shield (1.875m)
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_description =
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_tags =
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_description = A specially sized thermal shield for medium sized rockets. Curiously, has a passageway for a hatch in there - almost looks like it was made by moles.
|
||||
#LOC_RestockPlus_restock-heatshield-1875-1_tags = ablat drag entry insulate protect re- rocket therm restock
|
||||
|
||||
|
||||
// COMMAND
|
||||
@ -185,7 +192,7 @@ Localization
|
||||
#LOC_RestockPlus_restock-drone-core-0625-1_tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque restock remote rgu
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_title = RC-M01 Remote Guidance Unit
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_title = RC-M001 Remote Guidance Unit
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_description = This unit has a low sentience quotient, so you probably won't need to be careful about leaving the pod bay doors open all the time.
|
||||
#LOC_RestockPlus_restock-drone-core-1875-1_tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque restock remote rgu
|
||||
|
||||
@ -219,7 +226,7 @@ Localization
|
||||
// ====
|
||||
|
||||
// 0.625m
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_title = Protective Rocket Nose
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_title = Miniature Rocket Nose
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_description = A slightly more rocket-appropriate nosecone, available in white and shiny metal finishes.
|
||||
#LOC_RestockPlus_restock-nosecone-0625-1_tags = restock aero aircraft booster )cap drag fligh plane rocket speed stab stream nose
|
||||
|
||||
@ -237,10 +244,10 @@ Localization
|
||||
// ==========
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_title = FL-AX30 Adapter
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_title = FL-XA30 Adapter
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_description = Connect two tubes of different size classes together! Oh the kerbality!
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-25-1_tags = connect frame scaffold adapt structur restock adtp
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_title = FL-AX15 Adapter
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_title = FL-XA15 Adapter
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_description = Effectively connects small sized 1.25m tubes to larger medium 1.875m tubes.
|
||||
#LOC_RestockPlus_restock-adapter-flat-1875-125-1_tags = connect frame scaffold adapt structur restock adtp
|
||||
|
||||
@ -258,8 +265,8 @@ Localization
|
||||
|
||||
// 1.875m
|
||||
#LOC_RestockPlus_restock-battery-1875-1_title = Z-2500 Rechargeable Battery Bank
|
||||
#LOC_RestockPlus_restock-battery-1875-1_description =
|
||||
#LOC_RestockPlus_restock-battery-1875-1_tags = capacitor cell charge e/c elect pack power volt watt restock battery
|
||||
#LOC_RestockPlus_restock-battery-1875-1_description = Medium battery pack for medium battery applications.
|
||||
#LOC_RestockPlus_restock-battery-1875-1_tags = capacitor cell charge e/c elect pack power volt watt restock battery
|
||||
|
||||
// 3.75m
|
||||
#LOC_RestockPlus_restock-battery-375-1_title = Z-10K Rechargeable Battery Bank
|
||||
@ -280,8 +287,8 @@ Localization
|
||||
#LOC_RestockPlus_restock-fairing-base-1875-1_tags = restock aero )cap cargo cone contain drag fairing hollow inter nose payload protect rocket shroud stage (stor transport 875
|
||||
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_title = Service Bay (1.875m)
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_description =
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_tags = restock
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_description = A medium sized heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc.
|
||||
#LOC_RestockPlus_restock-service-bay-1875-1_tags = restock bus contain heat hollow protect (stor therm
|
||||
|
||||
// SCIENCE
|
||||
// =======
|
||||
|
@ -16,10 +16,10 @@ PART
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_bottom = 0.0, -0.1741, 0, 0.0, -1.0, 0.0, 1
|
||||
// Tech
|
||||
TechRequired = aerodynamicSystems
|
||||
entryCost = 4200
|
||||
TechRequired = start
|
||||
entryCost = 1200
|
||||
// Info
|
||||
cost = 480
|
||||
cost = 160
|
||||
category = Aero
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-nosecone-0625-1_title
|
||||
@ -28,7 +28,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-nosecone-0625-1_tags
|
||||
bulkheadProfiles = size0
|
||||
// Parameters
|
||||
mass = 0.12
|
||||
mass = 0.01
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
|
@ -16,16 +16,16 @@ PART
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.0719, 0.0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.075, 0.0, 0.0, -1.0, 0.0, 0
|
||||
TechRequired = largeUnmanned
|
||||
entryCost = 32000
|
||||
cost = 6300
|
||||
TechRequired = advUnmanned
|
||||
entryCost = 12000
|
||||
cost = 1700
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-drone-core-0625-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-drone-core-0625-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.85
|
||||
mass = 0.05
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
@ -52,7 +52,7 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.18
|
||||
rate = 0.03
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
@ -60,19 +60,19 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 40
|
||||
maxAmount = 40
|
||||
amount = 10
|
||||
maxAmount = 10
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 1
|
||||
YawTorque = 1
|
||||
RollTorque = 1
|
||||
PitchTorque = 0.25
|
||||
YawTorque = 0.25
|
||||
RollTorque = 0.25
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.6
|
||||
rate = 0.025
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
|
@ -16,16 +16,16 @@ PART
|
||||
attachRules = 1,0,1,1,0
|
||||
node_stack_top = 0.0, 0.153, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.153, 0.0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = largeUnmanned
|
||||
entryCost = 32000
|
||||
cost = 6300
|
||||
TechRequired = advUnmanned
|
||||
entryCost = 19000
|
||||
cost = 2900
|
||||
category = Pods
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-drone-core-1875-1_title
|
||||
manufacturer = #autoLOC_501631
|
||||
description = #LOC_RestockPlus_restock-drone-core-1875-1_description
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.85
|
||||
mass = 0.25
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
@ -52,7 +52,7 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.18
|
||||
rate = 0.06
|
||||
}
|
||||
hasHibernation = True
|
||||
hibernationMultiplier = 0.00125
|
||||
@ -60,19 +60,19 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
amount = 40
|
||||
maxAmount = 40
|
||||
amount = 20
|
||||
maxAmount = 20
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 5
|
||||
YawTorque = 5
|
||||
RollTorque = 5
|
||||
PitchTorque = 1
|
||||
YawTorque = 1
|
||||
RollTorque = 1
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.6
|
||||
rate = 0.1
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
|
@ -5,14 +5,17 @@ PART
|
||||
name = restock-reactionwheel-1875-1
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
mesh = model.mu
|
||||
MODEL
|
||||
{
|
||||
model = ReStockPlus/Assets/Control/restock-reactionwheel-1875-1
|
||||
scale = 1.0, 1.0, 1.0
|
||||
}
|
||||
rescaleFactor = 1
|
||||
iconCenter = 0, 3, 0
|
||||
node_stack_top = 0, 0.25, 0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0, -0.25, 0, 0.0, -1.0, 0.0, 2
|
||||
TechRequired = specializedControl
|
||||
entryCost = 11600
|
||||
cost = 2100
|
||||
entryCost = 9200
|
||||
cost = 1825
|
||||
category = Control
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-reactionwheel-1875-1_title
|
||||
@ -20,7 +23,7 @@ PART
|
||||
description = #LOC_RestockPlus_restock-reactionwheel-1875-1_description
|
||||
tags = #LOC_RestockPlus_restock-reactionwheel-1875-1_tags
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.2
|
||||
mass = 0.15
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
@ -31,13 +34,13 @@ PART
|
||||
MODULE
|
||||
{
|
||||
name = ModuleReactionWheel
|
||||
PitchTorque = 15
|
||||
YawTorque = 15
|
||||
RollTorque = 15
|
||||
PitchTorque = 22.5
|
||||
YawTorque = 22.5
|
||||
RollTorque = 22.5
|
||||
RESOURCE
|
||||
{
|
||||
name = ElectricCharge
|
||||
rate = 0.6
|
||||
rate = 0.675
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -19,8 +19,8 @@ PART
|
||||
node_stack_bottom = 0.0, -0.227, 0.0, 0.0, -1.0, 0.0, 3
|
||||
// --- editor parameters ---
|
||||
TechRequired = largeElectrics
|
||||
entryCost = 21500
|
||||
cost = 11250
|
||||
entryCost = 12125
|
||||
cost = 2800
|
||||
category = Electrical
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-battery-1875-1_title
|
||||
@ -30,7 +30,7 @@ PART
|
||||
attachRules = 1,0,1,0,0
|
||||
bulkheadProfiles = size1p5
|
||||
// --- standard part parameters ---
|
||||
mass = 0.5
|
||||
mass = 0.125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.2
|
||||
|
@ -2,7 +2,7 @@
|
||||
// 0.625m fuel tank, teeny version
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-0625-4
|
||||
name = restock-fuel-tank-0625-5
|
||||
module = Part
|
||||
author = Chris Adderley (Nertea)
|
||||
MODEL
|
||||
@ -24,10 +24,10 @@ PART
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-4_title
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-0625-5_title
|
||||
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-4_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-4_tags
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-0625-5_description
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-0625-5_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ReStock+ 0.1.0
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m probe style fuel tank
|
||||
PART
|
||||
{
|
||||
@ -18,8 +18,8 @@ PART
|
||||
node_stack_bottom = 0.0, -0.1741, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.199, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 2025
|
||||
// Info
|
||||
cost = 9
|
||||
category = FuelTank
|
||||
|
@ -1,5 +1,5 @@
|
||||
// ReStock+ 0.1.0
|
||||
// 0.625m probe style fuel tank short
|
||||
// ReStock+ 0.2.0
|
||||
// 0.625m probe style fuel tank - short
|
||||
PART
|
||||
{
|
||||
name = restock-fuel-tank-probe-2
|
||||
@ -18,10 +18,10 @@ PART
|
||||
node_stack_bottom = 0.0, -0.0881, 0, 0.0, -1.0, 0.0, 0
|
||||
node_attach = 0.0, 0.0, -0.199, 0.0, 0.0, 1.0, 0
|
||||
// Tech
|
||||
TechRequired = propulsionSystems
|
||||
entryCost = 6050
|
||||
TechRequired = precisionPropulsion
|
||||
entryCost = 1050
|
||||
// Info
|
||||
cost = 9
|
||||
cost = 5
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-probe-2_title
|
||||
@ -30,7 +30,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-probe-2_tags
|
||||
bulkheadProfiles = size0, srf
|
||||
// Parameters
|
||||
mass = 0.005625
|
||||
mass = 0.0028125
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -43,13 +43,13 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
amount = 4.05
|
||||
maxAmount = 4.05
|
||||
amount = 2.025
|
||||
maxAmount = 2.025
|
||||
}
|
||||
RESOURCE
|
||||
{
|
||||
name = Oxidizer
|
||||
amount = 4.95
|
||||
maxAmount = 4.95
|
||||
amount = 2.475
|
||||
maxAmount = 2.475
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,10 @@ PART
|
||||
attachRules = 1,1,1,1,0
|
||||
node_stack_top = 0.0, 0.425, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.425, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
// Tech
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 6000
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Long
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-1
|
||||
@ -12,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -1.875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, -1.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advFuelSystems
|
||||
entryCost = 7200
|
||||
cost = 1800
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 1.125
|
||||
dragModelType = default
|
||||
@ -32,8 +38,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
@ -53,7 +58,7 @@ PART
|
||||
name = ModulePartVariants
|
||||
useMultipleDragCubes = false
|
||||
baseVariant = White
|
||||
|
||||
|
||||
VARIANT
|
||||
{
|
||||
name = White
|
||||
@ -97,4 +102,4 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Med
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-2
|
||||
@ -12,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 4100
|
||||
cost = 900
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-2_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-2_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.5625
|
||||
dragModelType = default
|
||||
@ -32,8 +38,8 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
@ -94,4 +100,4 @@ PART
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Small
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-3
|
||||
@ -13,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 0.46875, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.46875, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 2500
|
||||
cost = 440
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-3_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-3_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.275
|
||||
dragModelType = default
|
||||
@ -33,8 +38,8 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
@ -61,7 +66,7 @@ PART
|
||||
secondaryColor = #000000
|
||||
GAMEOBJECTS
|
||||
{
|
||||
Tank1875Small =true
|
||||
Tank1875Small =true
|
||||
Tank1875SmallGrey = false
|
||||
Tank1875SmallOrange = false
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Tiny
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-4
|
||||
@ -13,14 +14,18 @@ PART
|
||||
node_stack_top = 0.0, 0.234375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.234375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.9375, 0.0, 0.0, 1.0, 0.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advRocketry
|
||||
entryCost = 1750
|
||||
cost = 220
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-1_title
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-4_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-1_description
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-4_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.1375
|
||||
dragModelType = default
|
||||
@ -33,8 +38,8 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
|
||||
tags =
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m LFO Tank - Soyuz
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-1875-soyuz-1
|
||||
@ -13,6 +15,9 @@ PART
|
||||
node_stack_bottom = 0.0, -3.75, 0.0, 0.0, -1.0, 0.0, 2
|
||||
node_attach = 0.0, -2, 0.9375, 0.0, 0.0, -1.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
CoMOffset = 0.0, -1.0, 0.2
|
||||
CoPOffset = 0.0, 0.5, 0.25
|
||||
|
||||
@ -21,9 +26,9 @@ PART
|
||||
cost = 1400
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_title
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_description
|
||||
attachRules = 1,1,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
@ -36,7 +41,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, srf
|
||||
tags =
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-1875-soyuz-1_tags
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
@ -51,10 +56,9 @@ PART
|
||||
maxAmount = 660
|
||||
}
|
||||
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleEngines
|
||||
name = ModuleEnginesFX
|
||||
thrustVectorTransformName = thrustTransform
|
||||
throttleLocked = True
|
||||
exhaustDamage = True
|
||||
@ -79,22 +83,14 @@ PART
|
||||
key = 6 0.001
|
||||
}
|
||||
exhaustDamageMultiplier = 50
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
RESOURCE
|
||||
{
|
||||
name = SolidFuel
|
||||
amount = 4
|
||||
maxAmount = 4
|
||||
}
|
||||
|
||||
stagingIcon = SOLID_BOOSTER
|
||||
fx_exhaustFlame_white_tiny = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, running
|
||||
sound_vent_medium = engage
|
||||
sound_rocket_mini = running
|
||||
sound_vent_soft = disengage
|
||||
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModulePartVariants
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 0.625m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-0625-1
|
||||
@ -12,6 +14,9 @@ PART
|
||||
node_stack_top = 0.0, 0.375, 0.0, 0.0, 1.0, 0.0, 0
|
||||
node_stack_bottom = 0.0, -0.375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 1550
|
||||
cost = 160
|
||||
@ -19,7 +24,7 @@ PART
|
||||
subcategory = 0
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.1
|
||||
dragModelType = default
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size0, size1p5, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 1.25m long adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-125-1
|
||||
@ -12,6 +14,9 @@ PART
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 3100
|
||||
cost = 600
|
||||
@ -19,7 +24,7 @@ PART
|
||||
subcategory = 0
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.375
|
||||
dragModelType = default
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, size1, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -1,8 +1,10 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 1.25m short adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-1875-125-1
|
||||
module = Part
|
||||
author = PJ
|
||||
author = Chris Adderley (Nertea)
|
||||
rescaleFactor = 1.0
|
||||
MODEL
|
||||
{
|
||||
@ -12,12 +14,15 @@ PART
|
||||
node_stack_top = 0.0, 0.234375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.234375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = advRocketry
|
||||
entryCost = 1550
|
||||
cost = 160
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1, size1p5, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
@ -77,7 +82,7 @@ PART
|
||||
1875-125ShortGrey = true
|
||||
1875-125ShortOrange= false
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
VARIANT
|
||||
{
|
||||
@ -92,7 +97,7 @@ PART
|
||||
1875-125ShortGrey = false
|
||||
1875-125ShortOrange= true
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,5 @@
|
||||
// ReStock+ 0.2.0
|
||||
// 1.875m to 2.5m adapter
|
||||
PART
|
||||
{
|
||||
name = restock-fueltank-adapter-25-1875-1
|
||||
@ -12,14 +14,17 @@ PART
|
||||
node_stack_top = 0.0, 0.9375, 0.0, 0.0, 1.0, 0.0, 2
|
||||
node_stack_bottom = 0.0, -0.9375, 0.0, 0.0, -1.0, 0.0, 2
|
||||
|
||||
/// Flag to disable this part if MH is installed
|
||||
MHReplacement = True
|
||||
|
||||
TechRequired = fuelSystems
|
||||
entryCost = 5100
|
||||
cost = 1200
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title =
|
||||
title =
|
||||
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
|
||||
description =
|
||||
description =
|
||||
attachRules = 1,0,1,1,0
|
||||
mass = 0.75
|
||||
dragModelType = default
|
||||
@ -32,7 +37,7 @@ PART
|
||||
maxTemp = 2000 // = 3000
|
||||
fuelCrossFeed = True
|
||||
bulkheadProfiles = size1p5, size2, srf
|
||||
tags =
|
||||
tags =
|
||||
RESOURCE
|
||||
{
|
||||
name = LiquidFuel
|
||||
|
@ -22,7 +22,7 @@ PART
|
||||
TechRequired = highPerformanceFuelSystems
|
||||
entryCost = 12900
|
||||
// Info
|
||||
cost = 1625
|
||||
cost = 3960
|
||||
category = FuelTank
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_title
|
||||
@ -31,7 +31,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-fuel-tank-rcs-375-1_tags
|
||||
bulkheadProfiles = size3, srf
|
||||
// Parameters
|
||||
mass = 1.125
|
||||
mass = 0.88
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -44,7 +44,7 @@ PART
|
||||
RESOURCE
|
||||
{
|
||||
name = MonoPropellant
|
||||
amount = 810
|
||||
maxAmount = 810
|
||||
amount = 1650
|
||||
maxAmount = 1650
|
||||
}
|
||||
}
|
||||
|
@ -17,10 +17,10 @@ PART
|
||||
node_stack_top = 0.0, 0.136, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.0401, 0.0, 0.0, -1.0, 0.0, 2
|
||||
// Tech
|
||||
TechRequired = nanolathing
|
||||
entryCost = 3050
|
||||
TechRequired = advConstruction
|
||||
entryCost = 2450
|
||||
// Info
|
||||
cost = 1000
|
||||
cost = 400
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_title
|
||||
@ -29,7 +29,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-adapter-flat-1875-125-1_tags
|
||||
bulkheadProfiles = size1p5, size1
|
||||
// Parameters
|
||||
mass = 0.5
|
||||
mass = 0.06
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
|
@ -17,10 +17,10 @@ PART
|
||||
node_stack_top = 0.0, 0.098, 0.0, 0.0, 1.0, 0.0, 1
|
||||
node_stack_bottom = 0.0, -0.0401, 0.0, 0.0, -1.0, 0.0, 2
|
||||
// Tech
|
||||
TechRequired = nanolathing
|
||||
entryCost = 3050
|
||||
TechRequired = advConstruction
|
||||
entryCost = 3150
|
||||
// Info
|
||||
cost = 1000
|
||||
cost = 500
|
||||
category = Structural
|
||||
subcategory = 0
|
||||
title = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_title
|
||||
@ -29,7 +29,7 @@ PART
|
||||
tags = #LOC_RestockPlus_restock-adapter-flat-1875-25-1_tags
|
||||
bulkheadProfiles = size1p5, size2
|
||||
// Parameters
|
||||
mass = 0.5
|
||||
mass = 0.1
|
||||
dragModelType = default
|
||||
maximum_drag = 0.2
|
||||
minimum_drag = 0.3
|
||||
@ -54,7 +54,7 @@ PART
|
||||
GAMEOBJECTS
|
||||
{
|
||||
FlatAdapterGreyLarge = false
|
||||
FlatAdapterWhiteLarge =
|
||||
FlatAdapterWhiteLarge =
|
||||
FlatAdapterMetalLarge = false
|
||||
FlatAdapterOrangeLarge = false
|
||||
}
|
||||
|
@ -1,18 +1,33 @@
|
||||
v0.2.0
|
||||
------
|
||||
- Phase 2 release
|
||||
- New Aero parts:
|
||||
- Miniature Rocket Nose (Nertea): 0.625m rocket nosecone (White and Metallic variants)
|
||||
- New Command parts
|
||||
- (Nertea): 0.625m drone core
|
||||
- (Nertea): 1.875m drone core
|
||||
- RC-XS1 Remote Guidance Unit (Nertea): 0.625m drone core
|
||||
- RC-M001 Remote Guidance Unit (Nertea): 1.875m drone core
|
||||
- New Control parts
|
||||
- (Nertea): 1.875m reaction wheel
|
||||
- Medium Reaction Wheel Assembly (Nertea): 1.875m reaction wheel
|
||||
- New Fuel Tank parts
|
||||
- (Nertea): 3.75m monopropellant tank
|
||||
- FL-S1 RCS Fuel Tank (Nertea): 3.75m monopropellant tank
|
||||
- FL-R4 RCS Fuel Tank (Nertea): 1.875m monopropellant tank
|
||||
- FL-X1800 Liquid Fuel Tank (Nertea): 1.875m LFO tank (long)
|
||||
- FL-X900 Liquid Fuel Tank (Nertea): 1.875m LFO tank (medium)
|
||||
- FL-X440 Liquid Fuel Tank (Nertea): 1.875m LFO tank (short)
|
||||
- FL-X200 Liquid Fuel Tank (Nertea): 1.875m LFO tank (tiny)
|
||||
- FL-S1200 Liquid Fuel Tank (Nertea): 1.875m LFO tank (tapered)
|
||||
- FL-XA1200 Fuel Tank Adapter (Nertea): 1.875m to 2.5m LFO adapter tank
|
||||
- FL-XA600 Fuel Tank Adapter (Nertea): 1.875m to 1.25m LFO adapter tank (long)
|
||||
- FL-XA160 Fuel Tank Adapter (Nertea): 1.875m to 1.25m LFO adapter tank
|
||||
- FL-XA160-S Fuel Tank Adapter (Nertea): 1/875m to 0.625m LFO adapter tank
|
||||
- Oscar-A Liquid Fuel Tank (Nertea): 0.625m half Oscar-B tank (White and Metallic variants)
|
||||
- PRBE-9 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank (long)
|
||||
- PRBE-4 Liquid Fuel Tank (Nertea): 0.625m exposed probe-style tank
|
||||
- New Structural parts
|
||||
- (Nertea): 1.875m to 2.5m flat adapter
|
||||
- (Nertea): 1.25m to 1.875m flat adapter
|
||||
- FL-XA30 Adapter (Nertea): 1.875m to 2.5m flat adapter (White, Black and White, Dark Grey/Orange and Metallic variants)
|
||||
- FL-XA15 Adapter (Nertea): 1.25m to 1.875m flat adapter (White, Black and White, Dark Grey/Orange and Metallic variants)
|
||||
- New Electrical parts
|
||||
- Z-10K Rechargeable Battery Bank (Nertea): 1.875m battery bank
|
||||
- Z-2500 Rechargeable Battery Bank (Nertea): 1.875m battery bank
|
||||
- Monopropellant APU (Andrew Cassidy): fuel cell powered by monopropellant
|
||||
- New Science parts
|
||||
- Experiment Return Unit (Andrew Cassidy): Small 0.625m to 1.25m conical experiment storage unit
|
||||
@ -24,8 +39,6 @@ v0.2.0
|
||||
- Jumbo Holding Tank (Andrew Cassidy): 3.75m ore tank
|
||||
- Medium Holding Tank (Andrew Cassidy): 1.875m ore tank
|
||||
|
||||
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
- KSP 1.7.x
|
||||
|
Loading…
Reference in New Issue
Block a user