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

Spectre (update - round two) #1192

Merged
merged 17 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
2,277 changes: 2,277 additions & 0 deletions Resources/Maps/_NF/Shuttles/ghost.yml

Large diffs are not rendered by default.

9,923 changes: 4,743 additions & 5,180 deletions Resources/Maps/_NF/Shuttles/spectre.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,27 @@
- Mission
- Honker

# The spectre console
- type: entity
id: SpectreMothershipComputer
name: spectre mothership console
parent: BaseMothershipComputer
components:
- type: Sprite
sprite: _NF/Structures/Machines/computers.rsi
layers:
- map: ["computerLayerBody"]
state: computer_science
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: shipyard_science
- map: ["computerLayerKeys"]
state: aiupload_key
- type: ShipyardListing
shuttles:
- Ghost

# The mail console
- type: entity
id: MailCarrierMothershipComputer
Expand Down
36 changes: 36 additions & 0 deletions Resources/Prototypes/_NF/Shipyard/ghost.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Author Info
# GitHub: ThatOneGoblin25
# Discord: thedaarkgoblin

# Maintainer Info
# GitHub: ThatOneGoblin25
# Discord: thedaarkgoblin

# Shuttle Notes:
# Intended for any science mothership console.
- type: vessel
id: Ghost
name: NX Ghost
description: A small, experimental design for Xenoarcheology. Completely solar-powered, this vessel is intended for the safe and meticulous study of troublesome artifacts.
price: 18500
category: Small
group: None
shuttlePath: /Maps/_NF/Shuttles/ghost.yml

- type: gameMap
id: Ghost
mapName: 'NX Ghost'
mapPath: /Maps/_NF/Shuttles/ghost.yml
minPlayers: 0
stations:
Ghost:
stationProto: StandardFrontierVessel
components:
- type: StationNameSetup
mapNameTemplate: 'Ghost {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
overflowJobs: []
availableJobs: {}
22 changes: 16 additions & 6 deletions Resources/Prototypes/_NF/Shipyard/spectre.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
# Author Info
# GitHub: Wolfhauler
# Discord: wolfhauler

# Maintainer Info
# GitHub: ThatOneGoblin25
# Discord: thedaarkgoblin

# Shuttle Notes:
#
- type: vessel
id: Spectre
name: NSS Spectre
description: A large research mothership designed to be flown nexto a small fleet of other ships including salvage and food services.
price: 195000
name: NR Spectre
description: A large, attractive but dated vessel with a pure focus on research and development. It is capable of generating anomalies.
price: 185000
category: Large
group: Civilian
shuttlePath: /Maps/_NF/Shuttles/spectre.yml

- type: gameMap
id: Spectre
mapName: 'NSSSpectre'
mapName: 'NR Spectre'
mapPath: /Maps/_NF/Shuttles/spectre.yml
minPlayers: 0
stations:
Expand All @@ -24,7 +34,7 @@
- type: StationJobs
overflowJobs: []
availableJobs:
Scientist: [ 0, 0 ]
Bartender: [ 0, 0 ]
StationEngineer: [ 0, 0 ]
ResearchDirector: [ 0, 0 ]
Scientist: [ 0, 0 ]
StationEngineer: [ 0, 0 ]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions Resources/Textures/_NF/Structures/Machines/computers.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
{
"name": "computer_medical",
"directions": 4
},
{
"name": "computer_science",
"directions": 4
},
{
"name": "generic_keyboard",
Expand Down Expand Up @@ -146,10 +150,74 @@
0.3
]
]
},
{
"name": "shipyard_science",
"directions": 4,
"delays": [
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
]
]
},
{
"name": "shipyard_science",
"directions": 4,
"delays": [
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
],
[
1.0,
0.3,
1.0,
0.3
]
]
},
{
"name": "telesci_key",
"directions": 4
},
{
"name": "aiupload_key",
"directions": 4
},
{
"name": "contraband",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading