diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-15 12:42:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-15 12:42:01 -0300 |
commit | 95b9204c86ee440c9b50e4e894d7403a43add4a4 (patch) | |
tree | 5a8638b3ce1a0edfbef336a43d3f8c1d6774ad0c | |
parent | e950eafc600edb1f4f1c0a410b85d5840df1e39a (diff) | |
download | clientdata-95b9204c86ee440c9b50e4e894d7403a43add4a4.tar.gz clientdata-95b9204c86ee440c9b50e4e894d7403a43add4a4.tar.bz2 clientdata-95b9204c86ee440c9b50e4e894d7403a43add4a4.tar.xz clientdata-95b9204c86ee440c9b50e4e894d7403a43add4a4.zip |
Add placeholders to Homunculuses.xml for the eight HC types :>
-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> |