mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add omni antennas
This commit is contained in:
parent
b8dd06113e
commit
2f33c71628
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
@ -1,18 +1,45 @@
|
||||
// Patches applying art changes to relay antennas
|
||||
// Contents:
|
||||
// - Communatron 16 (longAntenna)
|
||||
// - Communatron 16-S (surfAntenna)
|
||||
// - Communotron 88-88 (commDish)
|
||||
|
||||
// Communotron 16
|
||||
@PART[longAntenna] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
model = ReStock/Assets/Communication/restock-antenna-1
|
||||
}
|
||||
|
||||
@MODULE[ModuleDeployableAntenna] {
|
||||
@animationName = Deploy
|
||||
@pivotName = Segment_1
|
||||
}
|
||||
}
|
||||
|
||||
// Communotron 16-S
|
||||
@PART[SurfAntenna] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!MODEL {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Communication/restock-antenna-2
|
||||
}
|
||||
}
|
||||
|
||||
// Communotron 88-88
|
||||
@PART[commDish] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
MODEL {
|
||||
model = ReStock/Assets/Communication/restock-antenna-radial-5
|
||||
model = ReStock/Assets/Communication/restock-antenna-5
|
||||
}
|
||||
|
||||
@MODULE[ModuleDeployableAntenna] {
|
||||
@animationName = Deploy
|
||||
@pivotName = Dish
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user