1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00
oot/assets/xml/objects/object_vm.xml
Dragorn421 4a3809d4d2
Cleanup asset xmls (#1044)
* Consistent order for attributes of `Texture` nodes in asset xmls

* Consistent order for attributes of `Blob` nodes in asset xmls

* Use `LimbType` instead of `Type` in `Limb` nodes in asset xmls

* Remove space before closing `/>` in asset xmls tags
2021-12-01 15:28:23 -05:00

42 lines
2.5 KiB
XML

<Root>
<File Name="object_vm" Segment="6">
<!-- Beamos Skeleton -->
<Skeleton Name="gBeamosSkel" Type="Normal" LimbType="Standard" Offset="0x3F60"/>
<!-- Beamos Skeleton Limbs -->
<Limb Name="gBeamosRootLimb" LimbType="Standard" Offset="0x3EC0"/>
<Limb Name="gBeamosLimb_3ECC" LimbType="Standard" Offset="0x3ECC"/>
<Limb Name="gBeamosLimb_3ED8" LimbType="Standard" Offset="0x3ED8"/>
<Limb Name="gBeamosLimb_3EE4" LimbType="Standard" Offset="0x3EE4"/>
<Limb Name="gBeamosTopEyelidLimb" LimbType="Standard" Offset="0x3EF0"/>
<Limb Name="gBeamosLimb_3EFC" LimbType="Standard" Offset="0x3EFC"/>
<Limb Name="gBeamosLimb_3F08" LimbType="Standard" Offset="0x3F08"/>
<Limb Name="gBeamosBottomEyelidLimb" LimbType="Standard" Offset="0x3F14"/>
<Limb Name="gBeamosEyeLimb" LimbType="Standard" Offset="0x3F20"/>
<Limb Name="gBeamosBodyLimb" LimbType="Standard" Offset="0x3F2C"/>
<!-- Beamos Limb DisplayLists -->
<DList Name="gBeamosTopEyelidDL" Offset="0x22B0"/>
<DList Name="gBeamosBottomEyelidDL" Offset="0x2460"/>
<DList Name="gBeamosEyeDL" Offset="0x2610"/>
<DList Name="gBeamosBodyDL" Offset="0x1E00"/>
<!-- Beamos DisplayList Textures -->
<Texture Name="gBeamosBodyGradientTex" OutName="body_gradient" Format="rgba16" Width="8" Height="8" Offset="0x27C0"/>
<Texture Name="gBeamosGrayMetalTex" OutName="gray_metal" Format="i4" Width="16" Height="32" Offset="0x2840"/>
<Texture Name="gBeamosBoltAndMetalTex" OutName="bolt_and_metal" Format="rgba16" Width="16" Height="32" Offset="0x2940"/>
<Texture Name="gBeamosTex_2D40" OutName="tex_2D40" Format="rgba16" Width="16" Height="8" Offset="0x2D40"/>
<Texture Name="gBeamosEyeOutlineTex" OutName="eye_outline" Format="rgba16" Width="16" Height="16" Offset="0x2E40"/>
<Texture Name="gBeamosEyeTex" OutName="eye" Format="rgba16" Width="32" Height="16" Offset="0x3040"/>
<Texture Name="gBeamosBodyTex" OutName="body" Format="rgba16" Width="16" Height="16" Offset="0x3440"/>
<Texture Name="gBeamosLaserTex" OutName="laser" Format="rgba16" Width="8" Height="8" Offset="0x3640"/>
<Texture Name="gBeamosTeethTex" OutName="teeth" Format="rgba16" Width="32" Height="32" Offset="0x36C0"/>
<!-- Beamos Animations -->
<Animation Name="gBeamosAnim" Offset="0x68"/>
<!-- Beamos Laser DisplayList -->
<DList Name="gBeamosLaserDL" Offset="0x2728"/>
</File>
</Root>