Various weather and firework related cleanup and adjustments

This commit is contained in:
Heroman
2023-03-16 17:07:56 +10:00
parent 7b85dc1c11
commit fbf6bf41c2
9 changed files with 208 additions and 16 deletions
@@ -39,6 +39,15 @@
build_path = /obj/item/weapon/firework_star/weather/overcast
sort_string = "IFABB"
/datum/design/item/firework_star/weather_fog
name = "weather - FOG"
desc = "A firework star, designed for use with launcher. Modifies current planetary weather effects. This one creates fog."
id = "fireworkcloudy"
req_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 3)
materials = list(MAT_PLASTIC = 2000, MAT_GLASS = 2000, MAT_SILVER = 2000)
build_path = /obj/item/weapon/firework_star/weather/fog
sort_string = "IFABB"
/datum/design/item/firework_star/weather_rain
name = "weather - RAIN"
desc = "A firework star, designed for use with launcher. Modifies current planetary weather effects. This one creates rain."