even more voxel models
[k8zan.git] / models / ProjectilePotion / potions.xml
blobc4740739f142a78eed5a8a8ae8c18eded2a4ed4c
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <vavoom_model_definition noselfshadow="true">
3   <model name="potiontoxic_0">
4     <md3 file="models/projectilepotion/projectilepotion.md3" noshadow="false">
5       <transform>
6         <scale value="12" />
7       </transform>
8       <skin file="models/projectilepotion/ppot_tox.png" />
9       <skin file="models/projectilepotion/ppot_acd.png" />
10       <frame index="0" skin_index="0" />  <!-- 0 -->
11       <frame index="0" skin_index="1" />  <!-- 0 -->
12     </md3>
13   </model>
14   <class name="PotionToxic">
15     <state sprite="PPOT" sprite_frame="Z" model="potiontoxic_0" frame_index="0" usepitch="momentum" />
16   </class>
17   <class name="PotionBounceToxic">
18     <state sprite="PPOT" sprite_frame="Z" model="potiontoxic_0" frame_index="0" usepitch="momentum" />
19   </class>
20   <class name="PotionAcid">
21     <state sprite="PPOT" sprite_frame="Y" model="potiontoxic_0" frame_index="1" usepitch="momentum" />
22   </class>
23   <class name="PotionBounceAcid">
24     <state sprite="PPOT" sprite_frame="Y" model="potiontoxic_0" frame_index="1" usepitch="momentum" />
25   </class>
26 </vavoom_model_definition>