summaryrefslogtreecommitdiff
path: root/npc/new_14-1-south-woodland
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_14-1-south-woodland')
-rw-r--r--npc/new_14-1-south-woodland/monsters.txt40
-rw-r--r--npc/new_14-1-south-woodland/passages.txt4
2 files changed, 44 insertions, 0 deletions
diff --git a/npc/new_14-1-south-woodland/monsters.txt b/npc/new_14-1-south-woodland/monsters.txt
new file mode 100644
index 00000000..f371e497
--- /dev/null
+++ b/npc/new_14-1-south-woodland/monsters.txt
@@ -0,0 +1,40 @@
+// Map: new_14-1
+// This is South Woodland.
+//
+
+new_14-1.gat,0,0,0,0 monster Scorpion 1003,50,0,0,Mob14::OnScorpion
+new_14-1.gat,0,0,0,0 monster SpikyMushroom 1019,50,0,0,Mob14::OnSpikyMushroom
+new_14-1.gat,0,0,0,0 monster LogHead 1025,50,0,0,Mob14::OnLogHead
+
+new_14-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob14::OnCobalt
+
+new_14-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob14::OnSilkWorm
+
+new_14-1.gat,0,0,0 script Mob14 -1,{
+OnScorpion:
+ set @mobID, 1003;
+ callfunc "MobPoints";
+ break;
+
+OnSpikyMushroom:
+ set @mobID, 1019;
+ callfunc "MobPoints";
+ break;
+
+OnLogHead:
+ set @mobID, 1025;
+ callfunc "MobPoints";
+ break;
+
+OnCobalt:
+ set @mobID, 1030;
+ callfunc "MobPoints";
+ break;
+
+OnSilkWorm:
+ set @mobID, 1035;
+ callfunc "MobPoints";
+ break;
+
+ end;
+}
diff --git a/npc/new_14-1-south-woodland/passages.txt b/npc/new_14-1-south-woodland/passages.txt
new file mode 100644
index 00000000..3f63f074
--- /dev/null
+++ b/npc/new_14-1-south-woodland/passages.txt
@@ -0,0 +1,4 @@
+new_14-1.gat,131,53 warp tofield 2,2,new_16-1.gat,25,53
+new_14-1.gat,48,23 warp tofield 1,1,new_9-1.gat,46,99
+new_14-1.gat,14,54 warp tomap31 0,2,new_31-1.gat,92,54
+new_14-1.gat,55,104 warp tomap32 3,1,new_32-1.gat,56,21 \ No newline at end of file