mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add DialogueTargetShipLogCondition to dialogue schema
This commit is contained in:
parent
957e4df1a7
commit
8c14ca8732
@ -33,13 +33,20 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="EntryCondition" type="xs:string" minOccurs="0">
|
||||
<xs:element name="EntryCondition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
The condition that needs to be met in order to get to this node
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="DialogueTargetShipLogCondition" type="xs:string" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
A ship log fact that must be revealed in order to get to this node
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
<xs:element name="Dialogue" type="Dialogue">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user