2018-12-05 07:21:35 +00:00
|
|
|
// Patches applying art changes to lights
|
|
|
|
// Contents:
|
|
|
|
// - Illuminator Mk1 (spotLight1)
|
|
|
|
// - Illuminator Mk2 (spotLight2)
|
|
|
|
|
|
|
|
// Spotlight
|
|
|
|
@PART[spotLight1]
|
|
|
|
{
|
2019-03-03 13:42:20 +00:00
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL,* {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Electrical/restock-light-spot-1
|
|
|
|
position = 0.0, 0.0, 0.0
|
|
|
|
scale = 1,1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
|
|
|
@MODULE[ModuleLight]
|
|
|
|
{
|
|
|
|
@animationName = RestockSpotLight_On
|
|
|
|
@lightName = Spot
|
|
|
|
}
|
2018-12-05 07:21:35 +00:00
|
|
|
}
|
2019-03-03 13:42:20 +00:00
|
|
|
|
2018-12-05 07:21:35 +00:00
|
|
|
// Floodlight
|
|
|
|
@PART[spotLight2]
|
|
|
|
{
|
2019-03-03 13:42:20 +00:00
|
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
|
|
!MODEL,* {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Electrical/restock-light-flood-1
|
|
|
|
position = 0.0, 0.0, 0.0
|
|
|
|
scale = 1,1,1
|
|
|
|
rotation = 0, 0, 0
|
|
|
|
}
|
2018-12-10 05:49:50 +00:00
|
|
|
@MODULE[ModuleLight]
|
2019-03-03 13:42:20 +00:00
|
|
|
{
|
|
|
|
@animationName = RestockFloodLight_On
|
|
|
|
@lightName = Spot
|
|
|
|
}
|
2018-12-05 07:21:35 +00:00
|
|
|
}
|