PrimeWorldEditor/templates/MP1/Script/Pickup.xml

79 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ScriptObject ArchiveVer="4" Game="Prime">
<Properties Type="Struct">
<Name>Pickup</Name>
<SubProperties>
<Element Type="String" ID="0x0">
<Name>Name</Name>
</Element>
<Element Type="Vector" ID="0x1">
<Name>Position</Name>
</Element>
<Element Type="Vector" ID="0x2">
<Name>Rotation</Name>
</Element>
<Element Type="Vector" ID="0x3">
<Name>Scale</Name>
</Element>
<Element Type="Vector" ID="0x4">
<Name>Collision Scale</Name>
</Element>
<Element Type="Vector" ID="0x5">
<Name>Scan/Collision Offset</Name>
</Element>
<Element Type="Choice" ID="0x6" Archetype="PlayerItem"/>
<Element Type="Int" ID="0x7">
<Name>Capacity</Name>
</Element>
<Element Type="Int" ID="0x8">
<Name>Amount</Name>
</Element>
<Element Type="Float" ID="0x9">
<Name>Drop Rate</Name>
</Element>
<Element Type="Float" ID="0xA">
<Name>Life Time</Name>
</Element>
<Element Type="Float" ID="0xB">
<Name>Fade Length</Name>
</Element>
<Element Type="Asset" ID="0xC">
<Name>Model</Name>
<TypeFilter>
<Element>CMDL</Element>
</TypeFilter>
</Element>
<Element Type="AnimationSet" ID="0xD">
<Name>AnimationParameters</Name>
</Element>
<Element Type="Struct" ID="0xE" Archetype="ActorParameters"/>
<Element Type="Bool" ID="0xF">
<Name>Active</Name>
</Element>
<Element Type="Float" ID="0x10">
<Name>Spawn Delay</Name>
</Element>
<Element Type="Asset" ID="0x11">
<Name>Particle</Name>
<TypeFilter>
<Element>PART</Element>
</TypeFilter>
</Element>
</SubProperties>
</Properties>
<EditorProperties>
<NameProperty>0x00</NameProperty>
<PositionProperty>0x01</PositionProperty>
<RotationProperty>0x02</RotationProperty>
<ScaleProperty>0x03</ScaleProperty>
<ActiveProperty>0x0F</ActiveProperty>
<LightParametersProperty>0x0E:0x00</LightParametersProperty>
</EditorProperties>
<Assets>
<Element Type="AnimParams" Source="Property" Location="0x0D"/>
<Element Type="Model" Source="Property" Location="0x0C"/>
<Element Type="Model" Source="Property" Location="0x0E:0x02"/>
<Element Type="Model" Source="Property" Location="0x0E:0x04"/>
</Assets>
</ScriptObject>