Species info in Guidebook and at chargen (#25844)
* guidebook pages defined * species info button in character profile editor * if current species has no guidebook page then open the parent page * skrek * destroying evidence of secret vox plot * icon size adjustment, no icon if guidebook page for species does not exist * finished pages * additional info * weh
This commit is contained in:
47
Resources/Prototypes/Guidebook/species.yml
Normal file
47
Resources/Prototypes/Guidebook/species.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
- type: guideEntry
|
||||
id: Species
|
||||
name: guide-entry-species
|
||||
text: "/ServerInfo/Guidebook/Mobs/Species.xml"
|
||||
children:
|
||||
- Arachnid
|
||||
- Diona
|
||||
- Dwarf
|
||||
- Human
|
||||
- Moth
|
||||
- Reptilian
|
||||
- SlimePerson
|
||||
|
||||
- type: guideEntry
|
||||
id: Arachnid
|
||||
name: species-name-arachnid
|
||||
text: "/ServerInfo/Guidebook/Mobs/Arachnid.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Diona
|
||||
name: species-name-diona
|
||||
text: "/ServerInfo/Guidebook/Mobs/Diona.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Dwarf
|
||||
name: species-name-dwarf
|
||||
text: "/ServerInfo/Guidebook/Mobs/Dwarf.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Human
|
||||
name: species-name-human
|
||||
text: "/ServerInfo/Guidebook/Mobs/Human.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Moth
|
||||
name: species-name-moth
|
||||
text: "/ServerInfo/Guidebook/Mobs/Moth.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Reptilian
|
||||
name: species-name-reptilian
|
||||
text: "/ServerInfo/Guidebook/Mobs/Reptilian.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: SlimePerson
|
||||
name: species-name-slime
|
||||
text: "/ServerInfo/Guidebook/Mobs/SlimePerson.xml"
|
||||
@@ -8,6 +8,7 @@
|
||||
- Survival
|
||||
- Chemicals
|
||||
- Antagonists
|
||||
- Species
|
||||
- Writing
|
||||
- Glossary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user