Update claws with new lamp art and modules

This commit is contained in:
2021-01-15 17:36:14 -08:00
parent a0f70bd778
commit 7fcb091c5f
15 changed files with 34 additions and 15 deletions

View File

@ -173,13 +173,18 @@
MODULE
{
name = ModuleLight
lightName = Lamp
useAnimationDim = true
lightName = SpotLight
lightMeshRendererName = LampLens
lightBrightenSpeed = 2.5
lightDimSpeed = 2.5
resourceAmount = 0.02
resourceAmount = 0.1 // 100W
useResources = true
animationName = RestockClawLamp_On
}
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-spot-1
}
}
@ -333,15 +338,20 @@
maskTransform = DepthMask
}
MODULE
MODULE
{
name = ModuleLight
lightName = SpotLight
useAnimationDim = true
lightBrightenSpeed = 2.5
lightMeshRendererName = LampLens
lightBrightenSpeed = 2.5
lightDimSpeed = 2.5
resourceAmount = 0.02
resourceAmount = 0.08 // 80W
useResources = true
animationName = RestockMiniClawLamp_On
}
MODULE
{
name = ModuleRestockEnhancedLight
cookiePath = ReStock/Assets/Electrical/restock-light-cookie-flood-2
}
}