diff options
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 4 | ||||
-rw-r--r-- | npcs/npc432.xml | 6 | ||||
-rw-r--r-- | npcs/npc433.xml | 6 | ||||
-rw-r--r-- | npcs/npc434.xml | 6 | ||||
-rw-r--r-- | npcs/npc435.xml | 6 |
5 files changed, 28 insertions, 0 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 78be1ba9..3d8ee7bf 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -233,5 +233,9 @@ <include name="npcs/npc429.xml"/> <include name="npcs/npc430.xml"/> <include name="npcs/npc431.xml"/> + <include name="npcs/npc432.xml"/> + <include name="npcs/npc433.xml"/> + <include name="npcs/npc434.xml"/> + <include name="npcs/npc435.xml"/> <include name="npcs/npc441.xml"/> </npcs> diff --git a/npcs/npc432.xml b/npcs/npc432.xml new file mode 100644 index 00000000..ba22c24b --- /dev/null +++ b/npcs/npc432.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="432"> + <particlefx>graphics/particles/electricity.red.danger-cell-middle-big.xml</particlefx> + </npc> +</npcs> diff --git a/npcs/npc433.xml b/npcs/npc433.xml new file mode 100644 index 00000000..ec9c9d9f --- /dev/null +++ b/npcs/npc433.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="433"> + <particlefx>graphics/particles/electricity.red.danger-cell-middle-small.xml</particlefx> + </npc> +</npcs> diff --git a/npcs/npc434.xml b/npcs/npc434.xml new file mode 100644 index 00000000..fa0a5604 --- /dev/null +++ b/npcs/npc434.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="434"> + <particlefx>graphics/particles/electricity.red.danger-cell-left-right-big.xml</particlefx> + </npc> +</npcs> diff --git a/npcs/npc435.xml b/npcs/npc435.xml new file mode 100644 index 00000000..2af04da8 --- /dev/null +++ b/npcs/npc435.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="435"> + <particlefx>graphics/particles/electricity.red.danger-cell-left-right-small.xml</particlefx> + </npc> +</npcs> |