From 4df36fafefa7f152b65020b92371fc8fb28213cb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Jan 2020 16:55:15 -0300 Subject: Rebuild maps, adding 001-12 --- npc/001-11/_mobs.txt | 2 +- npc/001-12/_import.txt | 3 +++ npc/001-12/_mobs.txt | 12 ++++++++++++ npc/_import.txt | 1 + npc/functions/weather.txt | 1 + 5 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 npc/001-12/_import.txt create mode 100644 npc/001-12/_mobs.txt (limited to 'npc') diff --git a/npc/001-11/_mobs.txt b/npc/001-11/_mobs.txt index dc8a91342..5aebea517 100644 --- a/npc/001-11/_mobs.txt +++ b/npc/001-11/_mobs.txt @@ -1,5 +1,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 001-11: Valentine Highlands mobs -001-11,47,34,29,14 monster Lovely Fluffy 1050,6,16000,0 +001-11,47,34,29,14 monster Lovely Fluffy 1050,8,16000,0 001-11,48,34,32,16 monster Red Mushroom 1042,2,175000,50000 001-11,74,48,1,2 monster Chocolate Slime 1180,1,220000,50000 diff --git a/npc/001-12/_import.txt b/npc/001-12/_import.txt new file mode 100644 index 000000000..7ce184ff6 --- /dev/null +++ b/npc/001-12/_import.txt @@ -0,0 +1,3 @@ +// Map 001-12: Enchanted Forest +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/001-12/_mobs.txt", diff --git a/npc/001-12/_mobs.txt b/npc/001-12/_mobs.txt new file mode 100644 index 000000000..d42ae3a76 --- /dev/null +++ b/npc/001-12/_mobs.txt @@ -0,0 +1,12 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 001-12: Enchanted Forest mobs +001-12,99,98,23,23 monster Clover Field 1028,2,90000,120000 +001-12,90,88,70,68 monster Lovely Fluffy 1050,40,22000,1000 +001-12,22,89,6,69 monster Duck 1029,4,60000,120000 +001-12,87,148,71,10 monster Duck 1029,4,60000,120000 +001-12,96,79,64,60 monster Red Mushroom 1042,20,175000,50000 +001-12,102,108,4,3 monster Chocolate Slime 1180,2,220000,50000 +001-12,80,139,85,28 monster Whirly Bird (BOSS) 1232,1,36000000,50000 +001-12,115,40,36,13 monster Angry Bat 1194,6,260000,50000 +001-12,94,93,4,3 monster Mana Piou 1155,1,220000,50000 +001-12,37,149,1,1 monster Mana Piou 1155,3,220000,50000 diff --git a/npc/_import.txt b/npc/_import.txt index 7be3e9868..5a4b32f53 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -7,6 +7,7 @@ @include "npc/001-10-1/_import.txt" @include "npc/001-10/_import.txt" @include "npc/001-11/_import.txt" +@include "npc/001-12/_import.txt" @include "npc/001-2/_import.txt" @include "npc/001-3-1/_import.txt" @include "npc/001-3/_import.txt" diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 8179f9ef3..4c87c9627 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -75,6 +75,7 @@ OnInit: // Woodlands htput(.wcore, "001-4", "woodland"); htput(.wcore, "001-11", "woodland"); + htput(.wcore, "001-12", "woodland"); htput(.wcore, "005-1", "woodland"); htput(.wcore, "012-1", "woodland"); htput(.wcore, "014-1", "woodland"); -- cgit v1.2.3-60-g2f50