]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Vox guidebook entry (#29713)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Tue, 9 Jul 2024 00:28:33 +0000 (02:28 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 00:28:33 +0000 (10:28 +1000)
* vox guidebook entry

* skreee

* Removed incorrect diet reference

Resources/Prototypes/Guidebook/species.yml
Resources/ServerInfo/Guidebook/Mobs/Species.xml
Resources/ServerInfo/Guidebook/Mobs/Vox.xml [new file with mode: 0644]

index 5b9efd036614053b68f67e7b60a83f9d1fb12a42..78111d0fd1b895f3333460bb5dee2e381d0b32c7 100644 (file)
@@ -10,6 +10,7 @@
     - Moth
     - Reptilian
     - SlimePerson
+    - Vox
 
 - type: guideEntry
   id: Arachnid
@@ -45,3 +46,8 @@
   id: SlimePerson
   name: species-name-slime
   text: "/ServerInfo/Guidebook/Mobs/SlimePerson.xml"
+
+- type: guideEntry
+  id: Vox
+  name: species-name-vox
+  text: "/ServerInfo/Guidebook/Mobs/Vox.xml"
index 5fb4ca741e09879222f1d72dbc182ea5983e3976..f1b36f9d732d0733d1a3ac3754beba0f815e7a43 100644 (file)
@@ -13,6 +13,7 @@
   <GuideEntityEmbed Entity="MobMoth" Caption="Moth Person"/>
   <GuideEntityEmbed Entity="MobReptilian" Caption="Reptilian"/>
   <GuideEntityEmbed Entity="MobSlimePerson" Caption="Slime Person"/>
+  <GuideEntityEmbed Entity="MobVox" Caption="Vox"/>
   </Box>
 
 </Document>
diff --git a/Resources/ServerInfo/Guidebook/Mobs/Vox.xml b/Resources/ServerInfo/Guidebook/Mobs/Vox.xml
new file mode 100644 (file)
index 0000000..173ba89
--- /dev/null
@@ -0,0 +1,16 @@
+<Document>
+  # Vox
+
+  <Box>
+    <GuideEntityEmbed Entity="MobVox" Caption=""/>
+  </Box>
+
+  [color=#ffa500]Caution! This species has a severely limiting game mechanic and is not recommended for new players. [/color]
+
+  They breathe nitrogen, and [color=#ffa500] oxygen is very toxic to them.[/color]
+  They need to be on internals at all times to avoid being poisoned by the station's oxygen.
+  Eating or drinking will require you to remove your breath mask, although injecting liquid food is an option.
+
+  Their unarmed claw attacks deal Slash damage instead of Blunt.
+
+</Document>