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

Caduceus as mothership #823

Merged
82 changes: 47 additions & 35 deletions Resources/Maps/Shuttles/caduceus.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,25 @@
- Fighter
- Cleric
- Rogue

# The caduceus console
- type: entity
id: CaduceusMothershipComputer
name: Caduceus mothership console
parent: BaseMothershipComputer
components:
- type: Sprite
sprite: _NF/Structures/Machines/computers.rsi
layers:
- map: ["computerLayerBody"]
state: computer_medical
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: shipyard_medical
- map: ["computerLayerKeys"]
state: telesci_key
- type: ShipyardListing
shuttles:
- Pulse
- Searchlight
6 changes: 3 additions & 3 deletions Resources/Prototypes/_NF/Shipyard/searchlight.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- type: vessel
id: searchlight
id: Searchlight
name: NM Searchlight
description: A small vessel outfitted for the search and recovery of wounded NT personnel. Primarily for recovery. Search though? Well. You got that medical tracker implanted, right?
price: 29500
Expand All @@ -8,12 +8,12 @@
shuttlePath: /Maps/Shuttles/searchlight.yml

- type: gameMap
id: searchlight
id: Searchlight
mapName: 'NM Searchlight'
mapPath: /Maps/Shuttles/searchlight.yml
minPlayers: 0
stations:
searchlight:
Searchlight:
stationProto: StandardFrontierVessel
components:
- type: StationNameSetup
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "shipyard_security and shipyard made by Potato1234_x, black market versions by terezi4real on github",
"copyright": "shipyard_security and shipyard made by Potato1234_x, black market versions by terezi4real on github, medical versions by sungyandy",
"size": {
"x": 32,
"y": 32
Expand All @@ -15,6 +15,10 @@
"name": "computer_blackmarket",
"directions": 4
},
{
"name": "computer_medical",
"directions": 4
},
{
"name": "generic_keyboard",
"directions": 4
Expand Down Expand Up @@ -113,6 +117,36 @@
]
]
},
{
"name": "shipyard_medical",
"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
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