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
11,223 changes: 5,593 additions & 5,630 deletions Resources/Maps/_Lua/Shuttles/Expedition/orion-p.yml

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion Resources/Prototypes/_Lua/Guidebook/shipyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
- ShipyardVagabond
- ShipyardVitalis
- ShipyardWyvern
- ShipyardOrionP

- type: guideEntry
id: ShipyardArgent
Expand Down Expand Up @@ -375,4 +376,9 @@
- type: guideEntry
id: ShipyardWyvern
name: Concord-Wyvern
text: "/ServerInfo/_Lua/Guidebook/Shipyard/Wyvern.xml"
text: "/ServerInfo/_Lua/Guidebook/Shipyard/Wyvern.xml"

- type: guideEntry
id: ShipyardOrionP
name: Grand Orion-P
text: "/ServerInfo/_Lua/Guidebook/Shipyard/OrionP.xml"
14 changes: 13 additions & 1 deletion Resources/Prototypes/_Lua/Guidebook/shuttle_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@
- type: Sprite
sprite: _Lua/Guidebook/shuttle_maps/Wyvern.rsi
state: wyvern
scale: 1.3, 1.3
scale: 1.3, 1.3

- type: entity
parent: PosterBase
id: ShuttleMapOrionP
name: "Grand Orion-P"
description: "Детальная карта корабля."
categories: [ HideSpawnMenu ]
components:
- type: Sprite
sprite: _Lua/Guidebook/shuttle_maps/OrionP.rsi
state: orionp
scale: 2.1 , 2.1
72 changes: 35 additions & 37 deletions Resources/Prototypes/_Lua/Shipyard/Expedition/orion.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,39 @@
# LuaWorld - This file is licensed under AGPLv3
# Copyright (c) 2025 LuaWorld Contributors
# See AGPLv3.txt for details.
# Remap me pls
# - type: vessel
# parent: BaseVessel
# id: Orion-P
# name: MT Orion-P
# description: Научный шаттл с нестандартной компоновкой из малой серии шаттлов не горнодобывающей отрасли, характерной его компании. Наделен возможностью летать на экспедиции. Сделан под заказ.
# limit: 3
# price: 237790
# category: Large
# group: Expedition
# shuttlePath: /Maps/_Lua/Shuttles/Expedition/orion-p.yml
# whitelist:
# - Luna
# - Frontier
# class:
# - Expedition
# - Civilian
# engine:
# - Singularity
# addComponents:
# - type: IFF
# color: "#ffffff"
# - type: NanotrasenFtl
# Remap by you_my_kill (discord)

# - type: gameMap
# id: Orion-P
# mapName: 'MT Orion-P'
# mapPath: /Maps/_Lua/Shuttles/Expedition/orion-p.yml
# minPlayers: 0
# stations:
# Orion-P:
# stationProto: StandardFrontierExpeditionVessel
# components:
# - type: StationNameSetup
# mapNameTemplate: 'MT Orion-P {1}'
# nameGenerator:
# !type:NanotrasenNameGenerator
# prefixCreator: '14'
- type: vessel
parent: BaseVessel
id: Orion-P
name: MT Orion-P
description: Научный шаттл с нестандартной компоновкой из малой серии шаттлов не горнодобывающей отрасли, характерной его компании. Наделен возможностью летать на экспедиции. Сделан под заказ.
limit: 3
price: 145000
category: Large
group: Expedition
whitelist:
- Luna
- Frontier
class:
- Expedition
- Civilian
engine:
- Singularity
shuttlePath: /Maps/_Lua/Shuttles/Expedition/orion-p.yml
guidebookPage: ShipyardOrionP

- type: gameMap
id: Orion-P
mapName: 'MT Orion-P'
mapPath: /Maps/_Lua/Shuttles/Expedition/orion-p.yml
minPlayers: 0
stations:
Orion-P:
stationProto: StandardFrontierExpeditionVessel
components:
- type: StationNameSetup
mapNameTemplate: 'MT Orion-P {1}'
nameGenerator:
!type:NanotrasenNameGenerator
prefixCreator: '14'
Loading
Loading