Skip to content

Commit

Permalink
Merge branch 'new-frontiers-14:master' into 2024-01-03-MusicDrobe
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Jan 14, 2024
2 parents 20ecb65 + 5d41eec commit 2f6c198
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 56 deletions.
8 changes: 8 additions & 0 deletions Resources/Changelog/Changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2793,3 +2793,11 @@ Entries:
message: Anomaly generator now require bananium processed ore.
id: 4743
time: '2024-01-12T02:57:26.0000000+00:00'
- author: Mnemotechnician
changes:
- type: Add
message: >-
Added a mothership console to the Caduceus, offering small medical
ships.
id: 4744
time: '2024-01-14T01:16:16.0000000+00:00'
82 changes: 47 additions & 35 deletions Resources/Maps/Shuttles/caduceus.yml

Large diffs are not rendered by default.

79 changes: 62 additions & 17 deletions Resources/Prototypes/Datasets/tips.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 2f6c198

Please sign in to comment.