Adding barrels and crate datasheets
This commit is contained in:
parent
620e11261f
commit
da2085f21a
3 changed files with 73 additions and 0 deletions
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0"?>
|
||||
<FORM Revision="$Revision: 1.9 $" State="modified">
|
||||
<PARENT Filename="_parent_botobject.creature"/>
|
||||
<STRUCT>
|
||||
<STRUCT Name="Basics">
|
||||
<STRUCT Name="Equipment">
|
||||
<STRUCT Name="Body">
|
||||
<ATOM Name="Item" Value="barrel_01.shape"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT Name="Collision">
|
||||
<ATOM Name="CollisionRadius" Value="0.6"/>
|
||||
<ATOM Name="Length" Value="0"/>
|
||||
<ATOM Name="Width" Value="0"/>
|
||||
<ATOM Name="Height" Value="1.3"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<LOG></LOG>
|
||||
</FORM>
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0"?>
|
||||
<FORM Revision="$Revision: 1.9 $" State="modified">
|
||||
<PARENT Filename="_parent_botobject.creature"/>
|
||||
<STRUCT>
|
||||
<STRUCT Name="Basics">
|
||||
<STRUCT Name="Equipment">
|
||||
<STRUCT Name="Body">
|
||||
<ATOM Name="Item" Value="barrel_01.shape"/>
|
||||
<ATOM Name="Texture" Value="Desert/Medium Quality/Normal"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT Name="Collision">
|
||||
<ATOM Name="CollisionRadius" Value="0.6"/>
|
||||
<ATOM Name="Length" Value="0"/>
|
||||
<ATOM Name="Width" Value="0"/>
|
||||
<ATOM Name="Height" Value="1.3"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<LOG></LOG>
|
||||
</FORM>
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0"?>
|
||||
<FORM Revision="$Revision: 1.9 $" State="modified">
|
||||
<PARENT Filename="_parent_botobject.creature"/>
|
||||
<STRUCT>
|
||||
<STRUCT Name="Basics">
|
||||
<STRUCT Name="Equipment">
|
||||
<STRUCT Name="Body">
|
||||
<ATOM Name="Item" Value="crate_01.shape"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT Name="Collision">
|
||||
<ATOM Name="CollisionRadius" Value="0"/>
|
||||
<ATOM Name="Length" Value="1.5"/>
|
||||
<ATOM Name="Width" Value="1.1"/>
|
||||
<ATOM Name="Height" Value="0.85"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<LOG></LOG>
|
||||
</FORM>
|
Loading…
Reference in a new issue