47ece6a5bf
Changed how reflections are calculated with light.
18 lines
584 B
XML
18 lines
584 B
XML
<?xml version="1.0"?>
|
|
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:t="types">
|
|
<xs:import schemaLocation="../Types.xsd" namespace="types"/>
|
|
|
|
<xs:element name="ShieldAbility">
|
|
<xs:annotation>
|
|
<xs:documentation>A shield component for one of the classes</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="Active" type="t:bool" minOccurs="0">
|
|
<xs:annotation><xs:documentation>If the shield is active or not</xs:documentation></xs:annotation>
|
|
</xs:element>
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema> |