Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds pre-set warp points #991

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions Resources/Locale/en-US/deltav/warp-points/warp-points.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
warp-point-evac = Evac
warp-point-shuttle = Shuttle
warp-point-debris = Space Debris
warp-point-ruin = Space Ruin

warp-point-bridge = Bridge
warp-point-vault = Vault

warp-point-sec = Security
warp-point-perma = Perma
warp-point-detective = Detective
warp-point-court = Courtroom

warp-point-medical = Medical
warp-point-morgue = Morgue

warp-point-epistemics = Epistemics

warp-point-logistics = Logistics
warp-point-salvage = Salvage

warp-point-engineering = Engineering
warp-point-singularity = Singularity
warp-point-atmospherics = Atmos

warp-point-hop = HoP
warp-point-kitchen = Kitchen
warp-point-bar = Bar
warp-point-botany = Botany
warp-point-janitor = Janitor
warp-point-reporter = Reporter
warp-point-lawyer = Lawyer

warp-point-ai = AI
warp-point-arrivals = Arrivals
warp-point-evac = Evac
warp-point-cryo = Cryo
warp-point-chapel = Chapel
warp-point-library = Library
warp-point-dorms = Dorms
warp-point-disposals = Disposals
272 changes: 272 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Markers/warp_points.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,272 @@
# Off station
- type: entity
id: WarpPointEvacShuttle
parent: WarpPoint
suffix: Evac Shuttle
components:
- type: WarpPoint
location: warp-point-evac

- type: entity
id: WarpPointShuttle
parent: WarpPoint
suffix: Shuttle
components:
- type: WarpPoint
location: warp-point-shuttle

- type: entity
id: WarpPointDebris
parent: WarpPoint
suffix: Space Debris
components:
- type: WarpPoint
location: warp-point-debris

- type: entity
id: WarpPointRuin
parent: WarpPoint
suffix: Space Ruin
components:
- type: WarpPoint
location: warp-point-ruin

# Command
- type: entity
id: WarpPointBridge
parent: WarpPoint
suffix: Bridge
components:
- type: WarpPoint
location: warp-point-bridge

- type: entity
id: WarpPointVault
parent: WarpPoint
suffix: Vault
components:
- type: WarpPoint
location: warp-point-vault

# Security
- type: entity
id: WarpPointSecurity
parent: WarpPoint
suffix: Security
components:
- type: WarpPoint
location: warp-point-sec

- type: entity
id: WarpPointPerma
parent: WarpPoint
suffix: Perma
components:
- type: WarpPoint
location: warp-point-perma

- type: entity
id: WarpPointDetective
parent: WarpPoint
suffix: Detective
components:
- type: WarpPoint
location: warp-point-detective

- type: entity
id: WarpPointCourt
parent: WarpPoint
suffix: Courtroom
components:
- type: WarpPoint
location: warp-point-court

#Medical
- type: entity
id: WarpPointMedical
parent: WarpPoint
suffix: Medical
components:
- type: WarpPoint
location: warp-point-medical

- type: entity
id: WarpPointMorgue
parent: WarpPoint
suffix: Morgue
components:
- type: WarpPoint
location: warp-point-morgue

#Epistemics
- type: entity
id: WarpPointEpistemics
parent: WarpPoint
suffix: Epistemics
components:
- type: WarpPoint
location: warp-point-epistemics

#Logistics
- type: entity
id: WarpPointLogistics
parent: WarpPoint
suffix: Logistics
components:
- type: WarpPoint
location: warp-point-logistics

- type: entity
id: WarpPointSalvage
parent: WarpPoint
suffix: Salvage
components:
- type: WarpPoint
location: warp-point-salvage

#Engineering
- type: entity
id: WarpPointEngineering
parent: WarpPoint
suffix: Engineering
components:
- type: WarpPoint
location: warp-point-engineering

- type: entity
id: WarpPointSingulo
parent: WarpPoint
suffix: Singularity
components:
- type: WarpPoint
location: warp-point-singularity

- type: entity
id: WarpPointAtmos
parent: WarpPoint
suffix: Atmos
components:
- type: WarpPoint
location: warp-point-atmospherics

#Service
- type: entity
id: WarpPointHOP
parent: WarpPoint
suffix: HoP
components:
- type: WarpPoint
location: warp-point-hop

- type: entity
id: WarpPointKitchen
parent: WarpPoint
suffix: Kitchen
components:
- type: WarpPoint
location: warp-point-kitchen

- type: entity
id: WarpPointBar
parent: WarpPoint
suffix: Bar
components:
- type: WarpPoint
location: warp-point-bar

- type: entity
id: WarpPointBotany
parent: WarpPoint
suffix: Botany
components:
- type: WarpPoint
location: warp-point-botany

- type: entity
id: WarpPointJanitor
parent: WarpPoint
suffix: Janitor
components:
- type: WarpPoint
location: warp-point-janitor

- type: entity
id: WarpPointReporter
parent: WarpPoint
suffix: Reporter
components:
- type: WarpPoint
location: warp-point-reporter

- type: entity
id: WarpPointLawyer
parent: WarpPoint
suffix: Lawyer
components:
- type: WarpPoint
location: warp-point-lawyer

#Misc
- type: entity
id: WarpPointAI
parent: WarpPoint
suffix: AI
components:
- type: WarpPoint
location: warp-point-ai

- type: entity
id: WarpPointArrivals
parent: WarpPoint
suffix: Arrivals
components:
- type: WarpPoint
location: warp-point-arrivals

- type: entity
id: WarpPointEvac
parent: WarpPoint
suffix: Evac
components:
- type: WarpPoint
location: warp-point-evac

- type: entity
id: WarpPointCryo
parent: WarpPoint
suffix: Cryo
components:
- type: WarpPoint
location: warp-point-cryo

- type: entity
id: WarpPointChapel
parent: WarpPoint
suffix: Chapel
components:
- type: WarpPoint
location: warp-point-chapel

- type: entity
id: WarpPointLibrary
parent: WarpPoint
suffix: Library
components:
- type: WarpPoint
location: warp-point-library

- type: entity
id: WarpPointDorms
parent: WarpPoint
suffix: Dorms
components:
- type: WarpPoint
location: warp-point-dorms

- type: entity
id: WarpPointDisposals
parent: WarpPoint
suffix: Disposals
components:
- type: WarpPoint
location: warp-point-disposals
Loading