Skip to content

Commit 17a782c

Browse files
authored
Guidebooks PT1 (#153)
* Adds placeholder guidebook entries for content to be added to.
1 parent 568f40a commit 17a782c

File tree

31 files changed

+574
-0
lines changed

31 files changed

+574
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Main
2+
guide-entry-nuclear14 = Nuclear 14
3+
4+
# Factions
5+
guide-entry-factions = Factions & Roles
6+
7+
guide-entry-brotherhoodofsteel = Brotherhood of Steel (BOS)
8+
guide-entry-brotherhoodmidwest = BOS Midwest Chapter
9+
guide-entry-brotherhoodwashington = BOS Washington Chapter
10+
11+
guide-entry-caravancompany = Caravan Company
12+
guide-entry-ncr = NCR
13+
guide-entry-townsfolk = Townsfolk
14+
guide-entry-tribes = Tribes
15+
guide-entry-vaultdwellers = Vault Dwellers
16+
guide-entry-wastelanders = Wastelanders
17+
18+
guide-entry-minorfactions = Minor Factions
19+
guide-entry-childrenofatom = Children of Atom
20+
guide-entry-enclave = Enclave
21+
guide-entry-followersoftheapocalypse = Followers of the Apocalypse
22+
guide-entry-zetan = Zetan
23+
24+
# Weapons and Ammo
25+
guide-entry-weaponsammo = Weapons & Ammo
26+
guide-entry-rangedweapons = Ranged Weapons
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Guidance: Keep entries alphabetical and grouped with their children. Each entry should have an index with a 5 minute summary -
2+
# and can have additional children pages on roles, RP / lore guidance, background / history, other faction relationships, economics and strength / power projection in this region as well as region specific faction info.
3+
4+
- type: guideEntry
5+
id: Factions
6+
name: guide-entry-factions
7+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/factions.xml"
8+
children:
9+
- BrotherhoodOfSteel
10+
- CaravanCompany
11+
- NCR
12+
- Townsfolk
13+
- Tribes
14+
- VaultDwellers
15+
- Wastelanders
16+
- MinorFactions
17+
18+
# Brotherhood of Steel
19+
- type: guideEntry
20+
id: BrotherhoodOfSteel
21+
name: guide-entry-brotherhoodofsteel
22+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/index.xml"
23+
children:
24+
- BrotherhoodMidwest
25+
- BrotherhoodWashington
26+
27+
# Midwest Chapter
28+
- type: guideEntry
29+
id: BrotherhoodMidwest
30+
name: guide-entry-brotherhoodmidwest
31+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/midwestmain.xml"
32+
33+
# Washington Chapter
34+
- type: guideEntry
35+
id: BrotherhoodWashington
36+
name: guide-entry-brotherhoodwashington
37+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/washingtonmain.xml"
38+
39+
# Caravan Company
40+
- type: guideEntry
41+
id: CaravanCompany
42+
name: guide-entry-caravancompany
43+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/CaravanCompany/index.xml"
44+
45+
# NCR
46+
- type: guideEntry
47+
id: NCR
48+
name: guide-entry-ncr
49+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/NCR/index.xml"
50+
51+
# Townsfolk
52+
- type: guideEntry
53+
id: Townsfolk
54+
name: guide-entry-townsfolk
55+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/Townsfolk/index.xml"
56+
57+
# Tribes
58+
- type: guideEntry
59+
id: Tribes
60+
name: guide-entry-tribes
61+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/Tribes/index.xml"
62+
63+
# Vault Dwellers
64+
- type: guideEntry
65+
id: VaultDwellers
66+
name: guide-entry-vaultdwellers
67+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/VaultDwellers/index.xml"
68+
69+
# Wastelanders
70+
- type: guideEntry
71+
id: Wastelanders
72+
name: guide-entry-wastelanders
73+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/Wastelanders/index.xml"
74+
75+
# Minor Factions
76+
- type: guideEntry
77+
id: MinorFactions
78+
name: guide-entry-minorfactions
79+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/index.xml"
80+
children:
81+
- ChildrenOfAtom
82+
- Enclave
83+
- FollowersOfTheApocalypse
84+
- Zetan
85+
86+
- type: guideEntry
87+
id: ChildrenOfAtom
88+
name: guide-entry-childrenofatom
89+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/ChildrenOfAtom/index.xml"
90+
91+
- type: guideEntry
92+
id: Enclave
93+
name: guide-entry-enclave
94+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Enclave/index.xml"
95+
96+
- type: guideEntry
97+
id: FollowersOfTheApocalypse
98+
name: guide-entry-followersoftheapocalypse
99+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/FollowersOfTheApocalypse/index.xml"
100+
101+
- type: guideEntry
102+
id: Zetan
103+
name: guide-entry-zetan
104+
text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Zetan/index.xml"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- type: guideEntry
2+
id: Nuclear14
3+
name: guide-entry-nuclear14
4+
text: "/ServerInfo/Guidebook/Nuclear14/nuclear14.xml"
5+
children:
6+
- Factions
7+
- WeaponsAmmo
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
- type: guideEntry
2+
id: WeaponsAmmo
3+
name: guide-entry-weaponsammo
4+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/index.xml"
5+
children:
6+
- RangedWeapons
7+
- MeleeWeapons
8+
# - Explosives
9+
# - Other
10+
11+
# Ranged Weapons
12+
- type: guideEntry
13+
id: RangedWeapons
14+
name: guide-entry-rangedweapons
15+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/index.xml"
16+
children:
17+
- BigGuns
18+
- Laser
19+
- Plasma
20+
- SmallGuns
21+
22+
- type: guideEntry
23+
id: BigGuns
24+
name: guide-entry-bigguns
25+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/BigGuns/index.xml"
26+
27+
- type: guideEntry
28+
id: Laser
29+
name: guide-entry-laser
30+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Laser/index.xml"
31+
32+
- type: guideEntry
33+
id: Plasma
34+
name: guide-entry-plasma
35+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Plasma/index.xml"
36+
37+
- type: guideEntry
38+
id: SmallGuns
39+
name: guide-entry-smallguns
40+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/SmallGuns/index.xml"
41+
42+
# Melee Weapons
43+
- type: guideEntry
44+
id: MeleeWeapons
45+
name: guide-entry-meleeweapons
46+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/index.xml"
47+
children:
48+
- OneHanded
49+
- TwoHanded
50+
51+
- type: guideEntry
52+
id: OneHanded
53+
name: guide-entry-onehanded
54+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/OneHanded/index.xml"
55+
56+
- type: guideEntry
57+
id: TwoHanded
58+
name: guide-entry-twohanded
59+
text: "/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/TwoHanded/index.xml"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<Document>
2+
# Space Station 14
3+
4+
Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest.
5+
6+
## What this is
7+
Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore.
8+
9+
If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby.
10+
11+
## Where to start
12+
It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player!
13+
14+
</Document>

0 commit comments

Comments
 (0)