You've already forked retro-script-object-templates
mirror of
https://github.com/PrimeDecomp/retro-script-object-templates.git
synced 2026-03-31 14:23:32 -07:00
44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ScriptObject ArchiveVer="4" Game="Prime">
|
|
<Properties Type="Struct">
|
|
<Name>TeamAIMgr</Name>
|
|
<SubProperties>
|
|
<Element Type="String" ID="0x0">
|
|
<Name>Name</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x1">
|
|
<Name>AICount</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x2">
|
|
<Name>MeleeCount</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x3">
|
|
<Name>RangedCount</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x4">
|
|
<Name>UnknownCount</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x5">
|
|
<Name>MaxMeleeAttackerCount</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x6">
|
|
<Name>MaxRangedAttackerCount</Name>
|
|
</Element>
|
|
<Element Type="Int" ID="0x7">
|
|
<Name>PositionMode</Name>
|
|
</Element>
|
|
<Element Type="Float" ID="0x8">
|
|
<Name>MeleeTimeInterval</Name>
|
|
</Element>
|
|
<Element Type="Float" ID="0x9">
|
|
<Name>RangedTimeInterval</Name>
|
|
</Element>
|
|
</SubProperties>
|
|
</Properties>
|
|
<EditorProperties>
|
|
<NameProperty>0x00</NameProperty>
|
|
</EditorProperties>
|
|
<RotationType>RotationDisabled</RotationType>
|
|
<ScaleType>ScaleDisabled</ScaleType>
|
|
</ScriptObject>
|