Skip to content

Commit

Permalink
Update sierra_overmap.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustKisik committed Oct 4, 2022
1 parent 67826b7 commit 45a23f1
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions maps/sierra/sierra_overmap.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
/obj/effect/overmap/visitable/ship/sierra
name = "NSV Sierra"
desc = "A space object with wide of 121.2 meters, length of 214.5 meters and high near 14.3 meters. A Self Indentification Signal classifices \
the target as NanoTrasen Science Vessel, a property of NanoTrasen Corporation."
desc = "Spacefaring vessel. NanoTrasen IFF detected."
scanner_name = "NSV Sierra"
scanner_desc = @{"
<font color = #101010><center><img src = bluentlogo.png></br><b>Property of NanoTrasen Corporation:</b>
[i]Registration[/i]: NSV Sierra
[i]Transponder[/i]: Transmitting (SCI), NanoTrasen
[b]Notice[/b]: A space object with wide of 121.2 meters, length of 214.5 meters and high near 14.3 meters. A Self Indentification Signal classifices \
the target as NanoTrasen Science Vessel, a property of NanoTrasen Corporation."}
fore_dir = WEST
vessel_mass = 63000
base = TRUE
known_ships = list(/obj/effect/overmap/visitable/ship/landable/exploration_shuttle, /obj/effect/overmap/visitable/ship/landable/guppy)
contact_class = /decl/ship_contact_class/dagon
sector_flags = OVERMAP_SECTOR_KNOWN|OVERMAP_SECTOR_IN_SPACE|OVERMAP_SECTOR_BASE
color = LIGHT_COLOR_PURPLE
icon = 'icons/obj/overmap_inf.dmi'

Expand All @@ -18,6 +26,7 @@
"Skrellian Shuttle" = list("nav_deck3_skrellshuttle"), //away_inf/skrellscoutship.dm shuttle,
"Skrellian Scout" = list("nav_deck1_skrellscout"), //away_inf/skrellscoutship.dm shuttle,
"SRV Venerable Catfish" = list("nav_deck3_catfish"), //away/verne shuttle,
"SNZ-250" = list("nav_merc_dock"), //antag_spawn/farfleet/farfleet.dmm shuttle,
)

initial_generic_waypoints = list(
Expand Down Expand Up @@ -50,18 +59,40 @@
"nav_bridge_aquila"
)

/decl/ship_contact_class/dagon
class_short = "MAKO"
class_long = "Mako-Class Frigate"
max_ship_mass = 70000

/decl/ship_contact_class/nt_sshuttle
class_short = "NSS"
class_long = "Nanotrasen Small Shuttle"
max_ship_mass = 70000

/obj/effect/overmap/visitable/ship/landable/exploration_shuttle
name = "Charon"
scanner_name = "Charon"
scanner_desc = @{"
<font color = #101010><center><img src = bluentlogo.png></br><b>Property of NanoTrasen Corporation:</b>
[i]Registration[/i]: NSS Charon
[i]Transponder[/i]: Transmitting (CIV), non-hostile
[b]Notice[/b]: NanoTrasen Shuttle"}
shuttle = "Charon"
contact_class = /decl/ship_contact_class/nt_sshuttle
max_speed = 1/(4 SECONDS)
burn_delay = 2 SECONDS
vessel_mass = 4700
fore_dir = NORTH
vessel_size = SHIP_SIZE_SMALL

/obj/effect/overmap/visitable/ship/landable/guppy
name = "Guppy"
scanner_name = "Guppy"
scanner_desc = @{"
<font color = #101010><center><img src = bluentlogo.png></br><b>Property of NanoTrasen Corporation:</b>
[i]Registration[/i]: NSS Guppy
[i]Transponder[/i]: Transmitting (CIV), non-hostile
[b]Notice[/b]: NanoTrasen Shuttle"}
shuttle = "Guppy"
contact_class = /decl/ship_contact_class/nt_sshuttle
max_speed = 1/(4 SECONDS) //was 1/(10 SECONDS)
burn_delay = 0.5 SECONDS //was 2 SECONDS, just try to not burn all the fuel
vessel_mass = 500 //was 2200, yes, it's 500 tonnes
Expand Down

0 comments on commit 45a23f1

Please sign in to comment.