diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml
index c550b69f66..710be77781 100644
--- a/.github/workflows/android-build.yml
+++ b/.github/workflows/android-build.yml
@@ -7,16 +7,56 @@ on:
pull_request:
paths:
- 'app/android/**'
+ workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - id: job_info
+ uses: daleyjem/gh-job-id@v1
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ job_name: 'build'
- - name: Setup Gradle
- uses: gradle/actions/setup-gradle@v3
+ - name: Checkout Repository
+ uses: actions/checkout@v3
- - name: Build Android Packages
- run: cd app/android/client && gradle assemble
+ - name: Set Up JDK
+ uses: actions/setup-java@v3
+ with:
+ java-version: '17'
+ distribution: 'adopt'
+
+ - name: Validate Gradle Wrapper .jar
+ run: |
+ cd app/android/gradle/wrapper
+ curl --location --output gradle-wrapper.jar.sha256 \
+ https://services.gradle.org/distributions/gradle-7.5.1-wrapper.jar.sha256
+ echo " gradle-wrapper.jar" >> gradle-wrapper.jar.sha256
+ sha256sum --check gradle-wrapper.jar.sha256
+
+ - name: Build APKs with Ant
+ uses: cedx/setup-ant@v6
+ with:
+ version: '1.10'
+ - run: ant -noinput -buildfile build.xml android -Dgradle.params="assembleDebug assembleRelease"
+
+ - name: Failure Report
+ uses: sarisia/actions-status-discord@v1
+ if: failure()
+ env:
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_DEVELOPMENT }}
+ with:
+ title: 'Android Build Failed'
+ description: '${{ steps.job_info.outputs.html_url }}'
+ nodetail: true
+ - uses: sarisia/actions-status-discord@v1
+ if: failure()
+ env:
+ DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_DEVLOG }}
+ with:
+ title: 'Android Build Failed'
+ description: '${{ steps.job_info.outputs.html_url }}'
+ nodetail: true
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 1aaaeb4e51..3c5094235c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -29,15 +29,15 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- - name: Autobuild
- uses: github/codeql-action/autobuild@v2
+ #- name: Autobuild
+ # uses: github/codeql-action/autobuild@v3
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -46,9 +46,7 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language
- #- run: |
- # make bootstrap
- # make release
+ - run: ant -noinput -f build.xml clean compile
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
diff --git a/.project b/.project
index 8aa95068ea..a3d0298ad9 100644
--- a/.project
+++ b/.project
@@ -20,4 +20,15 @@
org.eclipse.jdt.core.javanature
org.eclipse.wst.common.project.facet.core.nature
+
+
+ 1771748271774
+
+ 30
+
+ org.eclipse.core.resources.regexFilterMatcher
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+
+
+
diff --git a/README.md b/README.md
index 1f1a30a95d..8b25a90318 100644
--- a/README.md
+++ b/README.md
@@ -30,29 +30,28 @@ button to create or log in to your account.
### Mobile
Play using the [progressive web app](https://en.wikipedia.org/wiki/Progressive_web_app). Just visit
-https://stendhalgame.org/ in your mobile browser and click "install" when prompted.
+[stendhalgame.org](https://stendhalgame.org/) in your mobile browser and click "install" when prompted.
[
](https://f-droid.org/packages/org.stendhalgame.client/)
Play on your Android device using the dedicated app. You can get it from the
-[F-Droid App Store](https://f-droid.org/) or download it from https://stendhalgame.org/download.html.
+[F-Droid App Store](https://f-droid.org/) or download it from [stendhalgame.org](https://stendhalgame.org/download.html).
### Classic Desktop
[](https://arianne-project.org/download/stendhal.zip)
Play using the classic desktop client. You will need Java which you can download from
-[https://www.java.com](https://www.java.com/en/download) on Microsoft Windows. Java is included in
+[java.com](https://www.java.com/en/download) on Microsoft Windows. Java is included in
most Linux distributions. Both Oracle Java and OpenJDK are supported.
-Please download Stendhal from [https://stendhalgame.org](https://stendhalgame.org)
-You can double click on stendhal-starter.jar and the client will run.
-If you prefer to run from command line, then just execute this command
-in the stendhal folder:
+Please download Stendhal from [stendhalgame.org](https://stendhalgame.org/download.html).
+You can double click on `stendhal-starter.jar` and the client will run.
+If you prefer to run from command line, then just execute this command in the stendhal folder:
`java -jar stendhal-starter.jar`
-There is a [manual](https://stendhalgame.org/wiki/Stendhal_Manual), and there is Help from the client menu icons in the upper right hand side of the game screen.
+There is a [manual](https://stendhalgame.org/wiki/Stendhal_Manual), and there is Help from the client menu icons in the upper right hand side of the game screen.
## Development environment
@@ -67,7 +66,7 @@ There is a [manual](https://stendhalgame.org/wiki/Stendhal_Manual), and there i
Stendhal is free software. You can redistribute it and/or modify under the following terms:
-- The **server**, **java client**, and **Android client**: *GNU General Public License* 2 or later as published by the Free
+- The **server**, **java client**, and **Android client**: *GNU General Public License* 2 or later as published by the Free Software Foundation
- The **web client** and **native client**: *GNU Affero General Public License* 3 or later as published by the Free Software Foundation with the definition of "System libraries" being extended to include authentication providers and software distribution platforms.
- The **nativehelper** extensions: *GNU Lesser General Public License* 3 or later as published by the Free Software Foundation
@@ -76,6 +75,6 @@ even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
[LICENSE.txt](LICENSE.txt) and [src/js/LICENSE.html](src/js/LICENSE.html) file for more details.
Stendhal(c) is copyright of Miguel Angel Blanch Lardin, 2005-2008, arianne_rpg at users dot sourceforge dot net and others
-Stendhal(c) is copyright of the Arianne Project, 2006-2024, arianne-general at lists dot sourceforge dot net
+Stendhal(c) is copyright of the Arianne Project, 2006-2026, arianne-general at lists dot sourceforge dot net
Please have a look at the list of [contributors](doc/contributors.md#contributors).
diff --git a/app/.gitignore b/app/.gitignore
new file mode 100644
index 0000000000..a82f7921f3
--- /dev/null
+++ b/app/.gitignore
@@ -0,0 +1 @@
+/godot/
diff --git a/app/android/client/build.gradle b/app/android/client/build.gradle
index a3c3c643c4..d5f56cb075 100644
--- a/app/android/client/build.gradle
+++ b/app/android/client/build.gradle
@@ -10,15 +10,23 @@ android {
applicationId namespace
minSdk 21
targetSdk 32
- versionCode 1046005
- versionName "1.46.5"
+ versionCode 1049005
+ versionName "1.49.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
targetSdkVersion 32
minSdkVersion 21
}
+ // F-Droid doesn't allow encrypted DependencyInfoBlock in APK
+ dependenciesInfo {
+ // disables dependency metadata when building APKs
+ includeInApk = false
+ // disables dependency metadata when building Android App Bundles
+ includeInBundle = false
+ }
+
// build output
- project.setProperty("archivesBaseName", "${namespace}-${defaultConfig.versionCode}")
+ project.setProperty("archivesBaseName", "${namespace}-${defaultConfig.versionName}")
project.setProperty("buildDir", "${projectDir}/../../../build/build_android_client")
/* A keystore.properties file can be placed in the root Android project directory and must
diff --git a/app/android/client/src/main/java/org/stendhalgame/client/ClientView.java b/app/android/client/src/main/java/org/stendhalgame/client/ClientView.java
index d7205ee53a..d3bb03015a 100644
--- a/app/android/client/src/main/java/org/stendhalgame/client/ClientView.java
+++ b/app/android/client/src/main/java/org/stendhalgame/client/ClientView.java
@@ -14,6 +14,7 @@ package org.stendhalgame.client;
import java.util.Random;
import android.app.AlertDialog;
+import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
@@ -189,7 +190,11 @@ public class ClientView extends WebView {
if (!UrlHelper.isInternalUri(uri)) {
// open external links in default browser/app
// FIXME: should we ask for confirmation?
- MainActivity.get().startActivity(new Intent(Intent.ACTION_VIEW, uri));
+ try {
+ MainActivity.get().startActivity(new Intent(Intent.ACTION_VIEW, uri));
+ } catch (final ActivityNotFoundException e) {
+ Notifier.toast("No app found to open this link");
+ }
return true;
}
view.loadUrl(UrlHelper.checkClientUrl(uri.toString()));
@@ -263,6 +268,9 @@ public class ClientView extends WebView {
/**
* Handles downloading screenshot created by web client.
*
+ * TODO: get filename to pass to `DownloadHandler.download` from "download" property of
+ * anchor
+ *
* @param url
* Content URL to the screenshot image.
* @param userAgent
diff --git a/app/android/client/src/main/java/org/stendhalgame/client/DownloadHandler.java b/app/android/client/src/main/java/org/stendhalgame/client/DownloadHandler.java
index 4144ed8515..29a423d24d 100644
--- a/app/android/client/src/main/java/org/stendhalgame/client/DownloadHandler.java
+++ b/app/android/client/src/main/java/org/stendhalgame/client/DownloadHandler.java
@@ -13,6 +13,8 @@ package org.stendhalgame.client;
import java.io.File;
import java.io.FileOutputStream;
+import java.net.URLDecoder;
+import java.nio.charset.StandardCharsets;
import java.text.SimpleDateFormat;
import java.util.Date;
@@ -26,61 +28,175 @@ import android.util.Base64;
* created by the web client page.
*/
public class DownloadHandler {
- private boolean result = false;
- private String message = null;;
- public void download(final String url, final String mimetype) {
+ private static enum DownloadType {
+ IMAGE_PNG("image/png"),
+ TEXT_PLAIN("text/plain"),
+ UNSUPPORTED(null);
+
+ private String value;
+
+ private DownloadType(final String value) {
+ this.value = value;
+ }
+
+ public static DownloadType fromString(final String value) {
+ for (final DownloadType v: DownloadType.values()) {
+ if (v.value != null && v.value.equals(value)) {
+ return v;
+ }
+ }
+ return DownloadType.UNSUPPORTED;
+ }
+ }
+
+ private boolean result = false;
+ private String message = null;
+
+
+ /**
+ * Checks for a supported MIME type.
+ *
+ * @param url
+ * File or data URL.
+ * @param mimetype
+ * Detected MIME type.
+ * @return
+ * Download type or unsupported.
+ */
+ private DownloadType checkMimeType(final String url, final String mimetype) {
+ final DownloadType dtype = DownloadType.fromString(mimetype);
+ if (DownloadType.UNSUPPORTED.equals(dtype) && url.startsWith("data:image/png;base64,")) {
+ return DownloadType.IMAGE_PNG;
+ }
+ return dtype;
+ }
+
+ /**
+ * Writes file data to device storage.
+ *
+ * @param dir
+ * Directory where new file is to be created.
+ * @param basename
+ * Filename of new file.
+ * @param data
+ * File contents to be written to storage.
+ */
+ private void downloadInternal(final File dir, final String basename, final byte[] data) {
+ String stacktrace = null;
+ try {
+ if (!dir.exists()) {
+ dir.mkdirs();
+ }
+ final FileOutputStream fos = new FileOutputStream(new File(dir, basename));
+ fos.write(data);
+ fos.close();
+ this.result = true;
+ } catch (final java.lang.NoClassDefFoundError e) {
+ this.message = "an error occurred while decoding data (see debug log for more info)";
+ stacktrace = stackTraceToString(e);
+ } catch (java.io.IOException e) {
+ this.message = "an error occurred while attempting to write file (see debug log for more info)";
+ stacktrace = stackTraceToString(e);
+ }
+
+ if (stacktrace != null) {
+ Logger.error(stacktrace.toString());
+ }
+ }
+
+ /**
+ * Writes file data to device storage.
+ *
+ * @param url
+ * A data URL.
+ * @param mimetype
+ * Detected MIME type.
+ * @param targetName
+ * Filename for new file.
+ */
+ public void download(final String url, final String mimetype, String targetName) {
final Uri uri = Uri.parse(url);
final String scheme = uri.getScheme();
final String storageState = Environment.getExternalStorageState();
+ final DownloadType dtype = checkMimeType(url, mimetype);
if (!MainActivity.get().getActiveClientView().isGameActive()) {
this.message = "downloading from this page not supported";
} else if (!"data".equals(scheme)) {
+ // only data URL supported
this.message = "download type \"" + scheme + "\" not supported";
- } else if (!"image/png".equals(mimetype) || !url.startsWith("data:image/png;base64,")) {
+ } else if (DownloadType.UNSUPPORTED.equals(dtype)) {
this.message = "mimetype not supported: " + mimetype;
} else if (!Environment.MEDIA_MOUNTED.equals(storageState)) {
this.message = "storage not available for writing (state: " + storageState + ")";
- } else {
+ } else if (DownloadType.IMAGE_PNG.equals(dtype)) {
final File targetDir = new File(Environment.getExternalStorageDirectory()
+ "/Pictures/Screenshots");
- final String targetName = "stendhal_"
- + new SimpleDateFormat("yyyy-MM-dd_HH.mm.ss").format(new Date()) + ".png";
+ if (targetName == null) {
+ // default filename
+ targetName = "stendhal_" + new SimpleDateFormat("yyyy-MM-dd_HH.mm.ss").format(new Date())
+ + ".png";
+ }
Logger.debug("Saving screenshot: " + targetDir.getPath()
+ "/" + targetName + " (" + mimetype + ")");
- String msg;
- String stacktrace = null;
- try {
- if (!targetDir.exists()) {
- targetDir.mkdirs();
+ final byte[] data = Base64.decode(url.split("base64,")[1], Base64.DEFAULT);
+ downloadInternal(targetDir, targetName, data);
+ if (this.result) {
+ this.message = "saved screenshot to " + targetDir.getPath() + "/" + targetName;
+ }
+ } else if (DownloadType.TEXT_PLAIN.equals(dtype)) {
+ // `Environment.DIRECTORY_DOWNLOADS` fails on newer Android versions
+ //final File targetDir = new File(Environment.DIRECTORY_DOWNLOADS);
+ final File targetDir = new File(Environment.getExternalStorageDirectory() + "/Download");
+ if (targetName == null) {
+ // default filename
+ targetName = "stendhal_" + new SimpleDateFormat("yyyy-MM-dd_HH.mm.ss").format(new Date())
+ + ".txt";
+ }
+
+ Logger.debug("Saving file: " + targetDir.getPath()
+ + "/" + targetName + " (" + mimetype + ")");
+
+ final String[] parts = url.split(",");
+ byte[] data;
+ if (parts[0].endsWith(";base64")) {
+ data = Base64.decode(parts[1], Base64.DEFAULT);
+ } else {
+ try {
+ data = URLDecoder.decode(parts[1], StandardCharsets.UTF_8.name())
+ .getBytes(StandardCharsets.UTF_8);
+ } catch (final java.io.UnsupportedEncodingException e) {
+ this.message = "an error occurred while attempting to decode data URL (see debug log for more info)";
+ Logger.error(stackTraceToString(e));
+ return;
}
-
- final byte[] data = Base64.decode(url.split("base64,")[1], Base64.DEFAULT);
- final FileOutputStream fos = new FileOutputStream(new File(targetDir, targetName));
- fos.write(data);
- fos.close();
-
- this.result = true;
- msg = "saved screenshot to " + targetDir.getPath() + "/" + targetName;
- } catch (final java.lang.NoClassDefFoundError e) {
- msg = "an error occurred while decoding data (see debug log for more info)";
- stacktrace = stackTraceToString(e);
- } catch (java.io.IOException e) {
- msg = "an error occurred while attempting to write file (see debug log for more info)";
- stacktrace = stackTraceToString(e);
}
- this.message = msg;
- if (stacktrace != null) {
- Logger.error(stacktrace.toString());
+ downloadInternal(targetDir, targetName, data);
+ if (this.result) {
+ this.message = "file saved to " + targetDir.getPath() + "/" + targetName;
}
+ } else {
+ this.message = "an unknown error occurred";
}
}
+ /**
+ * Writes file data to device storage.
+ *
+ * @param url
+ * A data URL.
+ * @param mimetype
+ * Detected MIME type.
+ */
+ public void download(final String url, final String mimetype) {
+ download(url, mimetype, null);
+ }
+
public boolean getResult() {
return result;
}
diff --git a/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/01-start.jpg b/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/01-start.jpg
new file mode 100644
index 0000000000..3dbef90e03
Binary files /dev/null and b/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/01-start.jpg differ
diff --git a/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/02-npc_interaction.jpg b/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/02-npc_interaction.jpg
new file mode 100644
index 0000000000..5cb65ec5e9
Binary files /dev/null and b/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/02-npc_interaction.jpg differ
diff --git a/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/03-melee_combat.jpg b/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/03-melee_combat.jpg
new file mode 100644
index 0000000000..86fe43ded9
Binary files /dev/null and b/app/android/client/src/main/play/listings/en-US/graphics/phone-screenshots/03-melee_combat.jpg differ
diff --git a/app/android/client/src/main/play/listings/pt/full-description.txt b/app/android/client/src/main/play/listings/pt/full-description.temp.txt
similarity index 100%
rename from app/android/client/src/main/play/listings/pt/full-description.txt
rename to app/android/client/src/main/play/listings/pt/full-description.temp.txt
diff --git a/app/android/client/src/main/play/release-notes/en-US/default.txt b/app/android/client/src/main/play/release-notes/en-US/default.txt
index e0547dac4e..70b8142595 100644
--- a/app/android/client/src/main/play/release-notes/en-US/default.txt
+++ b/app/android/client/src/main/play/release-notes/en-US/default.txt
@@ -1,65 +1,3 @@
+PUT RELEASE ANNOUNCEMENT LINES HERE
-1.46
-
-*world*
-- renamed items:
- - "courgette" to "zucchini"
- - "iron" to "iron bar"
- - "salad" to "lettuce"
-- fixed many NPCs not responding to certain chat options
-- normalized spelling of some words to American English in most NPC dialogues
- - "colour" -> "color"
- - "defence" -> "defense"
- - "favour" -> "favor"
- - "favourite" -> "favorite"
- - "fulfil" -> "fulfill"
- - "organise" -> "organize"
- - "recognise" -> "rocognize"
-- Orchiwald will stop after entity collision instead of reversing path
-- foghorn sounds plays when ferry arrives at mainland & island
-- added commerce sound to more NPCs when exchanging money for items/services
-- seeds can be used from inventory
-
-*graphics*
-- redrawn placeholder tiles in Oni Palace
-- fixed some outfit errors
-- disabled unfinished weapon-style attack sprites
-
-*web client*
-- improved movement handling with on-screen joystick & direction pad
-- alternate "floating" menu style
-- alternate "floating" chat panel style
-- software keyboard is automatically hidden after sending chat message
-- optional activity indicator for corpses & some signs
-- immediate configuration changes affect only the active client/browser tab
-- application menu dialog doesn't close when clicking on background
-- correct NPC title is displayed in chat options dialog
-- disabled highlighting joystick/d-pad button on mouse double-click & drag
-- joystick/d-pad isn't shown until user interface is ready
-- character name in stats panel uses default font size
-- fixed chest default open/close behavior (clicking on open chest opens inventory window instead of closing)
-- doesn't attempt to open corpse/chest inventory windows when character not in range
-- fixed chat history duplicates
-- chat options dialog remains open until NPC is no longer attending or player closes
-- fixed continuous movement state not always updated at startup
-- supports displaying members' HP status in group panel
-- fixed group panel not always showing membership after login
-- added support for touch drag-and-drop
-- fixed weather drawing to not appear to move with player
-- fixed subsequent single clicks on items to not count as double after double click
-- fixed deathmatch scrying orbs
-- fixed portal default action when on a collision tile
-- added autocomplete support
-- fixed positioning of door sprites (-2_orril_lich_palace 84 108)
-- optional click/touch indicator
-- fixed difficult to move small floating windows
-- supports chat commands tab completion
-- supports text highlighting in speech bubbles
-- fixed opening chat log context menu with touch
-- supports continued zone music when changed zone matches
-
-*Android*
-- added option to clear WebView cache
-- added option to lock orientation
-- fixes for using the correct software keyboard
-- app ID changed to conform with F-Droid standards
+Please see the complete change log for further details: https://arianne-project.org/game/stendhal.html#changes
diff --git a/app/android/client/src/main/res/values/strings.xml b/app/android/client/src/main/res/values/strings.xml
index a12f4b2d12..f60bf90f42 100644
--- a/app/android/client/src/main/res/values/strings.xml
+++ b/app/android/client/src/main/res/values/strings.xml
@@ -5,6 +5,6 @@
Stendhal
stendhalprod8gps5y99pu
prod
- 1.46.5
+ 1.49.5
diff --git a/app/android/client/src/shared/java/org/stendhalgame/client/Logger.java b/app/android/client/src/shared/java/org/stendhalgame/client/Logger.java
index c4aab87415..cb14799ca6 100644
--- a/app/android/client/src/shared/java/org/stendhalgame/client/Logger.java
+++ b/app/android/client/src/shared/java/org/stendhalgame/client/Logger.java
@@ -19,7 +19,7 @@ import android.content.DialogInterface;
/**
* Semi-functional logger for release builds.
- *
+ *
* Displays notification dialogs but does not write to logs directory.
*/
public class Logger {
diff --git a/app/android/gradle/wrapper/gradle-wrapper.properties b/app/android/gradle/wrapper/gradle-wrapper.properties
index 0176d15822..b916c04dbb 100644
--- a/app/android/gradle/wrapper/gradle-wrapper.properties
+++ b/app/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=91a239400bb638f36a1795d8fdf7939d532cdc7d794d1119b7261aac158b1e60
+distributionSha256Sum=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
diff --git a/app/nativehelper/Cargo.toml b/app/nativehelper/Cargo.toml
index bdf01b24a2..4df05921bc 100644
--- a/app/nativehelper/Cargo.toml
+++ b/app/nativehelper/Cargo.toml
@@ -18,6 +18,7 @@ panic = 'abort'
strip = true
[dependencies]
+lazy_static = "1.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
steamworks = "0.10.0"
diff --git a/app/nativehelper/src/main.rs b/app/nativehelper/src/main.rs
index 7f3ae7912e..75186ee688 100644
--- a/app/nativehelper/src/main.rs
+++ b/app/nativehelper/src/main.rs
@@ -1,9 +1,12 @@
+use lazy_static::lazy_static;
use serde_json::Value;
use std::io;
use std::io::Read;
+use std::process;
use std::sync::Arc;
use std::sync::atomic::AtomicBool;
use std::sync::atomic::Ordering;
+use std::sync::Mutex;
use std::sync::mpsc::Sender;
use std::sync::mpsc::channel;
use std::thread;
@@ -16,6 +19,10 @@ use websocket::client::ClientBuilder;
use websocket::{Message, OwnedMessage};
+lazy_static! {
+ static ref AUTHENTICATED: Mutex = Mutex::new(false);
+}
+
fn connect() -> (Sender, JoinHandle<()>) {
println!("Read connection parameters");
let mut json = String::new();
@@ -112,58 +119,70 @@ fn connect() -> (Sender, JoinHandle<()>) {
}
}
});
-
- return (tx, receive_loop);
+
+ return (tx, receive_loop);
}
fn handle_message(nl_token: &String, tx: Sender, message: String) {
if message.contains("event\":\"request_authentication\"") {
authenticate(tx, nl_token.clone());
+ } else if message.contains("event\":\"clientDisconnect\"") {
+ let authenticated = AUTHENTICATED.lock().unwrap();
+ if *authenticated {
+ println!("Authenticated, exiting extension ...");
+ } else {
+ println!("Unauthenticated, exiting extension ...");
+ }
+ process::exit(0);
}
}
fn authenticate(tx: Sender, nl_token: String) {
- match Client::init() {
- Ok((client, single)) => {
+ match Client::init() {
+ Ok((client, single)) => {
let called = Arc::new(AtomicBool::new(false));
let callback_called = called.clone();
- let (_ticket_handle, session_ticket): (steamworks::AuthTicket, Vec) = client.user().authentication_session_ticket();
- let _callback =
- client.register_callback(move |session_ticket_response: AuthSessionTicketResponse| {
- //if session_ticket_response.ticket == ticket_handle {
- println!("Ticket Response Result: {:?}", session_ticket_response.result);
- callback_called.store(true, Ordering::Relaxed);
- // println!("Ticket : {:?}", session_ticket_response.ticket);
- // println!("Ticket Response: {:?}", session_ticket);
+ let (_ticket_handle, session_ticket): (steamworks::AuthTicket, Vec) = client.user().authentication_session_ticket();
+ let _callback =
+ client.register_callback(move |session_ticket_response: AuthSessionTicketResponse| {
+ //if session_ticket_response.ticket == ticket_handle {
+ if session_ticket_response.result.is_ok() {
+ let mut authenticated = AUTHENTICATED.lock().unwrap();
+ *authenticated = true;
+ }
+ println!("Ticket Response Result: {:?}", session_ticket_response.result);
+ callback_called.store(true, Ordering::Relaxed);
+ // println!("Ticket : {:?}", session_ticket_response.ticket);
+ // println!("Ticket Response: {:?}", session_ticket);
- let message = OwnedMessage::Text(format!("\
- {{\
- \"id\": \"15fb0ffb-7b18-48d2-89a3-39b1ce4b2645\",\
- \"method\": \"app.broadcast\",\
- \"accessToken\": {:?},\
- \"data\": {{\
- \"event\": \"steamAuthToken\",\
- \"data\": {:?}\
- }}\
- }}", nl_token, &session_ticket));
- match tx.send(message) {
- Ok(()) => (),
- Err(e) => {
- println!("Websocket send error: {:?}", e);
- }
- }
+ let message = OwnedMessage::Text(format!("\
+ {{\
+ \"id\": \"15fb0ffb-7b18-48d2-89a3-39b1ce4b2645\",\
+ \"method\": \"app.broadcast\",\
+ \"accessToken\": {:?},\
+ \"data\": {{\
+ \"event\": \"steamAuthToken\",\
+ \"data\": {:?}\
+ }}\
+ }}", nl_token, &session_ticket));
+ match tx.send(message) {
+ Ok(()) => (),
+ Err(e) => {
+ println!("Websocket send error: {:?}", e);
+ }
+ }
- });
- for _ in 0..100 {
- single.run_callbacks();
- if called.load(Ordering::Relaxed) {
- return;
- }
- ::std::thread::sleep(::std::time::Duration::from_millis(50));
- }
- },
- Err(_) => {
+ });
+ for _ in 0..100 {
+ single.run_callbacks();
+ if called.load(Ordering::Relaxed) {
+ return;
+ }
+ ::std::thread::sleep(::std::time::Duration::from_millis(50));
+ }
+ },
+ Err(_) => {
println!("Steam not available");
let message = OwnedMessage::Text(format!("\
{{\
@@ -181,10 +200,10 @@ fn authenticate(tx: Sender, nl_token: String) {
}
}
}
- }
+ }
}
fn main() {
- let (_tx, receive_loop) = connect();
+ let (_tx, receive_loop) = connect();
let _ = receive_loop.join();
}
diff --git a/app/neutralinojs/.gitignore b/app/neutralinojs/.gitignore
index 87d1a9794d..3bdc203be2 100644
--- a/app/neutralinojs/.gitignore
+++ b/app/neutralinojs/.gitignore
@@ -11,6 +11,7 @@ neutralino.js
# Neutralinojs related files
.storage
*.log
+extensions/binary/steam_appid.txt
extensions/binary/*.so
extensions/binary/*.dll
extensions/binary/nativehelper*
diff --git a/app/neutralinojs/extensions/binary/steam_appid.txt b/app/neutralinojs/extensions/binary/steam_appid.txt
deleted file mode 100644
index d689143772..0000000000
--- a/app/neutralinojs/extensions/binary/steam_appid.txt
+++ /dev/null
@@ -1 +0,0 @@
-2267890
diff --git a/app/neutralinojs/neutralino.config.json b/app/neutralinojs/neutralino.config.json
index e351797b8e..7d4ac4d423 100644
--- a/app/neutralinojs/neutralino.config.json
+++ b/app/neutralinojs/neutralino.config.json
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/neutralinojs/neutralinojs/main/schemas/neutralino.config.schema.json",
"applicationId": "org.stendhalgame.client",
- "version": "1.46.5",
+ "version": "1.49.5",
"defaultMode": "window",
"port": 0,
"documentRoot": "/resources/",
@@ -11,9 +11,9 @@
"enableExtensions": true,
"extensions": [
{
- "id": "nativehelper",
- "commandLinux": "${NL_PATH}/extensions/binary/nativehelper",
- "commandWindows": "${NL_PATH}/extensions/binary/nativehelper.exe"
+ "id": "nativehelper",
+ "commandLinux": "${NL_PATH}/extensions/binary/nativehelper",
+ "commandWindows": "${NL_PATH}/extensions/binary/nativehelper.exe"
}
],
"tokenSecurity": "one-time",
@@ -55,7 +55,7 @@
"resourcesPath": "/resources/",
"extensionsPath": "/extensions/",
"clientLibrary": "/resources/js/neutralino.js",
- "binaryVersion": "5.0.0",
- "clientVersion": "5.0.1"
+ "binaryVersion": "6.2.0",
+ "clientVersion": "6.2.0"
}
}
diff --git a/bin/check-file-size.py b/bin/check-file-size.py
new file mode 100755
index 0000000000..8ea91e307e
--- /dev/null
+++ b/bin/check-file-size.py
@@ -0,0 +1,90 @@
+#!/usr/bin/env python3
+
+'''
+***************************************************************************
+* Copyright © 2025 - Faiumoni e. V. *
+***************************************************************************
+***************************************************************************
+* *
+* This program is free software; you can redistribute it and/or modify *
+* it under the terms of the GNU General Public License as published by *
+* the Free Software Foundation; either version 2 of the License, or *
+* (at your option) any later version. *
+* *
+***************************************************************************
+'''
+
+import errno
+import os
+import sys
+
+from pathlib import Path
+
+
+dir_root = Path(__file__).parent
+if "bin" == dir_root.name:
+ dir_root = Path(dir_root.parent)
+dir_music = Path(dir_root, "data/music")
+dir_sounds = Path(dir_root, "data/sounds")
+
+
+## Checks if a file is larger than 2MB.
+#
+# On systems with low resources, the Java client struggles to load large audio files.
+#
+# @param path
+# File path.
+# @return
+# `EFBIG` if file is larger than 2MB, 0 otherwise.
+def checkAudioFileSize(path):
+ if not path.is_file():
+ # ignore if audio file doesn't exist
+ print("WARNING: Ignoring file not found: {}".format(path))
+ return 0
+
+ if path.stat().st_size > 1048576 * 2:
+ # warn if file size > 2MB
+ return errno.EFBIG
+ return 0
+
+## Checks directory for large audio files.
+#
+# @param path
+# Directory path to be walked.
+# @return
+# `EFBIG` if any file larger than 2MB found, 0 otherwise.
+def checkAudioDir(path):
+ if not path.is_dir():
+ # ignore if audio directory doesn't exist
+ print("WARNING: Ignoring directory not found: {}".format(path))
+ return 0
+
+ res = 0
+ for ROOT, DIRS, FILES in path.walk():
+ for filename in FILES:
+ filepath = Path(ROOT, filename)
+ if filepath.suffix.lower().lstrip(".") not in ("ogg", "oga", "mid", "midi"):
+ # only check supported file types
+ continue
+
+ code = checkAudioFileSize(filepath)
+ if code == errno.EFBIG:
+ res = code
+ sys.stderr.write("WARNING: Audio file size larger than 2MB: {}\n".format(str(filepath)[len(str(dir_root)):].lstrip("/\\")))
+
+ return res
+
+def main():
+ res = 0
+ for audio_dir in dir_music, dir_sounds:
+ code = checkAudioDir(audio_dir)
+ if code != 0:
+ res = code
+ if res == 0:
+ print("No large audio data files detected")
+ return res
+
+if __name__ == "__main__":
+ # work from source tree root
+ os.chdir(dir_root)
+ sys.exit(main())
diff --git a/bin/runserver.bat b/bin/runserver.bat
index 629f6ec30d..91d06c7e74 100644
--- a/bin/runserver.bat
+++ b/bin/runserver.bat
@@ -1,6 +1,6 @@
@echo off
-set STENDHAL_VERSION=1.46.5
+set STENDHAL_VERSION=1.49.5
set SERVER_JAR=stendhal-server-%STENDHAL_VERSION%.jar
:: change to server directory
diff --git a/bin/runserver.sh b/bin/runserver.sh
index 8b299080bb..6dbe08452d 100755
--- a/bin/runserver.sh
+++ b/bin/runserver.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-STENDHAL_VERSION="1.46.5"
+STENDHAL_VERSION="1.49.5"
SERVER_JAR="stendhal-server-${STENDHAL_VERSION}.jar"
# change to server directory
diff --git a/data/maps/vampire_maplabel.py b/bin/vampire_maplabel.py
similarity index 52%
rename from data/maps/vampire_maplabel.py
rename to bin/vampire_maplabel.py
index d970b825b4..80ebe83c39 100644
--- a/data/maps/vampire_maplabel.py
+++ b/bin/vampire_maplabel.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
-#Tue Sep 10 23:32:58 CEST 2019, slightly tweaked -- omero
"""
This script is used to create the world map with labeled zone names.
@@ -10,20 +9,19 @@ To create the labeled world map:
* Open a command line
* Change to your stendhal directory
* Run
- ant rendermaps
+ ant rendermaps
* Change to the tiled directory
* Run
- python vampire_maplabel.py -world
+ python vampire_maplabel.py -world
* Open tiled/world/world.tmx in tiled
* Set the floor layer to opaque (no transparency)
* Set the zoom to 1:1 (CTRL-0)
* From the file menu, select "Save as Image"
* Crop the black border (e.g. use "Crop Automatically" in The GIMP)
* Upload the image, e.g. at http://imageshack.us
- * Replace your labeled image files from the tiled/world directory with
- the clean (unlabeled) ones from CVS.
- * Edit http://stendhalgame.org/wiki/Template:SmallWorldMap
- and add a link to your uploaded image.
+ * Replace your labeled image files from the tiled/world directory with the clean (unlabeled) ones
+ from CVS.
+ * Edit http://stendhalgame.org/wiki/Template:SmallWorldMap and add a link to your uploaded image.
"""
import sys
@@ -33,29 +31,38 @@ import os
from PIL import Image, ImageFont, ImageDraw
-# get absolute path where script is located
-dir_root = os.path.dirname(__file__)
-if dir_root:
- os.chdir(dir_root)
-dir_root = os.getcwd()
-dir_world = os.path.join(dir_root, 'world')
+
script_name = os.path.basename(__file__)
+# directory from where script was executed
+dir_start = os.getcwd()
+# path to root directory
+os.chdir(os.path.join(os.path.dirname(__file__), '../'))
+dir_root = os.getcwd()
+# directory relative to root where images are located
+subdir_world = os.path.normpath('data/maps/world')
+# absolute path to directory where images are located
+dir_world = os.path.join(dir_root, subdir_world)
+
protected = ('world', 'logo', 'reserved', 'empty', 'empty-white')
def showUsage():
- print ('Usage: {} [image-filenames...]'.format(script_name))
- print (' This will label each PNG file passed as argument.')
- print (' E.g: ./world/int_*.png will label all interiors, etc. etc.')
- print
- print ('Alternatively, you can run: {} -world'.format(script_name))
- print (' This will label each PNG file in the world subdirectory.')
+ print('Usage: {} [image-filenames...]'.format(script_name))
+ print(' This will label each PNG file passed as argument.')
+ print(' E.g: data/maps/world/int_*.png will label all\n interiors, etc.')
+ print(' Note: If filename parameters aren\'t found they\n are assumed to be nested within the\n {} directory.'.format(subdir_world))
+ print()
+ print('Alternatively, you can run: {} -world'.format(script_name))
+ print(' This will label each PNG file in the world subdirectory.')
+processed = 0
def do_label(fname):
- print ('Processing {}'.format(fname))
+ global processed
+
+ print('Processing {}'.format(fname))
# remove directory and file extension
label = os.path.basename(fname).split('/')[-1].replace('.png', '')
- print ('Processing LABEL: {}'.format(label))
+ print('Processing LABEL: {}'.format(label))
img = Image.open(fname)
img = img.convert('RGBA')
@@ -75,12 +82,43 @@ def do_label(fname):
img.paste(img2, img2)
img.save(fname)
+ processed += 1
+
+
+## Checks file path & converts to absolute.
+#
+# @param imagepath
+# Path to image file.
+def checkAbsPath(imagepath):
+ if not imagepath.lower().endswith('.png'):
+ # only PNG images supported
+ imagepath += '.png'
+ imagepath = os.path.normpath(imagepath)
+
+ # check from root directory
+ if os.path.isfile(imagepath):
+ return os.path.abspath(imagepath)
+
+ # check from directory where script was executed
+ os.chdir(dir_start)
+ if os.path.isfile(imagepath):
+ imagepath = os.path.abspath(imagepath)
+ else:
+ # assume file is nested in `subdir_world`
+ imagepath = os.path.join(dir_world, imagepath)
+ # change back to root dir remaining execution
+ os.chdir(dir_root)
+
+ return imagepath
+
if len(sys.argv) < 2:
print('\nERROR: Not enough arguments\n')
showUsage()
sys.exit(1)
-elif len(sys.argv) == 2 and sys.argv[1] == '-world':
+
+
+if len(sys.argv) == 2 and sys.argv[1] == '-world':
for fname in os.listdir(dir_world):
if fname.endswith('.png'):
absolute_fname = os.path.join(dir_world, fname)
@@ -89,14 +127,8 @@ elif len(sys.argv) == 2 and sys.argv[1] == '-world':
continue
do_label(absolute_fname)
else:
- # This doesn't work for me. --mort
- #for fname in reduce(operator.add, map(glob.glob, sys.argv[1:])):
-
- # This works for me. --omero
for fname in list(sys.argv[1:]):
- if not fname.endswith('.png'):
- fname = '{}.png'.format(fname)
- absolute_fname = os.path.join(dir_world, fname)
+ absolute_fname = checkAbsPath(fname)
if fname.rstrip('.png') in protected:
print('NOTE: skipping protected file: {}'.format(absolute_fname))
continue
@@ -104,7 +136,10 @@ else:
if not os.path.isfile(absolute_fname):
print('\nERROR: Cannot process {}\n File does not exist.'.format(absolute_fname))
sys.exit(1)
- print ( 'Labeling {}...'.format(fname ))
+ print('Labeling {}...'.format(fname ))
do_label(absolute_fname)
-print ('All Done.')
+if processed == 0:
+ print('\nWARNING: no images were processed')
+else:
+ print('\nprocessed {} {}'.format(processed, 'image' if processed == 1 else 'images'))
diff --git a/build.ant.properties b/build.ant.properties
index 8e9d19467f..fb5e66018b 100644
--- a/build.ant.properties
+++ b/build.ant.properties
@@ -91,10 +91,10 @@ updates_server_fallback = http://arianne.sourceforge.net/stendhal/updates
version_server = http://arianne.sourceforge.net/stendhal.version
# current version of stendhal
-version.old = 1.46
-version = 1.46.5
+version.old = 1.49
+version = 1.49.5
# FIXME: dynamic method to set this property?
-version.android = 1046005
+version.android = 1049005
# javac options
javac.deprecation = true
@@ -102,17 +102,17 @@ javac.debug = true
javac.debuglevel = source,lines
# change these only if you know what you are doing
-buildroot = build
+build = build
+buildroot = ${build}
build-archive = build-archive
src = src
testsrc = tests
srcjs = ${src}/js
-docu = data/docu
-maps = data/maps
-data = data/gui
-sprites = data/sprites
-layers = data/layers
-build = build
+docs = doc
+data = data
+gui = ${data}/gui
+maps = ${data}/maps
+sprites = ${data}/sprites
lib = ${buildroot}/lib
marauroa_root = ../marauroa
marauroa_src = ${marauroa_root}/src
diff --git a/build.xml b/build.xml
index b596c5f772..f438a3c6ea 100644
--- a/build.xml
+++ b/build.xml
@@ -1,103 +1,33 @@
-
-
-
+
+
+Project:
+ Name: .......... ${game_name}
+ Version: ....... ${version}
+ Root: .......... ${basedir}
-
-
-
+Build system:
+ Ant version: ... ${ant.version.number}
+ Ant home: ...... ${ant.location}
+ Java version: .. ${java.version}
+ Java home: ..... ${java.home}
-
-
-
-
-
-
+Execute `ant help` for more information.
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/buildtools/ant_modules/apps.xml b/buildtools/ant_modules/apps.xml
index d78abac190..632566cf60 100644
--- a/buildtools/ant_modules/apps.xml
+++ b/buildtools/ant_modules/apps.xml
@@ -37,6 +37,7 @@
+
@@ -62,12 +63,12 @@
-->
-
+
-
+
@@ -77,23 +78,33 @@
+
+
-
+
-
-
+ ${steam-appid}
+
+
+
+
+
+
+
+
+
+
+
@@ -150,7 +161,8 @@
-
+
+
diff --git a/buildtools/ant_modules/clean.xml b/buildtools/ant_modules/clean.xml
index f4d61adb72..eb73fe81aa 100644
--- a/buildtools/ant_modules/clean.xml
+++ b/buildtools/ant_modules/clean.xml
@@ -2,7 +2,8 @@
-
+
+
@@ -18,14 +19,16 @@
-
+
+
-
+
+
diff --git a/buildtools/ant_modules/dist.xml b/buildtools/ant_modules/dist.xml
index 5e65c516b2..69e17d1822 100644
--- a/buildtools/ant_modules/dist.xml
+++ b/buildtools/ant_modules/dist.xml
@@ -19,13 +19,15 @@
-
+
+
Built client and server for NetBeans.
-
+
+
+
-
+
-
+
+
-
+
+
-
+
+
@@ -85,8 +90,8 @@
-
-
+
+
@@ -104,7 +109,8 @@
-
+
+
@@ -132,11 +138,15 @@
+
+
+
+
-
+
@@ -175,7 +185,8 @@
-
+
+
@@ -336,7 +347,8 @@
-
+
+
@@ -362,8 +374,8 @@
-
-
+
+
@@ -388,10 +400,12 @@
-
+
+
-
+
+
@@ -400,7 +414,8 @@
-
+
+
@@ -410,28 +425,57 @@
-
+
+
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
@@ -442,7 +486,8 @@
-
+
+
@@ -490,7 +535,7 @@
-
+
@@ -535,7 +580,8 @@
-
+
+
@@ -556,8 +602,12 @@
+
+
-
+
+
+
@@ -577,8 +627,8 @@
-
-
+
+
@@ -593,8 +643,8 @@
-
-
+
+
@@ -603,10 +653,8 @@
-
-
-
-
+
+
@@ -618,7 +666,8 @@
-
+
+
@@ -654,8 +703,9 @@
+
-
+
@@ -663,34 +713,46 @@
-
-
+
+
+
+
-
- var stendhal = window.stendhal = window.stendhal || {};
- stendhal.data = stendhal.data || {};
+
+
+export function version(marauroa, stendhal) {
+ stendhal.data = stendhal.data || {};
- stendhal.data.build = {
- version: "${version}",
- build: "${datetime}",
- dist: "webclient"
- }
+ stendhal.data.build = {
+ version: "${version}",
+ build: "${datetime}",
+ dist: "webclient"
+ }
+
+ //CI
+}
+
+
+
+
+
+
-
+
-
+
@@ -698,11 +760,11 @@
-
+
-
+
@@ -711,72 +773,19 @@
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-//# sourceMappingURL=stendhal-compiled.js.map
-
+
+
+
+
+
+
+
+
@@ -793,7 +802,8 @@
-
+
+
@@ -802,7 +812,8 @@
-
+
+
@@ -824,17 +835,16 @@
-
-
-
-
+
+
-
+
+
diff --git a/buildtools/ant_modules/docs.xml b/buildtools/ant_modules/docs.xml
index 7b23177318..4e6cd05dfb 100644
--- a/buildtools/ant_modules/docs.xml
+++ b/buildtools/ant_modules/docs.xml
@@ -12,7 +12,8 @@
-
+
+
@@ -88,7 +89,7 @@
-
+
@@ -108,7 +109,7 @@
message="Python unavailable, cannot run mkdocs"/>
-
diff --git a/buildtools/ant_modules/info.xml b/buildtools/ant_modules/info.xml
new file mode 100644
index 0000000000..68c7ef2400
--- /dev/null
+++ b/buildtools/ant_modules/info.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/buildtools/ant_modules/locale.xml b/buildtools/ant_modules/locale.xml
index 18cf719959..66f25bb768 100644
--- a/buildtools/ant_modules/locale.xml
+++ b/buildtools/ant_modules/locale.xml
@@ -2,21 +2,23 @@
-
+
+
-
+
-
+
-
+
+
-
+
-
+
diff --git a/buildtools/ant_modules/main.xml b/buildtools/ant_modules/main.xml
index 2902dede0a..9891b0664c 100644
--- a/buildtools/ant_modules/main.xml
+++ b/buildtools/ant_modules/main.xml
@@ -2,7 +2,8 @@
-
+
+
@@ -42,6 +43,10 @@
match=""version": ".*""
replace=""version": "${version}""
byline="true"/>
+
-
+
+
@@ -163,7 +169,8 @@
-
+
+
diff --git a/buildtools/ant_modules/maps.xml b/buildtools/ant_modules/maps.xml
index 788ba05a04..1f12acb6fa 100644
--- a/buildtools/ant_modules/maps.xml
+++ b/buildtools/ant_modules/maps.xml
@@ -4,7 +4,8 @@
-
+
+
@@ -12,9 +13,9 @@
-
+
-
+
@@ -23,7 +24,8 @@
-
+
+
@@ -41,16 +43,16 @@
0 128 0.0078125
-->
-
+
-
+
-
+
-
+
@@ -58,15 +60,13 @@
-
-
-
-
+
+
-
-
+
+
@@ -79,7 +79,7 @@
-
+
@@ -88,7 +88,8 @@
-
+
+
@@ -97,7 +98,7 @@
-
+
diff --git a/buildtools/ant_modules/package.xml b/buildtools/ant_modules/package.xml
index 7b0356c940..1d260be037 100644
--- a/buildtools/ant_modules/package.xml
+++ b/buildtools/ant_modules/package.xml
@@ -16,7 +16,8 @@
-
+
+
@@ -46,7 +47,8 @@
-
+
+
@@ -74,7 +76,8 @@
-
+
+
@@ -107,7 +110,8 @@
-
+
+
diff --git a/buildtools/ant_modules/properties.xml b/buildtools/ant_modules/properties.xml
new file mode 100644
index 0000000000..76fdfc3ae4
--- /dev/null
+++ b/buildtools/ant_modules/properties.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/buildtools/ant_modules/system.xml b/buildtools/ant_modules/system.xml
new file mode 100644
index 0000000000..dfef2434cd
--- /dev/null
+++ b/buildtools/ant_modules/system.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/buildtools/ant_modules/testing.xml b/buildtools/ant_modules/testing.xml
index bcb48f75ca..a0bfbea6cd 100644
--- a/buildtools/ant_modules/testing.xml
+++ b/buildtools/ant_modules/testing.xml
@@ -7,7 +7,8 @@
-
+
+
@@ -21,7 +22,8 @@
-
+
+
@@ -63,7 +65,8 @@
-
+
+
database_implementation=games.stendhal.server.core.engine.StendhalPlayerDatabase
factory_implementation=games.stendhal.server.core.engine.StendhalRPObjectFactory
@@ -85,7 +88,8 @@ d = 9017093486007323270605414717455737376618092805104733236083857811315606869372
-
+
+
@@ -147,7 +151,8 @@ d = 9017093486007323270605414717455737376618092805104733236083857811315606869372
-
+
+
diff --git a/buildtools/ant_modules/tools.xml b/buildtools/ant_modules/tools.xml
index b6dc403527..67bf2c0136 100644
--- a/buildtools/ant_modules/tools.xml
+++ b/buildtools/ant_modules/tools.xml
@@ -4,7 +4,8 @@
-
+
+
@@ -28,7 +29,11 @@
-
+
+
+
+
+
@@ -36,7 +41,7 @@
-
+
@@ -55,16 +60,22 @@
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
@@ -100,7 +111,8 @@
-
+
+
@@ -116,7 +128,8 @@
-
+
+
Creating update from ${version.old} to ${version}
@@ -160,8 +173,9 @@
+
-
+
diff --git a/buildtools/mkdocs/mkdocs.yml b/buildtools/mkdocs/mkdocs.yml
index af0e0e0f3a..b73584a76f 100644
--- a/buildtools/mkdocs/mkdocs.yml
+++ b/buildtools/mkdocs/mkdocs.yml
@@ -1,6 +1,6 @@
-site_name: Stendhal 1.46.5 Reference Documentation
+site_name: Stendhal 1.49.5 Reference Documentation
site_description: A fun, friendly, & free multiplayer online adventure game.
-copyright: Copyright © 2003-2024 Stendhal
+copyright: Copyright © 2003-2026 Stendhal
site_url: https://stendhalgame.org/
nav:
- Index: /reference/
diff --git a/data/conf/creatures/animal.xml b/data/conf/creatures/animal.xml
index 97ffade6ef..ece2b108d4 100644
--- a/data/conf/creatures/animal.xml
+++ b/data/conf/creatures/animal.xml
@@ -33,6 +33,7 @@
+
@@ -205,7 +206,7 @@
-
+ You see a giant killer bat. As if small wasn't pesky enough, these giant ones are capable of taking down anyone who dares come before them.
@@ -982,7 +983,7 @@
-
+ You see a polar bear which lives in the icy desert. Beware! It can take you down with its powerful claws!
diff --git a/data/conf/creatures/human_cannibal.xml b/data/conf/creatures/human_cannibal.xml
index 0faf7f73b0..a8bca6a7e2 100644
--- a/data/conf/creatures/human_cannibal.xml
+++ b/data/conf/creatures/human_cannibal.xml
@@ -70,7 +70,7 @@
-
+ You see an elder cannibal. For years it has eaten humans. It will not stop until its hunger is satisfied.
diff --git a/data/conf/creatures/mythical_being.xml b/data/conf/creatures/mythical_being.xml
index 3a01f969d9..66c5bfd4bf 100644
--- a/data/conf/creatures/mythical_being.xml
+++ b/data/conf/creatures/mythical_being.xml
@@ -234,6 +234,7 @@
+
diff --git a/data/conf/creatures/orc.xml b/data/conf/creatures/orc.xml
index 39e879b168..165778f00b 100644
--- a/data/conf/creatures/orc.xml
+++ b/data/conf/creatures/orc.xml
@@ -357,6 +357,7 @@
+
diff --git a/data/conf/creatures/reptile.xml b/data/conf/creatures/reptile.xml
index b530352c67..cd1a637e62 100644
--- a/data/conf/creatures/reptile.xml
+++ b/data/conf/creatures/reptile.xml
@@ -236,7 +236,7 @@
-
+
diff --git a/data/conf/equipment.xsd b/data/conf/equipment.xsd
index 78717c4260..08a04233e7 100644
--- a/data/conf/equipment.xsd
+++ b/data/conf/equipment.xsd
@@ -11,6 +11,7 @@
+
diff --git a/data/conf/items/miscs.xml b/data/conf/items/miscs.xml
index 3aa7d2016b..9fcbf59251 100644
--- a/data/conf/items/miscs.xml
+++ b/data/conf/items/miscs.xml
@@ -328,7 +328,7 @@
-
-
+ You see a pelt of animal skin. It's used to make clothes and leather armor.
diff --git a/data/conf/items/rings.xml b/data/conf/items/rings.xml
index e6d7051c57..1e1d50bc1b 100644
--- a/data/conf/items/rings.xml
+++ b/data/conf/items/rings.xml
@@ -230,4 +230,24 @@
+ -
+
+ You see a ring of clarity. You feel more aware while wearing it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/data/conf/items/special.xml b/data/conf/items/special.xml
index efa7c7b27c..28f4d8cdc6 100644
--- a/data/conf/items/special.xml
+++ b/data/conf/items/special.xml
@@ -147,4 +147,25 @@
+ -
+
+ You see a lucky four-leaf clover. What are the chances of finding one!?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/data/conf/shops/sell_outfits.xml b/data/conf/shops/sell_outfits.xml
index 14e7e77b71..ca2e0b0f40 100644
--- a/data/conf/shops/sell_outfits.xml
+++ b/data/conf/shops/sell_outfits.xml
@@ -16,18 +16,18 @@
-->
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/data/conf/zones/ados.xml b/data/conf/zones/ados.xml
index 945ab0c438..f99c5f7c41 100644
--- a/data/conf/zones/ados.xml
+++ b/data/conf/zones/ados.xml
@@ -89,6 +89,70 @@
+
+
+
+
+
+
+
+
+
+ 100
+ The entwives are NOT babysitters. Come back when you have some age on you.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100
+ The entwives are NOT babysitters. Come back when you have some age on you.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100
+ The entwives are NOT babysitters. Come back when you have some age on you.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 100
+ The entwives are NOT babysitters. Come back when you have some age on you.
+
+
+
+
+
diff --git a/data/conf/zones/athor.xml b/data/conf/zones/athor.xml
index 19c9a18f67..5f5d6a72a0 100644
--- a/data/conf/zones/athor.xml
+++ b/data/conf/zones/athor.xml
@@ -115,6 +115,7 @@
time
varying(rain=-2, temperature=+5)
+ jump_and_run_tropics
@@ -160,6 +161,7 @@
time
varying(rain=-2, temperature=+5)
+ jump_and_run_tropics
@@ -1082,6 +1084,7 @@
time
varying(rain=-2, temperature=+5)
+
diff --git a/data/conf/zones/deniran.xml b/data/conf/zones/deniran.xml
index 043d84d280..c06bef3c0b 100644
--- a/data/conf/zones/deniran.xml
+++ b/data/conf/zones/deniran.xml
@@ -277,14 +277,13 @@
-
-
+
time
varying
+
diff --git a/data/conf/zones/kikareukin.xml b/data/conf/zones/kikareukin.xml
index 95df24700c..fa5efe64f5 100644
--- a/data/conf/zones/kikareukin.xml
+++ b/data/conf/zones/kikareukin.xml
@@ -12,6 +12,10 @@
file="Level 7/kikareukin/clouds.tmx">
time
+ clouds
+ semos_surrounds
+
+ sky/cloud/clouds
+
+ stars
+ sky/stars
+
+
@@ -669,8 +674,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
class-name="games.stendhal.server.entity.mapstuff.portal.OneWayPortalDestination"/>
+
+
+ stars
+ sky/stars
+
+
@@ -755,8 +766,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+
+ stars
+ sky/stars
+
+
@@ -828,8 +845,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+
+ stars
+ sky/stars
+
+
@@ -901,8 +924,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+
+ stars
+ sky/stars
+
+
@@ -974,8 +1003,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+
+ stars
+ sky/stars
+
+
@@ -1047,8 +1082,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+
+ stars
+ sky/stars
+
+
@@ -1120,8 +1161,14 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+
+ stars
+ sky/stars
+
+
@@ -1146,6 +1193,11 @@ Unfortunately I will not be able to visit Athor this year. I have run into a bit
+
+ view_wizards_tower
+ sky/view_wizards_tower
+
+
+
+ view_wizards_tower
+ sky/view_wizards_tower
+
+
+
+
+
60
44
diff --git a/data/conf/zones/sikhw.xml b/data/conf/zones/sikhw.xml
index 2e92ba9623..d6c289eb2a 100644
--- a/data/conf/zones/sikhw.xml
+++ b/data/conf/zones/sikhw.xml
@@ -9,7 +9,7 @@
+ file="Level 0/sikhw/desert_n_w2.tmx" accessible="false">
time
@@ -20,7 +20,7 @@
+ file="Level 0/sikhw/desert_w2.tmx" accessible="false">
time
@@ -31,7 +31,7 @@
+ file="Level 0/sikhw/desert_s_w2.tmx" accessible="false">
time
@@ -42,7 +42,7 @@
+ file="Level 0/sikhw/desert_s2_w2.tmx" accessible="false">
time
@@ -55,7 +55,7 @@
+ file="Level 0/sikhw/desert_nw.tmx" accessible="false">
time
@@ -66,7 +66,7 @@
+ file="Level 0/sikhw/desert_w.tmx" accessible="false">
time
@@ -77,7 +77,7 @@
+ file="Level 0/sikhw/desert_sw.tmx" accessible="false">
time
@@ -88,7 +88,7 @@
+ file="Level 0/sikhw/desert_s2_w.tmx" accessible="false">
time
@@ -101,7 +101,7 @@
+ file="Level 0/sikhw/desert_n.tmx" accessible="false">
time
@@ -113,7 +113,7 @@
+ file="Level 0/sikhw/city.tmx" accessible="false">
time
@@ -124,7 +124,7 @@
+ file="Level 0/sikhw/desert_s.tmx" accessible="false">
time
@@ -135,7 +135,7 @@
+ file="Level 0/sikhw/desert_s2.tmx" accessible="false">
time
@@ -148,7 +148,7 @@
+ file="Level 0/sikhw/desert_ne.tmx" accessible="false">
time
@@ -159,7 +159,7 @@
+ file="Level 0/sikhw/desert_e.tmx" accessible="false">
time
@@ -170,7 +170,7 @@
+ file="Level 0/sikhw/desert_se.tmx" accessible="false">
time
@@ -180,7 +180,7 @@
+ file="Level 0/sikhw/desert_s2_e.tmx" accessible="false">
time
diff --git a/data/gui/quickmenu/pathfinding-disabled.png b/data/gui/quickmenu/pathfinding-disabled.png
new file mode 100644
index 0000000000..fa2e3aaf55
Binary files /dev/null and b/data/gui/quickmenu/pathfinding-disabled.png differ
diff --git a/data/gui/quickmenu/pathfinding-disabled.svg b/data/gui/quickmenu/pathfinding-disabled.svg
new file mode 100644
index 0000000000..5d7d83a4b2
--- /dev/null
+++ b/data/gui/quickmenu/pathfinding-disabled.svg
@@ -0,0 +1,127 @@
+
+
diff --git a/data/gui/quickmenu/pathfinding.png b/data/gui/quickmenu/pathfinding.png
new file mode 100644
index 0000000000..252f985d33
Binary files /dev/null and b/data/gui/quickmenu/pathfinding.png differ
diff --git a/data/gui/quickmenu/pathfinding.svg b/data/gui/quickmenu/pathfinding.svg
new file mode 100644
index 0000000000..7e46e618a4
--- /dev/null
+++ b/data/gui/quickmenu/pathfinding.svg
@@ -0,0 +1,121 @@
+
+
diff --git a/data/languages/en.txt b/data/languages/en.txt
deleted file mode 100644
index 2368fd02bd..0000000000
--- a/data/languages/en.txt
+++ /dev/null
@@ -1,1779 +0,0 @@
-wooden arrow=wooden arrow
-You see a wooden arrow. With a supply of arrows in one hand and a bow in the other you can attack from a distance.=You see a wooden arrow. With a supply of arrows in one hand and a bow in the other you can attack from a distance.
-steel arrow=steel arrow
-You see a shining steel arrow. With plenty of these, and a good bow, you'll be a formidable archer.=You see a shining steel arrow. With plenty of these, and a good bow, you'll be a formidable archer.
-golden arrow=golden arrow
-You see a golden arrow. With a fist full of these and a good bow, you will surely take down your enemies quicker.=You see a golden arrow. With a fist full of these and a good bow, you will surely take down your enemies quicker.
-power arrow=power arrow
-You see a power arrow. The sting of this arrow will surely defeat your enemies, when equipped with a bow.=You see a power arrow. The sting of this arrow will surely defeat your enemies, when equipped with a bow.
-barbarian armor=barbarian armor
-You see a suit of barbarian armor. It's dirty and smelly, but still, rather strong.=You see a suit of barbarian armor. It's dirty and smelly, but still, rather strong.
-black armor=black armor
-You see a suit of black armor. Does it put you in a dark mood?=You see a suit of black armor. Does it put you in a dark mood?
-blue armor=blue armor
-You see a suit of blue armor. The color is stunning azure.=You see a suit of blue armor. The color is stunning azure.
-chain armor=chain armor
-You see a suit of chain armor. Perhaps even if you don't need it, you can sell it.=You see a suit of chain armor. Perhaps even if you don't need it, you can sell it.
-chaos armor=chaos armor
-You see a suit of chaos armor. The reflecting contrasting colors make no sense to you.=You see a suit of chaos armor. The reflecting contrasting colors make no sense to you.
-dress=dress
-You see a dress, which provides practically no defense. It is barely worth picking up.=You see a dress, which provides practically no defense. It is barely worth picking up.
-dwarvish armor=dwarvish armor
-You see a dwarvish armor. It's made with ingenuity and skill.=You see a dwarvish armor. It's made with ingenuity and skill.
-elvish armor=elvish armor
-You see a suit of elvish armor. It's made from tree leaves! But somehow constructed to give strong defense.=You see a suit of elvish armor. It's made from tree leaves! But somehow constructed to give strong defense.
-enhanced chainmail=enhanced chainmail
-You see a robust suit of enhanced chainmail. The links are closely spaced so even the sharpest point should not pierce it.=You see a robust suit of enhanced chainmail. The links are closely spaced so even the sharpest point should not pierce it.
-golden armor=golden armor
-You see a suit of golden armor. It's made from the best materials with great attention to detail.=You see a suit of golden armor. It's made from the best materials with great attention to detail.
-golden chainmail=golden chainmail
-You see a valuable suit of golden chainmail. It is crafted from fine links of expensive metal.=You see a valuable suit of golden chainmail. It is crafted from fine links of expensive metal.
-ice armor=ice armor
-You see a suit of ice armor, to protect even the coldest of hearts.=You see a suit of ice armor, to protect even the coldest of hearts.
-iron scale armor=iron scale armor
-You see a suit of iron scale armor, whose rounded scales will protect you from many blows.=You see a suit of iron scale armor, whose rounded scales will protect you from many blows.
-leather armor=leather armor
-You see a worn suit of leather armor. It will provide only minimal protection.=You see a worn suit of leather armor. It will provide only minimal protection.
-leather cuirass=leather cuirass
-You see a leather cuirass, well made but still able to be pierced by sharp swords.=You see a leather cuirass, well made but still able to be pierced by sharp swords.
-leather scale armor=leather scale armor
-You see a suit of leather scale armor. The leather is toughened somehow for better protection.=You see a suit of leather scale armor. The leather is toughened somehow for better protection.
-magic plate armor=magic plate armor
-You see a suit of magic plate armor. The steel is well tempered and the suit is very strong.=You see a suit of magic plate armor. The steel is well tempered and the suit is very strong.
-mainio armor=mainio armor
-You see a strange strange suit of mainio armor. What it lacks in subtlety it makes up for with strength.=You see a strange strange suit of mainio armor. What it lacks in subtlety it makes up for with strength.
-mithril armor=mithril armor
-You see a suit of mithril armor. Its tightly woven links are truly amazing.=You see a suit of mithril armor. Its tightly woven links are truly amazing.
-pauldroned iron cuirass=pauldroned iron cuirass
-You see a formidable pauldroned iron cuirass. The pauldrons (shoulder pieces) will protect your upper half.=You see a formidable pauldroned iron cuirass. The pauldrons (shoulder pieces) will protect your upper half.
-pauldroned leather cuirass=pauldroned leather cuirass
-You see a pauldroned leather cuirass. It was crafted to withstand minor attacks.=You see a pauldroned leather cuirass. It was crafted to withstand minor attacks.
-plate armor=plate armor
-You see a suit of plate armor. You imagine it would be heavy but the steel is well tempered and the suit is very strong.=You see a suit of plate armor. You imagine it would be heavy but the steel is well tempered and the suit is very strong.
-red armor=red armor
-You see a suit of red armor. The color is a striking crimson.=You see a suit of red armor. The color is a striking crimson.
-scale armor=scale armor
-You see a suit of scale armor. It is not flexible like chain, but will be a better defense.=You see a suit of scale armor. It is not flexible like chain, but will be a better defense.
-shadow armor=shadow armor
-You see a suit of shadow armor. It's hard to decide with what it is made, it is so dark.=You see a suit of shadow armor. It's hard to decide with what it is made, it is so dark.
-stone armor=stone armor
-You see a suit of stone armor. Swords will crumble if they try to pierce it.=You see a suit of stone armor. Swords will crumble if they try to pierce it.
-studded armor=studded armor
-You see a suit of studded armor. Some studs are loose or rusty but it is still fit for purpose.=You see a suit of studded armor. Some studs are loose or rusty but it is still fit for purpose.
-xeno armor=xeno armor
-You see a suit of xeno armor. The colors remind you of the xenocium hybrid creature.=You see a suit of xeno armor. The colors remind you of the xenocium hybrid creature.
-axe=axe
-You see a rusty but heavy axe. What it lacks in sharpness it makes up for in weight.=You see a rusty but heavy axe. What it lacks in sharpness it makes up for in weight.
-bardiche=bardiche
-You see a rare and powerful bardiche.=You see a rare and powerful bardiche.
-battle axe=battle axe
-You see a battle axe. It is well crafted and sharp despite its age.=You see a battle axe. It is well crafted and sharp despite its age.
-black halberd=black halberd
-You see a black halberd. It's immensely heavy so will make huge blows but you can only swing it at a very slow rate.=You see a black halberd. It's immensely heavy so will make huge blows but you can only swing it at a very slow rate.
-black scythe=black scythe
-You see a black scythe. Its attack is awesome for a farming tool.=You see a black scythe. Its attack is awesome for a farming tool.
-chaos axe=chaos axe
-You see a chaos axe. The handle is some alloy you can't recognize and the blade is golden colored, but thinking too long about it makes you confused.=You see a chaos axe. The handle is some alloy you can't recognize and the blade is golden colored, but thinking too long about it makes you confused.
-durin axe=durin axe
-You see a durin axe, a great prize from the dwarves.=You see a durin axe, a great prize from the dwarves.
-golden twoside axe=golden twoside axe
-You see a golden twoside axe. This axe is a rare find.=You see a golden twoside axe. This axe is a rare find.
-halberd=halberd
-You see a rare halberd, with an axe's blade fused onto a shaft. It is both heavy and keen-edged.=You see a rare halberd, with an axe's blade fused onto a shaft. It is both heavy and keen-edged.
-hand axe=hand axe
-You see a hand axe, well worn from years of use but may prove useful.=You see a hand axe, well worn from years of use but may prove useful.
-magic twoside axe=magic twoside axe
-You see a magic twoside axe. The nature of the magic isn't clear to you.=You see a magic twoside axe. The nature of the magic isn't clear to you.
-old scythe=old scythe
-You see an old scythe, it used to be weapon of death. But now it is only a useful tool for farming.=You see an old scythe, it used to be weapon of death. But now it is only a useful tool for farming.
-scythe=scythe
-You see the weapon of death - a scythe. It looks dangerous but perhaps also a useful tool for farming.=You see the weapon of death - a scythe. It looks dangerous but perhaps also a useful tool for farming.
-sickle=sickle
-You see a sickle, it is a useful tool for farming.=You see a sickle, it is a useful tool for farming.
-small axe=small axe
-You see a small axe. It appears well made but you suspect it is too light to do much damage.=You see a small axe. It appears well made but you suspect it is too light to do much damage.
-twoside axe=twoside axe
-You see a well crafted twoside axe.=You see a well crafted twoside axe.
-black book=black book
-You see the black book that Jynath kept out for so long.=You see the black book that Jynath kept out for so long.
-blue book=blue book
-You see a book with the words GEMS AND MINERALS on the front cover.=You see a book with the words GEMS AND MINERALS on the front cover.
-black boots=black boots
-You stub your toe on this pair of black boots. Perhaps they bring you bad luck?=You stub your toe on this pair of black boots. Perhaps they bring you bad luck?
-blue boots=blue boots
-You see a pair of blue boots.=You see a pair of blue boots.
-chain boots=chain boots
-You see a pair of chain boots, quite rusty but still strong.=You see a pair of chain boots, quite rusty but still strong.
-chaos boots=chaos boots
-You see a pair of chaos boots. Your steps are unsteady in them, but the extra defense they give is worth it.=You see a pair of chaos boots. Your steps are unsteady in them, but the extra defense they give is worth it.
-elvish boots=elvish boots
-You see a pair of elvish boots.=You see a pair of elvish boots.
-golden boots=golden boots
-You see a pair of golden boots. They will be heavy to wear but well worth their weight.=You see a pair of golden boots. They will be heavy to wear but well worth their weight.
-green thing boots=green thing boots
-You see a pair of green thing boots. They're slimy inside, ewwww.=You see a pair of green thing boots. They're slimy inside, ewwww.
-killer boots=killer boots
-You see a high heeled pair of killer boots. Are you brave enough to wear them?=You see a high heeled pair of killer boots. Are you brave enough to wear them?
-leather boots=leather boots
-You see a simple pair of leather boots to give your feet some protection.=You see a simple pair of leather boots to give your feet some protection.
-mainio boots=mainio boots
-You see a pair of mainio boots. It's hard to believe that boots looking like this would protect your feet so well as they do.=You see a pair of mainio boots. It's hard to believe that boots looking like this would protect your feet so well as they do.
-mithril boots=mithril boots
-You see a sparkling set of mithril boots.=You see a sparkling set of mithril boots.
-red boots=red boots
-You see a pair of red boots, the color reminds you of fresh blood.=You see a pair of red boots, the color reminds you of fresh blood.
-shadow boots=shadow boots
-You see a pair of shadow boots. You can't fathom what they are made of.=You see a pair of shadow boots. You can't fathom what they are made of.
-steel boots=steel boots
-You see a pair of steel boots, fit for any soldier.=You see a pair of steel boots, fit for any soldier.
-stone boots=stone boots
-You see a pair of stone boots. They may be heavy, but they protect your feet well.=You see a pair of stone boots. They may be heavy, but they protect your feet well.
-studded boots=studded boots
-You see a pair of worn studded boots with moderate protection for your feet.=You see a pair of worn studded boots with moderate protection for your feet.
-xeno boots=xeno boots
-You see a fine specimen of craftmanship, a pair of xeno boots.=You see a fine specimen of craftmanship, a pair of xeno boots.
-present=present
-You see a present. Open it.=You see a present. Open it.
-basket=basket
-You see an easter basket. Look inside.=You see an easter basket. Look inside.
-stocking=stocking
-You see a christmas stocking. Look inside.=You see a christmas stocking. Look inside.
-black cloak=black cloak
-You see a black cloak. The last owner had black thoughts. Will you?=You see a black cloak. The last owner had black thoughts. Will you?
-black dragon cloak=black dragon cloak
-You see a torn section from an enormous black dragon cloak. You're very lucky: the piece is just the right size for a human to wear.=You see a torn section from an enormous black dragon cloak. You're very lucky: the piece is just the right size for a human to wear.
-blue dragon cloak=blue dragon cloak
-You see a blue dragon cloak. The weave is tight and strong, though you wish the color drew less attention.=You see a blue dragon cloak. The weave is tight and strong, though you wish the color drew less attention.
-blue elf cloak=blue elf cloak
-You see a blue elf cloak. The material is thick and warm.=You see a blue elf cloak. The material is thick and warm.
-blue striped cloak=blue striped cloak
-You see a fashionable blue striped cloak.=You see a fashionable blue striped cloak.
-bone dragon cloak=bone dragon cloak
-You see a bone dragon cloak. It's incredibly old, like its last owner.=You see a bone dragon cloak. It's incredibly old, like its last owner.
-chaos cloak=chaos cloak
-You see a chaos cloak. The colors look like oil shimmering on a puddle.=You see a chaos cloak. The colors look like oil shimmering on a puddle.
-cloak=cloak
-You see a simple cloth cloak.=You see a simple cloth cloak.
-dwarf cloak=dwarf cloak
-You see a dwarf cloak. Apparently this passes for fashion in some parts, but to you it looks more functional than fashionable.=You see a dwarf cloak. Apparently this passes for fashion in some parts, but to you it looks more functional than fashionable.
-elf cloak=elf cloak
-You see a white elf cloak. It doesn't look very warm.=You see a white elf cloak. It doesn't look very warm.
-elvish cloak=elvish cloak
-You see an elvish cloak. The material is dark, but thick and warm.=You see an elvish cloak. The material is dark, but thick and warm.
-golden cloak=golden cloak
-You see a golden cloak. See how the light glistens off the gold, it is a prized possession.=You see a golden cloak. See how the light glistens off the gold, it is a prized possession.
-green dragon cloak=green dragon cloak
-You see a huge green dragon cloak. It's probably too big for you but, even dragging on the floor it will provide excellent protection.=You see a huge green dragon cloak. It's probably too big for you but, even dragging on the floor it will provide excellent protection.
-lich cloak=lich cloak
-You see a purple lich cloak. It's stained with blood - yours, from the previous undead owner, or perhaps the blood of his enemies...=You see a purple lich cloak. It's stained with blood - yours, from the previous undead owner, or perhaps the blood of his enemies...
-mainio cloak=mainio cloak
-You see a mainio cloak. Its flashing colors are absurd! But you wear it because it's very well made.=You see a mainio cloak. Its flashing colors are absurd! But you wear it because it's very well made.
-mithril cloak=mithril cloak
-You see a mithril cloak. Its weave is so fine and its looks are breathtaking.=You see a mithril cloak. Its weave is so fine and its looks are breathtaking.
-red cloak=red cloak
-You see a red cloak covered in polka dots. It's terribly snazzy.=You see a red cloak covered in polka dots. It's terribly snazzy.
-red dragon cloak=red dragon cloak
-You see a red dragon cloak. He didn't have one for a long time but finally caved in to peer pressure and got one.=You see a red dragon cloak. He didn't have one for a long time but finally caved in to peer pressure and got one.
-rift cloak=rift cloak
-You see a rift cloak. Almost useless in the battle, but saves your life when you enter a magical rift.=You see a rift cloak. Almost useless in the battle, but saves your life when you enter a magical rift.
-shadow cloak=shadow cloak
-You see a shadow cloak, in colors of the shadow armor.=You see a shadow cloak, in colors of the shadow armor.
-stone cloak=stone cloak
-You see a stone cloak. It's hard to tell how it was made, as the fibres look like narrow threads of mineral.=You see a stone cloak. It's hard to tell how it was made, as the fibres look like narrow threads of mineral.
-vampire cloak=vampire cloak
-You see a vibrant red vampire cloak. Wearing it sends a shiver down your spine.=You see a vibrant red vampire cloak. Wearing it sends a shiver down your spine.
-xeno cloak=xeno cloak
-You see a xeno cloak. It's heavy and thick, giving you a good protection.=You see a xeno cloak. It's heavy and thick, giving you a good protection.
-chaos hammer=chaos hammer
-You see a chaos hammer. It is a fearsome weapon.=You see a chaos hammer. It is a fearsome weapon.
-club=club
-You see a wooden club. It won't kill much but is better than no weapon.=You see a wooden club. It won't kill much but is better than no weapon.
-club of thorns=club of thorns
-You see the club of thorns. The thorns are full with blood of tortured humans. It is hugely powerful but will drain your life to use it.=You see the club of thorns. The thorns are full with blood of tortured humans. It is hugely powerful but will drain your life to use it.
-enhanced mace=enhanced mace
-You see an enhanced mace. The heavy attacking end makes it hard to balance.=You see an enhanced mace. The heavy attacking end makes it hard to balance.
-flail=flail
-You see a flail. Swinging it in circles will tire you but it will be an effective weapon.=You see a flail. Swinging it in circles will tire you but it will be an effective weapon.
-golden hammer=golden hammer
-You see a valuable golden hammer. This golden weapon may be worth a lot to someone. It has a slow rate of attack.=You see a valuable golden hammer. This golden weapon may be worth a lot to someone. It has a slow rate of attack.
-golden mace=golden mace
-You see a shining golden mace. Despite looking ornamental, it is sharp enough to do some damage.=You see a shining golden mace. Despite looking ornamental, it is sharp enough to do some damage.
-hammer=hammer
-You see a common hammer. It is heavy enough that you should be able to bludgeon your enemies with it, but only slowly=You see a common hammer. It is heavy enough that you should be able to bludgeon your enemies with it, but only slowly
-ice war hammer=ice war hammer
-You see a ice war hammer. The last owner must have been huge, to wield it.=You see a ice war hammer. The last owner must have been huge, to wield it.
-mace=mace
-You see a mace, much neglected in years of use.=You see a mace, much neglected in years of use.
-morning star=morning star
-You see a morning star. This is a very rare item indeed.=You see a morning star. This is a very rare item indeed.
-necromancers staff=necromancers staff
-You see a cunningly beautiful staff. If you listen carefully you can hear its previous owners' souls screaming from within it.=You see a cunningly beautiful staff. If you listen carefully you can hear its previous owners' souls screaming from within it.
-rod of the gm=rod of the gm
-You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.=You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.
-skull staff=skull staff
-You see a rare skull staff. It appears mystical but will work like any other staff.=You see a rare skull staff. It appears mystical but will work like any other staff.
-staff=staff
-You see a staff. This is a seldom seen or used weapon.=You see a staff. This is a seldom seen or used weapon.
-ugmash=ugmash
-You see a huge ugmash. It can attack with a faster rate than many other clubs.=You see a huge ugmash. It can attack with a faster rate than many other clubs.
-vulcano hammer=vulcano hammer
-You see a vulcano hammer. It's said to be a weapon of a God, but attacks with a snail like pace.=You see a vulcano hammer. It's said to be a weapon of a God, but attacks with a snail like pace.
-war hammer=war hammer
-You see a huge war hammer. It seems strong but is so heavy that you can only lift it to attack every so often..=You see a huge war hammer. It seems strong but is so heavy that you can only lift it to attack every so often..
-empty sack=empty sack
-You see an empty sack. It will not stand up, unless you fill it first.=You see an empty sack. It will not stand up, unless you fill it first.
-flask=flask
-You see a flask. This flask is good for storing medicine.=You see a flask. This flask is good for storing medicine.
-eared bottle=eared bottle
-You see an eared bottle. It is empty, someone drank the contents.=You see an eared bottle. It is empty, someone drank the contents.
-fat bottle=fat bottle
-You see a fat bottle. It is empty, someone drank the contents.=You see a fat bottle. It is empty, someone drank the contents.
-slim bottle=slim bottle
-You see a slim bottle. It is empty, someone drank the contents.=You see a slim bottle. It is empty, someone drank the contents.
-empty goblet=empty goblet
-You see an empty goblet. You wonder what could it hold.=You see an empty goblet. You wonder what could it hold.
-goblet=goblet
-You see a goblet. You look at its contents, and shiver at the blood inside.=You see a goblet. You look at its contents, and shiver at the blood inside.
-keyring=keyring
-You see a keyring.=You see a keyring.
-red emotion crystal=red emotion crystal
-You see a red emotion crystal. It feels hot to the touch.=You see a red emotion crystal. It feels hot to the touch.
-purple emotion crystal=purple emotion crystal
-You see a purple emotion crystal. It feels cold to the touch.=You see a purple emotion crystal. It feels cold to the touch.
-yellow emotion crystal=yellow emotion crystal
-You see a yellow emotion crystal. It energizes you.=You see a yellow emotion crystal. It energizes you.
-pink emotion crystal=pink emotion crystal
-You see a pink emotion crystal. It almost feels soft.=You see a pink emotion crystal. It almost feels soft.
-blue emotion crystal=blue emotion crystal
-You see a blue emotion crystal. While holding it your worries seem to disappear.=You see a blue emotion crystal. While holding it your worries seem to disappear.
-note=note
-You see a note.=You see a note.
-coupon=coupon
-You see a coupon.=You see a coupon.
-closed envelope=closed envelope
-You see a closed envelope.=You see a closed envelope.
-opened envelope=opened envelope
-You see an opened envelope.=You see an opened envelope.
-sealed envelope=sealed envelope
-You see a sealed envelope.=You see a sealed envelope.
-unsealed envelope=unsealed envelope
-You see an unsealed envelope.=You see an unsealed envelope.
-assassins id=assassins id
-You see an assassin's ID. Perhaps this can be put to good use.=You see an assassin's ID. Perhaps this can be put to good use.
-map=map
-You see a map.=You see a map.
-blank scroll=blank scroll
-You see a rolled up blank scroll.=You see a rolled up blank scroll.
-ice scroll=ice scroll
-You see a scroll, circled by ice crystals. You can feel its cold aura.=You see a scroll, circled by ice crystals. You can feel its cold aura.
-fierywater=fierywater
-You see a bottle of fierywater. Do not drink it pure, you would evaporate!=You see a bottle of fierywater. Do not drink it pure, you would evaporate!
-mild koboldish torcibud=mild koboldish torcibud
-You see a bottle of mild koboldish torcibud. It will help you recover when you're all bruised and battered.=You see a bottle of mild koboldish torcibud. It will help you recover when you're all bruised and battered.
-strong koboldish torcibud=strong koboldish torcibud
-You see a bottle of strong koboldish torcibud. It will help you recover when you're all bruised and battered.=You see a bottle of strong koboldish torcibud. It will help you recover when you're all bruised and battered.
-vsop koboldish torcibud=vsop koboldish torcibud
-You see a bottle of VSOP koboldish torcibud, specially aged in oak casks wrapped by the darkness of a dungeon cellar. It will help you recover when you're all bruised and battered.=You see a bottle of VSOP koboldish torcibud, specially aged in oak casks wrapped by the darkness of a dungeon cellar. It will help you recover when you're all bruised and battered.
-apple juice=apple juice
-You see apple juice. On a hot summer day, it would taste great.=You see apple juice. On a hot summer day, it would taste great.
-beer=beer
-You see a beer. On a hot summer day, it would taste great.=You see a beer. On a hot summer day, it would taste great.
-wine=wine
-You see a glass of red wine. It will quench your thirst.=You see a glass of red wine. It will quench your thirst.
-water=water
-You see a bottle of fresh spring water. It's really tasty and fresh.=You see a bottle of fresh spring water. It's really tasty and fresh.
-pina colada=pina colada
-You see a pina colada. It looks delicious but tastes dangerously strong!=You see a pina colada. It looks delicious but tastes dangerously strong!
-tea=tea
-You see a lovely cup of tea.=You see a lovely cup of tea.
-milk=milk
-You see a small bottle of fresh milk.=You see a small bottle of fresh milk.
-antidote=antidote
-You see an antidote, to cure you of poison and protect you for a while.=You see an antidote, to cure you of poison and protect you for a while.
-greater antidote=greater antidote
-You see a greater antidote, to cure you of poison and protect you for a long while.=You see a greater antidote, to cure you of poison and protect you for a long while.
-mana=mana
-You see an bottle of mana, to increase your mana rapidly.=You see an bottle of mana, to increase your mana rapidly.
-poison=poison
-You see a bottle of poison. Don't drink it!=You see a bottle of poison. Don't drink it!
-greater poison=greater poison
-You see a greater poison. Don't drink it!=You see a greater poison. Don't drink it!
-deadly poison=deadly poison
-You see a deadly poison. Don't drink it!=You see a deadly poison. Don't drink it!
-disease poison=disease poison
-You see a disease poison. Be careful, it's wicked.=You see a disease poison. Be careful, it's wicked.
-mega poison=mega poison
-You see a mega poison. This is some wicked poison.=You see a mega poison. This is some wicked poison.
-twilight elixir=twilight elixir
-You see a bottle of medicinal elixir.=You see a bottle of medicinal elixir.
-minor potion=minor potion
-You see a minor potion. It's not much but may save you in a tight spot.=You see a minor potion. It's not much but may save you in a tight spot.
-soup=soup
-You see a bowl of soup. Its contents fill you up.=You see a bowl of soup. Its contents fill you up.
-fish soup=fish soup
-You see a bowl of fish soup. Its contents fill you up.=You see a bowl of fish soup. Its contents fill you up.
-potion=potion
-You see a potion. Take it to battle and you may survive longer.=You see a potion. Take it to battle and you may survive longer.
-greater potion=greater potion
-You see a greater potion, invaluable in battle.=You see a greater potion, invaluable in battle.
-mega potion=mega potion
-You see a mega potion. It strengthens greatly.=You see a mega potion. It strengthens greatly.
-love potion=love potion
-You see a love potion. It looks powerful so take care to use it carefully!=You see a love potion. It looks powerful so take care to use it carefully!
-rhosyd=rhosyd
-You see a beautiful and rare rhosyd flower.=You see a beautiful and rare rhosyd flower.
-rose=rose
-You see a single red rose. It smells heavenly.=You see a single red rose. It smells heavenly.
-lilia=lilia
-You see a lilia, a single precious bloom.=You see a lilia, a single precious bloom.
-daisies=daisies
-You see a bunch of daisies. They are cheap and cheerful!=You see a bunch of daisies. They are cheap and cheerful!
-pansy=pansy
-You see a pansy, so colorful and beautiful.=You see a pansy, so colorful and beautiful.
-zantedeschia=zantedeschia
-You see a zantedeschia, a delicate bloom with the sweetest fragrance.=You see a zantedeschia, a delicate bloom with the sweetest fragrance.
-apple=apple
-You see a nice shiny apple.=You see a nice shiny apple.
-black apple=black apple
-You see a black apple. It must be a gift from lil Johnnnny. He's the guy with black items.=You see a black apple. It must be a gift from lil Johnnnny. He's the guy with black items.
-purple apple=purple apple
-You see a purple apple. It is loaded with memories=
-banana=banana
-You see a banana. Take care of monkeys when you have them in your bag!=You see a banana. Take care of monkeys when you have them in your bag!
-cherry=cherry
-You see a cherry. Its tangy taste revives you a little.=You see a cherry. Its tangy taste revives you a little.
-coconut=coconut
-You see a coconut. Luckily it's already cracked and you can drink from it.=You see a coconut. Luckily it's already cracked and you can drink from it.
-grapes=grapes
-You see a bunch of grapes. They look quite juicy and tasty.=You see a bunch of grapes. They look quite juicy and tasty.
-olive=olive
-You see a small ripe olive. It can be eaten or used to create olive oil.=You see a small ripe olive. It can be eaten or used to create olive oil.
-pear=pear
-You see a pear. Its lovely smell convinces you of taking it.=You see a pear. Its lovely smell convinces you of taking it.
-pineapple=pineapple
-You see a tropical pineapple.=You see a tropical pineapple.
-pomegranate=pomegranate
-You see a pomegranate. If you eat it, you will be in a great shape soon.=You see a pomegranate. If you eat it, you will be in a great shape soon.
-watermelon=watermelon
-You see a watermelon. It freshes your throat during hot summer days.=You see a watermelon. It freshes your throat during hot summer days.
-artichoke=artichoke
-You see an artichoke. It can be an ingredient, or you can eat it.=You see an artichoke. It can be an ingredient, or you can eat it.
-broccoli=broccoli
-You see a bunch of broccoli.=You see a bunch of broccoli.
-carrot=carrot
-You see a carrot. It can be an ingredient, or you can eat it.=You see a carrot. It can be an ingredient, or you can eat it.
-cauliflower=cauliflower
-You see a fresh head of cauliflower.=You see a fresh head of cauliflower.
-courgette=courgette
-You see a courgette. It can be an ingredient, or you can eat it.=You see a courgette. It can be an ingredient, or you can eat it.
-collard=collard
-You see a collard. It's rare and strangely magical.=You see a collard. It's rare and strangely magical.
-garlic=garlic
-You see some fresh garlic.=You see some fresh garlic.
-leek=leek
-You see a fresh leek.=You see a fresh leek.
-onion=onion
-You see an onion.=You see an onion.
-salad=salad
-You see a salad.=You see a salad.
-spinach=spinach
-You see spinach. It is enriched with vitamins.=You see spinach. It is enriched with vitamins.
-tomato=tomato
-You see a tomato, put it in a salad or eat it.=You see a tomato, put it in a salad or eat it.
-egg=egg
-You see an egg.=You see an egg.
-button mushroom=button mushroom
-You see a button mushroom. It can be an ingredient, or you can eat it.=You see a button mushroom. It can be an ingredient, or you can eat it.
-porcini=porcini
-You see a porcini. It can be an ingredient, or you can eat it.=You see a porcini. It can be an ingredient, or you can eat it.
-toadstool=toadstool
-You see a toadstool. Beware!=You see a toadstool. Beware!
-char=char
-You see a char, with a fleshy pink belly.=You see a char, with a fleshy pink belly.
-cod=cod
-You see a cod.=You see a cod.
-mackerel=mackerel
-You see a mackerel.=You see a mackerel.
-perch=perch
-You see a perch.=You see a perch.
-roach=roach
-You see a roach.=You see a roach.
-clownfish=clownfish
-You see a striped clownfish.=You see a striped clownfish.
-red lionfish=red lionfish
-You see a venomous coral reef red lionfish.=You see a venomous coral reef red lionfish.
-surgeonfish=surgeonfish
-You see a bright blue surgeonfish.=You see a bright blue surgeonfish.
-trout=trout
-You see a trout.=You see a trout.
-bread=bread
-You see a loaf of bread. It is freshly baked and ready to eat.=You see a loaf of bread. It is freshly baked and ready to eat.
-crepes suzette=crepes suzette
-You see a crepes suzette topped with hot chocolate sauce.=You see a crepes suzette topped with hot chocolate sauce.
-apple pie=apple pie
-You see a delicious apple pie, made with only genuine ingredients.=You see a delicious apple pie, made with only genuine ingredients.
-cherry pie=cherry pie
-You see a delicious cherry pie, made with only genuine ingredients.=You see a delicious cherry pie, made with only genuine ingredients.
-pie=pie
-You see a meat and vegetable pie.=You see a meat and vegetable pie.
-fish pie=fish pie
-You see a fish and leek pie. It's not too stodgy so you can eat it faster than a meat pie.=You see a fish and leek pie. It's not too stodgy so you can eat it faster than a meat pie.
-sandwich=sandwich
-You see a ham and cheese sandwich.=You see a ham and cheese sandwich.
-smoked ham=smoked ham
-You see a smoked ham.=You see a smoked ham.
-smoked meat=smoked meat
-You see a piece of smoked meat.=You see a piece of smoked meat.
-smoked cod=smoked cod
-You see a smoked cod.=You see a smoked cod.
-smoked trout=smoked trout
-You see a smoked trout.=You see a smoked trout.
-sugar=sugar
-You see a sack of raw sugar.=You see a sack of raw sugar.
-butter=butter
-You see some butter. It is an ingredient or can be eaten if you like.=You see some butter. It is an ingredient or can be eaten if you like.
-honey=honey
-You see a jar of sticky sweet honey. It's the clear runny kind.=You see a jar of sticky sweet honey. It's the clear runny kind.
-icecream=icecream
-You see a wafer cone with vanilla ice cream and a chocolate flake.=You see a wafer cone with vanilla ice cream and a chocolate flake.
-licorice=licorice
-You see some delicious licorice. Your mouth waters.=You see some delicious licorice. Your mouth waters.
-hotdog=hotdog
-You see what looks like a tasty hotdog on a bun.=You see what looks like a tasty hotdog on a bun.
-cheeseydog=cheeseydog
-You see what looks like a tasty cheeseydog on a bun.=You see what looks like a tasty cheeseydog on a bun.
-cheese sausage=cheese sausage
-You see what looks like a tasty cheese sausage.=You see what looks like a tasty cheese sausage.
-sausage=sausage
-You see what looks like a tasty sausage.=You see what looks like a tasty sausage.
-tuna sandwich=tuna sandwich
-You see what looks like tuna sandwich.=You see what looks like tuna sandwich.
-chocolate shake=chocolate shake
-You see a scrumptious chocolate shake. Absolutely NO calories.=You see a scrumptious chocolate shake. Absolutely NO calories.
-vanilla shake=vanilla shake
-You see a yummy vanilla shake. Absolutely NO calories.=You see a yummy vanilla shake. Absolutely NO calories.
-cheese=cheese
-You see some cheese. Eat it and see what happens.=You see some cheese. Eat it and see what happens.
-chicken=chicken
-You see a tasty leg of chicken.=You see a tasty leg of chicken.
-chocolate bar=chocolate bar
-You see an absolutely yummy chocolate bar.=You see an absolutely yummy chocolate bar.
-fairy cake=fairy cake
-You see a luscious fairy cake with icing and sprinkles on top.=You see a luscious fairy cake with icing and sprinkles on top.
-ham=ham
-You see a juicy ham.=You see a juicy ham.
-meat=meat
-You see a piece of meat.=You see a piece of meat.
-easter egg=easter egg
-You see a lovely chocolate easter egg. It's huge!=You see a lovely chocolate easter egg. It's huge!
-small easter egg=small easter egg
-You see a small chocolate easter egg. Yummy!=You see a small chocolate easter egg. Yummy!
-grilled steak=grilled steak
-You see a fresh grilled steak. It smells awesome and is really juicy.=You see a fresh grilled steak. It smells awesome and is really juicy.
-pizza=pizza
-You see a tasty pizza, and hope they put extra cheese on it.=You see a tasty pizza, and hope they put extra cheese on it.
-leather helmet=leather helmet
-You see a leather helmet, it seems more like a hat than a defensive item.=You see a leather helmet, it seems more like a hat than a defensive item.
-trophy helmet=trophy helmet
-You see a Trophy Helmet. Those who were brave and finished the death match, win this helmet.=You see a Trophy Helmet. Those who were brave and finished the death match, win this helmet.
-robins hat=robins hat
-You see a robins hat. It's cute but that's about it.=You see a robins hat. It's cute but that's about it.
-studded helmet=studded helmet
-You see a studded helmet, it should protect your head against cuts but perhaps not hard blows.=You see a studded helmet, it should protect your head against cuts but perhaps not hard blows.
-elvish hat=elvish hat
-You see an elvish hat. The elf craftmanship has made the leafy material stronger than one would think.=You see an elvish hat. The elf craftmanship has made the leafy material stronger than one would think.
-chain helmet=chain helmet
-You see a solid chain helmet, it will be excellent protection for your head.=You see a solid chain helmet, it will be excellent protection for your head.
-viking helmet=viking helmet
-You see a viking helmet. The previous owner wore it to many battles.=You see a viking helmet. The previous owner wore it to many battles.
-aventail=aventail
-You see a aventail. It's a clever design.=You see a aventail. It's a clever design.
-blue helmet=blue helmet
-You see a brand new blue helmet.=You see a brand new blue helmet.
-red helmet=red helmet
-You see a red helmet, it reminds you of a jester's hat but you can be sure it has better protection than that.=You see a red helmet, it reminds you of a jester's hat but you can be sure it has better protection than that.
-golden helmet=golden helmet
-You see a heavy golden helmet. The thick metal should protect you against almost anything.=You see a heavy golden helmet. The thick metal should protect you against almost anything.
-horned golden helmet=horned golden helmet
-You see a horned golden helmet.=You see a horned golden helmet.
-shadow helmet=shadow helmet
-You see a heavy shadow helmet. Instead of shining, it darkly gleams.=You see a heavy shadow helmet. Instead of shining, it darkly gleams.
-xeno helmet=xeno helmet
-You see a xeno helmet.=You see a xeno helmet.
-chaos helmet=chaos helmet
-You see a chaos helmet.=You see a chaos helmet.
-mainio helmet=mainio helmet
-You see a strange mainio helmet. You can barely see when wearing it, but it protects your head very well.=You see a strange mainio helmet. You can barely see when wearing it, but it protects your head very well.
-magic chain helmet=magic chain helmet
-You see a magic chain helmet.=You see a magic chain helmet.
-liberty helmet=liberty helmet
-You see the liberty helmet. It's light and strong, you feel free wearing it.=You see the liberty helmet. It's light and strong, you feel free wearing it.
-black helmet=black helmet
-You see a black helmet.=You see a black helmet.
-mithril helmet=mithril helmet
-You see a mithril helmet.=You see a mithril helmet.
-arandula=arandula
-You see a arandula. It has medicinal properties, if the right person uses it.=You see a arandula. It has medicinal properties, if the right person uses it.
-kokuda=kokuda
-You see a kokuda. It has medicinal properties, if the right person uses it.=You see a kokuda. It has medicinal properties, if the right person uses it.
-kekik=kekik
-You see a kekik. It is a herb which can have healing properties.=You see a kekik. It is a herb which can have healing properties.
-mandragora=mandragora
-You see a root of mandragora. It has medicinal properties, if the right person uses it.=You see a root of mandragora. It has medicinal properties, if the right person uses it.
-sclaria=sclaria
-You see the herb sclaria. The smell is calming.=You see the herb sclaria. The smell is calming.
-reindeer moss=reindeer moss
-You see reindeer moss, something that grows only around Semos. It is quite a delicacy to reindeer, but extremely bitter to humans.=You see reindeer moss, something that grows only around Semos. It is quite a delicacy to reindeer, but extremely bitter to humans.
-emerald=emerald
-You see an emerald, a precious gemstone.=You see an emerald, a precious gemstone.
-sapphire=sapphire
-You see a sapphire, a precious gemstone.=You see a sapphire, a precious gemstone.
-carbuncle=carbuncle
-You see a carbuncle, a precious gemstone related to the garnet.=You see a carbuncle, a precious gemstone related to the garnet.
-obsidian=obsidian
-You see a piece of obsidian, it's known as volcanic glass because it forms when lava cools rapidly. When used as a gemstone it may look jet black or silvery grey, depending on how it is cut.=You see a piece of obsidian, it's known as volcanic glass because it forms when lava cools rapidly. When used as a gemstone it may look jet black or silvery grey, depending on how it is cut.
-diamond=diamond
-You see a diamond, not just a beautiful gem but also the hardest naturally occurring material .=You see a diamond, not just a beautiful gem but also the hardest naturally occurring material .
-black pearl=black pearl
-You see a black pearl, so dark and shiny.=You see a black pearl, so dark and shiny.
-dungeon silver key=dungeon silver key
-You see a silver dungeon key. Use it only if you are brave.=You see a silver dungeon key. Use it only if you are brave.
-lich gold key=lich gold key
-You see a golden lich key. It will open the door to terrible things.=You see a golden lich key. It will open the door to terrible things.
-minotaur key=minotaur key
-You see a fancy bronze key. It smells faintly of minotaur, perhaps one dropped it?=You see a fancy bronze key. It smells faintly of minotaur, perhaps one dropped it?
-nalwor bank key=nalwor bank key
-You see a key to the customer room of Nalwor Bank.=You see a key to the customer room of Nalwor Bank.
-kotoch prison key=kotoch prison key
-You see an ancient copper key, enscribed with something in Orcish.=You see an ancient copper key, enscribed with something in Orcish.
-kanmararn prison key=kanmararn prison key
-You see a key which matches the locks in the Kanmararn prison.=You see a key which matches the locks in the Kanmararn prison.
-sedah gate key=sedah gate key
-You see a key for the gate to the imperial city of Sedah.=You see a key for the gate to the imperial city of Sedah.
-pet sanctuary key=pet sanctuary key
-You see a key for the pet sanctuary in Ados.=You see a key for the pet sanctuary in Ados.
-house key=house key
-You should not see this description=You should not see this description
-gate key=gate key
-You should not see this description=You should not see this description
-master key=master key
-You see a master key.=You see a master key.
-small key=small key
-You see the key for Zara's row house in Ados.=You see the key for Zara's row house in Ados.
-black legs=black legs
-You see a pair of black legs.=You see a pair of black legs.
-blue legs=blue legs
-You see a pair of shiny new blue legs.=You see a pair of shiny new blue legs.
-chain legs=chain legs
-You see a pair of well made chain legs. They should protect you against any attacks aimed low.=You see a pair of well made chain legs. They should protect you against any attacks aimed low.
-chaos legs=chaos legs
-You see a pair of chaos legs. The strange colors confuse you.=You see a pair of chaos legs. The strange colors confuse you.
-dwarvish legs=dwarvish legs
-You see a pair of dwarvish legs, designed by master craftsmen.=You see a pair of dwarvish legs, designed by master craftsmen.
-elvish legs=elvish legs
-You see a pair of elvish legs.=You see a pair of elvish legs.
-golden legs=golden legs
-You see a pair of shining, strong golden legs.=You see a pair of shining, strong golden legs.
-jewelled legs=jewelled legs
-You see a beautiful pair of jewelled legs. A large red gem glints at you and they're encrusted all over with sapphires.=You see a beautiful pair of jewelled legs. A large red gem glints at you and they're encrusted all over with sapphires.
-leather legs=leather legs
-You see a pair of leather legs. They look new but they're poor quality.=You see a pair of leather legs. They look new but they're poor quality.
-mainio legs=mainio legs
-You see a pair of odd looking mainio legs. They are somewhat startling but they give you a good protection.=You see a pair of odd looking mainio legs. They are somewhat startling but they give you a good protection.
-mithril legs=mithril legs
-You see a pair of mithril legs. They will serve you well.=You see a pair of mithril legs. They will serve you well.
-red legs=red legs
-A pair of red legs are in your grasp.=A pair of red legs are in your grasp.
-shadow legs=shadow legs
-You see a pair of shadow legs. The weight of them is incredible.=You see a pair of shadow legs. The weight of them is incredible.
-stone legs=stone legs
-You see a pair of stone legs, heavy and durable.=You see a pair of stone legs, heavy and durable.
-studded legs=studded legs
-You see a pair of blood stained studded legs. You're not sure if the blood came from their last owner ... or his enemies.=You see a pair of blood stained studded legs. You're not sure if the blood came from their last owner ... or his enemies.
-xeno legs=xeno legs
-You see a pair of xeno legs. They're very strong and look brand new.=You see a pair of xeno legs. They're very strong and look brand new.
-bulb=bulb
-You see a bulb. It can be planted anywhere, but it will only thrive on fertile ground.=You see a bulb. It can be planted anywhere, but it will only thrive on fertile ground.
-seed=seed
-You see a seed. It can be planted anywhere, but it will only thrive on fertile ground.=You see a seed. It can be planted anywhere, but it will only thrive on fertile ground.
-giant heart=giant heart
-You see a giant heart. This proves that a giant was defeated, and has magical properties that you are not sure of.=You see a giant heart. This proves that a giant was defeated, and has magical properties that you are not sure of.
-dice=dice
-You see a set of dice. May lady luck be with you.=You see a set of dice. May lady luck be with you.
-cards=cards
-You see a deck of cards. Shuffle them well, to get a winning hand.=You see a deck of cards. Shuffle them well, to get a winning hand.
-teddy=teddy
-You see a teddy bear. Its soft and cuddly, and children love them.=You see a teddy bear. Its soft and cuddly, and children love them.
-rodent trap=rodent trap
-You see a rodent trap.=You see a rodent trap.
-vampirette entrails=vampirette entrails
-You see some vampirette entrails. These guts proves that a vampirette was slain.=You see some vampirette entrails. These guts proves that a vampirette was slain.
-bat entrails=bat entrails
-You see some bat entrails, full of the blood of a living creature.=You see some bat entrails, full of the blood of a living creature.
-suntan cream=suntan cream
-You see a suntan cream.=You see a suntan cream.
-marbles=marbles
-You see some marbles. Boys will be boys.=You see some marbles. Boys will be boys.
-canned tuna=canned tuna
-You see what appears to be canned tuna. Too bad you don't have a can opener.=You see what appears to be canned tuna. Too bad you don't have a can opener.
-snowglobe=snowglobe
-You see a snowglobe. It's so festive, it reminds you of Christmas!=You see a snowglobe. It's so festive, it reminds you of Christmas!
-bobbin=bobbin
-You see a bobbin for a sewing machine.=You see a bobbin for a sewing machine.
-venom gland=venom gland
-You see the venom gland of a giant cobra. It is filled with deadly toxin.=You see the venom gland of a giant cobra. It is filled with deadly toxin.
-snowball=snowball
-You see snowballs. You can throw them at your friends or put it in your bag to keep your fish fresh. But be careful, there could be little stones in it.=You see snowballs. You can throw them at your friends or put it in your bag to keep your fish fresh. But be careful, there could be little stones in it.
-vomit=vomit
-You see a pile of vomit. Gross!=You see a pile of vomit. Gross!
-shuriken=shuriken
-You see a shuriken. You'll need to be close before you can use it as a missile. Stand square on, not diagonally, for the best results.=You see a shuriken. You'll need to be close before you can use it as a missile. Stand square on, not diagonally, for the best results.
-fire shuriken=fire shuriken
-You see a fire shuriken. Throwing this flaming missile unleashes fiendish power.=You see a fire shuriken. Throwing this flaming missile unleashes fiendish power.
-wooden spear=wooden spear
-You see a wooden spear. You can attack at a distance with this primitive weapon. Stand square on, not diagonally, for the best results.=You see a wooden spear. You can attack at a distance with this primitive weapon. Stand square on, not diagonally, for the best results.
-money=money
-You see a money.=You see a money.
-wooden bow=wooden bow
-You see a wooden bow. With this in one hand, and wooden arrows in the other, you may be able to attack from a distance.=You see a wooden bow. With this in one hand, and wooden arrows in the other, you may be able to attack from a distance.
-longbow=longbow
-You see a longbow. Equipped with this, and a supply of arrows, you will have an effective ranged attack.=You see a longbow. Equipped with this, and a supply of arrows, you will have an effective ranged attack.
-composite bow=composite bow
-You see a composite bow. It's better strung than most bows, for excellent ranged attack.=You see a composite bow. It's better strung than most bows, for excellent ranged attack.
-crossbow=crossbow
-You see a crossbow. The attack is high but it has a very short range, what do you prefer?=You see a crossbow. The attack is high but it has a very short range, what do you prefer?
-hunter crossbow=hunter crossbow
-You see a hunter crossbow. You must decide if the high attack is worth the short range it has.=You see a hunter crossbow. You must decide if the high attack is worth the short range it has.
-mithril bow=mithril bow
-You see a light and strong mithril bow. Its impeccable workmanship affords incredible accuracy.=You see a light and strong mithril bow. Its impeccable workmanship affords incredible accuracy.
-wood=wood
-You see some wood, fallen from a nearby tree.=You see some wood, fallen from a nearby tree.
-sugar cane=sugar cane
-You see a sugar cane. You can grind it for raw sugar.=You see a sugar cane. You can grind it for raw sugar.
-grain=grain
-You see a sheaf of grain.=You see a sheaf of grain.
-flour=flour
-You see a sack of flour.=You see a sack of flour.
-iron ore=iron ore
-You see a nugget of iron ore.=You see a nugget of iron ore.
-coal=coal
-You see a black and shiny piece of stone coal. It stayed in the ground for million of years.=You see a black and shiny piece of stone coal. It stayed in the ground for million of years.
-wool=wool
-You see wool. It was recently shorn.=You see wool. It was recently shorn.
-yarn=yarn
-You see a ball of yarn. It was spun with care.=You see a ball of yarn. It was spun with care.
-cloth=cloth
-You see a roll of cloth. It is of first-class quality.=You see a roll of cloth. It is of first-class quality.
-gold nugget=gold nugget
-You see a gold nugget. Its rich golden color shines, and it may be useful.=You see a gold nugget. Its rich golden color shines, and it may be useful.
-mithril nugget=mithril nugget
-You see a mithril nugget. Its pale silvery color shines, and it may be useful.=You see a mithril nugget. Its pale silvery color shines, and it may be useful.
-iron=iron
-You see a piece of iron.=You see a piece of iron.
-gold bar=gold bar
-You see a gold bar. It will make beautiful jewelry, or fetch a fine price.=You see a gold bar. It will make beautiful jewelry, or fetch a fine price.
-mithril bar=mithril bar
-You see a mithril bar. It can be made into excellent armor, or fetch a fine price.=You see a mithril bar. It can be made into excellent armor, or fetch a fine price.
-golden egg=golden egg
-You see a valuable golden egg.=You see a valuable golden egg.
-spotted egg=spotted egg
-You see a spotted egg. They are said to be delicious.=You see a spotted egg. They are said to be delicious.
-reptile egg=reptile egg
-You see a valuable reptile egg.=You see a valuable reptile egg.
-silk gland=silk gland
-You see a silk gland from a giant spider. Its contents are extremely valuable.=You see a silk gland from a giant spider. Its contents are extremely valuable.
-silk thread=silk thread
-You see a spool of silk thread, spun from the glands of a giant spider..=You see a spool of silk thread, spun from the glands of a giant spider..
-oil=oil
-You see a small can of oil.=You see a small can of oil.
-mithril thread=mithril thread
-You see a spool of mithril thread, made from silk fused with mithril.=You see a spool of mithril thread, made from silk fused with mithril.
-mithril fabric=mithril fabric
-You see a couple yards of mithril fabric. It's very sparkly!=You see a couple yards of mithril fabric. It's very sparkly!
-horse hair=horse hair
-You see some horse hairs.=You see some horse hairs.
-beeswax=beeswax
-You see a piece of beeswax.=You see a piece of beeswax.
-candle=candle
-You see a candle in a candle stick.=You see a candle in a candle stick.
-angel figurine=angel figurine
-You see a sparkling angel figurine.=You see a sparkling angel figurine.
-skull ring=skull ring
-You see a skull ring.=You see a skull ring.
-amulet=amulet
-You see an amulet.=You see an amulet.
-ankh=ankh
-You see a mysterious ankh. You don't know what it is for.=You see a mysterious ankh. You don't know what it is for.
-wedding ring=wedding ring
-You see a golden wedding ring, a symbol of love.=You see a golden wedding ring, a symbol of love.
-engagement ring=engagement ring
-You see a diamond engagement ring, a symbol of love (or a symbol of wealth?)=You see a diamond engagement ring, a symbol of love (or a symbol of wealth?)
-emerald ring=emerald ring
-You see an emerald ring, known as ring of life. Wear it, and you risk less from death.=You see an emerald ring, known as ring of life. Wear it, and you risk less from death.
-summon scroll=summon scroll
-You see a summon scroll.=You see a summon scroll.
-nalwor city scroll=nalwor city scroll
-You see a nalwor city scroll, it will take you back to nalwor city.=You see a nalwor city scroll, it will take you back to nalwor city.
-ados city scroll=ados city scroll
-You see a ados city scroll, it will take you back to ados city.=You see a ados city scroll, it will take you back to ados city.
-fado city scroll=fado city scroll
-You see a fado city scroll, it will take you back to fado city.=You see a fado city scroll, it will take you back to fado city.
-kirdneh city scroll=kirdneh city scroll
-You see a kirdneh city scroll, it will take you back to kirdneh city.=You see a kirdneh city scroll, it will take you back to kirdneh city.
-kalavan city scroll=kalavan city scroll
-You see a kalavan city scroll, it will take you back to kalavan city.=You see a kalavan city scroll, it will take you back to kalavan city.
-marked scroll=marked scroll
-You see a marked scroll.=You see a marked scroll.
-invitation scroll=invitation scroll
-You see an invitation scroll.=You see an invitation scroll.
-home scroll=home scroll
-You see a home scroll, it will take you back to semos city.=You see a home scroll, it will take you back to semos city.
-empty scroll=empty scroll
-You see an empty scroll. If used correctly it will return you to where you marked it at.=You see an empty scroll. If used correctly it will return you to where you marked it at.
-rainbow beans=rainbow beans
-You see a small pile of rainbow beans. One says something odd.=You see a small pile of rainbow beans. One says something odd.
-balloon=balloon
-You see a bright red balloon. You can use it to float high up into the clouds.=You see a bright red balloon. You can use it to float high up into the clouds.
-twilight moss=twilight moss
-You see a strange looking piece of moss. It looks like it could have hallucinogenic properties.=You see a strange looking piece of moss. It looks like it could have hallucinogenic properties.
-lucky charm=lucky charm
-You see a lucky charm. Some believe that it helps their karma in some way, but others think that is superstition.=You see a lucky charm. Some believe that it helps their karma in some way, but others think that is superstition.
-mithril clasp=mithril clasp
-You see a clasp made from mithril, it would provide the fastening for a cloak.=You see a clasp made from mithril, it would provide the fastening for a cloak.
-mythical egg=mythical egg
-You see a mythical egg, but you do not know, what it is for.=You see a mythical egg, but you do not know, what it is for.
-magical eggshells=magical eggshells
-You see shards from a mythical egg. They have magical properties.=You see shards from a mythical egg. They have magical properties.
-golden gm token=golden gm token
-You see a golden gm token.=You see a golden gm token.
-silvery gm token=silvery gm token
-You see a silvery gm token.=You see a silvery gm token.
-bronze gm token=bronze gm token
-You see a bronze gm token.=You see a bronze gm token.
-black shield=black shield
-You see a black shield. Its darkness will surely protect you.=You see a black shield. Its darkness will surely protect you.
-blue shield=blue shield
-You see a blue shield. It feels light in your hand but is strong enough for excellent protection.=You see a blue shield. It feels light in your hand but is strong enough for excellent protection.
-buckler=buckler
-You see a small buckler. It may protect you against swords and maces but against stronger weapons you do not trust it.=You see a small buckler. It may protect you against swords and maces but against stronger weapons you do not trust it.
-chaos shield=chaos shield
-You see a chaos shield. Its charming appearance will fool your enemies.=You see a chaos shield. Its charming appearance will fool your enemies.
-crown shield=crown shield
-You see a mighty crown shield. It is in perfect condition.=You see a mighty crown shield. It is in perfect condition.
-elvish shield=elvish shield
-You see an elvish shield. It looks like one big tree leaf!=You see an elvish shield. It looks like one big tree leaf!
-enhanced lion shield=enhanced lion shield
-An enhanced lion shield glints at you. It will defend you well.=An enhanced lion shield glints at you. It will defend you well.
-golden shield=golden shield
-You see a golden shield, could it be the ultimate in defense?=You see a golden shield, could it be the ultimate in defense?
-green dragon shield=green dragon shield
-You see an green dragon shield, scaly and strong.=You see an green dragon shield, scaly and strong.
-lion shield=lion shield
-You see a valuable lion shield. It is heavy enough to defend you against strong attacks.=You see a valuable lion shield. It is heavy enough to defend you against strong attacks.
-magic plate shield=magic plate shield
-You see a magic plate shield. It has a magical quality surrounding it.=You see a magic plate shield. It has a magical quality surrounding it.
-mainio shield=mainio shield
-You see a strange looking mainio shield. You have no idea what it's made of, but it seems to protect you well by distracting your enemies.=You see a strange looking mainio shield. You have no idea what it's made of, but it seems to protect you well by distracting your enemies.
-mithril shield=mithril shield
-You see a mithril shield. You will most surely be protected.=You see a mithril shield. You will most surely be protected.
-plate shield=plate shield
-You see a solid plate shield. It is in good condition, and might be worth a little.=You see a solid plate shield. It is in good condition, and might be worth a little.
-red shield=red shield
-You see a red shield. It is a stunning shade of scarlet.=You see a red shield. It is a stunning shade of scarlet.
-shadow shield=shadow shield
-You see a shadow shield. Rather than reflecting light, it seems to absorb it.=You see a shadow shield. Rather than reflecting light, it seems to absorb it.
-skull shield=skull shield
-The face of a skull scowls at you from this fearsome skull shield.=The face of a skull scowls at you from this fearsome skull shield.
-studded shield=studded shield
-You see a studded shield. It's a little dented but seems robust enough.=You see a studded shield. It's a little dented but seems robust enough.
-unicorn shield=unicorn shield
-You see a unicorn shield. It's beautifully crafted and will give you excellent protection.=You see a unicorn shield. It's beautifully crafted and will give you excellent protection.
-wooden shield=wooden shield
-You see a wooden shield. It is made of cheap wood and heavily used. However, it still seems to offer you some kind of basic protection.=You see a wooden shield. It is made of cheap wood and heavily used. However, it still seems to offer you some kind of basic protection.
-xeno shield=xeno shield
-You see a lightweight but strong xeno shield, in the colors of the creature it was looted from.=You see a lightweight but strong xeno shield, in the colors of the creature it was looted from.
-assassin dagger=assassin dagger
-You see an assassin dagger, easy to pull out and use when needed.=You see an assassin dagger, easy to pull out and use when needed.
-biting sword=biting sword
-The point of this biting sword is chiseled to a lethal point. It will serve you well.=The point of this biting sword is chiseled to a lethal point. It will serve you well.
-black sword=black sword
-You see a black sword. Its darkness will surely protect you.=You see a black sword. Its darkness will surely protect you.
-broadsword=broadsword
-You see a mighty broadsword. Enemies will see their death.=You see a mighty broadsword. Enemies will see their death.
-buster=buster
-You see a buster, with its distinctive, oversized blade.=You see a buster, with its distinctive, oversized blade.
-chaos dagger=chaos dagger
-You see a chaos dagger, it is very lightweight and sharp. It will heal you while hurting them.=You see a chaos dagger, it is very lightweight and sharp. It will heal you while hurting them.
-chaos sword=chaos sword
-The chaos sword. It hurts them but it heals you.=The chaos sword. It hurts them but it heals you.
-claymore=claymore
-This claymore is very hard to lift as it is so heavy. It will be a good weapon if you can swing it.=This claymore is very hard to lift as it is so heavy. It will be a good weapon if you can swing it.
-dagger=dagger
-You see a dagger, it is little more than decorative but you can jab pretty fast with it.=You see a dagger, it is little more than decorative but you can jab pretty fast with it.
-dark dagger=dark dagger
-You see a dark dagger. It's designed to be used with a fast motion.=You see a dark dagger. It's designed to be used with a fast motion.
-demon fire sword=demon fire sword
-The demon fire sword, a horrible sword taken from hell's deepest dungeons.=The demon fire sword, a horrible sword taken from hell's deepest dungeons.
-demon sword=demon sword
-Demon skeletons return from hell with this demon sword.=Demon skeletons return from hell with this demon sword.
-drow sword=drow sword
-This is a genuine drow sword.=This is a genuine drow sword.
-elvish sword=elvish sword
-This is an elvish sword. It looks like it is made from tree leaves!=This is an elvish sword. It looks like it is made from tree leaves!
-fire sword=fire sword
-Flames race along this fire sword as you wield it.=Flames race along this fire sword as you wield it.
-golden blade=golden blade
-You see the rare and precious golden blade. It can steal life from those you stab with it.=You see the rare and precious golden blade. It can steal life from those you stab with it.
-golden orc sword=golden orc sword
-You see a golden orc sword, with its heavy and deadly appearance it seems also valuable.=You see a golden orc sword, with its heavy and deadly appearance it seems also valuable.
-great sword=great sword
-This rare great sword is heavy and of good craftsmanship. It can only attack incredibly slowly.=This rare great sword is heavy and of good craftsmanship. It can only attack incredibly slowly.
-hell dagger=hell dagger
-You see a hell dagger. Is the color that of the burning fires of Hell?=You see a hell dagger. Is the color that of the burning fires of Hell?
-ice sword=ice sword
-You see an ice sword, the blade is lethally cold to the touch, and you know it is one of the best weapons you'll find.=You see an ice sword, the blade is lethally cold to the touch, and you know it is one of the best weapons you'll find.
-imperator sword=imperator sword
-You see a an imperator sword, crafted from you know not what.=You see a an imperator sword, crafted from you know not what.
-immortal sword=immortal sword
-This immortal sword is a gift of gods to the chosen one. It is heavy and of exquisite craftsmanship.=This immortal sword is a gift of gods to the chosen one. It is heavy and of exquisite craftsmanship.
-katana=katana
-You see a valuable katana, with a lethal looking blade.=You see a valuable katana, with a lethal looking blade.
-knife=knife
-You see a blunt knife which looks capable of little damage.=You see a blunt knife which looks capable of little damage.
-l hand sword=l hand sword
-You see l hand sword. It must be used with right hand sword.=You see l hand sword. It must be used with right hand sword.
-night dagger=night dagger
-You see a night dagger, to be used with stealth.=You see a night dagger, to be used with stealth.
-nihonto=nihonto
-You see a samurai's nihonto sword with a razor sharp blade.=You see a samurai's nihonto sword with a razor sharp blade.
-obsidian knife=obsidian knife
-You see a knife whose blade is crafted to a lethal edge from finest obsidian.=You see a knife whose blade is crafted to a lethal edge from finest obsidian.
-orc sword=orc sword
-You see an orc sword which has a heavy and deadly appearance.=You see an orc sword which has a heavy and deadly appearance.
-orcish sword=orcish sword
-This orcish sword is badly done and weighs a lot.=This orcish sword is badly done and weighs a lot.
-r hand sword=r hand sword
-You see r hand sword. It must be used with a left hand sword.=You see r hand sword. It must be used with a left hand sword.
-scimitar=scimitar
-This scimitar catches the light as you look at it, it will be a powerful weapon.=This scimitar catches the light as you look at it, it will be a powerful weapon.
-short sword=short sword
-You see a well kept short sword which will be easy to carry as you travel.=You see a well kept short sword which will be easy to carry as you travel.
-soul dagger=soul dagger
-You see a soul dagger. It's so light and sharp that you can stab at a very fast rate.=You see a soul dagger. It's so light and sharp that you can stab at a very fast rate.
-sword=sword
-You see a sharp sword which might even be worth a little.=You see a sharp sword which might even be worth a little.
-vampire sword=vampire sword
-You see the vampire sword, which will suck life from those you attack with it.=You see the vampire sword, which will suck life from those you attack with it.
-xeno sword=xeno sword
-You wield a xeno sword. Despite the great strength it is strangely light.=You wield a xeno sword. Despite the great strength it is strangely light.
-arrow game token=arrow game token
-You see a token, that when placed in the right spot could point you in the right direction.=You see a token, that when placed in the right spot could point you in the right direction.
-o board token=o board token
-You see an O token.=You see an O token.
-x board token=x board token
-You see an X token.=You see an X token.
-food mill=food mill
-You see a food mill. It is the traditional tool to mill food.=You see a food mill. It is the traditional tool to mill food.
-sugar mill=sugar mill
-You see a sugar mill. You can obtain sugar if you grind canes with it.=You see a sugar mill. You can obtain sugar if you grind canes with it.
-scroll eraser=scroll eraser
-You see a scroll eraser. Put a marked scroll in the opposite hand to clean the scroll.=You see a scroll eraser. Put a marked scroll in the opposite hand to clean the scroll.
-pestle and mortar=pestle and mortar
-You see a pestle and mortar. This is the traditional tool to pound herbs, food and other substances.=You see a pestle and mortar. This is the traditional tool to pound herbs, food and other substances.
-gold pan=gold pan
-You see a gold pan. It is the traditional tool to prospect for gold.=You see a gold pan. It is the traditional tool to prospect for gold.
-fishing rod=fishing rod
-You see a fishing rod. If you find a fishing spot you can catch fish with it.=You see a fishing rod. If you find a fishing spot you can catch fish with it.
-magical scissors=magical scissors
-You see a sparkling pair of magical scissors. Just think what they could cut!=You see a sparkling pair of magical scissors. Just think what they could cut!
-magical needle=magical needle
-You see a magical needle with a very sharp point.=You see a magical needle with a very sharp point.
-pick=pick
-You see a pick. It is a tool which helps you to get some coal.=You see a pick. It is a tool which helps you to get some coal.
-shovel=shovel
-You see a shovel, a tool for digging.=You see a shovel, a tool for digging.
-dark angel=dark angel
-You see a dark angel. He is an strong evil angel, and for now he is under cover of darkness.=You see a dark angel. He is an strong evil angel, and for now he is under cover of darkness.
-My will be done over land and sky!=My will be done over land and sky!
-Mine is the Power and the Glory!=Mine is the Power and the Glory!
-dark archangel=dark archangel
-You see a dark archangel. After she fell from heaven her soul became as dark as she is now.=You see a dark archangel. After she fell from heaven her soul became as dark as she is now.
-I will strike you down with more power than you can imagine!!=I will strike you down with more power than you can imagine!!
-My will be done!=My will be done!
-fallen angel=fallen angel
-You see a fallen angel. When he turned away from good, he fell down from heaven.=You see a fallen angel. When he turned away from good, he fell down from heaven.
-You are DOOMED.=You are DOOMED.
-I am here to destroy all people.=I am here to destroy all people.
-baby angel=baby angel
-You see a baby angel. Will it ever get a chance to grow up?=You see a baby angel. Will it ever get a chance to grow up?
-I want to grow to be mighty!=I want to grow to be mighty!
-angel=angel
-You see an angel. With his flame sword he guards the way and doesn't let you pass.=You see an angel. With his flame sword he guards the way and doesn't let you pass.
-Meet thy maker!=Meet thy maker!
-Mere mortals cannot challenge me!=Mere mortals cannot challenge me!
-archangel=archangel
-You see an archangel. She wants to kill you because she doesn't want you in the clouds.=You see an archangel. She wants to kill you because she doesn't want you in the clouds.
-Neither the earth nor the sky has a place for you...=Neither the earth nor the sky has a place for you...
-Leave now, before it is too late for you.=Leave now, before it is too late for you.
-Your destiny is not here.=Your destiny is not here.
-spider=spider
-You see a spider. It makes a giant spider web to trap you!=You see a spider. It makes a giant spider web to trap you!
-poisonous spider=poisonous spider
-You see a poisonous spider. Be careful! Its poison is very strong! It will make you very weak and can probably kill you!=You see a poisonous spider. Be careful! Its poison is very strong! It will make you very weak and can probably kill you!
-giant spider=giant spider
-You see a giant spider. It has very long legs which are quite dangerous.=You see a giant spider. It has very long legs which are quite dangerous.
-crab=crab
-You see a little crab that comes from the beach, be careful of its pincers.=You see a little crab that comes from the beach, be careful of its pincers.
-click-clack-click=click-clack-click
-chick=chick
-You see a little chick, it doesn't like to be away from its mother.=You see a little chick, it doesn't like to be away from its mother.
-peep peep=peep peep
-peep peep peep=peep peep peep
-chicken=chicken
-You see a chicken, isn't it nice?=You see a chicken, isn't it nice?
-cluck cluck=cluck cluck
-cluck cluck cluck=cluck cluck cluck
-mother hen=mother hen
-You see a mother hen, she will probably hurt you if you touch her sons.=You see a mother hen, she will probably hurt you if you touch her sons.
-peep peep=peep peep
-peep peep peep=peep peep peep
-penguin=penguin
-You see a penguin, smart and silly.=You see a penguin, smart and silly.
-Oou! Oou!=Oou! Oou!
-*flap* *flap*=*flap* *flap*
-pigeon=pigeon
-You see a pigeon, it loves the little seeds.=You see a pigeon, it loves the little seeds.
-killer bee=killer bee
-You see a killer bee which will sting you to death!=You see a killer bee which will sting you to death!
-BbzzZZzzz!=BbzzZZzzz!
-deer=deer
-You see a defenseless deer, do not have fear of it.=You see a defenseless deer, do not have fear of it.
-mouse=mouse
-You see a small mouse that seems to be very hungry.=You see a small mouse that seems to be very hungry.
-squeak ... squeak!=squeak ... squeak!
-rat=rat
-You see a small rat that seems to be extremely hungry.=You see a small rat that seems to be extremely hungry.
-Squeak! Squeak!=Squeak! Squeak!
-bat=bat
-You see a bat, it will seek your blood, don't be distracted...=You see a bat, it will seek your blood, don't be distracted...
-caverat=caverat
-You see a caverat which is dirty and loves the dungeons.=You see a caverat which is dirty and loves the dungeons.
-piglet=piglet
-You see a piglet, a bit dirty.=You see a piglet, a bit dirty.
-shnuffle=shnuffle
-oink oink=oink oink
-oink=oink
-babybear=babybear
-You see a babybear, isn't it sweet?=You see a babybear, isn't it sweet?
-Roar!=Roar!
-beaver=beaver
-You see a beaver. It likes to build dams in the river.=You see a beaver. It likes to build dams in the river.
-big bad wolf=big bad wolf
-You see a big bad wolf. It is really wild, hungry and really dangerous!=You see a big bad wolf. It is really wild, hungry and really dangerous!
-Aooooooouuhhh!!=Aooooooouuhhh!!
-boar=boar
-You see a boar, they are pretty wild!=You see a boar, they are pretty wild!
-Oink!!=Oink!!
-bull=bull
-You see a bull, run away!!!=You see a bull, run away!!!
-MOOOOO!!!=MOOOOO!!!
-cow=cow
-You see a cow, taste her delicious milk.=You see a cow, taste her delicious milk.
-mooooo=mooooo
-Moooo moooo mooooooo=Moooo moooo mooooooo
-fox=fox
-You see a fox, it becomes extinct!=You see a fox, it becomes extinct!
-goat=goat
-You see a goat, which is wild and lives in the mountain.=You see a goat, which is wild and lives in the mountain.
-horse=horse
-You see a horse, don't slap it or it will run away!=You see a horse, don't slap it or it will run away!
-neigghhh neigghhh=neigghhh neigghhh
-monkey=monkey
-You see a monkey, would you like to offer it a banana?=You see a monkey, would you like to offer it a banana?
-Aooooooouuhhh!!=Aooooooouuhhh!!
-panda=panda
-You see a panda which comes from an exotic land.=You see a panda which comes from an exotic land.
-Roar!=Roar!
-ram=ram
-You see a ram, maybe you are able to shear it?=You see a ram, maybe you are able to shear it?
-Baaaaaa=Baaaaaa
-white horse=white horse
-You see a white horse, they love to stay with their brown friends.=You see a white horse, they love to stay with their brown friends.
-naayyy=naayyy
-wolf=wolf
-You see a wolf. It is wild and very hungry!=You see a wolf. It is wild and very hungry!
-Aooooooouuhhh!!=Aooooooouuhhh!!
-bear=bear
-You see a bear. You are lucky and found it awake.=You see a bear. You are lucky and found it awake.
-Roar!=Roar!
-lion=lion
-You see a lion, dangerous and hungry...=You see a lion, dangerous and hungry...
-Grooooaaaarrrr!=Grooooaaaarrrr!
-elephant=elephant
-You see an elephant, a huge animal with lots of ham and meat. Are you sure that you want to attack it?=You see an elephant, a huge animal with lots of ham and meat. Are you sure that you want to attack it?
-WHOOOOEOEOEZZZZZZ!!!=WHOOOOEOEOEZZZZZZ!!!
-tiger=tiger
-You see a tiger, which likes deer and human meat.=You see a tiger, which likes deer and human meat.
-Miiiiaaauuu!=Miiiiaaauuu!
-venomrat=venomrat
-You see a venomrat, extremely poisonous.=You see a venomrat, extremely poisonous.
-killer bat=killer bat
-You see a killer bat which will suck your blood!=You see a killer bat which will suck your blood!
-black bear=black bear
-You see a strong black bear which hibernates in winter.=You see a strong black bear which hibernates in winter.
-ROOOOAAAAR!=ROOOOAAAAR!
-razorrat=razorrat
-You see a razorrat, its noise will make you crazy!=You see a razorrat, its noise will make you crazy!
-giantrat=giantrat
-You see a giant rat. It seems like it survived from an experiment which went wrong.=You see a giant rat. It seems like it survived from an experiment which went wrong.
-unicorn=unicorn
-You see a rare unicorn. It is widely believed to be only a myth.=You see a rare unicorn. It is widely believed to be only a myth.
-centaur=centaur
-You see a noble centaur, half man, half horse. He looks capable of great damage but thankfully seems to mean you no harm.=You see a noble centaur, half man, half horse. He looks capable of great damage but thankfully seems to mean you no harm.
-pegasus=pegasus
-You see Pegasus, the winged horse. His name means Lightning and he carries bolts of Thunder.=You see Pegasus, the winged horse. His name means Lightning and he carries bolts of Thunder.
-caiman=caiman
-You see a caiman, which is hidden in the water.=You see a caiman, which is hidden in the water.
-Grrr Grrr!=Grrr Grrr!
-grass snake=grass snake
-You see a grass snake which is quite dangerous.=You see a grass snake which is quite dangerous.
-sssSSSsssss...=sssSSSsssss...
-snake=snake
-You see a snake, it came from the forest to poison you!=You see a snake, it came from the forest to poison you!
-SsSssSsssssss!=SsSssSsssssss!
-crocodile=crocodile
-You see a crocodile, it arises from the deep waters in the rivers.=You see a crocodile, it arises from the deep waters in the rivers.
-Rrrrrrrrr=Rrrrrrrrr
-cobra=cobra
-You see a cobra.=You see a cobra.
-king cobra=king cobra
-You see a king cobra. It is extremely venomous.=You see a king cobra. It is extremely venomous.
-young beholder=young beholder
-You see a young beholder. His huge eye will find you everywhere!=You see a young beholder. His huge eye will find you everywhere!
-Defend yourself! I can see you!=Defend yourself! I can see you!
-beholder=beholder
-You see a beholder which can see you very well with his huge eye...=You see a beholder which can see you very well with his huge eye...
-elder beholder=elder beholder
-You see an elder beholder, his nasty eye will scare you.=You see an elder beholder, his nasty eye will scare you.
-gargoyle=gargoyle
-You see a gargoyle, You should think that it is a statue, but no, it is alive!=You see a gargoyle, You should think that it is a statue, but no, it is alive!
-elder gargoyle=elder gargoyle
-You see an elder gargoyle, it is wise...=You see an elder gargoyle, it is wise...
-dark gargoyle=dark gargoyle
-You see a dark gargoyle, do you feel the fear?=You see a dark gargoyle, do you feel the fear?
-venom gargoyle=venom gargoyle
-You see a venom gargoyle, a hideous and poisonous creature.=You see a venom gargoyle, a hideous and poisonous creature.
-mimic=mimic
-You see a mimic. Its content might be different from what you expect.=You see a mimic. Its content might be different from what you expect.
-snarfkin=snarfkin
-You see a snarfkin, the favorite pet of wizards. Be careful, its claws are poisonous!=You see a snarfkin, the favorite pet of wizards. Be careful, its claws are poisonous!
-glow monster=glow monster
-You see a glow monster.=You see a glow monster.
-dark mutant=dark mutant
-You see a dark mutant.=You see a dark mutant.
-googon=googon
-You see a googon that comes from the worst place in this world...Be careful this creature is a deadly killer.=You see a googon that comes from the worst place in this world...Be careful this creature is a deadly killer.
-grobble monster=grobble monster
-You see a grobble monster.=You see a grobble monster.
-grobble grubble grobble=grobble grubble grobble
-gribble grobble grubble=gribble grobble grubble
-winged blurble=winged blurble
-You see a winged blurble.=You see a winged blurble.
-imperial experiment=imperial experiment
-You see an imperial experiment which mirrors the fate of many of science departments test subjects. It's skin glows and standing before it taxes your body.=You see an imperial experiment which mirrors the fate of many of science departments test subjects. It's skin glows and standing before it taxes your body.
-imperial mutant=imperial mutant
-You see an imperial mutant.=You see an imperial mutant.
-Ouurgghh!=Ouurgghh!
-thing=thing
-You see a thing. It looks like a very mutated human and is so scary that you think it has to come from another world.=You see a thing. It looks like a very mutated human and is so scary that you think it has to come from another world.
-green slime=green slime
-You see a green slime, sticky and shiny.=You see a green slime, sticky and shiny.
-brown slime=brown slime
-You see a brown slime, sticky and hungry.=You see a brown slime, sticky and hungry.
-black slime=black slime
-You see a black slime, with a sticky trail behind it.=You see a black slime, with a sticky trail behind it.
-twilight slime=twilight slime
-You see a twilight slime, so strange and beautiful. Why is it coming towards you? Runnnnnnnnn!=You see a twilight slime, so strange and beautiful. Why is it coming towards you? Runnnnnnnnn!
-violet avenger=violet avenger
-You see a violet avenger.=You see a violet avenger.
-devil queen=devil queen
-You see a devil queen.=You see a devil queen.
-Who wakes me from my meditation?=Who wakes me from my meditation?
-You will regret this!=You will regret this!
-demon=demon
-You see a demon. He personifies evil.=You see a demon. He personifies evil.
-imperial demon servant=imperial demon servant
-You see an imperial demon servant who carries out whims of his demon lords.=You see an imperial demon servant who carries out whims of his demon lords.
-imperial demon lord=imperial demon lord
-You see an imperial demon lord. He holds the rank of General among demons, and very few out rank it in hell.=You see an imperial demon lord. He holds the rank of General among demons, and very few out rank it in hell.
-balrog=balrog
-You see a huge balrog. He is slow hitting, but terribly strong as he stands towering above you.=You see a huge balrog. He is slow hitting, but terribly strong as he stands towering above you.
-Arrrrllllggggghhhh=Arrrrllllggggghhhh
-Growwwwwwwrrrrrrr!=Growwwwwwwrrrrrrr!
-imp=imp
-You see an imp. He may look a little bit cute, but don't forget he is one of the devil's servants!=You see an imp. He may look a little bit cute, but don't forget he is one of the devil's servants!
-winged blue imp=winged blue imp
-You see a winged blue imp. It's endowed with the power of evil. His trident is able to poison even the bravest warriors.=You see a winged blue imp. It's endowed with the power of evil. His trident is able to poison even the bravest warriors.
-chaos green dragonrider=chaos green dragonrider
-You see a chaos green dragonrider. Don't misjudge him as to believe it's a normal green dragon, as it is controlled by a mysterious sorcerer seated on his back.=You see a chaos green dragonrider. Don't misjudge him as to believe it's a normal green dragon, as it is controlled by a mysterious sorcerer seated on his back.
-Wheee!!=Wheee!!
-It's fun up here!=It's fun up here!
-chaos red dragonrider=chaos red dragonrider
-You see a chaos red dragonrider. He might look like a red dragon, but the sorcerer seated on his back guides him to give even more strength out.=You see a chaos red dragonrider. He might look like a red dragon, but the sorcerer seated on his back guides him to give even more strength out.
-Charrrrrrrrge!=Charrrrrrrrge!
-green dragon=green dragon
-You see a green dragon. His wings may be too small for him to fly with them but nevertheless he looks very strong and his thick green skin seems to protect him quite well.=You see a green dragon. His wings may be too small for him to fly with them but nevertheless he looks very strong and his thick green skin seems to protect him quite well.
-bone dragon=bone dragon
-You see a bone dragon. It's been said that there are creatures with enough will to live that their souls still cling to life even as their flesh and blood has failed them. This is living proof.=You see a bone dragon. It's been said that there are creatures with enough will to live that their souls still cling to life even as their flesh and blood has failed them. This is living proof.
-blue dragon=blue dragon
-You see a blue dragon. It has a very beautiful blue skin which shimmers mysteriously in the light. But don't forget that it also has claws and teeth!=You see a blue dragon. It has a very beautiful blue skin which shimmers mysteriously in the light. But don't forget that it also has claws and teeth!
-red dragon=red dragon
-You see into the emerald eyes of a red dragon. With these it can spot prey in the darkness. It's red scales serve it well, reflecting any light that shines on them blinding enemies. The scales are prized for their beauty, and difficult to obtain from such a ferocious beast.=You see into the emerald eyes of a red dragon. With these it can spot prey in the darkness. It's red scales serve it well, reflecting any light that shines on them blinding enemies. The scales are prized for their beauty, and difficult to obtain from such a ferocious beast.
-black dragon=black dragon
-You see a black dragon. As you see this huge black creature you almost faint! If you concentrate you can feel the deep growling of it in your bones.=You see a black dragon. As you see this huge black creature you almost faint! If you concentrate you can feel the deep growling of it in your bones.
-flying golden dragon=flying golden dragon
-You see a flying golden dragon. As it spreads its mighty wings you shiver... this mystical creature seems to have much power in it!=You see a flying golden dragon. As it spreads its mighty wings you shiver... this mystical creature seems to have much power in it!
-twin headed dragon=twin headed dragon
-You see a twin headed dragon. The two heads are staring at you with their four eyes!=You see a twin headed dragon. The two heads are staring at you with their four eyes!
-duergar=duergar
-You see a duergar. It is a close relative to dwarves but with a diabolically tainted blood.=You see a duergar. It is a close relative to dwarves but with a diabolically tainted blood.
-duergar axeman=duergar axeman
-You see a duergar axeman.=You see a duergar axeman.
-elder duergar=elder duergar
-You see an elder duergar.=You see an elder duergar.
-duergar elite=duergar elite
-You see a duergar elite.=You see a duergar elite.
-duergar hero=duergar hero
-You see a duergar hero.=You see a duergar hero.
-We mighty duergars will crush the dwarves!=We mighty duergars will crush the dwarves!
-duergar wizard=duergar wizard
-You see a duergar wizard.=You see a duergar wizard.
-black duergar=black duergar
-You see a black duergar.=You see a black duergar.
-Dwarves are the enemy ... but we kill all who cross our path!=Dwarves are the enemy ... but we kill all who cross our path!
-duergar king=duergar king
-You see a duergar king.=You see a duergar king.
-dwarf=dwarf
-You see a dwarf who works in the mine to find some iron for us.=You see a dwarf who works in the mine to find some iron for us.
-dwarf guardian=dwarf guardian
-You see a dwarf guardian who fights against the humans.=You see a dwarf guardian who fights against the humans.
-elder dwarf=elder dwarf
-You see an elder dwarf, a mighty warrior tired of fighting.=You see an elder dwarf, a mighty warrior tired of fighting.
-hero dwarf=hero dwarf
-You see a hero dwarf. He is an old dwarf warrior who became a hero for fighting in many dwarf wars and he is very famous for his strength and brutality.=You see a hero dwarf. He is an old dwarf warrior who became a hero for fighting in many dwarf wars and he is very famous for his strength and brutality.
-leader dwarf=leader dwarf
-You see a leader dwarf. He is the most mighty dwarf of his tribe so he enjoys much popularity there.=You see a leader dwarf. He is the most mighty dwarf of his tribe so he enjoys much popularity there.
-giant dwarf=giant dwarf
-You see a giant dwarf. It is very hard for him to be a giant dwarf because some of the other dwarves don't really see him as one of them because of his height... But in his big heart he is a dwarf and in a battle he will fight against each enemy!=You see a giant dwarf. It is very hard for him to be a giant dwarf because some of the other dwarves don't really see him as one of them because of his height... But in his big heart he is a dwarf and in a battle he will fight against each enemy!
-Dhohr Nuggetcutter=Dhohr Nuggetcutter
-You see a dhohr nuggetcutter.=You see a dhohr nuggetcutter.
-Lord Durin=Lord Durin
-You see the mighty Lord Durin, an ancient dwarf who has led his race through countless battles.=You see the mighty Lord Durin, an ancient dwarf who has led his race through countless battles.
-Don't call me Friend.=Don't call me Friend.
-mountain dwarf=mountain dwarf
-You see a mountain dwarf. He likes earth, stones and rocks. Deep within the mountain, where no animal and no human has ever been, you can hear the sound of his pickaxe as he searches for gold and ore.=You see a mountain dwarf. He likes earth, stones and rocks. Deep within the mountain, where no animal and no human has ever been, you can hear the sound of his pickaxe as he searches for gold and ore.
-mountain dwarf guardian=mountain dwarf guardian
-You see a mountain dwarf guardian. He has to watch out for enemies and guards the mountain dwarfs while they are doing their work.=You see a mountain dwarf guardian. He has to watch out for enemies and guards the mountain dwarfs while they are doing their work.
-mountain elder dwarf=mountain elder dwarf
-You see a mountain elder dwarf. For many years he worked deep in the mountain and found much gold and ore in his life. Soon he will be too old to do this work but at the moment he is still a strong dwarf.=You see a mountain elder dwarf. For many years he worked deep in the mountain and found much gold and ore in his life. Soon he will be too old to do this work but at the moment he is still a strong dwarf.
-mountain hero dwarf=mountain hero dwarf
-You see a mountain hero dwarf. Many, many dwarves admire him! He was a member of a dwarvish group which discovered a very big gold deposit!=You see a mountain hero dwarf. Many, many dwarves admire him! He was a member of a dwarvish group which discovered a very big gold deposit!
-mountain leader dwarf=mountain leader dwarf
-You see a mountain leader dwarf. He is responsible for the mountain dwarves and their work, and also for the organization of the guardian troops. But in serious cases he will also fight on his own!=You see a mountain leader dwarf. He is responsible for the mountain dwarves and their work, and also for the organization of the guardian troops. But in serious cases he will also fight on his own!
-air elemental=air elemental
-You see an air elemental and feel a fresh breeze past you.=You see an air elemental and feel a fresh breeze past you.
-djinn=djinn
-You see a djinn. He isn't caught in a bottle or lamp so someone must have let him free and gave him the order to kill you.=You see a djinn. He isn't caught in a bottle or lamp so someone must have let him free and gave him the order to kill you.
-nymph=nymph
-You see a nymph. She loves nature very much! As you take a look at her she feels disturbed in sun-bathing and talking to the birds, perhaps she was best left alone.=You see a nymph. She loves nature very much! As you take a look at her she feels disturbed in sun-bathing and talking to the birds, perhaps she was best left alone.
-earth elemental=earth elemental
-You see an earth elemental. The earth is quaking as it moves over the surface.=You see an earth elemental. The earth is quaking as it moves over the surface.
-fire elemental=fire elemental
-You see a fire elemental and hardly can stand the heat.=You see a fire elemental and hardly can stand the heat.
-ice elemental=ice elemental
-You see an ice elemental and sense a shiver on your spine.=You see an ice elemental and sense a shiver on your spine.
-ice golem=ice golem
-You see an Ice golem. Ice Golems are elementals made out of ice. You should watch out for its icy fists or you might get hurt.=You see an Ice golem. Ice Golems are elementals made out of ice. You should watch out for its icy fists or you might get hurt.
-ice giant=ice giant
-You see an ice giant. His skin is covered with frozen hoarfrost and his breath feels like the cold north wind.=You see an ice giant. His skin is covered with frozen hoarfrost and his breath feels like the cold north wind.
-stone golem=stone golem
-You see a stone golem, it only exists to protect. What was it crafted for to protect, and what would one do if it lost its purpose?=You see a stone golem, it only exists to protect. What was it crafted for to protect, and what would one do if it lost its purpose?
-dwarf golem=dwarf golem
-You see a dwarf golem. A long time ago a dwarf got turned into a big rock by some mystical forces. To save their friend the other dwarves created a golem out of this rock! From this day the dwarf golem lives together with them.=You see a dwarf golem. A long time ago a dwarf got turned into a big rock by some mystical forces. To save their friend the other dwarves created a golem out of this rock! From this day the dwarf golem lives together with them.
-water elemental=water elemental
-You see a Water elemental which is made of water and various other liquids.=You see a Water elemental which is made of water and various other liquids.
-wooden golem=wooden golem
-You see a wooden golem. The scroll with ancient words in his head keeps it walking.=You see a wooden golem. The scroll with ancient words in his head keeps it walking.
-ent=ent
-You see an ent. First you think it is a tree but you will get a surprise when it starts to walk!=You see an ent. First you think it is a tree but you will get a surprise when it starts to walk!
-old ent=old ent
-You see an old ent. It has seen many years passing by and survived a lot of storms. You can see that it is very old because it has already lost all of its leaves and most of its bark is broken...=You see an old ent. It has seen many years passing by and survived a lot of storms. You can see that it is very old because it has already lost all of its leaves and most of its bark is broken...
-entwife=entwife
-You see an entwife. It is stronger than an ent and lives in a group in an ancient forest.=You see an entwife. It is stronger than an ent and lives in a group in an ancient forest.
-albino elf swordsman=albino elf swordsman
-You see an albino elf swordsman who is a professional in using swords. He can attack you from behind in a blink of an eye.=You see an albino elf swordsman who is a professional in using swords. He can attack you from behind in a blink of an eye.
-albino elf archer=albino elf archer
-You see an albino elf archer. He is so sharp-eyed that he could hit a bee from a distance of 100 meters.=You see an albino elf archer. He is so sharp-eyed that he could hit a bee from a distance of 100 meters.
-albino elf magician=albino elf magician
-You see an albino elf magician. He knows all the secrets of magic. You'd be better to not let him unleash his full power!=You see an albino elf magician. He knows all the secrets of magic. You'd be better to not let him unleash his full power!
-albino elf queen=albino elf queen
-You see an albino elf queen. She is the matriarch of the albino elf race and she will do everything to protect it.=You see an albino elf queen. She is the matriarch of the albino elf race and she will do everything to protect it.
-albino elf king=albino elf king
-You see an albino elf king. He is the patriarch of albino elves and won countless of battles with his powerful albino elf army.=You see an albino elf king. He is the patriarch of albino elves and won countless of battles with his powerful albino elf army.
-child dark elf=child dark elf
-You see a child dark elf. You should know that dark elves are already quite strong and intelligent when they are children. Don't think you can fight him so easily!=You see a child dark elf. You should know that dark elves are already quite strong and intelligent when they are children. Don't think you can fight him so easily!
-dark elf archer=dark elf archer
-You see a dark elf archer. Dark elf archer's flawless aim can be fatal for those who dare to oppose them.=You see a dark elf archer. Dark elf archer's flawless aim can be fatal for those who dare to oppose them.
-dark elf=dark elf
-You see a dark elf.=You see a dark elf.
-dark elf elite archer=dark elf elite archer
-You see a dark elf elite archer.=You see a dark elf elite archer.
-dark elf captain=dark elf captain
-You see a dark elf captain.=You see a dark elf captain.
-Think not to defy the dark elves!=Think not to defy the dark elves!
-dark elf knight=dark elf knight
-You see a dark elf knight.=You see a dark elf knight.
-dark elf general=dark elf general
-You see a Dark Elf General. It is commanding the evil troops of Nalwor Caves against intruders.=You see a Dark Elf General. It is commanding the evil troops of Nalwor Caves against intruders.
-We will never return to the light!=We will never return to the light!
-dark elf wizard=dark elf wizard
-Dark elf wizards are very powerful and dangerous. They are specialised in dark magic.=Dark elf wizards are very powerful and dangerous. They are specialised in dark magic.
-The Spider Queen will avenge me!=The Spider Queen will avenge me!
-dark elf viceroy=dark elf viceroy
-You see a dark elf viceroy.=You see a dark elf viceroy.
-Keep away from me, sunlight dweller!=Keep away from me, sunlight dweller!
-dark elf ranger=dark elf ranger
-You see a dark elf ranger.=You see a dark elf ranger.
-Keep away from me, sunlight dweller!=Keep away from me, sunlight dweller!
-dark elf sacerdotist=dark elf sacerdotist
-You see a dark elf sacerdotist.=You see a dark elf sacerdotist.
-The Queen of Spiders will take her revenge on you!=The Queen of Spiders will take her revenge on you!
-dark elf admiral=dark elf admiral
-You see a dark elf admiral.=You see a dark elf admiral.
-We are the darkness you fear!=We are the darkness you fear!
-Fear the dark elf armies!=Fear the dark elf armies!
-dark elf master=dark elf master
-You see a dark elf master. Beware of his high skills on magic and swordsmanship!=You see a dark elf master. Beware of his high skills on magic and swordsmanship!
-Darkness will fall upon you!=Darkness will fall upon you!
-You will never see the light again!=You will never see the light again!
-dark elf matronmother=dark elf matronmother
-You see a dark elf matronmother.=You see a dark elf matronmother.
-Now, you will pay.=Now, you will pay.
-You disturbed my rest!=You disturbed my rest!
-elf=elf
-You see an elf which loves the forest and lives in peace.=You see an elf which loves the forest and lives in peace.
-militia elf=militia elf
-You see a militia elf which trains hard to beat you!=You see a militia elf which trains hard to beat you!
-archer elf=archer elf
-You see an archer elf which can do much damage with its wooden arrows.=You see an archer elf which can do much damage with its wooden arrows.
-soldier elf=soldier elf
-You see a soldier elf, a good partner of the militia elves.=You see a soldier elf, a good partner of the militia elves.
-mage elf=mage elf
-You see a mage elf. She can feel pure magic when she stands outside in the forest and just frees her mind.=You see a mage elf. She can feel pure magic when she stands outside in the forest and just frees her mind.
-commander elf=commander elf
-You see a busy commander elf. He has control over the army of elves.=You see a busy commander elf. He has control over the army of elves.
-archmage elf=archmage elf
-You see an archmage elf. She is pretty.=You see an archmage elf. She is pretty.
-elf sacerdotist=elf sacerdotist
-You see an elf sacerdotist.=You see an elf sacerdotist.
-elf wizard=elf wizard
-You see an elf wizard. He is a very wise elf who knows almost every kind of magic. He likes to use nature spells to make every plant and creature fertile, but he is also able to defend himself when he has to do.=You see an elf wizard. He is a very wise elf who knows almost every kind of magic. He likes to use nature spells to make every plant and creature fertile, but he is also able to defend himself when he has to do.
-elf bodyguard=elf bodyguard
-You see an elf bodyguard.=You see an elf bodyguard.
-amazoness giant=amazoness giant
-You see an amazoness giant. She looks very beautiful but don't be deceived by that!=You see an amazoness giant. She looks very beautiful but don't be deceived by that!
-giant=giant
-You look up into the face of a huge giant. His physical proportions and extraordinary strength should give you goosebumps.=You look up into the face of a huge giant. His physical proportions and extraordinary strength should give you goosebumps.
-I seek the blood of a Semos Man!=I seek the blood of a Semos Man!
-Fee Fie Foe Fum!!=Fee Fie Foe Fum!!
-elder giant=elder giant
-You see an elder giant. For many years he lived alone and had to hide because he was hunted by humans! Now he is old and has decided not to hide any longer because he wants to see something else in his life.=You see an elder giant. For many years he lived alone and had to hide because he was hunted by humans! Now he is old and has decided not to hide any longer because he wants to see something else in his life.
-Gnomes! Run away!=Gnomes! Run away!
-You may steal my money but you'll never take my heart!=You may steal my money but you'll never take my heart!
-master giant=master giant
-You see a master giant with dark black eyes. His blood pumps loudly into his heart.=You see a master giant with dark black eyes. His blood pumps loudly into his heart.
-Thou shalt die!=Thou shalt die!
-Worms will feast on your corpse!=Worms will feast on your corpse!
-black giant=black giant
-You see a tall black giant. His armor and sword will hit you hard. Be prepared!=You see a tall black giant. His armor and sword will hit you hard. Be prepared!
-Leave me now, before it is too late!=Leave me now, before it is too late!
-Who dare challenge me?=Who dare challenge me?
-imperial general giant=imperial general giant
-You see an imperial general giant.=You see an imperial general giant.
-giant kobold=giant kobold
-You see a giant kobold. Though generally playful it doesn't quite know it's own strength. When it asks for a hug, it's best to decline that offer.=You see a giant kobold. Though generally playful it doesn't quite know it's own strength. When it asks for a hug, it's best to decline that offer.
-Hug?=Hug?
-kasarkutominubat=kasarkutominubat
-You see a kasarkutominubat.=You see a kasarkutominubat.
-gnome=gnome
-You see a gnome who lives in the mountains.=You see a gnome who lives in the mountains.
-Giiiiiaaants! Run away!=Giiiiiaaants! Run away!
-mage gnome=mage gnome
-You see a mage gnome, she cleans the dirty mountain.=You see a mage gnome, she cleans the dirty mountain.
-Giiiiiaaants! Run away!=Giiiiiaaants! Run away!
-infantry gnome=infantry gnome
-You see an infantry gnome who will protect his little town against the humans!=You see an infantry gnome who will protect his little town against the humans!
-Ready! Aim! Runnnnnnnnnnn=Ready! Aim! Runnnnnnnnnnn
-cavalryman gnome=cavalryman gnome
-You see a cavalryman gnome who does long travels to search for gold.=You see a cavalryman gnome who does long travels to search for gold.
-Ready! Aim! Runnnnnnnnnnn=Ready! Aim! Runnnnnnnnnnn
-goblin=goblin
-You see a goblin, it is an evil and mischievous creature.=You see a goblin, it is an evil and mischievous creature.
-Umm! Tasty meat.=Umm! Tasty meat.
-veteran goblin=veteran goblin
-You see a veteran goblin, an old warrior...=You see a veteran goblin, an old warrior...
-Breakfast time!=Breakfast time!
-soldier goblin=soldier goblin
-You see a soldier goblin, a young warrior.=You see a soldier goblin, a young warrior.
-amazoness archer=amazoness archer
-You see an amazoness archer. She handles her bow quite well and her arrows are very dangerous when she shoots them at you out of the forest!=You see an amazoness archer. She handles her bow quite well and her arrows are very dangerous when she shoots them at you out of the forest!
-amazoness archer commander=amazoness archer commander
-You see an amazoness archer commander. She is the leader of amazoness archers. Her bow skills are incredible and her arrows pierce everything.=You see an amazoness archer commander. She is the leader of amazoness archers. Her bow skills are incredible and her arrows pierce everything.
-amazoness bodyguard=amazoness bodyguard
-You see an amazoness bodyguard who will guarantee the safety to the people of Amazon island.=You see an amazoness bodyguard who will guarantee the safety to the people of Amazon island.
-amazoness coastguard=amazoness coastguard
-You see an amazoness coastguard. She protects the coasts of Amazon Island from intruders. She is not too happy to see you running in her island.=You see an amazoness coastguard. She protects the coasts of Amazon Island from intruders. She is not too happy to see you running in her island.
-amazoness coastguard mistress=amazoness coastguard mistress
-You see an amazoness coastguard mistress. Even if they are women, these blue haired mistresses should not be underestimated.=You see an amazoness coastguard mistress. Even if they are women, these blue haired mistresses should not be underestimated.
-amazoness commander=amazoness commander
-You see an amazoness commander who is specialised in eliminating any strangers who dare to take a step to her island.=You see an amazoness commander who is specialised in eliminating any strangers who dare to take a step to her island.
-amazoness elite coastguard=amazoness elite coastguard
-You see an amazoness elite coastguard. When it is her shift to protect the island, you would just wish to have stayed at home.=You see an amazoness elite coastguard. When it is her shift to protect the island, you would just wish to have stayed at home.
-amazoness hunter=amazoness hunter
-You see an amazoness hunter. She creeps through the forest to hunt animals. But she doesn't like that you are in her hunting area!=You see an amazoness hunter. She creeps through the forest to hunt animals. But she doesn't like that you are in her hunting area!
-amazoness vigilance=amazoness vigilance
-You see an amazoness vigilance. Her senses are well tuned, so you have to be very silent when you don't want her to hear you!=You see an amazoness vigilance. Her senses are well tuned, so you have to be very silent when you don't want her to hear you!
-amazoness imperator=amazoness imperator
-You see an amazoness imperator. She is the emperor of Amazon island and has ruled it for decades and won't let you get past her very easily.=You see an amazoness imperator. She is the emperor of Amazon island and has ruled it for decades and won't let you get past her very easily.
-bandit=bandit
-You see a lean and mean bandit. He's out to get your life and purse!=You see a lean and mean bandit. He's out to get your life and purse!
-disciple assassin=disciple assassin
-You see a disciple assassin. He is quite young but he has learned to fight and kill already.=You see a disciple assassin. He is quite young but he has learned to fight and kill already.
-My dad can beat your dad.=My dad can beat your dad.
-I'm gonna tell my mommy.=I'm gonna tell my mommy.
-Teacher, make him stop.=Teacher, make him stop.
-apprentice assassin=apprentice assassin
-You see an apprentice assassin. He has been taught some very awesome moves and methods, so he is already able to kill an enemy almost perfectly!=You see an apprentice assassin. He has been taught some very awesome moves and methods, so he is already able to kill an enemy almost perfectly!
-Bring it on!=Bring it on!
-Any time you're ready.=Any time you're ready.
-You want a piece of me?=You want a piece of me?
-Come on, i dare you.=Come on, i dare you.
-hunter=hunter
-You see a hunter.=You see a hunter.
-I always get my prey!=I always get my prey!
-assassin=assassin
-You see an assassin. He is very good at killing his victims silently without being seen by anyone.=You see an assassin. He is very good at killing his victims silently without being seen by anyone.
-Time to die.=Time to die.
-ninja=ninja
-Your keen eyes made you able to see this fast ninja. Prepare for a fight!=Your keen eyes made you able to see this fast ninja. Prepare for a fight!
-samurai=samurai
-You see a samurai.=You see a samurai.
-shadows assassin=shadows assassin
-You see a shadows assassin. He knows how to become one with the shadows and to move in the dark without being seen or making any sound.=You see a shadows assassin. He knows how to become one with the shadows and to move in the dark without being seen or making any sound.
-master assassin=master assassin
-You see a master assassin. He is a master of assassination! He is able to kill an enemy without letting him know that he is already there!=You see a master assassin. He is a master of assassination! He is able to kill an enemy without letting him know that he is already there!
-Why do you return?=Why do you return?
-You've been warned before.=You've been warned before.
-Have you lost your marbles?=Have you lost your marbles?
-barbarian=barbarian
-You see a barbarian.=You see a barbarian.
-barbarian wolf=barbarian wolf
-You see a barbarian wolf.=You see a barbarian wolf.
-barbarian elite=barbarian elite
-You see a barbarian elite.=You see a barbarian elite.
-barbarian priest=barbarian priest
-You see a barbarian priest.=You see a barbarian priest.
-barbarian chaman=barbarian chaman
-You see a barbarian chaman.=You see a barbarian chaman.
-King he say kill!=King he say kill!
-barbarian leader=barbarian leader
-You see a barbarian leader.=You see a barbarian leader.
-Me destroy you!=Me destroy you!
-barbarian king=barbarian king
-You see a barbarian king.=You see a barbarian king.
-blordrough quartermaster=blordrough quartermaster
-You see a man who gave up his life as a puppet of the Blordrough army, all for the love of dragons. He is wonderfully happy.=You see a man who gave up his life as a puppet of the Blordrough army, all for the love of dragons. He is wonderfully happy.
-We might be in hiding, but we are STILL mighty.=We might be in hiding, but we are STILL mighty.
-blordrough corporal=blordrough corporal
-You see a man who feels his past indicates how he should be treated now but desparately wishes to exercise his intelect in a game of chess.=You see a man who feels his past indicates how he should be treated now but desparately wishes to exercise his intelect in a game of chess.
-You WILL show us the respect we deserve.=You WILL show us the respect we deserve.
-Care for a game of chess?=Care for a game of chess?
-blordrough storm trooper=blordrough storm trooper
-You see a man who is but a fraction of his former glory as one of the most feared foes of Faiumoni. Now, his main concern is keeping his house clean and tidy.=You see a man who is but a fraction of his former glory as one of the most feared foes of Faiumoni. Now, his main concern is keeping his house clean and tidy.
-Wipe your feet before entering our domain.=Wipe your feet before entering our domain.
-I'll teach you to defile our sanctuary.=I'll teach you to defile our sanctuary.
-cannibal woman=cannibal woman
-You see a cannibal woman. She wants to make a soup out of your bones!=You see a cannibal woman. She wants to make a soup out of your bones!
-Zag-Zag!=Zag-Zag!
-cannibal=cannibal
-You see a cannibal. He hunts you for cooking and eating your fresh meat! It's useless to tell him that your flesh is not good, better fight him or run away!=You see a cannibal. He hunts you for cooking and eating your fresh meat! It's useless to tell him that your flesh is not good, better fight him or run away!
-Ou-Garrrr!=Ou-Garrrr!
-elder cannibal=elder cannibal
-You see an elder cannibal.=You see an elder cannibal.
-Yummie!=Yummie!
-chaos soldier=chaos soldier
-You see a chaos soldier. Chaos soldiers are servants of the evil. Killing you is one of their evil plans.=You see a chaos soldier. Chaos soldiers are servants of the evil. Killing you is one of their evil plans.
-chaos warrior=chaos warrior
-You see a chaos warrior. This chaotic creature is fighting with a big blade to slay his enemies.=You see a chaos warrior. This chaotic creature is fighting with a big blade to slay his enemies.
-Defy order! Seek chaos!=Defy order! Seek chaos!
-chaos commander=chaos commander
-You see a chaos commander who is working on an evil plan. You should take care of him before he fulfills his duty.=You see a chaos commander who is working on an evil plan. You should take care of him before he fulfills his duty.
-Chaos in the wrath!=Chaos in the wrath!
-chaos sorcerer=chaos sorcerer
-You see a chaos sorcerer. Chaos sorcerers will cast some evil spells on you if you don't obey them.=You see a chaos sorcerer. Chaos sorcerers will cast some evil spells on you if you don't obey them.
-I will summon chaos and fury upon you!=I will summon chaos and fury upon you!
-chaos dragonrider=chaos dragonrider
-You see a chaos dragonrider. He is very well trained in dragon riding, but he can also fight well on the ground.=You see a chaos dragonrider. He is very well trained in dragon riding, but he can also fight well on the ground.
-chaos lord=chaos lord
-You see a chaos lord who is one of the strongest chaos creatures in Faiumoni. You should prepare well before attacking him.=You see a chaos lord who is one of the strongest chaos creatures in Faiumoni. You should prepare well before attacking him.
-Chaos will rule!=Chaos will rule!
-chaos overlord=chaos overlord
-You see a chaos overlord. It is him who directs the creation of evil plans and gives orders to all chaotic creatures which exist.=You see a chaos overlord. It is him who directs the creation of evil plans and gives orders to all chaotic creatures which exist.
-I am become death, destroyer of worlds.=I am become death, destroyer of worlds.
-chaos pawn=chaos pawn
-You see a pawn for a game of chess. He will drop nothing if you kill him.=You see a pawn for a game of chess. He will drop nothing if you kill him.
-chaos rook=chaos rook
-You see a rook for a game of chess. He will drop nothing if you kill him.=You see a rook for a game of chess. He will drop nothing if you kill him.
-chaos knight=chaos knight
-You see a knight for a game of chess. He will drop nothing if you kill him.=You see a knight for a game of chess. He will drop nothing if you kill him.
-chaos bishop=chaos bishop
-You see a bishop for a game of chess. He will not reward you if you kill him.=You see a bishop for a game of chess. He will not reward you if you kill him.
-chaos king=chaos king
-You see a king of a game of chess. He will reward nothing if you kill him.=You see a king of a game of chess. He will reward nothing if you kill him.
-chaos queen=chaos queen
-You see a queen piece for a game of chess. She will reward nothing if you kill her.=You see a queen piece for a game of chess. She will reward nothing if you kill her.
-imperial defender=imperial defender
-You see an imperial defender.=You see an imperial defender.
-imperial veteran=imperial veteran
-You see an imperial veteran. He fought in many battles and wars. Now he is old, but over the years he always looked for a new enemy to fight against.=You see an imperial veteran. He fought in many battles and wars. Now he is old, but over the years he always looked for a new enemy to fight against.
-imperial archer=imperial archer
-You see an imperial archer.=You see an imperial archer.
-imperial priest=imperial priest
-You see an imperial priest. The church has fallen out of favor with the citizens as of late, but this imperial priest still clings to the faith.=You see an imperial priest. The church has fallen out of favor with the citizens as of late, but this imperial priest still clings to the faith.
-imperial elite guardian=imperial elite guardian
-You see an Imperial Elite Guardian. He is a very well trained guardian and he will protect his environment until the end.=You see an Imperial Elite Guardian. He is a very well trained guardian and he will protect his environment until the end.
-imperial scientist=imperial scientist
-You see an imperial scientist. He is quite clever but also a little bit crazy and unfortunately he uses his intelligence for evil experiments.=You see an imperial scientist. He is quite clever but also a little bit crazy and unfortunately he uses his intelligence for evil experiments.
-imperial high priest=imperial high priest
-You see an imperial high priest who's troubled by the actions of the imperial science department. Be careful, he might take those frustrations out on you!=You see an imperial high priest who's troubled by the actions of the imperial science department. Be careful, he might take those frustrations out on you!
-imperial archer leader=imperial archer leader
-You see an imperial archer leader.=You see an imperial archer leader.
-imperial elite archer=imperial elite archer
-You see an imperial elite archer.=You see an imperial elite archer.
-imperial leader=imperial leader
-You see a well dressed imperial leader. It's troops will try to dash you.=You see a well dressed imperial leader. It's troops will try to dash you.
-imperial knight=imperial knight
-You see an imperial knight.=You see an imperial knight.
-imperial chief=imperial chief
-You see an imperial chief.=You see an imperial chief.
-imperial commander=imperial commander
-You see an imperial commander.=You see an imperial commander.
-Our troops will crush you!=Our troops will crush you!
-imperial general=imperial general
-You see an imperial general with a huge scar above his eye. He is still strong, don't think that he will not see you!=You see an imperial general with a huge scar above his eye. He is still strong, don't think that he will not see you!
-Our troops will crush you!=Our troops will crush you!
-emperor dalmung=emperor dalmung
-You see an emperor dalmung who stands before you. Once a powerful warlock trained by a mighty magician, but he disappeared decades ago. Now it seems he's in league with Ivan Abe!=You see an emperor dalmung who stands before you. Once a powerful warlock trained by a mighty magician, but he disappeared decades ago. Now it seems he's in league with Ivan Abe!
-My empire is undefeatable!=My empire is undefeatable!
-kalavan housewife=kalavan housewife
-You see a kalavan housewife. She lives in Kalavan city and she very angry with rude people who want to steal her food out of the kitchen and destroy her beautiful flower garden!=You see a kalavan housewife. She lives in Kalavan city and she very angry with rude people who want to steal her food out of the kitchen and destroy her beautiful flower garden!
-kalavan peasant=kalavan peasant
-You see a kalavan peasant. He works in the fields around Kalavan city. As he heard there were strangers in the city he came to help the kalavan citizens in fighting the enemies!=You see a kalavan peasant. He works in the fields around Kalavan city. As he heard there were strangers in the city he came to help the kalavan citizens in fighting the enemies!
-kalavan wisewoman=kalavan wisewoman
-You see a kalavan wisewoman. Normally she sits in her small room and does some handworking but now she wants to have some action!=You see a kalavan wisewoman. Normally she sits in her small room and does some handworking but now she wants to have some action!
-kalavan citizen=kalavan citizen
-You see a kalavan citizen. He lives in kalavan city and tries to protect it from invaders!=You see a kalavan citizen. He lives in kalavan city and tries to protect it from invaders!
-madaram archer=madaram archer
-You see a madaram archer.=You see a madaram archer.
-madaram peasant=madaram peasant
-You see a madaram peasant.=You see a madaram peasant.
-madaram trooper=madaram trooper
-You see a madaram trooper.=You see a madaram trooper.
-madaram soldier=madaram soldier
-You see a madaram soldier.=You see a madaram soldier.
-madaram healer=madaram healer
-You see a madaram healer.=You see a madaram healer.
-madaram axeman=madaram axeman
-You see a madaram axeman.=You see a madaram axeman.
-madaram queen=madaram queen
-You see a madaram queen.=You see a madaram queen.
-madaram hero=madaram hero
-You see a madaram hero.=You see a madaram hero.
-madaram windwalker=madaram windwalker
-You see a madaram windwalker.=You see a madaram windwalker.
-madaram cavalry=madaram cavalry
-You see a madaram cavalry.=You see a madaram cavalry.
-madaram stalker=madaram stalker
-You see a madaram stalker.=You see a madaram stalker.
-madaram buster blader=madaram buster blader
-You see a madaram buster blader.=You see a madaram buster blader.
-madaram pawn=madaram pawn
-You see a pawn for a game of chess. It will reward nothing if killed.=You see a pawn for a game of chess. It will reward nothing if killed.
-madaram rook=madaram rook
-You see a rook for a game of chess. It will scarcely reward you to kill it.=You see a rook for a game of chess. It will scarcely reward you to kill it.
-madaram knight=madaram knight
-You see a knight, a chess piece. He won't reward you if you kill him.=You see a knight, a chess piece. He won't reward you if you kill him.
-madaram bishop=madaram bishop
-You see a bishop for a game of chess. It will reward you nothing if you slay it.=You see a bishop for a game of chess. It will reward you nothing if you slay it.
-madaram king=madaram king
-You see a king to play chess with, he will reward you nothing if you kill him.=You see a king to play chess with, he will reward you nothing if you kill him.
-madaram queen =madaram queen
-You see a queen piece for a game of chess. She will reward nothing if you kill her.=You see a queen piece for a game of chess. She will reward nothing if you kill her.
-mithrilbourgh soldier=mithrilbourgh soldier
-You see a mithrilbourgh soldier.=You see a mithrilbourgh soldier.
-mithrilbourgh archer=mithrilbourgh archer
-You see a mithrilbourgh archer.=You see a mithrilbourgh archer.
-mithrilbourgh knight=mithrilbourgh knight
-You see a mithrilbourgh knight.=You see a mithrilbourgh knight.
-mithrilbourgh elite archer=mithrilbourgh elite archer
-You see a mithrilbourgh elite archer.=You see a mithrilbourgh elite archer.
-mithrilbourgh sergeant=mithrilbourgh sergeant
-You see a mithrilbourgh sergeant.=You see a mithrilbourgh sergeant.
-mithrilbourgh lieutenant=mithrilbourgh lieutenant
-You see a mithrilbourgh lieutenant.=You see a mithrilbourgh lieutenant.
-mithrilbourgh colonel=mithrilbourgh colonel
-You see a mithrilbourgh colonel.=You see a mithrilbourgh colonel.
-mithrilbourgh wizard=mithrilbourgh wizard
-You see a mithrilbourgh wizard.=You see a mithrilbourgh wizard.
-mithrilbourgh general=mithrilbourgh general
-You see a mithrilbourgh general. Some call him Hawkeyes. He cast his gaze over the city walls and saw you coming from miles away.=You see a mithrilbourgh general. Some call him Hawkeyes. He cast his gaze over the city walls and saw you coming from miles away.
-monk=monk
-You see a monk. Monks are very calm and peaceful. They live alone among themselves, but they don't want to be interrupted by anyone.=You see a monk. Monks are very calm and peaceful. They live alone among themselves, but they don't want to be interrupted by anyone.
-Meet you after Cataclysm.=Meet you after Cataclysm.
-The end of the world is nigh...=The end of the world is nigh...
-Yield to the Power!=Yield to the Power!
-I see you, heretic!=I see you, heretic!
-darkmonk=darkmonk
-You see a Darkmonk. Darkmonks can control dark powers, and they will do anything to get you out of their way!=You see a Darkmonk. Darkmonks can control dark powers, and they will do anything to get you out of their way!
-Hail to the greater Power!=Hail to the greater Power!
-The Cataclysm cometh!=The Cataclysm cometh!
-devil monk=devil monk
-You see a devil monk. He is a member of a devil cult which practises black rituals.=You see a devil monk. He is a member of a devil cult which practises black rituals.
-risecia thug=risecia thug
-You see a risecia thug, stay away from him!=You see a risecia thug, stay away from him!
-risecia archer=risecia archer
-You see a risecia archer, just one of the warriors who wants to protect his chief.=You see a risecia archer, just one of the warriors who wants to protect his chief.
-risecia swordsman=risecia swordsman
-You see a risecia swordsman, the blade of his sword will cut your head!=You see a risecia swordsman, the blade of his sword will cut your head!
-Chief Falatheen of the Risecia=Chief Falatheen of the Risecia
-You see the Chief Falatheen of the Risecia, he doesn't want to die! His little warriors protect him against invaders.=You see the Chief Falatheen of the Risecia, he doesn't want to die! His little warriors protect him against invaders.
-littlewitch=littlewitch
-You see a little witch. Witches are are evil little girls who are very dangerous.=You see a little witch. Witches are are evil little girls who are very dangerous.
-littlewizard=littlewizard
-You see a little wizard. Although he is a child, he is already able to cast powerful spells.=You see a little wizard. Although he is a child, he is already able to cast powerful spells.
-robot aruthon=robot aruthon
-You see a robot aruthon.=You see a robot aruthon.
-dark aruthon=dark aruthon
-You see a dark aruthon.=You see a dark aruthon.
-leprechaun=leprechaun
-You see a leprechaun, you would be lucky if you found his treasure.=You see a leprechaun, you would be lucky if you found his treasure.
-They're always after my Lucky Charms!!=They're always after my Lucky Charms!!
-Clovers and rainbows... stars and horseshoes...=Clovers and rainbows... stars and horseshoes...
-littlefairy=littlefairy
-You see a little fairy, which is magical and nice.=You see a little fairy, which is magical and nice.
-clurichaun=clurichaun
-You see a clurichaun. He is rich, but you don't know if you are able to find his gold!=You see a clurichaun. He is rich, but you don't know if you are able to find his gold!
-Floating blue balloons...=Floating blue balloons...
-Join me for a drink, lassie?=Join me for a drink, lassie?
-brain ahouga=brain ahouga
-You see a brain ahouga, a very strange creature only living in your dreams!=You see a brain ahouga, a very strange creature only living in your dreams!
-blue mohiko=blue mohiko
-You see a blue mohiko.=You see a blue mohiko.
-red roohako=red roohako
-You see a red roohako. It is coming for you in your deepest dreams.=You see a red roohako. It is coming for you in your deepest dreams.
-arachne=arachne
-You see Arachne, a horrid half woman half spider. With so many legs she can hit you very fast, and her poisonous bite is fierce.=You see Arachne, a horrid half woman half spider. With so many legs she can hit you very fast, and her poisonous bite is fierce.
-cat woman=cat woman
-You see a cat woman. She's agile, stealthy, fast and sharp, so stay focused and don't get cut!=You see a cat woman. She's agile, stealthy, fast and sharp, so stay focused and don't get cut!
-frogman=frogman
-You see a frogman which lives in a lake which isn't very deep.=You see a frogman which lives in a lake which isn't very deep.
-elite frogman=elite frogman
-You see an elite frogman. His huge eyes let you shiver!=You see an elite frogman. His huge eyes let you shiver!
-wizard frogman=wizard frogman
-You see a mighty wizard frogman. His wand and magical cloak show his wisdom and power.=You see a mighty wizard frogman. His wand and magical cloak show his wisdom and power.
-kobold=kobold
-You see a kobold. People say that it is a mythical spirit.=You see a kobold. People say that it is a mythical spirit.
-Grrrr! Wooof!=Grrrr! Wooof!
-soldier kobold=soldier kobold
-You see a soldier kobold, he's protecting his king.=You see a soldier kobold, he's protecting his king.
-Woorf wer warf!=Woorf wer warf!
-archer kobold=archer kobold
-You see an archer kobold. It runs away from humans.=You see an archer kobold. It runs away from humans.
-Wssss! Warf wit!=Wssss! Warf wit!
-veteran kobold=veteran kobold
-You see a veteran kobold, it is mighty!=You see a veteran kobold, it is mighty!
-leader kobold=leader kobold
-You see a leader kobold, one of the mighty warriors.=You see a leader kobold, one of the mighty warriors.
-minotaur=minotaur
-You see a minotaur. He escaped from his labyrinth and is very angry now!=You see a minotaur. He escaped from his labyrinth and is very angry now!
-You will never find the way out!=You will never find the way out!
-minotaur king=minotaur king
-You see a Minotaur King. He doesn't have to escape from his labyrinth to be very angry...=You see a Minotaur King. He doesn't have to escape from his labyrinth to be very angry...
-I am the king of this area!=I am the king of this area!
-naga=naga
-You see a naga. She awaits unwary victims to whom she may give her deadly kiss.=You see a naga. She awaits unwary victims to whom she may give her deadly kiss.
-high naga=high naga
-You see a high naga.=You see a high naga.
-armed naga=armed naga
-You see an armed naga.=You see an armed naga.
-lamia=lamia
-You see a lamia.=You see a lamia.
-ratman=ratman
-You see a ratman. He is a mutation that comes from old times.=You see a ratman. He is a mutation that comes from old times.
-You, humans, never leave us alone!=You, humans, never leave us alone!
-ratwoman=ratwoman
-You see a ratwoman. She is a mutation of women with the rats in the century XVIII.=You see a ratwoman. She is a mutation of women with the rats in the century XVIII.
-You humans never leave us alone!=You humans never leave us alone!
-archrat=archrat
-You see an archrat. You will be distracted with its aura, be careful...=You see an archrat. You will be distracted with its aura, be careful...
-Feel my wrath!=Feel my wrath!
-You're messing with the rats?!=You're messing with the rats?!
-Your death has come!=Your death has come!
-sheepman=sheepman
-You see a sheepman.=You see a sheepman.
-I'm no fluffy lamb!=I'm no fluffy lamb!
-armored sheepman=armored sheepman
-You see an armored sheepman.=You see an armored sheepman.
-You're baaaarmy to attack me!=You're baaaarmy to attack me!
-elder sheepman=elder sheepman
-You see an elder sheepman.=You see an elder sheepman.
-Bah! Stay away!=Bah! Stay away!
-elite sheepman=elite sheepman
-You see an elite sheepman.=You see an elite sheepman.
-Baaaaack away!=Baaaaack away!
-werewolf=werewolf
-You see a werewolf. Normally he is a human but at fullmoon nights he turns into a dangerous beast! His poison seems to last forever.=You see a werewolf. Normally he is a human but at fullmoon nights he turns into a dangerous beast! His poison seems to last forever.
-xenocium=xenocium
-You see a xenocium.=You see a xenocium.
-oni warrior=oni warrior
-You see an oni warrior. His purple skin color should not lull you into a false sense of security!=You see an oni warrior. His purple skin color should not lull you into a false sense of security!
-oni archer=oni archer
-You see an oni archer. His arrows will follow you everywhere for protecting his queen!=You see an oni archer. His arrows will follow you everywhere for protecting his queen!
-oni priest=oni priest
-You see a mysterious oni priest, uttering strange incantations.=You see a mysterious oni priest, uttering strange incantations.
-oni king=oni king
-You see the oni king. His power leads brave oni troops around his kingdom.=You see the oni king. His power leads brave oni troops around his kingdom.
-Revere me, the Oni King!=Revere me, the Oni King!
-oni queen=oni queen
-You see the oni queen. She supports her husband and takes an eye onto their kingdom while he conquers new land and fights on battlefields.=You see the oni queen. She supports her husband and takes an eye onto their kingdom while he conquers new land and fights on battlefields.
-You must bow before the Oni Queen.=You must bow before the Oni Queen.
-orc=orc
-You see an orc which is noisy and silly.=You see an orc which is noisy and silly.
-orc spearman=orc spearman
-You see an orc spearman. Run away fast before a spear pierces you.=You see an orc spearman. Run away fast before a spear pierces you.
-orc hunter=orc hunter
-You see an orc hunter. It it seeking for you!=You see an orc hunter. It it seeking for you!
-orc warrior=orc warrior
-You see an orc warrior which doesn't like you searching in the mountain.=You see an orc warrior which doesn't like you searching in the mountain.
-orc chief=orc chief
-You see an orc chief which is too busy to attend to you!=You see an orc chief which is too busy to attend to you!
-mountain orc=mountain orc
-You see a mountain orc.=You see a mountain orc.
-mountain orc warrior=mountain orc warrior
-You see a mountain orc warrior.=You see a mountain orc warrior.
-mountain orc hunter=mountain orc hunter
-You see a mountain orc hunter.=You see a mountain orc hunter.
-mountain orc chief=mountain orc chief
-You see a mountain orc chief.=You see a mountain orc chief.
-cyclops=cyclops
-You see a cyclops. It just has one eye.=You see a cyclops. It just has one eye.
-ogre=ogre
-You see an ogre, it is nude and rude!=You see an ogre, it is nude and rude!
-elder ogre=elder ogre
-You see an elder ogre, he's in the last moments of his life, take pity on him.=You see an elder ogre, he's in the last moments of his life, take pity on him.
-ogre soldier=ogre soldier
-You see an ogre soldier, smelling like it didn't have had a bath for years. Ewww.=You see an ogre soldier, smelling like it didn't have had a bath for years. Ewww.
-superogre=superogre
-You see a superogre which belongs to the family of very material creatures, the Ogres. Ever since this one happened upon a peculiar helmet and has been revered among its peers. Take care, it throws a mean punch!=You see a superogre which belongs to the family of very material creatures, the Ogres. Ever since this one happened upon a peculiar helmet and has been revered among its peers. Take care, it throws a mean punch!
-troll=troll
-You see a troll, be careful in his terrain.=You see a troll, be careful in his terrain.
-red troll=red troll
-You see a red troll, he's burning with anger.=You see a red troll, he's burning with anger.
-cave troll=cave troll
-You see a cave troll.=You see a cave troll.
-Uggga yggga arghhhhh=Uggga yggga arghhhhh
-Ooggga UGGga arhhh=Ooggga UGGga arhhh
-zombie rat=zombie rat
-You see a hungry zombie rat and it doesn't like to see you.=You see a hungry zombie rat and it doesn't like to see you.
-SHAAAAAAA!!=SHAAAAAAA!!
-SHREEAK!!=SHREEAK!!
-ghost hound=ghost hound
-As you catch sight of its shaggy shape and gleaming evil eyes, you suddenly remember all the horror stories around the dreaded ghost hound!=As you catch sight of its shaggy shape and gleaming evil eyes, you suddenly remember all the horror stories around the dreaded ghost hound!
-Ghhrr!=Ghhrr!
-WooOouuuUuh!=WooOouuuUuh!
-fallen warrior=fallen warrior
-You see a fallen warrior.=You see a fallen warrior.
-fallen priest=fallen priest
-You see a fallen priest. He was once just a regular human priest, until the dark powers corrupted him and turned him to the dark side.=You see a fallen priest. He was once just a regular human priest, until the dark powers corrupted him and turned him to the dark side.
-fallen high priest=fallen high priest
-You see a fallen high priest.=You see a fallen high priest.
-lich=lich
-You see a lich, a dark desolate creature which has been doomed to wander in endless turmoil, feeding on the souls of the righteous.=You see a lich, a dark desolate creature which has been doomed to wander in endless turmoil, feeding on the souls of the righteous.
-dead lich=dead lich
-You see a dead lich with his huge green and heavy cloak. Although he is dead and bony, he'll seek revenge for his too early passing and will always return fast and ruthless!=You see a dead lich with his huge green and heavy cloak. Although he is dead and bony, he'll seek revenge for his too early passing and will always return fast and ruthless!
-high lich=high lich
-The terrible grinning skull of a high lich leers at you as it prepares to slaughter you in a myriad of magical ways.=The terrible grinning skull of a high lich leers at you as it prepares to slaughter you in a myriad of magical ways.
-death knight=death knight
-You see a death knight. Some time ago he fought in tournaments where his only aim was to kill as many enemies as possible.=You see a death knight. Some time ago he fought in tournaments where his only aim was to kill as many enemies as possible.
-necrosophia=necrosophia
-You see Necrosophia. She is a mighty beast, she will burn you with fire while you are disoriented by the rainbow beans.=You see Necrosophia. She is a mighty beast, she will burn you with fire while you are disoriented by the rainbow beans.
-mummy=mummy
-You see a mummy which usually sleeps in a coffin.=You see a mummy which usually sleeps in a coffin.
-royal mummy=royal mummy
-You see a royal mummy. You wonder what keeps this king's soul from finding peace.=You see a royal mummy. You wonder what keeps this king's soul from finding peace.
-skeleton=skeleton
-You see a skeleton which survives to get revenge.=You see a skeleton which survives to get revenge.
-Thou shall not pass!=Thou shall not pass!
-tiny skelly=tiny skelly
-You see a tiny skelly. It is silly, little and evil, be careful with its poison...=You see a tiny skelly. It is silly, little and evil, be careful with its poison...
-Thou shall not maim!=Thou shall not maim!
-warrior skeleton=warrior skeleton
-You see a warrior skeleton, it's just a normal skeleton with a shield!=You see a warrior skeleton, it's just a normal skeleton with a shield!
-Thou shall not kill!=Thou shall not kill!
-elder skeleton=elder skeleton
-You see the bones of an old man. He lived to a ripe old age, and is sure to know a thing or two that separates him from all the vengeful skeletons that died young.=You see the bones of an old man. He lived to a ripe old age, and is sure to know a thing or two that separates him from all the vengeful skeletons that died young.
-Thou shall not survive!=Thou shall not survive!
-demon skeleton=demon skeleton
-You see a demon skeleton. Demon skeletons have ascended from the underworld and they are going to take over this world. You really should slay them before it is too late!=You see a demon skeleton. Demon skeletons have ascended from the underworld and they are going to take over this world. You really should slay them before it is too late!
-Thou shall not rob!=Thou shall not rob!
-gashadokuro=gashadokuro
-A giant figure made of bone, known only as gashadokuro, towers before you. He is created from the bones of starving humans.=A giant figure made of bone, known only as gashadokuro, towers before you. He is created from the bones of starving humans.
-ghost=ghost
-You see a ghost, don't be afraid! It doesn't seem to be evil.=You see a ghost, don't be afraid! It doesn't seem to be evil.
-Ooooouuuuuh!=Ooooouuuuuh!
-death=death
-You see Death. Do you have the will to stare him in the face? Today he's not in the mood to bargain with your soul.=You see Death. Do you have the will to stare him in the face? Today he's not in the mood to bargain with your soul.
-Judgement is coming!=Judgement is coming!
-Uuuuhhhhh!, i'm gonna get you!=Uuuuhhhhh!, i'm gonna get you!
-invisible man=invisible man
-You see nothing but the landscape. As you stare at the point where you think you have seen something, you suddenly see the slight contour of a man!=You see nothing but the landscape. As you stare at the point where you think you have seen something, you suddenly see the slight contour of a man!
-My unnatural state should evoke fear in you ...=My unnatural state should evoke fear in you ...
-green phantom=green phantom
-You see a green phantom.=You see a green phantom.
-incorporeal armor=incorporeal armor
-You see an incorporeal armor. You are quite surprised as it walks towards you because there is nobody in it.=You see an incorporeal armor. You are quite surprised as it walks towards you because there is nobody in it.
-Thou shall not pillage!=Thou shall not pillage!
-black death=black death
-You see a black death. With his scythe he reaps your soul and then he takes it over the river where it has to stay until judgement day arrives.=You see a black death. With his scythe he reaps your soul and then he takes it over the river where it has to stay until judgement day arrives.
-Your time to die has come!=Your time to die has come!
-Say goodbye to this world!=Say goodbye to this world!
-golden death=golden death
-You see the golden death. He came to take your soul away to pay for all your sins.=You see the golden death. He came to take your soul away to pay for all your sins.
-You will dream of me tonight...=You will dream of me tonight...
-You will pay for your greed!=You will pay for your greed!
-vampire bride=vampire bride
-You see a vampire bride. She was resurrected from the dead by a wicked vampire lord.=You see a vampire bride. She was resurrected from the dead by a wicked vampire lord.
-vampirette=vampirette
-You see a Vampirette. Beware of its sharp teeth! She wants to drink your blood and turn you into a vampire!=You see a Vampirette. Beware of its sharp teeth! She wants to drink your blood and turn you into a vampire!
-vampire lord=vampire lord
-You see a vampire lord. Be careful, he is after your blood!=You see a vampire lord. Be careful, he is after your blood!
-bloody zombie=bloody zombie
-You see a bloody zombie. Can you see the drops of blood which fall from his body?=You see a bloody zombie. Can you see the drops of blood which fall from his body?
-brrraaaaaaaaaains=brrraaaaaaaaaains
-zombie=zombie
-You see a zombie. It woke up just to take revenge, be silent.=You see a zombie. It woke up just to take revenge, be silent.
-headless monster=headless monster
-You see a headless monster, how can he hear that we come to him?=You see a headless monster, how can he hear that we come to him?
-rotten zombie=rotten zombie
-You see a rotten zombie. You are disgusted as you see its rotten skin that hangs down in pieces from his half rotten bones.=You see a rotten zombie. You are disgusted as you see its rotten skin that hangs down in pieces from his half rotten bones.
-bluuergghhhoooorrghhhhh=bluuergghhhoooorrghhhhh
diff --git a/data/languages/es.txt b/data/languages/es.txt
index 0d4abc6e4e..24a41b8c52 100644
--- a/data/languages/es.txt
+++ b/data/languages/es.txt
@@ -1,529 +1,2886 @@
-dress=vestido
-You see a dress, which provides practically no defense. It is barely worth picking up.=Ves un vestido, que no proporciona prácticamente defensa alguna. Apenas vale la pena recogerlo.
-leather armor=armadura de cuero
-You see a worn suit of leather armor. It will provide only minimal protection.=Ves un traje de armadura de cuero desgastado. Sólo te proporcionará una mínima protección.
-leather cuirass=coraza de cuero
-You see a leather cuirass, well made but still able to be pierced by sharp swords.=Ves una coraza de cuero, bien hecha pero que todavía puede ser traspasada por espadas afiladas.
-leather scale armor=armadura de escamas de cuero
-You see a suit of leather scale armor. The leather is toughened somehow for better protection.=Ves un traje de armadura de escamas de cuero. El cuero ha sido endurecido de alguna forma para una mejor protección.
-pauldroned leather cuirass=coraza de cuero con hombreras.
-You see a pauldroned leather cuirass. It was crafted to withstand minor attacks.=Ves una coraza de cuero con hombreras. Fue diseñada para soportar ataques menores.
-studded armor=armadura tachonada
-You see a suit of studded armor. Some studs are loose or rusty but it is still fit for purpose.=Ves un traje de armadura tachonada. Algunos tachones están sueltos u oxidados pero todavía es adecuada para su finalidad.
-chain armor=cota de malla
-You see a suit of chain armor. Perhaps even if you don't need it, you can sell it.=Ves un traje de armadura de cota de malla. Quizá incluso si no la necesitas, puedas venderla.
-enhanced chainmail=cota de malla mejorada
-You see a robust suit of enhanced chainmail. The links are closely spaced so even the sharpest point should not pierce it.=Ves un traje robusto de cota de malla. Los eslabones están muy próximos entre sí por lo que incluso la punta más afilada no debería de poder traspasarla.
-scale armor=armadura de escamas
-You see a suit of scale armor. It is not flexible like chain, but will be a better defense.=Ves un traje de armadura de escamas. No es flexible como la cota de malla, pero te proporcionará una mejor defensa.
-iron scale armor=armadura de escamas de hierro
-You see a suit of iron scale armor, whose rounded scales will protect you from many blows.=Ves un traje de armadura de escamas de hierro, cuyas escamas redondeadas te protegerán de muchos golpes.
-golden chainmail=cota de malla de oro
-You see a valuable suit of golden chainmail. It is crafted from fine links of expensive metal.=Ves un valioso traje de cota de malla de oro. Se ha elaborado a partir de finos eslabones de caro metal.
-pauldroned iron cuirass=coraza de hierro con hombreras
-You see a formidable pauldroned iron cuirass. The pauldrons (shoulder pieces) will protect your upper half.=Ves una formidable coraza de hierro con hombreras. Las hombreras (las piezas de los hombros) protegerán tu mitad superior.
-plate armor=armadura de placas de acero
-You see a suit of plate armor. You imagine it would be heavy but the steel is well tempered and the suit is very strong.=Ves un traje de armadura de placas de acero. Te imaginas que será muy pesada pero el acero está bien templado y el traje es muy resistente.
-red armor=armadura roja
-You see a suit of red armor. The color is a striking crimson.=Ves un traje de armadura roja. Su color es de un llamativo tono carmesí.
-blue armor=armadura azul
-You see a suit of blue armor. The color is stunning azure.=Ves un traje de armadura azul. Su color es un impresionante azul.
-elvish armor=armadura élfica
-You see a suit of elvish armor. It's made from tree leaves! But somehow constructed to give strong defense.=Ves un traje de armadura élfica ¡Está elaborada a partir de hojas de árbol! Pero construido de alguna forma para proporcionar una resistente defensa.
+
+##
+## Language: Spanish (es)
+## Translators: unknown, AntumDeluge
+##
+
+
+# items names and descriptions
+
+## armors
+
barbarian armor=armadura de bárbaro
You see a suit of barbarian armor. It's dirty and smelly, but still, rather strong.=Ves un traje de armadura de bárbaro. Está sucia y huele mal, pero aún así, es bastante resistente.
-golden armor=armadura de oro
-You see a suit of golden armor. It's made from the best materials with great attention to detail.=Ves un traje de armadura de oro. Está elaborada a partir de los mejores materiales con gran atención al detalle.
-shadow armor=armadura de sombra
-You see a suit of shadow armor. It's hard to decide with what it is made, it is so dark.=Ves un traje dearmadura de sombra. Es difícil decidir de qué está hecha, es tan oscura.
-dwarvish armor=armadura enana
-You see a dwarvish armor. It's made with ingenuity and skill.=Ves una armadura enana. Se ha elaborado con ingenio y habilidad.
-stone armor=armadura de piedra
-You see a suit of stone armor. Swords will crumble if they try to pierce it.=Ves un traje de armadura de piedra. Las espadas se quebrarán si intentan traspasarla.
-ice armor=armadura de hielo
-You see a suit of ice armor, to protect even the coldest of hearts.=Ves un traje de armadura de hielo, para proteger incluso al mas frío de los corazones.
-chaos armor=armadura del caos
-You see a suit of chaos armor. The reflecting contrasting colors make no sense to you.=Ves un traje de armadura del caos. Los contrastantes colores que se reflejan en ella para ti no tienen ningún sentido.
-xeno armor=armadura de xeno
-You see a suit of xeno armor. The colors remind you of the xenocium hybrid creature.=Ves un traje de armadura de xeno. Sus colores te recuerdan a la criatura híbrida xenocium.
-mainio armor=armadura de mainio
-You see a strange strange suit of mainio armor. What it lacks in subtlety it makes up for with strength.=Ves un extraño traje de armadura de mainio. Lo que le falta en sutileza lo suple con fortaleza.
-magic plate armor=armadura de placas de acero mágica
-You see a suit of magic plate armor. The steel is well tempered and the suit is very strong.=Ves un traje de armadura de placas de acero mágica. El acero está bien templado y el traje es muy resistente.
+
black armor=armadura negra
You see a suit of black armor. Does it put you in a dark mood?=Ves un traje de armadura negra ¿Te pone de negro humor?
+
+blue armor=armadura azul
+You see a suit of blue armor. The color is stunning azure.=Ves un traje de armadura azul. Su color es un impresionante azul.
+
+chain armor=cota de malla
+You see a suit of chain armor. Perhaps even if you don't need it, you can sell it.=Ves un traje de armadura de cota de malla. Quizá incluso si no la necesitas, puedas venderla.
+
+chaos armor=armadura del caos
+You see a suit of chaos armor. The reflecting contrasting colors make no sense to you.=Ves un traje de armadura del caos. Los contrastantes colores que se reflejan en ella para ti no tienen ningún sentido.
+
+dress=vestido
+You see a dress, which provides practically no defense. It is barely worth picking up.=Ves un vestido, que no proporciona prácticamente defensa alguna. Apenas vale la pena recogerlo.
+
+dwarvish armor=armadura enana
+You see a dwarvish armor. It's made with ingenuity and skill.=Ves una armadura enana. Se ha elaborado con ingenio y habilidad.
+
+elvish armor=armadura élfica
+You see a suit of elvish armor. It's made from tree leaves! But somehow constructed to give strong defense.=Ves un traje de armadura élfica ¡Está elaborada a partir de hojas de árbol! Pero construido de alguna forma para proporcionar una resistente defensa.
+
+enhanced chainmail=cota de malla mejorada
+You see a robust suit of enhanced chainmail. The links are closely spaced so even the sharpest point should not pierce it.=Ves un traje robusto de cota de malla. Los eslabones están muy próximos entre sí por lo que incluso la punta más afilada no debería de poder traspasarla.
+
+golden armor=armadura de oro
+You see a suit of golden armor. It's made from the best materials with great attention to detail.=Ves un traje de armadura de oro. Está elaborada a partir de los mejores materiales con gran atención al detalle.
+
+golden chainmail=cota de malla de oro
+You see a valuable suit of golden chainmail. It is crafted from fine links of expensive metal.=Ves un valioso traje de cota de malla de oro. Se ha elaborado a partir de finos eslabones de caro metal.
+
+ice armor=armadura de hielo
+You see a suit of ice armor, to protect even the coldest of hearts.=Ves un traje de armadura de hielo, para proteger incluso al mas frío de los corazones.
+
+iron scale armor=armadura de escamas de hierro
+You see a suit of iron scale armor, whose rounded scales will protect you from many blows.=Ves un traje de armadura de escamas de hierro, cuyas escamas redondeadas te protegerán de muchos golpes.
+
+leather armor=armadura de cuero
+You see a worn suit of leather armor. It will provide only minimal protection.=Ves un traje de armadura de cuero desgastado. Sólo te proporcionará una mínima protección.
+
+leather cuirass=coraza de cuero
+You see a leather cuirass, well made but still able to be pierced by sharp swords.=Ves una coraza de cuero, bien hecha pero que todavía puede ser traspasada por espadas afiladas.
+
+leather scale armor=armadura de escamas de cuero
+You see a suit of leather scale armor. The leather is toughened somehow for better protection.=Ves un traje de armadura de escamas de cuero. El cuero ha sido endurecido de alguna forma para una mejor protección.
+
+magic plate armor=armadura de placas de acero mágica
+You see a suit of magic plate armor. The steel is well tempered and the suit is very strong.=Ves un traje de armadura de placas de acero mágica. El acero está bien templado y el traje es muy resistente.
+
+mainio armor=armadura de mainio
+You see a strange suit of mainio armor. What it lacks in subtlety it makes up for with strength.=Ves un extraño traje de armadura de mainio. Lo que le falta en sutileza lo suple con fortaleza.
+
mithril armor=armadura de mithril
You see a suit of mithril armor. Its tightly woven links are truly amazing.=Ves un traje de armadura de mithril. Sus eslabones apretadamente tejidos son verdaderamante asombrosos.
+
+pauldroned iron cuirass=coraza de hierro con hombreras
+You see a formidable pauldroned iron cuirass. The pauldrons (shoulder pieces) will protect your upper half.=Ves una formidable coraza de hierro con hombreras. Las hombreras (las piezas de los hombros) protegerán tu mitad superior.
+
+pauldroned leather cuirass=coraza de cuero con hombreras
+You see a pauldroned leather cuirass. It was crafted to withstand minor attacks.=Ves una coraza de cuero con hombreras. Fue diseñada para soportar ataques menores.
+
+plate armor=armadura de placas de acero
+You see a suit of plate armor. You imagine it would be heavy but the steel is well tempered and the suit is very strong.=Ves un traje de armadura de placas de acero. Te imaginas que será muy pesada pero el acero está bien templado y el traje es muy resistente.
+
+red armor=armadura roja
+You see a suit of red armor. The color is a striking crimson.=Ves un traje de armadura roja. Su color es de un llamativo tono carmesí.
+
+royal armor=
+You see a suit of royal armor. This armor is fit for a king.=
+
+scale armor=armadura de escamas
+You see a suit of scale armor. It is not flexible like chain, but will be a better defense.=Ves un traje de armadura de escamas. No es flexible como la cota de malla, pero te proporcionará una mejor defensa.
+
+scuba gear=
+You see a scuba suit with a heavy helmet attached. It is dense enough to offer protection under the waves but of little use on land.=
+
+shadow armor=armadura de sombra
+You see a suit of shadow armor. It's hard to decide with what it is made, it is so dark.=Ves un traje dearmadura de sombra. Es difícil decidir de qué está hecha, es tan oscura.
+
+stone armor=armadura de piedra
+You see a suit of stone armor. Swords will crumble if they try to pierce it.=Ves un traje de armadura de piedra. Las espadas se quebrarán si intentan traspasarla.
+
+studded armor=armadura tachonada
+You see a suit of studded armor. Some studs are loose or rusty but it is still fit for purpose.=Ves un traje de armadura tachonada. Algunos tachones están sueltos u oxidados pero todavía es adecuada para su finalidad.
+
+xeno armor=armadura de xeno
+You see a suit of xeno armor. The colors remind you of the xenocium hybrid creature.=Ves un traje de armadura de xeno. Sus colores te recuerdan a la criatura híbrida xenocium.
+
+
+## arrows
+
wooden arrow=flecha de madera
You see a wooden arrow. With a supply of arrows in one hand and a bow in the other you can attack from a distance.=Ves una flecha de madera. Con un surtido de flechas en una mano y un arco en la otra puedes atacar a distancia.
+
steel arrow=flecha de acero
You see a shining steel arrow. With plenty of these, and a good bow, you'll be a formidable archer.=Ves una flecha de reluciente acero. Con muchas de éstas, y un buen arco, serás un arquero formidable.
+
golden arrow=flecha de oro
-You see a golden arrow. With a fist full of these and a good bow, you will surely take down your enemies quicker.=Ves una flecha de oro. Con un puñado de éstas y un buen arco, derribarás a tus enemigos más rápido.
+You see a golden arrow. With a fist full of these and a good bow, you will surely take down your enemies quicker.=Ves una flecha de oro. Con un puñado de éstas y un buen arco, derribarás a tus enemigos más rápido.
+
+fire arrow=flecha de fuego
+You see a fire arrow. The tip burns brightly.=Ves una flecha de fuego. La punta arde brillantemente.
+
+ice arrow=flecha de hielo
+You see an ice arrow. It can deliver a bitter sting.=Ves una flecha de hielo. Puede infligir una picadura penosa.
+
+light arrow=flecha de luz
+You see a light arrow. It shines with a holy radiance.=Ves una flecha de luz. Brilla con un resplandor santo.
+
+dark arrow=flecha de oscuridad
+You see a dark arrow. It's hard to describe.=Ves una flecha de oscuridad. Es difícil de describir.
+
power arrow=flecha de potencia
-You see a power arrow. The sting of this arrow will surely defeat your enemies, when equipped with a bow.=Ves una flecha de potencia. La punzada de esta flecha seguramente derrotará a tus enemigos, cuando vaya equipada con un arco.
-sickle=hoz
-You see a sickle, it is a useful tool for farming.=Ves una hoz, es una herramienta útil para la labranza.
-old scythe=guadaña vieja
-You see an old scythe, it used to be weapon of death. But now it is only a useful tool for farming.=Ves una vieja guadaña, solía ser el arma de la muerte. Pero ahora sólo es una útil herramienta de labranza.
-small axe=hacha pequeña
-You see a small axe. It appears well made but you suspect it is too light to do much damage.=Ves un hacha pequeña. Parece bien elaborada pero sospechas que es demasiado ligera para hacer mucho daño.
-hand axe=hacha de mano
-You see a hand axe, well worn from years of use but may prove useful.=Ves un hacha de mano, muy desgastada por años de uso pero podría resultar útil.
+You see a power arrow. The sting of this arrow will surely defeat your enemies, when equipped with a bow.=Ves una flecha de potencia. La punzada de esta flecha seguramente derrotará a tus enemigos, cuando vaya equipada con un arco.
+
+
+## axes
+
axe=hacha
You see a rusty but heavy axe. What it lacks in sharpness it makes up for in weight.=Ves un hacha oxidada pero pesada. Lo que le falta en filo lo suple con peso
-battle axe=hacha de batalla
-You see a battle axe. It is well crafted and sharp despite its age.=Ves un hacha de batalla. Está bien diseñada y afilada a pesar de su antigüedad.
-scythe=guadaña
-You see the weapon of death - a scythe. It looks dangerous but perhaps also a useful tool for farming.=Ves el arma de la muerte - una guadaña. Parece peligrosa pero quizá también sea una herramienta útil para la labranza.
-twoside axe=hacha de doble hoja
-You see a well crafted twoside axe.=Ves un hacha de doble hoja bien elaborada.
+
bardiche=bardiche
You see a rare and powerful bardiche.=Ves una rara y poderosa bardiche.
-golden twoside axe=hacha de doble hoja de oro
-You see a golden twoside axe. This axe is a rare find.=Ves un hacha de doble hoja de oro. Este hacha es un raro hallazgo.
-halberd=alabarda
-You see a rare halberd, with an axe's blade fused onto a shaft. It is both heavy and keen-edged.=Ves una rara alabarda, con una hoja de hacha enastada en un astil. Es a la vez pesada y de borde afilado.
-magic twoside axe=hacha de doble hoja mágica
-You see a magic twoside axe. The nature of the magic isn't clear to you.=Ves un hacha de doble hoja mágica. La naturaleza de la magia no está clara para ti.
-durin axe=hacha de durin
-You see a durin axe, a great prize from the dwarves.=Ves un hacha de durin, un gran premio de los enanos.
-black scythe=guadaña negra
-You see a black scythe. Its attack is awesome for a farming tool.=Ves una guadaña negra. Su ataque es asombroso para tratarse de una herramienta de labranza.
-chaos axe=hacha del caos
-You see a chaos axe. The handle is some alloy you can't recognize and the blade is golden colored, but thinking too long about it makes you confused.=Ves un hacha del caos. El astil es de una aleación que no sabes reconocer y la hoja es de color dorado, pero pensar mucho en ello te causa confusión.
+
+battle axe=hacha de batalla
+You see a battle axe. It is well crafted and sharp despite its age.=Ves un hacha de batalla. Está bien diseñada y afilada a pesar de su antigüedad.
+
black halberd=alabarda negra
You see a black halberd. It's immensely heavy so will make huge blows but you can only swing it at a very slow rate.=Ves una alabarda negra. Es inmensamente pesada asi que producirá enormes golpes pero sólo la puedes mover a un ritmo muy lento.
+
+black scythe=guadaña negra
+You see a black scythe. Its attack is awesome for a farming tool.=Ves una guadaña negra. Su ataque es asombroso para tratarse de una herramienta de labranza.
+
+chaos axe=hacha del caos
+You see a chaos axe. The handle is some alloy you can't recognize and the blade is golden colored, but thinking too long about it makes you confused.=Ves un hacha del caos. El astil es de una aleación que no sabes reconocer y la hoja es de color dorado, pero pensar mucho en ello te causa confusión.
+
+durin axe=hacha de durin
+You see a durin axe, a great prize from the dwarves.=Ves un hacha de durin, un gran premio de los enanos.
+
+golden twoside axe=hacha de doble hoja de oro
+You see a golden twoside axe. This axe is a rare find.=Ves un hacha de doble hoja de oro. Este hacha es un raro hallazgo.
+
+halberd=alabarda
+You see a rare halberd, with an axe's blade fused onto a shaft. It is both heavy and keen-edged.=Ves una rara alabarda, con una hoja de hacha enastada en un astil. Es a la vez pesada y de borde afilado.
+
+hand axe=hacha de mano
+You see a hand axe, well worn from years of use but may prove useful.=Ves un hacha de mano, muy desgastada por años de uso pero podría resultar útil.
+
+magic twoside axe=hacha de doble hoja mágica
+You see a magic twoside axe. The nature of the magic isn't clear to you.=Ves un hacha de doble hoja mágica. La naturaleza de la magia no está clara para ti.
+
+old scythe=guadaña vieja
+You see an old scythe, it used to be a weapon of death. But now it is only a useful tool for farming.=Ves una vieja guadaña, solía ser el arma de la muerte. Pero ahora sólo es una útil herramienta de labranza.
+
+scythe=guadaña
+You see the weapon of death - a scythe. It looks dangerous but perhaps also a useful tool for farming.=Ves el arma de la muerte - una guadaña. Parece peligrosa pero quizá también sea una herramienta útil para la labranza.
+
+sickle=hoz
+You see a sickle, it is a useful tool for farming.=Ves una hoz, es una herramienta útil para la labranza.
+
+small axe=hacha pequeña
+You see a small axe. It appears well made but you suspect it is too light to do much damage.=Ves un hacha pequeña. Parece bien elaborada pero sospechas que es demasiado ligera para hacer mucho daño.
+
+twoside axe=hacha de doble hoja
+You see a well crafted twoside axe.=Ves un hacha de doble hoja bien elaborada.
+
+
+## books
+
black book=libro negro
You see the black book that Jynath kept out for so long.=Ves el libro negro que Jynath mantuvo oculto durante tanto tiempo.
+
blue book=libro azul
You see a book with the words GEMS AND MINERALS on the front cover.=Ves un libro azul con las palabras GEMAS Y MINERALES en la cubierta frontal.
-leather boots=botas de cuero
-You see a simple pair of leather boots to give your feet some protection.=Ves un simple par de botas de cuero para dar algo de protección a tus pies.
-studded boots=botas tachonadas
-You see a pair of worn studded boots with moderate protection for your feet.=Ves un par de botas tachonadas desgastadas que proporcionan una protección moderada a tus pies.
-chain boots=botas de cota de malla
-You see a pair of chain boots, quite rusty but still strong.=Ves un par de botas de cota de malla, bastante oxidadas pero todavía resistentes.
-red boots=botas rojas.
-You see a pair of red boots, the color reminds you of fresh blood.=Ves un par de botas rojas, su color te recuerda a la sangre fresca.
-steel boots=botas de acero
-You see a pair of steel boots, fit for any soldier.=Ves un par de botas de acero, adecuadas para cualquier soldado.
-blue boots=botas azules
-You see a pair of blue boots.=Ves un par de botas azules.
-elvish boots=botas élficas
-You see a pair of elvish boots.=Ves un par de botas élficas.
-golden boots=botas de oro
-You see a pair of golden boots. They will be heavy to wear but well worth their weight.=Ves un par de botas de oro. Serán pesadas de llevar pero valen su peso.
-shadow boots=botas de sombra
-You see a pair of shadow boots. You can't fathom what they are made of.=Ves un par de botas de sombra. No puedes entender de qué están hechas.
-stone boots=botas de piedra
-You see a pair of stone boots. They may be heavy, but they protect your feet well.=Ves un par de botas de piedra. Puede que sean pesadas, pero te protegen bien los pies.
-chaos boots=botas del caos
-You see a pair of chaos boots. Your steps are unsteady in them, but the extra defense they give is worth it.=Ves un par de botas del caos. Tus pasos son inestables con ellas, pero la defensa extra que proporcionan lo vale.
-mainio boots=botas de mainio
-You see a pair of mainio boots. It's hard to believe that boots looking like this would protect your feet so well as they do.=Ves un par de botas de mainio. Cuesta creer que unas botas con esa apariencia te pudiesen proteger los pies tan bien como lo hacen.
-green thing boots=botas de la cosa verde
-You see a pair of green thing boots. They're slimy inside, ewwww.=Ves un par de botas de la cosa verde. Estan pegajosas por dentro, puajjj.
-xeno boots=botas de xeno
-You see a fine specimen of craftmanship, a pair of xeno boots.=Ves una excelente obra de artesanía, un par de botas de xeno.
+
+bestiary=bestiario
+You see a bestiary, containing information about enemies found in Faiumoni.=Ves un bestiario que contiene información sobre los enemigos encontrados en Faiumoni.
+
+
+## boots
+
black boots=botas negras
You stub your toe on this pair of black boots. Perhaps they bring you bad luck?=te diste en el dedo del pie con algo usando estas botas ¿Quizá te dan mala suerte?
-mithril boots=botas de mithril
-You see a sparkling set of mithril boots.=Ves un brillante conjunto de botas de mithril.
+
+blue boots=botas azules
+You see a pair of blue boots.=Ves un par de botas azules.
+
+chain boots=botas de cota de malla
+You see a pair of chain boots, quite rusty but still strong.=Ves un par de botas de cota de malla, bastante oxidadas pero todavía resistentes.
+
+chaos boots=botas del caos
+You see a pair of chaos boots. Your steps are unsteady in them, but the extra defense they give is worth it.=Ves un par de botas del caos. Tus pasos son inestables con ellas, pero la defensa extra que proporcionan lo vale.
+
+elvish boots=botas élficas
+You see a pair of elvish boots.=Ves un par de botas élficas.
+
+golden boots=botas de oro
+You see a pair of golden boots. They will be heavy to wear but well worth their weight.=Ves un par de botas de oro. Serán pesadas de llevar pero valen su peso.
+
+green thing boots=botas de la cosa verde
+You see a pair of green thing boots. They're slimy inside, ewwww.=Ves un par de botas de la cosa verde. Estan pegajosas por dentro, puajjj.
+
killer boots=botas asesinas
You see a high heeled pair of killer boots. Are you brave enough to wear them?=Ves un par de botas asesinas de tacón alto ¿Eres lo bastante valiente como para llevarlas?
+
+leather boots=botas de cuero
+You see a simple pair of leather boots to give your feet some protection.=Ves un simple par de botas de cuero para dar algo de protección a tus pies.
+
+magic plate boots=
+
+mainio boots=botas de mainio
+You see a pair of mainio boots. It's hard to believe that boots looking like this would protect your feet so well as they do.=Ves un par de botas de mainio. Cuesta creer que unas botas con esa apariencia te pudiesen proteger los pies tan bien como lo hacen.
+
+mithril boots=botas de mithril
+You see a sparkling set of mithril boots.=Ves un brillante conjunto de botas de mithril.
+
+red boots=botas rojas
+You see a pair of red boots, the color reminds you of fresh blood.=Ves un par de botas rojas, su color te recuerda a la sangre fresca.
+
+royal boots=
+You see a pair of royal boots. They have magical properties=
+
+shadow boots=botas de sombra
+You see a pair of shadow boots. You can't fathom what they are made of.=Ves un par de botas de sombra. No puedes entender de qué están hechas.
+
+steel boots=botas de acero
+You see a pair of steel boots, fit for any soldier.=Ves un par de botas de acero, adecuadas para cualquier soldado.
+
+stone boots=botas de piedra
+You see a pair of stone boots. They may be heavy, but they protect your feet well.=Ves un par de botas de piedra. Puede que sean pesadas, pero te protegen bien los pies.
+
+studded boots=botas tachonadas
+You see a pair of worn studded boots with moderate protection for your feet.=Ves un par de botas tachonadas desgastadas que proporcionan una protección moderada a tus pies.
+
+xeno boots=botas de xeno
+You see a fine specimen of craftmanship, a pair of xeno boots.=Ves una excelente obra de artesanía, un par de botas de xeno.
+
+
+## boxes
+
present=regalo
You see a present. Open it.=Ves un regalo. Abrelo.
+
basket=cesta
You see an easter basket. Look inside.=Ves una cesta de Pascua. Mira dentro de ella.
+
stocking=calcetín
You see a christmas stocking. Look inside.=Ves un calcetín de Navidad. Mira dentro de él.
-cloak=capa
-You see a simple cloth cloak.=Ves una simple capa de tela.
-elf cloak=capa de elfo
-You see a white elf cloak. It doesn't look very warm.=Ves una capa de elfo blanca. No parece muy cálida.
-dwarf cloak=capa enana
-You see a dwarf cloak. Apparently this passes for fashion in some parts, but to you it looks more functional than fashionable.=Ves una capa enana. Aparentemente esto es lo que se entiende por moda en algunos lugares, pero a ti te resulta más funcional que de moda.
-red cloak=capa roja
-You see a red cloak covered in polka dots. It's terribly snazzy.=Ves una capa roja cubierta de lunares. Es terriblemente elegante.
-elvish cloak=capa élfica
-You see an elvish cloak. The material is dark, but thick and warm.=Ves una capa élfica. Su material es oscuro, pero es grueso y cálido.
-blue striped cloak=capa de rayas azules
-You see a fashionable blue striped cloak.=Ves una capa de rayas azules de moda.
-blue elf cloak=capa de elfo azul
-You see a blue elf cloak. The material is thick and warm.=Ves una capa de elfo azul. El material es grueso y cálido.
-stone cloak=capa de piedra
-You see a stone cloak. It's hard to tell how it was made, as the fibres look like narrow threads of mineral.=Ves una capa de piedra. Es difícil decir como se elaboró, ya que las fibras parecen delgados hilos de mineral.
-green dragon cloak=capa de dragón verde.
-You see a huge green dragon cloak. It's probably too big for you but, even dragging on the floor it will provide excellent protection.=Ves una enorme capa de dragón verde. Es probablemente demasiado grande para ti pero, aunque arrastre por el suelo te proporcionará una protección excelente.
-bone dragon cloak=capa de dragón de hueso
-You see a bone dragon cloak. It's incredibly old, like its last owner.=Ves una capa de dragón de hueso. Es increíblemente antigua, como su último dueño.
-lich cloak=capa de lich
-You see a purple lich cloak. It's stained with blood - yours, from the previous undead owner, or perhaps the blood of his enemies...=Ves una capa púrpura de lich. Está manchada de sangre - la tuya, la de su anterior dueño, o quizá la sangre de sus enemigos...
-vampire cloak=capa de vampiro
-You see a vibrant red vampire cloak. Wearing it sends a shiver down your spine.=Ves una capa de vampiro de vibrante color rojo. Llevarla puesta te produce un escalofrío por tu columna vertebral.
-shadow cloak=capa de sombra
-You see a shadow cloak, in colors of the shadow armor.=Ves una capa de sombra, en los mismos colores que la armadura de sombra.
-blue dragon cloak=capa de dragón azul
-You see a blue dragon cloak. The weave is tight and strong, though you wish the color drew less attention.=Ves una capa de dragón azul. La trama es apretada y resistente, aunque desearías que su color llamase menos la atención.
-red dragon cloak=capa de dragón rojo
-You see a red dragon cloak. He didn't have one for a long time but finally caved in to peer pressure and got one.=Ves una capa de dragón rojo. Él no había tenido ninguna durante mucho tiempo pero finalmente cedió a la presión de sus compañeros y se buscó una.
-black dragon cloak=capa de dragón negro
-You see a torn section from an enormous black dragon cloak. You're very lucky: the piece is just the right size for a human to wear.=Ves un retal arrancado de una enorme capa de dragón negro. Tienes mucha suerte: la pieza es justo del tamaño adecuado para que lo lleve un humano.
-golden cloak=capa de oro
-You see a golden cloak. See how the light glistens off the gold, it is a prized possession.=Ves una capa de oro. Ves cómo la luz brilla saliendo del oro, es una preciada posesión.
-chaos cloak=capa del caos
-You see a chaos cloak. The colors look like oil shimmering on a puddle.=Ves una capa del caos. Sus colores parecen aceite brillando en un charco.
-mainio cloak=capa de mainio
-You see a mainio cloak. It's flashing colors are absurd! But you wear it because it's very well made.=Ves una capa de mainio ¡Sus colores parpadeantes son absurdos! Pero la llevas puesta porque está muy bien elaborada.
-xeno cloak=capa de xeno
-You see a xeno cloak. It's heavy and thick, giving you a good protection.=Ves una capa de xeno. Es pesada y gruesa, proporcionandote una buena protección.
+
+
+## cloaks
+
black cloak=capa negra
You see a black cloak. The last owner had black thoughts. Will you?=Ves una capa negra. Su último dueño tuvo negros pensamientos ¿Los tendrás tú?
+
+black dragon cloak=capa de dragón negro
+You see a torn section from an enormous black dragon cloak. You're very lucky: the piece is just the right size for a human to wear.=Ves un retal arrancado de una enorme capa de dragón negro. Tienes mucha suerte: la pieza es justo del tamaño adecuado para que lo lleve un humano.
+
+blue dragon cloak=capa de dragón azul
+You see a blue dragon cloak. The weave is tight and strong, though you wish the color drew less attention.=Ves una capa de dragón azul. La trama es apretada y resistente, aunque desearías que su color llamase menos la atención.
+
+blue elf cloak=capa de elfo azul
+You see a blue elf cloak. The material is thick and warm.=Ves una capa de elfo azul. El material es grueso y cálido.
+
+blue striped cloak=capa de rayas azules
+You see a fashionable blue striped cloak.=Ves una capa de rayas azules de moda.
+
+bone dragon cloak=capa de dragón de hueso
+You see a bone dragon cloak. It's incredibly old, like its last owner.=Ves una capa de dragón de hueso. Es increíblemente antigua, como su último dueño.
+
+chaos cloak=capa del caos
+You see a chaos cloak. The colors look like oil shimmering on a puddle.=Ves una capa del caos. Sus colores parecen aceite brillando en un charco.
+
+cloak=capa
+You see a simple cloth cloak.=Ves una simple capa de tela.
+
+dwarf cloak=capa enana
+You see a dwarf cloak. Apparently this passes for fashion in some parts, but to you it looks more functional than fashionable.=Ves una capa enana. Aparentemente esto es lo que se entiende por moda en algunos lugares, pero a ti te resulta más funcional que de moda.
+
+elf cloak=capa de elfo
+You see a white elf cloak. It doesn't look very warm.=Ves una capa de elfo blanca. No parece muy cálida.
+
+elvish cloak=capa élfica
+You see an elvish cloak. The material is dark, but thick and warm.=Ves una capa élfica. Su material es oscuro, pero es grueso y cálido.
+
+golden cloak=capa de oro
+You see a golden cloak. See how the light glistens off the gold, it is a prized possession.=Ves una capa de oro. Ves cómo la luz brilla saliendo del oro, es una preciada posesión.
+
+green dragon cloak=capa de dragón verde
+You see a huge green dragon cloak. It's probably too big for you but, even dragging on the floor it will provide excellent protection.=Ves una enorme capa de dragón verde. Es probablemente demasiado grande para ti pero, aunque arrastre por el suelo te proporcionará una protección excelente.
+
+lich cloak=capa de lich
+You see a purple lich cloak. It's stained with blood - yours, from the previous undead owner, or perhaps the blood of his enemies...=Ves una capa púrpura de lich. Está manchada de sangre - la tuya, la de su anterior dueño, o quizá la sangre de sus enemigos...
+
+magic cloak=
+You see a magic cloak.=
+
+mainio cloak=capa de mainio
+You see a mainio cloak. Its flashing colors are absurd! But you wear it because it's very well made.=Ves una capa de mainio ¡Sus colores parpadeantes son absurdos! Pero la llevas puesta porque está muy bien elaborada.
+
mithril cloak=capa de mithril
You see a mithril cloak. Its weave is so fine and its looks are breathtaking.=Ves una capa de mithril. Su trama es tan fina y su apariencia quita la respiración.
-rift cloak=capa de rift
-You see a rift cloak. Almost useless in the battle, but saves your life when you enter a magical rift.=Ves una capa de rift. Casi inútil en la batalla, pero te salva la vida cuando entras en un rift mágico.
-club=garrote
-You see a wooden club. It won't kill much but is better than no weapon.=Ves un garrote de madera. No matará mucho pero es mejor que no tener ningún arma.
-staff=bastón
-You see a staff. This is a seldom seen or used weapon.=Ves un bastón. Ésta es un arma que rara vez se ve o se usa.
-mace=maza
-You see a mace, much neglected in years of use.=Ves una maza, muy descuidada en los años de uso.
-flail=mangual
-You see a military flail. Swinging it in circles will tire you but it will be an effective weapon.=Ves un mangual militar. Moverlo en círculos te cansará pero será un arma efectiva.
-enhanced mace=maza mejorada
-You see an enhanced mace. The heavy attacking end makes it hard to balance.=Ves una maza mejorada. Su pesado extremo de ataque la hace difícil de equilibrar.
-golden mace=maza de oro
-You see a shining golden mace. Despite looking ornamental, it is sharp enough to do some damage.=Ves una maza de oro brillante. A pesar de parece ornamental, está lo bastante afilada para hacer algún daño.
-skull staff=bastón de calavera
-You see a rare skull staff. It appears mystical but will work like any other staff.=Ves un bastón de calavera. Parece místico pero funcionará como cualquier otro bastón.
-morning star=lucero del alba
-You see a morning star. This is a very rare item indeed.=Ves un lucero del alba. Éste es realmente un artículo raro.
-hammer=martillo
-You see a common hammer. It is heavy enough that you should be able to bludgeon your enemies with it, but only slowly=Ves un martillo común. Es bastante pesado por lo que deberías de ser capaz de aporrear a tus enemigos con él, pero sólo con lentitud.
-golden hammer=martillo de oro
-You see a valuable golden hammer. This golden weapon may be worth a lot to someone. It has a slow rate of attack.=Ves un valioso martillo de oro. Este arma de oro puede valer muchísimo para alguien. Tiene un ritmo de ataque lento.
-war hammer=martillo de guerra
-You see a huge war hammer. It seems strong but is so heavy that you can only lift it to attack every so often..=Ves un enorme martillo de guerra. Parece potente pero es tan pesado que sólo lo puedes levantar de vez en cuando para atacar..
-ice war hammer=martillo de guerra de hielo
-You see a ice war hammer. The last owner must have been huge, to wield it.=Ves un martillo de guerra de hielo. Su último dueño debe de haber sido enorme, para manejarlo.
+
+red cloak=capa roja
+You see a red cloak covered in polka dots. It's terribly snazzy.=Ves una capa roja cubierta de lunares. Es terriblemente elegante.
+
+red dragon cloak=capa de dragón rojo
+You see a red dragon cloak. He didn't have one for a long time but finally caved in to peer pressure and got one.=Ves una capa de dragón rojo. Él no había tenido ninguna durante mucho tiempo pero finalmente cedió a la presión de sus compañeros y se buscó una.
+
+royal cloak=capa real
+You see a royal cloak. It will protect you against mighty foes.=Ves una capa real. Te protegará contra enemigos poderosos.
+
+shadow cloak=capa de sombra
+You see a shadow cloak, in colors of the shadow armor.=Ves una capa de sombra, en los mismos colores que la armadura de sombra.
+
+stone cloak=capa de piedra
+You see a stone cloak. It's hard to tell how it was made, as the fibres look like narrow threads of mineral.=Ves una capa de piedra. Es difícil decir como se elaboró, ya que las fibras parecen delgados hilos de mineral.
+
+vampire cloak=capa de vampiro
+You see a vibrant red vampire cloak. Wearing it sends a shiver down your spine.=Ves una capa de vampiro de vibrante color rojo. Llevarla puesta te produce un escalofrío por tu columna vertebral.
+
+xeno cloak=capa de xeno
+You see a xeno cloak. It's heavy and thick, giving you good protection.=Ves una capa de xeno. Es pesada y gruesa, proporcionandote una buena protección.
+
+
+## clubs
+
chaos hammer=martillo del caos
You see a chaos hammer. It is a fearsome weapon.=Ves un martillo del caos. Es un arma temible.
-ugmash=ugmash
-You see a huge ugmash. It can attack with a faster rate than many other clubs.=Ves un enorme ugmash. Puede atacar a un ritmo más rápido que muchos otros garrotes.
-vulcano hammer=martillo de vulcano
-You see a vulcano hammer. It's said to be a weapon of a God, but attacks with a snail like pace.=Ves un martillo de vulcano. Se dice que es el arma de un dios, pero ataca al ritmo de un caracol.
+
+club=garrote
+You see a wooden club. It won't kill much but is better than no weapon.=Ves un garrote de madera. No matará mucho pero es mejor que no tener ningún arma.
+
club of thorns=garrote de espinas
You see the club of thorns. The thorns are full with blood of tortured humans. It is hugely powerful but will drain your life to use it.=Ves el garrote de espinas. Las espinas estan llenas de sangre de humanos torturados. Es enormemente poderosa pero el usarla agotará tu vida.
-necromancers staff=baston de nigromante
-You see a cunningly beautiful staff. If you listen carefully you can hear its previous owners' souls screaming from within it.=Ves un bastón engañosamente hermoso. Si escuchas atentamente puedes oir las almas de sus anteriores dueños gritar desde dentro.
+
+enhanced mace=maza mejorada
+You see an enhanced mace. The heavy attacking end makes it hard to balance.=Ves una maza mejorada. Su pesado extremo de ataque la hace difícil de equilibrar.
+
+flail=mangual
+You see a flail. Swinging it in circles will tire you but it will be an effective weapon.=Ves un mangual. Moverlo en círculos te cansará pero será un arma efectiva.
+
+golden hammer=martillo de oro
+You see a valuable golden hammer. This golden weapon may be worth a lot to someone. It has a slow rate of attack.=Ves un valioso martillo de oro. Este arma de oro puede valer muchísimo para alguien. Tiene un ritmo de ataque lento.
+
+golden mace=maza de oro
+You see a shining golden mace. Despite looking ornamental, it is sharp enough to do some damage.=Ves una maza de oro brillante. A pesar de parece ornamental, está lo bastante afilada para hacer algún daño.
+
+hammer=martillo
+You see a common hammer. It is heavy enough that you should be able to bludgeon your enemies with it, but only slowly=Ves un martillo común. Es bastante pesado por lo que deberías de ser capaz de aporrear a tus enemigos con él, pero sólo con lentitud.
+
+ice war hammer=martillo de guerra de hielo
+You see an ice war hammer. The last owner must have been huge to wield it.=Ves un martillo de guerra de hielo. Su último dueño debe de haber sido enorme para manejarlo.
+
+mace=maza
+You see a mace, much neglected in years of use.=Ves una maza, muy descuidada en los años de uso.
+
+morning star=lucero del alba
+You see a morning star. This is a very rare item indeed.=Ves un lucero del alba. Éste es realmente un artículo raro.
+
rod of the gm=vara del DJ
-You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.=Ves una vara del DJ. Esta vara se reserva a aquellos con poderes especiales, ten cuidado de no dejar que caiga en las manos equivocadas.
+You see a rod of the GM. This rod is reserved for those with special powers, be careful not to let it fall into the wrong hands.=Ves una vara del DJ. Esta vara se reserva a aquellos con poderes especiales, ten cuidado de no dejar que caiga en las manos equivocadas.
+
+skull staff=bastón de calavera
+You see a rare skull staff. It appears mystical but will work like any other staff.=Ves un bastón de calavera. Parece místico pero funcionará como cualquier otro bastón.
+
+staff=bastón
+You see a staff. This is a seldom seen or used weapon.=Ves un bastón. Ésta es un arma que rara vez se ve o se usa.
+
+ugmash=ugmash
+You see a huge ugmash. It can attack with a faster rate than many other clubs.=Ves un enorme ugmash. Puede atacar a un ritmo más rápido que muchos otros garrotes.
+
+vulcano hammer=martillo de vulcano
+You see a vulcano hammer. It's said to be a weapon of a God, but attacks with a snail like pace.=Ves un martillo de vulcano. Se dice que es el arma de un dios, pero ataca al ritmo de un caracol.
+
+war hammer=martillo de guerra
+You see a huge war hammer. It seems strong but is so heavy that you can only lift it to attack every so often.=Ves un enorme martillo de guerra. Parece potente pero es tan pesado que sólo lo puedes levantar de vez en cuando para atacar.
+
+
+## containers
+
+keyring=llavero
+You see a keyring.=Ves un llavero.
+
empty sack=saco vacío
You see an empty sack. It will not stand up, unless you fill it first.=Ves un saco vacío. No se mantendrá en pie, a menos que lo llenes primero.
+
flask=frasco
-You see a flask. This flask is good for storing medicine.=Ves un frasco. Este frasco es bueno para almacenar medicina.
+You see a flask. It's good for storing medicine.=Ves un frasco. Es bueno para almacenar medicina.
+
+eared bottle=botella con asas
+You see an eared bottle. It is empty, someone drank the contents.=Ves una botella con asas. Está vacía, alguien se bebió su contenido.
+
+slim bottle=botella estrecha
+You see a slim bottle. It is empty, someone drank the contents.=Ves una botella estrecha. Está vacía, alguien se bebió su contenido.
+
+fat bottle=botella gruesa
+You see a fat bottle. It is empty, someone drank the contents.=Ves una botella gruesa. Está vacía, alguien se bebió su contenido.
+
+empty goblet=copa vacía
+You see an empty goblet. You wonder what could it hold.=Ves una copa vacía. Te preguntas que podría contener.
+
+goblet=copa
+You see a goblet. You look at its contents, and shiver at the blood inside.=Ves una copa. Miras su contenido, y sientes escalofríos al ver sangre dentro.
+
+vial=ampolleta
+You see a vial used in chemestry.=Ves una ampolleta utilizada en química.
+
+
+## crystals
+
+red emotion crystal=cristal rojo de emoción
+You see a red emotion crystal. It feels hot to the touch.=Ves un cristal rojo de emoción. Se siente caliente al tacto.
+
+purple emotion crystal=cristal morado de emoción
+You see a purple emotion crystal. It feels cold to the touch.=Ves un cristal morado de emoción. Se siente frío al tacto.
+
+yellow emotion crystal=cristal amarillo de emoción
+You see a yellow emotion crystal. It energizes you.=Ves un cristal amarillo de emoción. Te da energía.
+
+pink emotion crystal=cristal rosa de emoción
+You see a pink emotion crystal. It almost feels soft.=Ves un cristal rosa de emoción. Casi se siente suave.
+
+blue emotion crystal=cristal azul de emoción
+You see a blue emotion crystal. While holding it your worries seem to disappear.=Ves un cristal azul de emoción. Mientras al sujetarlo tus preocupaciones parecen desaparecer.
+
+
+## documents
+
+note=nota
+You see a note.=Ves una nota.
+
+coupon=cupón
+You see a coupon.=Ves un cupón.
+
+closed envelope=sobre cerrado
+
+opened envelope=sobre abierto
+
+sealed envelope=sobre sellado
+
+unsealed envelope=sobre sellado abierto
+
+assassins id=identificación de asesino
+You see an assassin's ID. Perhaps this can be put to good use.=Ves una identificación de asesino. Quizá puedas hacer un buen uso de ella.
+
+map=mapa
+You see a hand drawn map, but no matter how you look at it, nothing on it looks familiar.=Ves un mapa dibujado a mano. Pero por mucho que lo mires, no hay nada en él que parece familiar.
+
+
+## drinks
+
+olive oil=aceite de oliva
+You see a bottle of olive oil. Do not drink it pure, it will make you feel sick!=Ves una botella de aceite de oliva. No lo bebas puro, ¡te hará sentir mal!
+
+vinegar=vinagre
+You see a bottle of vinegar. Do not drink it pure, it will make you feel sick!=Ves una botella de vinagre. No lo bebas puro, ¡te hará sentir mal!
+
+fierywater=aguardiente
+You see a bottle of fierywater. Do not drink it pure, you would evaporate!=Ves una botella de aguardiente. No te la bebas pura, ¡Te evaporarías!
+
+mild koboldish torcibud=suave torcibud koboldiano
+You see a bottle of mild koboldish torcibud. It will help you recover when you're all bruised and battered.=Ves una botella de suave torcibud koboldiano. Te ayudará a recuperarte cuando estés todo magullado.
+
+strong koboldish torcibud=fuerte torcibud koboldiano
+You see a bottle of strong koboldish torcibud. It will help you recover when you're all bruised and battered.=Ves una botella de fuerte torcibud koboldiano. Te ayudará a recuperarte cuando estés todo magullado.
+
+vsop koboldish torcibud=torcibud koboldiano de estaca vieja muy especial
+You see a bottle of VSOP koboldish torcibud, specially aged in oak casks wrapped by the darkness of a dungeon cellar. It will help you recover when you're all bruised and battered.=Ves un torcibud koboldiano de estaca vieja muy especial, especialmente envejecida en barricas de roble envueltas por la oscuridad de la bodega de una mazmorra. Te ayudará a recuperarte cuando estés todo magullado.
+
+apple juice=zumo de manzana
+You see apple juice. On a hot summer day, it would taste great.=Ves zumo de manzana. En un día de verano caluroso, sabría estupendo.
+
+beer=cerveza
+You see a beer. On a hot summer day, it would taste great.=Ves una cerveza. En un día de verano caluroso, sabría estupendo.
+
+wine=vino
+You see a glass of red wine. It will quench your thirst.=Ves un vaso de vino tinto. Saciará tu sed.
+
+water=agua
+You see a bottle of fresh spring water. It's really tasty and fresh.=Ves una botella de agua fresca de manantial. Es realmente sabrosa y fresca.
+
+pina colada=piña colada
+You see a pina colada. It looks delicious but tastes dangerously strong!=Ves una piña colada. ¡Parece deliciosa pero sabe peligrosamente fuerte!
+
+tea=té
+You see a lovely cup of tea.=Ves una encantadora taza de té.
+
+milk=leche
+You see a small bottle of fresh milk.=Ves una pequeña botella de leche fresca.
+
+antidote=antídoto
+You see an antidote, to cure you of poison and protect you for a while.=Ves un antídoto, para curarte de venenos y protegerte durante un rato.
+
+greater antidote=antidoto mayor
+You see a greater antidote, to cure you of poison and protect you for a long while.=Ves un antidoto mayor, para curarte de venenos y protegerte durante un largo rato.
+
+mana=maná
+You see an bottle of mana, to increase your mana rapidly.=Ves una botella de maná, para rellenar tu maná rápidamente.
+
+poison=veneno
+You see a bottle of poison. Don't drink it!=Ves una botella de veneno ¡No te la tomes!
+
+greater poison=veneno mayor
+You see a greater poison. Don't drink it!=Ves un veneno mayor ¡No te lo tomes!
+
+deadly poison=veneno mortal
+You see a deadly poison. Don't drink it!=Ves un veneno mortal ¡No te lo tomes!
+
+disease poison=veneno de enfermar
+You see a disease poison. Be careful, it's wicked.=Ves un veneno de enfermar. Ten cuidado, es malvado.
+
+mega poison=mega veneno
+You see a mega poison. This is some wicked poison.=Ves un mega veneno. Éste es un veneno malvado.
+
+twilight elixir=elixir del crepúsculo
+You see a bottle of medicinal elixir.=Ves una botella de elixir medicinal.
+
+minor potion=poción menor
+You see a minor potion. It's not much but may save you in a tight spot.=Ves una poción menor. No es mucho pero puede salvarte en una situación difícil.
+
+soup=sopa
+You see a bowl of soup. Its contents fill you up.=Ves un plato de sopa. Su contenido te llena.
+
+fish soup=sopa de pescado
+You see a bowl of fish soup. Its contents fill you up.=Ves un plato de sopa de pescado. Su contenido te llena.
+
+potion=poción
+You see a potion. Take it to battle and you may survive longer.=Ves una poción. Llevatela a la batalla y puedes sobrevivir por más tiempo.
+
+greater potion=poción mayor
+You see a greater potion, invaluable in battle.=Ves una poción mayor, inestimable en la batalla.
+
+mega potion=mega poción
+You see a mega potion. It strengthens greatly.=Ves una mega poción. Te fortalece en gran medida.
+
+love potion=poción de amor
+You see a love potion. It looks powerful so take care to use it carefully!=Ves una poción de amor ¡Parece potente así que ten cuidado de usarla con precaución!
+
+sedative=sedante
+You see a sedative. It's effects can protect you from a shocked state.=Ves un sedante. Sus efectos pueden protegerte de un estado de shock.
+
+ashen holy water=agua santa cenizada
+A bottle of ashen holy water.=Ves una botella de agua santa cenizada.
+
+cobra venom=veneno de cobra
+You see a vial filled with cobra venom. Even in this small amount, it could be deadly if ingested.=Ves una ampolleta llena de veneno de cobra. Aun en esta pequeña cantidad, podría ser letal si se ingiere.
+
+antivenom=antiveneno
+You see a vial filled with antivenom.=Ves una ampolleta llena de antiveneno.
+
+
+## flowers
+
+rhosyd=rhosyd
+You see a beautiful and rare rhosyd flower.=Ves una bella y rara flor de rhosyd.
+
+rose=rosa
+You see a single red rose. It smells heavenly.=Ves una sola rosa roja.
+
+lilia=lilia
+You see a lilia, a single precious bloom.=Ves una lilia, una sola flor preciosa.
+
+daisies=margaritas
+You see a bunch of daisies. They are cheap and cheerful!=Ves un ramo de margaritas ¡Son baratas y alegran!
+
+pansy=pensamiento
+You see a pansy, so colorful and beautiful.=Ves un pensamiento, tan colorido y hermoso.
+
+zantedeschia=zantedeschia
+You see a zantedeschia, a delicate bloom with the sweetest fragrance.=Ves una zantedeschia, una flor delicada con la más dulce de las fragancias.
+
+
+## food
+
+apple=manzana
+You see a nice shiny apple.=Ves una bonita y brillante manzana.
+
+purple apple=manzana morada
+You see a purple apple. It is loaded with memories=Ves una manzana morada. Está cargada de recuerdos.
+
+mauve apple=manzana malva
+You see a mauve apple. It is loaded with memories=Ves una manzana malva. Está cargada de recuerdos.
+
+black apple=manzana negra
+You see a black apple. It must be a gift from lil Johnnnny. He's the guy with black items.=Ves una manzana negra. Debe de ser un regalo del pequeño Johnnny
+
+lemon=limón
+You see a lemon. Could be an ingredient for the right chef...=Ves un limón. Podría ser un ingrediente para el chef adecuado.
+
+banana=banana
+You see a banana. Be careful of monkeys when you have them in your bag!=Ves una banana. ¡Ten cuidado con los monos cuando las llevas en tu bolso!
+
+cherry=cereza
+You see a cherry. Its tangy taste revives you a little.=Ves una cereza. Su sabor amargo te revive un poco.
+
+coconut=coco
+You see a coconut. Luckily it's already cracked and you can drink from it.=Ves un coco. Afortunadamente ya está abierto y puedes beber de él.
+
+corn=maíz
+You see an ear of corn. It could be eaten raw, grilled or turned into flour... Your choice.=Ves una oreja de maíz. Se puede comer cruda, asada o convertirla en harina... Tú decides.
+
+grapes=
+You see a bunch of grapes. They look quite juicy and tasty.=
+
+olive=
+You see a small ripe olive. It can be eaten or used to create olive oil.=
+
+pear=
+You see a pear. Its lovely smell convinces you of taking it.=
+
+pineapple=piña
+You see a tropical pineapple.=Ves una piña tropical.
+
+pomegranate=
+You see a pomegranate. If you eat it, you will be in great shape soon.=
+
+watermelon=
+You see a watermelon. It refreshes your throat during hot summer days.=
+
+artichoke=alcachofa
+You see an artichoke. It can be an ingredient, or you can eat it.=Ves una alcachofa. Puede ser un ingrediente, o te la puedes comer.
+
+broccoli=brocoli
+You see a bunch of broccoli.=Ves un manojo de brocoli.
+
+carrot=zanahoria
+You see a carrot. It can be an ingredient, or you can eat it.=Ves una zanahoria. Puede ser un ingrediente, o te la puedes comer.
+
+cauliflower=coliflor
+You see a fresh head of cauliflower.=Ves la cabeza de una fresca coliflor.
+
+zucchini=calabacín
+You see a zucchini. It can be an ingredient, or you can eat it.=Ves un calabacín. Puede ser un ingrediente, o te lo puedes comer.
+
+collard=col
+You see a collard. It's rare and strangely magical.=Ves una col. Es rara y extrañamente mágica.
+
+garlic=ajo
+You see some fresh garlic.=Ves un poco de ajo fresco.
+
+leek=puerro
+You see a fresh leek.=Ves un puerro fresco.
+
+onion=cebolla
+You see an onion.=Ves una cebolla.
+
+lettuce=lechuga
+
+spinach=espinacas
+You see spinach. It is enriched with vitamins.=Ves espinacas. Está enriquecida con vitaminas.
+
+tomato=tomate
+You see a tomato, put it in a salad or eat it.=Ves un tomate, ponlo en la ensalada o cometelo.
+
+egg=huevo
+You see an egg.=Ves un huevo.
+
+button mushroom=champiñón común
+You see a button mushroom. It can be an ingredient, or you can eat it.=Ves un champiñón común. Puede ser un ingrediente, o te lo puedes comer.
+
+porcini=seta calabaza
+You see a porcini. It can be an ingredient, or you can eat it.=Ves una seta calabaza. Puede ser un ingrediente, o te la puedes comer.
+
+toadstool=seta venenosa
+You see a toadstool. Beware!=Ves una seta venenosa ¡Ten cuidado!
+
+char=salvelinus
+You see a char, with a fleshy pink belly.=Ves un salvelinus, con un vientre carnoso de color rosa.
+
+cod=bacalao
+You see a cod.=Ves un bacalao.
+
+smoked cod=bacalao ahumado
+You see a smoked cod.=Ves un bacalao ahumado.
+
+mackerel=caballa
+You see a mackerel.=Ves una caballa.
+
+perch=perca
+You see a perch.=Ves una perca.
+
+roach=rutilo
+You see a roach.=Ves un rutilo
+
+clownfish=pez payaso
+You see a striped clownfish.=Ves un pez payaso a rayas.
+
+red lionfish=pterois rojo
+You see a venomous coral reef red lionfish.=Ves un pterois rojo venenoso de los arrecifes de coral
+
+surgeonfish=pez cirujano
+You see a bright blue surgeonfish.=Ves un pez cirujano de color azul brillante.
+
+trout=trucha
+You see a trout.=Ves una trucha.
+
+smoked trout=trucha ahumado
+You see a smoked trout.=Ves una trucha ahumada.
+
+bread=pan
+You see a loaf of bread. It is freshly baked and ready to eat.=Ves una barra de pan. Está recién horneada y lista para comer.
+
+pie=pastel
+You see a meat and vegetable pie.=Ves un pastel de carne y verduras.
+
+apple pie=tarta de manzana
+You see a delicious apple pie, made with only genuine ingredients.=Ves una deliciosa tarta de manzana, elaborada sólo con los ingredientes genuinos.
+
+cherry pie=tarta de cereza
+You see a delicious cherry pie, made with only genuine ingredients.=Ves una tarta de cereza deliciosa, elaborada sólo con los ingredientes genuinos.
+
+fish pie=empanada de pescado
+You see a fish and leek pie. It's not too stodgy so you can eat it faster than a meat pie.=Ves una empanada de pescado y puerros. No es demasiado pesada así que te la puedes comer más rápido que un pastel de carne.
+
+crepes suzette=crepe suzette
+You see a crepes suzette topped with hot chocolate sauce.=Ves una crepe suzette cubierta con salsa de chocolate caliente.
+
+sandwich=sandwich
+You see a ham and cheese sandwich.=Ves un sandwich de jamón y queso.
+
+smoked ham=jamón ahumado
+You see a smoked ham.=Ves un jamón ahumado.
+
+sugar=azúcar
+You see a sack of raw sugar.=Ves un saco de azúcar no refinado.
+
+butter=mantequilla
+You see some butter. It is an ingredient or can be eaten if you like.=Ves un poco de mantequilla. Es un ingrediente o se puede comer si quieres.
+
+honey=miel
+You see a jar of sticky sweet honey. It's the clear runny kind.=Ves una jarra de miel dulce y pegajosa. Es de tipo fluído y claro.
+
+icecream=helado
+You see a wafer cone with vanilla ice cream and chocolate flakes.=Ves un cucurucho de helado de vainilla y virutas de chocolate.
+
+licorice=regaliz
+You see some delicious licorice. Your mouth waters.=Ves un poco de delicioso regaliz. Se te hace la boca agua.
+
+hotdog=perrito caliente
+You see what looks like a tasty hotdog on a bun.=Ves lo que parece ser un sabroso perrito caliente en un bollo.
+
+cheeseydog=perrito caliente con queso
+You see what looks like a tasty cheeseydog on a bun.=Ves lo que parece ser un sabroso perrito caliente con queso en un bollo.
+
+cheese sausage=salchicha de queso
+You see what looks like a tasty cheese sausage.=Ves lo que parece ser una sabrosa salchicha de queso.
+
+sausage=salchicha
+You see what looks like a tasty sausage.=Ves lo que parece ser una sabrosa salchicha.
+
+tuna sandwich=sandwich de atún
+You see what looks like a tuna sandwich.=Ves lo que parece ser un sandwich de atún.
+
+chocolate shake=batido de chocolate
+You see a scrumptious chocolate shake. Absolutely NO calories.=Ves un batido de chocolate para chuparse los dedos. Absolutamente SIN calorías.
+
+vanilla shake=batido de vainilla
+You see a yummy vanilla shake. Absolutely NO calories.=Ves un sabroso batido de vainilla. Absolutamente SIN calorías.
+
+potato=papa
+You see a potato.=Ves una papa.
+
+habanero pepper=
+You see a habanero pepper. Could be a very HOT ingredient for a decent meal...=
+
+pinto beans=
+You see a bunch of pinto beans. An ingredient a chef will surely appreciate...=
+
+cheese=queso
+You see some cheese. Eat it and see what happens.=Ves un poco de queso. Cometelo y verás lo que pasa.
+
+chicken=pollo
+You see a tasty leg of chicken.=Ves un sabroso muslo de pollo.
+
+chocolate bar=barrita de chocolate
+You see an absolutely yummy chocolate bar.=Ves una barrita de chocolate absolutamente deliciosa.
+
+candycane=
+You see a delicious candy cane.=
+
+greenmint=
+You see a green mint.=
+
+gumdrops=
+You see a mix of gum drops.=
+
+lemondrop=
+You see a sweet and tangy lemon drop.=
+
+lollipop=
+You see a lollipop.=
+
+peppermint=
+You see a sweet, little peppermint.=
+
+taffy=
+You see some ooey gooey taffy.=
+
+fairy cake=fairy cake
+You see a luscious fairy cake with icing and sprinkles on top.=Ves un delicioso fairy cake con cobertura y fideos de chocolate por encima.
+
+ham=jamón
+You see a juicy ham.=Ves un jugoso jamón.
+
+meat=carne
+You see a piece of meat.=Ves un pedazo de carne.
+
+smoked meat=carne ahumado
+You see a piece of smoked meat.=Ves un trozo de carne ahumada.
+
+easter egg=huevo de pascua
+You see a lovely chocolate easter egg. It's huge!=Ves un encantador huevo de pascua ¡Es enorme!
+
+small easter egg=huevo de pascua pequeño
+You see a small chocolate easter egg. Yummy!=Ves un pequeño huevo de pascua de chocolate ¡Delicioso!
+
+grilled steak=filete a la parrilla
+You see a fresh grilled steak. It smells awesome and is really juicy.=Ves un filete a la parrilla recién hecho. Huele fenomenal y está realmente jugoso.
+
+pizza=pizza
+You see a tasty pizza, and hope they put extra cheese on it.=Ves una sabrosa pizza, y esperas que le hayan puesto extra de queso por encima.
+
+
+## furniture
+
+picture in wooden frame=
+You see a picture in a wooden frame=
+
+
+## helmets
+
+leather helmet=casco de cuero
+You see a leather helmet, it seems more like a hat than a defensive item.=Ves un casco de cuero, parece más un sombrero que un elemento defensivo.
+
+trophy helmet=casco trofeo
+You see a Trophy Helmet. Those who were brave and finished the death match, win this helmet.=
+
+robins hat=sombrero de robin
+You see a robins hat. It's cute but that's about it.=Ves un sombrero de robin. Es gracioso pero eso es todo.
+
+studded helmet=casco tachonado
+You see a studded helmet, it should protect your head against cuts but perhaps not hard blows.=Ves un casco tachonado, debería de protegerte la cabeza de cortes pero quizá no de golpes fuertes.
+
+elvish hat=
+You see an elvish hat. The elf craftmanship has made the leafy material stronger than one would think.=
+
+chain helmet=casco de cota de malla
+You see a solid chain helmet, it will be excellent protection for your head.=Ves un sólido casco de cota de malla, será una excelente protección para la cabeza.
+
+viking helmet=casco de vikingo
+You see a viking helmet. The previous owner wore it to many battles.=Ves un casco de vikingo. Su anterior dueño lo llevó consigo a muchas batallas.
+
+aventail=almófar
+You see an aventail. It's a clever design.=Ves un almófar. Es un diseño ingenioso.
+
+blue helmet=casco azul
+You see a brand new blue helmet.=Ves un casco azul nuevecito.
+
+red helmet=casco rojo
+You see a red helmet, it reminds you of a jester's hat but you can be sure it has better protection than that.=Ves un casco rojo, te recuerda al sombrero de un bufón pero puedes estar seguro de que te proporcionará una protección mejor que esa.
+
+golden helmet=casco de oro
+You see a heavy golden helmet. The thick metal should protect you against almost anything.=Ves un pesado casco de oro. El grueso metal debería de protegerte contra casi todo.
+
+horned golden helmet=casco de oro con cuernos
+You see a horned golden helmet.=Ves un casco de oro con cuernos.
+
+shadow helmet=casco de sombra
+You see a heavy shadow helmet. Instead of shining, it darkly gleams.=Ves un pesado casco de sombra. En lugar de brillar, emite destellos oscuros.
+
+xeno helmet=
+You see a xeno helmet.=
+
+chaos helmet=casco del caos
+You see a chaos helmet.=Ves un casco del caos.
+
+mainio helmet=casco de mainio
+You see a strange mainio helmet. You can barely see when wearing it, but it protects your head very well.=Ves un extraño casco de mainio. Apenas puedes ver cuando lo llevas puesto, pero te protege muy bien la cabeza.
+
+magic chain helmet=casco de cota de malla mágico
+You see a magic chain helmet.=Ves un casco de cota de malla mágico.
+
+liberty helmet=casco de la libertad
+You see the liberty helmet. It's light and strong, you feel free wearing it.=Ves el casco de la libertad. Es ligero y resistente, te sientes libre al llevarlo puesto.
+
+black helmet=casco negro
+You see a black helmet.=Ves un casco negro
+
+mithril helmet=casco de mithril
+You see a mithril helmet.=Ves un casco de mithril.
+
+royal helmet=
+You see a royal helmet.=
+
+
+## herbs
+
+arandula=arandula
+You see an arandula. It has medicinal properties, if the right person uses it.=Ves una arandula. Tiene propiedades medicinales, si es usada por la persona adecuada.
+
+kokuda=kokuda
+You see a kokuda. It has medicinal properties, if the right person uses it.=Ves una kokuda. Tiene propiedades medicinales, si es usada por la persona adecuada.
+
+kekik=kekik
+You see a kekik. It is a herb which can have healing properties.=Ves una kekik. Es una hierba que puede tener propiedades curativas.
+
+mandragora=mandrágora
+You see a root of mandragora. It has medicinal properties, if the right person uses it.=Ves una raíz de mandrágora. Tiene propiedades medicinales, si es usada por la persona adecuada.
+
+sclaria=sclaria
+You see the herb sclaria. The smell is calming.=Ves la hierba sclaria. Su olor es calmante.
+
+reindeer moss=
+You see reindeer moss, something that grows only around Semos. It is quite a delicacy to reindeer, but extremely bitter to humans.=
+
+
+## jewellery
+
+emerald=esmeralda
+You see an emerald, a precious gemstone.=Ves una esmeralda, una gema preciosa.
+
+sapphire=zafiro
+You see a sapphire, a precious gemstone.=Ves un zafiro, una gema preciosa.
+
+carbuncle=carbúnculo
+You see a carbuncle, a precious gemstone related to the garnet.=Ves un carbúnculo, una gema preciosa relacionada con el granate.
+
+obsidian=obsidiana
+You see a piece of obsidian, it's known as volcanic glass because it forms when lava cools rapidly. When used as a gemstone it may look jet black or silvery grey, depending on how it is cut.=Ves una pieza de obsidiana, es conocida como vidrio volcánico porque se forma cuando la lava se enfría rápidamente. Cuando se usa como gema puede parecer negro azabache o gris plateado, dependiendo de cómo se corte.
+
+amethyst=
+You see an amethyst, a precious gemstone.=
+
+diamond=diamante
+You see a diamond, not just a beautiful gem but also the hardest naturally occurring material.=Ves un diamante, no es sólo una hermosa gema sino también el material más duro de origen natural.
+
+black pearl=perla negra
+You see a black pearl, so dark and shiny.=Ves una perla negra, tan oscura y brillante.
+
+
+## keys
+
+dungeon silver key=llave de plata de la mazmorra
+You see a silver dungeon key. Use it only if you are brave.=Ves una llave de plata de la mazmorra. Usala sólo si eres valiente.
+
+lich gold key=llave de oro del lich
+You see a golden lich key. It will open the door to terrible things.=Ves una llave de oro del lick. Abrirá la puerta a cosas terribles.
+
+minotaur key=llave del minotauro
+You see a fancy bronze key. It smells faintly of minotaur. Perhaps one dropped it?=Ves una lujosa llave de bronce. Huele ligeramente a minotauro. ¿Quizá se le cayó a uno?
+
+nalwor bank key=llave del banco de nalwor
+You see a key to the customer room of Nalwor Bank.=Ves una llave de la sala de clientes del Banco de Nalwork.
+
+kotoch prison key=llave de la prisión de kotoch
+You see an ancient copper key, enscribed with something in Orcish.=Ves una antigua llave de cobre, grabada con algo en Orco.
+
+kanmararn prison key=llave de la prisión de kanmararn
+You see a key which matches the locks in the Kanmararn prison.=Ves una llave que coincide con las cerraduras de la prisión de Kanmararn.
+
+sedah gate key=llave de la puerta de sedah
+You see a key for the gate to the imperial city of Sedah.=Ves una llave que abre la puerta que lleva a la ciudad imperial de Sedah.
+
+pet sanctuary key=llave del santuario de mascotas
+You see a key for the pet sanctuary in Ados.=Ves una llave que abre el santuario de mascotas en Ados.
+
+house key=llave de la casa
+You should not see this description=No deberías de poder ver esta descripción
+
+gate key=
+You should not see this description=No deberías de poder ver esta descripción
+
+master key=llave maestra
+
+small key=llave pequeña
+You see the key for Zara's row house in Ados.=Ves la llave de la row house de Zara en Ados.
+
+
+## legs
+
+black legs=quijotes negros
+You see a pair of black legs.=Ves un par de quijotes negros.
+
+blue legs=quijotes azules
+You see a pair of shiny new blue legs.=Ves un par de quijotes azules nuevos y brillantes.
+
+chain legs=quijotes de cota de malla
+You see a pair of well made chain legs. They should protect you against any attacks aimed low.=Ves un par de quijotes de cota de malla bien elaborados. Deberían de protegerte frente a cualquier ataque bajo.
+
+chaos legs=quijotes del caos
+You see a pair of chaos legs. The strange colors confuse you.=Ves un par de quijotes del caos. Sus extraños colores te confunden.
+
+dwarvish legs=
+You see a pair of dwarvish legs, designed by master craftsmen.=
+
+elvish legs=quijotes élficos
+You see a pair of elvish legs.=Ves un par de quijotes élficos.
+
+golden legs=quijotes de oro
+You see a pair of shining, strong golden legs.=Ves un par de quijotes de oro, resistentes y relucientes.
+
+jewelled legs=quijotes enjoyados
+You see a beautiful pair of jewelled legs. A large red gem glints at you and they're encrusted all over with sapphires.=Ves un hermoso par de quijotes enjoyados. Una gema roja grande emite reflejos hacia ti y tienen incrustaciones de zafiro por todas partes.
+
+leather legs=quijotes de cuero
+You see a pair of leather legs. They look new but they're poor quality.=Ves un par de quijotes de cuero. Parecen nuevos pero son de mala calidad.
+
+magic plate legs=
+
+mainio legs=quijotes de mainio
+You see a pair of odd looking mainio legs. They are somewhat startling but they give you good protection.=Ves un par de quijotes de mainio de extraño aspecto. Son de algún modo sorprendentes pero te proporcionan una buena proteccion.
+
+mithril legs=quijotes de mithril
+You see a pair of mithril legs. They will serve you well.=Ves un par de quijotes de mithril. Te servirán de mucho.
+
+red legs=quijotes rojos
+A pair of red legs are in your grasp.=Un par de quijotes rojos están a tu alcance.
+
+royal legs=
+You see a pair of royal legs.=
+
+shadow legs=quijotes de sombra
+You see a pair of shadow legs. The weight of them is incredible.=Ves un par de quijotes de sombra. Su peso es increíble.
+
+stone legs=
+You see a pair of stone legs, heavy and durable.=
+
+studded legs=quijotes tachonados
+You see a pair of blood stained studded legs. You're not sure if the blood came from their last owner... or his enemies.=Ves un par de quijotes tachonados manchados de sangre. No estás seguro de si la sangre es de su último dueño... o de sus enemigos.
+
+xeno legs=quijotes de xeno
+You see a pair of xeno legs. They're very strong and look brand new.=Ves un par de quijotes de xeno. Son muy resistentes y parecen nuevecitos.
+
+
+## miscs
+
+decent meal=
+You see a decent meal for Groongo Rahnnt. Deliver it to him quickly!=
+
+bulb=bulbo
+You see a bulb. It can be planted in fertile ground where it will thrive.=Ves un bulbo. Puede ser plantado en terreno fértil donde se prosperará.
+
+seed=semilla
+You see a seed. It can be planted in fertile ground where it will thrive.=Ves un semilla. Puede ser plantado en terreno fértil donde se prosperará.
+
+giant heart=corazón gigante
+You see a giant heart. This proves that a giant was defeated, and has magical properties that you are not sure of.=Ves un corazón gigante. Ésto demuestra que un gigante fue derrotado, y tiene propiedades mágicas de las que no estás seguro.
+
+dice=dados
+You see a set of dice. May lady luck be with you.=Ves un grupo de dados. Que la suerte te acompañe.
+
+cards=cartas
+You see a deck of cards. Shuffle them well, to get a winning hand.=Ves una baraja de cartas. Barajealas bien, para ganar la mano.
+
+teddy=peluche
+You see a teddy bear. It's soft and cuddly, and children love them.=Ves un oso de peluche. Es suave y tierno, y a los niños les encanta.
+
+rodent trap=
+You see a rodent trap.=
+
+vampirette entrails=entrañas de vampiresa
+You see some vampirette entrails. These guts prove that a vampirette was slain.=Ves unas entrañas de vampiresa. Estas vísceras demuestran que una vampiresa fue asesinada.
+
+bat entrails=entrañas de murciégalo
+You see some bat entrails, full of the blood of a living creature.=Ves unas entrañas de murciégalo, llenas de sangre de algún ser vivo.
+
+suntan cream=crema bronceadora
+You see a tube of suntan cream and notice that the outside is slippery. A nice scent of coconut mixed with bannana wafts into the air from it.=
+
+marbles=canicas
+You see some marbles. Boys will be boys.=Ves unas canicas. Son cosas de niños.
+
+canned tuna=atún en lata
+You see what appears to be canned tuna. Too bad you don't have a can opener.=Ves lo que parece ser atún enlatado. Lástima que no tengas un abrelatas.
+
+snowglobe=esfera de nieve
+You see a snowglobe. It's so festive, it reminds you of Christmas!=Ves una esfera de nieve. ¡Es tan festiva, te recuerda a la Navidad!
+
+bobbin=canilla
+You see a bobbin for a sewing machine.=Ves una canilla para una máquina de coser.
+
+venom gland=
+You see the venom gland of a giant king cobra. It is filled with deadly toxin.=
+
+pelt=
+You see a pelt of animal skin. It's used to make clothes and leather armor.=
+
+leather thread=
+You see a strand of sturdy leather thread.=
+
+unicorn horn=
+You see a spiral unicorn horn. It is highly valued by traders and used in the creation of magical items.=
+
+
+## missiles
+
+snowball=bola de nieve
+You see a snowball. You can throw it at your friends or put it in your bag to keep your fish fresh. But be careful, there could be little stones in it.=Ves una bola de nieve. Puedes tirarselas a tus amigos o ponerlas en tu bolsa para conservar el pescado fresco. Pero ten cuidado, podría haber piedrecitas dentro de ella.
+
+vomit=vómito
+You see a pile of vomit. Gross!=Ves un montón de vómito ¡Qué desagradable!
+
+shuriken=shuriken
+You see a shuriken. You'll need to be close before you can use it as a missile. Stand square on, not diagonally, for the best results.=Ves un shuriken. Necesitarás estar cerca antes de que lo puedas usar como proyectil. Permanece recto, no inclinado, para obtener los mejores resultados.
+
+fire shuriken=shuriken de fuego
+You see a fire shuriken. Throwing this flaming missile unleashes fiendish power.=Ves un shuriken de fuego. El lanzamiento de este proyectil en llamas desata un poder diabólico.
+
+wooden spear=lanza de madera
+You see a wooden spear. You can attack at a distance with this primitive weapon. Stand square on, not diagonally, for the best results.=Ves una lanza de madera. Puedes atacar a distancia con este arma primitiva. Permanece recto, no inclinado, para obtener los mejores resultados.
+
+
+## money
+
+money=dinero
+
+
+## ranged
+
+wooden bow=arco de madera
+You see a wooden bow. With this in one hand, and wooden arrows in the other, you may be able to attack from a distance.=Ves un arco de madera. Con esto en una mano, y flechas de madera en la otra, puedes ser capaz de atacar a distancia.
+
+longbow=arco largo
+You see a longbow. Equipped with this, and a supply of arrows, you will have an effective ranged attack.=Ves un arco largo. Equipado con ésto, y con un surtido de flechas, conseguirás un efectivo ataque a distancia.
+
+composite bow=arco compuesto
+You see a composite bow. It's better strung than most bows, for excellent ranged attack.=Ves un arco compuesto. Está mejor tensado que la mayoría de arcos, para proporcionar un excelente ataque a distancia.
+
+crossbow=ballesta
+You see a crossbow. The attack is high but it has a very short range. What do you prefer?=Ves una ballesta. Su ataque es elevado pero cubre una distancia muy corta. ¿Qué prefieres?
+
+hunter crossbow=ballesta de cazador
+You see a hunter crossbow. You must decide if the high attack is worth the short range it has.=Ves una ballesta de cazador. Debes decidir si su elevado ataque compensa la corta distancia que cubre.
+
+mithril bow=arco de mithril
+You see a light and strong mithril bow. Its impeccable workmanship affords incredible accuracy.=Ves un arco de mithril ligero y resistente. Su impecable elaboración permite una precisión increíble.
+
+
+## relics
+
+skull ring=anillo de calavera
+You see a skull ring.=Ves un anillo de calavera.
+
+amulet=amuleto
+
+
+## resources
+
+wood=madera
+You see some wood, fallen from a nearby tree.=Ves un poco de madera, caída de algún árbol cercano.
+
+sugar cane=caña de azúcar
+You see a sugar cane. You can grind it for raw sugar.=Ves una caña de azúcar. Puedes molerla para obtener azúcar no refinado.
+
+grain=trigo
+You see a sheaf of grain.=Ves una gavilla de trigo.
+
+flour=harina
+You see a sack of flour. It can be used in recipes for pizzas and sandwiches.=
+
+iron ore=mineral de hierro
+
+coal=carbón
+You see a black and shiny piece of stone coal. It stayed in the ground for million of years.=Ves un pedazo de piedra de carbón negro y brillante. Permaneció enterrado durante millones de años.
+
+wool=lana
+You see wool. It was recently shorn.=Ves lana. Fue esquilada recientemente.
+
+yarn=hilo de lana
+You see a ball of yarn. It was spun with care.=Ves un ovillo de lana. Fue hilado con sumo cuidado.
+
+cloth=tela
+You see a roll of cloth. It is of first-class quality.=Ves un rollo de tela. Es de primera calidad.
+
+gold nugget=pepita de oro
+You see a gold nugget. Its rich golden color shines, and it may be useful.=Ves una pepita de oro. Su vivo color dorado brilla,y puede resultar útil.
+
+mithril nugget=pepita de mithril
+You see a mithril nugget. Its pale silvery color shines, and it may be useful.=Ves una pepita de mithril. Su pálido color plateado brilla, y puede resultar útil.
+
+iron bar=
+
+gold bar=barra de oro
+You see a gold bar. It will make beautiful jewelry, or fetch a fine price.=Ves una barra de oro. Servirá para hacer hermosas joyas, o se pagará un buen precio por ella.
+
+mithril bar=barra de mithril
+You see a mithril bar. It can be made into excellent armor, or fetch a fine price.=Ves una barra de mithril. Se puede elaborar una armadura excelente con ella, o se puede pagar un buen precio por ella.
+
+golden egg=huevo de oro
+You see a valuable golden egg.=Ves un valioso huevo de oro.
+
+spotted egg=huevo con manchas
+You see a spotted egg. They are said to be delicious.=Ves un huevo con manchas. Se dice que son deliciosos.
+
+silk gland=glándula de seda
+You see a silk gland from a giant spider. Its contents are extremely valuable.=Ves una glándula de seda de una araña gigante. Su contenido es extremadamente valioso.
+
+silk thread=hilo de seda
+You see a spool of silk thread, spun from the glands of a giant spider.=Ves un carrete de hilo de seda, hilado de las glándulas de una araña gigante.
+
+oil=aceite
+You see a small can of oil.=Ves una pequeña lata de aceite.
+
+mithril thread=hilo de mithril
+You see a spool of mithril thread, made from silk fused with mithril.=Ves un carrete de hilo de mithril, elaborado a partir de seda fundida con mithril.
+
+mithril fabric=tela de mithril
+You see a couple yards of mithril fabric. It's very sparkly!=Ves un par de metros de tela de mithril ¡Emite muchos destellos!
+
+horse hair=pelo de caballo
+You see some horse hairs.=Ves un poco de pelos de caballo.
+
+beeswax=cera de abeja
+You see a piece of beeswax.=Ves un pedazo de cera de abeja.
+
+candle=vela
+You see a candle in a candle stick.=Ves una vela en un candelero.
+
+charcoal=
+You see charcoal, a component of carbon steel.=
+
+
+## rings
+
+medicinal ring=
+You see a medicinal ring. It may protect you from being poisoned when worn on the finger.=
+
+antivenom ring=
+You see an antivenom ring. It has a good chance to protect you from poisoning when worn on the finger.=
+
+placid ring=
+You see a placid ring. It may reduce the effects of being shocked when worn on the finger.=
+
+insulated ring=
+You see an insulated ring that may protect from being shocked. It must be worn on the finger.=
+
+wedding ring=anillo de boda
+You see a golden wedding ring, a symbol of love.=
+
+engagement ring=anillo de compromiso
+You see a diamond engagement ring, a symbol of love (or a symbol of wealth?)=Ves un anillo de compromiso de diamante, un símbolo de amor (¿o un símbolo de riqueza?)
+
+emerald ring=anillo de esmeralda
+You see an emerald ring, known as ring of life. Wear it, and you risk less from death.=Ves un anillo de esmeralda, conocido como el anillo de la vida. Llevalo, y arriesgarás menos al morir.
+
+turtle shell ring=
+You see a turtle shell ring.=
+
+imperial ring=
+You see an imperial ring. It is imbued with the strength of a king.=
+
+enhanced imperial ring=
+You see an enhanced imperial ring. It eminates the auras of strength and defense.=
+
+ring of clarity=
+You see a ring of clarity. You feel more aware while wearing it.=
+
+
+## scrolls
+
+summon scroll=pergamino de invocación
+You see a summon scroll. It summons a creature to aid in your adventures.=
+
+summon pet scroll=
+
+blank pet scroll=
+
+home scroll=pergamino del hogar
+You see a home scroll, it will take you back to semos city.=Ves un pergamino del hogar, te llevará de regreso a la ciudad de semos.
+
+nalwor city scroll=pergamino de la ciudad de nalwor
+You see a nalwor city scroll, it will take you back to nalwor city.=Ves un pergamino de la ciudad de nalwor, te llevará de regreso a la ciudad de nalwor.
+
+ados city scroll=pergamino de la ciudad de ados
+You see an ados city scroll, it will take you back to ados city.=Ves un pergamino de la ciudad de ados, te llevará de regreso a la ciudad de ados.
+
+fado city scroll=pergamino de la ciudad de fado
+You see a fado city scroll, it will take you back to fado city.=Ves un pergamino de la ciudad de fado, te llevará de regreso a la ciudad de fado.
+
+kirdneh city scroll=pergamino de la ciudad de kirdneh
+You see a kirdneh city scroll, it will take you back to kirdneh city.=Ves un pergamino de la ciudad de kirdneh, te llevará de regreso a la ciudad de kirdneh.
+
+kalavan city scroll=pergamino de la ciudad de kalavan
+You see a kalavan city scroll, it will take you back to kalavan city.=Ves un pergamino de la ciudad de kalavan, te llevará de regreso a la ciudad de kalavan.
+
+deniran city scroll=
+You see a deniran city scroll, it will take you back to deniran city.=
+
+marked scroll=pergamino marcado
+
+invitation scroll=pergamino de invitación
+
+empty scroll=pergamino en blanco
+You see an empty scroll. If used correctly it will return you to where you marked it at.=Ves un pergamino en blanco. Usado correctamente te llevará de regreso a donde lo marcaste.
+
+rainbow beans=haba del arco iris
+You see a small pile of rainbow beans. One says something odd.=Ves un pequeño montón de habas del arco iris. Una dice algo raro.
+
+balloon=globo
+You see a bright red balloon. You can use it to float high up into the clouds.=Ves un globo de color rojo brillante. Puedes usarlo para flotar en lo alto de las nubes.
+
+twilight moss=musgo del crepúsculo
+You see a strange looking piece of moss. It looks like it could have hallucinogenic properties.=Ves un pedazo de musgo de aspecto extraño. Parece que podría tener propiedades alucinógenas.
+
+
+## shields
+
+black shield=escudo negro
+You see a black shield. Its darkness will surely protect you.=Ves un escudo negro. Su oscuridad seguro que te protegerá.
+
+blue shield=escudo azul
+You see a blue shield. It feels light in your hand but is strong enough for excellent protection.=Ves un escudo azul. Notas en tu mano que es ligero pero es lo bastante resistente como para proporcionar una excelente protección.
+
+buckler=broquel
+You see a small buckler. It may protect you against swords and maces but against stronger weapons you do not trust it.=Ves un pequeño broquel. Puede protegerte frente a espadas y mazas pero frente a armas más potentes no te confíes.
+
+chaos shield=escudo del caos
+You see a chaos shield. Its charming appearance will fool your enemies.=Ves un escudo del caos. Su encantadora apariencia engañará a tus enemigos.
+
+crown shield=escudo de la corona
+You see a mighty crown shield. It is in perfect condition.=Ves un poderoso escudo de la corona. Esta en perfectas condiciones.
+
+elvish shield=escudo élfico
+You see an elvish shield. It looks like one big tree leaf!=Ves un escudo élfico ¡Se parece a una gran hoja de árbol!
+
+enhanced lion shield=escudo de león mejorado
+An enhanced lion shield glints at you. It will defend you well.=Un escudo de león mejorado emite destellos hacia ti. Te defenderá bien.
+
+golden shield=escudo de oro
+You see a golden shield, could it be the ultimate in defense?=Ves un escudo de oro, ¿podría ser lo último en defensa?
+
+green dragon shield=escudo de dragón verde
+You see a green dragon shield, scaly and strong.=Ves un escudo de dragón verde, escamoso y resistente.
+
+lion shield=escudo de león
+You see a valuable lion shield. It is heavy enough to defend you against strong attacks.=Ves un valioso escudo de león. Es lo bastante pesado como para defenderte frente a ataques potentes.
+
+magic plate shield=escudo mágico de placas de acero
+You see a magic plate shield. It has a magical quality surrounding it.=Ves un escudo mágico de placas de acero. Tiene una cualidad mágica que lo envuelve.
+
+mainio shield=escudo de mainio
+You see a strange looking mainio shield. You have no idea what it's made of, but it seems to protect you well by distracting your enemies.=Ves un escudo de mainio de extraña apariencia. No tienes ni idea de lo que está hecho, pero parece que te protege bien al distraer a tus enemigos.
+
+mithril shield=escudo de mithril
+You see a mithril shield. You will most surely be protected.=Ves un escudo de mithril. Casi con toda seguridad estarás protegido.
+
+plate shield=escudo de placas de acero
+You see a solid plate shield. It is in good condition, and might be worth a little.=Ves un sólido escudo de placas de acero. Está en buenas condiciones, y podría valer bastante.
+
+red shield=escudo rojo
+You see a red shield. It is a stunning shade of scarlet.=Ves un escudo rojo. Es de un imponente tono escarlata.
+
+royal shield=
+You see a royal shield. It has a magical quality surrounding it.=
+
+shadow shield=escudo de sombra
+You see a shadow shield. Rather than reflecting light, it seems to absorb it.=Ves un escudo de sombra. En lugar de reflejar la luz, parece absorberla.
+
+skull shield=escudo de calavera
+The face of a skull scowls at you from this fearsome skull shield.=La cara de una calavera te frunce el ceño desde este temible escudo de calavera
+
+studded shield=escudo tachonado
+You see a studded shield. It's a little dented but seems robust enough.=Ves un escudo tachonado. Está un poco abollado peroparece bastante robusto.
+
+unicorn shield=escudo del unicornio
+You see a unicorn shield. It's beautifully crafted and will give you excellent protection.=Ves un escudo del unicornio. Está bellamente elaborado y te proporcionará una protección excelente.
+
+wooden shield=escudo de madera
+You see a wooden shield. It is made of cheap wood and heavily used. However, it still seems to offer you some kind of basic protection.=Ves un escudo de madera. Está elaborado a partir de madera barata y ha sido muy utilizado. Sin embargo, todavía parece proporcionar algún tipo de protección básica.
+
+xeno shield=escudo de xeno
+You see a lightweight but strong xeno shield, in the colors of the creature it was looted from.=Ves un escudo de xeno ligero pero resistente, de los mismos tonos que la criatura a la que se le saqueó.
+
+ice shield=
+
+
+## special
+
+lucky charm=amuleto de la suerte
+You see a lucky charm. Some believe that it helps their karma in some way, but others think that is superstition.=Ves un amuleto de la suerte. Algunos creen que ayuda a su karma de algún modo, pero otros piensan que es una superstición.
+
+mithril clasp=cierre de mithril
+You see a clasp made from mithril, it would provide the fastening for a cloak.=Ves un cierre elaborado a partir de mithril, te proporcionaría la fijación para una capa.
+
+mythical egg=huevo mítico
+You see a mythical egg, but you do not know what it is for.=Ves un huevo mítico, pero no sabes para qué es.
+
+magical eggshells=cáscaras de huevo mágicas
+You see shards from a mythical egg. They have magical properties.=Ves fragmentos de un huevo mítico. Tienen propiedades mágicas.
+
+golden gm token=ficha de dj de oro
+You see a golden gm token. Does it bring you pride?=
+
+silvery gm token=ficha de dj de plata
+You see a silvery gm token. Does it bring you pride?=
+
+bronze gm token=ficha de dj de bronce
+You see a bronze gm token. Does it bring you pride?=
+
+four-leaf clover=
+You see a lucky four-leaf clover. What are the chances of finding one!?=
+
+
+## swords
+
+assassin dagger=daga de asesino
+You see an assassin dagger, easy to pull out and use when needed.=Ves una daga de asesino, fácil de sacar y de usar cuando se necesite.
+
+biting sword=espada mordaz
+The tip of this biting sword is chiseled to a lethal point. It will serve you well.=La punta de esta espada mordaz está cincelada hasta un punto letal.
+
+black sword=espada negra
+You see a black sword. Its darkness will surely protect you.=Ves una espada negra. Su oscuridad seguro que te protegerá.
+
+broadsword=espada ancha
+You see a mighty broadsword. Enemies will see their death.=Ves una poderosa espada ancha. Los enemigos verán su muerte.
+
+buster=buster
+You see a buster, with its distinctive, oversized blade.=Ves una espada buster, con su distintiva hoja sobredimensionada.
+
+chaos dagger=daga del caos
+You see a chaos dagger, it is very lightweight and sharp. It will heal you while hurting them.=Ves una daga del caos, es muy ligera y afilada.
+
+chaos sword=espada del caos
+You see a chaos sword. Wielding it allows to hurt your foes and to heal you at the same time.=Ves una espada del caos. Empuñarla te permite hacer daño a tus enemigos y curarte al mismo tiempo.
+
+claymore=claymore
+This claymore is very hard to lift as it is so heavy. It will be a good weapon if you can swing it.=Esta claymore es muy difícil de levantar ya que es muy pesada.
+
+dagger=daga
+You see a dagger, it is little more than decorative but you can jab pretty fast with it.=Ves una daga, es poco más que decorativa pero puedes punzar bastante rápido con ella.
+
+dark dagger=daga oscura
+You see a dark dagger. It's designed to be used with a fast motion.=Ves una daga oscura. Se ha diseñado para ser utilizada con un movimiento rápido.
+
+demon fire sword=espada de fuego de demonio
+The demon fire sword, a horrible sword taken from hell's deepest dungeons.=La espada de fuego de demonio, una espada horrible sacada de las más profundas mazmorras del infierno.
+
+demon sword=espada de demonio
+Demon skeletons return from hell with this demon sword.=Los esqueletos demonio regresan del infierno con esta espada de demonio.
+
+drow sword=espada drow
+This is a genuine drow sword.=Esta es una genuina espada drow.
+
+elvish sword=espada élfica
+This is an elvish sword. It is finely crafted.=Esta es una espada élfica. Está finamente elaborada.
+
+fire sword=espada de fuego
+Flames race along this fire sword as you wield it.=Las llamas corren a lo largo de esta espada de fuego mientras la esgrimes.
+
+golden blade=cuchilla de oro
+You see the rare and precious golden blade. It can steal life from those you stab with it.=Ves la rara y preciosa cuchilla de oro. Puede robar la vida a aquellos que apuñales con ella.
+
+golden orc sword=espada de oro de orco
+You see a golden orc sword, with its heavy and deadly appearance it seems also valuable.=Ves una espada de oro de orco, con su pesada y mortal apariencia parece tan valiosa.
+
+great sword=gran espada
+This rare great sword is heavy and of good craftsmanship. It can only attack incredibly slowly.=Esta rara gran espada es pesada y de buena fabricación.
+
+hell dagger=daga del infierno
+You see a hell dagger. Is the color that of the burning fires of Hell?=Ves una daga del infierno ¿Es ése el color de las llamas del infierno?
+
+ice sword=espada de hielo
+You see an ice sword, the blade is lethally cold to the touch, and you know it is one of the best weapons you'll find.=Ves una espada de hielo, la hoja es letalmente fría al tacto, y sabes que es una de las mejores armas que vas a encontrar.
+
+imperator sword=espada imperator
+You see a an imperator sword, crafted from you know not what.=Ves una espada imperator, elaborada a partir de ya sabes qué.
+
+immortal sword=espada inmortal
+This immortal sword is a gift of gods to the chosen one. It is heavy and of exquisite craftsmanship.=Esta espada inmortal es un regalo de los dioses al elegido. Es pesada y de una elaboración exquisita.
+
+katana=katana
+You see a valuable katana, with a lethal looking blade.=Ves una valiosa katana, con una hoja de apariencia letal.
+
+knife=cuchillo
+You see a blunt knife which looks capable of little damage.=Ves un cuchillo desafilado que parece capaz de hacer poco daño.
+
+l hand sword=espada de mano i
+You see l hand sword. It must be used with right hand sword.=Ves una espada de mano i. Debe usarse con una espada de mano derecha.
+
+night dagger=daga de la noche
+You see a night dagger, to be used with stealth.=Ves una daga de la noche, para ser utilizada con sigilo.
+
+nihonto=nihonto
+You see a samurai's nihonto sword with a razor sharp blade.=Ves una espada nihonto de samurai con una hoja tan afilada como la de una cuchilla.
+
+obsidian knife=cuchillo de obsidiana
+You see a knife whose blade is crafted to a lethal edge from the finest obsidian.=Ves un cuchillo cuya hoja se ha trabajado hasta conseguir un filo letal a partir de la obsidiana más pura.
+
+orc sword=espada de orco
+You see an orc sword which has a heavy and deadly appearance.=Ves una espada de orco que tiene una apariencia pesada y mortal.
+
+orcish sword=espada orca
+This orcish sword is badly done and weighs a lot.=Esta espada orca está mal hecha y pesa un montón.
+
+r hand sword=espada de mano d
+You see r hand sword. It must be used with a left hand sword.=Ves una espada de mano d. Debe usarse con una espada de mano izquierda.
+
+royal dagger=
+You see the rare and precious royal dagger. It can steal life from those you stab with it.=
+
+scimitar=cimitarra
+This scimitar catches the light as you look at it, it will be a powerful weapon.=Esta cimitarra atrapa la luz mientras la miras, sera un arma poderosa.
+
+short sword=espada corta
+You see a well kept short sword which will be easy to carry as you travel.=Ves una espada corta bien conservada que será fácil de llevar cuando viajes.
+
+soul dagger=daga del alma
+You see a soul dagger. It's so light and sharp that you can stab at a very fast rate.=Ves una daga del alma. Es tan ligera y afilada que puedes apuñalar a un ritmo muy rápido.
+
+sword=espada
+You see a sharp sword which might even be worth a little.=Ves una espada afilada que podría incluso valer un poco.
+
+vampire sword=espada de vampiro
+You see the vampire sword, which will suck life from those you attack with it.=Ves la espada de vampiro, que absorberá la vida de aquellos a los que ataques con ella.
+
+xeno sword=espada de xeno
+You wield a xeno sword. Despite the great strength it is strangely light.=Tu esgrimes una espada de xeno. A pesar de su gran potencia es extrañamente ligera.
+
+training sword=
+You see a wooden training sword not even useful for cutting butter. But it is light and easy to swing.=
+
+
+## tokens
+
+arrow game token=ficha del juego de la flecha
+You see a token, that when placed in the right spot could point you in the right direction.=Ves una ficha, que cuando se coloque en el lugar correcto podría señalarte la dirección correcta.
+
+o board token=ficha del tablero o
+You see an O token.=Ves una ficha O
+
+x board token=ficha del tablero x
+You see an X token.=Ves una ficha X
+
+
+## tools
+
+food mill=molino de alimentos
+You see a food mill. It is the traditional tool to mill food.=Ves un molino de alimentos. Es la herramienta tradicional para moler alimentos.
+
+sugar mill=molino de azúcar
+You see a sugar mill. You can obtain sugar if you grind canes with it.=Ves un molino de azúcar. Puedes obtener azúcar si mueles cañas con él.
+
+scroll eraser=pergamino borrador
+You see a scroll eraser. Put a marked scroll in the opposite hand to clean the scroll.=Ves un pergamino borrador. Pon un pergamino marcado en la mano opuesta para limpiar el pergamino.
+
+pestle and mortar=maza y mortero
+You see a pestle and mortar. This is the traditional tool to pound herbs, food and other substances.=Ves una maza y un mortero. Esta es la herramienta tradicional para machacar hierbas, alimentos y otras sustancias.
+
+gold pan=sartén del oro
+You see a gold pan. It is the traditional tool to prospect for gold.=Ves una sartén del oro. Es la herramienta tradicional para buscar oro.
+
+fishing rod=caña de pescar
+You see a fishing rod. If you find a fishing spot you can catch fish with it.=Ves una caña de pescar. Si encuentra un lugar para pescar puedes capturar peces con ella.
+
+lamp=
+You see a lamp.=
+
+magical scissors=tijeras mágicas
+You see a sparkling pair of magical scissors. Just think what they could cut!=Ves un par de tijeras mágicas centelleantes ¡Piensa sólo en lo que podrían cortar!
+
+magical needle=aguja mágica
+You see a magical needle with a very sharp point.=Ves una aguja mágica con una punta muy afilada.
+
+pick=pico
+You see a pick. It is a tool for excavating coal.=Ves un pico. Es una herramienta para la extracción de carbón.
+
+shovel=
+You see a shovel, a tool for digging.=
+
+leather needle=
+You see a heavy leather needle for working thick hide.=
+
+rotary cutter=
+You see a rotary cutter. It can be used to cut up pizza. But perhaps it can be used on other things as well.=
+
+metal detector=
+You may find buried treasures with this metal detector.=
+
+rope=
+You see a sturdy rope.=
+
+
+## whips
+
+venom whip=
+You see a venom whip. Its thong has been saturated with cobra venom.=
+
+
+# creatures names and descriptions
+
+## angel
+
+dark angel=ángel oscuro
+You see a dark angel. He is an strong evil angel, and for now he is under cover of darkness.=Ves a un ángel oscuro. Es un ángel poderoso y malvado, y por ahora está al amparo de la oscuridad.
+
+dark archangel=arcángel oscuro
+You see a dark archangel. After she fell from heaven her soul became as dark as she is now.=Ves a una arcángel oscura. Después de que cayese del cielo su alma se volvió tan oscura como ella lo es ahora.
+
+fallen angel=ángel caído
+You see a fallen angel. When he turned away from good, he fell down from heaven.=Ves a un ángel caído. Cuando se apartó del bien, se cayó del cielo.
+
+baby angel=bebé angel
+You see a baby angel. Will it ever get a chance to grow up?=Ves a un bebé angel ¿Tendrá alguna vez la oportunidad de hacerse mayor?
+
+angel=ángel
+You see an angel. With his flame sword he guards the way and doesn't let you pass.=Ves a un ángel. Con su espada flamígera protege el camino y no te deja pasar.
+
+archangel=arcángel
+You see an archangel. It is Heaven's most terrifying weapon, a fierce and absolute force of primordial creation.=
+
+
+## animal
+
+crab=cangrejo
+You see a little crab that comes from the beach, be careful of its pincers.=Ves un pequeño cangrejo que viene de la playa, ten cuidado con sus pinzas.
+
+deer=ciervo
+You see a defenseless deer, do not have fear of it.=Ves un ciervo indefenso, no le tengas miedo.
+You see a reindeer running freely, and wonder if he is one of Santa's special helpers.=
+
+bat=murciégalo
+You see a bat, it will seek your blood, don't be distracted...=Ves un murciégalo, buscará tu sangre, no te distraigas...
+
+killer bat=murciégalo asesino
+You see a killer bat which will suck your blood!=¡Ves un murciégalo asesino que te chupará la sangre!
+
+giant bat=
+
+giant killer bat=
+You see a giant killer bat. As if small wasn't pesky enough, these giant ones are capable of taking down anyone who dares come before them.=
+
+piglet=cerdito
+You see a piglet, a bit dirty.=Ves un cerdito, un poco sucio.
+
+boar=verraco
+You see a boar, they are pretty wild!=Ves un verraco, ¡son bastante salvajes!
+
+bull=toro
+You see a bull, run away!!!=Ves un toro, ¡sal corriendo!
+
+cow=vaca
+You see a cow, taste her delicious milk.=Ves una vaca, prueba su deliciosa leche.
+
+goat=cabra
+You see a goat, which is wild and lives in the mountain.=Ves una cabra, que es salvaje y vive en la montaña.
+
+ram=carnero
+You see a ram, maybe you are able to shear it?=Ves un carnero, ¿quizá seas capaz trasquilarlo?
+
+horse=caballo
+You see a horse, don't slap it or it will run away!=Ves un caballo, ¡no les des una palmada o saldrá corriendo!
+
+white horse=caballo blanco
+You see a white horse, they love to stay with their brown friends.=Ves un caballo blanco, les gusta estar con sus amigos marrones.
+
+monkey=mono
+You see a monkey, would you like to offer it a banana?=Ves un mono, ¿Te gustaría ofrecerle un plátano?
+
+fox=zorro
+You see a fox, it becomes extinct!=Ves un zorro, ¡se esta extinguiendo!
+
+wolf=lobo
+You see a wolf. It is wild and very hungry!=Ves un lobo ¡Es salvaje y está muy hambriento!
+
+big bad wolf=lobo grande y malo
+You see a big bad wolf. It is really wild, hungry and really dangerous!=Ves un lobo grande y malo ¡Es verdaderamente salvaje, está hambriento y es realmente peligroso!
+
+lion=león
+You see a lion, dangerous and hungry...=Ves un león, peligroso y hambriento...
+
+tiger=tigre
+You see a tiger, which likes deer and human meat.=Ves un tigre, al que le gustan los ciervos y la carne humana.
+
+elephant=elephant
+You see an elephant, a huge animal with lots of ham and meat. Are you sure that you want to attack it?=Ves un elefante, un animal enorme con un montón de jamón y de carne.
+
+bull elephant=
+You see an aggressive bull elephant.=
+
+musth elephant=
+You see a musth elephant. It is highly aggressive and unpredictable.=
+
+woolly mammoth=
+
+babybear=cachorro de oso
+You see a babybear, isn't it sweet?=Ves un cachorro de oso, ¿a que es dulce?
+
+panda=panda
+You see a panda which comes from an exotic land.=ves un panda que viene de una tierra exótica.
+
+bear=oso
+You see a bear. You are lucky and found it awake.=Ves un oso. Has tenido suerte y lo has encontrado despierto.
+
+black bear=oso negro
+You see a strong black bear which hibernates in winter.=Ves un fuerte oso negro que hiberna en invierno.
+
+polar bear=
+You see a polar bear which lives in the icy desert. Beware! It can take you down with its powerful claws!=
+
+
+## animal_aquatic
+
+kraken=
+From the depths of the sea rises a Kraken!=
+
+neo kraken=
+From the horrible darkness of the deep sea rises a giant NEO kraken!=
+
+shark=
+A shark! Best move cautiously.=
+
+
+## animal_fowl
+
+chick=pollito
+You see a little chick, it doesn't like to be away from its mother.=Ves un pequeño pollito, no le gusta estar lejos de su madre.
+
+chicken=pollo
+You see a chicken, isn't it nice?=Ves un pollo, ¿a que es bonito?
+
+dodo=
+You see a dodo bird, aren't they supposed to be extinct?=
+
+mother hen=madre gallina
+You see a mother hen, she will probably hurt you if you touch her sons.=Ves una madre gallina, probablemente te haga daño si tocas a sus hijos
+
+penguin=pingüino
+You see a penguin, smart and silly.=Ves un pingüino, bobo y elegante
+
+pigeon=paloma
+You see a pigeon, it loves the little seeds.=Ves una paloma, le encantan las semillas pequeñas.
+
+
+## beast
+
+young beholder=joven beholder
+You see a young beholder. His huge eye will find you everywhere!=Ves un joven beholder ¡Su ojo gigante te encontrará en cualquier lugar!
+
+beholder=beholder
+You see a beholder which can see you very well with his huge eye...=Ves un beholder que puede verte muy bien con su enorme ojo...
+
+elder beholder=beholder anciano
+You see an elder beholder, his nasty eye will scare you.=Ves un beholder anciano, su desagradable ojo te asustará.
+
+gargoyle=gárgola
+You see a gargoyle, You should think that it is a statue, but no, it is alive!=Ves a una gárgola, Pensarías que es una estatua, pero no, ¡está viva!
+
+elder gargoyle=gárgola anciana
+You see an elder gargoyle, it is wise...=Ves a una gárgola anciana, es sabia...
+
+dark gargoyle=gárgola oscura
+You see a dark gargoyle, do you feel the fear?=Ves a una gárgola oscura, ¿sientes el miedo?
+
+venom gargoyle=gárgola de veneno
+You see a venom gargoyle, a hideous and poisonous creature.=Ves a una gárgola de veneno, una criatura horrible y venenosa.
+
+mimic=
+You see a mimic. Its content might be different from what you expect.=
+
+snarfkin=snarfkin
+You see a snarfkin, the favorite pet of wizards. Be careful, its claws are poisonous!=Ves a un snarfkin, la mascota favorita de los magos. Ten cuidado, ¡sus garras son venenosas!
+
+googon=googon
+You see a googon that comes from the worst place in this world...Be careful this creature is a deadly killer.=Ves a un googon que viene del peor lugar de este mundo... Ten cuidado esta criatura es una asesina mortal.
+
+grobble monster=monstruo grobble
+You see a grobble monster. You might find this under your bed, inside your closet, or within your darkest nightmares.=
+
+winged blurble=blurble alado
+
+thing=cosa
+You see a thing. It looks like a very mutated human and is so scary that you think it has to come from another world.=Ves a una cosa. Parece un humano muy mutado y es tan espantoso que crees que ha venido de otro mundo.
+
+
+## chess
+
+chaos pawn=peón del caos
+You see a pawn for a game of chess. He will drop nothing if you kill him.=Ves un peón para una partida de ajedrez. No dejará caer nada si lo matas.
+
+chaos rook=torre del caos
+You see a rook for a game of chess. He will drop nothing if you kill him.=Ves una torre para una partida de ajedrez. No dejará caer nada si la matas.
+
+chaos knight=caballo del caos
+You see a knight for a game of chess. He will drop nothing if you kill him.=Ves un caballo para una partida de ajedrez. No dejará caer nada si lo matas.
+
+chaos bishop=alfil del caos
+You see a bishop for a game of chess. He will not reward you if you kill him.=Ves un alfil para una partida de ajedrez. No te recompensará con nada si lo matas.
+
+chaos king=rey del caos
+You see a king of a game of chess. He will reward nothing if you kill him.=Ves un rey para una partida de ajedrez. No te recompensará con nada si lo matas.
+
+chaos queen=reina del caos
+You see a queen piece for a game of chess. She will reward nothing if you kill her.=Ves una pieza reina para una partida de ajedrez. No te recompensará con nada si la matas.
+
+madaram pawn=peón madaram
+You see a pawn for a game of chess. It will reward nothing if killed.=Ves un peón para una partida de ajedrez. No te recompensará con nada si lo matas.
+
+madaram rook=torre madaram
+You see a rook for a game of chess. It will scarcely reward you to kill it.=Ves una torre para una partida de ajedrez. Apenas te recompensará con algo si la matas.
+
+madaram knight=caballo madaram
+You see a knight, a chess piece. He won't reward you if you kill him.=Ves un caballo, una pieza de ajedrez. No te recompensará con nada si lo matas.
+
+madaram bishop=alfil madaram
+You see a bishop for a game of chess. It will reward you nothing if you slay it.=Ves un alfil para una partida de ajedrez. No te recompensará con nada si lo matas.
+
+madaram king=rey madaram
+You see a king to play chess with, he will reward you nothing if you kill him.=Ves un rey para jugar al ajedrez con él, no te recompensará con nada si lo matas.
+
+madaram queen=reina madaram
+You see a queen piece for a game of chess. She will reward nothing if you kill her.=Ves una pieza reina para una partida de ajedrez. No te recompensará con nada si la matas.
+
+
+## demon
+
+violet avenger=vengador violeta
+
+devil queen=reina del diablo
+
+demon=demonio
+You see a demon. He personifies evil.=Ves un demonio. Personifica el mal.
+
+imperial demon servant=sirviente demonio imperial
+You see an imperial demon servant who carries out whims of his demon lords.=
+
+imperial demon lord=señor demonio imperial
+You see an imperial demon lord. He holds the rank of General among demons, and very few out rank it in hell.=
+
+balrog=balrog
+You see a huge balrog. He is slow hitting, but terribly strong as he stands towering above you.=Ves a un enorme balrog. Es lento en golpear, pero terriblemente potente mientras permanece de pie imponiendose por encima de ti.
+
+imp=diablillo
+You see an imp. He may look a little bit cute, but don't forget he is one of the devil's servants!=Ves a un diablillo¡ Puede parecer un poquito lindo, pero no olvides que es uno de los siervos del demonio!
+
+winged blue imp=diablillo azul alado
+You see a winged blue imp. It's endowed with the power of evil. His trident is able to poison even the bravest warriors.=
+
+water demon=
+
+
+## dragon
+
+chaos green dragonrider=jinete de dragón verde del caos
+You see a chaos green dragonrider. Don't misjudge him as to believe it's a normal green dragon, as it is controlled by a mysterious sorcerer seated on his back.=
+
+chaos red dragonrider=jinete de dragón rojo del caos
+You see a chaos red dragonrider. He might look like a red dragon, but the sorcerer seated on his back guides him to give even more strength out.=
+
+green dragon=dragón verde
+You see a green dragon. He looks very tall and strong.=
+
+bone dragon=dragon de hueso
+You see a bone dragon. It's been said that there are creatures with enough will to live that their souls still cling to life even as their flesh and blood has failed them. This is living proof.=Ves a un dragón de hueso. Se dice que hay criaturas con la suficiente voluntad de vivir como para que sus almas todavía se aferren a la vida aún cuando su carne y su sangre les han abandonado.
+
+blue dragon=dragón azul
+You see a blue dragon. It has a very beautiful blue skin which shimmers mysteriously in the light. But don't forget that it also has claws and teeth!=Ves a un dragón azul. Tiene un tono de piel azul muy bonito que brilla misteriosamente en la luz¡Pero no olvides que también tiene garras y dientes!
+
+red dragon=dragón rojo
+You see into the emerald eyes of a red dragon. With these it can spot prey in the darkness. Its red scales serve it well, reflecting any light that shines on them blinding enemies. The scales are prized for their beauty, and difficult to obtain from such a ferocious beast.=
+
+black dragon=dragón negro
+You see a black dragon. As you see this huge black creature you almost faint! If you concentrate you can feel the deep growling of it in your bones.=Ves un dragón negro ¡Al ver a esta enorme criatura negra casi te desmayas!
+
+flying golden dragon=dragón de oro volador
+You see a flying golden dragon. As it spreads its mighty wings you shiver... this mystical creature seems to have much power in it!=Ves a un dragón de oro volador. A medida que extiende sus poderosas alas te estremeces... ¡esta criatura mística parece tener mucho poder en su interior!
+
+twin headed dragon=dragón de dos cabezas
+You see a twin headed dragon. The two heads are staring at you with their four eyes!=Ves a un dragón de dos cabezas ¡Las dos cabezas te están mirando con sus cuatro ojos!
+
+rysin dragon=
+
+
+## dwarf
+
+duergar=duérgar
+You see a duergar. It is a close relative to dwarves but with a diabolically tainted blood.=
+
+duergar axeman=hachero duérgar
+
+elder duergar=duérgar anciano
+
+duergar elite=duérgar de élite
+
+duergar hero=héroe duérgar
+
+duergar wizard=mago duérgar
+
+black duergar=duérgar negro
+
+duergar king=rey duérgar
+
+dwarf=enano
+You see a dwarf who works in the mine to find some iron for us.=Ves a un enano que trabaja en la mina para encontrar un poco de hierro para nosotros.
+
+dwarf guardian=guardián enano
+You see a dwarf guardian who fights against the humans.=Ves a un guardián enano que lucha contra los humanos.
+
+elder dwarf=enano anciano
+You see an elder dwarf, a mighty warrior tired of fighting.=Ves a un enano anciano, un poderoso guerrero cansado de luchar.
+
+hero dwarf=héroe enano
+You see a hero dwarf. He is an old dwarf warrior who became a hero for fighting in many dwarf wars and he is very famous for his strength and brutality.=Ves a un héroe enano. Es un viejo guerrero enano que se convirtión en héroe por luchar en muchas guerras de enanos y es muy famoso por su fuerza y brutalidad.
+
+leader dwarf=líder de los enanos
+You see a leader dwarf. He is the most mighty dwarf of his tribe so he enjoys much popularity there.=Ves a un líder de los enanos. Es el enano más poderoso de su tribu así que disfruta de una gran popularidad allí.
+
+giant dwarf=enano gigante
+You see a giant dwarf. It is very hard for him to be a giant dwarf because some of the other dwarves don't really see him as one of them because of his height... But in his big heart he is a dwarf and in a battle he will fight against each enemy!=Ves a un enano gigante. Es muy duro para él ser un gigante por algunos de los otros enanos no le ven realmente como uno de los suyos por su estatura... Pero en su gran corazón se siente un enano y en la batalla luchará contra cada enemigo!
+
+Dhohr Nuggetcutter=Dhohr Nuggetcutter
+
+Lord Durin=Lord Durin
+You see the mighty Lord Durin, an ancient dwarf who has led his race through countless battles.=Ves al poderoso Lord Durin, un antiguo enano que ha guiado a su raza a en incontables batallas.
+
+mountain dwarf=enano de montaña
+You see a mountain dwarf. He likes earth, stones and rocks. Deep within the mountain, where no animal and no human has ever been, you can hear the sound of his pickaxe as he searches for gold and ore.=Ves a un enano de montaña. Le gusta la tierra, las piedras y las rocas. En lo profundo de la montaña, donde ningún animal ni ser humano ha estado nunca, puedes oir el sonido de su piqueta mientras busca mineral de oro y de hierro.
+
+mountain dwarf guardian=guardián enano de montaña
+You see a mountain dwarf guardian. He has to watch out for enemies and guards the mountain dwarfs while they are doing their work.=Ves a un guardián enano de montaña. Tiene que estar alerta de los enemigos y protege las montañas enanas mientras ellos hacen su trabajo.
+
+mountain elder dwarf=enano de montaña anciano
+You see a mountain elder dwarf. For many years he worked deep in the mountain and found much gold and ore in his life. Soon he will be too old to do this work but at the moment he is still a strong dwarf.=Ves a un enano de montaña anciano. Durante muchos años trabajó en lo profundo de la montaña y encontró mucho mineral de oro y de hierro en su vida. Pronto será demasiado viejo para hacer este trabajo pero por el momento todavía es un enano fuerte.
+
+mountain hero dwarf=héroe enano de la montaña
+You see a mountain hero dwarf. Many, many dwarves admire him! He was a member of a dwarvish group which discovered a very big gold deposit!=Ves a un héroe enano de la montaña ¡Muchos, muchísimos enanos le admiran! ¡Fue miembro de un grupo de enanos que descubrió a depósito de oro muy grande!
+
+mountain leader dwarf=líder de los enanos de montaña
+You see a mountain leader dwarf. He is responsible for the mountain dwarves and their work, and also for the organization of the guardian troops. But in serious cases he will also fight on his own!=Ves a un líder de los enanos de montaña. Es responsable de las montañas de los enanos y de sus trabajos, y también de la organización de las tropas guardianas ¡Pero en situaciones graves también luchará por sí sólo!
+
+
+## elemental
+
+air elemental=elemental de aire
+You see an air elemental and feel a fresh breeze past you.=Ves a un elemental de aire y sientes una fresca brisa que te atraviesa.
+
+djinn=djinn
+You see a djinn. He isn't caught in a bottle or lamp so someone must have let him free and gave him the order to kill you.=Ves a un djinn. No está atrapado en una botella o lámpara así que alguien debe de haberle soltado y le dió la orden de matarte.
+
+nymph=ninfa
+You see a nymph. She loves nature very much! As you take a look at her she feels disturbed in sun-bathing and talking to the birds, perhaps she was best left alone.=Ves a una ninfa ¡Le gusta muchísimo la naturaleza! Al echarle un vistazo se siente molestada en su tomar el sol y en su hablar con los pájaros, quizá habría sido mejor dejarla a solas.
+
+earth elemental=elemental de tierra
+You see an earth elemental. The earth is quaking as it moves over the surface.=Ves a un elemental de tierra. La tierra tiembla mientras se mueve sobre su superficie.
+
+fire elemental=elemental de fuego
+You see a fire elemental and hardly can stand the heat.=Ves a un elemental de fuego y apenas puedes soportar el calor.
+
+legendary ice elemental=
+You see a Legendary Elemental of Ice...=
+
+ice elemental=elemental de hielo
+You see an ice elemental and sense a shiver on your spine.=Ves a un elemental de hielo y sientes un escalofrío en tu columna vertebral.
+
+ice giant=gigante de hielo
+You see an ice giant. His skin is covered with frozen hoarfrost and his breath feels like the cold north wind.=Ves a un gigante de hielo. Su piel está cubierta de escarcha helada y su aliento se siente como el frío viento del norte.
+
+water elemental=elemental de agua
+You see a Water elemental which is made of water and various other liquids.=
+
+ent=ent
+You see an ent. First you think it is a tree but you will get a surprise when it starts to walk!=Ves a un ent !Primero piensas que es un árbol pero te llevas una sorpresa cuando empieza a caminar!
+
+old ent=ent viejo
+You see an old ent. It has seen many years passing by and survived a lot of storms. You can see that it is very old because it has already lost all of its leaves and most of its bark is broken...=Ves a un viejo ent. Ha visto muchos años pasar y ha sobrevivido a muchas tormentas. Puedes ver que es muy viejo porque ya ha perdido todas sus hojas y la mayor parte de su corteza está rota...
+
+entwife=esposaent
+You see an entwife. It is stronger than an ent and lives in a group in an ancient forest.=Ves a una esposaent. Es más fuerte que un ent y vive en grupo en un bosque antiguo.
+
+
+## elf
+
+albino elf swordsman=espadachín elfo albino
+You see an albino elf swordsman who is a professional in using swords. He can attack you from behind in a blink of an eye.=
+
+albino elf archer=arquero elfo albino
+You see an albino elf archer. He is so sharp-eyed that he could hit a bee from a distance of 100 meters.=
+
+albino elf magician=mago elfo albino
+You see an albino elf magician. He knows all the secrets of magic. You'd be better to not let him unleash his full power!=
+
+albino elf queen=reina elfa albina
+You see an albino elf queen. She is the matriarch of the albino elf race and she will do everything to protect it.=
+
+albino elf king=rey elfo albino
+You see an albino elf king. He is the patriarch of albino elves and won countless of battles with his powerful albino elf army.=
+
+child dark elf=niño elfo oscuro
+You see a child dark elf. You should know that dark elves are already quite strong and intelligent when they are children. Don't think you can fight him so easily!=Ves a un niño elfo oscuro. Deberías saber que los elfos oscuros son ya bastante fuertes e inteligentes cuando son niños ¡No creas que puedes enfrentarte a él tan fácilmente!
+
+dark elf archer=arquero elfo oscuro
+You see a dark elf archer. Dark elf archer's flawless aim can be fatal for those who dare to oppose them.=
+
+dark elf=elfo oscuro
+
+dark elf elite archer=arquero de élite elfo oscuro
+
+dark elf captain=capitán elfo oscuro
+
+dark elf knight=caballero elfo oscuro
+
+dark elf general=general elfo oscuro
+You see a Dark Elf General. It is commanding the evil troops of Nalwor Caves against intruders.=
+
+dark elf wizard=mago elfo oscuro
+Dark elf wizards are very powerful and dangerous. They are specialised in dark magic.=
+
+dark elf viceroy=virrey elfo oscuro
+
+dark elf ranger=explorador elfo oscuro
+
+dark elf sacerdotist=sacerdotisa elfa oscura
+
+dark elf admiral=almirante elfo oscuro
+
+dark elf master=Maestre elfo oscuro
+You see a dark elf master. Beware of his high skills on magic and swordsmanship!=
+
+dark elf matronmother=matrona madre elfa oscura
+Dusky and shrouded, this matriarch rules her clan with a soft touch and sharp fangs. An expert in venoms and poisons, you wouldn't ever want to turn your back on her.=
+
+elf=elfo
+You see an elf which loves the forest and lives in peace.=Ves a un elfo al que le encanta el bosque y que vive en paz.
+
+militia elf=elfo de la milicia
+You see a militia elf which trains hard to beat you!=¡Ves a un elfo de la milicia que se entrena duramente para vencerte!
+
+archer elf=arquero elfo
+You see an archer elf which can do much damage with its wooden arrows.=Ves a un arquero elfo que puede hacer mucho daño con sus flechas de madera.
+
+soldier elf=soldado elfo
+You see a soldier elf, a good partner of the militia elves.=Ves a un soldado elfo, un buen compañero de la milicia de los elfos.
+
+mage elf=maga elfa
+You see a mage elf. She can feel pure magic when she stands outside in the forest and just frees her mind.=Ves a una maga elfa. Se puede sentir magia pura cuando se encuentra fuera en el bosque y simplemente libera su mente.
+
+commander elf=comandante elfo
+You see a busy commander elf. He has control over the army of elves.=Ves a un ocupado comandante elfo. Tiene el control del ejército de los elfos.
+
+archmage elf=archimaga elfa
+You see an archmage elf. She is pretty.=Ves a una archimaga elfa. Es guapa.
+
+elf sacerdotist=sacerdotisa elfa
+
+elf wizard=mago elfo
+You see an elf wizard. He is a very wise elf who knows almost every kind of magic. He likes to use nature spells to make every plant and creature fertile, but he is also able to defend himself when he has to do.=Ves a un mago elfo. Es un elfo muy sabio que sabe casi cualquier tipo de magia. Le gusta usar hechizos de la naturaleza para hacer a cualquier planta o animal fértil, pero también es capaz de defenderse cuando tiene que hacerlo.
+
+elf bodyguard=guardaespaldas elfo
+
+
+## giant
+
+amazoness giant=giganta amazona
+You see an amazoness giant. She looks very beautiful but don't be deceived by that!=Ves a una giganta amazona ¡Parece muy hermosa pero no te dejes engañar por eso!
+
+giant=gigante
+You look up into the face of a huge giant. His physical proportions and extraordinary strength should give you goosebumps.=
+
+elder giant=gigante anciano
+You see an elder giant. For many years he lived alone and had to hide because he was hunted by humans! Now he is old and has decided not to hide any longer because he wants to see something else in his life.=Ves a un gigante anciano. Durante muchos años vivió sólo y tuvo que esconderse ¡porque era cazado por los humanos! Ahora es viejo y ha decidido no esconderse por más tiempo porque quiere ver otra cosa más en su vida.
+
+master giant= Maestre gigante
+You see a master giant with dark black eyes. His blood pumps loudly into his heart.=
+
+black giant=gigante negro
+You see a tall black giant. His armor and sword will hit you hard. Be prepared!=
+
+imperial general giant=general imperial gigante
+You see an imperial general giant. He lurks in caves with his comrades to take you down.=
+
+kasarkutominubat=kasarkutominubat
+You see kasarkutominubat, a creature not known to many, told it was a human champion long ago, now it resembles nothing but that, with a mask bearing thousands of souls on it and hands running with nothing but blood.=
+
+
+## gnome
+
+gnome=gnomo
+You see a gnome who lives in the mountains.=Ves a un gnomo que vive en las montañas.
+
+mage gnome=mago gnomo
+You see a mage gnome, she cleans the dirty mountain.=Ves a una maga gnoma, ella limpia la sucia montaña.
+
+infantry gnome=gnomo de infantería
+You see an infantry gnome who will protect his little town against the humans!=Ves a un gnomo de infantería que protegerá su pequeña aldea frente a ¡los humanos!
+
+cavalryman gnome=soldado de caballería gnomo
+You see a cavalryman gnome who does long travels to search for gold.=Ves a un soldado de caballería gnomo que realiza largos viajes en busca de oro.
+
+giant gnome=
+
+giant gnomess=
+
+
+## goblin
+
+goblin=goblin
+You see a goblin, it is an evil and mischievous creature.=Ves a un goblin, es una criatura malvada y maliciosa.
+
+veteran goblin=veterano goblin
+You see a veteran goblin, an old warrior...=Ves a un goblin veterano, un viejo guerrero...
+
+soldier goblin=soldado goblin
+You see a soldier goblin, a young warrior.=Ves a un soldado goblin, un joven guerrero.
+
+
+## golem
+
+dwarf golem=golem enano
+You see a dwarf golem. A long time ago a dwarf got turned into a big rock by some mystical forces. To save their friend the other dwarves created a golem out of this rock! From this day the dwarf golem lives together with them.=Ves a un golem enano. Hace mucho tiempo un enano fue convertido en una gran roca por unas fuerzas místicas. Para salvar a su amigo los otros enanos crearon un golem ¡a partir de esta roca! Desde este día el golem enano convive con ellos.
+
+ice golem=golem de hielo
+You see an Ice golem. Ice Golems are elementals made out of ice. You should watch out for its icy fists or you might get hurt.=
+
+stone golem=golem de piedra
+You see a stone golem, it only exists to protect. What was it crafted for to protect, and what would one do if it lost its purpose?=Ves a un golem de piedra, existe solamente para proteger. ¿Qué fue diseñado para proteger, y qué haría si perdiese su propósito?
+
+wooden golem=golem de madera
+You see a wooden golem. The scroll with ancient words in his head keeps it walking.=Ves a un golem de madera. El pergamino con las antiguas palabras en su cabeza lo mantiene caminando.
+
+
+## human
+
+kalavan housewife=ama de casa kalavan
+You see a kalavan housewife. She lives in Kalavan city and she is very angry with rude people who want to steal her food out of the kitchen and destroy her beautiful flower garden!=Ves a una ama de casa kalavan. Vive en la ciudad de Kalavan y ¡se enfada mucho con la gente ruda que quiere robar comida de su cocina y destruir su precioso jardín!
+
+kalavan peasant=campesino kalavan
+You see a kalavan peasant. He works in the fields around Kalavan city. As he heard there were strangers in the city he came to help the kalavan citizens in fighting the enemies!=Ves un campesino kalavan. Trabaja en los campos de alrededor de la ciudad de Kalavan. Cuando oyó que había extranjeros en la ciudad vino a ayudar a los ciudadanos de kalavan a luchar contra los enemigos!
+
+kalavan wisewoman=mujer sabia de kalavan
+You see a kalavan wisewoman. Normally she sits in her small room and does some handworking but now she wants to have some action!=Ves a una mujer sabia de kalavan. Normalmente se sienta en su pequeña habitación y hace labores manuales pero ahora quiere tener algo de acción!
+
+kalavan citizen=ciudadano de kalavan
+You see a kalavan citizen. He lives in kalavan city and tries to protect it from invaders!=Ves a un ciudadano de kalavan. Vive en la ciudad de kalavan ¡e intenta protegerla frente a los invasores!
+
+monk=monje
+You see a monk. Monks are very calm and peaceful. They live alone among themselves, but they don't want to be interrupted by anyone.=
+
+darkmonk=monje oscuro
+You see a Darkmonk. Darkmonks can control dark powers, and they will do anything to get you out of their way!=
+
+devil monk=monje del diablo
+You see a devil monk. He is a member of a devil cult which practises black rituals.=Ves a un monje del diablo. Es miembro de un culto al diablo que practica negros rituales.
+
+littlewitch=brujita
+You see a little witch. These little girls are witches and that makes them very dangerous.=Ves a una brujita. Estas niñitas son brujas y eso las hace muy peligrosas.
+
+littlewizard=pequeño mago
+You see a little wizard. Although he is a child, he is already able to cast powerful spells.=Ves a un pequeño mago. Aunque es un crío, ya es capaz de lanzar poderosos hechizos.
+
+
+## human_amazon
+
+amazoness archer=arquera amazona
+You see an amazoness archer. She handles her bow quite well and her arrows are very dangerous when she shoots them at you out of the forest!=Ves a una arquera amazona ¡Maneja su arco bastante bien y sus flechas son muy peligrosas cuando las dispara hacia ti desde el bosque!
+
+amazoness archer commander=arquera comandante amazona
+You see an amazoness archer commander. She is the leader of amazoness archers. Her bow skills are incredible and her arrows pierce everything.=
+
+amazoness bodyguard=guardaespaldas amazona
+You see an amazoness bodyguard who will guarantee the safety to the people of Amazon island.=
+
+amazoness coastguard=guardacostas amazona
+You see an amazoness coastguard. She protects the coasts of Amazon Island from intruders. She is not too happy to see you running in her island.=
+
+amazoness coastguard mistress=guardacostas Maestre amazona
+You see an amazoness coastguard mistress. Even if they are women, these blue haired mistresses should not be underestimated.=
+
+amazoness commander=comandante amazona
+You see an amazoness commander who is specialised in eliminating any strangers who dare to take a step to her island.=
+
+amazoness elite coastguard=guardacostas de élite amazona
+You see an amazoness elite coastguard. When it is her shift to protect the island, you would just wish to have stayed at home.=
+
+amazoness hunter=cazadora amazona
+You see an amazoness hunter. She creeps through the forest to hunt animals. But she doesn't like that you are in her hunting area!=Ves a una cazadora amazona ¡Se arrastra por el bosque para cazar animales ¡Pero no le gusta que estés en su zona de caza!
+
+amazoness vigilance=vigilante amazona
+You see an amazoness vigilance. Her senses are well tuned, so you have to be very silent when you don't want her to hear you!=Ves a una vigilante amazona ¡Sus sentidos están muy desarrollados, así que tienes que ser muy silencioso cuando no quieras que te oiga!
+
+amazoness imperator=imperator amazona
+You see an amazoness imperator. She is the emperor of Amazon island and has ruled it for decades and won't let you get past her very easily.=
+
+
+## human_assassin
+
+bandit=bandido
+You see a lean and mean bandit. He's out to get your life and purse!=Ves a un bandido preparado y listo para actuar ¡Hará lo que sea necesario para llevarse tu vida y tu dinero!
+
+disciple assassin=discípulo de asesino
+You see a disciple assassin. He is quite young but he has learned to fight and kill already.=Ves a un discípulo de asesino. Es bastante joven pero ya ha aprendido a luchar y a matar.
+
+apprentice assassin=aprendiz de asesino
+You see an apprentice assassin. He has been taught some very awesome moves and methods, so he is already able to kill an enemy almost perfectly!=Ves a un aprendiz de asesino. Le han enseñado algunos movimientos y métodos muy impresionantes, así que ya es capaz de matar a un enemigo casi perfectamente!
+
+hunter=cazador
+
+assassin=asesino
+You see an assassin. He is very good at killing his victims silently without being seen by anyone.=Ves a un asesino. Es muy bueno matando a sus victimas silenciosamente sin ser visto por nadie.
+
+ninja=ninja
+Your keen eyes made you able to see this fast ninja. Prepare for a fight!=
+
+samurai=samurai
+If this samurai failed to uphold his honor, he could only regain it by performing seppuku.=
+
+shadows assassin=asesino de las sombras
+You see a shadows assassin. He knows how to become one with the shadows and to move in the dark without being seen or making any sound.=Ves a un asesino de las sombras. Sabe como hacerse uno con las sombras y moverse en la oscuridad sin ser visto o hacer ningún sonido.
+
+master assassin=Maestre asesino
+You see a master assassin. He is a master of assassination! He is able to kill an enemy without letting him know that he is already there!=Ves a un Maestre asesino ¡Es un maestro del asesinato! ¡Es capaz de matar a un enemigo sin dejar que sepa que ya está allí!
+
+
+## human_barbarian
+
+barbarian=bárbaro
+
+barbarian wolf=lobo bárbaro
+
+barbarian elite=bárbaro de élite
+
+barbarian priest=sacerdote bárbaro
+
+barbarian chaman=chamán bárbaro
+
+barbarian leader=líder bárbaro
+
+barbarian king=rey bárbaro
+
+
+## human_blordrough
+
+blordrough quartermaster=intendente de blordrough
+You see a man who gave up his life as a puppet of the Blordrough army, all for the love of dragons. He is wonderfully happy.=
+
+blordrough corporal=cabo de blordrough
+You see a man who feels his past indicates how he should be treated now but desperately wishes to exercise his intelect in a game of chess.=
+
+blordrough storm trooper=soldado de asalto de blordrough
+You see a man who is but a fraction of his former glory as one of the most feared foes of Faiumoni. Now, his main concern is keeping his house clean and tidy.=
+
+blordrough soldier=
+You see a man who is fast and strong.=
+
+blordrough elite=
+You see a man who is aging, but he knows how to fight.=
+
+blordrough infantry=
+You see a man who has flaming red hair and red beady eyes.=
+
+blordrough captain=
+You see a seasoned warrior.=
+
+blordrough general=
+You see a lean, mean, fighting machine.=
+
+
+## human_cannibal
+
+cannibal woman=mujer caníbal
+You see a cannibal woman. She wants to make a soup out of your bones!=Ves a una mujer caníbal ¡Quiere hacer una sopa con tus huesos!
+
+cannibal=caníbal
+You see a cannibal. He hunts you for cooking and eating your fresh meat! It's useless to tell him that your flesh is not good, better fight him or run away!=Ves a un caníbal. Te caza para cocinar y comerse tu carne fresca!
+
+elder cannibal=caníbal anciano
+You see an elder cannibal. For years it has eaten humans. It will not stop until its hunger is satisfied.=
+
+cannibal warrior=
+You see a cannibal warrior.=
+
+
+## human_chaos
+
+chaos soldier=soldado del caos
+You see a chaos soldier. Chaos soldiers are servants of the evil. Killing you is one of their evil plans.=
+
+chaos warrior=guerrero del caos
+You see a chaos warrior. This chaotic creature is fighting with a big blade to slay his enemies.=
+
+chaos commander=comandante del caos
+You see a chaos commander who is working on an evil plan. You should take care of him before he fulfills his duty.=
+
+chaos sorcerer=hechicero del caos
+You see a chaos sorcerer. Chaos sorcerers will cast some evil spells on you if you don't obey them.=
+
+chaos dragonrider=jinete de dragón del caos
+You see a chaos dragonrider. He is very well trained in dragon riding, but he can also fight well on the ground.=Ves a un jinete de dragón del caos. Está muy bien entrenado en montar a dragón, pero también puede luchar bien en el suelo.
+
+chaos lord=señor del caos
+You see a chaos lord who is one of the strongest chaos creatures in Faiumoni. You should prepare well before attacking him.=
+
+chaos overlord=gran señor del caos
+You see a chaos overlord. It is him who directs the creation of evil plans and gives orders to all chaotic creatures which exist.=Ves a un gran señor del caos. Es él quien dirige la creación de los planes malvados y da las órdenes a todas las criaturas que existen.
+
+
+## human_imperial
+
+imperial defender=defensor imperial
+You see an imperial defender. He and his comrades won't let you walk into their territory easily.=
+
+imperial veteran=veterano imperial
+You see an imperial veteran. He fought in many battles and wars. Now he is old, but over the years he always looked for a new enemy to fight against.=Ves a un veterano imperial. Luchó en muchas batallas y guerras. Ahora es viejo, pero a lo largo de los años siempre ha buscado un nuevo enemigo contra el que luchar.
+
+imperial archer=arquero imperial
+
+imperial priest=sacerdote imperial
+You see an imperial priest. The church has fallen out of favor with the citizens as of late, but this imperial priest still clings to the faith.=
+
+imperial elite guardian=guardián de élite imperial
+You see an Imperial Elite Guardian. He is a very well trained guardian and he will protect his environment until the end.=
+
+imperial scientist=científico imperial
+You see an imperial scientist. He is quite clever but also a little bit crazy and unfortunately he uses his intelligence for evil experiments.=Ves a un científico imperial. Es bastante listo pero también un poquito loco y desafortunadamente usa su inteligencia para experimentos malvados.
+
+imperial high priest=sumo sacerdote imperial
+You see an imperial high priest who's troubled by the actions of the imperial science department. Be careful, he might take those frustrations out on you!=
+
+imperial archer leader=líder arquero imperial
+
+imperial elite archer=arquero de élite imperial
+
+imperial leader=líder imperial
+You see a well dressed imperial leader. Its troops will try to dash you.=
+
+imperial knight=caballero imperial
+
+imperial chief=jefe imperial
+
+imperial commander=comandante imperial
+
+imperial general=general imperial
+You see an imperial general with a huge scar above his eye. He is still strong, don't think that he will not see you!=
+
+emperor dalmung=emperador dalmung
+You see emperor dalmung who stands before you. Once a powerful warlock trained by a mighty magician, but he disappeared decades ago. Now it seems he's in league with Ivan Abe!=
+
+
+## human_madaram
+
+madaram archer=arquero madaram
+
+madaram peasant=campesino madaram
+
+madaram trooper=soldado de asalto madaram
+
+madaram soldier=soldado madaram
+
+madaram healer=sanador madaram
+
+madaram axeman=hachero madaram
+
+madaram queen=reina madaram
+
+madaram hero=héroe madaram
+
+madaram windwalker=windwalker madaram
+
+madaram cavalry=caballería madaram
+
+madaram stalker=acechador madaram
+
+madaram buster blader=buster blader madaram
+
+
+## human_mithrilbourgh
+
+mithrilbourgh soldier=soldado de mithrilbourgh
+
+mithrilbourgh archer=arquero de mithrilbourgh
+
+mithrilbourgh knight=caballero de mithrilbourgh
+
+mithrilbourgh elite archer=arquero de élite de mithrilbourgh
+
+mithrilbourgh sergeant=sargento de mithrilbourgh
+
+mithrilbourgh lieutenant=lugarteniente de mithrilbourgh
+
+mithrilbourgh colonel=coronel de mithrilbourgh
+
+mithrilbourgh wizard=mago de mithrilbourgh
+
+mithrilbourgh general=general de mithrilbourgh
+You see a mithrilbourgh general. Some call him Hawkeyes. He cast his gaze over the city walls and saw you coming from miles away.=
+
+
+## human_risecia
+
+risecia thug=matón risecia
+You see a risecia thug, stay away from him!=Ves a un matón risecia, ¡mantente alejado de él!
+
+risecia archer=arquero risecia
+You see a risecia archer, just one of the warriors who wants to protect his chief.=Ves a un arquero risecia, sólo uno más de los guerreros que quieren proteger a su jefe.
+
+risecia swordsman=espadachín risecia
+You see a risecia swordsman, the blade of his sword will cut your head!=Ves a un espadachín risecia, ¡la hoja de su espada te cortará la cabeza!
+
+Chief Falatheen of the Risecia=Jefe Falatheen de los Risecia
+You see the Chief Falatheen of the Risecia, he doesn't want to die! His little warriors protect him against invaders.=Ves al Jefe Falatheen de los Risecia, ¡no quiere morir! Sus pequeños guerreros le protegen frente a los invasores.
+
+
+## humanoid
+
+robot aruthon=robot aruthon
+
+dark aruthon=aruthon oscuro
+
+leprechaun=leprechaun
+You see a leprechaun, you would be lucky if you found his treasure.=Ves a un leprechaun, tendrías suerte si encontrases su tesoro.
+
+littlefairy=hadita
+You see a little fairy, which is magical and nice.=Ves a una hadita, que es mágica y preciosa.
+
+clurichaun=clurichaun
+You see a clurichaun. He is rich, but you don't know if you are able to find his gold!=Ves a un clurichaun. Es rico, pero no sabes si serás capaz de encontrar su oro!
+
+brain ahouga=cerebro ahouga
+You see a brain ahouga, a very strange creature only living in your dreams!=Ves a un cerebro ahouga, ¡una criatura muy extraña que sólo vive en tus sueños!
+
+blue mohiko=mohiko azul
+You see a blue mohiko. A brown alien with a large blue mohawk.=
+
+red roohako=roohako rojo
+You see a red roohako. It is coming for you in your deepest dreams.=
+
+
+## hybrid
+
+arachne=arachne
+You see Arachne, a horrid half woman half spider. With so many legs she can hit you very fast, and her poisonous bite is fierce.=Ves a Arachne, un ser horrible mitad mujer mitad araña. Con tantas piernas puede golpearte muy rápido, y su mordedura venenosa es feroz.
+
+frogman=hombre-rana
+You see a frogman which lives in a lake which isn't very deep.=Ves a un hombre-rana que vive en un lago no muy profundo.
+
+elite frogman=hombre-rana de élite
+You see an elite frogman. His huge eyes let you shiver!=
+
+wizard frogman=mago hombre-rana
+You see a mighty wizard frogman. His wand and magical cloak show his wisdom and power.=
+
+minotaur=minotauro
+You see a minotaur. He escaped from his labyrinth and is very angry now!=Ves a un minotauro ¡Ha escapado de su laberinto y ahora está muy enfadado!
+
+minotaur king=rey minotauro
+You see a Minotaur King. He doesn't have to escape from his labyrinth to be very angry...=
+
+naga=naga
+You see a naga. She awaits unwary victims to whom she may give her deadly kiss.=
+
+high naga=naga suprema
+
+armed naga=naga con brazos
+
+lamia=
+
+ratman=hombre rata
+You see a ratman. He is a mutation that comes from old times.=Ves a un hombre rata. Es una mutación que procede de tiempos remotos.
+
+ratwoman=mujer rata
+You see a ratwoman. She is a mutation of women with the rats in the century XVIII.=Ves a una mujer rata. Es una mutación de mujeres con ratas en el siglo XVIII.
+
+archrat=archirrata
+You see an archrat. You will be distracted with its aura, be careful...=Ves una archirrata. Te distraerás con su aura, ten cuidado...
+
+sheepman=hombre oveja
+
+armored sheepman=hombre oveja blindado
+
+elder sheepman=hombre oveja anciano
+
+elite sheepman=hombre oveja de élite
+
+xenocium=xenocium
+
+
+## insect
+
+killer bee=
+You see a killer bee which will sting you to death!=
+
+tiny scarab=
+You see a tiny scarab. It is an insect familiar to desert ecologies that will eat almost anything, including dung. Its hard carapace provides protection from the sun and being crushed, so don't think a little stomp will stop it.=
+
+water scarab=
+
+
+## kobold
+
+kobold=kobold
+You see a kobold. People say that it is a mythical spirit.=Ves a un kobold. La gente dice que es un espíritu mítico.
+
+soldier kobold=soldado kobold
+You see a soldier kobold, he's protecting his king.=Ves a un soldado kobold, está protegiendo a su rey.
+
+archer kobold=arquero kobold
+You see an archer kobold. It runs away from humans.=Ves a un arquero kobold. Sale corriendo de los humanos.
+
+veteran kobold=veterano kobold
+You see a veteran kobold, it is mighty!=Ves a un veterano kobold, ¡es poderoso!
+
+leader kobold=líder kobold
+You see a leader kobold, one of the mighty warriors.=Ves a un líder kobold, uno de los poderosos guerreros.
+
+giant kobold=kobold gigante
+You see a giant kobold. Though generally playful it doesn't quite know its own strength. When it asks for a hug, it's best to decline that offer.=Ves a un kobold gigante. Aunque por lo general es juguetón no conoce su propia fuerza. Cuando pide un abrazo, es mejor rechazar la oferta.
+
+
+## mutant
+
+cat woman=mujer gata
+You see a cat woman. She's agile, stealthy, fast and sharp, so stay focused and don't get cut!=
+
+dark mutant=mutante oscuro
+
+glow monster=monstruo del resplandor
+You see a glow monster. Its gleam in the dark sewers fightens you.=
+
+imperial experiment=experimento imperial
+You see an imperial experiment which mirrors the fate of many of science departments test subjects. Its skin glows and standing before it taxes your body.=
+
+imperial mutant=mutante imperial
+
+poison shroom=
+You see a toadstool... spitting poison at you?=
+
+werewolf=hombre lobo
+You see a werewolf. Normally he is a human but at fullmoon nights he turns into a dangerous beast! His poison seems to last forever.=Ves a un hombre lobo. Normalmente es un humano pero ¡en las noches de luna llena se convierte en una bestia peligrosa! Su veneno parece durar para siempre.
+
+
+## mythical_being
+
+mermaid=
+You see a mermaid. They perfer their own company and are not too happy to see you here.=
+
+emerald mermaid=
+You see an emerald mermaid.=
+
+amethyst mermaid=
+You see an amethyst mermaid.=
+
+ruby mermaid=
+You see a ruby mermaid.=
+
+sapphire mermaid=
+You see a sapphire mermaid.=
+
+unicorn=unicornio
+You see a rare unicorn. It is widely believed to be only a myth.=Ves un raro unicornio. En general se cree que es sólo un mito.
+
+white unicorn=
+
+black unicorn=
+
+golden unicorn=
+
+pegasus=pegaso
+You see Pegasus, the winged horse. His name means Lightning and he carries bolts of Thunder.=Ves a Pegasus, el caballo alado. Su nombre significa Relámpago y lleva los rayos del Trueno.
+
+baby pegasus=
+
+bronze pegasus=
+
+ivory pegasus=
+
+ebony pegasus=
+
+centaur=centauro
+You see a noble centaur, half man, half horse. He looks capable of great damage but thankfully seems to mean you no harm.=Ves a un noble centauro, mitad hombre, mitad caballo. Parece capaz de causar gran daño pero afortunadamente no parece tener intención de herirte.
+
+solar centaur=
+
+glacier centaur=
+
+centaur king=
+
+
+## ogre
+
+ogre=ogro
+You see an ogre, it is nude and rude!=Ves a un ogro, ¡está desnudo y es rudo!
+
+elder ogre=ogro anciano
+You see an elder ogre, he's in the last moments of his life, take pity on him.=Ves a un ogro anciano, está en los últimos momentos de su vida, ten compasión de él.
+
+ogre soldier=soldado ogro
+You see an ogre soldier, smelling like it didn't have had a bath for years. Ewww.=Ves a un soldado ogro, huele como si no se hubiese bañado durante años. Puaj!
+
+superogre=superogro
+You see a superogre which belongs to the family of very material creatures, the Ogres. Ever since this one happened upon a peculiar helmet and has been revered among its peers. Take care, it throws a mean punch!=
+
+
+## oni
+
+oni warrior=guerrero oni
+You see an oni warrior. His purple skin color should not lull you into a false sense of security!=
+
+oni archer=arquero oni
+You see an oni archer. His arrows will follow you everywhere for protecting his queen!=
+
+oni priest=sacerdote oni
+You see a mysterious oni priest, uttering strange incantations.=Ves a un misterioso sacerdote oni, pronunciando extraños encantamientos.
+
+oni king=rey oni
+You see the oni king. His power leads brave oni troops around his kingdom.=
+
+oni queen=reina oni
+You see the oni queen. She supports her husband and takes an eye onto their kingdom while he conquers new land and fights on battlefields.=
+
+
+## orc
+
+orc=orco
+You see an orc which is noisy and silly.=Ves a un orco que es ruidoso y tonto.
+
+orc spearman=lancero orco
+You see an orc spearman. Run away fast before a spear pierces you.=Ves a un lancero orco. Sal corriendo rápido antes de que una lanza te atraviese.
+
+orc hunter=cazador orco
+You see an orc hunter. It it seeking for you!=Ves a un cazador orco ¡Te está buscando a ti!
+
+orc warrior=guerrero orco
+You see an orc warrior which doesn't like you searching in the mountain.=Ves a un guerrero orco al que no le gusta que andes buscando en la montaña.
+
+orc chief=jefe orco
+You see an orc chief which is too busy to attend to you!=Ves a un jefe orco ¡que está demasiado ocupado para atenderte!
+
+mountain orc=orco de montaña
+You see a mountain orc. Not very cunning but his robustness, stench and loudness could still overwhelm you!=
+
+mountain orc warrior=guerrero orco de montaña
+You see a mountain orc warrior. Not very cunning but you should not underestimate his robustness and stench!=
+
+mountain orc hunter=cazador orco de montaña
+You see a mountain orc hunter. He's in search for raw meat... You could be his next lunch!=
+
+mountain orc chief=jefe orco de montaña
+You see a mountain orc chief. He's proud, loud and reeks like a thousand orcs together...=
+
+golden orc=
+
+
+## reptile
+
+grass snake=serpiente de hierba
+You see a grass snake which is quite dangerous.=Ves una serpiente de hierba que es bastante peligrosa.
+
+snake=serpiente
+You see a snake, it came from the forest to poison you!=Ves una serpiente, ¡vino desde el bosque a envenenarte!
+
+cobra=
+
+king cobra=
+You see a king cobra. It is extremely venomous.=
+
+caiman=caimán
+You see a caiman, which is hidden in the water.=Ves un caimán, que está escondido en el agua.
+
+crocodile=crocodilo
+You see a crocodile, it arises from the deep waters in the rivers.=Ves un crocodilo, surge de las aguas profundas de los ríos.
+
+turtle=
+You see a turtle swimming quietly in the water. It doesn't want to be disturbed.=
+
+
+## rodent
+
+mouse=ratón
+You see a small mouse that seems to be very hungry.=Ves un pequeño ratón que parece estar muy hambriento.
+
+rat=rata
+You see a small rat that seems to be extremely hungry.=Ves una pequeña rata que parece estar extremadamente hambrienta.
+
+caverat=rata de cueva
+You see a caverat which is dirty and loves the dungeons.=Ves una rata de cueva que es sucia y le encantan las mazmorras.
+
+venomrat=rata de veneno
+You see a venomrat, extremely poisonous.=Ves una rata de veneno, extremadamente venenosa.
+
+zombie rat=rata zombi
+You see a hungry zombie rat and it doesn't like to see you.=Ves una hambrienta rata zombi y a ella no le gusta verte a ti.
+
+razorrat=rata de cuchilla
+You see a razorrat, its noise will make you crazy!=Ves una rata de cuchilla, ¡su ruído te hará perder la cabeza!
+
+giantrat=ratagigante
+You see a giant rat. It seems like it survived from an experiment which went wrong.=Ves una rata gigante. Parece que haya sobrevivido a un experimento que salió mal.
+
+beaver=castor
+You see a beaver. It likes to build dams in the river.=Ves un castor. Le gusta construir presas en el río.
+
+
+## slime
+
+black slime=baba negra
+You see a black slime, with a sticky trail behind it.=Ves una baba negra, que va dejando un rastro pegajoso.
+
+brown slime=baba marrón
+You see a brown slime, sticky and hungry.=Ves una baba marrón, pegajosa y hambrienta.
+
+green slime=baba verde
+You see a green slime, sticky and shiny.=Ves una baba verde, pegajosa y brillante.
+
+twilight slime=baba del crepúsculo
+You see a twilight slime, so strange and beautiful. Why is it coming towards you? Runnnnnnnnn!=Ves una baba del crepúsculo, tan extraña y bella ¿Por qué se está acercando hacia ti? ¡Correeeeeeeee!
+
+
+## spider
+
+spider=araña
+You see a spider. It makes a giant spider web to trap you!=Ves una araña ¡Está haciendo una telaraña gigante para atraparte!
+
+poisonous spider=araña venenosa
+You see a poisonous spider. Be careful! Its poison is very strong! It will make you very weak and can probably kill you!=Ves una araña venenosa ¡Ten cuidado! ¡Su veneno es muy fuerte! ¡Te debilitará y probablemente puede matarte!
+
+giant spider=araña gigante
+You see a giant spider. It has very long legs which are quite dangerous.=Ves a una araña gigante. Tiene patas muy largas que son bastante peligrosas.
+
+
+## troll
+
+cyclops=cíclope
+You see a cyclops. It just has one eye.=Ves a un cíclope. Sólo tiene un ojo.
+
+troll=trol
+You see a troll, be careful in his terrain.=Ves a un trol, ten cuidado en su terreno.
+
+red troll=trol rojo
+You see a red troll, he's burning with anger.=Ves a un trol rojo, está quemando de ira.
+
+cave troll=trol de cueva
+
+
+## undead
+
+ghost hound=perro fantasma
+As you catch sight of its shaggy shape and gleaming evil eyes, you suddenly remember all the horror stories around the dreaded ghost hound!=Al avistar su forma peluda y sus malvados ojos brillantes, de repente recuerdas todas las historias de terror acerca del temido perro fantasma!
+
+death knight=caballero de la muerte
+You see a death knight. Some time ago he fought in tournaments where his only aim was to kill as many enemies as possible.=Ves a un caballero de la muerte. Hace algún tiempo luchó en torneos donde su único objetivo era matar tantos enemigos como fuese posible.
+
+necrosophia=necrosophia
+You see Necrosophia. She is a mighty beast, she will burn you with fire while you are disoriented by the rainbow beans.=
+
+green phantom=fantasma verde
+
+
+## undead_lich
+
+lich=lich
+You see a lich, a dark desolate creature which has been doomed to wander in endless turmoil, feeding on the souls of the righteous.=Ves a un lich, una criatura oscura solitaria que ha sido condenada a vagar en confusión sin fin, alimentándose de las almas de los justos.
+
+dead lich=lich muerto
+You see a dead lich with his huge green and heavy cloak. Although he is dead and bony, he'll seek revenge for his too early passing and will always return fast and ruthless!=
+
+high lich=lich supremo
+The terrible grinning skull of a high lich leers at you as it prepares to slaughter you in a myriad of magical ways.=La terrible sonrisa de la calavera de un lich supremo te mira de reojo al prepararse para matarte de una miríada de mágicas maneras.
+
+
+## undead_mummy
+
+mummy=momia
+You see a mummy which usually sleeps in a coffin.=Ves a una momia que suele dormir en un sarcófago.
+
+royal mummy=momia real
+You see a royal mummy. You wonder what keeps this king's soul from finding peace.=Ves a una momia real. Te preguntas qué le impide al alma de este rey encontrar la paz.
+
+
+## undead_skeleton
+
+skeleton=esqueleto
+You see a skeleton which survives to get revenge.=Ves a un esqueleto que sobrevive para vengarse.
+
+tiny skelly=pequeño esqueletito
+You see a tiny skelly. It is silly, little and evil, be careful with its poison...=Ves a un pequeño esqueletito. Es tonto, pequeño y malvado, ten cuidado con su veneno...
+
+warrior skeleton=guerrero esqueleto
+You see a warrior skeleton, it's just a normal skeleton with a shield!=Ves a un guerrero esqueleto, ¡es sólo un esqueleto normal con un escudo!
+
+elder skeleton=esqueleto anciano
+You see the bones of an old man. He lived to a ripe old age, and is sure to know a thing or two that separates him from all the vengeful skeletons that died young.=
+
+demon skeleton=esqueleto demonio
+You see a demon skeleton. Demon skeletons have ascended from the underworld and they are going to take over this world. You really should slay them before it is too late!=
+
+gashadokuro=gashadokuro
+A giant figure made of bone, known only as gashadokuro, towers before you. He is created from the bones of starving humans.=Una figura gigante hecha de hueso, conocida sólo como gashadokuro, se impone ante ti. Se ha creado a partir de los huesos de humanos muertos de hambre.
+
+fallen warrior=guerrero caído
+You see a fallen warrior. Once he fought in great battles but now he has fallen to the depths of hell only to come back up to get his revenge.=
+
+fallen priest=sacerdote caído
+You see a fallen priest. He was once just a regular human priest, until the dark powers corrupted him and turned him to the dark side.=
+
+fallen high priest=sumo sacerdote caído
+You see a fallen high priest. It is manifested through the dark forces seized of this world.=
+
+
+## undead_specter
+
+ghost=fantasma
+You see a ghost, don't be afraid! It doesn't seem to be evil.=Ves un fantasma, ¡no tengas miedo! No parece ser malvado.
+
+death=muerte
+You see Death. Do you have the will to stare him in the face? Today he's not in the mood to bargain with your soul.=Ves a la Muerte ¿Tendrás el valor de mirarla a la cara? Hoy no está de humor para negociar con tu alma.
+
+black death=muerte negra
+You see a black death. With his scythe he reaps your soul and then he takes it over the river where it has to stay until judgement day arrives.=Ves una muerte negra. Con su guadaña siega tu alma y después se la lleva al río donde tiene que permanecer hasta que llegue el día del juicio.
+
+golden death=muerte de oro
+You see the golden death. He came to take your soul away to pay for all your sins.=Ves a la muerte de oro. Vino a llevarse tu alma para que pague por todos tus pecados.
+
+invisible man=hombre invisible
+You see nothing but the landscape. As you stare at the point where you think you have seen something, you suddenly see the slight contour of a man!=No ves nada excepto el paisaje. Al mirar fijamente al punto donde crees haber visto algo, de repente ¡ves el ligero contorno de un hombre!
+
+incorporeal armor=armadura incorpórea
+You see an incorporeal armor. You are quite surprised as it walks towards you because there is nobody in it.=Ves una armadura incorpórea. Te sorprende bastante al caminar hacia ti porque no hay nadie dentro de ella.
+
+
+## undead_vampire
+
+vampire bride=novia vampira
+You see a vampire bride. She was resurrected from the dead by a wicked vampire lord.=Ves a una novia vampira. Fue resucitada de entre los muertos por un malvado señor vampiro.
+
+vampirette=vampiresa
+You see a Vampirette. Beware of its sharp teeth! She wants to drink your blood and turn you into a vampire!=
+
+vampire lord=señor vampiro
+You see a vampire lord. Be careful, he is after your blood!=Ves a un señor vampiro. Ten cuidado, ¡va tras tu sangre!
+
+
+## undead_zombie
+
+bloody zombie=zombi sangriento
+You see a bloody zombie. Can you see the drops of blood which fall from his body?=Ves a un zombi sangriento. ¿Puedes ver las gotas de sangre que caen de su cuerpo?
+
+zombie=zombi
+You see a zombie. It woke up just to take revenge, be silent.=Ves a un zombi. Se despertó solo para vengarse, estate en silencio.
+
+headless monster=monstruo sin cabeza
+You see a headless monster, how can he hear that we come to him?=Ves a un monstruo sin cabeza, ¿Cómo ha podido oír que nos acercábamos a él?
+
+rotten zombie=zombi podrido
+You see a rotten zombie. You are disgusted as you see its rotten skin that hangs down in pieces from his half rotten bones.=Ves a un zombi podrido. Estás asqueado al ver su piel podrida que cuelga hecha jirones de sus huesos medio podridos.
+
+
+# strings not found in template
+
+rift cloak=capa de rift
+You see a rift cloak. Almost useless in the battle, but saves your life when you enter a magical rift.=Ves una capa de rift. Casi inútil en la batalla, pero te salva la vida cuando entras en un rift mágico.
+necromancers staff=baston de nigromante
+You see a cunningly beautiful staff. If you listen carefully you can hear its previous owners' souls screaming from within it.=Ves un bastón engañosamente hermoso. Si escuchas atentamente puedes oir las almas de sus anteriores dueños gritar desde dentro.
bottle=botella
You see a bottle. It is empty, someone drank the contents.=Ves una botella. Está vacía, alguien se bebió su contenido.
big bottle=botella grande
You see a big bottle.=Ves una botella grande.
-eared bottle=botella con asas
-You see an eared bottle. It is empty, someone drank the contents.=Ves una botella con asas. Está vacía, alguien se bebió su contenido.
-fat bottle=botella gruesa
-You see a fat bottle. It is empty, someone drank the contents.=Ves una botella gruesa. Está vacía, alguien se bebió su contenido.
short rounded bottle=botella redondeada baja
You see a short rounded bottle. It is empty, someone drank the contents.=Ves una botella redondeada baja. Está vacía, alguien se bebió su contenido.
short triangular bottle=botella triangular baja
You see a short triangular bottle. It is empty, someone drank the contents.=Ves una botella triangular baja. Está vacía, alguien se bebió su contenido.
-slim bottle=botella estrecha
-You see a slim bottle. It is empty, someone drank the contents.=Ves una botella estrecha. Está vacía, alguien se bebió su contenido.
squared bottle=botella cuadrada
You see a squared bottle. It is empty, someone drank the contents.=Ves una botella cuadrada. Está vacía, alguien se bebió su contenido.
tall bottle=botella alta.
You see a tall bottle. It is empty, someone drank the contents.=Ves una botella alta. Está vacía, alguien se bebió su contenido.
triangular bottle=botella triangular
You see a triangular bottle. It is empty, someone drank the contents.=Ves una botella triangular. Está vacía, alguien se bebió su contenido.
-
-empty goblet=copa vacía
-You see an empty goblet. You wonder what could it hold.=Ves una copa vacía. Te preguntas que podría contener.
-goblet=copa
-You see a goblet. You look at its contents, and shiver at the blood inside.=Ves una copa. Miras su contenido, y sientes escalofríos al ver sangre dentro.
-keyring=llavero
-You see a keyring.=Ves un llavero.
-note=nota
-You see a note.=Ves una nota.
-coupon=cupón
-You see a coupon.=Ves un cupón.
-closed envelope=sobre cerrado
-opened envelope=sobre abierto
-sealed envelope=sobre sellado
-unsealed envelope=sobre sellado abierto
-assassins id=identificación de asesino
-You see an assassin's ID. Perhaps this can be put to good use.=Ves una identificación de asesino. Quizá puedas hacer un buen uso de ella.
-map=mapa
blank scroll=pergamino en blanco
You see a rolled up blank scroll.=Ves un pergamino enrollado y en blanco
ice scroll=pergamino de hielo
You see a scroll, circled by ice crystals. You can feel its cold aura.=Ves un pergamino, rodeado por cristales de hielo. Puedes sentir su fría aura.
-fierywater=aguardiente
-You see a bottle of fierywater. Do not drink it pure, you would evaporate!=Ves una botella de aguardiente. No te la bebas pura, ¡Te evaporarías!
-mild koboldish torcibud=suave torcibud koboldiano
-You see a bottle of mild koboldish torcibud. It will help you recover when you're all bruised and battered.=Ves una botella de suave torcibud koboldiano. Te ayudará a recuperarte cuando estés todo magullado.
-strong koboldish torcibud=fuerte torcibud koboldiano
-You see a bottle of strong koboldish torcibud. It will help you recover when you're all bruised and battered.=Ves una botella de fuerte torcibud koboldiano. Te ayudará a recuperarte cuando estés todo magullado.
-vsop koboldish torcibud=torcibud koboldiano de estaca vieja muy especial
-You see a bottle of VSOP koboldish torcibud, specially aged in oak casks wrapped by the darkness of a dungeon cellar. It will help you recover when you're all bruised and battered.=Ves un torcibud koboldiano de estaca vieja muy especial, especialmente envejecida en barricas de roble envueltas por la oscuridad de la bodega de una mazmorra. Te ayudará a recuperarte cuando estés todo magullado.
-apple juice=zumo de manzana
-You see apple juice. On a hot summer day, it would taste great.=Ves zumo de manzana. En un día de verano caluroso, sabría estupendo.
-beer=cerveza
-You see a beer. On a hot summer day, it would taste great.=Ves una cerveza. En un día de verano caluroso, sabría estupendo.
-wine=vino
-You see a glass of red wine. It will quench your thirst.=Ves un vaso de vino tinto. Saciará tu sed.
-water=agua
-You see a bottle of fresh spring water. It's really tasty and fresh.=Ves una botella de agua fresca de manantial. Es realmente sabrosa y fresca.
-pina colada=piña colada
-You see a pina colada. It looks delicious but tastes dangerously strong!.=Ves una piña colada ¡Parece deliciosa pero sabe peligrosamente fuerte!
-tea=té
-You see a lovely cup of tea.=Ves una encantadora taza de té.
-milk=leche
-You see a small bottle of fresh milk.=Ves una pequeña botella de leche fresca.
-antidote=antídoto
-You see an antidote, to cure you of poison and protect you for a while.=Ves un antídoto, para curarte de venenos y protegerte durante un rato.
-greater antidote=antidoto mayor
-You see a greater antidote, to cure you of poison and protect you for a long while.=Ves un antidoto mayor, para curarte de venenos y protegerte durante un largo rato.
-poison=veneno
-You see a bottle of poison. Don't drink it!=Ves una botella de veneno ¡No te la tomes!
-greater poison=veneno mayor
-You see a greater poison. Don't drink it!=Ves un veneno mayor ¡No te lo tomes!
-deadly poison=veneno mortal
-You see a deadly poison. Don't drink it!=Ves un veneno mortal ¡No te lo tomes!
-disease poison=veneno de enfermar
-You see a disease poison. Be careful, it's wicked.=Ves un veneno de enfermar. Ten cuidado, es malvado.
-mega poison=mega veneno
-You see a mega poison. This is some wicked poison.=Ves un mega veneno. Éste es un veneno malvado.
-twilight elixir=elixir del crepúsculo
-You see a bottle of medicinal elixir.=Ves una botella de elixir medicinal.
-minor potion=poción menor
-You see a minor potion. It's not much but may save you in a tight spot.=Ves una poción menor. No es mucho pero puede salvarte en una situación difícil.
-soup=sopa
-You see a bowl of soup. Its contents fill you up.=Ves un plato de sopa. Su contenido te llena.
-fish soup=sopa de pescado
-You see a bowl of fish soup. Its contents fill you up.=Ves un plato de sopa de pescado. Su contenido te llena.
-potion=poción
-You see a potion. Take it to battle and you may survive longer.=Ves una poción. Llevatela a la batalla y puedes sobrevivir por más tiempo.
-greater potion=poción mayor
-You see a greater potion, invaluable in battle.=Ves una poción mayor, inestimable en la batalla.
-mega potion=mega poción
-You see a mega potion. It strengthens greatly.=Ves una mega poción. Te fortalece en gran medida.
-love potion=poción de amor
-You see a love potion. It looks powerful so take care to use it carefully!=Ves una poción de amor ¡Parece potente así que ten cuidado de usarla con precaución!
-rhosyd=rhosyd
-You see a beautiful and rare rhosyd flower.=Ves una bella y rara flor de rhosyd.
-rose=rosa
-You see a single red rose. It smells heavenly.=Ves una sola rosa roja.
-lilia=lilia
-You see a lilia, a single precious bloom.=Ves una lilia, una sola flor preciosa.
-daisies=margaritas
-You see a bunch of daisies. They are cheap and cheerful!=Ves un ramo de margaritas ¡Son baratas y alegran!
-pansy=pensamiento
-You see a pansy, so colorful and beautiful.=Ves un pensamiento, tan colorido y hermoso.
-zantedeschia=zantedeschia
-You see a zantedeschia, a delicate bloom with the sweetest fragrance.=Ves una zantedeschia, una flor delicada con la más dulce de las fragancias.
-cherry=cereza
-You see a cherry. Its tangy taste revives you a little.=Ves una cereza. Su sabor amargo te revive un poco.
-butter=mantequilla
-You see some butter. It is an ingredient or can be eaten if you like.=Ves un poco de mantequilla. Es un ingrediente o se puede comer si quieres.
-cheese=queso
-You see some cheese. Eat it and see what happens.=Ves un poco de queso. Cometelo y verás lo que pasa.
-coconut=coco
-You see a coconut. Luckily it's already cracked and you can drink from it.=Ves un coco. Afortunadamente ya está abierto y puedes beber de él.
-icecream=helado
-You see a wafer cone with vanilla ice cream and a chocolate flake.=Ves un cucurucho de helado de vainilla y virutas de chocolate.
-pineapple=piña
-You see a tropical pineapple.=Ves una piña tropical.
-artichoke=alcachofa
-You see an artichoke. It can be an ingredient, or you can eat it.=Ves una alcachofa. Puede ser un ingrediente, o te la puedes comer.
-carrot=zanahoria
-You see a carrot. It can be an ingredient, or you can eat it.=Ves una zanahoria. Puede ser un ingrediente, o te la puedes comer.
-salad=ensalada
-You see a salad.=Ves una ensalada.
-tomato=tomate
-You see a tomato, put it in a salad or eat it.=Ves un tomate, ponlo en la ensalada o cometelo.
-apple=manzana
-You see a nice shiny apple.=Ves una bonita y brillante manzana.
-black apple=manzana negra
-You see a black apple. It must be a gift from lil Johnnnny. He's the guy with black items.=Ves una manzana negra. Debe de ser un regalo del pequeño Johnnny
-bread=pan
-You see a loaf of bread. It is freshly baked and ready to eat.=Ves una barra de pan. Está recién horneada y lista para comer.
-button mushroom=champiñón común
-You see a button mushroom. It can be an ingredient, or you can eat it.=Ves un champiñón común. Puede ser un ingrediente, o te lo puedes comer.
-porcini=seta calabaza
-You see a porcini. It can be an ingredient, or you can eat it.=Ves una seta calabaza. Puede ser un ingrediente, o te la puedes comer.
-spinach=espinacas
-You see spinach. It is enriched with vitamins.=Ves espinacas. Está enriquecida con vitaminas.
-courgette=calabacín
-You see a courgette. It can be an ingredient, or you can eat it.=Ves un calabacín. Puede ser un ingrediente, o te lo puedes comer.
-collard=col
-You see a collard. It's rare and strangely magical.=Ves una col. Es rara y extrañamente mágica.
-onion=cebolla
-You see an onion.=Ves una cebolla.
-garlic=ajo
-You see some fresh garlic.=Ves un poco de ajo fresco.
-cauliflower=coliflor
-You see a fresh head of cauliflower.=Ves la cabeza de una fresca coliflor.
-broccoli=brocoli
-You see a bunch of broccoli.=Ves un manojo de brocoli.
-leek=puerro
-You see a fresh leek.=Ves un puerro fresco.
-perch=perca
-You see a perch.=Ves una perca.
-mackerel=caballa
-You see a mackerel.=Ves una caballa.
-roach=rutilo
-You see a roach.=Ves un rutilo
-char=salvelinus
-You see a char, with a fleshy pink belly.=Ves un salvelinus, con un vientre carnoso de color rosa.
-clownfish=pez payaso
-You see a striped clownfish.=Ves un pez payaso a rayas.
-surgeonfish=pez cirujano
-You see a bright blue surgeonfish.=Ves un pez cirujano de color azul brillante.
-red lionfish=pterois rojo
-You see a venomous coral reef red lionfish.=Ves un pterois rojo venenoso de los arrecifes de coral
-egg=huevo
-You see an egg.=Ves un huevo.
-chicken=pollo
-You see a tasty leg of chicken.=Ves un sabroso muslo de pollo.
-meat=carne
-You see a piece of meat.=Ves un pedazo de carne.
-trout=trucha
-You see a trout.=Ves una trucha.
-cod=bacalao
-You see a cod.=Ves un bacalao.
-ham=jamón
-You see a juicy ham.=Ves un jugoso jamón.
-toadstool=seta venenosa
-You see a toadstool. Beware!=Ves una seta venenosa ¡Ten cuidado!
-fairy cake=fairy cake
-You see a luscious fairy cake with icing and sprinkles on top.=Ves un delicioso fairy cake con cobertura y fideos de chocolate por encima.
-crepes suzette=crepe suzette
-You see a crepes suzette topped with hot chocolate sauce.=Ves una crepe suzette cubierta con salsa de chocolate caliente.
-sandwich=sandwich
-You see a ham and cheese sandwich.=Ves un sandwich de jamón y queso.
-pie=pastel
-You see a meat and vegetable pie.=Ves un pastel de carne y verduras.
-fish pie=empanada de pescado
-You see a fish and leek pie. It's not too stodgy so you can eat it faster than a meat pie.=Ves una empanada de pescado y puerros. No es demasiado pesada así que te la puedes comer más rápido que un pastel de carne.
-apple pie=tarta de manzana
-You see a delicious apple pie, made with only genuine ingredients.=Ves una deliciosa tarta de manzana, elaborada sólo con los ingredientes genuinos.
-cherry pie=tarta de cereza
-You see a delicious cherry pie, made with only genuine ingredients.=Ves una tarta de cereza deliciosa, elaborada sólo con los ingredientes genuinos.
-pizza=pizza
-You see a tasty pizza, and hope they put extra cheese on it.=Ves una sabrosa pizza, y esperas que le hayan puesto extra de queso por encima.
-easter egg=huevo de pascua
-You see a lovely chocolate easter egg. It's huge!=Ves un encantador huevo de pascua ¡Es enorme!
-small easter egg=huevo de pascua pequeño
-You see a small chocolate easter egg. Yummy!=Ves un pequeño huevo de pascua de chocolate ¡Delicioso!
-chocolate bar=barrita de chocolate
-You see an absolutely yummy chocolate bar.=Ves una barrita de chocolate absolutamente deliciosa.
-tuna sandwich=sandwich de atún
-You see what looks like tuna sandwich.=Ves lo que parece ser un sandwich de atún.
-sausage=salchicha
-You see what looks like a tasty sausage.=Ves lo que parece ser una sabrosa salchicha.
-cheese sausage=salchicha de queso
-You see what looks like a tasty cheese sausage.=Ves lo que parece ser una sabrosa salchicha de queso.
-hotdog=perrito caliente
-You see what looks like a tasty hotdog on a bun.=Ves lo que parece ser un sabroso perrito caliente en un bollo.
-cheeseydog=perrito caliente con queso
-You see what looks like a tasty cheeseydog on a bun.=Ves lo que parece ser un sabroso perrito caliente con queso en un bollo.
-vanilla shake=batido de vainilla
-You see a yummy vanilla shake. Absolutely NO calories.=Ves un sabroso batido de vainilla. Absolutamente SIN calorías.
-chocolate shake=batido de chocolate
-You see a scrumptious chocolate shake. Absolutely NO calories.=Ves un batido de chocolate para chuparse los dedos. Absolutamente SIN calorías.
-honey=miel
-You see a jar of sticky sweet honey. It's the clear runny kind.=Ves una jarra de miel dulce y pegajosa. Es de tipo fluído y claro.
-sugar=azúcar
-You see a sack of raw sugar.=Ves un saco de azúcar no refinado.
-licorice=regaliz
-You see some delicious licorice. Your mouth waters.=Ves un poco de delicioso regaliz. Se te hace la boca agua.
-grilled steak=filete a la parrilla
-You see a fresh grilled steak. It smells awesome and is really juicy.=Ves un filete a la parrilla recién hecho. Huele fenomenal y está realmente jugoso.
-leather helmet=casco de cuero
-You see a leather helmet, it seems more like a hat than a defensive item.=Ves un casco de cuero, parece más un sombrero que un elemento defensivo.
-trophy helmet=casco trofeo
-robins hat=sombrero de robin
-You see a robins hat. It's cute but that's about it.=Ves un sombrero de robin. Es gracioso pero eso es todo.
-studded helmet=casco tachonado
-You see a studded helmet, it should protect your head against cuts but perhaps not hard blows.=Ves un casco tachonado, debería de protegerte la cabeza de cortes pero quizá no de golpes fuertes.
-chain helmet=casco de cota de malla
-You see a solid chain helmet, it will be excellent protection for your head.=Ves un sólido casco de cota de malla, será una excelente protección para la cabeza.
-viking helmet=casco de vikingo
-You see a viking helmet. The previous owner wore it to many battles.=Ves un casco de vikingo. Su anterior dueño lo llevó consigo a muchas batallas.
-aventail=almófar
-You see a aventail. It's a clever design.=Ves un almófar. Es un diseño ingenioso.
-red helmet=casco rojo
-You see a red helmet, it reminds you of a jester's hat but you can be sure it has better protection than that.=Ves un casco rojo, te recuerda al sombrero de un bufón pero puedes estar seguro de que te proporcionará una protección mejor que esa.
-blue helmet=casco azul
-You see a brand new blue helmet.=Ves un casco azul nuevecito.
-golden helmet=casco de oro
-You see a heavy golden helmet. The thick metal should protect you against almost anything.=Ves un pesado casco de oro. El grueso metal debería de protegerte contra casi todo.
-shadow helmet=casco de sombra
-You see a heavy shadow helmet. Instead of shining, it darkly gleams.=Ves un pesado casco de sombra. En lugar de brillar, emite destellos oscuros.
-horned golden helmet=casco de oro con cuernos
-You see a horned golden helmet.=Ves un casco de oro con cuernos.
-chaos helmet=casco del caos
-You see a chaos helmet.=Ves un casco del caos.
-mainio helmet=casco de mainio
-You see a strange mainio helmet. You can barely see when wearing it, but it protects your head very well.=Ves un extraño casco de mainio. Apenas puedes ver cuando lo llevas puesto, pero te protege muy bien la cabeza.
-magic chain helmet=casco de cota de malla mágico
-You see a magic chain helmet.=Ves un casco de cota de malla mágico.
-liberty helmet=casco de la libertad
-You see the liberty helmet. It's light and strong, you feel free wearing it.=Ves el casco de la libertad. Es ligero y resistente, te sientes libre al llevarlo puesto.
-black helmet=casco negro
-You see a black helmet.=Ves un casco negro
-mithril helmet=casco de mithril
-You see a mithril helmet.=Ves un casco de mithril.
-arandula=arandula
-You see a arandula. It has medicinal properties, if the right person uses it.=Ves una arandula. Tiene propiedades medicinales, si es usada por la persona adecuada.
-kokuda=kokuda
-You see a kokuda. It has medicinal properties, if the right person uses it.=Ves una kokuda. Tiene propiedades medicinales, si es usada por la persona adecuada.
-kekik=kekik
-You see a kekik. It is a herb which can have healing properties.=Ves una kekik. Es una hierba que puede tener propiedades curativas.
-mandragora=mandrágora
-You see a root of mandragora. It has medicinal properties, if the right person uses it.=Ves una raíz de mandrágora. Tiene propiedades medicinales, si es usada por la persona adecuada.
-sclaria=sclaria
-You see the herb sclaria. The smell is calming.=Ves la hierba sclaria. Su olor es calmante.
-emerald=esmeralda
-You see an emerald, a precious gemstone.=Ves una esmeralda, una gema preciosa.
-sapphire=zafiro
-You see a sapphire, a precious gemstone.=Ves un zafiro, una gema preciosa.
-carbuncle=carbúnculo
-You see a carbuncle, a precious gemstone related to the garnet.=Ves un carbúnculo, una gema preciosa relacionada con el granate.
-obsidian=obsidiana
-You see a piece of obsidian, it's known as volcanic glass because it forms when lava cools rapidly. When used as a gemstone it may look jet black or silvery grey, depending on how it is cut.=Ves una pieza de obsidiana, es conocida como vidrio volcánico porque se forma cuando la lava se enfría rápidamente. Cuando se usa como gema puede parecer negro azabache o gris plateado, dependiendo de cómo se corte.
-diamond=diamante
-You see a diamond, not just a beautiful gem but also the hardest naturally occurring material .=Ves un diamante, no es sólo una hermosa gema sino también el material más duro de origen natural.
-black pearl=perla negra
-You see a black pearl, so dark and shiny.=Ves una perla negra, tan oscura y brillante.
-dungeon silver key=llave de plata de la mazmorra
-You see a silver dungeon key. Use it only if you are brave.=Ves una llave de plata de la mazmorra. Usala sólo si eres valiente.
-lich gold key=llave de oro del lich
-You see a golden lich key. It will open the door to terrible things.=Ves una llave de oro del lick. Abrirá la puerta a cosas terribles.
-minotaur key=llave del minotauro
-You see a fancy bronze key. It smells faintly of minotaur, perhaps one dropped it?=Ves una lujosa llave de bronce. Huele ligeramente a minotauro, ¿quizá se le cayó a uno?
-nalwor bank key=llave del banco de nalwor
-You see a key to the customer room of Nalwor Bank.=Ves una llave de la sala de clientes del Banco de Nalwork.
-kotoch prison key=llave de la prisión de kotoch
-You see an ancient copper key, enscribed with something in Orcish.=Ves una antigua llave de cobre, grabada con algo en Orco.
-kanmararn prison key=llave de la prisión de kanmararn.
-You see a key which matches the locks in the Kanmararn prison.=Ves una llave que coincide con las cerraduras de la prisión de Kanmararn.
-sedah gate key=llave de la puerta de sedah
-You see a key for the gate to the imperial city of Sedah.=Ves una llave que abre la puerta que lleva a la ciudad imperial de Sedah.
-pet sanctuary key=llave del santuario de mascotas
-You see a key for the pet sanctuary in Ados.=Ves una llave que abre el santuario de mascotas en Ados.
-house key=llave de la casa
-You should not see this description=No deberías de poder ver esta descripción
-master key=llave maestra
fado hotel key 001=llave 001 del hotel de fado
You see a key to room #001 in the Fado Hotel.=Ves una llave de la habitación #001 del hotel de Fado.
fado hotel key 002=llave 002 del hotel de fado
@@ -540,446 +2897,45 @@ fado hotel key 007=llave 007 del hotel de fado
You see a key to room #007 in the Fado Hotel.=Ves una llave de la habitación #007 del hotel de Fado.
fado hotel key 008=llave 008 del hotel de fado
You see a key to room #008 in the Fado Hotel.=Ves una llave de la habitación #008 del hotel de Fado.
-small key=llave pequeña
-You see the key for Zara's row house in Ados.=Ves la llave de la row house de Zara en Ados.
-leather legs=quijotes de cuero
-You see a pair of leather legs. They look new but they're poor quality.=Ves un par de quijotes de cuero. Parecen nuevos pero son de mala calidad.
-studded legs=quijotes tachonados
-You see a pair of blood stained studded legs. You're not sure if the blood came from their last owner ... or his enemies.=Ves un par de quijotes tachonados manchados de sangre. No estás seguro de si la sangre es de su último dueño ... o de sus enemigos.
-chain legs=quijotes de cota de malla
-You see a pair of well made chain legs. They should protect you against any attacks aimed low.=Ves un par de quijotes de cota de malla bien elaborados. Deberían de protegerte frente a cualquier ataque bajo.
-red legs=quijotes rojos
-A pair of red legs are in your grasp.=Un par de quijotes rojos están a tu alcance.
-elvish legs=quijotes élficos
-You see a pair of elvish legs.=Ves un par de quijotes élficos.
-blue legs=quijotes azules
-You see a pair of shiny new blue legs.=Ves un par de quijotes azules nuevos y brillantes.
-golden legs=quijotes de oro
-You see a pair of shining, strong golden legs.=Ves un par de quijotes de oro, resistentes y relucientes.
-shadow legs=quijotes de sombra
-You see a pair of shadow legs. The weight of them is incredible.=Ves un par de quijotes de sombra. Su peso es increíble.
-mainio legs=quijotes de mainio
-You see a pair of odd looking mainio legs. They are somewhat startling but they give you a good protection.=Ves un par de quijotes de mainio de extraño aspecto. Son de algún modo sorprendentes pero te proporcionan una buena proteccion.
-chaos legs=quijotes del caos
-You see a pair of chaos legs. The strange colors confuse you.=Ves un par de quijotes del caos. Sus extraños colores te confunden.
-xeno legs=quijotes de xeno
-You see a pair of xeno legs. They're very strong and look brand new.=Ves un par de quijotes de xeno. Son muy resistentes y parecen nuevecitos.
-jewelled legs=quijotes enjoyados
-You see a beautiful pair of jewelled legs. A large red gem glints at you and they're encrusted all over with sapphires.=Ves un hermoso par de quijotes enjoyados. Una gema roja grande emite reflejos hacia ti y tienen incrustaciones de zafiro por todas partes.
-black legs=quijotes negros
-You see a pair of black legs.=Ves un par de quijotes negros.
-mithril legs=quijotes de mithril
-You see a pair of mithril legs. They will serve you well.=Ves un par de quijotes de mithril. Te servirán de mucho.
-bulb=bulbo
-You see a bulb. It can be planted anywhere, but it will only thrive on fertile ground.=Ves un bulbo. Puede ser plantado en cualquier sitio, pero sólo prosperará en un terreno fértil.
-seed=semilla
-You see a seed. It can be planted anywhere, but it will only thrive on fertile ground.=Ves una semilla. Puede ser plantada en cualquier sitio, pero sólo prosperará en un terreno fértil.
-giant heart=corazón gigante
-You see a giant heart. This proves that a giant was defeated, and has magical properties that you are not sure of.=Ves un corazón gigante. Ésto demuestra que un gigante fue derrotado, y tiene propiedades mágicas de las que no estás seguro.
-dice=dados
-You see a set of dice. May lady luck be with you.=Ves un grupo de dados. Que la suerte te acompañe.
-cards=cartas
-You see a deck of cards. Shuffle them well, to get a winning hand.=Ves una baraja de cartas. Barajealas bien, para ganar la mano.
-teddy=peluche
-You see a teddy bear. Its soft and cuddly, and children love them.=Ves un oso de peluche. Es suave y tierno, y a los niños les encanta.
-vampirette entrails=entrañas de vampiresa
-You see some vampirette entrails. These guts proves that a vampirette was slain.=Ves unas entrañas de vampiresa. Estas vísceras demuestran que una vampiresa fue asesinada.
-bat entrails=entrañas de murciégalo
-You see some bat entrails, full of the blood of a living creature.=Ves unas entrañas de murciégalo, llenas de sangre de algún ser vivo.
-suntan cream=crema bronceadora
-marbles=canicas
-You see some marbles. Boys will be boys.=Ves unas canicas. Son cosas de niños.
-canned tuna=atún en lata
-You see tuna in a can. Too bad you don't have a can opener.=Ves atún en una lata. Lástima que no tengas un abrelatas.
-snowglobe=esfera de nieve
-You see a snowglobe. You are SUCH a tourist!=Ves una esfera de nieve ¡Estás hecho un turista!
-bobbin=canilla
-You see a bobbin for a sewing machine.=Ves una canilla para una máquina de coser.
-snowball=bola de nieve
-You see snowballs. You can throw them at your friends or put it in your bag to keep your fish fresh. But be careful, there could be little stones in it.=Ves bolas de nieve. Puedes tirarselas a tus amigos o ponerlas en tu bolsa para conservar el pescado fresco. Pero ten cuidado, podría haber piedrecitas dentro de ella.
-vomit=vómito
-You see a pile of vomit. Gross!=Ves un montón de vómito ¡Qué desagradable!
dart=dardo
You see a dart. You'll need to be close before you can use it as a missile. Stand square on, not diagonally, for the best results.=Ves un dardo. Necesitarás estar cerca antes de que lo puedas usar como proyectil. Permanece recto, no inclinado, para obtener los mejores resultados.
power dart=dardo de potencia
You see a power dart. You'll need to be close before you can use it as a missile. Stand square on, not diagonally, for the best results.=Ves un dardo de potencia. Necesitarás estar cerca antes de que lo puedas usar como proyectil. Permanece recto, no inclinado, para obtener los mejores resultados.
-shuriken=shuriken
-You see a shuriken. You'll need to be close before you can use it as a missile. Stand square on, not diagonally, for the best results.=Ves un shuriken. Necesitarás estar cerca antes de que lo puedas usar como proyectil. Permanece recto, no inclinado, para obtener los mejores resultados.
-fire shuriken=shuriken de fuego
-You see a fire shuriken. Throwing this flaming missile unleashes fiendish power.=Ves un shuriken de fuego. El lanzamiento de este proyectil en llamas desata un poder diabólico.
-wooden spear=lanza de madera
-You see a wooden spear. You can attack at a distance with this primitive weapon. Stand square on, not diagonally, for the best results.=Ves una lanza de madera. Puedes atacar a distancia con este arma primitiva. Permanece recto, no inclinado, para obtener los mejores resultados.
-money=dinero
-wooden bow=arco de madera
-You see a wooden bow. With this in one hand, and wooden arrows in the other, you may be able to attack from a distance.=Ves un arco de madera. Con esto en una mano, y flechas de madera en la otra, puedes ser capaz de atacar a distancia.
-longbow=arco largo
-You see a longbow. Equipped with this, and a supply of arrows, you will have an effective ranged attack.=Ves un arco largo. Equipado con ésto, y con un surtido de flechas, conseguirás un efectivo ataque a distancia.
-composite bow=arco compuesto
-You see a composite bow. It's better strung than most bows, for excellent ranged attack.=Ves un arco compuesto. Está mejor tensado que la mayoría de arcos, para proporcionar un excelente ataque a distancia.
-crossbow=ballesta
-You see a crossbow. The attack is high but it has a very short range, what do you prefer?=Ves una ballesta. Su ataque es elevado pero cubre una distancia muy corta, ¿qué prefieres?
-hunter crossbow=ballesta de cazador
-You see a hunter crossbow. You must decide if the high attack is worth the short range it has.=Ves una ballesta de cazador. Debes decidir si su elevado ataque compensa la corta distancia que cubre.
-mithril bow=arco de mithril
-You see a light and strong mithril bow. Its impeccable workmanship affords incredible accuracy.=Ves un arco de mithril ligero y resistente. Su impecable elaboración permite una precisión increíble.
angel figurine=figurilla de ángel
You see a sparkling angel figurine.=Ves una figurilla de ángel resplandeciente.
-skull ring=anillo de calavera
-You see a skull ring.=Ves un anillo de calavera.
-amulet=amuleto
ankh=anj
You see a mysterious ankh. You don't know what it is for.=Ves un misterioso anj. No sabes para qué sirve.
-wood=madera
-You see some wood, fallen from a nearby tree.=Ves un poco de madera, caída de algún árbol cercano.
-sugar cane=caña de azúcar
-You see a sugar cane. You can grind it for raw sugar.=Ves una caña de azúcar. Puedes molerla para obtener azúcar no refinado.
-grain=trigo
-You see a sheaf of grain.=Ves una gavilla de trigo.
-flour=harina
-iron ore=mineral de hierro
-coal=carbón
-You see a black and shiny piece of stone coal. It stayed in the ground for million of years.=Ves un pedazo de piedra de carbón negro y brillante. Permaneció enterrado durante millones de años.
-wool=lana
-You see wool. It was recently shorn.=Ves lana. Fue esquilada recientemente.
-yarn=hilo de lana
-You see a ball of yarn. It was spun with care.=Ves un ovillo de lana. Fue hilado con sumo cuidado.
-cloth=tela
-You see a roll of cloth. It is of first-class quality.=Ves un rollo de tela. Es de primera calidad.
-gold nugget=pepita de oro
-You see a gold nugget. Its rich golden color shines, and it may be useful.=Ves una pepita de oro. Su vivo color dorado brilla,y puede resultar útil.
-mithril nugget=pepita de mithril
-You see a mithril nugget. Its pale silvery color shines, and it may be useful.=Ves una pepita de mithril. Su pálido color plateado brilla, y puede resultar útil.
iron=hierro
-gold bar=barra de oro
-You see a gold bar. It will make beautiful jewelry, or fetch a fine price.=Ves una barra de oro. Servirá para hacer hermosas joyas, o se pagará un buen precio por ella.
-mithril bar=barra de mithril
-You see a mithril bar. It can be made into excellent armor, or fetch a fine price.=Ves una barra de mithril. Se puede elaborar una armadura excelente con ella, o se puede pagar un buen precio por ella.
-golden egg=huevo de oro
-You see a valuable golden egg.=Ves un valioso huevo de oro.
-spotted egg=huevo con manchas
-You see a spotted egg. They are said to be delicious.=Ves un huevo con manchas. Se dice que son deliciosos.
reptile egg=huevo de reptil
You see a valuable reptile egg.=Ves un valioso huevo de reptil.
-silk gland=glándula de seda
-You see a silk gland from a giant spider. Its contents are extremely valuable.=Ves una glándula de seda de una araña gigante. Su contenido es extremadamente valioso.
-silk thread=hilo de seda
-You see a spool of silk thread, spun from the glands of a giant spider..=Ves un carrete de hilo de seda, hilado de las glándulas de una araña gigante..
-oil=aceite
-You see a small can of oil.=Ves una pequeña lata de aceite.
-mithril thread=hilo de mithril
-You see a spool of mithril thread, made from silk fused with mithril.=Ves un carrete de hilo de mithril, elaborado a partir de seda fundida con mithril.
-mithril fabric=tela de mithril
-You see a couple yards of mithril fabric. It's very sparkly!=Ves un par de metros de tela de mithril ¡Emite muchos destellos!
-horse hair=pelo de caballo
-You see some horse hairs.=Ves un poco de pelos de caballo.
-beeswax=cera de abeja
-You see a piece of beeswax.=Ves un pedazo de cera de abeja.
-candle=vela
-You see a candle in a candle stick.=Ves una vela en un candelero.
-wedding ring=anillo de boda
-engagement ring=anillo de compromiso
-You see a diamond engagement ring, a symbol of love (or a symbol of wealth?)=Ves un anillo de compromiso de diamante, un símbolo de amor (¿o un símbolo de riqueza?)
-emerald ring=anillo de esmeralda
-You see an emerald ring, known as ring of life. Wear it, and you risk less from death.=Ves un anillo de esmeralda, conocido como el anillo de la vida. Llevalo, y arriesgarás menos al morir.
-summon scroll=pergamino de invocación
-nalwor city scroll=pergamino de la ciudad de nalwor
-You see a nalwor city scroll, it will take you back to nalwor city.=Ves un pergamino de la ciudad de nalwor, te llevará de regreso a la ciudad de nalwor.
-ados city scroll=pergamino de la ciudad de ados
-You see a ados city scroll, it will take you back to ados city.=Ves un pergamino de la ciudad de ados, te llevará de regreso a la ciudad de ados.
-fado city scroll=pergamino de la ciudad de fado
-You see a fado city scroll, it will take you back to fado city.=Ves un pergamino de la ciudad de fado, te llevará de regreso a la ciudad de fado.
-kirdneh city scroll=pergamino de la ciudad de kirdneh
-You see a kirdneh city scroll, it will take you back to kirdneh city.=Ves un pergamino de la ciudad de kirdneh, te llevará de regreso a la ciudad de kirdneh.
-kalavan city scroll=pergamino de la ciudad de kalavan
-You see a kalavan city scroll, it will take you back to kalavan city.=Ves un pergamino de la ciudad de kalavan, te llevará de regreso a la ciudad de kalavan.
-marked scroll=pergamino marcado
-invitation scroll=pergamino de invitación
-home scroll=pergamino del hogar
-You see a home scroll, it will take you back to semos city.=Ves un pergamino del hogar, te llevará de regreso a la ciudad de semos.
-empty scroll=pergamino en blanco
-You see an empty scroll. If used correctly it will return you to where you marked it at.=Ves un pergamino en blanco. Usado correctamente te llevará de regreso a donde lo marcaste.
-rainbow beans=haba del arco iris
-You see a small pile of rainbow beans. One says something odd.=Ves un pequeño montón de habas del arco iris. Una dice algo raro.
-balloon=globo
-You see a bright red balloon. You can use it to float high up into the clouds.=Ves un globo de color rojo brillante. Puedes usarlo para flotar en lo alto de las nubes.
-twilight moss=musgo del crepúsculo
-You see a strange looking piece of moss. It looks like it could have hallucinogenic properties.=Ves un pedazo de musgo de aspecto extraño. Parece que podría tener propiedades alucinógenas.
-buckler=broquel
-You see a small buckler. It may protect you against swords and maces but against stronger weapons you do not trust it.=Ves un pequeño broquel. Puede protegerte frente a espadas y mazas pero frente a armas más potentes no te confíes.
-wooden shield=escudo de madera
-You see a wooden shield. It is made of cheap wood and heavily used. However, it still seems to offer you some kind of basic protection.=Ves un escudo de madera. Está elaborado a partir de madera barata y ha sido muy utilizado. Sin embargo, todavía parece proporcionar algún tipo de protección básica.
-studded shield=escudo tachonado.
-You see a studded shield. It's a little dented but seems robust enough.=Ves un escudo tachonado. Está un poco abollado peroparece bastante robusto.
-plate shield=escudo de placas de acero
-You see a solid plate shield. It is in good condition, and might be worth a little.=Ves un sólido escudo de placas de acero. Está en buenas condiciones, y podría valer bastante.
-lion shield=escudo de león
-You see a valuable lion shield. It is heavy enough to defend you against strong attacks.=Ves un valioso escudo de león. Es lo bastante pesado como para defenderte frente a ataques potentes.
-unicorn shield=escudo del unicornio
-You see a unicorn shield. It's beautifully crafted and will give you excellent protection.=Ves un escudo del unicornio. Está bellamente elaborado y te proporcionará una protección excelente.
-enhanced lion shield=escudo de león mejorado
-An enhanced lion shield glints at you. It will defend you well.=Un escudo de león mejorado emite destellos hacia ti. Te defenderá bien.
-skull shield=escudo de calavera
-The face of a skull scowls at you from this fearsome skull shield.=La cara de una calavera te frunce el ceño desde este temible escudo de calavera
-crown shield=escudo de la corona
-You see a mighty crown shield. It is in perfect condition.=Ves un poderoso escudo de la corona. Esta en perfectas condiciones.
-red shield=escudo rojo
-You see a red shield. It is a stunning shade of scarlet.=Ves un escudo rojo. Es de un imponente tono escarlata.
-blue shield=escudo azul
-You see a blue shield. It feels light in your hand but is strong enough for excellent protection.=Ves un escudo azul. Notas en tu mano que es ligero pero es lo bastante resistente como para proporcionar una excelente protección.
-elvish shield=escudo élfico
-You see an elvish shield. It looks like one big tree leaf!=Ves un escudo élfico ¡Se parece a una gran hoja de árbol!
-golden shield=escudo de oro
-You see a golden shield, could it be the ultimate in defense?=Ves un escudo de oro, ¿podría ser lo último en defensa?
-green dragon shield=escudo de dragón verde
-You see an green dragon shield, scaly and strong.=Ves un escudo de dragón verde, escamoso y resistente.
-shadow shield=escudo de sombra
-You see a shadow shield. Rather than reflecting light, it seems to absorb it.=Ves un escudo de sombra. En lugar de reflejar la luz, parece absorberla.
-mainio shield=escudo de mainio
-You see a strange looking mainio shield. You have no idea what it's made of, but it seems to protect you well by distracting your enemies.=Ves un escudo de mainio de extraña apariencia. No tienes ni idea de lo que está hecho, pero parece que te protege bien al distraer a tus enemigos.
-chaos shield=escudo del caos
-You see a chaos shield. Its charming appearance will fool your enemies.=Ves un escudo del caos. Su encantadora apariencia engañará a tus enemigos.
-magic plate shield=escudo mágico de placas de acero
-You see a magic plate shield. Its has a magical quality surrounding it.=Ves un escudo mágico de placas de acero. Tiene una cualidad mágica que lo envuelve.
-xeno shield=escudo de xeno
-You see a lightweight but strong xeno shield, in the colors of the creature it was looted from.=Ves un escudo de xeno ligero pero resistente, de los mismos tonos que la criatura a la que se le saqueó.
-black shield=escudo negro.
-You see a black shield. Its darkness will surely protect you.=Ves un escudo negro. Su oscuridad seguro que te protegerá.
-mithril shield=escudo de mithril
-You see a mithril shield. You will most surely be protected.=Ves un escudo de mithril. Casi con toda seguridad estarás protegido.
-lucky charm=amuleto de la suerte
-You see a lucky charm. Some believe that it helps their karma in some way, but others think that is superstition.=Ves un amuleto de la suerte. Algunos creen que ayuda a su karma de algún modo, pero otros piensan que es una superstición.
-mithril clasp=cierre de mithril
-You see a clasp made from mithril, it would provide the fastening for a cloak.=Ves un cierre elaborado a partir de mithril, te proporcionaría la fijación para una capa.
-mythical egg=huevo mítico
-You see a mythical egg, but you do not know, what it is for.=Ves un huevo mítico, pero no sabes, para qué es.
-magical eggshells=cáscaras de huevo mágicas
-You see shards from a mythical egg. They have magical properties.=Ves fragmentos de un huevo mítico. Tienen propiedades mágicas.
-golden gm token=ficha de dj de oro
-silvery gm token=ficha de dj de plata
-bronze gm token=ficha de dj de bronce
-assassin dagger=daga de asesino
-You see an assassin dagger, easy to pull out and use when needed.=Ves una daga de asesino, fácil de sacar y de usar cuando se necesite.
-knife=cuchillo
-You see a blunt knife which looks capable of little damage.=Ves un cuchillo desafilado que parece capaz de hacer poco daño.
-night dagger=daga de la noche
-You see a night dagger, to be used with stealth.=Ves una daga de la noche, para ser utilizada con sigilo.
-obsidian knife=cuchillo de obsidiana
-You see a knife whose blade is crafted to a lethal edge from finest obsidian.=Ves un cuchillo cuya hoja se ha trabajado hasta conseguir un filo letal a partir de la obsidiana más pura.
-soul dagger=daga del alma
-You see a soul dagger. It's so light and sharp that you can stab at a very fast rate.=Ves una daga del alma. Es tan ligera y afilada que puedes apuñalar a un ritmo muy rápido.
-golden blade=cuchilla de oro
-You see the rare and precious golden blade. It can steal life from those you stab with it.=Ves la rara y preciosa cuchilla de oro. Puede robar la vida a aquellos que apuñales con ella.
-dagger=daga
-You see a dagger, it is little more than decorative but you can jab pretty fast with it.=Ves una daga, es poco más que decorativa pero puedes punzar bastante rápido con ella.
-dark dagger=daga oscura
-You see a dark dagger. It's designed to be used with a fast motion.=Ves una daga oscura. Se ha diseñado para ser utilizada con un movimiento rápido.
-hell dagger=daga del infierno
-You see a hell dagger. Is the color that of the burning fires of Hell?=Ves una daga del infierno ¿Es ése el color de las llamas del infierno?
-chaos dagger=daga del caos
-You see a chaos dagger, it is very lightweight and sharp. It will heal you while hurting them.=Ves una daga del caos, es muy ligera y afilada.
-short sword=espada corta
-You see a well kept short sword which will be easy to carry as you travel.=Ves una espada corta bien conservada que será fácil de llevar cuando viajes.
-r hand sword=espada de mano d
-You see r hand sword. It must be used with a left hand sword.=Ves una espada de mano d. Debe usarse con una espada de mano izquierda.
-l hand sword=espada de mano i
-You see l hand sword. It must be used with right hand sword.=Ves una espada de mano i. Debe usarse con una espada de mano derecha.
-sword=espada
-You see a sharp sword which might even be worth a little.=Ves una espada afilada que podría incluso valer un poco.
-imperator sword=espada imperator
-You see a an imperator sword, crafted from you know not what.=Ves una espada imperator, elaborada a partir de ya sabes qué.
-scimitar=cimitarra
-This scimitar catches the light as you look at it, it will be a powerful weapon.=Esta cimitarra atrapa la luz mientras la miras, sera un arma poderosa.
-katana=katana
-You see a valuable katana, with a lethal looking blade.=Ves una valiosa katana, con una hoja de apariencia letal.
-nihonto=nihonto
-You see a samurai's nihonto sword with a razor sharp blade.=Ves una espada nihonto de samurai con una hoja tan afilada como la de una cuchilla.
-buster=buster
-You see a buster, with its distinctive, oversized blade.=Ves una espada buster, con su distintiva hoja sobredimensionada.
-orc sword=espada de orco
-You see an orc sword which has a heavy and deadly appearance.=Ves una espada de orco que tiene una apariencia pesada y mortal.
-demon sword=espada de demonio
-Demon skeletons return from hell with this demon sword.=Los esqueletos demonio regresan del infierno con esta espada de demonio.
-vampire sword=espada de vampiro
-You see the vampire sword, which will suck life from those you attack with it.=Ves la espada de vampiro, que absorberá la vida de aquellos a los que ataques con ella.
-claymore=claymore
-This claymore is very hard to lift as it is so heavy. It will be a good weapon if you can swing it.=Esta claymore es muy difícil de levantar ya que es muy pesada.
-biting sword=espada mordaz
-The point of this biting sword is chiseled to a lethal point. It will serve you well.=La punta de esta espada mordaz está cincelada hasta un punto letal.
-fire sword=espada de fuego
-Flames race along this fire sword as you wield it.=Las llamas corren a lo largo de esta espada de fuego mientras la esgrimes.
-ice sword=espada de hielo
-You see an ice sword, the blade is lethally cold to the touch, and you know it is one of the best weapons you'll find.=Ves una espada de hielo, la hoja es letalmente fría al tacto, y sabes que es una de las mejores armas que vas a encontrar.
-chaos sword=espada del caos
-The chaos sword. It hurts them but it heals you.=La espada del caos. Les hace daño a ellos pero a ti te cura.
-broadsword=espada ancha
-You see a mighty broadsword. Enemies will see their death.=Ves una poderosa espada ancha. Los enemigos verán su muerte.
-golden orc sword=espada de oro de orco
-You see a golden orc sword, with its heavy and deadly appearance it seems also valuable.=Ves una espada de oro de orco, con su pesada y mortal apariencia parece tan valiosa.
-elvish sword=espada élfica
-This an elvish sword. It looks like it is made from tree leaves!=Esta es una espada élfica ¡Parece que está hecha de hojas de árbol!
-drow sword=espada drow
-This is a genuine drow sword.=Esta es una genuina espada drow.
-great sword=gran espada
-This rare great sword is heavy and of good craftsmanship. It can only attack incredibly slowly.=Esta rara gran espada es pesada y de buena fabricación.
-orcish sword=espada orca
-This orcish sword is badly done and weighs a lot.=Esta espada orca está mal hecha y pesa un montón.
-immortal sword=espada inmortal
-This immortal sword is a gift of gods to the chosen one. It is heavy and of exquisite craftsmanship.=Esta espada inmortal es un regalo de los dioses al elegido. Es pesada y de una elaboración exquisita.
-xeno sword=espada de xeno
-You wield a xeno sword. Despite the great strength it is strangely light.=Tu esgrimes una espada de xeno. A pesar de su gran potencia es extrañamente ligera.
-black sword=espada negra
-You see a black sword. Its darkness will surely protect you.=Ves una espada negra. Su oscuridad seguro que te protegerá.
-demon fire sword=espada de fuego de demonio
-The demon fire sword, a horrible sword taken from hell's deepest dungeons.=La espada de fuego de demonio, una espada horrible sacada de las más profundas mazmorras del infierno.
-arrow game token=ficha del juego de la flecha
-You see a token, that when placed in the right spot could point you in the right direction.=Ves una ficha, que cuando se coloque en el lugar correcto podría señalarte la dirección correcta.
-o board token=ficha del tablero o
-You see an O token.=Ves una ficha O
-x board token=ficha del tablero x
-You see an X token.=Ves una ficha X
-food mill=molino de alimentos
-You see a food mill. It is the traditional tool to mill food.=Ves un molino de alimentos. Es la herramienta tradicional para moler alimentos.
-sugar mill=molino de azúcar
-You see a sugar mill. You can obtain sugar if you grind canes with it.=Ves un molino de azúcar. Puedes obtener azúcar si mueles cañas con él.
-scroll eraser=pergamino borrador
-You see a scroll eraser. Put a marked scroll in the opposite hand to clean the scroll.=Ves un pergamino borrador. Pon un pergamino marcado en la mano opuesta para limpiar el pergamino.
-pestle and mortar=maza y mortero
-You see a pestle and mortar. This is the traditional tool to pound herbs, food and other substances.=Ves una maza y un mortero. Esta es la herramienta tradicional para machacar hierbas, alimentos y otras sustancias.
-gold pan=sartén del oro
-You see a gold pan. It is the traditional tool to prospect for gold.=Ves una sartén del oro. Es la herramienta tradicional para buscar oro.
-fishing rod=caña de pescar
-You see a fishing rod. If you find a fishing spot you can catch fish with it.=Ves una caña de pescar. Si encuentra un lugar para pescar puedes capturar peces con ella.
-magical scissors=tijeras mágicas.
-You see a sparkling pair of magical scissors. Just think what they could cut!=Ves un par de tijeras mágicas centelleantes ¡Piensa sólo en lo que podrían cortar!
-magical needle=aguja mágica
-You see a magical needle with a very sharp point.=Ves una aguja mágica con una punta muy afilada.
-pick=pico
-You see a pick. It is a tool which helps you to get some coal.=Ves un pico. Es una herramienta que te ayuda a obtener algo de carbón.
-albino elf swordsman=espadachín elfo albino
-albino elf archer=arquero elfo albino
-albino elf magician=mago elfo albino
-albino elf queen=reina elfa albina
-albino elf king=rey elfo albino
-amazoness archer=arquera amazona
-You see an amazoness archer. She handles her bow quite well and her arrows are very dangerous when she shoots them at you out of the forest!=Ves a una arquera amazona ¡Maneja su arco bastante bien y sus flechas son muy peligrosas cuando las dispara hacia ti desde el bosque!
-amazoness hunter=cazadora amazona
-You see an amazoness hunter. She creeps through the forest to hunt animals. But she doesn't like that you are in her hunting area!=Ves a una cazadora amazona ¡Se arrastra por el bosque para cazar animales ¡Pero no le gusta que estés en su zona de caza!
-amazoness coastguard=guardacostas amazona
-amazoness archer commander=arquera comandante amazona
-amazoness elite coastguard=guardacostas de élite amazona
-amazoness bodyguard=guardaespaldas amazona
-amazoness coastguard mistress=guardacostas Maestre amazona
-amazoness commander=comandante amazona
-amazoness vigilance=vigilante amazona
-You see an amazoness vigilance. Her senses are well tuned, so you have to be very silent when you don't want her to hear you!=Ves a una vigilante amazona ¡Sus sentidos están muy desarrollados, así que tienes que ser muy silencioso cuando no quieras que te oiga!
-amazoness imperator=imperator amazona
-deer=ciervo
-You see a defenseless deer, do not have fear of it.=Ves un ciervo indefenso, no le tengas miedo.
-crab=cangrejo
-You see a little crab that comes from the beach, be careful of its pincers.=Ves un pequeño cangrejo que viene de la playa, ten cuidado con sus pinzas.
+
+# creature speach not yet supported by parser
+
click-clack-click=clic-clac-clic
-bat=murciégalo
-You see a bat, it will seek your blood, don't be distracted...=Ves un murciégalo, buscará tu sangre, no te distraigas...
-chicken=pollo
-You see a chicken, isn't it nice?.=Ves un pollo, ¿a que es bonito?
cluck cluck cluck=cloc cloc cloc
cluck cluck=cloc cloc
-penguin=pingüino
-You see a penguin, smart and silly.=Ves un pingüino, bobo y elegante
Oou! Oou!=Oou! Oou!
*flap* *flap*=*flap* *flap*
-pigeon=paloma
-You see a pigeon, it loves the little seeds.=Ves una paloma, le encantan las semillas pequeñas.
-monkey=mono
-You see a monkey, would you like to offer it a banana?=Ves un mono, ¿Te gustaría ofrecerle un plátano?
Aooooooouuhhh!!=Aooooooouuhhh!!
-boar=verraco
-You see a boar, they are pretty wild!=Ves un verraco, ¡son bastante salvajes!
Oink!!=Oink!!
-wolf=lobo
-You see a wolf. It is wild and very hungry!=Ves un lobo ¡Es salvaje y está muy hambriento!
Aooooooouuhhh!!=Aooooooouuhhh!!
-big bad wolf=lobo grande y malo
-You see a big bad wolf. It is really wild, hungry and really dangerous!=Ves un lobo grande y malo ¡Es verdaderamente salvaje, está hambriento y es realmente peligroso!
Aooooooouuhhh!!=Aooooooouuhhh!!
-fox=zorro
-You see a fox, it becomes extinct!=Ves un zorro, ¡se esta extinguiendo!
-caiman=caimán
-You see a caiman, which is hidden in the water.=Ves un caimán, que está escondido en el agua.
Grrr Grrr!=Grrr Grrr!
-babybear=cachorro de oso
-You see a babybear, isn't it sweet?=Ves un cachorro de oso, ¿a que es dulce?
Roar!=Roar!
-panda=panda
-You see a panda which comes from an exotic land.=ves un panda que viene de una tierra exótica.
Roar!=Roar!
-snake=serpiente
-You see a snake, it came from the forest to poison you!=Ves una serpiente, ¡vino desde el bosque a envenenarte!
SsSssSsssssss!=SsSssSsssssss!
-bear=oso
-You see a bear. You are lucky and found it awake.=Ves un oso. Has tenido suerte y lo has encontrado despierto.
Roar!=Roar!
-lion=león
-You see a lion, dangerous and hungry...=Ves un león, peligroso y hambriento...
Grooooaaaarrrr!=Grooooaaaarrrr!
-elephant=elephant
-You see an elephant, a huge animal with lots of ham and meat. Are you sure that you want to attack it?=Ves un elefante, un animal enorme con un montón de jamón y de carne.
WHOOOOEOEOEZZZZZZ!!!=WHOOOOEOEOEZZZZZZ!!!
-tiger=tigre
-You see a tiger, which likes deer and human meat.=Ves un tigre, al que le gustan los ciervos y la carne humana.
Miiiiaaauuu!=Miiiiaaauuu!
-killer bat=murciégalo asesino
-You see a killer bat which will suck your blood!=¡Ves un murciégalo asesino que te chupará la sangre!
-green slime=baba verde
-You see a green slime, sticky and shiny.=Ves una baba verde, pegajosa y brillante.
-black bear=oso negro
-You see a strong black bear which hibernates in winter.=Ves un fuerte oso negro que hiberna en invierno.
ROOOOAAAAR!=ROOOOAAAAR!
-brown slime=baba marrón
-You see a brown slime, sticky and hungry.=Ves una baba marrón, pegajosa y hambrienta.
-spider=araña
-You see a spider. It makes a giant spider web to trap you!=Ves una araña ¡Está haciendo una telaraña gigante para atraparte!
-black slime=baba negra
-You see a black slime, with a sticky trail behind it.=Ves una baba negra, que va dejando un rastro pegajoso.
-poisonous spider=araña venenosa
-You see a poisonous spider. Be careful! Its poison is very strong! It will make you very weak and can probably kill you!=Ves una araña venenosa ¡Ten cuidado! ¡Su veneno es muy fuerte! ¡Te debilitará y probablemente puede matarte!
-twilight slime=baba del crepúsculo
-You see a twilight slime, so strange and beautiful. Why is it coming towards you? Runnnnnnnnn!=Ves una baba del crepúsculo, tan extraña y bella ¿Por qué se está acercando hacia ti? ¡Correeeeeeeee!
-young beholder=joven beholder
-You see a young beholder. His huge eye will find you everywhere!=Ves un joven beholder ¡Su ojo gigante te encontrará en cualquier lugar!
Defend yourself! I can see you!=¡Defiendete! ¡Puedo verte!
-beholder=beholder
-You see a beholder which can see you very well with its huge eye...=Ves un beholder que puede verte muy bien con su enorme ojo...
-elder beholder=beholder anciano
-You see an elder beholder, his nasty eye will scare you.=Ves un beholder anciano, su desagradable ojo te asustará.
-chaos soldier=soldado del caos
-chaos warrior=guerrero del caos
Defy order! Seek chaos!=¡Desafía al orden! ¡Busca el caos!
-chaos commander=comandante del caos
Chaos in the wrath!=¡El caos en la ira!
-chaos sorcerer=hechicero del caos
I will summon chaos and fury upon you!=¡Invocaré el caos y la furia sobre ti!
-chaos dragonrider=jinete de dragón del caos
-You see a chaos dragonrider. He is very well trained in dragon riding, but he can also fight well on the ground.=Ves a un jinete de dragón del caos. Está muy bien entrenado en montar a dragón, pero también puede luchar bien en el suelo.
-chaos lord=señor del caos
Chaos will rule!=¡El caos reinará!
-chaos overlord=gran señor del caos
-You see a chaos overlord. It is he who directs the creation of evil plans and gives orders to all chaotic creatures which exist.=Ves a un gran señor del caos. Es él quien dirige la creación de los planes malvados y da las órdenes a todas las criaturas que existen.
I am become death, destroyer of worlds.=Me he convertido en la muerte, en el destructor de mundos.
-chaos pawn=peón del caos
-You see a pawn for a game of chess. He will drop nothing if you kill him.=Ves un peón para una partida de ajedrez. No dejará caer nada si lo matas.
-chaos rook=torre del caos
-You see a rook for a game of chess. He will drop nothing if you kill him.=Ves una torre para una partida de ajedrez. No dejará caer nada si la matas.
-chaos knight=caballo del caos
-You see a knight for a game of chess. He will drop nothing if you kill him.=Ves un caballo para una partida de ajedrez. No dejará caer nada si lo matas.
-chaos bishop=alfil del caos
-You see a bishop for a game of chess. He will not reward you if you kill him.=Ves un alfil para una partida de ajedrez. No te recompensará con nada si lo matas.
-chaos king=rey del caos
-You see a king of a game of chess. He will reward nothing if you kill him.=Ves un rey para una partida de ajedrez. No te recompensará con nada si lo matas.
-chaos queen=reina del caos
-You see a queen piece for a game of chess. She will reward nothing if you kill her.=Ves una pieza reina para una partida de ajedrez. No te recompensará con nada si la matas.
pirate=pirata
-You see a bandit. Together with his partners he commits many different crimes to get much money or some rare and valuable items.=Ves a un bandido. Junto a sus compañeros comete muy diversos crímenes para conseguir mucho dinero o algunos objetos raros y valiosos.
Aye, my hearties!=¡Sí, mis valientes!
Yohoho and a boddle of rum!=¡Yohoho y una bodella de rón!
pirate wench=chica pirata
@@ -996,606 +2952,146 @@ pirate leader=líder de los piratas
Be quiet or I will lock you on my ship, just like I locked up the girl Susi!=¡Estate quieto o te encerraré en mi barco, como encerré a esa niña llamada Susi!
You remind me of the Ados girl we stole to clean our ship!=¡Me recuerdas a la niña de Ados que robamos para que limpie nuestro barco!
You'd make a nice playmate for the Susi girl on our ship...=Serías un buen compañero de juegos para la niña llamada Susi en nuestro barco...
-child dark elf=niño elfo oscuro
-You see a child dark elf. You should know that dark elves are already quite strong and intelligent when they are children. Don't think you can fight him so easily!=Ves a un niño elfo oscuro. Deberías saber que los elfos oscuros son ya bastante fuertes e inteligentes cuando son niños ¡No creas que puedes enfrentarte a él tan fácilmente!
-dark elf archer=arquero elfo oscuro
-dark elf=elfo oscuro
-dark elf elite archer=arquero de élite elfo oscuro
-dark elf captain=capitán elfo oscuro
Think not to defy the dark elves!=¡No pienses en desafiar a los elfos oscuros!
-dark elf knight=caballero elfo oscuro
-dark elf general=general elfo oscuro
We will never return to the light!=¡Nunca regresaremos a la luz!
-dark elf wizard=mago elfo oscuro
The Spider Queen will avenge me!=¡La Reina Araña me vengará!
-dark elf viceroy=virrey elfo oscuro
Keep away from me, sunlight dweller!=¡Alejate de mí, morador de la luz!
-dark elf ranger=explorador elfo oscuro
Keep away from me, sunlight dweller!=¡Alejate de mí, morador de la luz!
-dark elf sacerdotist=sacerdotisa elfa oscura
The Queen of Spiders will take her revenge on you!=¡La Reina de las Arañas consumará su venganza sobre ti!
-dark elf admiral=almirante elfo oscuro
Fear the dark elf armies!=¡Temed a los ejércitos de los elfos oscuros!
We are the darkness you fear!=¡Somos la oscuridad que temes!
-dark elf master=Maestre elfo oscuro
You will never see the light again!=¡No volverás a ver la luz!
Darkness will fall upon you!=¡La oscuridad caerá sobre ti!
-dark elf matronmother=matrona madre elfa oscura
You disturbed my rest!=¡Has perturbado mi descanso!
Now, you will pay.=Ahora, lo pagarás.
-imp=diablillo
-You see an imp. He may look a little bit cute, but don't forget he is one of the devil's servants!=Ves a un diablillo¡ Puede parecer un poquito lindo, pero no olvides que es uno de los siervos del demonio!
-winged blue imp=diablillo azul alado
-demon=demonio
-You see a demon. He personifies evil.=Ves un demonio. Personifica el mal.
-imperial demon servant=sirviente demonio imperial
-imperial demon lord=señor demonio imperial
-dwarf=enano
-You see a dwarf who works in the mine to find some iron for us.=Ves a un enano que trabaja en la mina para encontrar un poco de hierro para nosotros.
-dwarf guardian=guardián enano
-You see a dwarf guardian who fights against the humans.=Ves a un guardián enano que lucha contra los humanos.
-elder dwarf=enano anciano
-You see an elder dwarf, a mighty warrior tired of fighting.=Ves a un enano anciano, un poderoso guerrero cansado de luchar.
-hero dwarf=héroe enano
-You see a hero dwarf. He is an old dwarf warrior who became a hero for fighting in many dwarf wars and he is very famous for his strength and brutality.=Ves a un héroe enano. Es un viejo guerrero enano que se convirtión en héroe por luchar en muchas guerras de enanos y es muy famoso por su fuerza y brutalidad.
-duergar=duérgar
-duergar axeman=hachero duérgar
-leader dwarf=líder de los enanos
-You see a leader dwarf. He is the most mighty dwarf of his tribe so he enjoys much popularity there.=Ves a un líder de los enanos. Es el enano más poderoso de su tribu así que disfruta de una gran popularidad allí.
-elder duergar=duérgar anciano
-duergar elite=duérgar de élite
-duergar hero=héroe duérgar
We mighty duergars will crush the dwarves!=¡Nosotros los poderosos duérgars aplastaremos a los enanos!
-duergar wizard=mago duérgar
-mountain dwarf=enano de montaña
-You see a mountain dwarf. He likes earth, stones and rocks. Deep within the mountain, where no animal and no human has ever been, you can hear the sound of his pickaxe as he searches for gold and ore.=Ves a un enano de montaña. Le gusta la tierra, las piedras y las rocas. En lo profundo de la montaña, donde ningún animal ni ser humano ha estado nunca, puedes oir el sonido de su piqueta mientras busca mineral de oro y de hierro.
-mountain dwarf guardian=guardián enano de montaña
-You see a mountain dwarf guardian. He has to watch out for enemies and guards the mountain dwarfs while they are doing their work.=Ves a un guardián enano de montaña. Tiene que estar alerta de los enemigos y protege las montañas enanas mientras ellos hacen su trabajo.
-black duergar=duérgar negro
Dwarves are the enemy ... but we kill all who cross our path!=Los enanos son el enemigo... ¡pero matamos a quien se cruza en nuestro camino!
-mountain elder dwarf=enano de montaña anciano
-You see a mountain elder dwarf. For many years he worked deep in the mountain and found much gold and ore in his life. Soon he will be too old to do this work but at the moment he is still a strong dwarf.=Ves a un enano de montaña anciano. Durante muchos años trabajó en lo profundo de la montaña y encontró mucho mineral de oro y de hierro en su vida. Pronto será demasiado viejo para hacer este trabajo pero por el momento todavía es un enano fuerte.
-mountain hero dwarf=héroe enano de la montaña
-You see a mountain hero dwarf. Many, many dwarves admire him! He was a member of a dwarvish group which discovered a very big gold deposit!=Ves a un héroe enano de la montaña ¡Muchos, muchísimos enanos le admiran! ¡Fue miembro de un grupo de enanos que descubrió a depósito de oro muy grande!
-mountain leader dwarf=líder de los enanos de montaña
-You see a mountain leader dwarf. He is responsible for the mountain dwarves and their work, and also for the organization of the guardian troops. But in serious cases he will also fight on his own!=Ves a un líder de los enanos de montaña. Es responsable de las montañas de los enanos y de sus trabajos, y también de la organización de las tropas guardianas ¡Pero en situaciones graves también luchará por sí sólo!
-duergar king=rey duérgar
-giant dwarf=enano gigante
-You see a giant dwarf. It is very hard for him to be a giant dwarf because some of the other dwarves don't really see him as one of them because of his height... But in his big heart he is a dwarf and in a battle he will fight against each enemy!=Ves a un enano gigante. Es muy duro para él ser un gigante por algunos de los otros enanos no le ven realmente como uno de los suyos por su estatura... Pero en su gran corazón se siente un enano y en la batalla luchará contra cada enemigo!
-Dhohr Nuggetcutter=Dhohr Nuggetcutter
-Lord Durin=Lord Durin
-You see the mighty Lord Durin, an ancient dwarf who has led his race through countless battles.=Ves al poderoso Lord Durin, un antiguo enano que ha guiado a su raza a en incontables batallas.
Don't call me Friend.=No me llames Amigo.
-nymph=ninfa
-You see a nymph. She loves nature very much! As you take a look at her she feels disturbed in sun-bathing and talking to the birds, perhaps she was best left alone.=Ves a una ninfa ¡Le gusta muchísimo la naturaleza! Al echarle un vistazo se siente molestada en su tomar el sol y en su hablar con los pájaros, quizá habría sido mejor dejarla a solas.
-earth elemental=elemental de tierra
-You see an earth elemental. The earth is quaking as it moves over the surface.=Ves a un elemental de tierra. La tierra tiembla mientras se mueve sobre su superficie.
-fire elemental=elemental de fuego
-You see a fire elemental and hardly can stand the heat.=Ves a un elemental de fuego y apenas puedes soportar el calor.
-water elemental=elemental de agua
-air elemental=elemental de aire
-You see an air elemental and feel a fresh breeze past you.=Ves a un elemental de aire y sientes una fresca brisa que te atraviesa.
-ice elemental=elemental de hielo
-You see an ice elemental and sense a shiver on your spine.=Ves a un elemental de hielo y sientes un escalofrío en tu columna vertebral.
-djinn=djinn
-You see a djinn. He isn't caught in a bottle or lamp so someone must have let him free and gave him the order to kill you.=Ves a un djinn. No está atrapado en una botella o lámpara así que alguien debe de haberle soltado y le dió la orden de matarte.
-elf=elfo
-You see an elf which loves the forest and lives in peace.=Ves a un elfo al que le encanta el bosque y que vive en paz.
-militia elf=elfo de la milicia
-You see a militia elf which trains hard to beat you!=¡Ves a un elfo de la milicia que se entrena duramente para vencerte!
-archer elf=arquero elfo
-You see an archer elf which can do much damage with its wooden arrows.=Ves a un arquero elfo que puede hacer mucho daño con sus flechas de madera.
-soldier elf=soldado elfo
-You see a soldier elf, a good partner of the militia elves.=Ves a un soldado elfo, un buen compañero de la milicia de los elfos.
-mage elf=maga elfa
-You see a mage elf. She can feel pure magic when she stands outside in the forest and just frees her mind.=Ves a una maga elfa. Se puede sentir magia pura cuando se encuentra fuera en el bosque y simplemente libera su mente.
-commander elf=comandante elfo
-You see a busy commander elf. He has control over the army of elves.=Ves a un ocupado comandante elfo. Tiene el control del ejército de los elfos.
-archmage elf=archimaga elfa
-You see an archmage elf. She is pretty.=Ves a una archimaga elfa. Es guapa.
-elf sacerdotist=sacerdotisa elfa
-elf wizard=mago elfo
-You see an elf wizard. He is a very wise elf who knows almost every kind of magic. He likes to use nature spells to make every plant and creature fertile, but he is also able to defend himself when he has to do.=Ves a un mago elfo. Es un elfo muy sabio que sabe casi cualquier tipo de magia. Le gusta usar hechizos de la naturaleza para hacer a cualquier planta o animal fértil, pero también es capaz de defenderse cuando tiene que hacerlo.
-elf bodyguard=guardaespaldas elfo
-ent=ent
-You see an ent. First you think it is a tree but you will get a surprise when it starts to walk!=Ves a un ent !Primero piensas que es un árbol pero te llevas una sorpresa cuando empieza a caminar!
-old ent=ent viejo.
-You see an old ent. It has seen many years passing by and survived a lot of storms. You can see that it is very old because it has already lost all of its leaves and most of its bark is broken...=Ves a un viejo ent. Ha visto muchos años pasar y ha sobrevivido a muchas tormentas. Puedes ver que es muy viejo porque ya ha perdido todas sus hojas y la mayor parte de su corteza está rota...
-entwife=esposaent
-You see an entwife. It is stronger than an ent and lives in a group in an ancient forest.=Ves a una esposaent. Es más fuerte que un ent y vive en grupo en un bosque antiguo.
-leprechaun=leprechaun
-You see a leprechaun, you would be lucky if you found his treasure.=Ves a un leprechaun, tendrías suerte si encontrases su tesoro.
They're always after my Lucky Charms!!=¡¡Siempre van en busca de mis Amuletos de la Suerte!!
Clovers and rainbows... stars and horseshoes...=Tréboles y arco iris... estrellas y herraduras...
-littlefairy=hadita
-You see a little fairy, which is magical and nice.=Ves a una hadita, que es mágica y preciosa.
-clurichaun=clurichaun
-You see a clurichaun. He is rich, but you don't know if you are able to find his gold!=Ves a un clurichaun. Es rico, pero no sabes si serás capaz de encontrar su oro!
Join me for a drink, lassie?=¿Te tomas una copa conmigo, muchacha?
Floating blue balloons...=Globos azules flotando...
-baby angel=bebé angel
-You see a baby angel. Will it ever get a chance to grow up?=Ves a un bebé angel ¿Tendrá alguna vez la oportunidad de hacerse mayor?
I want to grow to be mighty!=¡Quiero crecer para ser poderoso!
-chick=pollito
-You see a little chick, it doesn't like to be away from its mother.=Ves un pequeño pollito, no le gusta estar lejos de su madre.
peep peep=pip pip
peep peep peep=pip pip pip
-piglet=cerdito
-You see a piglet, a bit dirty.=Ves un cerdito, un poco sucio.
oink=oink
oink oink=oink oink
shnuffle=shnuffle
-mother hen=madre gallina
-You see a mother hen, she will probably hurt you if you touch her sons.=Ves una madre gallina, probablemente te haga daño si tocas a sus hijos
peep peep=pip pip
peep peep peep=pip pip pip
-ram=carnero
-You see a ram, maybe you are able to shear it?=Ves un carnero, ¿quizá seas capaz trasquilarlo?
Baaaaaa=Baaaaaa
-beaver=castor
-You see a beaver. It likes to build dams in the river.=Ves un castor. Le gusta construir presas en el río.
-cow=vaca
-You see a cow, taste her delicious milk.=Ves una vaca, prueba su deliciosa leche.
Moooo moooo mooooooo=Moooo moooo mooooooo
mooooo=mooooo
-goat=cabra
-You see a goat, which is wild and lives in the mountain.=Ves una cabra, que es salvaje y vive en la montaña.
-horse=caballo
-You see a horse, don't slap it or it will run away!=Ves un caballo, ¡no les des una palmada o saldrá corriendo!
neigghhh neigghhh=neigghhh neigghhh
-white horse=caballo blanco
-You see a white horse, they love to stay with their brown friends.=Ves un caballo blanco, les gusta estar con sus amigos marrones.
naayyy=naayyy
-bull=toro
-You see a bull, run away!!!=Ves un toro, ¡sal corriendo!
MOOOOO!!!=MOOOOO!!!
-grass snake=serpiente de hierba
-You see a grass snake which is quite dangerous.=Ves una serpiente de hierba que es bastante peligrosa.
sssSSSsssss...=sssSSSsssss...
-frogman=hombre-rana
-You see a frogman which lives in a lake which isn't very deep.=Ves a un hombre-rana que vive en un lago no muy profundo.
-elite frogman=hombre-rana de élite
-wizard frogman=mago hombre-rana
-gargoyle=gárgola
-You see a gargoyle, You should think that it is a statue, but no, it is alive!=Ves a una gárgola, Pensarías que es una estatua, pero no, ¡está viva!
-elder gargoyle=gárgola anciana
-You see an elder gargoyle, it is wise...=Ves a una gárgola anciana, es sabia...
-dark gargoyle=gárgola oscura
-You see a dark gargoyle, do you feel the fear?=Ves a una gárgola oscura, ¿sientes el miedo?
-venom gargoyle=gárgola de veneno
-You see a venom gargoyle, a hideous and poisonous creature.=Ves a una gárgola de veneno, una criatura horrible y venenosa.
-cyclops=cíclope
-You see a cyclops. It just has one eye.=Ves a un cíclope. Sólo tiene un ojo.
-ogre=ogro
-You see an ogre, it is nude and rude!=Ves a un ogro, ¡está desnudo y es rudo!
-elder ogre=ogro anciano
-You see an elder ogre, he's in the last moments of his life, take pity on him.=Ves a un ogro anciano, está en los últimos momentos de su vida, ten compasión de él.
-ogre soldier=soldado ogro
-You see an ogre soldier, smelling like it didn't have had a bath for years. Ewww.=Ves a un soldado ogro, huele como si no se hubiese bañado durante años. Puaj!
-superogre=superogro
-giantrat=ratagigante
-You see a giant rat. It seems like it survived from an experiment which went wrong.=Ves una rata gigante. Parece que haya sobrevivido a un experimento que salió mal.
-crocodile=crocodilo
-You see a crocodile, it arises from the deep waters in the rivers.=Ves un crocodilo, surge de las aguas profundas de los ríos.
Rrrrrrrrr=Rrrrrrrrr
-dwarf golem=golem enano
-You see a dwarf golem. A long time ago a dwarf got turned into a big rock by some mystical forces. To save their friend the other dwarves created a golem out of this rock! From this day the dwarf golem lives together with them.=Ves a un golem enano. Hace mucho tiempo un enano fue convertido en una gran roca por unas fuerzas místicas. Para salvar a su amigo los otros enanos crearon un golem ¡a partir de esta roca! Desde este día el golem enano convive con ellos.
-giant=gigante
Fee Fie Foe Fum!!= ¡¡Fi Fa Fo Fum!!
I seek the blood of a Semos Man!=¡Busco la sangre de un Hombre de Semos!
-elder giant=gigante anciano
-You see an elder giant. For many years he lived alone and had to hide because he was hunted by humans! Now he is old and has decided not to hide any longer because he wants to see something else in his life.=Ves a un gigante anciano. Durante muchos años vivió sólo y tuvo que esconderse ¡porque era cazado por los humanos! Ahora es viejo y ha decidido no esconderse por más tiempo porque quiere ver otra cosa más en su vida.
Gnomes! Run away!=¡Gnomos! ¡Huyamos!
You may steal my money but you'll never take my heart!=¡Podéis robarme mi dinero pero nunca me robaréis mi corazón!
-master giant= Maestre gigante
Thou shalt die!= ¡Morirás!
Worms will feast on your corpse!= ¡Los gusanos se darán un festín con tu cadáver!
-ice giant=gigante de hielo
-You see an ice giant. His skin is covered with frozen hoarfrost and his breath feels like the cold north wind.=Ves a un gigante de hielo. Su piel está cubierta de escarcha helada y su aliento se siente como el frío viento del norte.
-amazoness giant=giganta amazona
-You see an amazoness giant. She looks very beautiful but don't be deceived by that!=Ves a una giganta amazona ¡Parece muy hermosa pero no te dejes engañar por eso!
-fallen angel=ángel caído
-You see a fallen angel. When he turned away from good, he fell down from heaven.=Ves a un ángel caído. Cuando se apartó del bien, se cayó del cielo.
You are DOOMED.=Estás CONDENADO
I am here to destroy all people.=Estoy aquí para destruir a toda la gente.
-black giant=gigante negro
Who dare challenge me?=¿Quién se atreve a desafiarme?
Leave me now, before it is too late!=¡Marchaos ahora, antes de que sea demasiado tarde!
-angel=ángel
-You see an angel. With his flame sword he guards the way and doesn't let you pass.=Ves a un ángel. Con su espada flamígera protege el camino y no te deja pasar.
Meet thy maker!=¡Conoce a tu creador!
Mere mortals cannot challenge me!=¡Los simples mortales no pueden desafiarme!
-archangel=arcángel
-You see an archangel. She wants to kill you because she doesn't want you in the clouds.=Ves a una arcángel. Quiere matarte porque no quiere que estés en las nubes.
Leave now, before it is too late for you.=Marchate ahora, antes de que sea demasiado tarde para ti.
Your destiny is not here.=Tu destino no está aquí.
Neither the earth nor the sky has a place for you...=Ni la tierra ni el cielo tienen un lugar para ti...
-dark angel=ángel oscuro
-You see a dark angel. He is an strong evil angel, and for now he is under cover of darkness.=Ves a un ángel oscuro. Es un ángel poderoso y malvado, y por ahora está al amparo de la oscuridad.
My will be done over land and sky!=¡Mi voluntad se hará en la tierra y en el cielo!
Mine is the Power and the Glory!=¡Mío es el poder y la gloria!
-dark archangel=arcángel oscuro
-You see a dark archangel, after she fell from heaven her soul became as dark as she is now.=Ves a una arcángel oscura, después de que cayese del cielo su alma se volvió tan oscura como ella lo es ahora.
I will strike you down with more power than you can imagine!!= ¡¡Yo te derribaré con más poder del que puedas imaginar!!
My will be done!=¡Mi voluntad se hará!
-gnome=gnomo
-You see a gnome who lives in the mountains.=Ves a un gnomo que vive en las montañas.
Giiiiiaaants! Run away!=¡Giganteeeeees! ¡Huyamos!
-mage gnome=mago gnomo
-You see a mage gnome, she cleans the dirty mountain.=Ves a una maga gnoma, ella limpia la sucia montaña.
Giiiiiaaants! Run away!=¡Giganteeeeees! ¡Huyamos!
-infantry gnome=gnomo de infantería
-You see an infantry gnome who will protect his little town against the humans!=Ves a un gnomo de infantería que protegerá su pequeña aldea frente a ¡los humanos!
Ready! Aim! Runnnnnnnnnnn=¡Preparados! ¡Apunten! ¡Corraaaaaaaaaaaan!
-cavalryman gnome=soldado de caballería gnomo
-You see a cavalryman gnome who does long travels to search for gold.=Ves a un soldado de caballería gnomo que realiza largos viajes en busca de oro.
Ready! Aim! Runnnnnnnnnnn=¡Preparados! ¡Apunten! ¡Corraaaaaaaaaaaan!
-goblin=goblin
-You see a goblin, it is an evil and mischievous creature.=Ves a un goblin, es una criatura malvada y maliciosa.
Umm! Tasty meat.=¡Umm! Carne sabrosa.
-veteran goblin=veterano goblin
-You see a veteran goblin, an old warrior...=Ves a un goblin veterano, un viejo guerrero...
Breakfast time!=¡Hora de desayunar!
-soldier goblin=soldado goblin
-You see a soldier goblin, a young warrior.=Ves a un soldado goblin, un joven guerrero.
-wooden golem=golem de madera
-You see a wooden golem. The scroll with ancient words in his head keeps it walking.=Ves a un golem de madera. El pergamino con las antiguas palabras en su cabeza lo mantiene caminando.
-stone golem=golem de piedra
-You see a stone golem, it exists to protect and nothing else. What was it crafted to protect, and what would one do if it lost it's purpose?=Ves a un golem de piedra, existe para proteger y nada más ¿Qué fue diseñado para proteger, y qué haría si perdiese su propósito?
-ice golem=golem de hielo
-green dragon=dragón verde
-giant kobold=kobold gigante
-You see a giant kobold. Though generally playful it doesn't quite know it's own strength. When it asks for a hug, it's best to decline that offer.=Ves a un kobold gigante. Aunque por lo general es juguetón no conoce su propia fuerza. Cuando pide un abrazo, es mejor rechazar la oferta.
Hug?=¿Un abrazo?
-bone dragon=dragon de hueso
-You see a bone dragon. It's been said that there are creatures with enough will to live that their souls still cling to life even as their flesh and blood has failed them. This is living proof.=Ves a un dragón de hueso. Se dice que hay criaturas con la suficiente voluntad de vivir como para que sus almas todavía se aferren a la vida aún cuando su carne y su sangre les han abandonado.
-blue dragon=dragón azul
-You see a blue dragon. It has a very beautiful blue skin which shimmers mysteriously in the light. But don't forget that it also has claws and teeth!=Ves a un dragón azul. Tiene un tono de piel azul muy bonito que brilla misteriosamente en la luz¡Pero no olvides que también tiene garras y dientes!
-giant spider=araña gigante
-You see a giant spider. It has very long legs which are quite dangerous.=Ves a una araña gigante. Tiene patas muy largas que son bastante peligrosas.
-red dragon=dragón rojo
-flying golden dragon=dragón de oro volador
-You see a flying golden dragon. As it spreads its mighty wings you shiver... this mystical creature seems to have much power in it!=Ves a un dragón de oro volador. A medida que extiende sus poderosas alas te estremeces... ¡esta criatura mística parece tener mucho poder en su interior!
-twin headed dragon=dragón de dos cabezas
-You see a twin headed dragon. The two heads are staring at you with their four eyes!=Ves a un dragón de dos cabezas ¡Las dos cabezas te están mirando con sus cuatro ojos!
-chaos green dragonrider=jinete de dragón verde del caos
Wheee!!=¡¡Uiií!!
It's fun up here!=¡Es divertido estar aquí arriba!
-thing=cosa
-You see a thing. It looks like a very mutated human and is so scary that you think it has to come from another world.=Ves a una cosa. Parece un humano muy mutado y es tan espantoso que crees que ha venido de otro mundo.
-chaos red dragonrider=jinete de dragón rojo del caos
Charrrrrrrrge!=¡A la cargaaaaaaaa!
-black death=muerte negra
-You see black death. With his scythe he reaps your soul and then he takes it over the river where it has to stay until judgement day.=Ves a la muerte negra. Con su guadaña siega tu alma y después se la lleva al río donde tiene que permanecer hasta el día del juicio.
Your time to die has come!=¡Ha llegado tu hora de morir!
Say goodbye to this world!=¡Di adiós a este mundo!
-golden death=muerte de oro
-You see the golden death. He came to take your soul away to pay for all your sins.=Ves a la muerte de oro. Vino a llevarse tu alma para que pague por todos tus pecados.
You will dream of me tonight...=Soñarás conmigo esta noche...
You will pay for your greed!=¡Pagarás por tu codicia!
-risecia thug=matón risecia
-You see a risecia thug, stay away from him!=Ves a un matón risecia, ¡mantente alejado de él!
-risecia archer=arquero risecia
-You see a risecia archer, just one of the warriors who wants to protect his chief.=Ves a un arquero risecia, sólo uno más de los guerreros que quieren proteger a su jefe.
-risecia swordsman=espadachín risecia
-You see a risecia swordsman, the blade of his sword will cut your head!=Ves a un espadachín risecia, ¡la hoja de su espada te cortará la cabeza!
-Chief Falatheen of the Risecia=Jefe Falatheen de los Risecia
-You see the Chief Falatheen of the Risecia, he doesn't want to die! His little warriors protect him against invaders.=Ves al Jefe Falatheen de los Risecia, ¡no quiere morir! Sus pequeños guerreros le protegen frente a los invasores.
-cannibal woman=mujer caníbal
-You see a cannibal woman. She wants to make a soup out of your bones!=Ves a una mujer caníbal ¡Quiere hacer una sopa con tus huesos!
Zag-Zag!=Zag-Zag!
-littlewitch=brujita
-You see a little witch. Witches are are evil little girls who are very dangerous.=Ves a una brujita. Las brujas son niñitas malvadas que son muy peligrosas.
-monk=monje
The end of the world is nigh...=El fin del mundo está cerca...
Yield to the Power!=¡sometete al poder!
Meet you after Cataclysm.=Nos veremos después del Cataclismo.
I see you, heretic!=¡Te estoy viendo, hereje!
-littlewizard=pequeño mago
-You see a little wizard. Although he is a child, he is already able to cast powerful spells.=Ves a un pequeño mago. Aunque es un crío, ya es capaz de lanzar poderosos hechizos.
-kalavan housewife=ama de casa kalavan
-You see a kalavan housewife. She lives in Kalavan city and she very angry with rude people who want to steal her food out of the kitchen and destroy her beautiful flower garden!=Ves a una ama de casa kalavan. Vive en la ciudad de Kalavan y ¡se enfada mucho con la gente ruda que quiere robar comida de su cocina y destruir su precioso jardín!
-cannibal=caníbal
-You see a cannibal. He hunts you for cooking and eating your fresh meat! It's useless to tell him that your flesh is not good, better fight him or run away!=Ves a un caníbal. Te caza para cocinar y comerse tu carne fresca!
Ou-Garrrr!=Ou-Garrrr!
-kalavan peasant=campesino kalavan
-You see a kalavan peasant. He works in the fields around Kalavan city. As he heard there were strangers in the city he came to help the kalavan citizens in fighting the enemies!=Ves un campesino kalavan. Trabaja en los campos de alrededor de la ciudad de Kalavan. Cuando oyó que había extranjeros en la ciudad vino a ayudar a los ciudadanos de kalavan a luchar contra los enemigos!
-kalavan wisewoman=mujer sabia de kalavan
-You see a kalavan wisewoman. Normally she sits in her small room and does some handworking but now she wants to have some action!=Ves a una mujer sabia de kalavan. Normalmente se sienta en su pequeña habitación y hace labores manuales pero ahora quiere tener algo de acción!
-kalavan citizen=ciudadano de kalavan
-You see a kalavan citizen. He lives in kalavan city and tries to protect it from invaders!=Ves a un ciudadano de kalavan. Vive en la ciudad de kalavan ¡e intenta protegerla frente a los invasores!
-elder cannibal=caníbal anciano
Yummie!=mmmmm!
-imperial defender=defensor imperial
-bandit=bandido
-You see a lean and mean bandit. He's out to get your life and purse!=Ves a un bandido preparado y listo para actuar ¡Hará lo que sea necesario para llevarse tu vida y tu dinero!
-imperial veteran=veterano imperial
-You see an imperial veteran. He fought in many battles and wars. Now he is old, but over the years he always looked for a new enemy to fight against.=Ves a un veterano imperial. Luchó en muchas batallas y guerras. Ahora es viejo, pero a lo largo de los años siempre ha buscado un nuevo enemigo contra el que luchar.
-darkmonk=monje oscuro
The Cataclysm cometh!=¡El cometa del Cataclismo!
Hail to the greater Power!=¡Salve al Poder supremo!
-barbarian=bárbaro
-imperial archer=arquero imperial
-disciple assassin=discípulo de asesino
-You see a disciple assassin. He is quite young but he has learned to fight and kill already.=Ves a un discípulo de asesino. Es bastante joven pero ya ha aprendido a luchar y a matar.
I'm gonna tell my mommy.=Se lo voy a decir a mi mamá.
Teacher, make him stop.=Seño, digale que pare.
My dad can beat your dad.=Mi papá puede ganar a tu papá.
-imperial priest=sacerdote imperial
-imperial elite guardian=guardián de élite imperial
-barbarian wolf=lobo bárbaro
-apprentice assassin=aprendiz de asesino
-You see an apprentice assassin. He has been taught some very awesome moves and methods, so he is already able to kill an enemy almost perfectly!=Ves a un aprendiz de asesino. Le han enseñado algunos movimientos y métodos muy impresionantes, así que ya es capaz de matar a un enemigo casi perfectamente!
Come on, i dare you.=Venga, a ver si te atreves.
You want a piece of me?=¿Quieres un pedazo de mí?
Any time you're ready.=Cuando estés listo.
Bring it on!=¡Adelante!
-hunter=cazador
I always get my prey!=¡Siempre consigo a mi presa!
-barbarian elite=bárbaro de élite
-imperial scientist=científico imperial
-You see an imperial scientist. He is quite clever but also a little bit crazy and unfortunately he uses his intelligence for evil experiments.=Ves a un científico imperial. Es bastante listo pero también un poquito loco y desafortunadamente usa su inteligencia para experimentos malvados.
-barbarian priest=sacerdote bárbaro
-imperial high priest=sumo sacerdote imperial
-assassin=asesino
-You see an assassin. He is very good at killing his victims silently without being seen by anyone.=Ves a un asesino. Es muy bueno matando a sus victimas silenciosamente sin ser visto por nadie.
Time to die.=Es hora de que mueras.
-barbarian chaman=chamán bárbaro
King he say kill!=¡El rey ha dicho que te mate!
-imperial archer leader=líder arquero imperial
-barbarian leader=líder bárbaro
Me destroy you!=¡Yo destruyo tú!
-mithrilbourgh soldier=soldado de mithrilbourgh
-imperial elite archer=arquero de élite imperial
-ninja=ninja
-imperial leader=líder imperial
-mithrilbourgh archer=arquero de mithrilbourgh
-mithrilbourgh knight=caballero de mithrilbourgh
-imperial knight=caballero imperial
-imperial chief=jefe imperial
-mithrilbourgh elite archer=arquero de élite de mithrilbourgh
-barbarian king=rey bárbaro
-mithrilbourgh sergeant=sargento de mithrilbourgh
-samurai=samurai
-imperial commander=comandante imperial
Our troops will crush you!=¡Nuestras tropas os aplastarán!
-mithrilbourgh lieutenant=lugarteniente de mithrilbourgh
-mithrilbourgh colonel=coronel de mithrilbourgh
-mithrilbourgh wizard=mago de mithrilbourgh
-shadows assassin=asesino de las sombras
-You see a shadows assassin. He knows how to become one with the shadows and to move in the dark without being seen or making any sound.=Ves a un asesino de las sombras. Sabe como hacerse uno con las sombras y moverse en la oscuridad sin ser visto o hacer ningún sonido.
-imperial general=general imperial
Our troops will crush you!=¡Nuestras tropas os aplastarán!
-mithrilbourgh general=general de mithrilbourgh
-emperor dalmung=emperador dalmung
My empire is undefeatable!=¡Mi imperio es inderrotable!
-blordrough quartermaster=intendente de blordrough
We might be in hiding, but we are STILL mighty.=Puede que nos escondamos, pero TODAVÍA somos poderosos.
-imperial general giant=general imperial gigante
-master assassin=Maestre asesino
-You see a master assassin. He is a master of assassination! He is able to kill an enemy without letting him know that he is already there!=Ves a un Maestre asesino ¡Es un maestro del asesinato! ¡Es capaz de matar a un enemigo sin dejar que sepa que ya está allí!
You've been warned before.=Ya te había advertido.
Why do you return?=¿Por qué has vuelto?
Have you lost your marbles?=¿Has perdido tus canicas?
-blordrough corporal=cabo de blordrough
You WILL show us the respect we deserve.=Tú nos MOSTRARÁS el respeto que merecemos.
Care for a game of chess?=¿Te apetece una partida de ajedrez?
-blordrough storm trooper=soldado de asalto de blordrough
Wipe your feet before entering our domain.=Limpiate los pies antes de entrar en nuestro dominio.
I'll teach you to defile our sanctuary.=Te voy a enseñar a profanar nuestro santuario.
-tiny skelly=pequeño esqueletito
-You see a tiny skelly. It is silly, little and evil, be careful with its poison...=Ves a un pequeño esqueletito. Es tonto, pequeño y malvado, ten cuidado con su veneno...
Thou shall not maim!=¡Tú no mutilarás!
-brain ahouga=cerebro ahouga
-You see a brain ahouga, a very strange creature only living in your dreams!=Ves a un cerebro ahouga, ¡una criatura muy extraña que sólo vive en tus sueños!
-red roohako=roohako rojo
-robot aruthon=robot aruthon
-violet avenger=vengador violeta
-googon=googon
-You see a googon that comes from the worst place in this world...Be careful this creature is a deadly killer.=Ves a un googon que viene del peor lugar de este mundo... Ten cuidado esta criatura es una asesina mortal.
-blue mohiko=mohiko azul
-snarfkin=snarfkin
-You see a snarfkin, the favorite pet of wizards. Be careful, its claws are poisonous!=Ves a un snarfkin, la mascota favorita de los magos. Ten cuidado, ¡sus garras son venenosas!
-dark aruthon=aruthon oscuro
-grobble monster=monstruo grobble
grobble grubble grobble=grobble grubble grobble
gribble grobble grubble=gribble grobble grubble
-winged blurble=blurble alado
-xenocium=xenocium
-necrosophia=necrosophia
-arachne=arachne
-You see Arachne, a horrid half woman half spider. With so many legs she can hit you very fast, and her poisonous bite is fierce.=Ves a Arachne, un ser horrible mitad mujer mitad araña. Con tantas piernas puede golpearte muy rápido, y su mordedura venenosa es feroz.
-kobold=kobold
-You see a kobold. People say that it is a mythical spirit.=Ves a un kobold. La gente dice que es un espíritu mítico.
Grrrr! Wooof!=Grrrr! Wooof!
-soldier kobold=soldado kobold
-You see a soldier kobold, he's protecting his king.=Ves a un soldado kobold, está protegiendo a su rey.
Woorf wer warf!=Woorf wer warf!
-archer kobold=arquero kobold
-You see an archer kobold. It runs away from humans.=Ves a un arquero kobold. Sale corriendo de los humanos.
Wssss! Warf wit!=Wssss! Warf wit!
-veteran kobold=veterano kobold
-You see a veteran kobold, it is mighty!=Ves a un veterano kobold, ¡es poderoso!
-leader kobold=líder kobold
-You see a leader kobold, one of the mighty warriors.=Ves a un líder kobold, uno de los poderosos guerreros.
-madaram archer=arquero madaram
-madaram peasant=campesino madaram
-madaram trooper=soldado de asalto madaram
-madaram soldier=soldado madaram
-madaram healer=sanador madaram
-madaram axeman=hachero madaram
-madaram queen=reina madaram
-madaram hero=héroe madaram
-madaram windwalker=windwalker madaram
-madaram cavalry=caballería madaram
-madaram stalker=acechador madaram
-madaram buster blader=buster blader madaram
-madaram pawn=peón madaram
-You see a pawn for a game of chess. It will reward nothing if killed.=Ves un peón para una partida de ajedrez. No te recompensará con nada si lo matas.
-madaram rook=torre madaram
-You see a rook for a game of chess. It will scarcely reward you to kill it.=Ves una torre para una partida de ajedrez. Apenas te recompensará con algo si la matas.
-madaram knight=caballo madaram
-You see a knight, a chess piece. He won't reward you if you kill him.=Ves un caballo, una pieza de ajedrez. No te recompensará con nada si lo matas.
-madaram bishop=alfil madaram
-You see a bishop for a game of chess. It will reward you nothing if you slay it.=Ves un alfil para una partida de ajedrez. No te recompensará con nada si lo matas.
-madaram king=rey madaram
-You see a king to play chess with, he will reward you nothing if you kill him.=Ves un rey para jugar al ajedrez con él, no te recompensará con nada si lo matas.
madaram queen =reina madaram
-You see a queen piece for a game of chess. She will reward nothing if you kill her.=Ves una pieza reina para una partida de ajedrez. No te recompensará con nada si la matas.
-kasarkutominubat=kasarkutominubat
-minotaur=minotauro
-You see a minotaur. He escaped from his labyrinth and is very angry now!=Ves a un minotauro ¡Ha escapado de su laberinto y ahora está muy enfadado!
You will never find the way out!=¡Nunca encontrarás la salida!
-minotaur king=rey minotauro
I am the king of this area!=¡Soy el rey de esta área!
-mummy=momia
-You see a mummy which usually sleeps in a coffin.=Ves a una momia que suele dormir en un sarcófago.
-royal mummy=momia real
-You see a royal mummy. You wonder what keeps this king's soul from finding peace.=Ves a una momia real. Te preguntas qué le impide al alma de este rey encontrar la paz.
-glow monster=monstruo del resplandor
-dark mutant=mutante oscuro
-cat woman=mujer gata
-naga=naga
-werewolf=hombre lobo
-You see a werewolf. Normally he is a human but at fullmoon nights he turns into a dangerous beast! His poison seems to last forever.=Ves a un hombre lobo. Normalmente es un humano pero ¡en las noches de luna llena se convierte en una bestia peligrosa! Su veneno parece durar para siempre.
-high naga=naga suprema
-imperial experiment=experimento imperial
-imperial mutant=mutante imperial
Ouurgghh!=Ouurgghh!
-armed naga=naga con brazos
-black dragon=dragón negro
-You see a black dragon. As you see this huge black creature you almost faint! If you concentrate you can feel the deep growling of it in your bones.=Ves un dragón negro ¡Al ver a esta enorme criatura negra casi te desmayas!
-balrog=balrog
-You see a huge balrog. He is slow hitting, but terribly strong as he stands towering above you.=Ves a un enorme balrog. Es lento en golpear, pero terriblemente potente mientras permanece de pie imponiendose por encima de ti.
Growwwwwwwrrrrrrr!=Growwwwwwwrrrrrrr!
Arrrrllllggggghhhh=Arrrrllllggggghhhh
-gashadokuro=gashadokuro
-A giant figure made of bone, known only as gashadokuro, towers before you. He is created from the bones of starving humans.=Una figura gigante hecha de hueso, conocida sólo como gashadokuro, se impone ante ti. Se ha creado a partir de los huesos de humanos muertos de hambre.
-unicorn=unicornio
-You see a rare unicorn. It is widely believed to be only a myth.=Ves un raro unicornio. En general se cree que es sólo un mito.
-centaur=centauro
- You see a noble centaur, half man, half horse. He looks capable of great damage but thankfully seems to mean you no harm.=Ves a un noble centauro, mitad hombre, mitad caballo. Parece capaz de causar gran daño pero afortunadamente no parece tener intención de herirte.
-pegasus=pegaso
-You see Pegasus, the winged horse. His name means Lightning and he carries bolts of Thunder.=Ves a Pegasus, el caballo alado. Su nombre significa Relámpago y lleva los rayos del Trueno.
-oni warrior=guerrero oni
-oni archer=arquero oni
-oni priest=sacerdote oni
-You see a mysterious oni priest, uttering strange incantations.=Ves a un misterioso sacerdote oni, pronunciando extraños encantamientos.
-oni king=rey oni
Revere me, the Oni King!=¡Veneradme, al Rey Oni!
-oni queen=reina oni
You must bow before the Oni Queen.=Debes inclinarte ante la Reina Oni.
-orc=orco
-You see an orc which is noisy and silly.=Ves a un orco que es ruidoso y tonto.
-orc spearman=lancero orco
-You see an orc spearman. Run away fast before a spear pierces you.=Ves a un lancero orco. Sal corriendo rápido antes de que una lanza te atraviese.
-orc warrior=guerrero orco
-You see an orc warrior which doesn't like you searching in the mountain.=Ves a un guerrero orco al que no le gusta que andes buscando en la montaña.
-orc hunter=cazador orco
-You see an orc hunter. It it seeking for you!=Ves a un cazador orco ¡Te está buscando a ti!
-orc chief=jefe orco
-You see an orc chief which is too busy to attend to you!=Ves a un jefe orco ¡que está demasiado ocupado para atenderte!
-mountain orc=orco de montaña
-mountain orc warrior=guerrero orco de montaña
-mountain orc hunter=cazador orco de montaña
-mountain orc chief=jefe orco de montaña
-ratman=hombre rata
-You see a ratman. He is a mutation that comes from old times.=Ves a un hombre rata. Es una mutación que procede de tiempos remotos.
You, humans, never leave us alone!=¡Vosotros, los humanos, nunca nos dejáis en paz!
-ratwoman=mujer rata
-You see a ratwoman. She is a mutation of women with the rats in the century XVIII.=Ves a una mujer rata. Es una mutación de mujeres con ratas en el siglo XVIII.
You humans never leave us alone!=¡Vosotros los humanos nunca nos dejáis en paz!
-archrat=archirrata
-You see an archrat. You will be distracted with its aura, be careful...=Ves una archirrata. Te distraerás con su aura, ten cuidado...
You're messing with the rats?!=¡¿Te estás metiendo con las ratas?!
Your death has come!=¡Tu muerte ha llegado!
Feel my wrath!=¡Sufre mi ira!
-sheepman=hombre oveja
I'm no fluffy lamb!=¡No soy un esponjoso cordero!
-armored sheepman=hombre oveja blindado
You're baaaarmy to attack me!=¡Estás chiflado al atacarme!
-elder sheepman=hombre oveja anciano
Bah! Stay away!=¡Bah! ¡Mantente alejado!
-elite sheepman=hombre oveja de élite
Baaaaack away!= ¡Retrocede!
-rat=rata
-You see a small rat that seems to be extremely hungry.=Ves una pequeña rata que parece estar extremadamente hambrienta.
Squeak! Squeak!=¡Cuic!¡Cuic!
-mouse=ratón
-You see a small mouse that seems to be very hungry.=Ves un pequeño ratón que parece estar muy hambriento.
squeak ... squeak!=¡cuic ... cuic!
-caverat=rata de cueva
-You see a caverat which is dirty and loves the dungeons.=Ves una rata de cueva que es sucia y le encantan las mazmorras.
-razorrat=rata de cuchilla
-You see a razorrat, its noise will make you crazy!=Ves una rata de cuchilla, ¡su ruído te hará perder la cabeza!
-venomrat=rata de veneno
-You see a venomrat, extremely poisonous.=Ves una rata de veneno, extremadamente venenosa.
-zombie rat=rata zombi
-You see a hungry zombie rat and it doesn't like to see you.=Ves una hambrienta rata zombi y a ella no le gusta verte a ti.
SHREEAK!!=SHREEAK!!
SHAAAAAAA!!=SHAAAAAAA!!
-troll=trol
-You see a troll, be careful in his terrain.=Ves a un trol, ten cuidado en su terreno.
-red troll=trol rojo
-You see a red troll, he's burning with anger.=Ves a un trol rojo, está quemando de ira.
-cave troll=trol de cueva
Uggga yggga arghhhhh=Uggga yggga arghhhhh
Ooggga UGGga arhhh=Ooggga UGGga arhhh
-skeleton=esqueleto
-You see a skeleton which survives to get revenge.=Ves a un esqueleto que sobrevive para vengarse.
Thou shall not pass!=¡No pasarás!
-ghost=fantasma
-You see a ghost, don't be afraid! It doesn't seem to be evil.=Ves un fantasma, ¡no tengas miedo! No parece ser malvado.
Ooooouuuuuh!=Ooooouuuuuh!
-ghost hound=perro fantasma
-As you catch sight of its shaggy shape and gleaming evil eyes, you suddenly remember all the horror stories around the dreaded ghost hound!=Al avistar su forma peluda y sus malvados ojos brillantes, de repente recuerdas todas las historias de terror acerca del temido perro fantasma!
WooOouuuUuh!=WooOouuuUuh!
Ghhrr!=Ghhrr!
-bloody zombie=zombi sangriento
-You see a bloody zombie. Can you see the drops of blood that fall from his body?=Ves a un zombi sangriento ¿Puedes ver las gotas de sangre que caen de su cuerpo?
brrraaaaaaaaaains=cereeeeeeeebrooooos
-zombie=zombi
-You see a zombie. It woke up just to take revenge, be silent.=Ves a un zombi. Se despertó solo para vengarse, estate en silencio.
-headless monster=monstruo sin cabeza
-You see a headless monster, how can he hear that we come to him?=Ves a un monstruo sin cabeza, ¿Cómo ha podido oír que nos acercábamos a él?
-warrior skeleton=guerrero esqueleto
-You see a warrior skeleton, it's just a normal skeleton with a shield!=Ves a un guerrero esqueleto, ¡es sólo un esqueleto normal con un escudo!
Thou shall not kill!=¡No matarás!
-elder skeleton=esqueleto anciano
Thou shall not survive!=¡No sobrevivirás!
-rotten zombie=zombi podrido
-You see a rotten zombie. You are disgusted as you see its rotten skin that hangs down in pieces from his half rotten bones.=Ves a un zombi podrido. Estás asqueado al ver su piel podrida que cuelga hecha jirones de sus huesos medio podridos.
bluuergghhhoooorrghhhhh=bluuergghhhoooorrghhhhh
-death=muerte
-You see Death. Do you have the will to stare him in the face? Today he's not in the mood to bargain with your soul.=Ves a la Muerte ¿Tendrás el valor de mirarla a la cara? Hoy no está de humor para negociar con tu alma.
Judgement is coming!=¡El juicio se acerca!
Uuuuhhhhh!, i'm gonna get you!=¡Uuuuhhhhh!, te voy a coger!
-demon skeleton=esqueleto demonio
Thou shall not rob!=¡No robarás!
-invisible man=hombre invisible
-You see nothing but the landscape. As you stare at the point where you think you have seen something, you suddenly see the slight contour of a man!=No ves nada excepto el paisaje. Al mirar fijamente al punto donde crees haber visto algo, de repente ¡ves el ligero contorno de un hombre!
My unnatural state should evoke fear in you ...=Mi estado no natural debería evocar el miedo en ti...
-death knight=caballero de la muerte
-You see a death knight. Some time ago he fought in tournaments where his only aim was to kill as many enemies as possible.=Ves a un caballero de la muerte. Hace algún tiempo luchó en torneos donde su único objetivo era matar tantos enemigos como fuese posible.
-devil queen=reina del diablo
Who wakes me from my meditation?=¿Quien me ha despertado de mi meditación?
You will regret this!=¡Lo lamentarás!
-fallen warrior=guerrero caído
-green phantom=fantasma verde
-lich=lich
-You see a lich, a dark desolate creature which has been doomed to wander in endless turmoil, feeding on the souls of the righteous.=Ves a un lich, una criatura oscura solitaria que ha sido condenada a vagar en confusión sin fin, alimentándose de las almas de los justos.
-fallen priest=sacerdote caído
-incorporeal armor=armadura incorpórea
-You see an incorporeal armor. You are quite surprised as it walks towards you because there is nobody in it.=Ves una armadura incorpórea. Te sorprende bastante al caminar hacia ti porque no hay nadie dentro de ella.
Thou shall not pillage!=¡No saquearás!
-dead lich=lich muerto
-fallen high priest=sumo sacerdote caído
-high lich=lich supremo
-The terrible grinning skull of a high lich leers at you as it prepares to slaughter you in a myriad of magical ways.=La terrible sonrisa de la calavera de un lich supremo te mira de reojo al prepararse para matarte de una miríada de mágicas maneras.
-devil monk=monje del diablo
-You see a devil monk. He is a member of a devil cult which practises black rituals.=Ves a un monje del diablo. Es miembro de un culto al diablo que practica negros rituales.
-vampire bride=novia vampira
-You see a vampire bride. She was resurrected from the dead by a wicked vampire lord.=Ves a una novia vampira. Fue resucitada de entre los muertos por un malvado señor vampiro.
-vampirette=vampiresa
-vampire lord=señor vampiro
-You see a vampire lord. Be careful, he is after your blood!=Ves a un señor vampiro. Ten cuidado, ¡va tras tu sangre!
diff --git a/data/languages/template.txt b/data/languages/template.txt
index 301920f472..3d244004c6 100644
--- a/data/languages/template.txt
+++ b/data/languages/template.txt
@@ -1097,6 +1097,7 @@ venom gland=
You see the venom gland of a giant king cobra. It is filled with deadly toxin.=
pelt=
+You see a pelt of animal skin. It's used to make clothes and leather armor.=
leather thread=
You see a strand of sturdy leather thread.=
@@ -1265,6 +1266,9 @@ You see an imperial ring. It is imbued with the strength of a king.=
enhanced imperial ring=
You see an enhanced imperial ring. It eminates the auras of strength and defense.=
+ring of clarity=
+You see a ring of clarity. You feel more aware while wearing it.=
+
## scrolls
@@ -1407,6 +1411,9 @@ You see a silvery gm token. Does it bring you pride?=
bronze gm token=
You see a bronze gm token. Does it bring you pride?=
+four-leaf clover=
+You see a lucky four-leaf clover. What are the chances of finding one!?=
+
## swords
@@ -1635,6 +1642,7 @@ You see a killer bat which will suck your blood!=
giant bat=
giant killer bat=
+You see a giant killer bat. As if small wasn't pesky enough, these giant ones are capable of taking down anyone who dares come before them.=
piglet=
You see a piglet, a bit dirty.=
@@ -1702,6 +1710,7 @@ black bear=
You see a strong black bear which hibernates in winter.=
polar bear=
+You see a polar bear which lives in the icy desert. Beware! It can take you down with its powerful claws!=
## animal_aquatic
@@ -2268,6 +2277,7 @@ cannibal=
You see a cannibal. He hunts you for cooking and eating your fresh meat! It's useless to tell him that your flesh is not good, better fight him or run away!=
elder cannibal=
+You see an elder cannibal. For years it has eaten humans. It will not stop until its hunger is satisfied.=
cannibal warrior=
You see a cannibal warrior.=
diff --git a/data/maps/Level -1/semos/mine_n2_e2.tmx b/data/maps/Level -1/semos/mine_n2_e2.tmx
index d9d3c9d1e5..d425eecce5 100644
--- a/data/maps/Level -1/semos/mine_n2_e2.tmx
+++ b/data/maps/Level -1/semos/mine_n2_e2.tmx
@@ -1,212 +1,112 @@
-
-