This commit is contained in:
Nick 2022-06-19 18:02:38 -04:00
commit d2d81c2672
2 changed files with 18 additions and 16 deletions

View File

@ -23,33 +23,33 @@
</xs:complexType>
</xs:element>
<xs:complexType name="LocationA"></xs:complexType>
<xs:complexType name="LocationB"></xs:complexType>
<xs:complexType name="LocationA"/>
<xs:complexType name="LocationB"/>
<!-- Text Block Info -->
<xs:complexType name="TextBlock">
<xs:sequence>
<xs:element name="ID" type="xs:positiveInteger" minOccurs="1" maxOccurs="1">
<xs:element name="ID" type="xs:positiveInteger">
<xs:annotation>
<xs:documentation>
The id of this text block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ParentID" type="xs:positiveInteger" minOccurs="0" maxOccurs="1">
<xs:element name="ParentID" type="xs:positiveInteger" minOccurs="0">
<xs:annotation>
<xs:documentation>
The id of the parent text block
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationA" type="LocationA" minOccurs="0" maxOccurs="1">
<xs:element name="LocationA" type="LocationA" minOccurs="0">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationB" type="LocationB" minOccurs="0" maxOccurs="1" >
<xs:element name="LocationB" type="LocationB" minOccurs="0">
<xs:annotation>
<xs:documentation>
</xs:documentation>
@ -68,13 +68,13 @@
<!-- Ship Log Conditions Info -->
<xs:complexType name="ShipLogConditions">
<xs:sequence>
<xs:element name="LocationA" type="LocationA" minOccurs="0" maxOccurs="1">
<xs:element name="LocationA" type="LocationA" minOccurs="0">
<xs:annotation>
<xs:documentation>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationB" type="LocationB" minOccurs="0" maxOccurs="1" >
<xs:element name="LocationB" type="LocationB" minOccurs="0">
<xs:annotation>
<xs:documentation>
</xs:documentation>
@ -93,14 +93,14 @@
<!-- Reveal Facts Info -->
<xs:complexType name="RevealFacts">
<xs:sequence>
<xs:element name="FactID" type="xs:string" minOccurs="1" maxOccurs="1">
<xs:element name="FactID" type="xs:string">
<xs:annotation>
<xs:documentation>
The ID of a fact to reveal
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Condition" type="xs:string" minOccurs="1" maxOccurs="1">
<xs:element name="Condition" type="xs:string">
<xs:annotation>
<xs:documentation>
The text block ids (separated by commas) that need to be read to reveal that fact

View File

@ -56,22 +56,24 @@ Join the [Outer Wilds Modding Discord](https://discord.gg/MvbCbBz6Q6) if you hav
Main authors:
- xen (New Horizons v0.1.0 onwards)
- [Bwc9876](https://github.com/Bwc9876) (New Horizons v0.9.0 onwards)
- [Nageld](https://github.com/Nageld): (New Horizons v0.8.0)
- [Mister_Nebula](https://github.com/misternebula) ([Marshmallow](https://github.com/misternebula/Marshmallow) v0.1 to v1.1.0)
New Horizons was made with help from:
- [jtsalomo](https://github.com/jtsalomo)
- [Raicuparta](https://github.com/Raicuparta)
- [MegaPiggy](https://github.com/MegaPiggy)
- [Trifid](https://github.com/TerrificTrifid)
- [JohnCorby](https://github.com/JohnCorby)
- [FreezeDriedMangos](https://github.com/FreezeDriedMangos)
- [MegaPiggy](https://github.com/MegaPiggy)
- [JohnCorby](https://github.com/JohnCorby)
- [Nageld](https://github.com/Nageld)
- [Trifid](https://github.com/TerrificTrifid)
- [Raicuparta](https://github.com/Raicuparta)
- [jtsalomo](https://github.com/jtsalomo)
- And the Outer Wilds modding server.
Translation credits:
- Russian: Tlya
- German: Nolram
- Spanish: Ciborgm9 and Ink
- French: xen
Marshmallow was made with help from:
- TAImatem