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
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,31 @@
- type: StaticPrice
vendPrice: 325000

- type: entity
parent: BaseShipLPCRenewable
id: ShipVoucherVGKeelback
name: VG Keelback LPC [T2]
description: A small card that contains the data for the procurement of a Keelback-class Corvette from the station's reserves.
components:
- type: Sprite
sprite: _Mono/Objects/Misc/lpcnew.rsi
layers:
- state: icon_capital
- state: screen
color: "#8C191EFF"
- state: screen1
color: "#B42328FF"
shader: unshaded
- type: ShipyardVoucher
destroyOnEmpty: false
cooldown: 7200 # Two Hours.
consoleType: Viper
companyName: TheViperGroup
vessels:
- Keelback
- type: StaticPrice
vendPrice: 325000

# End T2

# USSP
Expand Down
17 changes: 17 additions & 0 deletions Resources/Prototypes/_Mono/Recipes/Lathes/Factions/shipyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,23 @@
UraniumDepleted: 1000
UraniumFissile: 250

- type: latheRecipe
parent: BaseVoucherRecipe
id: ShipVoucherVGKeelback
result: ShipVoucherVGKeelback
completetime: 100
materials:
Steel: 10000
Copper: 10000
Plasteel: 5000
Lithium: 10000
Glass: 5000
Plasma: 5000
Gold: 5000
Silver: 5000
UraniumDepleted: 1000
UraniumFissile: 250

#USSP

- type: latheRecipe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- ClothingOuterHardsuitViperGroupMedic
- ClothingOuterHardsuitViperGroupJuggernaut
- ShipVoucherVGWolf
- ShipVoucherVGKeelback

- type: latheRecipePack
id: MonoViperGroupStatic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
cost: 60000
recipeUnlocks:
- ShipVoucherVGWolf
- ShipVoucherVGKeelback
technologyPrerequisites:
- UniversalMaterialResearchT2
position: 14, 8
44 changes: 44 additions & 0 deletions Resources/Prototypes/_Mono/Shipyard/Viper/keelback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Author Info
# Discord: lassih
# Github: LassiH

# Shuttle Notes:
#
- type: vessel
id: Keelback
parent: BaseVessel
name: VG Keelback
description: A medium sized corvette designed for privateering. Equipped with 3 paladin missile launcher's and 2 tovek's.
price: 325000
purchasable: false # Voucher only
category: Medium
group: Viper
access: Viper
shuttlePath: /SharedMaps/_Mono/Shuttles/Viper/keelback.yml
guidebookPage: Null
class:
- Corvette
- Patrol
- Pursuit
engine:
- AME

- type: gameMap
id: Keelback
mapName: 'VG Keelback'
mapPath: /SharedMaps/_Mono/Shuttles/Viper/keelback.yml
minPlayers: 0
stations:
Keelback:
stationProto: StandardFrontierVessel
components:
- type: StationNameSetup
mapNameTemplate: 'Keelback MIL{1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: StationJobs
availableJobs:
VGInfanteer: [ 0, 0 ]
VGLieutenant: [ 0, 0 ]
VGCommander: [ 0, 0 ]
Loading
Loading