mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Ported Map Effects (#10295)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
// Emits light forever with magic. Useful for mood lighting in Points of Interest.
|
||||
// Be sure to check how it looks ingame, and fiddle with the settings until it looks right.
|
||||
/obj/effect/map_effect/perma_light
|
||||
name = "permanent light"
|
||||
icon_state = "permalight"
|
||||
|
||||
light_range = 3
|
||||
light_power = 1
|
||||
light_color = "#FFFFFF"
|
||||
|
||||
/obj/effect/map_effect/perma_light/brighter
|
||||
name = "permanent light (bright)"
|
||||
icon_state = "permalight"
|
||||
|
||||
light_range = 5
|
||||
light_power = 3
|
||||
light_color = "#FFFFFF"
|
||||
|
||||
/obj/effect/map_effect/perma_light/concentrated
|
||||
name = "permanent light (concentrated)"
|
||||
|
||||
light_range = 2
|
||||
light_power = 5
|
||||
|
||||
/obj/effect/map_effect/perma_light/concentrated/halogen
|
||||
name = "permanent light (concentrated halogen)"
|
||||
|
||||
light_color = LIGHT_COLOR_HALOGEN
|
||||
Reference in New Issue
Block a user