Catch up to Master

This commit is contained in:
Andrew Cassidy 2019-03-24 18:15:38 -07:00
parent f8dcd7a548
commit 9cd4323d7f
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
9 changed files with 79 additions and 1 deletions

View File

@ -130,6 +130,6 @@
!MODEL {}
MODEL
{
model = ReStock/Assets/Science/restock-sciencebox-radial
model = ReStock/Assets/Science/restock-sciencebox-radial-1
}
}

View File

@ -1,3 +1,6 @@
v0.2.0
------
v0.1.4
------

View File

@ -167,6 +167,10 @@ Localization
#LOC_RestockPlus_restock-goocanister-625-1_description = After an unfortunate accident where a technician attempted to stack delicate machinery on the classic Mystery Goo™ canister, FLOOYD Dynamics Labs saw a market opportunity for a version with a flat top and bottom.
#LOC_RestockPlus_restock-goocanister-625-1_tags = experiment research science 0.625 restock mystery goo inline
#LOC_RestockPlus_restock-sciencebox-inline-1_title = Experiment Return Unit
#LOC_RestockPlus_restock-sciencebox-inline-1_description = Since science experiments kept getting destroyed before being recovered, our kerbal engineers designed the Experiment Return Unit in a conical shape to better survive the rigors of atmospheric reentry. Heat shield sold separately.
#LOC_RestockPlus_restock-sciencebox-inline-1_tags = experiment research science recovery reentry restock .625 1.25 inline
// Communications
#LOC_RestockPlus_restock-relay-radial-2_title = HG-20 High Gain Antenna
#LOC_RestockPlus_restock-relay-radial-2_description = A longer range version of the HG-5 that can handle either direct communications or short range relays, using 4 different dishes.

View File

@ -0,0 +1,66 @@
// ReStock+ 0.2.0
// inline science canister
PART
{
name = restock-sciencebox-stack-1
module = Part
author = Andrew Cassidy
MODEL
{
model = ReStock/Assets/Science/restock-sciencebox-stack-1
scale = 1.0, 1.0, 1.0
}
rescaleFactor = 1.0
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,1
node_stack_top = 0.0, 0.266, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0,-0.16, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = start
entryCost = 0
cost = 1000
category = Science
subcatagory = 0
title = #LOC_RestockPlus_restock-sciencebox-inline-1_title //Experiment Return Unit
manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group
description = #LOC_RestockPlus_restock-goocanister-625-1_description
// Since science experiments kept getting destroyed before being recovered, our kerbal engineers designed the Experiment Return Unit in a conical shape to better survive the rigors of atmospheric reentry. Heat shield sold separately.
mass = 0.10
dragModelType = default
dragModelType = default
maximum_drag = 0.1
minimum_drag = 0.1
angularDrag = 2
crashTolerance = 12
maxTemp = 2900
breakingForce = 50
breakingTorque = 50
childStageOffset = 1
bulkheadProfiles = size0, size1
tags = #LOC_RestockPlus_restock-sciencebox-inline-1_tags //experiment research science recovery reentry restock .625 1.25 inline
MODULE
{
name = FlagDecal
textureQuadName = flags
}
MODULE
{
name = ModuleConductionMultiplier
modifiedConductionFactor = 0.001
convectionFluxThreshold = 500
}
MODULE
{
name = ModuleScienceContainer
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
storageRange = 1.5
canBeTransferredToInVessel = True
canTransferInVessel = True
showStatus = True
}
}

View File

@ -1,3 +1,8 @@
v0.2.0
------
- New Science parts
- Experiment Return Unit (Andrew Cassidy): Inline science box
v0.1.4
------
- Changed radial material bay and inline goo canister to use localization strings (#557)