mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Simultaneous map definitions (#16924)
* initial * Update file pathing * Fix dup vars * Move shuttle datums around * Why am I fixing pdas --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
592bbd1a1e
commit
3e46e16e8c
@@ -0,0 +1,97 @@
|
||||
/////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
|
||||
Reference in New Issue
Block a user