Skip to content
Open
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
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/_Mono/store/tsfmc-uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ uplink-security-t1-dagger-voucher-desc = A small card that contains the data for
uplink-security-t1-tarantula-voucher-name = TSFMC Tarantula LPC [T1]
uplink-security-t1-tarantula-voucher-desc = A small card that contains the data for the procurement of a Tarantula-class escort from the flagship's reserves.

uplink-security-t1-sentinel-voucher-name = TSFMC Sentinel LPC [T1]
uplink-security-t1-sentinel-voucher-desc = A small card that contains the data for the procurement of a Sentinel-class escort from the flagship's reserves.
uplink-security-t1-banshee-voucher-name = TSFMC Banshee LPC [T1]
uplink-security-t1-banshee-voucher-desc = A small card that contains the data for the procurement of a Banshee-class escort from the flagship's reserves.

uplink-security-t1-mercury-voucher-name = TSFMC Mercury LPC [T1]
uplink-security-t1-mercury-voucher-desc = A small card that contains the data for the procurement of a Mercury-class corvette from the flagship's reserves.
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_Mono/Catalogs/tsfmc_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@
- FactionStaticUplinkTsf

- type: listing
id: UplinkSecurityT1VoucherSentinel
name: uplink-security-t1-sentinel-voucher-name
description: uplink-security-t1-sentinel-voucher-desc
productEntity: ShipVoucherSentinel
id: UplinkSecurityT1VoucherBanshee
name: uplink-security-t1-banshee-voucher-name
description: uplink-security-t1-banshee-voucher-desc
productEntity: ShipVoucherBanshee
cost:
FederationMilitaryCredit: 85
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@

- type: entity
parent: BaseShipLPCRenewable
id: ShipVoucherSentinel
name: TSF Sentinel LPC [T1]
description: A small card that contains the data for the procurement of a Sentinel-class escort from the flagship's reserves.
id: ShipVoucherBanshee
name: TSF Banshee LPC [T1]
description: A small card that contains the data for the procurement of a Banshee-class escort from the flagship's reserves.
components:
- type: Sprite
sprite: _Mono/Objects/Misc/lpcnew.rsi
Expand All @@ -183,7 +183,7 @@
consoleType: Security
companyName: TSF
vessels:
- Sentinel
- Banshee
- type: StaticPrice
vendPrice: 500000

Expand Down Expand Up @@ -261,7 +261,7 @@
- Tarantula
- Spica
- Mercury
- Sentinel
- Banshee
- Dagger
- Calypso
- Razorback
Expand Down
40 changes: 40 additions & 0 deletions Resources/Prototypes/_Mono/Shipyard/Nfsd/banshee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#Author: _starch_

- type: vessel
id: Banshee
parent: BaseVesselAntag
name: TSF-SKR Banshee
description: An armored and shielded corvette with a heavy focus on close-in strafing.
price: 180200
purchasable: false # voucher only
category: Medium
group: Security
access: Security
shuttlePath: /SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml
guidebookPage: Null
class:
- Patrol
- Pursuit
- Corvette
engine:
- Plasma

- type: gameMap
id: Banshee
mapName: 'Banshee'
mapPath: /SharedMaps/_Mono/Shuttles/Nfsd/banshee.yml
minPlayers: 0
stations:
Banshee:
stationProto: StandardFrontierSecurityVessel
components:
- type: StationNameSetup
mapNameTemplate: 'Banshee TSF{1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
availableJobs:
Deputy: [ 0, 0 ]
TsfBorg: [ 0, 0 ]

39 changes: 0 additions & 39 deletions Resources/Prototypes/_Mono/Shipyard/Nfsd/sentinel.yml

This file was deleted.

Loading
Loading