2018-12-05 07:21:35 +00:00
|
|
|
// Patches applying art changes to lights
|
|
|
|
// Contents:
|
|
|
|
// - Illuminator Mk1 (spotLight1)
|
|
|
|
// - Illuminator Mk2 (spotLight2)
|
|
|
|
|
2020-04-25 15:53:46 +00:00
|
|
|
// Illuminator Mk1
|
2019-11-04 16:56:59 +00:00
|
|
|
@PART[spotLight1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
2018-12-05 07:21:35 +00:00
|
|
|
{
|
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
|
|
|
|
2020-04-25 15:53:46 +00:00
|
|
|
// Illuminator Mk2
|
2019-11-04 16:56:59 +00:00
|
|
|
@PART[spotLight2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
2018-12-05 07:21:35 +00:00
|
|
|
{
|
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
|
|
|
}
|