Update RumorName and RumorNamePriority in Ship Log schema

This commit is contained in:
Ben C 2022-03-30 00:10:26 -07:00 committed by GitHub
parent 12ab04eb28
commit 2c8f842cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,14 +122,14 @@
<xs:element name="RumorName" type="xs:string" minOccurs="0"> <xs:element name="RumorName" type="xs:string" minOccurs="0">
<xs:annotation> <xs:annotation>
<xs:documentation> <xs:documentation>
No clue what this does Displays on the card in detective mode if no ExploreFacts have been revealed on the parent entry
</xs:documentation> </xs:documentation>
</xs:annotation> </xs:annotation>
</xs:element> </xs:element>
<xs:element name="RumorNamePriority" type="xs:int" minOccurs="0"> <xs:element name="RumorNamePriority" type="xs:int" minOccurs="0">
<xs:annotation> <xs:annotation>
<xs:documentation> <xs:documentation>
Also have no clue what this does Priority over other RumorFacts to appear as the entry card's title
</xs:documentation> </xs:documentation>
</xs:annotation> </xs:annotation>
</xs:element> </xs:element>