Birthday egg added
This commit is contained in:
parent
aea16db82c
commit
9b9e8a09b9
2 changed files with 24 additions and 2 deletions
22
leveldesign/game_elem/creature/objects/_egg_feast.creature
Normal file
22
leveldesign/game_elem/creature/objects/_egg_feast.creature
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?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="egg_feast04a.shape"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT Name="Collision">
|
||||
<ATOM Name="CollisionRadius" Value="0.4"/>
|
||||
<ATOM Name="Height" Value="0.4"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<STRUCT/>
|
||||
<LOG></LOG>
|
||||
</FORM>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<FORM Revision="$Revision: 1.1 $" State="modified">
|
||||
<PARENT Filename="barrel_closed.creature"/>
|
||||
<PARENT Filename="_egg_feast.creature"/>
|
||||
<STRUCT>
|
||||
<STRUCT Name="Basics">
|
||||
<ATOM Name="Level" Value="1"/>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<ATOM Name="NbHitToKillPlayer" Value="1"/>
|
||||
<STRUCT Name="Equipment">
|
||||
<STRUCT Name="Body">
|
||||
<ATOM Name="Item" Value="barrel_01.shape"/>
|
||||
<ATOM Name="Item" Value="egg_feast04a.shape"/>
|
||||
</STRUCT>
|
||||
</STRUCT>
|
||||
<STRUCT Name="MovementSpeeds">
|
||||
|
|
Loading…
Reference in a new issue