diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:04:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:04:20 -0300 |
commit | 4748ec6b86a881629e23f208b7eab42d96c58734 (patch) | |
tree | 3bea9f6d22b0dd9dff0ba5c8c8c5d21dc34ac5c4 /npc/004-3-1 | |
parent | 4196c9f78f2e05ae832bc4be7d3b3c9b2b01f113 (diff) | |
download | serverdata-4748ec6b86a881629e23f208b7eab42d96c58734.tar.gz serverdata-4748ec6b86a881629e23f208b7eab42d96c58734.tar.bz2 serverdata-4748ec6b86a881629e23f208b7eab42d96c58734.tar.xz serverdata-4748ec6b86a881629e23f208b7eab42d96c58734.zip |
Minor balance adjustment for The Episode
Diffstat (limited to 'npc/004-3-1')
-rw-r--r-- | npc/004-3-1/falkrun.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt index d719f1bb9..df23211b9 100644 --- a/npc/004-3-1/falkrun.txt +++ b/npc/004-3-1/falkrun.txt @@ -153,14 +153,14 @@ L_Episode: percentheal 100, 100; .@m$ = getmap(); // FIXME TODO - TOO DIFFICULT, split them a bit apart - monster(.@m$, 42, 31, "Lost", BlueSlimeMother, 1); + monster(.@m$, 47, 41, "Lost", BlueSlimeMother, 1); monster(.@m$, 45, 31, "Lost", CopperSlimeMother, 1); monster(.@m$, 43, 32, "Lost", YellowSlimeMother, 1); monster(.@m$, 44, 32, "Lost", RedSlimeMother, 1); - monster(.@m$, 42, 33, "Lost", ChocolateSlimeMother, 1); + monster(.@m$, 61, 21, "Lost", ChocolateSlimeMother, 1); monster(.@m$, 45, 33, "Lost", WhiteSlimeMother, 1); monster(.@m$, 43, 34, "Lost", AzulSlimeMother, 1); - monster(.@m$, 44, 34, "Lost", SeaSlimeMother, 1); + monster(.@m$, 65, 40, "Lost", SeaSlimeMother, 1); monster(.@m$, 45, 35, "Lost", GreenSlimeMother, 1); //monster(.@m$, 47, 35, "Lost", LavaSlimeMother, 1); monster(.@m$, 68, 30, "Lost", Thug, 1); |