Add DTS-M1 Antenna

This commit is contained in:
Andrew Cassidy 2019-02-17 21:51:09 -08:00
parent 818e25918e
commit eaa60f78f7
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
3 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Contents:
// - Communotron 16 (longAntenna)
// - Communotron 16-S (surfAntenna)
// - Communotron HG-55 (mediumDishAntenna)
// - Communotron HG-55 (HighGainAntenna)
// - Communotron 88-88 (commDish)
@ -30,6 +31,22 @@
}
}
// Communotron DTS-M1
@PART[mediumDishAntenna] {
@author = Andrew Cassidy
!mesh = DELETE
MODEL {
model = ReStock/Assets/Communication/restock-antenna-radial-2
}
@MODULE[ModuleDeployableAntenna] {
@animationName = Deploy
@pivotName = Dish
!raycastTransformName = DELETE
}
}
// Communotron HG-55
@PART[HighGainAntenna] {
@author = Andrew Cassidy