summaryrefslogtreecommitdiff
path: root/npc/000-1/panels.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2014-02-18 23:17:12 +0100
committerReid Yaro <reidyaro@gmail.com>2014-02-18 23:17:12 +0100
commitd5c57226063bfcec6ef957abe9de1f73b1673c1a (patch)
tree5d6a55333feb3fa24950c089f6675548b254e276 /npc/000-1/panels.txt
parent33243e39fee0b13f9f4272b644d7529596460b30 (diff)
downloadserverdata-d5c57226063bfcec6ef957abe9de1f73b1673c1a.tar.gz
serverdata-d5c57226063bfcec6ef957abe9de1f73b1673c1a.tar.bz2
serverdata-d5c57226063bfcec6ef957abe9de1f73b1673c1a.tar.xz
serverdata-d5c57226063bfcec6ef957abe9de1f73b1673c1a.zip
Correct panels scripts.
Diffstat (limited to 'npc/000-1/panels.txt')
-rw-r--r--npc/000-1/panels.txt30
1 files changed, 18 insertions, 12 deletions
diff --git a/npc/000-1/panels.txt b/npc/000-1/panels.txt
index cbd8c718..4ea7488a 100644
--- a/npc/000-1/panels.txt
+++ b/npc/000-1/panels.txt
@@ -12,13 +12,14 @@
next;
mes col(l("You wipe off enough of the sand to manage to read the message written on this crude piece of wood."), 9);
next;
- mesq l(l("It's a dangerous place out here. Beware of the mischievous creatures living here!"), 9);
+ mesq l("It's a dangerous place out here. Beware of the mischievous creatures living here!");
next;
- mesq l(l("Not content to stay buried in their burrows in the sand, Crocs can be quite a nuisance, infesting this whole island. Tender Feet and Noobs are advised: Avoid touching these crawling red devils. They have huge, deadly claws that can make mincemeat of you! You can recognize them easily by their crabby personalities. Be careful younglings."), 9);
+ mesq l("Not content to stay buried in their burrows in the sand, Crocs can be quite a nuisance, infesting this whole island. Tender Feet and Noobs are advised: Avoid touching these crawling red devils. They have huge, deadly claws that can make mincemeat of you! You can recognize them easily by their crabby personalities. Be careful younglings.");
next;
- mesq l(l("Furthermore, unless you are planning to stick it out, you should also not even think about gaining experience by messing with those icky pink land jellies. The pink could stick on you, imagine the horror!"), 9);
+ mesq l("Furthermore, unless you are planning to stick it out, you should also not even think about gaining experience by messing with those icky pink land jellies. The pink could stick on you, imagine the horror!");
next;
- mesq l(l("In fact... Oh, the things that I could tell... But ran out of space on this... Just be reasonable and go home."), 9);
+ mesq l("In fact... Oh, the things that I could tell... But ran out of space on this... Just be reasonable and go home.");
+
close;
}
@@ -29,15 +30,20 @@
next;
mes col(l("You can read some lines that are nicely carved into the soft wooden planks."), 9);
next;
- mesq l(l("The further you go, the more experience you will get, so here's a small description of all the stats you can upgrade with time. But note that these will probably change in the future and have more complex effects."), 9);
+ mesq l("The further you go, the more experience you will get, so here's a small description of all the stats you can upgrade with time. But note that these will probably change in the future and have more complex effects.");
+ next;
+ mesq l("Strength multiplies the damage of your hits, especially melee ones. You will also be able to carry heavier stuff.");
+ next;
+ mesq l("Agility greatly increases your attack speed and the chances of you dodging enemy hits.");
+ next;
+ mesq l("Vitality raises your maximum health points and defense.");
+ next;
+ mesq l("Intelligence raises your maximum mana points (good for mages) and your mind abilities. Please note: Magic system has not yet been implemented in this world.");
+ next;
+ mesq l("Dexterity increases your bow damage and your accuracy.");
next;
- mesq l(l("Strength multiplies the damage of your hits, especially melee ones. You will also be able to carry heavier stuff."), 9);
- mesq l(l("Agility greatly increases your attack speed and the chances of you dodging enemy hits."), 9);
- mesq l(l("Vitality raises your maximum health points and defense."), 9);
- mesq l(l("Intelligence raises your maximum mana points (good for mages) and your mind abilities. Please note: Magic system has not yet been implemented in this world."), 9);
- mesq l(l("Dexterity increases your bow damage and your accuracy."), 9);
- mesq l(l("Luck helps you do critical hits and dodge the ones dealt by enemies."), 9);
+ mesq l("Luck helps you do critical hits and dodge the ones dealt by enemies.");
next;
- mesq l(l("Have fun, but always remember to pick your stats with good care."), 9);
+ mesq l("Have fun, but always remember to pick your stats with good care.");
close;
}