PrimeWorldEditor/templates/MP2/Structs/WeaponVulnerability.xml

24 lines
889 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyTemplate ArchiveVer="4" Game="Echoes">
<PropertyArchetype Type="Struct">
<Name>WeaponVulnerability</Name>
<SubProperties>
<Element Type="Float" ID="0x852D3871">
<Suffix>%</Suffix>
<DefaultValue>100.0</DefaultValue>
</Element>
<Element Type="Choice" ID="0x68ACBD86">
<Values>
<Element Name="Normal" ID="0x0"/>
<Element Name="Reflect" ID="0x1"/>
<Element Name="PassThru" ID="0x2"/>
<Element Name="Immune" ID="0x3"/>
</Values>
</Element>
<Element Type="Bool" ID="0x93677DA2">
<DefaultValue>false</DefaultValue>
</Element>
</SubProperties>
</PropertyArchetype>
</PropertyTemplate>