Explorer Expansion: New Horizons (#6960)

* Large amount of work; Animal taming, shearing. Random animal spawns on sif grass/forest turfs. New PoIs, thermal poncho.

* Combat drone DMI moved to drones folder. Mining Drone subtype added. "Tameable" with ores, will collect and store ores when not in active combat.
This commit is contained in:
Mechoid
2020-05-01 11:19:21 -07:00
committed by GitHub
parent 0813d1db6b
commit aafd4b4fa6
95 changed files with 2145 additions and 594 deletions
@@ -74,7 +74,7 @@
light_power = 0.5
light_color = "#8837A3"
/obj/effect/projectile/tungsten/impact
/obj/effect/projectile/impact/tungsten
icon_state = "impact_mhd_laser"
light_range = 4
light_power = 3
@@ -86,7 +86,7 @@
light_power = 0.5
light_color = "#FF0D00"
/obj/effect/projectile/tungsten/muzzle
/obj/effect/projectile/muzzle/tungsten
icon_state = "muzzle_mhd_laser"
light_range = 4
light_power = 3
@@ -109,8 +109,14 @@
light_power = 0.5
light_color = "#0066FF"
/obj/effect/projectile/tungsten/tracer
/obj/effect/projectile/tracer/tungsten
icon_state = "mhd_laser"
light_range = 4
light_power = 3
light_color = "#3300ff"
/obj/effect/projectile/tracer/cannon
icon_state = "cannon"
light_range = 1
light_power = 0.5
light_color = "#f6f2b6"