Medical.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <Document>
  2. # Medical
  3. This is the department where people go to when they're hurt, it's up to the folks working here to fix them.
  4. ## Personnel
  5. [color=#5b97bc]Medical[/color]'s staff is made up of Medical Interns, Medical Doctors, Paramedics and Chemists. [color=#5b97bc]Medical[/color] is run by the Chief Medical Officer.
  6. <Box>
  7. <GuideEntityEmbed Entity="ToyFigurineMedicalDoctor" Caption="Doctor"/>
  8. <GuideEntityEmbed Entity="ToyFigurineParamedic" Caption="Paramedic"/>
  9. <GuideEntityEmbed Entity="ToyFigurineChemist" Caption="Chemist"/>
  10. <GuideEntityEmbed Entity="ToyFigurineChiefMedicalOfficer" Caption="CMO"/>
  11. </Box>
  12. Right now, medbay is divided into two different sets of care:
  13. ## Medical Treatment
  14. <Box>
  15. <GuideEntityEmbed Entity="Brutepack"/>
  16. <GuideEntityEmbed Entity="Bloodpack"/>
  17. <GuideEntityEmbed Entity="Ointment"/>
  18. <GuideEntityEmbed Entity="Gauze"/>
  19. <GuideEntityEmbed Entity="HandheldHealthAnalyzer"/>
  20. </Box>
  21. ## Chemical Production
  22. <Box>
  23. <GuideEntityEmbed Entity="ChemDispenser"/>
  24. <GuideEntityEmbed Entity="LargeBeaker"/>
  25. <GuideEntityEmbed Entity="PillCanister"/>
  26. <GuideEntityEmbed Entity="ChemMaster"/>
  27. </Box>
  28. </Document>