feat(templates): adds ipc.xml template
This commit is contained in:
parent
66593d9d3f
commit
2981e2a712
2 changed files with 66 additions and 9 deletions
56
data/templates/ipc.xml
Normal file
56
data/templates/ipc.xml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template name="IPC" schemaVersion="1">
|
||||
<description>The record format recommended on the IPC wiki page for synthetics.</description>
|
||||
|
||||
<record type="public">
|
||||
<note>Basic identification information visible on all records.</note>
|
||||
<field label="Designation" type="text" />
|
||||
<field label="Positronic Manufacture Date" type="date" placeholder="24-03-2460" />
|
||||
<field label="Chassis Manufacture Date" type="date" placeholder="24-03-2460" />
|
||||
<field label="IPC Model" type="subspecies" />
|
||||
<field label="Tag" type="text" />
|
||||
<field label="Ownership Status" type="select">
|
||||
<option value="company-owned" label="Company Owned">
|
||||
<option value="owned" label="Private Owner">
|
||||
<option value="free" label="Free">
|
||||
</field>
|
||||
<field label="Owner Name" type="text" />
|
||||
<field label="Owner Contact Information" type="text" />
|
||||
<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="Citizenship" type="citizenship" />
|
||||
<field label="Spoken Languages" type="languages" />
|
||||
<field label="Height" type="height" />
|
||||
<field label="Weight" type="weight" />
|
||||
<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="Manufactured By" type="textarea" />
|
||||
<field label="Employment History" type="list" />
|
||||
<field label="Qualifications Summary" type="list" />
|
||||
<field label="Database Certifications" 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="Chassis Repair History" type="list" />
|
||||
<field label="Positronic Repair History" type="list" />
|
||||
<field label="Software Diagnostics History" type="list" />
|
||||
<field label="Roboticist Notes" 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>
|
||||
|
|
@ -1,23 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template name="Standard" schemaVersion="1">
|
||||
<description>The standard record format used by a majority of players.</description>
|
||||
<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="text" required="true" />
|
||||
<field label="Species" type="species" required="true" />
|
||||
<field label="Name" type="text" />
|
||||
<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="March 15th, 2438" />
|
||||
<field label="Date of Birth" type="date" placeholder="24-03-2450" />
|
||||
<field label="Citizenship" type="citizenship" />
|
||||
<field label="Spoken Languages" type="languages" />
|
||||
<field label="Next of Kin" type="text" />
|
||||
<field label="Employed As" type="text" />
|
||||
<field label="Next of Kin" type="text" />
|
||||
<field label="Height" type="height" />
|
||||
<field label="Weight" type="weight" />
|
||||
<field label="Skin Color" type="text" />
|
||||
|
|
@ -36,9 +37,9 @@
|
|||
<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 Revive" />
|
||||
<option value="no-prosthetic" label="Do Not Prostheticize" />
|
||||
<option value="no-borg" label="Do NOT BORGIFY" />
|
||||
<option value="no-revive" label="DO NOT REVIVE" />
|
||||
<option value="no-prosthetic" label="DO NOT GIVE PROSTHETICS" />
|
||||
</field>
|
||||
<field label="Postmortem Instructions" type="textarea" />
|
||||
<field label="Allergies" type="list" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue