Skip to content

Commit

Permalink
Caduceus as mothership (#823)
Browse files Browse the repository at this point in the history
* Did the deed

* Fix spectre's name tag

* Removed the None ui key

* Typo

* Limit the empress' console to just 3 ships

* Cleanup

* Add a custom shipyard console to the caduceus

* Unmail your mail

* Medical Shipyard RSI

---------

Co-authored-by: Dvir <[email protected]>
  • Loading branch information
Mnemotechnician and dvir001 authored Jan 14, 2024
1 parent cf47a2c commit b85cb9f
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 39 deletions.
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.

0 comments on commit b85cb9f

Please sign in to comment.