ABU/data/BaseObjects/BaseLandingPoint/ObjectCreationLists.xml
KiritsuguTG 5c46d84ca4 origin
2022-02-14 13:43:02 +08:00

76 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<AssetDeclaration xmlns="uri:ea.com:eala:asset">
<Includes>
<Include
type="all"
source="DATA:GlobalData/GlobalDefines.xml" />
<Include
type="all"
source="GDIDropPod_DR01.xml" />
<Include
type="all"
source="GDIDropPod_DR02.xml" />
<Include
type="all"
source="GDIDropPod_DR03.xml" />
</Includes>
<ObjectCreationList
id="OCL_LandingPointPiece">
<CreateObject
Options="IGNORE_ALL_OBJECTS"
Disposition="RANDOM_FORCE"
MinForceMagnitude="3.0"
MaxForceMagnitude="8.0"
DispositionIntensity="5.0"
OrientationOffset="0.0d"
MinLifetime="1.0s"
MaxLifetime="3.s"
MinForcePitch="30d"
MaxForcePitch="85d"
VelocityScale="5.0">
<Offset
x="-15.41"
y="0.0"
z="18.09"></Offset>
<CreateObject>GDIDropPod_DR01</CreateObject>
</CreateObject>
<CreateObject
Options="IGNORE_ALL_OBJECTS"
Disposition="RANDOM_FORCE"
MinForceMagnitude="3.0"
MaxForceMagnitude="8.0"
DispositionIntensity="5.0"
OrientationOffset="120.0d"
MinLifetime="1.0s"
MaxLifetime="3.s"
MinForcePitch="30d"
MaxForcePitch="85d"
VelocityScale="5.0">
<Offset
x="7.46"
y="-13.19"
z="17.99"></Offset>
<CreateObject>GDIDropPod_DR02</CreateObject>
</CreateObject>
<CreateObject
Options="IGNORE_ALL_OBJECTS"
Disposition="RANDOM_FORCE"
MinForceMagnitude="3.0"
MaxForceMagnitude="8.0"
DispositionIntensity="5.0"
OrientationOffset="240.0d"
MinLifetime="1.0s"
MaxLifetime="3.s"
MinForcePitch="30d"
MaxForcePitch="85d"
VelocityScale="5.0">
<Offset
x="7.46"
y="13.19"
z="17.99"></Offset>
<CreateObject>GDIDropPod_DR03</CreateObject>
</CreateObject>
</ObjectCreationList>
</AssetDeclaration>