-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4dd2f7f
commit 6dcc95c
Showing
20 changed files
with
324 additions
and
110 deletions.
There are no files selected for viewing
42 changes: 26 additions & 16 deletions
42
Resources/Locale/en-US/simplestation14/Prototypes/Guidebook/species.ftl
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 |
---|---|---|
@@ -1,23 +1,33 @@ | ||
# species_categories.yml | ||
guide-entry-species = Species | ||
guide-entry-wizden-species = Wizard Den Species | ||
guide-entry-nyano-species = Nyanotrasen Species | ||
guide-entry-simplestation-species = ParkStation Species | ||
guide-entry-species-wizden-species = Wizard's Den Species | ||
guide-entry-species-nyano-species = Nyanotrasen Species | ||
guide-entry-species-delta-species = Delta-V Species | ||
guide-entry-species-simplestation-species = ParkStation Species | ||
# species_specific.yml | ||
# wizden-species | ||
guide-entry-diona = Diona | ||
guide-entry-dwarf = Dwarf | ||
guide-entry-human = Human | ||
guide-entry-reptilian = Reptilian | ||
guide-entry-skeleton = Skeleton | ||
guide-entry-slime = Slime | ||
guide-entry-vox = Vox | ||
guide-entry-species-arachnid = Arachnid | ||
guide-entry-species-diona = Diona | ||
guide-entry-species-dwarf = Dwarf | ||
guide-entry-species-human = Human | ||
guide-entry-species-moth = Moth | ||
guide-entry-species-reptilian = Reptilian | ||
guide-entry-species-skeleton = Skeleton | ||
guide-entry-species-slime = Slime | ||
guide-entry-species-vox = Vox | ||
# nyano-species | ||
guide-entry-arachne = Arachne | ||
guide-entry-felinid = Felinid | ||
guide-entry-moth = Moth | ||
guide-entry-oni = Oni | ||
guide-entry-species-arachne = Arachne | ||
guide-entry-species-felinid = Felinid | ||
guide-entry-species-moff = Moth | ||
guide-entry-species-oni = Oni | ||
# delta-species | ||
guide-entry-species-harpy = Harpy | ||
guide-entry-species-vulpkanin = Vulpkanin | ||
# parkstation-species | ||
guide-entry-plasmaman = Plasmaman | ||
guide-entry-shadowkin = Shadowkin | ||
guide-entry-species-ipc = IPC | ||
guide-entry-species-plasmaman = Plasmaman | ||
guide-entry-species-shadowkin = Shadowkin |
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
62 changes: 46 additions & 16 deletions
62
Resources/Prototypes/SimpleStation14/Guidebook/speciesSpecific.yml
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 |
---|---|---|
@@ -1,70 +1,100 @@ | ||
# Wizden Species | ||
|
||
- type: guideEntry | ||
id: SpeciesArachnid | ||
name: guide-entry-species-arachnid | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Arachnid.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesDiona | ||
name: guide-entry-diona | ||
name: guide-entry-species-diona | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Diona.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesDwarf | ||
name: guide-entry-dwarf | ||
name: guide-entry-species-dwarf | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Dwarf.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesHuman | ||
name: guide-entry-human | ||
name: guide-entry-species-human | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Human.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesMoth | ||
name: guide-entry-species-moth | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Moth.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesReptilian | ||
name: guide-entry-reptilian | ||
name: guide-entry-species-reptilian | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Reptilian.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesSkeleton | ||
name: guide-entry-skeleton | ||
name: guide-entry-species-skeleton | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Skeleton.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesSlime | ||
name: guide-entry-slime | ||
name: guide-entry-species-slime | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Slime.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesVox | ||
name: guide-entry-vox | ||
name: guide-entry-species-vox | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/WizdenSpecies/Vox.xml" | ||
|
||
|
||
# Nyano Species | ||
|
||
- type: guideEntry | ||
id: SpeciesArachne | ||
name: guide-entry-arachne | ||
name: guide-entry-species-arachne | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/NyanoSpecies/Arachne.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesFelinid | ||
name: guide-entry-felinid | ||
name: guide-entry-species-felinid | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/NyanoSpecies/Felinid.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesMoff | ||
name: guide-entry-moth | ||
name: guide-entry-species-moff | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/NyanoSpecies/Moth.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesOni | ||
name: guide-entry-oni | ||
name: guide-entry-species-oni | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/NyanoSpecies/Oni.xml" | ||
|
||
|
||
# Delta Species | ||
|
||
- type: guideEntry | ||
id: SpeciesHarpy | ||
name: guide-entry-species-harpy | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/DeltaSpecies/Harpy.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesVulpkanin | ||
name: guide-entry-species-vulpkanin | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/DeltaSpecies/Vulpkanin.xml" | ||
|
||
|
||
# SimpleStation Species | ||
|
||
# - type: guideEntry | ||
# id: SpeciesPlasmaman | ||
# name: guide-entry-plasmaman | ||
# text: "/ServerInfo/SimpleStation14/Guidebook/Species/SimpleStationSpecies/Plasmaman.xml" | ||
- type: guideEntry | ||
id: SpeciesIPC | ||
name: guide-entry-species-ipc | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/SimpleStationSpecies/IPC.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesPlasmaman | ||
name: guide-entry-species-plasmaman | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/SimpleStationSpecies/Plasmaman.xml" | ||
|
||
- type: guideEntry | ||
id: SpeciesShadowkin | ||
name: guide-entry-shadowkin | ||
name: guide-entry-species-shadowkin | ||
text: "/ServerInfo/SimpleStation14/Guidebook/Species/SimpleStationSpecies/Shadowkin.xml" |
7 changes: 7 additions & 0 deletions
7
Resources/ServerInfo/SimpleStation14/Guidebook/Species/DeltaSpecies.xml
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,7 @@ | ||
<Document> | ||
# Species | ||
|
||
Simple and general information about the many species you may or may not encounter in your time on the station. | ||
|
||
Lore will be written in the future and will replace these meta guides with a more in-world perspective. | ||
</Document> |
21 changes: 21 additions & 0 deletions
21
Resources/ServerInfo/SimpleStation14/Guidebook/Species/DeltaSpecies/Harpy.xml
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,21 @@ | ||
<Document> | ||
# Harpy | ||
|
||
[color=#FF0000]Harpies are disabled for character creation.[/color] | ||
|
||
[color=#66bbff]Harpies can be achieved via the metem machine.[/color] | ||
|
||
An avian humanoid species that features colorful feathered wings and tails. They can mimic almost any sound. | ||
|
||
## Ability Differences | ||
|
||
- Can intrinsically make the sounds of several instruments | ||
- Can replicate a very large variety of sounds and voices (Scream, Laugh, Sneeze, Cough, Sigh, Cry, Whistle, Hiss, Meow, Mew, Growl, Purr, Boom, Ring, Honk, Pew, Bang, Beep, Rev, Click, Chitter, Squeak, Caw, Chirp, Snarl, Bark, Whine) | ||
- Take slightly more blunt, slash, piercing, and airloss | ||
- Deal slash damage instead of blunt when punching | ||
|
||
## Physical Differences | ||
|
||
- Slightly shorter | ||
- Several marking options that can use a variety of colors and patterns | ||
</Document> |
20 changes: 20 additions & 0 deletions
20
Resources/ServerInfo/SimpleStation14/Guidebook/Species/DeltaSpecies/Vulpkanin.xml
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,20 @@ | ||
<Document> | ||
# Vulpkanin | ||
|
||
[color=#FF0000]Vulpkanin are disabled for character creation.[/color] | ||
|
||
[color=#66bbff]Vulpkanin can be achieved via the metem machine.[/color] | ||
|
||
Vulpkanin are a race of humanoid canine-like beings. | ||
|
||
## Ability Differences | ||
|
||
- Deal slash damage instead of blunt when punching | ||
- Faster at thieving | ||
|
||
## Physical Differences | ||
|
||
- Can withstand colder environments better | ||
- Theobromine (Chocolate, Tea, Coffee) and Allicin (Onion, Garlic) is toxic | ||
- Can eat raw meat | ||
</Document> |
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.