diff options
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> |