character-records-generator/data/templates/standard.xml
2026-03-24 04:04:27 +00:00

62 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<template name="General" schemaVersion="1">
<description>The standard record format used by most players.</description>
<record type="public">
<note>Basic identification information visible on all records.</note>
<field label="Name" type="name" />
<field label="Species" type="species" />
<field label="Subspecies" type="subspecies" />
<field label="Pronouns" type="multi-select">
<option value="he/him" label="he/him" />
<option value="she/her" label="she/her" />
<option value="they/them" label="they/them" />
<option value="any/all" label="any/all" />
<option value="it/its" label="it/its" />
</field>
<field label="Date of Birth" type="date" placeholder="24-03-2450" />
<field label="Citizenship" type="citizenship" />
<field label="Spoken Languages" type="languages" />
<field label="Employed As" type="text" />
<field label="Next of Kin" type="text" />
<field label="Separator" type="separator" label="Appearance" />
<field label="Height" type="height" />
<field label="Weight" type="weight" />
<field label="Skin Color" type="text" />
<field label="Hair Color" type="text" />
<field label="Eye Color" type="text" />
<field label="Distinguishing Features" type="textarea" />
</record>
<record type="employment">
<preamble>This information has been verified by employment agents within the External Affairs department, and any comments, questions, or concerns about the legitimacy of such must be sent in a secure document to the same department.</preamble>
<field label="Employment History" type="list" />
<field label="Formal Education" type="list" />
<field label="Other Skills" type="list" />
</record>
<record type="medical">
<preamble>The following information is protected by doctor-patient confidentiality laws. Do not release without patient's consent.</preamble>
<field label="Opt-Outs" type="multi-select">
<option value="no-borg" label="DO NOT BORGIFY" />
<option value="no-revive" label="DO NOT RESUSCITATE" />
<option value="no-prosthetic" label="DO NOT GIVE PROSTHETICS" />
</field>
<field label="Postmortem Instructions" type="textarea" />
<field label="Allergies" type="list" />
<field label="Current Prescriptions" type="list" />
<field label="Medication History" type="list" />
<field label="Surgical History" type="list" />
<field label="Physical Evaluations" type="list" />
<field label="Psychological Disorders" type="list" />
<field label="Psychological Evaluations" type="list" />
</record>
<record type="security">
<preamble>This information has been verified by employment agents within the External Affairs department, and any comments, questions, or concerns about the legitimacy of such must be sent in a secure document to the same department.</preamble>
<field label="Attitude Towards SCC" type="textarea" />
<field label="Attitude Towards Crew" type="textarea" />
<field label="Arrest History" type="list" />
<field label="Security Notes" type="list" />
</record>
</template>