feat(templates): adds ipc.xml template

This commit is contained in:
lew 2026-03-24 01:35:24 +00:00
parent 66593d9d3f
commit 2981e2a712
2 changed files with 66 additions and 9 deletions

View file

@ -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" />