Skip to content

Commit

Permalink
GuideBook
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed May 2, 2024
1 parent 7136adc commit a9bd45b
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 27 deletions.
4 changes: 0 additions & 4 deletions Resources/Locale/en-US/_NF/adventure/adventure.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ adventure-title = New Frontier Adventure Mode
adventure-description = Join a ship crew or buy your own and explore, research, salvage, or haul your way to riches!
currency = Spesos
guide-entry-adventure = New Frontiers Program
guide-entry-bank = NT Galactic Bank
guide-entry-shipyard = Frontier Shipyards
shipyard-rules-default1 =
Thank you for your interest in Nanotrasen Security Forces.
By purchasing a Security vessel, you agree to enforce Space Law
Expand Down
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_NF/guidebook/guides.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
guide-entry-nf14 = New Frontier
guide-entry-bank = NT Galactic Bank
guide-entry-shipyard = Shipyard
5 changes: 0 additions & 5 deletions Resources/Prototypes/Guidebook/species.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
name: species-name-dwarf
text: "/ServerInfo/Guidebook/Mobs/Dwarf.xml"

- type: guideEntry # Frontier
id: Goblin # Frontier
name: species-name-goblin # Frontier
text: "/ServerInfo/Guidebook/Mobs/Goblin.xml" # Frontier

- type: guideEntry
id: Human
name: species-name-human
Expand Down
19 changes: 19 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Fills/Paper/Shipyard/manuals.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: entity
parent: BookBase
id: ShipyardPioneerInfo
name: pioneer user manual
description: preflight checklist
components:
- type: Sprite
sprite: Objects/Misc/books.rsi
layers:
- state: paper
- state: cover_base
color: "#6c4718"
- state: decor_wingette
color: "#b5913c"
- state: icon_wrench
- state: icon_corner
color: gold
# - type: Paper
# content: book-text-shipyard-pioneer
4 changes: 4 additions & 0 deletions Resources/Prototypes/_NF/Guidebook/bank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: guideEntry
id: Bank
name: guide-entry-bank
text: "/ServerInfo/_NF/Guidebook/Bank.xml"
18 changes: 0 additions & 18 deletions Resources/Prototypes/_NF/Guidebook/guidebook.yml

This file was deleted.

8 changes: 8 additions & 0 deletions Resources/Prototypes/_NF/Guidebook/nf14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: guideEntry
id: NF14
name: guide-entry-nf14
text: "/ServerInfo/_NF/Guidebook/NewFrontier14.xml"
priority: -1
children:
- Bank
- Shipyard
12 changes: 12 additions & 0 deletions Resources/Prototypes/_NF/Guidebook/shipyard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- type: guideEntry
id: Shipyard
name: guide-entry-shipyard
text: "/ServerInfo/_NF/Guidebook/Shipyard.xml"
children:
- Bank
- Shipyard

- type: guideEntry
id: ShipyardCivilian
name: guide-entry-shipyard-civilian
text: "/ServerInfo/_NF/Guidebook/ShipyardCivilian.xml"
4 changes: 4 additions & 0 deletions Resources/Prototypes/_NF/Guidebook/species.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- type: guideEntry
id: Goblin
name: species-name-goblin
text: "/ServerInfo/_NF/Guidebook/Mobs/Goblin.xml"
File renamed without changes.

0 comments on commit a9bd45b

Please sign in to comment.