summaryrefslogtreecommitdiff
path: root/npcs
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-11-22 23:12:55 +0100
committerHoraK-FDF <horak-fdf@web.de>2023-11-22 23:12:55 +0100
commitec5bd7f65b0aef0c147e32314f8462f77ff39acd (patch)
treedf3659fe3cf1db005081362ecaceef2139e9a50b /npcs
parent2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c (diff)
downloadclientdata-ec5bd7f65b0aef0c147e32314f8462f77ff39acd.tar.gz
clientdata-ec5bd7f65b0aef0c147e32314f8462f77ff39acd.tar.bz2
clientdata-ec5bd7f65b0aef0c147e32314f8462f77ff39acd.tar.xz
clientdata-ec5bd7f65b0aef0c147e32314f8462f77ff39acd.zip
mana battery chamber fixes and improvements
Diffstat (limited to 'npcs')
-rw-r--r--npcs/_include.xml4
-rw-r--r--npcs/npc432.xml6
-rw-r--r--npcs/npc433.xml6
-rw-r--r--npcs/npc434.xml6
-rw-r--r--npcs/npc435.xml6
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>