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
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_Mono/store/pdv-uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ uplink-pdv-t1-bastion-voucher-desc = A small card that contains the data for the
uplink-pdv-t1-neptune-voucher-name = PDV Neptune LPC [T1]
uplink-pdv-t1-neptune-voucher-desc = A small card that contains the data for the procurement of a Neptune-class frigate from the flagship's reserves.

uplink-pdv-t1-layak-voucher-name = PDV Layak LPC [T1]
uplink-pdv-t1-layak-voucher-desc = A small card that contains the data for the procurement of a Layak-class corvette from the flagship's reserves.

uplink-pdv-t2-europa-voucher-name = PDV Europa LPC [T2]
uplink-pdv-t2-europa-voucher-desc = A small card that contains the data for the procurement of a Europa-class cruiser from the flagship's reserves.

Expand Down
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Mono/Catalogs/pdv_uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1405,6 +1405,21 @@
tags:
- FactionStaticUplinkPdv

- type: listing
id: UplinkSecurityT1VoucherLayak
name: uplink-pdv-t1-layak-voucher-name
description: uplink-pdv-t1-layak-voucher-desc
productEntity: ShipVoucherLayak
cost:
Doubloon: 100
categories:
- UplinkPdvVouchers
conditions:
- !type:StoreWhitelistCondition
whitelist:
tags:
- FactionStaticUplinkPdv

# end T1

# start T2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,31 @@
- type: StaticPrice
vendPrice: 20000

- type: entity
parent: BaseShipLPCRenewable
id: ShipVoucherLayak
name: PDV Layak LPC [T1]
description: A small card that contains the data for the procurement of a Layak-class corvette from the flagship's reserves.
components:
- type: Sprite
sprite: _Mono/Objects/Misc/lpcnew.rsi
layers:
- state: icon
- state: screen
color: "#1eff00"
- state: screen7
color: "#1eff00"
shader: unshaded
- type: ShipyardVoucher
destroyOnEmpty: false
cooldown: 3600 # one hour
consoleType: BlackMarket
companyName: PDV
vessels:
- Layak
- type: StaticPrice
vendPrice: 20000

- type: entity
parent: ShipVoucherPdvT0
id: ShipVoucherPdvT1
Expand Down Expand Up @@ -639,6 +664,7 @@
- Kalisto
- Metis
- Prowler
- Layak
# end T1

# start T2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
- Hazel
- Tethys
- Eris
- Layak
- Metis
- Kalisto
- Prowler
- type: Sprite
sprite: _NF/Structures/Machines/computers.rsi
layers:
Expand Down
39 changes: 39 additions & 0 deletions Resources/Prototypes/_Mono/Shipyard/BlackMarket/layak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#Author: _starch_ (discord) / kasature90 (github)

- type: vessel
id: Layak
parent: BaseVesselAntag
name: PD-VI Layak
description: A light escort corvette for combating light ships and incoming missiles. Outfitted with 4 DRAVONs for flak, 4 Fangs, 2 Hydras, and 2 flare pods.
price: 134000 #~120k appraisal
purchasable: false # voucher only
category: Medium
group: BlackMarket
access: Pirate
shuttlePath: /SharedMaps/_Mono/Shuttles/BlackMarket/layak.yml
guidebookPage: Null
class:
- Pirate
- Pursuit
- Corvette
engine:
- AME

- type: gameMap
id: Layak
mapName: 'PDV Layak'
mapPath: /SharedMaps/_Mono/Shuttles/BlackMarket/layak.yml
minPlayers: 0
stations:
Layak:
stationProto: StandardFrontierVessel
components:
- type: StationNameSetup
mapNameTemplate: 'Layak PDV{1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
availableJobs:
Pirate: [ 0, 0 ]
PdvBorg: [ 0, 0 ]
Loading
Loading