-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description This PR adds several Xml documents, to be included as supplementary lore that can be linked to by Loadout entries, particularly ones that make reference to a specific corporation. This also includes a document for Security weapons, which clarifies their usage to players. Additionally, this fixes an issue with Loadouts, whereby because of the use of string-matching, it wasn't possible for more than one loadout item to share a guidebook. Instead, Loadouts can now directly declare a specific guidebook to link to. # TODO Add lore for the following: - [x] Einstein Engines - [x] Idris Incorporated - [x] Stellar Corporate Conglomerate - [x] NanoTrasen - [x] Orion Express - [x] Zeng-Hu Pharmaceuticals - [x] Hephaestus Heavy Industries - [x] Zavodskoi Interstellar - [x] Private Military Contracting Group <details><summary><h1>Media</h1></summary> <p> ![image](https://github.com/user-attachments/assets/78bf07cc-ee32-4285-a127-7fd04a3fb1c0) </p> </details> # Changelog :cl: - add: Added a guidebook entry on Security Duty Weapons - add: Added guidebook entries on various Corporations in lore, such as Einstein Engines, Hephaestus Heavy Industries, etc. - add: Loadouts can now link to a specific guidebook entry via prototype ID.
- Loading branch information
Showing
27 changed files
with
797 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
guide-entry-setting-lore = Setting Lore | ||
guide-entry-corporations = Corporations | ||
guide-entry-einstein-engines = Einstein Engines | ||
guide-entry-hephaestus-industries = Hephaestus Industries | ||
guide-entry-idris-incorporated = Idris Incorporated | ||
guide-entry-nanotrasen = NanoTrasen | ||
guide-entry-orion-express = Orion Express | ||
guide-entry-private-military-contracting-group = Private Military Contracting Group | ||
guide-entry-stellar-corporate-conglomerate = Stellar Corporate Conglomerate | ||
guide-entry-zavodskoi-interstellar = Zavodskoi Interstellar | ||
guide-entry-zeng-hu-pharmaceuticals = Zeng-Hu Pharmaceuticals | ||
guide-entry-loadout-info-security-weapons = Security Weapons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.