mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-25 16:54:50 +00:00
Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
98 lines
2.5 KiB
Plaintext
98 lines
2.5 KiB
Plaintext
/////EXPLOSHUTTL/////
|
|
// The shuttle's 'shuttle' computer
|
|
/obj/machinery/computer/shuttle_control/explore/gbexplo
|
|
name = "short jump console"
|
|
shuttle_tag = "Exploration Shuttle"
|
|
req_one_access = list(access_pilot)
|
|
|
|
/obj/effect/overmap/visitable/ship/landable/gbexplo
|
|
name = "Exploration Shuttle"
|
|
desc = "A small shuttle from Rascal's Pass."
|
|
vessel_mass = 2500
|
|
vessel_size = SHIP_SIZE_TINY
|
|
shuttle = "Exploration Shuttle"
|
|
known = TRUE
|
|
|
|
/area/shuttle/groundbase/exploration
|
|
icon = 'icons/turf/areas_vr.dmi'
|
|
icon_state = "yelwhitri"
|
|
name = "Exploration Shuttle"
|
|
requires_power = 1
|
|
|
|
//////////////////////////////////////////////
|
|
|
|
/obj/effect/shuttle_landmark/premade/groundbase
|
|
name = "Rascal's Pass"
|
|
landmark_tag = "groundbase"
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
//AXOLOTL
|
|
|
|
// The shuttle's 'shuttle' computer
|
|
/obj/machinery/computer/shuttle_control/explore/axolotl
|
|
name = "short jump console"
|
|
shuttle_tag = "Axolotl"
|
|
|
|
// A shuttle lateloader landmark
|
|
/obj/effect/shuttle_landmark/shuttle_initializer/axolotl
|
|
name = "ITV Axolotl"
|
|
base_area = /area/submap/groundbase/wilderness/west
|
|
base_turf = /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c
|
|
landmark_tag = "omship_axolotl"
|
|
|
|
// The 'ship'
|
|
/obj/effect/overmap/visitable/ship/landable/axolotl
|
|
name = "ITV Axolotl"
|
|
scanner_desc = @{"[i]Registration[/i]: ITV Axolotl
|
|
[i]Class[/i]: Corvette
|
|
[i]Transponder[/i]: Transmitting (CIV), non-hostile
|
|
[b]Notice[/b]: Multirole independent vessel"}
|
|
vessel_mass = 4500
|
|
vessel_size = SHIP_SIZE_LARGE
|
|
fore_dir = EAST
|
|
shuttle = "Axolotl"
|
|
known = TRUE
|
|
|
|
/area/shuttle/axolotl
|
|
name = "\improper Axolotl Cabin"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "gray"
|
|
requires_power = 1
|
|
|
|
/area/shuttle/axolotl_engineering
|
|
name = "\improper Axolotl Engineering"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "yellow"
|
|
requires_power = 1
|
|
|
|
/area/shuttle/axolotl_cockpit
|
|
name = "\improper Axolotl Cockpit"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "blue"
|
|
requires_power = 1
|
|
|
|
/area/shuttle/axolotl_q1
|
|
name = "\improper Axolotl Quarters 1"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "gray-p"
|
|
requires_power = 1
|
|
|
|
/area/shuttle/axolotl_q2
|
|
name = "\improper Axolotl Quarters 2"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "gray-s"
|
|
requires_power = 1
|
|
|
|
/area/shuttle/axolotl_galley
|
|
name = "\improper Axolotl Galley"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "dark-s"
|
|
requires_power = 1
|
|
|
|
/area/shuttle/axolotl_head
|
|
name = "\improper Axolotl Head"
|
|
icon = 'icons/turf/areas_vr_talon.dmi'
|
|
icon_state = "dark-p"
|
|
requires_power = 1
|