mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add DTS-M1 Antenna
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -2,6 +2,7 @@
|
|||||||
// Contents:
|
// Contents:
|
||||||
// - Communotron 16 (longAntenna)
|
// - Communotron 16 (longAntenna)
|
||||||
// - Communotron 16-S (surfAntenna)
|
// - Communotron 16-S (surfAntenna)
|
||||||
|
// - Communotron HG-55 (mediumDishAntenna)
|
||||||
// - Communotron HG-55 (HighGainAntenna)
|
// - Communotron HG-55 (HighGainAntenna)
|
||||||
// - Communotron 88-88 (commDish)
|
// - 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
|
// Communotron HG-55
|
||||||
@PART[HighGainAntenna] {
|
@PART[HighGainAntenna] {
|
||||||
@author = Andrew Cassidy
|
@author = Andrew Cassidy
|
||||||
|
Reference in New Issue
Block a user