blob: b52781d8d3aae7dd54c37c65fef8e0d896b5913d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<Root>
<!-- Get Item Draw: Bottled Red Potion -->
<File Name="object_gi_bottle_red" Segment="6">
<!-- Bottled Red Potion Display Lists -->
<DList Name="gGiRedPotionBottleDL" Offset="0x9B0" />
<DList Name="gGiRedPotionBottleEmptyDL" Offset="0xCC0" />
<!-- Bottled Red Potion Textures -->
<Texture Name="gGiRedPotionBottleCorkTex" OutName="gi_red_potion_bottle_cork" Format="i8" Width="16" Height="16" Offset="0xCC8" />
<Texture Name="gGiRedPotionBottleGlassPotionTex" OutName="gi_red_potion_bottle_glass_potion" Format="i4" Width="32" Height="32" Offset="0xDC8" />
</File>
</Root>
|