summaryrefslogtreecommitdiff
path: root/world/map/npc/019-4/_mobs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/019-4/_mobs.txt')
-rw-r--r--world/map/npc/019-4/_mobs.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/world/map/npc/019-4/_mobs.txt b/world/map/npc/019-4/_mobs.txt
new file mode 100644
index 00000000..fb606bd6
--- /dev/null
+++ b/world/map/npc/019-4/_mobs.txt
@@ -0,0 +1,32 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Deeper Snow Cave mobs
+
+019-4.gat,0,0,0,0|monster|Spawn Mogguns|1061,12,45000,30000,Mob019-4::On1061
+019-4.gat,47,67,15,9|monster|Spawn White Slime|1093,5,45000,45000,Mob019-4::On1093
+019-4.gat,0,0,0,0|monster|Spawn Bat|1017,15,45000,25000,Mob019-4::On1017
+019-4.gat,0,0,0,0|monster|Spawn Blue Slimes|1091,7,45000,30000,Mob019-4::On1091
+
+
+019-4.gat,0,0,0|script|Mob019-4|-1,{
+On1017:
+ set @mobID, 1017;
+ callfunc "MobPoints";
+ end;
+
+On1061:
+ set @mobID, 1061;
+ callfunc "MobPoints";
+ end;
+
+On1091:
+ set @mobID, 1091;
+ callfunc "MobPoints";
+ end;
+
+On1093:
+ set @mobID, 1093;
+ callfunc "MobPoints";
+ end;
+
+ end;
+}