diff options
-rw-r--r-- | homunculuses.xml | 134 |
1 files changed, 131 insertions, 3 deletions
diff --git a/homunculuses.xml b/homunculuses.xml index 590b37bb..6bceb002 100644 --- a/homunculuses.xml +++ b/homunculuses.xml @@ -6,7 +6,7 @@ Copyright (C) 2019 Moubootaur Legends --> <homunculuses> <homunculus id="6001" - name="homum" + name="Mage" startFollowDistance="3" followDistance="1" warpDistance="11" @@ -28,9 +28,10 @@ Copyright (C) 2019 Moubootaur Legends --> > <sprite>races/human-male.xml</sprite> </homunculus> + <!--======================================================================--> <homunculus id="6002" - name="homum B" + name="Tanker" startFollowDistance="3" followDistance="1" warpDistance="11" @@ -52,9 +53,10 @@ Copyright (C) 2019 Moubootaur Legends --> > <sprite>races/human-female.xml</sprite> </homunculus> + <!--======================================================================--> <homunculus id="6003" - name="homum C" + name="Agile" startFollowDistance="3" followDistance="1" warpDistance="11" @@ -76,4 +78,130 @@ Copyright (C) 2019 Moubootaur Legends --> > <sprite>monsters/tipiou.xml</sprite> </homunculus> + <!--======================================================================--> + <homunculus + id="6004" + name="Strong" + startFollowDistance="3" + followDistance="1" + warpDistance="11" + offsetX="0" + offsetY="2" + sitOffsetX="1" + sitOffsetY="0" + moveOffsetX="0" + moveOffsetY="5" + deadOffsetX="0" + deadOffsetY="0" + attackOffsetX="0" + attackOffsetY="2" + thinkTime="100" + directionType="2" + sitDirectionType="1" + deadDirectionType="1" + attackDirectionType="4" + > + <sprite>races/human-male.xml</sprite> + </homunculus> + <!--======================================================================--> + <homunculus + id="6005" + name="Lucky" + startFollowDistance="3" + followDistance="1" + warpDistance="11" + offsetX="0" + offsetY="2" + sitOffsetX="1" + sitOffsetY="0" + moveOffsetX="0" + moveOffsetY="5" + deadOffsetX="0" + deadOffsetY="0" + attackOffsetX="0" + attackOffsetY="2" + thinkTime="100" + directionType="2" + sitDirectionType="1" + deadDirectionType="1" + attackDirectionType="4" + > + <sprite>races/human-female.xml</sprite> + </homunculus> + <!--======================================================================--> + <homunculus + id="6006" + name="Accurate" + startFollowDistance="3" + followDistance="1" + warpDistance="11" + offsetX="0" + offsetY="2" + sitOffsetX="1" + sitOffsetY="0" + moveOffsetX="0" + moveOffsetY="5" + deadOffsetX="0" + deadOffsetY="0" + attackOffsetX="0" + attackOffsetY="2" + thinkTime="100" + directionType="2" + sitDirectionType="1" + deadDirectionType="1" + attackDirectionType="4" + > + <sprite>monsters/tipiou.xml</sprite> + </homunculus> + <!--======================================================================--> + <homunculus + id="6007" + name="All Rounder" + startFollowDistance="3" + followDistance="1" + warpDistance="11" + offsetX="0" + offsetY="2" + sitOffsetX="1" + sitOffsetY="0" + moveOffsetX="0" + moveOffsetY="5" + deadOffsetX="0" + deadOffsetY="0" + attackOffsetX="0" + attackOffsetY="2" + thinkTime="100" + directionType="2" + sitDirectionType="1" + deadDirectionType="1" + attackDirectionType="4" + > + <sprite>monsters/tipiou.xml</sprite> + </homunculus> + <!--======================================================================--> + <homunculus + id="6008" + name="Superior Machine" + startFollowDistance="3" + followDistance="1" + warpDistance="11" + offsetX="0" + offsetY="2" + sitOffsetX="1" + sitOffsetY="0" + moveOffsetX="0" + moveOffsetY="5" + deadOffsetX="0" + deadOffsetY="0" + attackOffsetX="0" + attackOffsetY="2" + thinkTime="100" + directionType="2" + sitDirectionType="1" + deadDirectionType="1" + attackDirectionType="4" + > + <sprite>monsters/tipiou.xml</sprite> + </homunculus> + </homunculuses> |