Add omni antennas

This commit is contained in:
Andrew Cassidy 2018-12-29 20:02:12 -08:00
parent b8dd06113e
commit 2f33c71628
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1
6 changed files with 29 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@ -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
}
}
}