diff options
author | Wushin <pasekei@gmail.com> | 2014-08-24 20:18:38 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-08-24 20:18:38 -0500 |
commit | df6bddeda84cdde69fe0c25a738e5dabe50d5c17 (patch) | |
tree | b117c13379567819acfba410e472766a4212049a /npcs | |
parent | 74a66659bf3da508e94d701fbe8f618157dcf969 (diff) | |
parent | 32f7e5020fd5a17e691bc2853c9b1f8985727796 (diff) | |
download | clientdata-df6bddeda84cdde69fe0c25a738e5dabe50d5c17.tar.gz clientdata-df6bddeda84cdde69fe0c25a738e5dabe50d5c17.tar.bz2 clientdata-df6bddeda84cdde69fe0c25a738e5dabe50d5c17.tar.xz clientdata-df6bddeda84cdde69fe0c25a738e5dabe50d5c17.zip |
Merge pull request #156 from mekolat/emblems
make koga non-spammy
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 8 | ||||
-rw-r--r-- | npcs/npc410.xml | 6 | ||||
-rw-r--r-- | npcs/npc411.xml | 6 | ||||
-rw-r--r-- | npcs/npc412.xml | 6 | ||||
-rw-r--r-- | npcs/npc413.xml | 6 | ||||
-rw-r--r-- | npcs/npc414.xml | 6 | ||||
-rw-r--r-- | npcs/npc415.xml | 6 | ||||
-rw-r--r-- | npcs/npc416.xml | 6 | ||||
-rw-r--r-- | npcs/npc417.xml | 6 |
9 files changed, 56 insertions, 0 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 72517be5..c57ea766 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -197,4 +197,12 @@ <include name="npcs/npc407.xml"/> <include name="npcs/npc408.xml"/> <include name="npcs/npc409.xml"/> + <include name="npcs/npc410.xml"/> + <include name="npcs/npc411.xml"/> + <include name="npcs/npc412.xml"/> + <include name="npcs/npc413.xml"/> + <include name="npcs/npc414.xml"/> + <include name="npcs/npc415.xml"/> + <include name="npcs/npc416.xml"/> + <include name="npcs/npc417.xml"/> </npcs> diff --git a/npcs/npc410.xml b/npcs/npc410.xml new file mode 100644 index 00000000..c0832b61 --- /dev/null +++ b/npcs/npc410.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="410" targetSelection="false"> + <sprite variant="0">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc411.xml b/npcs/npc411.xml new file mode 100644 index 00000000..cb0da557 --- /dev/null +++ b/npcs/npc411.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="411" targetSelection="false"> + <sprite variant="4">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc412.xml b/npcs/npc412.xml new file mode 100644 index 00000000..e90cbe13 --- /dev/null +++ b/npcs/npc412.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="412" targetSelection="false"> + <sprite variant="1">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc413.xml b/npcs/npc413.xml new file mode 100644 index 00000000..2d3175aa --- /dev/null +++ b/npcs/npc413.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="413" targetSelection="false"> + <sprite variant="5">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc414.xml b/npcs/npc414.xml new file mode 100644 index 00000000..bc72f1c3 --- /dev/null +++ b/npcs/npc414.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="414" targetSelection="false"> + <sprite variant="2">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc415.xml b/npcs/npc415.xml new file mode 100644 index 00000000..a69a37c8 --- /dev/null +++ b/npcs/npc415.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="415" targetSelection="false"> + <sprite variant="6">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc416.xml b/npcs/npc416.xml new file mode 100644 index 00000000..e6a77fee --- /dev/null +++ b/npcs/npc416.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="416" targetSelection="false"> + <sprite variant="3">model/city-emblems.xml</sprite> + </npc> +</npcs> diff --git a/npcs/npc417.xml b/npcs/npc417.xml new file mode 100644 index 00000000..2e65fb2b --- /dev/null +++ b/npcs/npc417.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="417" targetSelection="false"> + <sprite variant="7">model/city-emblems.xml</sprite> + </npc> +</npcs> |