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
2,332 changes: 2,332 additions & 0 deletions Resources/Maps/_Crescent/Shuttles/SHI/jeonu.yml

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions Resources/Prototypes/_Crescent/Entities/Objects/Misc/shiplpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,26 @@
recipes:
- FujinLPC

- type: entity
parent: BaseItem
id: ShipVoucherJeonu
name: CSEC 'Jeonu' pattern LPC fabprint disk
description: An LPC fabprint disk loaded with a CorpSec Jeonu-class corvette pattern. Has to be redeemed at a shipyard console.
components:
- type: Item
size: Small
- type: Sprite
sprite: _Crescent/Objects/Misc/lpcchip.rsi
layers:
- state: icon
- type: StaticPrice
price: 2500
- type: ShipVoucher
ship: Jeonu
- type: ReverseEngineering # SectorCrescent
recipes:
- JeonuLPC

#ncsp

- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,15 @@
ShipComponents: 6000
ShipHull: 7000

- type: latheRecipe
id: JeonuLPC
result: ShipVoucherJeonu
completetime: 1
materials:
StarshipEngineComponents: 2000
ShipComponents: 2000
ShipHull: 3000

# MARK: Flatpacks

- type: latheRecipe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@
- MusinyaneLPC
- FleaLPC
- FujinLPC
- JeonuLPC
- MetempsychoticMachineCircuitboard
- HardlinerFlatpack
- PowerCageHardliner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
shuttles:
- buffalo
- gazpachov
- Musinyane
- Jeonu
- Chanchu
- Nazaar

Expand Down
29 changes: 29 additions & 0 deletions Resources/Prototypes/_Crescent/Maps/Ships/SHI/jeonu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- type: vessel
id: Jeonu
name: SHI Jeonu
description: A CorpSec corvette intended for heavier escort duties, its boilerplate design template is offset by a forward-focused armament.
price: 35000
category: Small
group: None
path: /Maps/_Crescent/Shuttles/SHI/jeonu.yml

- type: gameMap
id: Jeonu
mapName: 'SHI Jeonu'
mapPath: /Maps/_Crescent/Shuttles/SHI/jeonu.yml
minPlayers: 0
stations:
Jeonu:
stationProto: StandardCrescentVessel
components:
- type: VesselIcon
iffIcon:
sprite: _Crescent/ShipIcons/ifficons.rsi
state: corvette
- type: StationNameSetup
mapNameTemplate: 'SHI Jeonu {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
- type: VesselDesignation
designation: vessel-designation-patrol
1 change: 1 addition & 0 deletions Resources/Prototypes/_Crescent/Research/shinohara.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
cost: 6000
recipeUnlocks:
- NazaarLPC
- JeonuLPC
- MusinyaneLPC

- type: technology
Expand Down
Loading