mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2025-12-28 15:27:49 +01:00
Compare commits
103 Commits
import_exp
...
V0.8.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64342c96d7 | ||
|
|
f8649bb0a5 | ||
|
|
025283b70b | ||
|
|
cd8657adb4 | ||
|
|
bd856541d6 | ||
|
|
ec8b114782 | ||
|
|
aaecb8ae4a | ||
|
|
4e2e3b370c | ||
|
|
c14f8f84a0 | ||
|
|
322007e5ac | ||
|
|
7b5fc79375 | ||
|
|
72a19eeb80 | ||
|
|
a993cc5a08 | ||
|
|
83724ba408 | ||
|
|
a4cd8f7460 | ||
|
|
7a52bbb9f3 | ||
|
|
3552ff8a9f | ||
|
|
0e081f3319 | ||
|
|
1d94519e1c | ||
|
|
0bbc6adb4b | ||
|
|
b48ddd4999 | ||
|
|
be8dad981d | ||
|
|
f9708f48a4 | ||
|
|
155b01bdea | ||
|
|
19810b2099 | ||
|
|
c6886f7a3e | ||
|
|
3bea24f9cc | ||
|
|
4b8f5c4908 | ||
|
|
66d9618b1b | ||
|
|
488d6347d0 | ||
|
|
51fd0d0994 | ||
|
|
50833af145 | ||
|
|
ca7c2388aa | ||
|
|
8e7d6adca5 | ||
|
|
17edb96ff8 | ||
|
|
3f3869916c | ||
|
|
1d2fc7ade7 | ||
|
|
aa84e5a73d | ||
|
|
4ecf7d2dda | ||
|
|
dca1cb676c | ||
|
|
9a4f41eac2 | ||
|
|
23012b0d40 | ||
|
|
916134bd9b | ||
|
|
1d6777daae | ||
|
|
4793751ba8 | ||
|
|
185c0eaf7c | ||
|
|
4b50d13149 | ||
|
|
23b58c3e7c | ||
|
|
2d5ebc3b13 | ||
|
|
59e2e3035c | ||
|
|
6d5ddfdbfa | ||
|
|
f8ae18721f | ||
|
|
63bc7c3a4e | ||
|
|
8e72763314 | ||
|
|
9310d53362 | ||
|
|
a71dcc13a3 | ||
|
|
ea95f4ff87 | ||
|
|
f35167d112 | ||
|
|
9f935190f2 | ||
|
|
c11430cf6b | ||
|
|
8f97a27ab7 | ||
|
|
9e36f848dc | ||
|
|
b24d52b1da | ||
|
|
e2a9307560 | ||
|
|
e3ac804f61 | ||
|
|
fd504d2df5 | ||
|
|
0e615d3f11 | ||
|
|
47646457ab | ||
|
|
8e393b93d8 | ||
|
|
3289bd6fb1 | ||
|
|
23a331d655 | ||
|
|
112301c444 | ||
|
|
f50e4f1d38 | ||
|
|
d623c22b38 | ||
|
|
d11bf5b0aa | ||
|
|
e30f67e327 | ||
|
|
6946b1f2b3 | ||
|
|
96a1a5760a | ||
|
|
58b802e911 | ||
|
|
f9b095565b | ||
|
|
19817eb97d | ||
|
|
f46d2aedbf | ||
|
|
913b651953 | ||
|
|
5283eed28e | ||
|
|
deb824d50e | ||
|
|
6841d862e4 | ||
|
|
f94723b0cd | ||
|
|
ab41168736 | ||
|
|
2d73c4687a | ||
|
|
e454deb8b1 | ||
|
|
074891805a | ||
|
|
d2d32bc4ed | ||
|
|
22daeb0c33 | ||
|
|
db30253baf | ||
|
|
312cb7dec7 | ||
|
|
7befd27951 | ||
|
|
c1e3bfa7ed | ||
|
|
ddec991082 | ||
|
|
25e36dc535 | ||
|
|
83c579a929 | ||
|
|
0c694115ee | ||
|
|
bf9723b0c1 | ||
|
|
b81bacb1fe |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/AndorsTrail/.idea/workspace.xml
|
||||
Binary file not shown.
Binary file not shown.
6
AndorsTrail/.idea/compiler.xml
generated
6
AndorsTrail/.idea/compiler.xml
generated
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="11" />
|
||||
</component>
|
||||
</project>
|
||||
20
AndorsTrail/.idea/gradle.xml
generated
20
AndorsTrail/.idea/gradle.xml
generated
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="testRunner" value="GRADLE" />
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="1.8" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
25
AndorsTrail/.idea/jarRepositories.xml
generated
25
AndorsTrail/.idea/jarRepositories.xml
generated
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="BintrayJCenter" />
|
||||
<option name="name" value="BintrayJCenter" />
|
||||
<option name="url" value="https://jcenter.bintray.com/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="Google" />
|
||||
<option name="name" value="Google" />
|
||||
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
||||
10
AndorsTrail/.idea/misc.xml
generated
10
AndorsTrail/.idea/misc.xml
generated
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="11" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
||||
6
AndorsTrail/.idea/vcs.xml
generated
6
AndorsTrail/.idea/vcs.xml
generated
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
166
AndorsTrail/.idea/workspace.xml
generated
166
AndorsTrail/.idea/workspace.xml
generated
@@ -1,166 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AutoImportSettings">
|
||||
<option name="autoReloadType" value="NONE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="fb7bf33b-30cf-40b9-a238-3e2f6f604a8f" name="Changes" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="ExecutionTargetManager" SELECTED_TARGET="device_and_snapshot_combo_box_target[C:\Users\chris\.android\avd\Nexus_5_API_30.avd]" />
|
||||
<component name="ExternalProjectsData">
|
||||
<projectState path="$PROJECT_DIR$">
|
||||
<ProjectState />
|
||||
</projectState>
|
||||
</component>
|
||||
<component name="ExternalProjectsManager">
|
||||
<system id="GRADLE">
|
||||
<state>
|
||||
<projects_view>
|
||||
<tree_state>
|
||||
<expand>
|
||||
<path>
|
||||
<item name="" type="6a2764b6:ExternalProjectsStructure$RootNode" />
|
||||
<item name="AndorsTrail" type="f1a62948:ProjectNode" />
|
||||
</path>
|
||||
</expand>
|
||||
<select />
|
||||
</tree_state>
|
||||
</projects_view>
|
||||
</state>
|
||||
</system>
|
||||
</component>
|
||||
<component name="GenerateSignedApkSettings">
|
||||
<option name="KEY_STORE_PATH" value="C:\AT\sec\AndorsTrail.keystore" />
|
||||
<option name="KEY_ALIAS" value="andorstrail" />
|
||||
<option name="REMEMBER_PASSWORDS" value="true" />
|
||||
<option name="BUILD_TARGET_KEY" value="apk" />
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
||||
</component>
|
||||
<component name="ProjectId" id="2FG0LqADbxm6Q1t3yQ9BlX5APzJ" />
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="ApkExportedModule" value="AndorsTrail.app" />
|
||||
<property name="ExportApk.ApkPath" value="C:\AT\AndorsTrailRelease\andors-trail\AndorsTrail\app" />
|
||||
<property name="ExportApk.BuildVariants" value="release" />
|
||||
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
||||
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
||||
<property name="RunOnceActivity.cidr.known.project.marker" value="true" />
|
||||
<property name="android.sdk.path" value="$USER_HOME$/AppData/Local/Android/Sdk" />
|
||||
<property name="cidr.known.project.marker" value="true" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/../../../sec/AndorsTrail.keystore" />
|
||||
<property name="settings.editor.selected.configurable" value="device.file.explorer" />
|
||||
<property name="show.inlinked.gradle.project.popup" value="false" />
|
||||
</component>
|
||||
<component name="RunManager">
|
||||
<configuration name="<template>" type="Applet" default="true" selected="false">
|
||||
<option name="MAIN_CLASS_NAME" />
|
||||
<option name="HTML_FILE_NAME" />
|
||||
<option name="HTML_USED" value="false" />
|
||||
<option name="WIDTH" value="400" />
|
||||
<option name="HEIGHT" value="300" />
|
||||
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
|
||||
<option name="VM_PARAMETERS" />
|
||||
</configuration>
|
||||
<configuration name="<template>" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
|
||||
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
|
||||
</configuration>
|
||||
<configuration name="app" type="AndroidRunConfigurationType" factoryName="Android App">
|
||||
<module name="AndorsTrail.app" />
|
||||
<option name="DEPLOY" value="true" />
|
||||
<option name="DEPLOY_APK_FROM_BUNDLE" value="false" />
|
||||
<option name="DEPLOY_AS_INSTANT" value="false" />
|
||||
<option name="ARTIFACT_NAME" value="" />
|
||||
<option name="PM_INSTALL_OPTIONS" value="" />
|
||||
<option name="ALL_USERS" value="false" />
|
||||
<option name="ALWAYS_INSTALL_WITH_PM" value="false" />
|
||||
<option name="DYNAMIC_FEATURES_DISABLED_LIST" value="" />
|
||||
<option name="ACTIVITY_EXTRA_FLAGS" value="" />
|
||||
<option name="MODE" value="default_activity" />
|
||||
<option name="CLEAR_LOGCAT" value="false" />
|
||||
<option name="SHOW_LOGCAT_AUTOMATICALLY" value="false" />
|
||||
<option name="INSPECTION_WITHOUT_ACTIVITY_RESTART" value="false" />
|
||||
<option name="TARGET_SELECTION_MODE" value="DEVICE_AND_SNAPSHOT_COMBO_BOX" />
|
||||
<option name="SELECTED_CLOUD_MATRIX_CONFIGURATION_ID" value="-1" />
|
||||
<option name="SELECTED_CLOUD_MATRIX_PROJECT_ID" value="" />
|
||||
<option name="DEBUGGER_TYPE" value="Auto" />
|
||||
<Auto>
|
||||
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
|
||||
<option name="SHOW_STATIC_VARS" value="true" />
|
||||
<option name="WORKING_DIR" value="" />
|
||||
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
|
||||
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
|
||||
</Auto>
|
||||
<Hybrid>
|
||||
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
|
||||
<option name="SHOW_STATIC_VARS" value="true" />
|
||||
<option name="WORKING_DIR" value="" />
|
||||
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
|
||||
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
|
||||
</Hybrid>
|
||||
<Java />
|
||||
<Native>
|
||||
<option name="USE_JAVA_AWARE_DEBUGGER" value="false" />
|
||||
<option name="SHOW_STATIC_VARS" value="true" />
|
||||
<option name="WORKING_DIR" value="" />
|
||||
<option name="TARGET_LOGGING_CHANNELS" value="lldb process:gdb-remote packets" />
|
||||
<option name="SHOW_OPTIMIZED_WARNING" value="true" />
|
||||
</Native>
|
||||
<Profilers>
|
||||
<option name="ADVANCED_PROFILING_ENABLED" value="false" />
|
||||
<option name="STARTUP_PROFILING_ENABLED" value="false" />
|
||||
<option name="STARTUP_CPU_PROFILING_ENABLED" value="false" />
|
||||
<option name="STARTUP_CPU_PROFILING_CONFIGURATION_NAME" value="Java/Kotlin Method Sample (legacy)" />
|
||||
<option name="STARTUP_NATIVE_MEMORY_PROFILING_ENABLED" value="false" />
|
||||
<option name="NATIVE_MEMORY_SAMPLE_RATE_BYTES" value="2048" />
|
||||
</Profilers>
|
||||
<option name="DEEP_LINK" value="" />
|
||||
<option name="ACTIVITY_CLASS" value="" />
|
||||
<option name="SEARCH_ACTIVITY_IN_GLOBAL_SCOPE" value="false" />
|
||||
<option name="SKIP_ACTIVITY_VALIDATION" value="false" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
<configuration default="true" type="Application" factoryName="Application">
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="JUnit" factoryName="JUnit">
|
||||
<option name="TEST_OBJECT" value="class" />
|
||||
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="TestNG">
|
||||
<option name="TEST_OBJECT" value="CLASS" />
|
||||
<option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
||||
<properties />
|
||||
<listeners />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="fb7bf33b-30cf-40b9-a238-3e2f6f604a8f" name="Changes" comment="" />
|
||||
<created>1664103080085</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1664103080085</updated>
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
</project>
|
||||
@@ -12,12 +12,41 @@ android {
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
manifestPlaceholders icon_name: 'icon', fileproviderPath: 'AndorsTrail'
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
debug {
|
||||
manifestPlaceholders icon_name: 'icon_beta', fileproviderPath: 'AndorsTrail.beta2'
|
||||
applicationIdSuffix 'beta2'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.android.support:support-v4:28.0.0'
|
||||
}
|
||||
|
||||
task copyRes(type: Copy) {
|
||||
description "Copies the res folder to the modules res folder (& renames .tmx to .xml)"
|
||||
from "${rootDir}/res"
|
||||
into "${projectDir}/src/main/res"
|
||||
rename "(.*)\\.tmx", "\$1.xml"
|
||||
}
|
||||
|
||||
task copyTranslation(type: Copy) {
|
||||
description("Copies the translation files to the modules translations folder")
|
||||
from "${rootDir}/assets/translation"
|
||||
into "${projectDir}/src/main/assets/translation"
|
||||
}
|
||||
|
||||
task cleanup(type: Delete) {
|
||||
description("Deletes the assets/translation and the res folder from the modules folder")
|
||||
delete "${projectDir}/src/main/res", "${projectDir}/src/main/assets/translation"
|
||||
}
|
||||
|
||||
afterEvaluate {
|
||||
preBuild.dependsOn project.tasks.copyRes
|
||||
preBuild.dependsOn project.tasks.copyTranslation
|
||||
clean.dependsOn project.tasks.cleanup
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="65"
|
||||
android:versionName="0.8.1"
|
||||
android:versionCode="68"
|
||||
android:versionName="0.8.4dev"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
<uses-sdk
|
||||
@@ -27,7 +27,7 @@
|
||||
<application
|
||||
android:name="com.gpl.rpg.AndorsTrail.AndorsTrailApplication"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@drawable/icon"
|
||||
android:icon="@drawable/${icon_name}"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:theme="@style/AndorsTrailTheme_Blue"
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
<provider
|
||||
android:name="android.support.v4.content.FileProvider"
|
||||
android:authorities="com.gpl.rpg.AndorsTrail.fileprovider"
|
||||
android:authorities="${applicationId}.fileprovider"
|
||||
android:grantUriPermissions="true"
|
||||
android:exported="false">
|
||||
<meta-data
|
||||
|
||||
@@ -24,15 +24,15 @@ public final class AndorsTrailApplication extends Application {
|
||||
public static final boolean DEVELOPMENT_DEBUGRESOURCES = false;
|
||||
public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;
|
||||
public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGBUTTONS = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGBUTTONS = true;
|
||||
public static final boolean DEVELOPMENT_FASTSPEED = false;
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.1";
|
||||
public static final boolean DEVELOPMENT_VALIDATEDATA = true;
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = true;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.8.4dev";
|
||||
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
|
||||
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED || !IS_RELEASE_VERSION;
|
||||
public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 65;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 68;
|
||||
|
||||
private final AndorsTrailPreferences preferences = new AndorsTrailPreferences();
|
||||
private WorldContext world = new WorldContext();
|
||||
|
||||
@@ -46,14 +46,15 @@ import com.gpl.rpg.AndorsTrail.model.item.Loot;
|
||||
import com.gpl.rpg.AndorsTrail.model.map.MapObject;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
import com.gpl.rpg.AndorsTrail.view.ItemContainerAdapter;
|
||||
|
||||
public final class Dialogs {
|
||||
|
||||
private static void showDialogAndPause(Dialog d, final ControllerContext context) {
|
||||
private static void showDialogAndPause(CustomDialog d, final ControllerContext context) {
|
||||
showDialogAndPause(d, context, null);
|
||||
}
|
||||
private static void showDialogAndPause(Dialog d, final ControllerContext context, final OnDismissListener onDismiss) {
|
||||
private static void showDialogAndPause(CustomDialog d, final ControllerContext context, final OnDismissListener onDismiss) {
|
||||
context.gameRoundController.pause();
|
||||
CustomDialogFactory.setDismissListener(d, new OnDismissListener() {
|
||||
@Override
|
||||
@@ -195,7 +196,7 @@ public final class Dialogs {
|
||||
// itemList.setPadding(20, 0, 20, 20);
|
||||
itemList.setAdapter(new ItemContainerAdapter(mainActivity, world.tileManager, combinedLoot.items, world.model.player));
|
||||
|
||||
final Dialog d = CustomDialogFactory.createDialog(mainActivity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(mainActivity,
|
||||
mainActivity.getResources().getString(title),
|
||||
mainActivity.getResources().getDrawable(R.drawable.ui_icon_equipment),
|
||||
msg,
|
||||
@@ -249,7 +250,7 @@ public final class Dialogs {
|
||||
}
|
||||
|
||||
public static void showHeroDied(final MainActivity mainActivity, final ControllerContext controllers) {
|
||||
final Dialog d = CustomDialogFactory.createDialog(mainActivity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(mainActivity,
|
||||
mainActivity.getResources().getString(R.string.dialog_game_over_title),
|
||||
mainActivity.getResources().getDrawable(R.drawable.ui_icon_combat),
|
||||
mainActivity.getResources().getString(R.string.dialog_game_over_text),
|
||||
@@ -286,7 +287,7 @@ public final class Dialogs {
|
||||
}
|
||||
|
||||
public static void showConfirmRest(final Activity currentActivity, final ControllerContext controllerContext, final MapObject area) {
|
||||
final Dialog d = CustomDialogFactory.createDialog(currentActivity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(currentActivity,
|
||||
currentActivity.getResources().getString(R.string.dialog_rest_title),
|
||||
null,
|
||||
currentActivity.getResources().getString(R.string.dialog_rest_confirm_message),
|
||||
@@ -310,7 +311,7 @@ public final class Dialogs {
|
||||
// .setMessage(R.string.dialog_rest_message)
|
||||
// .setNeutralButton(android.R.string.ok, null)
|
||||
// .create();
|
||||
final Dialog d = CustomDialogFactory.createDialog(currentActivity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(currentActivity,
|
||||
currentActivity.getResources().getString(R.string.dialog_rest_title),
|
||||
null,
|
||||
currentActivity.getResources().getString(R.string.dialog_rest_message),
|
||||
@@ -336,7 +337,7 @@ public final class Dialogs {
|
||||
text += currentActivity.getResources().getString(R.string.dialog_newversion_permission_information);
|
||||
}
|
||||
|
||||
final Dialog d = CustomDialogFactory.createDialog(currentActivity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(currentActivity,
|
||||
currentActivity.getResources().getString(R.string.dialog_newversion_title),
|
||||
null,
|
||||
text,
|
||||
@@ -371,7 +372,7 @@ public final class Dialogs {
|
||||
}
|
||||
|
||||
if (!world.model.statistics.hasUnlimitedSaves()) {
|
||||
final Dialog d = CustomDialogFactory.createDialog(mainActivity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(mainActivity,
|
||||
mainActivity.getResources().getString(R.string.menu_save_switch_character_title),
|
||||
null,
|
||||
mainActivity.getResources().getString(R.string.menu_save_switch_character),
|
||||
@@ -460,7 +461,7 @@ public final class Dialogs {
|
||||
itemList.setAdapter(new ArrayAdapter<String>(context, R.layout.combatlog_row, android.R.id.text1, combatLogMessages));
|
||||
view = itemList;
|
||||
|
||||
final Dialog d = CustomDialogFactory.createDialog(context,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(context,
|
||||
context.getResources().getString(R.string.combat_log_title),
|
||||
context.getResources().getDrawable(R.drawable.ui_icon_combat),
|
||||
null,
|
||||
|
||||
@@ -23,6 +23,7 @@ import com.gpl.rpg.AndorsTrail.controller.ItemController;
|
||||
import com.gpl.rpg.AndorsTrail.model.item.ItemType;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
|
||||
/**
|
||||
* @author ejwessel
|
||||
@@ -206,7 +207,7 @@ public final class BulkSelectionInterface extends AndorsTrailBaseActivity implem
|
||||
// })
|
||||
// .setNegativeButton(android.R.string.no, null)
|
||||
// .show();
|
||||
final Dialog d = CustomDialogFactory.createDialog(v.getContext(),
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(v.getContext(),
|
||||
v.getContext().getResources().getString(R.string.bulkselection_sell_confirmation_title),
|
||||
v.getContext().getResources().getDrawable(android.R.drawable.ic_dialog_info),
|
||||
message,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -20,11 +20,12 @@ import com.gpl.rpg.AndorsTrail.savegames.Savegames;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
import com.gpl.rpg.AndorsTrail.view.CloudsAnimatorView;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
|
||||
public final class LoadingActivity extends AndorsTrailBaseActivity implements OnResourcesLoadedListener, OnSceneLoadedListener {
|
||||
|
||||
private WorldSetup setup;
|
||||
private Dialog progressDialog;
|
||||
private CustomDialog progressDialog;
|
||||
private CloudsAnimatorView clouds_back, clouds_mid, clouds_front;
|
||||
boolean loaded = false;
|
||||
|
||||
@@ -165,7 +166,7 @@ public final class LoadingActivity extends AndorsTrailBaseActivity implements On
|
||||
}
|
||||
|
||||
private void showLoadingFailedDialog(int messageResourceID) {
|
||||
final Dialog d = CustomDialogFactory.createDialog(this, getResources().getString(R.string.dialog_loading_failed_title), null, getResources().getString(messageResourceID), null, true);
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(this, getResources().getString(R.string.dialog_loading_failed_title), null, getResources().getString(messageResourceID), null, true);
|
||||
CustomDialogFactory.addDismissButton(d, android.R.string.ok);
|
||||
CustomDialogFactory.setDismissListener(d, new OnDismissListener() {
|
||||
@Override
|
||||
|
||||
@@ -43,6 +43,7 @@ import com.gpl.rpg.AndorsTrail.util.Coord;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
import com.gpl.rpg.AndorsTrail.view.CombatView;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
import com.gpl.rpg.AndorsTrail.view.DisplayActiveActorConditionIcons;
|
||||
import com.gpl.rpg.AndorsTrail.view.ItemContainerAdapter;
|
||||
import com.gpl.rpg.AndorsTrail.view.MainView;
|
||||
@@ -247,7 +248,7 @@ public final class MainActivity
|
||||
final ItemContainerAdapter inventoryListAdapter = new QuickslotsItemContainerAdapter(lv.getContext(), world.tileManager, world.model.player.inventory.usableItems(), world.model.player, wornTiles);
|
||||
lv.setAdapter(inventoryListAdapter);
|
||||
|
||||
final Dialog d = CustomDialogFactory.createDialog(v.getContext(),
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(v.getContext(),
|
||||
v.getResources().getString(R.string.inventory_assign),
|
||||
v.getResources().getDrawable(R.drawable.ui_icon_equipment),
|
||||
v.getResources().getString(R.string.inventory_selectitem), view, false);
|
||||
|
||||
@@ -11,6 +11,7 @@ import com.gpl.rpg.AndorsTrail.resource.tiles.TileManager;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
import com.gpl.rpg.AndorsTrail.view.CloudsAnimatorView;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.app.Dialog;
|
||||
@@ -114,7 +115,7 @@ public final class StartScreenActivity extends AndorsTrailBaseFragmentActivity i
|
||||
public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) {
|
||||
if (grantResults.length > 0 && grantResults[0] != PackageManager.PERMISSION_GRANTED) {
|
||||
|
||||
final Dialog d = CustomDialogFactory.createDialog(this,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(this,
|
||||
getResources().getString(R.string.dialog_permission_information_title),
|
||||
getResources().getDrawable(android.R.drawable.ic_dialog_info),
|
||||
getResources().getString(R.string.dialog_permission_information),
|
||||
|
||||
@@ -38,25 +38,26 @@ import com.gpl.rpg.AndorsTrail.util.AndroidStorage;
|
||||
import com.gpl.rpg.AndorsTrail.util.L;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
|
||||
public class StartScreenActivity_MainMenu extends Fragment {
|
||||
|
||||
private static final int INTENTREQUEST_PREFERENCES = 7;
|
||||
public static final int INTENTREQUEST_LOADGAME = 9;
|
||||
private static final int INTENTREQUEST_PREFERENCES = 7;
|
||||
public static final int INTENTREQUEST_LOADGAME = 9;
|
||||
|
||||
private boolean hasExistingGame = false;
|
||||
private Button startscreen_continue;
|
||||
private Button startscreen_newgame;
|
||||
private Button startscreen_load;
|
||||
private ViewGroup save_preview_holder;
|
||||
private ImageView save_preview_hero_icon;
|
||||
private TextView save_preview_hero_desc;
|
||||
|
||||
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
updatePreferences(false);
|
||||
super.onCreateView(inflater, container, savedInstanceState);
|
||||
private boolean hasExistingGame = false;
|
||||
private Button startscreen_continue;
|
||||
private Button startscreen_newgame;
|
||||
private Button startscreen_load;
|
||||
private ViewGroup save_preview_holder;
|
||||
private ImageView save_preview_hero_icon;
|
||||
private TextView save_preview_hero_desc;
|
||||
|
||||
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
updatePreferences(false);
|
||||
super.onCreateView(inflater, container, savedInstanceState);
|
||||
|
||||
|
||||
if (container != null) {
|
||||
@@ -64,11 +65,11 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
}
|
||||
|
||||
View root = inflater.inflate(R.layout.startscreen_mainmenu, container, false);
|
||||
|
||||
|
||||
save_preview_holder = (ViewGroup) root.findViewById(R.id.save_preview_holder);
|
||||
save_preview_hero_icon = (ImageView) root.findViewById(R.id.save_preview_hero_icon);
|
||||
save_preview_hero_desc = (TextView) root.findViewById(R.id.save_preview_hero_desc);
|
||||
|
||||
|
||||
|
||||
startscreen_continue = (Button) root.findViewById(R.id.startscreen_continue);
|
||||
startscreen_continue.setOnClickListener(new OnClickListener() {
|
||||
@@ -114,7 +115,7 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
AndorsTrailApplication app = AndorsTrailApplication.getApplicationFromActivity(getActivity());
|
||||
if (hasExistingGame && app != null && app.getWorld() != null && app.getWorld().model != null
|
||||
&& app.getWorld().model.statistics != null && !app.getWorld().model.statistics.hasUnlimitedSaves()) {
|
||||
final Dialog d = CustomDialogFactory.createDialog(getActivity(),
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(getActivity(),
|
||||
getString(R.string.startscreen_load_game),
|
||||
getResources().getDrawable(android.R.drawable.ic_delete),
|
||||
getString(R.string.startscreen_load_game_confirm),
|
||||
@@ -134,7 +135,7 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
if (AndorsTrailApplication.DEVELOPMENT_FORCE_STARTNEWGAME) {
|
||||
if (AndorsTrailApplication.DEVELOPMENT_DEBUGRESOURCES) {
|
||||
@@ -152,14 +153,14 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
checkAndRequestPermissions(getActivity());
|
||||
migrateDataOnDemand(getActivity());
|
||||
}
|
||||
|
||||
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
|
||||
|
||||
String playerName;
|
||||
String displayInfo = null;
|
||||
int iconID = TileManager.CHAR_HERO;
|
||||
@@ -189,14 +190,10 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
setCurrentVersionForVersionCheck();
|
||||
checkAndRequestPermissions(getActivity());
|
||||
migrateDataOnDemand(getActivity());
|
||||
boolean hasSavegames = !Savegames.getUsedSavegameSlots(getActivity()).isEmpty();
|
||||
startscreen_load.setEnabled(hasSavegames);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
boolean hasSavegames = !Savegames.getUsedSavegameSlots(getActivity()).isEmpty();
|
||||
startscreen_load.setEnabled(hasSavegames);
|
||||
}
|
||||
|
||||
@TargetApi(29)
|
||||
@@ -204,23 +201,16 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
if (activity.getApplicationContext().checkSelfPermission(Manifest.permission.READ_EXTERNAL_STORAGE) == PackageManager.PERMISSION_GRANTED) {
|
||||
if (AndroidStorage.shouldMigrateToInternalStorage(activity.getApplicationContext())) {
|
||||
final Dialog d = CustomDialogFactory.createDialog(activity,
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(activity,
|
||||
getString(R.string.startscreen_migration_title),
|
||||
activity.getResources().getDrawable(android.R.drawable.ic_dialog_alert),
|
||||
getString(R.string.startscreen_migration_text),
|
||||
null,
|
||||
true);
|
||||
CustomDialogFactory.addDismissButton(d, android.R.string.ok);
|
||||
d.setOnDismissListener(new DialogInterface.OnDismissListener() {
|
||||
@Override
|
||||
public void onDismiss(DialogInterface arg0) {
|
||||
boolean hasSavegames = !Savegames.getUsedSavegameSlots(getActivity()).isEmpty();
|
||||
startscreen_load.setEnabled(hasSavegames);
|
||||
}
|
||||
});
|
||||
CustomDialogFactory.show(d);
|
||||
if (!AndroidStorage.migrateToInternalStorage(activity.getApplicationContext())) {
|
||||
final Dialog errorDlg = CustomDialogFactory.createDialog(activity,
|
||||
final CustomDialog errorDlg = CustomDialogFactory.createDialog(activity,
|
||||
getString(R.string.startscreen_migration_title),
|
||||
activity.getResources().getDrawable(android.R.drawable.ic_dialog_alert),
|
||||
getString(R.string.startscreen_migration_failure),
|
||||
@@ -259,13 +249,13 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
super.onAttach(activity);
|
||||
listener = (OnNewGameRequestedListener) activity;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onDetach() {
|
||||
super.onDetach();
|
||||
listener = null;
|
||||
}
|
||||
|
||||
|
||||
private void setButtonState(final String playerName, final String displayInfo, int iconID, boolean isDead) {
|
||||
startscreen_continue.setEnabled(hasExistingGame && !isDead);
|
||||
startscreen_newgame.setEnabled(true);
|
||||
@@ -305,9 +295,9 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
// .create().show();
|
||||
//
|
||||
//
|
||||
final Dialog d = CustomDialogFactory.createDialog(getActivity(),
|
||||
getString(R.string.startscreen_newgame),
|
||||
getResources().getDrawable(android.R.drawable.ic_delete),
|
||||
final CustomDialog d = CustomDialogFactory.createDialog(getActivity(),
|
||||
getString(R.string.startscreen_newgame),
|
||||
getResources().getDrawable(android.R.drawable.ic_delete),
|
||||
getResources().getString(R.string.startscreen_newgame_confirm),
|
||||
null,
|
||||
true);
|
||||
@@ -318,9 +308,9 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
}
|
||||
});
|
||||
CustomDialogFactory.addDismissButton(d, android.R.string.cancel);
|
||||
|
||||
|
||||
CustomDialogFactory.show(d);
|
||||
|
||||
|
||||
}
|
||||
|
||||
private static final String versionCheck = "lastversion";
|
||||
@@ -337,64 +327,90 @@ public class StartScreenActivity_MainMenu extends Fragment {
|
||||
e.putInt(versionCheck, AndorsTrailApplication.CURRENT_VERSION);
|
||||
e.commit();
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onActivityResult(int requestCode, int resultCode, Intent data) {
|
||||
super.onActivityResult(requestCode, resultCode, data);
|
||||
switch (requestCode) {
|
||||
case INTENTREQUEST_LOADGAME:
|
||||
if (resultCode != Activity.RESULT_OK) break;
|
||||
final int slot = data.getIntExtra("slot", 1);
|
||||
continueGame(false, slot, null);
|
||||
break;
|
||||
case INTENTREQUEST_PREFERENCES:
|
||||
updatePreferences(true);
|
||||
break;
|
||||
|
||||
@Override
|
||||
public void onActivityResult(int requestCode, int resultCode, Intent data) {
|
||||
super.onActivityResult(requestCode, resultCode, data);
|
||||
switch (requestCode) {
|
||||
case INTENTREQUEST_LOADGAME:
|
||||
boolean unsuccessful = resultCode != Activity.RESULT_OK;
|
||||
if(data == null) break;
|
||||
|
||||
final boolean wasImportOrExport = data.getBooleanExtra("import_export", false);
|
||||
if (wasImportOrExport) {
|
||||
String message = getImportExportMessage(!unsuccessful, data);
|
||||
Toast.makeText(getActivity(), message, Toast.LENGTH_LONG).show();
|
||||
break;
|
||||
}
|
||||
if (unsuccessful) break;
|
||||
final int slot = data.getIntExtra("slot", 1);
|
||||
continueGame(false, slot, null);
|
||||
break;
|
||||
case INTENTREQUEST_PREFERENCES:
|
||||
updatePreferences(true);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
private String getImportExportMessage(boolean successful, Intent data) {
|
||||
String message = "";
|
||||
boolean isImportWorldmap = data.getBooleanExtra("import_worldmap", false);
|
||||
boolean isImportSaves = data.getBooleanExtra("import_savegames", false);
|
||||
boolean isExport = data.getBooleanExtra("export", false);
|
||||
|
||||
if(isImportWorldmap) {
|
||||
message = getString(successful ? R.string.loadsave_import_worldmap_successfull : R.string.loadsave_import_worldmap_unsuccessfull);
|
||||
} else if(isImportSaves) {
|
||||
message = getString(successful ? R.string.loadsave_import_save_successfull : R.string.loadsave_import_save_unsuccessfull);
|
||||
} else if(isExport) {
|
||||
message = getString(successful ? R.string.loadsave_export_successfull : R.string.loadsave_export_unsuccessfull);
|
||||
}
|
||||
|
||||
return message;
|
||||
}
|
||||
|
||||
|
||||
private void updatePreferences(boolean alreadyStartedLoadingResources) {
|
||||
AndorsTrailApplication app = AndorsTrailApplication.getApplicationFromActivity(getActivity());
|
||||
AndorsTrailPreferences preferences = app.getPreferences();
|
||||
preferences.read(getActivity());
|
||||
if (app.setLocale(getActivity())) {
|
||||
if (alreadyStartedLoadingResources) {
|
||||
// Changing the locale after having loaded the game requires resources to
|
||||
// be re-loaded. Therefore, we just exit here.
|
||||
Toast.makeText(getActivity(), R.string.change_locale_requires_restart, Toast.LENGTH_LONG).show();
|
||||
doFinish();
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (ThemeHelper.changeTheme(preferences.selectedTheme)) {
|
||||
// Changing the theme requires a restart to re-create all activities.
|
||||
Toast.makeText(getActivity(), R.string.change_theme_requires_restart, Toast.LENGTH_LONG).show();
|
||||
doFinish();
|
||||
return;
|
||||
}
|
||||
app.getWorld().tileManager.updatePreferences(preferences);
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
private void doFinish() {
|
||||
//For Lollipop and above
|
||||
((AndorsTrailApplication)getActivity().getApplication()).discardWorld();
|
||||
getActivity().finish();
|
||||
}
|
||||
AndorsTrailApplication app = AndorsTrailApplication.getApplicationFromActivity(getActivity());
|
||||
AndorsTrailPreferences preferences = app.getPreferences();
|
||||
preferences.read(getActivity());
|
||||
if (app.setLocale(getActivity())) {
|
||||
if (alreadyStartedLoadingResources) {
|
||||
// Changing the locale after having loaded the game requires resources to
|
||||
// be re-loaded. Therefore, we just exit here.
|
||||
Toast.makeText(getActivity(), R.string.change_locale_requires_restart, Toast.LENGTH_LONG).show();
|
||||
doFinish();
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (ThemeHelper.changeTheme(preferences.selectedTheme)) {
|
||||
// Changing the theme requires a restart to re-create all activities.
|
||||
Toast.makeText(getActivity(), R.string.change_theme_requires_restart, Toast.LENGTH_LONG).show();
|
||||
doFinish();
|
||||
return;
|
||||
}
|
||||
app.getWorld().tileManager.updatePreferences(preferences);
|
||||
}
|
||||
|
||||
@SuppressLint("NewApi")
|
||||
private void doFinish() {
|
||||
//For Lollipop and above
|
||||
((AndorsTrailApplication) getActivity().getApplication()).discardWorld();
|
||||
getActivity().finish();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public interface OnNewGameRequestedListener {
|
||||
public void onNewGameRequested();
|
||||
}
|
||||
|
||||
|
||||
private OnNewGameRequestedListener listener = null;
|
||||
|
||||
|
||||
private void createNewGame() {
|
||||
if (listener != null) {
|
||||
listener.onNewGameRequested();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -51,6 +51,10 @@ public final class Constants {
|
||||
public static final String CHEAT_DETECTION_FOLDER = "dEAGyGE3YojqXjI3x4x7";
|
||||
public static final String PASSIVE_ACHIEVEMENT_CHECK_PHRASE = "passive_achievement_check";
|
||||
|
||||
public static final String SAVEGAME_FILE_MIME_TYPE = "application/octet-stream";
|
||||
public static final String WORLDMAP_FILE_MIME_TYPE = "image/png";
|
||||
public static final String NO_FILE_EXTENSION_MIME_TYPE = "application/no_file_extension_mime_type";
|
||||
|
||||
public static final Random rnd = new Random();
|
||||
public static int rollValue(final ConstRange r) { return rollValue(r.max, r.current); }
|
||||
public static int rollValue(final ConstRange r, int bias) { return rollValue((r.max + 1) * 100 -1, r.current * 100 + bias)/100; }
|
||||
|
||||
@@ -2,6 +2,7 @@ package com.gpl.rpg.AndorsTrail.controller;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.os.Build;
|
||||
import android.util.SparseIntArray;
|
||||
import android.view.KeyEvent;
|
||||
import android.view.View;
|
||||
@@ -98,28 +99,36 @@ public final class InputController implements OnClickListener, OnLongClickListen
|
||||
|
||||
// Keys mapping to UP_LEFT
|
||||
key = KEY_MOVE_UP_LEFT;
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_UP_LEFT, key);
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_UP_LEFT, key);
|
||||
}
|
||||
keyMap.put(KeyEvent.KEYCODE_NUMPAD_7, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_7, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_MOVE_HOME, key);
|
||||
|
||||
// Keys mapping to UP_RIGHT
|
||||
key = KEY_MOVE_UP_RIGHT;
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_UP_RIGHT, key);
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_UP_RIGHT, key);
|
||||
}
|
||||
keyMap.put(KeyEvent.KEYCODE_NUMPAD_9, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_9, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_PAGE_UP, key);
|
||||
|
||||
// Keys mapping to DOWN_LEFT
|
||||
key = KEY_MOVE_DOWN_LEFT;
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_DOWN_LEFT, key);
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_DOWN_LEFT, key);
|
||||
}
|
||||
keyMap.put(KeyEvent.KEYCODE_NUMPAD_1, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_1, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_MOVE_END, key);
|
||||
|
||||
// Keys mapping to DOWN_RIGHT
|
||||
key = KEY_MOVE_DOWN_RIGHT;
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_DOWN_RIGHT, key);
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
|
||||
keyMap.put(KeyEvent.KEYCODE_DPAD_DOWN_RIGHT, key);
|
||||
}
|
||||
keyMap.put(KeyEvent.KEYCODE_NUMPAD_3, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_3, key);
|
||||
keyMap.put(KeyEvent.KEYCODE_PAGE_DOWN, key);
|
||||
|
||||
@@ -19,6 +19,7 @@ import com.gpl.rpg.AndorsTrail.model.actor.MonsterType;
|
||||
import com.gpl.rpg.AndorsTrail.model.item.ItemType;
|
||||
import com.gpl.rpg.AndorsTrail.model.map.PredefinedMap;
|
||||
import com.gpl.rpg.AndorsTrail.model.quest.Quest;
|
||||
import com.gpl.rpg.AndorsTrail.util.HashMapHelper;
|
||||
|
||||
public final class GameStatistics {
|
||||
private int deaths = 0;
|
||||
@@ -36,10 +37,10 @@ public final class GameStatistics {
|
||||
|
||||
public void addMonsterKill(MonsterType monsterType) {
|
||||
// Track monster kills by type ID, for savegame file
|
||||
killedMonstersByTypeID.put(monsterType.id, killedMonstersByTypeID.getOrDefault((monsterType.id), 0) + 1);
|
||||
killedMonstersByTypeID.put(monsterType.id, getNumberOfKillsForMonsterType(monsterType.id) + 1);
|
||||
|
||||
// Also track by name, for statistics display (multiple IDs w/same name don't matter to player)
|
||||
killedMonstersByName.put(monsterType.name, killedMonstersByName.getOrDefault(monsterType.name, 0) + 1);
|
||||
killedMonstersByName.put(monsterType.name, getNumberOfKillsForMonsterName(monsterType.name) + 1);
|
||||
}
|
||||
|
||||
public void addPlayerDeath(int lostExp) {
|
||||
@@ -50,8 +51,7 @@ public final class GameStatistics {
|
||||
}
|
||||
public void addItemUsage(ItemType type) {
|
||||
final String n = type.id;
|
||||
if (!usedItems.containsKey(n)) usedItems.put(n, 1);
|
||||
else usedItems.put(n, usedItems.get(n) + 1);
|
||||
usedItems.put(n, HashMapHelper.getOrDefault(usedItems, n,0) + 1);
|
||||
}
|
||||
|
||||
public int getDeaths() {
|
||||
@@ -73,15 +73,11 @@ public final class GameStatistics {
|
||||
public boolean isDead() { return !hasUnlimitedLives() && getLivesLeft() < 1; }
|
||||
|
||||
public int getNumberOfKillsForMonsterType(String monsterTypeID) {
|
||||
Integer v = killedMonstersByTypeID.get(monsterTypeID);
|
||||
if (v == null) return 0;
|
||||
return v;
|
||||
return HashMapHelper.getOrDefault(killedMonstersByTypeID, monsterTypeID, 0);
|
||||
}
|
||||
|
||||
public int getNumberOfKillsForMonsterName(String monsterName) {
|
||||
Integer v = killedMonstersByName.get(monsterName);
|
||||
if (v == null) return 0;
|
||||
return v;
|
||||
return HashMapHelper.getOrDefault(killedMonstersByName, monsterName, 0);
|
||||
}
|
||||
|
||||
public String getTop5MostCommonlyKilledMonsters(WorldContext world, Resources res) {
|
||||
@@ -144,20 +140,15 @@ public final class GameStatistics {
|
||||
}
|
||||
|
||||
public int getNumberOfUsedItems() {
|
||||
int result = 0;
|
||||
for (int v : usedItems.values()) result += v;
|
||||
return result;
|
||||
return HashMapHelper.sumIntegerValues(usedItems);
|
||||
}
|
||||
|
||||
public int getNumberOfTimesItemHasBeenUsed(String itemId) {
|
||||
if (!usedItems.containsKey(itemId)) return 0;
|
||||
return usedItems.get(itemId);
|
||||
return HashMapHelper.getOrDefault(usedItems, itemId, 0);
|
||||
}
|
||||
|
||||
public int getNumberOfKilledMonsters() {
|
||||
int result = 0;
|
||||
for (int v : killedMonstersByTypeID.values()) result += v;
|
||||
return result;
|
||||
return HashMapHelper.sumIntegerValues(killedMonstersByTypeID);
|
||||
}
|
||||
|
||||
private static final Comparator<Entry<String, Integer>> descendingValueComparator = new Comparator<Entry<String, Integer>>() {
|
||||
@@ -186,7 +177,7 @@ public final class GameStatistics {
|
||||
// Also track by name, for statistics display (multiple IDs w/same name don't matter to player)
|
||||
MonsterType t = world.monsterTypes.getMonsterType(id);
|
||||
|
||||
if (t != null) killedMonstersByName.put(t.name, killedMonstersByName.getOrDefault(t.name, 0) + value);
|
||||
if (t != null) killedMonstersByName.put(t.name, getNumberOfKillsForMonsterName(t.name) + value);
|
||||
}
|
||||
|
||||
if (fileversion <= 17) return;
|
||||
|
||||
@@ -83,7 +83,7 @@ public final class SkillCollection {
|
||||
public static final int PER_SKILLPOINT_INCREASE_COINFINDER_CHANCE_PERCENT = 30;
|
||||
public static final int PER_SKILLPOINT_INCREASE_MAGICFINDER_CHANCE_PERCENT = 50;
|
||||
public static final int PER_SKILLPOINT_INCREASE_COINFINDER_QUANTITY_PERCENT = 50;
|
||||
public static final int PER_SKILLPOINT_INCREASE_MORE_EXP_PERCENT = 5;
|
||||
public static final int PER_SKILLPOINT_INCREASE_MORE_EXP_PERCENT = 10;
|
||||
public static final int PER_SKILLPOINT_INCREASE_CLEAVE_AP = 3;
|
||||
public static final int PER_SKILLPOINT_INCREASE_EATER_HEALTH = 1;
|
||||
public static final int PER_SKILLPOINT_INCREASE_FORTITUDE_HEALTH = 1;
|
||||
|
||||
@@ -308,6 +308,7 @@ public final class ResourceLoader {
|
||||
loader.prepareTileset(R.drawable.items_consumables_omi1, "items_consumables_omi1", sz1x1, sz1x1, mTileSize);
|
||||
loader.prepareTileset(R.drawable.items_feygard1, "items_feygard1", new Size(6, 2), sz1x1, mTileSize);
|
||||
loader.prepareTileset(R.drawable.items_omi2, "items_omi2", new Size(6, 5), sz1x1, mTileSize);
|
||||
loader.prepareTileset(R.drawable.items_omgeeky, "items_omgeeky", new Size(10, 3), sz1x1, mTileSize);
|
||||
/*INSERT_ITEMS_TILESETS_HERE*/
|
||||
|
||||
loader.prepareTileset(R.drawable.monsters_armor1, "monsters_armor1", sz1x1, sz1x1, mTileSize);
|
||||
@@ -435,6 +436,7 @@ public final class ResourceLoader {
|
||||
loader.prepareTileset(R.drawable.map_rock_3, "map_rock_3", new Size(6, 5), sz1x1, mTileSize);
|
||||
loader.prepareTileset(R.drawable.map_sign_ladder_omi2, "map_sign_ladder_omi2", new Size(8, 4), sz1x1, mTileSize);
|
||||
loader.prepareTileset(R.drawable.map_transition_6, "map_transition_6", new Size(18, 8), sz1x1, mTileSize);
|
||||
loader.prepareTileset(R.drawable.map_ratdom, "map_ratdom", new Size(18, 6), sz1x1, mTileSize);
|
||||
/*INSERT_MAP_TILESETS_HERE*/
|
||||
|
||||
loader.prepareTileset(R.drawable.effect_blood4, "effect_blood4", new Size(7, 2), sz1x1, mTileSize);
|
||||
|
||||
@@ -86,7 +86,7 @@ public final class Savegames {
|
||||
|
||||
private static void writeBackup(Context androidContext, byte[] savegame, String playerId) throws IOException {
|
||||
File cheatDetectionFolder = AndroidStorage.getStorageDirectory(androidContext, Constants.CHEAT_DETECTION_FOLDER);
|
||||
if (!cheatDetectionFolder.exists()) cheatDetectionFolder.mkdir();
|
||||
ensureDirExists(cheatDetectionFolder);
|
||||
File backupFile = new File(cheatDetectionFolder, playerId + "X");
|
||||
FileOutputStream fileOutputStream = new FileOutputStream(backupFile);
|
||||
fileOutputStream.write(savegame);
|
||||
@@ -127,34 +127,33 @@ public final class Savegames {
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean triedToCheat(Context androidContext, FileHeader fh) throws IOException {
|
||||
long savedVersionToCheck = 0;
|
||||
File cheatDetectionFolder = AndroidStorage.getStorageDirectory(androidContext, Constants.CHEAT_DETECTION_FOLDER);
|
||||
if (!cheatDetectionFolder.exists()) cheatDetectionFolder.mkdir();
|
||||
File cheatDetectionFile = new File(cheatDetectionFolder, fh.playerId);
|
||||
if (cheatDetectionFile.exists()) {
|
||||
FileInputStream fileInputStream = new FileInputStream(cheatDetectionFile);
|
||||
DataInputStream dataInputStream = new DataInputStream(fileInputStream);
|
||||
final CheatDetection cheatDetection = new CheatDetection(dataInputStream);
|
||||
savedVersionToCheck = cheatDetection.savedVersion;
|
||||
dataInputStream.close();
|
||||
fileInputStream.close();
|
||||
}
|
||||
private static boolean triedToCheat(Context androidContext, FileHeader fh) throws IOException {
|
||||
long savedVersionToCheck = 0;
|
||||
File cheatDetectionFolder = AndroidStorage.getStorageDirectory(androidContext, Constants.CHEAT_DETECTION_FOLDER);
|
||||
ensureDirExists(cheatDetectionFolder);
|
||||
File cheatDetectionFile = new File(cheatDetectionFolder, fh.playerId);
|
||||
if (cheatDetectionFile.exists()) {
|
||||
FileInputStream fileInputStream = new FileInputStream(cheatDetectionFile);
|
||||
DataInputStream dataInputStream = new DataInputStream(fileInputStream);
|
||||
final CheatDetection cheatDetection = new CheatDetection(dataInputStream);
|
||||
savedVersionToCheck = cheatDetection.savedVersion;
|
||||
dataInputStream.close();
|
||||
fileInputStream.close();
|
||||
}
|
||||
|
||||
if (savedVersionToCheck == DENY_LOADING_BECAUSE_GAME_IS_CURRENTLY_PLAYED) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (androidContext.getFileStreamPath(fh.playerId).exists()) {
|
||||
FileInputStream fileInputStream = androidContext.openFileInput(fh.playerId);
|
||||
DataInputStream dataInputStream = new DataInputStream(fileInputStream);
|
||||
final CheatDetection cheatDetection = new CheatDetection(dataInputStream);
|
||||
if (cheatDetection.savedVersion == DENY_LOADING_BECAUSE_GAME_IS_CURRENTLY_PLAYED) {
|
||||
savedVersionToCheck = DENY_LOADING_BECAUSE_GAME_IS_CURRENTLY_PLAYED;
|
||||
}
|
||||
else if (cheatDetection.savedVersion > savedVersionToCheck) {
|
||||
savedVersionToCheck = cheatDetection.savedVersion;
|
||||
}
|
||||
if (androidContext.getFileStreamPath(fh.playerId).exists()) {
|
||||
FileInputStream fileInputStream = androidContext.openFileInput(fh.playerId);
|
||||
DataInputStream dataInputStream = new DataInputStream(fileInputStream);
|
||||
final CheatDetection cheatDetection = new CheatDetection(dataInputStream);
|
||||
if (cheatDetection.savedVersion == DENY_LOADING_BECAUSE_GAME_IS_CURRENTLY_PLAYED) {
|
||||
savedVersionToCheck = DENY_LOADING_BECAUSE_GAME_IS_CURRENTLY_PLAYED;
|
||||
} else if (cheatDetection.savedVersion > savedVersionToCheck) {
|
||||
savedVersionToCheck = cheatDetection.savedVersion;
|
||||
}
|
||||
|
||||
if (AndorsTrailApplication.DEVELOPMENT_DEBUGMESSAGES) {
|
||||
L.log("Internal cheatcheck file savedVersion: " + cheatDetection.savedVersion);
|
||||
@@ -167,31 +166,48 @@ public final class Savegames {
|
||||
return (savedVersionToCheck == DENY_LOADING_BECAUSE_GAME_IS_CURRENTLY_PLAYED || fh.savedVersion < savedVersionToCheck);
|
||||
}
|
||||
|
||||
private static FileOutputStream getOutputFile(Context androidContext, int slot) throws IOException {
|
||||
if (slot == SLOT_QUICKSAVE) {
|
||||
return androidContext.openFileOutput(Constants.FILENAME_SAVEGAME_QUICKSAVE, Context.MODE_PRIVATE);
|
||||
} else {
|
||||
ensureSavegameDirectoryExists(androidContext);
|
||||
return new FileOutputStream(getSlotFile(slot, androidContext));
|
||||
}
|
||||
}
|
||||
private static void ensureSavegameDirectoryExists(Context context) {
|
||||
File dir = AndroidStorage.getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
if (!dir.exists()) dir.mkdir();
|
||||
}
|
||||
private static FileInputStream getInputFile(Context androidContext, int slot) throws IOException {
|
||||
if (slot == SLOT_QUICKSAVE) {
|
||||
return androidContext.openFileInput(Constants.FILENAME_SAVEGAME_QUICKSAVE);
|
||||
} else {
|
||||
return new FileInputStream(getSlotFile(slot, androidContext));
|
||||
}
|
||||
}
|
||||
private static FileOutputStream getOutputFile(Context androidContext, int slot) throws IOException {
|
||||
if (slot == SLOT_QUICKSAVE) {
|
||||
return androidContext.openFileOutput(Constants.FILENAME_SAVEGAME_QUICKSAVE, Context.MODE_PRIVATE);
|
||||
} else {
|
||||
ensureSavegameDirectoryExists(androidContext);
|
||||
return new FileOutputStream(getSlotFile(slot, androidContext));
|
||||
}
|
||||
}
|
||||
|
||||
public static File getSlotFile(int slot, Context context) {
|
||||
File root = AndroidStorage.getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
return new File(root, Constants.FILENAME_SAVEGAME_FILENAME_PREFIX + slot);
|
||||
}
|
||||
private static void ensureSavegameDirectoryExists(Context context) {
|
||||
File dir = AndroidStorage.getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
ensureDirExists(dir);
|
||||
}
|
||||
|
||||
public static boolean ensureDirExists(File dir) {
|
||||
if (!dir.exists()) {
|
||||
boolean worked = dir.mkdir();
|
||||
return worked;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
private static FileInputStream getInputFile(Context androidContext, int slot) throws IOException {
|
||||
if (slot == SLOT_QUICKSAVE) {
|
||||
return androidContext.openFileInput(Constants.FILENAME_SAVEGAME_QUICKSAVE);
|
||||
} else {
|
||||
return new FileInputStream(getSlotFile(slot, androidContext));
|
||||
}
|
||||
}
|
||||
|
||||
public static File getSlotFile(int slot, Context context) {
|
||||
File root = AndroidStorage.getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
return getSlotFile(slot, root);
|
||||
}
|
||||
|
||||
public static File getSlotFile(int slot, File directory) {
|
||||
return new File(directory, getSlotFileName(slot));
|
||||
}
|
||||
|
||||
public static String getSlotFileName(int slot) {
|
||||
return Constants.FILENAME_SAVEGAME_FILENAME_PREFIX + slot;
|
||||
}
|
||||
|
||||
|
||||
public static void saveWorld(WorldContext world, OutputStream outStream, String displayInfo) throws IOException {
|
||||
@@ -207,10 +223,11 @@ public final class Savegames {
|
||||
dest.close();
|
||||
}
|
||||
|
||||
public static LoadSavegameResult loadWorld(Resources res, WorldContext world, ControllerContext controllers, InputStream inState, FileHeader fh) throws IOException {
|
||||
DataInputStream src = new DataInputStream(inState);
|
||||
final FileHeader header = new FileHeader(src, fh.skipIcon);
|
||||
if (header.fileversion > AndorsTrailApplication.CURRENT_VERSION) return LoadSavegameResult.savegameIsFromAFutureVersion;
|
||||
public static LoadSavegameResult loadWorld(Resources res, WorldContext world, ControllerContext controllers, InputStream inState, FileHeader fh) throws IOException {
|
||||
DataInputStream src = new DataInputStream(inState);
|
||||
final FileHeader header = new FileHeader(src, fh.skipIcon);
|
||||
if (header.fileversion > AndorsTrailApplication.CURRENT_VERSION)
|
||||
return LoadSavegameResult.savegameIsFromAFutureVersion;
|
||||
|
||||
world.maps.readFromParcel(src, world, controllers, header.fileversion);
|
||||
world.model = new ModelContainer(src, world, controllers, header.fileversion);
|
||||
@@ -249,15 +266,15 @@ public final class Savegames {
|
||||
}
|
||||
}
|
||||
|
||||
private static void writeCheatCheck(Context androidContext, long savedVersion, String playerId) throws IOException {
|
||||
File cheatDetectionFolder = AndroidStorage.getStorageDirectory(androidContext, Constants.CHEAT_DETECTION_FOLDER);
|
||||
if (!cheatDetectionFolder.exists()) cheatDetectionFolder.mkdir();
|
||||
File cheatDetectionFile = new File(cheatDetectionFolder, playerId);
|
||||
FileOutputStream fileOutputStream = new FileOutputStream(cheatDetectionFile);
|
||||
DataOutputStream dataOutputStream = new DataOutputStream(fileOutputStream);
|
||||
CheatDetection.writeToParcel(dataOutputStream, savedVersion);
|
||||
dataOutputStream.close();
|
||||
fileOutputStream.close();
|
||||
private static void writeCheatCheck(Context androidContext, long savedVersion, String playerId) throws IOException {
|
||||
File cheatDetectionFolder = AndroidStorage.getStorageDirectory(androidContext, Constants.CHEAT_DETECTION_FOLDER);
|
||||
ensureDirExists(cheatDetectionFolder);
|
||||
File cheatDetectionFile = new File(cheatDetectionFolder, playerId);
|
||||
FileOutputStream fileOutputStream = new FileOutputStream(cheatDetectionFile);
|
||||
DataOutputStream dataOutputStream = new DataOutputStream(fileOutputStream);
|
||||
CheatDetection.writeToParcel(dataOutputStream, savedVersion);
|
||||
dataOutputStream.close();
|
||||
fileOutputStream.close();
|
||||
|
||||
fileOutputStream = androidContext.openFileOutput(playerId, Context.MODE_PRIVATE);
|
||||
dataOutputStream = new DataOutputStream(fileOutputStream);
|
||||
@@ -268,26 +285,26 @@ public final class Savegames {
|
||||
|
||||
private static final Pattern savegameFilenamePattern = Pattern.compile(Constants.FILENAME_SAVEGAME_FILENAME_PREFIX + "(\\d+)");
|
||||
|
||||
public static List<Integer> getUsedSavegameSlots(Context context) {
|
||||
try {
|
||||
final List<Integer> result = new ArrayList<Integer>();
|
||||
AndroidStorage.getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY).listFiles(new FilenameFilter() {
|
||||
@Override
|
||||
public boolean accept(File f, String filename) {
|
||||
Matcher m = savegameFilenamePattern.matcher(filename);
|
||||
if (m != null && m.matches()) {
|
||||
result.add(Integer.parseInt(m.group(1)));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
});
|
||||
Collections.sort(result);
|
||||
return result;
|
||||
} catch (Exception e) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
public static List<Integer> getUsedSavegameSlots(Context context) {
|
||||
try {
|
||||
final List<Integer> result = new ArrayList<Integer>();
|
||||
AndroidStorage.getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY).listFiles(new FilenameFilter() {
|
||||
@Override
|
||||
public boolean accept(File f, String filename) {
|
||||
Matcher m = savegameFilenamePattern.matcher(filename);
|
||||
if (m != null && m.matches()) {
|
||||
result.add(Integer.parseInt(m.group(1)));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
});
|
||||
Collections.sort(result);
|
||||
return result;
|
||||
} catch (Exception e) {
|
||||
return new ArrayList<Integer>();
|
||||
}
|
||||
}
|
||||
|
||||
private static final class CheatDetection {
|
||||
public final int fileversion;
|
||||
@@ -307,17 +324,16 @@ public final class Savegames {
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static final class FileHeader {
|
||||
public final int fileversion;
|
||||
public final String playerName;
|
||||
public final String displayInfo;
|
||||
public final int iconID;
|
||||
public boolean skipIcon = false;
|
||||
public final boolean isDead;
|
||||
public final boolean hasUnlimitedSaves;
|
||||
public final String playerId;
|
||||
public final long savedVersion;
|
||||
public static final class FileHeader {
|
||||
public final int fileversion;
|
||||
public final String playerName;
|
||||
public final String displayInfo;
|
||||
public final int iconID;
|
||||
public boolean skipIcon = false;
|
||||
public final boolean isDead;
|
||||
public final boolean hasUnlimitedSaves;
|
||||
public final String playerId;
|
||||
public final long savedVersion;
|
||||
|
||||
public String describe() {
|
||||
return (fileversion == AndorsTrailApplication.DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION ? "(D) " : "") + playerName + ", " + displayInfo;
|
||||
@@ -326,17 +342,18 @@ public final class Savegames {
|
||||
|
||||
// ====== PARCELABLE ===================================================================
|
||||
|
||||
public FileHeader(DataInputStream src, boolean skipIcon) throws IOException {
|
||||
int fileversion = src.readInt();
|
||||
if (fileversion == 11) fileversion = 5; // Fileversion 5 had no version identifier, but the first byte was 11.
|
||||
this.fileversion = fileversion;
|
||||
if (fileversion >= 14) { // Before fileversion 14 (0.6.7), we had no file header.
|
||||
this.playerName = src.readUTF();
|
||||
this.displayInfo = src.readUTF();
|
||||
} else {
|
||||
this.playerName = null;
|
||||
this.displayInfo = null;
|
||||
}
|
||||
public FileHeader(DataInputStream src, boolean skipIcon) throws IOException {
|
||||
int fileversion = src.readInt();
|
||||
if (fileversion == 11)
|
||||
fileversion = 5; // Fileversion 5 had no version identifier, but the first byte was 11.
|
||||
this.fileversion = fileversion;
|
||||
if (fileversion >= 14) { // Before fileversion 14 (0.6.7), we had no file header.
|
||||
this.playerName = src.readUTF();
|
||||
this.displayInfo = src.readUTF();
|
||||
} else {
|
||||
this.playerName = null;
|
||||
this.displayInfo = null;
|
||||
}
|
||||
|
||||
if (fileversion >= 43) {
|
||||
int id = src.readInt();
|
||||
|
||||
@@ -1,42 +1,58 @@
|
||||
package com.gpl.rpg.AndorsTrail.util;
|
||||
|
||||
import android.content.ContentResolver;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.net.Uri;
|
||||
import android.os.Build;
|
||||
import android.os.Environment;
|
||||
import android.support.annotation.RequiresApi;
|
||||
import android.support.v4.content.FileProvider;
|
||||
import android.support.v4.provider.DocumentFile;
|
||||
|
||||
import android.os.Handler;
|
||||
import android.os.Looper;
|
||||
|
||||
import com.gpl.rpg.AndorsTrail.R;
|
||||
import com.gpl.rpg.AndorsTrail.controller.Constants;
|
||||
import com.gpl.rpg.AndorsTrail.util.BackgroundWorker.BackgroundWorkerCallback;
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.FileInputStream;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.util.concurrent.CancellationException;
|
||||
import java.util.function.Consumer;
|
||||
import java.util.zip.ZipEntry;
|
||||
import java.util.zip.ZipInputStream;
|
||||
import java.util.zip.ZipOutputStream;
|
||||
|
||||
public final class AndroidStorage {
|
||||
public static File getStorageDirectory(Context context, String name) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO && Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
return context.getExternalFilesDir(name);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
File root = Environment.getExternalStorageDirectory();
|
||||
return new File(root, name);
|
||||
}
|
||||
}
|
||||
|
||||
public static boolean shouldMigrateToInternalStorage(Context context) {
|
||||
boolean ret = false;
|
||||
File externalSaveGameDirectory = new File(Environment.getExternalStorageDirectory(), Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
File externalSaveGameDirectory = new File(Environment.getExternalStorageDirectory(),
|
||||
Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
File internalSaveGameDirectory = getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY);
|
||||
|
||||
if (externalSaveGameDirectory.exists()
|
||||
&& externalSaveGameDirectory.isDirectory()
|
||||
&& externalSaveGameDirectory.listFiles().length > 0
|
||||
&& (
|
||||
!internalSaveGameDirectory.exists()
|
||||
|| internalSaveGameDirectory.isDirectory() && internalSaveGameDirectory.listFiles().length < 2)
|
||||
) {
|
||||
&& externalSaveGameDirectory.isDirectory()
|
||||
&& externalSaveGameDirectory.listFiles().length > 0
|
||||
&& (!internalSaveGameDirectory.exists()
|
||||
|| internalSaveGameDirectory.isDirectory()
|
||||
&& internalSaveGameDirectory.listFiles().length < 2)) {
|
||||
ret = true;
|
||||
}
|
||||
return ret;
|
||||
@@ -45,11 +61,11 @@ public final class AndroidStorage {
|
||||
public static boolean migrateToInternalStorage(Context context) {
|
||||
try {
|
||||
copy(new File(Environment.getExternalStorageDirectory(), Constants.CHEAT_DETECTION_FOLDER),
|
||||
getStorageDirectory(context, Constants.CHEAT_DETECTION_FOLDER));
|
||||
getStorageDirectory(context, Constants.CHEAT_DETECTION_FOLDER));
|
||||
copy(new File(Environment.getExternalStorageDirectory(), Constants.FILENAME_SAVEGAME_DIRECTORY),
|
||||
getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY));
|
||||
getStorageDirectory(context, Constants.FILENAME_SAVEGAME_DIRECTORY));
|
||||
} catch (IOException e) {
|
||||
L.log("Error migrating data: " + e.toString());
|
||||
L.log("Error migrating data: " + e);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
@@ -76,33 +92,381 @@ public final class AndroidStorage {
|
||||
}
|
||||
}
|
||||
|
||||
private static void copyFile(File source, File target) throws IOException {
|
||||
InputStream in = null;
|
||||
OutputStream out = null;
|
||||
try {
|
||||
in = new FileInputStream(source);
|
||||
out = new FileOutputStream(target);
|
||||
byte[] buf = new byte[1024];
|
||||
int length;
|
||||
while ((length = in.read(buf)) > 0) {
|
||||
out.write(buf, 0, length);
|
||||
public static void copyFile(File source, File target) throws IOException {
|
||||
try (InputStream in = new FileInputStream(source); OutputStream out = new FileOutputStream(target)) {
|
||||
copyStream(in, out);
|
||||
}
|
||||
}
|
||||
|
||||
public static void copyStream(InputStream in, OutputStream out) throws IOException {
|
||||
byte[] buf = new byte[1024];
|
||||
int length;
|
||||
while ((length = in.read(buf)) > 0) {
|
||||
out.write(buf, 0, length);
|
||||
}
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.P)
|
||||
public static void createZipDocumentFileFromFilesAsync(File[] files,
|
||||
Context context,
|
||||
DocumentFile targetDirectory,
|
||||
String fileName,
|
||||
String loadingMessage,
|
||||
Consumer<Boolean> callback) {
|
||||
|
||||
BackgroundWorker<Boolean> worker = new BackgroundWorker<>();
|
||||
CustomDialogFactory.CustomDialog progressDialog = getLoadingDialog(context, loadingMessage);
|
||||
progressDialog.setOnCancelListener(dialog -> worker.cancel());
|
||||
ContentResolver resolver = context.getContentResolver();
|
||||
Handler handler = Handler.createAsync(Looper.getMainLooper());
|
||||
|
||||
|
||||
worker.setTask(workerCallback -> {
|
||||
try {
|
||||
workerCallback.onInitialize();
|
||||
|
||||
//region create zip file
|
||||
File zip = File.createTempFile("temp_worldmap", ".zip");
|
||||
try (OutputStream out = new FileOutputStream(zip)) {
|
||||
ZipOutputStream zipOut = new ZipOutputStream(out);
|
||||
for (int i = 0; i < files.length; i++) {
|
||||
File file = files[i];
|
||||
try (FileInputStream fis = new FileInputStream(file)) {
|
||||
workerCallback.onProgress((float) i / files.length);
|
||||
zipOut.putNextEntry(new ZipEntry(file.getName()));
|
||||
copyStream(fis, zipOut);
|
||||
zipOut.closeEntry();
|
||||
}
|
||||
}
|
||||
zipOut.close();
|
||||
}
|
||||
//endregion
|
||||
|
||||
DocumentFile worldmapZip = DocumentFile.fromFile(zip);
|
||||
DocumentFile worldmapTarget = targetDirectory.createFile("application/zip", fileName);
|
||||
if (worldmapTarget != null && worldmapTarget.exists()) {
|
||||
AndroidStorage.copyDocumentFile(worldmapZip, resolver, worldmapTarget);
|
||||
workerCallback.onComplete(true);
|
||||
} else {
|
||||
throw new FileNotFoundException("Could not create File");
|
||||
}
|
||||
} catch (NullPointerException e) {
|
||||
if (worker.isCancelled()) {
|
||||
workerCallback.onFailure(new CancellationException("Cancelled"));
|
||||
} else {
|
||||
workerCallback.onFailure(e);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
workerCallback.onFailure(e);
|
||||
}
|
||||
} finally {
|
||||
if (in != null) {
|
||||
in.close();
|
||||
});
|
||||
|
||||
worker.setCallback(getDefaultBackgroundWorkerCallback(handler, progressDialog, callback));
|
||||
worker.run();
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static void unzipToDirectory(File zipFile,
|
||||
File targetDirectory,
|
||||
boolean overwriteNotSkip) throws IOException {
|
||||
|
||||
try (ZipInputStream zis = new ZipInputStream(new FileInputStream(zipFile))) {
|
||||
unzipStreamToDirectory(targetDirectory, overwriteNotSkip, zis);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.P)
|
||||
public static void unzipDocumentFileToDirectoryAsync(DocumentFile zipFile,
|
||||
Context context,
|
||||
File targetDirectory,
|
||||
boolean overwriteNotSkip,
|
||||
String loadingMessage,
|
||||
Consumer<Boolean> callback) {
|
||||
|
||||
BackgroundWorker<Boolean> worker = new BackgroundWorker<>();
|
||||
CustomDialogFactory.CustomDialog progressDialog = getLoadingDialog(context, loadingMessage);
|
||||
progressDialog.setOnCancelListener(dialog -> worker.cancel());
|
||||
ContentResolver resolver = context.getContentResolver();
|
||||
Handler handler = Handler.createAsync(Looper.getMainLooper());
|
||||
|
||||
worker.setTask(workerCallback -> {
|
||||
try {
|
||||
workerCallback.onInitialize();
|
||||
workerCallback.onProgress(-1);//set dummy progress since we don't know the
|
||||
// progress of the unzip
|
||||
unzipDocumentFileToDirectory(zipFile, resolver, targetDirectory, overwriteNotSkip);
|
||||
workerCallback.onComplete(true);
|
||||
} catch (IOException e) {
|
||||
workerCallback.onFailure(e);
|
||||
}
|
||||
if (out != null) {
|
||||
out.close();
|
||||
});
|
||||
|
||||
worker.setCallback(getDefaultBackgroundWorkerCallback(handler, progressDialog, callback));
|
||||
worker.run();
|
||||
|
||||
}
|
||||
|
||||
public static void unzipDocumentFileToDirectory(DocumentFile zipFile,
|
||||
ContentResolver resolver,
|
||||
File targetDirectory,
|
||||
boolean overwriteNotSkip) throws IOException {
|
||||
try (ZipInputStream zis = new ZipInputStream(resolver.openInputStream(zipFile.getUri()))) {
|
||||
unzipStreamToDirectory(targetDirectory, overwriteNotSkip, zis);
|
||||
}
|
||||
}
|
||||
|
||||
private static void unzipStreamToDirectory(File targetDirectory,
|
||||
boolean overwriteNotSkip,
|
||||
ZipInputStream zis) throws IOException {
|
||||
ZipEntry entry;
|
||||
while ((entry = zis.getNextEntry()) != null) {
|
||||
File file = new File(targetDirectory, entry.getName());
|
||||
|
||||
if (entry.isDirectory()) {
|
||||
file.mkdirs();
|
||||
} else {
|
||||
file.getParentFile().mkdirs();
|
||||
if (file.exists() && !overwriteNotSkip) {
|
||||
continue;
|
||||
}
|
||||
|
||||
try (FileOutputStream fos = new FileOutputStream(file)) {
|
||||
copyStream(zis, fos);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static void copyDocumentFileToNewOrExistingFile(DocumentFile sourceFile,
|
||||
ContentResolver resolver,
|
||||
DocumentFile targetFolder) throws IOException {
|
||||
copyDocumentFileToNewOrExistingFile(sourceFile,
|
||||
resolver,
|
||||
targetFolder,
|
||||
Constants.NO_FILE_EXTENSION_MIME_TYPE);
|
||||
}
|
||||
|
||||
|
||||
public static void copyDocumentFileToNewOrExistingFile(DocumentFile sourceFile,
|
||||
ContentResolver resolver,
|
||||
DocumentFile targetFolder,
|
||||
String mimeType) throws IOException {
|
||||
String fileName = sourceFile.getName();
|
||||
DocumentFile file = targetFolder.findFile(fileName);
|
||||
if (file == null) {
|
||||
file = targetFolder.createFile(mimeType, fileName);
|
||||
}
|
||||
if (file == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
AndroidStorage.copyDocumentFile(sourceFile, resolver, file);
|
||||
}
|
||||
|
||||
public static void copyDocumentFile(DocumentFile sourceFile,
|
||||
ContentResolver resolver,
|
||||
DocumentFile targetFile) throws IOException {
|
||||
try (OutputStream outputStream = resolver.openOutputStream(targetFile.getUri());
|
||||
InputStream inputStream = resolver.openInputStream(sourceFile.getUri())) {
|
||||
copyStream(inputStream, outputStream);
|
||||
}
|
||||
}
|
||||
|
||||
public static String getUrlForFile(Context context, File worldmap) {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO && Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
Uri uri = FileProvider.getUriForFile(context, "com.gpl.rpg.AndorsTrail.fileprovider", worldmap);
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
|
||||
String applicationId = context.getPackageName();
|
||||
Uri uri = FileProvider.getUriForFile(context, applicationId + ".fileprovider", worldmap);
|
||||
return uri.toString();
|
||||
} else {
|
||||
return "file://" + worldmap.getAbsolutePath();
|
||||
}
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
|
||||
public static Intent getNewOpenDirectoryIntent() {
|
||||
return new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE);
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
|
||||
public static Intent getNewSelectMultipleSavegameFilesIntent() {
|
||||
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
|
||||
intent.addCategory(Intent.CATEGORY_OPENABLE);
|
||||
intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true);
|
||||
intent.setType(Constants.SAVEGAME_FILE_MIME_TYPE);
|
||||
return intent;
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
|
||||
public static Intent getNewSelectZipIntent() {
|
||||
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
|
||||
intent.addCategory(Intent.CATEGORY_OPENABLE);
|
||||
intent.setType("application/zip");
|
||||
return intent;
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.P)
|
||||
public static void copyDocumentFilesFromToAsync(DocumentFile[] sources,
|
||||
Context context,
|
||||
DocumentFile[] targets,
|
||||
String loadingMessage,
|
||||
Consumer<Boolean> callback) {
|
||||
if (sources.length != targets.length) {
|
||||
throw new IllegalArgumentException("Both arrays, target & source have to have the same size");
|
||||
}
|
||||
|
||||
BackgroundWorker<Boolean> worker = new BackgroundWorker<>();
|
||||
|
||||
CustomDialogFactory.CustomDialog progressDialog = getLoadingDialog(context, loadingMessage);
|
||||
progressDialog.setOnCancelListener(dialog -> worker.cancel());
|
||||
|
||||
ContentResolver resolver = context.getContentResolver();
|
||||
Handler handler = Handler.createAsync(Looper.getMainLooper());
|
||||
|
||||
worker.setTask(workerCallback -> {
|
||||
try {
|
||||
workerCallback.onInitialize();
|
||||
for (int i = 0; i < sources.length; i++) {
|
||||
if (worker.isCancelled()) {
|
||||
workerCallback.onFailure(new CancellationException("Cancelled"));
|
||||
return;
|
||||
}
|
||||
DocumentFile source = sources[i];
|
||||
DocumentFile target = targets[i];
|
||||
|
||||
if (source == null || target == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
copyDocumentFile(source, resolver, target);
|
||||
float progress = i / (float) sources.length;
|
||||
workerCallback.onProgress(progress);
|
||||
}
|
||||
workerCallback.onComplete(true);
|
||||
} catch (NullPointerException e) {
|
||||
if (worker.isCancelled()) {
|
||||
workerCallback.onFailure(new CancellationException("Cancelled"));
|
||||
return;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
workerCallback.onFailure(e);
|
||||
}
|
||||
});
|
||||
worker.setCallback(getDefaultBackgroundWorkerCallback(handler, progressDialog, callback));
|
||||
worker.run();
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.P)
|
||||
public static void copyDocumentFilesToDirAsync(DocumentFile[] files,
|
||||
Context context,
|
||||
DocumentFile targetDirectory,
|
||||
String loadingMessage,
|
||||
Consumer<Boolean> callback) {
|
||||
BackgroundWorker<Boolean> worker = new BackgroundWorker<>();
|
||||
CustomDialogFactory.CustomDialog progressDialog = getLoadingDialog(context, loadingMessage);
|
||||
progressDialog.setOnCancelListener(dialog -> worker.cancel());
|
||||
ContentResolver resolver = context.getContentResolver();
|
||||
Handler handler = Handler.createAsync(Looper.getMainLooper());
|
||||
|
||||
worker.setTask(workerCallback -> {
|
||||
try {
|
||||
workerCallback.onInitialize();
|
||||
for (int i = 0; i < files.length; i++) {
|
||||
if (worker.isCancelled()) {
|
||||
workerCallback.onFailure(new CancellationException("Cancelled"));
|
||||
return;
|
||||
}
|
||||
DocumentFile file = files[i];
|
||||
if (file == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
copyDocumentFileToNewOrExistingFile(file, resolver, targetDirectory);
|
||||
float progress = i / (float) files.length;
|
||||
workerCallback.onProgress(progress);
|
||||
}
|
||||
workerCallback.onComplete(true);
|
||||
} catch (NullPointerException e) {
|
||||
if (worker.isCancelled()) {
|
||||
workerCallback.onFailure(new CancellationException("Cancelled"));
|
||||
}
|
||||
} catch (Exception e) {
|
||||
workerCallback.onFailure(e);
|
||||
}
|
||||
});
|
||||
worker.setCallback(getDefaultBackgroundWorkerCallback(handler, progressDialog, callback));
|
||||
worker.run();
|
||||
}
|
||||
|
||||
private static BackgroundWorkerCallback<Boolean> getDefaultBackgroundWorkerCallback(Handler handler,
|
||||
CustomDialogFactory.CustomDialog progressDialog,
|
||||
Consumer<Boolean> callback) {
|
||||
return new BackgroundWorkerCallback<Boolean>() {
|
||||
private int progress = -1;
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
handler.post(() -> {
|
||||
CustomDialogFactory.show(progressDialog);
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProgress(float progress) {
|
||||
handler.post(() -> {
|
||||
int intProgress = (int) (progress * 100);
|
||||
if (this.progress == intProgress) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.progress = intProgress;
|
||||
|
||||
if (progress == -1) {
|
||||
CustomDialogFactory.setDesc(progressDialog, null);
|
||||
return;
|
||||
}
|
||||
|
||||
CustomDialogFactory.setDesc(progressDialog, intProgress + "%");
|
||||
});
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.N)
|
||||
@Override
|
||||
public void onFailure(Exception e) {
|
||||
this.onComplete(false);
|
||||
}
|
||||
|
||||
@RequiresApi(api = Build.VERSION_CODES.N)
|
||||
@Override
|
||||
public void onComplete(Boolean result) {
|
||||
handler.post(() -> {
|
||||
progressDialog.dismiss();
|
||||
callback.accept(result);
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private static CustomDialogFactory.CustomDialog getLoadingDialog(Context context) {
|
||||
return getLoadingDialog(context, null);
|
||||
}
|
||||
|
||||
private static CustomDialogFactory.CustomDialog getLoadingDialog(Context context, String message) {
|
||||
if (message == null) {
|
||||
message = context.getResources().getString(R.string.dialog_loading_message);
|
||||
}
|
||||
|
||||
CustomDialogFactory.CustomDialog dialog = CustomDialogFactory.createDialog(context,
|
||||
message,
|
||||
context.getResources()
|
||||
.getDrawable(R.drawable.loading_anim),
|
||||
null,
|
||||
null,
|
||||
true,
|
||||
false);
|
||||
CustomDialogFactory.addCancelButton(dialog, android.R.string.no);
|
||||
return dialog;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
package com.gpl.rpg.AndorsTrail.util;
|
||||
|
||||
import java.util.concurrent.Executors;
|
||||
|
||||
public final class BackgroundWorker<T> {
|
||||
boolean cancelled = false;
|
||||
worker<T> task;
|
||||
BackgroundWorkerCallback<T> callback;
|
||||
|
||||
public void setTask(worker<T> task) {
|
||||
this.task = task;
|
||||
}
|
||||
|
||||
public void setCallback(BackgroundWorkerCallback<T> callback) {
|
||||
this.callback = callback;
|
||||
}
|
||||
|
||||
public void cancel() {
|
||||
cancelled = true;
|
||||
}
|
||||
|
||||
interface worker<T> {
|
||||
void doWork(BackgroundWorkerCallback<T> callback);
|
||||
}
|
||||
|
||||
interface BackgroundWorkerCallback<T> {
|
||||
void onInitialize();
|
||||
|
||||
default void onProgress(float progress) {
|
||||
}
|
||||
|
||||
void onFailure(Exception e);
|
||||
|
||||
void onComplete(T result);
|
||||
}
|
||||
|
||||
public void run() {
|
||||
Executors.newSingleThreadExecutor().execute(() -> {
|
||||
task.doWork(callback);
|
||||
});
|
||||
}
|
||||
|
||||
public boolean isCancelled() {
|
||||
return cancelled;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.gpl.rpg.AndorsTrail.util;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
public final class HashMapHelper {
|
||||
public static <K,V> V getOrDefault(HashMap<K,V> map, K key, V defaultValue) {
|
||||
V v = map.get(key);
|
||||
return v == null ? defaultValue : v;
|
||||
}
|
||||
public static <K> Integer sumIntegerValues(HashMap<K,Integer> map) {
|
||||
int sum = 0;
|
||||
for (Integer v : map.values()) sum += v;
|
||||
return sum;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
package com.gpl.rpg.AndorsTrail.view;
|
||||
|
||||
import android.app.Dialog;
|
||||
import android.content.Context;
|
||||
import android.content.DialogInterface.OnDismissListener;
|
||||
import android.content.DialogInterface.OnCancelListener;
|
||||
import android.graphics.Rect;
|
||||
import android.graphics.drawable.AnimationDrawable;
|
||||
import android.graphics.drawable.Drawable;
|
||||
@@ -22,25 +22,33 @@ import com.gpl.rpg.AndorsTrail.R;
|
||||
import com.gpl.rpg.AndorsTrail.util.ThemeHelper;
|
||||
|
||||
public class CustomDialogFactory {
|
||||
|
||||
public static class CustomDialog extends Dialog {
|
||||
|
||||
public static class CustomDialog extends android.app.Dialog {
|
||||
public CustomDialog(Context context) {
|
||||
super(context);
|
||||
}
|
||||
|
||||
boolean verticalButtons = false;
|
||||
}
|
||||
|
||||
public static CustomDialog createDialog(final Context context, String title, Drawable icon, String desc, View content, boolean hasButtons) {
|
||||
|
||||
public static CustomDialog createDialog(final Context context, String title, Drawable icon,
|
||||
String desc, View content, boolean hasButtons, boolean canDismiss) {
|
||||
return createDialog(context, title, icon, desc, content, hasButtons, canDismiss, false);
|
||||
}
|
||||
|
||||
public static CustomDialog createDialog(final Context context, String title, Drawable icon,
|
||||
String desc, View content, boolean hasButtons) {
|
||||
return createDialog(context, title, icon, desc, content, hasButtons, true);
|
||||
}
|
||||
|
||||
public static CustomDialog createDialog(final Context context, String title, Drawable icon, String desc, View content, boolean hasButtons, final boolean canDismiss) {
|
||||
|
||||
public static CustomDialog createDialog(final Context context, String title, Drawable icon,
|
||||
String desc, View content, boolean hasButtons,
|
||||
final boolean canDismiss, final boolean verticalButtons) {
|
||||
final CustomDialog dialog = new CustomDialog(new ContextThemeWrapper(context, ThemeHelper.getDialogTheme())) {
|
||||
@Override
|
||||
public boolean onTouchEvent(MotionEvent event) {
|
||||
Rect r = new Rect();
|
||||
this.getWindow().getDecorView().findViewById(R.id.dialog_hitrect).getHitRect(r);
|
||||
|
||||
|
||||
if (r.contains((int)event.getX(), (int)event.getY())) {
|
||||
return super.onTouchEvent(event);
|
||||
} else {
|
||||
@@ -51,7 +59,7 @@ public class CustomDialogFactory {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onWindowFocusChanged(boolean hasFocus) {
|
||||
super.onWindowFocusChanged(hasFocus);
|
||||
@@ -63,7 +71,8 @@ public class CustomDialogFactory {
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
dialog.verticalButtons = verticalButtons;
|
||||
|
||||
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||
dialog.setContentView(R.layout.custom_dialog_title_icon);
|
||||
dialog.getWindow().setBackgroundDrawableResource(android.R.color.transparent);
|
||||
@@ -72,23 +81,37 @@ public class CustomDialogFactory {
|
||||
} else {
|
||||
dialog.getWindow().setFlags(0, WindowManager.LayoutParams.FLAG_FULLSCREEN);
|
||||
}
|
||||
|
||||
|
||||
setTitle(dialog, title, icon);
|
||||
|
||||
|
||||
setDesc(dialog, desc);
|
||||
|
||||
|
||||
setContent(dialog, content);
|
||||
|
||||
ViewGroup buttonsHolder = (ViewGroup) dialog.findViewById(R.id.dialog_button_container);
|
||||
|
||||
ViewGroup buttonsHolder = getButtonContainer(dialog);
|
||||
ViewGroup unusedButtonsHolder = getUnusedButtonContainer(dialog);
|
||||
|
||||
unusedButtonsHolder.setVisibility(View.GONE);
|
||||
if (hasButtons) {
|
||||
buttonsHolder.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
buttonsHolder.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
|
||||
return dialog;
|
||||
}
|
||||
|
||||
|
||||
public static CustomDialog createErrorDialog(final Context context, String title, String description) {
|
||||
final CustomDialog d = createDialog(context,
|
||||
title,
|
||||
context.getResources().getDrawable(android.R.drawable.ic_dialog_alert),
|
||||
description,
|
||||
null,
|
||||
true);
|
||||
CustomDialogFactory.addDismissButton(d, android.R.string.ok);
|
||||
return d;
|
||||
}
|
||||
|
||||
public static CustomDialog setTitle(final CustomDialog dialog, String title, Drawable icon) {
|
||||
TextView titleView = (TextView) dialog.findViewById(R.id.dialog_title);
|
||||
if (title != null || icon != null) {
|
||||
@@ -100,7 +123,7 @@ public class CustomDialogFactory {
|
||||
}
|
||||
return dialog;
|
||||
}
|
||||
|
||||
|
||||
public static CustomDialog setDesc(final CustomDialog dialog, String desc) {
|
||||
TextView descView = (TextView) dialog.findViewById(R.id.dialog_description);
|
||||
ViewGroup descHolder = (ViewGroup) dialog.findViewById(R.id.dialog_description_container);
|
||||
@@ -113,7 +136,7 @@ public class CustomDialogFactory {
|
||||
}
|
||||
return dialog;
|
||||
}
|
||||
|
||||
|
||||
public static CustomDialog setContent(final CustomDialog dialog, View content) {
|
||||
ViewGroup contentHolder = (ViewGroup) dialog.findViewById(R.id.dialog_content_container);
|
||||
if (content != null) {
|
||||
@@ -124,54 +147,101 @@ public class CustomDialogFactory {
|
||||
}
|
||||
return dialog;
|
||||
}
|
||||
|
||||
public static Dialog addButton(final Dialog dialog, int textId, final OnClickListener listener) {
|
||||
|
||||
Button template = (Button) dialog.findViewById(R.id.dialog_template_button);
|
||||
|
||||
public static CustomDialog addButton(final CustomDialog dialog, String text, final OnClickListener listener) {
|
||||
return addButton(dialog, -1, text, listener);
|
||||
}
|
||||
public static CustomDialog addButton(final CustomDialog dialog, int textId, final OnClickListener listener) {
|
||||
return addButton(dialog, textId, null, listener);
|
||||
}
|
||||
public static CustomDialog addButton(final CustomDialog dialog, int textId, String text, final OnClickListener listener) {
|
||||
Button template = getButtonTemplate(dialog);
|
||||
LayoutParams params = template.getLayoutParams();
|
||||
ViewGroup buttonsHolder = (ViewGroup) dialog.findViewById(R.id.dialog_button_container);
|
||||
|
||||
ViewGroup buttonsHolder = getButtonContainer(dialog);
|
||||
|
||||
Button b = new Button(dialog.getContext());
|
||||
b.setLayoutParams(params);
|
||||
//Old android versions need this "reminder"
|
||||
b.setBackgroundDrawable(ThemeHelper.getThemeDrawable(dialog.getContext(), R.attr.ui_theme_textbutton_drawable));
|
||||
b.setTextColor(ThemeHelper.getThemeColor(dialog.getContext(), R.attr.ui_theme_dialogue_light_color));
|
||||
|
||||
b.setText(textId);
|
||||
|
||||
if(textId != -1) {
|
||||
b.setText(textId);
|
||||
} else {
|
||||
b.setText(text);
|
||||
}
|
||||
|
||||
b.setOnClickListener(new OnClickListener() {
|
||||
|
||||
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
listener.onClick(v);
|
||||
dialog.dismiss();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
buttonsHolder.addView(b, params);
|
||||
return dialog;
|
||||
}
|
||||
|
||||
public static Dialog addDismissButton(final Dialog dialog, int textId) {
|
||||
|
||||
public static CustomDialog addDismissButton(final CustomDialog dialog, int textId) {
|
||||
return CustomDialogFactory.addButton(dialog, textId, new OnClickListener() {
|
||||
|
||||
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
dialog.dismiss();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public static Dialog setDismissListener(Dialog dialog, OnDismissListener listener) {
|
||||
public static CustomDialog addCancelButton(final CustomDialog dialog, int textId) {
|
||||
return CustomDialogFactory.addButton(dialog, textId, new OnClickListener() {
|
||||
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
dialog.cancel();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public static CustomDialog setDismissListener(CustomDialog dialog, OnDismissListener listener) {
|
||||
dialog.setOnDismissListener(listener);
|
||||
|
||||
|
||||
return dialog;
|
||||
}
|
||||
|
||||
public static void show(Dialog dialog) {
|
||||
|
||||
|
||||
public static CustomDialog setCancelListener(CustomDialog dialog, OnCancelListener listener) {
|
||||
dialog.setOnCancelListener(listener);
|
||||
return dialog;
|
||||
}
|
||||
|
||||
public static void show(CustomDialog dialog) {
|
||||
|
||||
dialog.findViewById(R.id.dialog_template_button).setVisibility(View.GONE);
|
||||
dialog.findViewById(R.id.dialog_template_button_vertical).setVisibility(View.GONE);
|
||||
dialog.show();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
private static ViewGroup getUnusedButtonContainer(CustomDialog dialog) {
|
||||
if (dialog.verticalButtons)
|
||||
return (ViewGroup) dialog.findViewById(R.id.dialog_button_container);
|
||||
else
|
||||
return (ViewGroup) dialog.findViewById(R.id.dialog_button_container_vertical);
|
||||
}
|
||||
|
||||
private static ViewGroup getButtonContainer(CustomDialog dialog) {
|
||||
if (dialog.verticalButtons)
|
||||
return (ViewGroup) dialog.findViewById(R.id.dialog_button_container_vertical);
|
||||
else
|
||||
return (ViewGroup) dialog.findViewById(R.id.dialog_button_container);
|
||||
}
|
||||
|
||||
private static Button getButtonTemplate(CustomDialog dialog) {
|
||||
if (dialog.verticalButtons)
|
||||
return (Button) dialog.findViewById(R.id.dialog_template_button_vertical);
|
||||
else
|
||||
return (Button) dialog.findViewById(R.id.dialog_template_button);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -9,13 +9,15 @@ import android.widget.ArrayAdapter;
|
||||
import android.widget.Button;
|
||||
import android.widget.ListView;
|
||||
|
||||
import com.gpl.rpg.AndorsTrail.view.CustomDialogFactory.CustomDialog;
|
||||
|
||||
/**
|
||||
* Simply instantiate this class, implement abstract methods in an anonymous type, and tada, your Button is a Spinner!
|
||||
*/
|
||||
public abstract class SpinnerEmulator {
|
||||
|
||||
private Button spinnerButton;
|
||||
private Dialog spinnerDialog = null;
|
||||
private CustomDialog spinnerDialog = null;
|
||||
private ListView choicesList;
|
||||
private Context context;
|
||||
|
||||
|
||||
@@ -48018,6 +48018,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48139,6 +48142,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48853,7 +48860,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49335,7 +49342,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50724,7 +50735,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50859,6 +50870,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58657,6 +58672,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63188,103 +63207,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47910,6 +47910,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48031,6 +48034,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48745,7 +48752,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49227,7 +49234,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50616,7 +50627,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50751,6 +50762,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58549,6 +58564,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63073,103 +63092,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47912,6 +47912,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48033,6 +48036,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48747,7 +48754,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49229,7 +49236,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50618,7 +50629,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50753,6 +50764,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58551,6 +58566,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63075,103 +63094,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48033,6 +48033,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48154,6 +48157,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48868,7 +48875,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49350,7 +49357,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50739,7 +50750,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50874,6 +50885,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Daga"
|
||||
@@ -58724,6 +58739,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63248,103 +63267,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: andors-trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2022-09-02 23:24+0000\n"
|
||||
"PO-Revision-Date: 2022-09-29 21:16+0000\n"
|
||||
"Last-Translator: Jiri Zizkin Zizka <web@zizkin.com>\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/cs/>\n"
|
||||
@@ -17,7 +17,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.14.1-dev\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
"X-Launchpad-Export-Date: 2015-11-02 12:25+0000\n"
|
||||
|
||||
#: [none]
|
||||
@@ -1186,7 +1186,7 @@ msgstr ""
|
||||
#: conversationlist_brimhaven.json:edrin_0_0
|
||||
#: conversationlist_gorwath.json:arensia_1:0
|
||||
msgid "Hello."
|
||||
msgstr ""
|
||||
msgstr "Ahoj."
|
||||
|
||||
#: conversationlist_crossglen_leta.json:oromir2
|
||||
msgid "I'm hiding here from my wife Leta. She is always getting angry at me for not helping out on the farm. Please don't tell her that I'm here."
|
||||
@@ -4707,11 +4707,11 @@ msgstr "Ahoj znovu."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:1
|
||||
msgid "I have given them our promised share."
|
||||
msgstr "[OUTDATED]Povíš mi něco o tom klíči?"
|
||||
msgstr "Dal jsem jim náš slíbený podíl."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:2
|
||||
msgid "What are we gonna do about Sullengard?"
|
||||
msgstr "[OUTDATED]Ostrostřelec je mrtvý."
|
||||
msgstr "Co uděláme se Sullengardem?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:3
|
||||
msgid "What are your plans for the new traitors?"
|
||||
@@ -4719,11 +4719,11 @@ msgstr "[OUTDATED]Můžeš mi zopakovat, co mám udělat?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:4
|
||||
msgid "Matpat told me that Defy and his men left Sullengard."
|
||||
msgstr "[OUTDATED]Jaké máš plány se zrádci?"
|
||||
msgstr "Matpat mi řekl, že Defy a jeho muži opustili Sullengard."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:5
|
||||
msgid "Defy and his men have left Sullengard."
|
||||
msgstr "[OUTDATED]Můžeš pokračovat tím, co jsi mi říkal o zrádcích?"
|
||||
msgstr "Defy a jeho muži opustili Sullengard."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:6
|
||||
msgid "Defy told me that the time to share will be delayed for no stated reason."
|
||||
@@ -4735,23 +4735,23 @@ msgstr ""
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:9
|
||||
msgid "Are you going to tell me about the key?"
|
||||
msgstr "[OUTDATED]Konečně jsem tu práci dokončil."
|
||||
msgstr "Řekneš mi o tom klíči?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:10
|
||||
msgid "Crackshot is dead."
|
||||
msgstr "[OUTDATED]Můžeš mi zopakovat, co mám udělat?"
|
||||
msgstr "Ostrostřelec je mrtvý."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:11
|
||||
msgid "What am I supposed to do again?"
|
||||
msgstr ""
|
||||
msgstr "Můžeš mi zopakovat, co mám udělat?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:12
|
||||
msgid "What are your plans for the traitors?"
|
||||
msgstr "[OUTDATED]Ahoj."
|
||||
msgstr "Jaké máš plány se zrádci?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:13
|
||||
msgid "Can you continue with what you were telling me about the traitors?"
|
||||
msgstr "[OUTDATED]Musím s tebou mluvit o šlechtičně."
|
||||
msgstr "Můžete pokračovat o tom, co jsi mi říkal o zrádcích?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:14
|
||||
msgid "We are supposed to talk about something."
|
||||
@@ -4760,28 +4760,28 @@ msgstr "[OUTDATED]Přivedl jsem rukojmí."
|
||||
#: conversationlist_umar.json:umar_return_1:15
|
||||
#: conversationlist_umar.json:umar_return_1:16
|
||||
msgid "We were supposed to talk about something, right?"
|
||||
msgstr ""
|
||||
msgstr "Měli jsme si o něčem promluvit, že?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:17
|
||||
msgid "I've finally finished the job."
|
||||
msgstr "[OUTDATED]Něco víc o mém novém úkolu?"
|
||||
msgstr "Konečně jsem to dokončil."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:18
|
||||
msgid "What am I suppossed to do again?"
|
||||
msgstr "[OUTDATED]Poslal mě Buřič. Dokončil jsem svou práci."
|
||||
msgstr "Co mám tedy udělat?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:19
|
||||
#: conversationlist_umar.json:umar_return_1:20
|
||||
msgid "What am I supposed to do with the noblewoman?"
|
||||
msgstr "[OUTDATED][OUTDATED]Rád jsem tě viděl. Na shledanou."
|
||||
msgstr "Co mám s tou šlechtičnou udělat?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:21
|
||||
msgid "I have to talk to you about the noblewoman."
|
||||
msgstr ""
|
||||
msgstr "Musím s tebou mluvit o té šlechtičně."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:22
|
||||
msgid "I have brought the hostage."
|
||||
msgstr ""
|
||||
msgstr "Přivedl jsem rukojmí."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:23
|
||||
#: conversationlist_umar.json:umar_return_1:24
|
||||
@@ -48734,6 +48734,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48855,6 +48858,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49569,7 +49576,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -50051,7 +50058,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51440,7 +51451,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51575,6 +51586,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Dýka"
|
||||
@@ -59532,6 +59547,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "Hledání Andora"
|
||||
@@ -64084,103 +64103,6 @@ msgstr "Facutloni chce, abych se po dokončení dodávek vrátil."
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr "Vrátil jsem se k Facutlonimu. Je velmi spokojený."
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -47907,6 +47907,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48028,6 +48031,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48742,7 +48749,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49224,7 +49231,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50613,7 +50624,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50748,6 +50759,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58546,6 +58561,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63070,103 +63089,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48020,6 +48020,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48141,6 +48144,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48855,7 +48862,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49337,7 +49344,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50726,7 +50737,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50861,6 +50872,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58659,6 +58674,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63186,103 +63205,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47907,6 +47907,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48028,6 +48031,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48742,7 +48749,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49224,7 +49231,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50613,7 +50624,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50748,6 +50759,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58546,6 +58561,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63070,103 +63089,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47893,6 +47893,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48014,6 +48017,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48728,7 +48735,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49210,7 +49217,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50594,7 +50605,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50729,6 +50740,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58527,6 +58542,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63051,103 +63070,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48576,6 +48576,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48697,6 +48700,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49411,7 +49418,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49893,7 +49900,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51282,7 +51293,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51417,6 +51428,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Puñal"
|
||||
@@ -59373,6 +59388,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "La búsqueda de Andor"
|
||||
@@ -63925,103 +63944,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47907,6 +47907,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48028,6 +48031,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48742,7 +48749,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49224,7 +49231,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50613,7 +50624,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50748,6 +50759,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58546,6 +58561,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63070,103 +63089,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47907,6 +47907,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48028,6 +48031,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48742,7 +48749,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49224,7 +49231,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50613,7 +50624,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50748,6 +50759,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58546,6 +58561,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63070,103 +63089,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47919,6 +47919,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48040,6 +48043,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48754,7 +48761,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49236,7 +49243,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50625,7 +50636,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50760,6 +50771,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58558,6 +58573,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63082,103 +63101,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47943,6 +47943,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48064,6 +48067,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48778,7 +48785,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49260,7 +49267,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50649,7 +50660,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50784,6 +50795,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58582,6 +58597,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63108,103 +63127,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47919,6 +47919,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48040,6 +48043,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48754,7 +48761,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49236,7 +49243,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50625,7 +50636,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50760,6 +50771,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58558,6 +58573,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63082,103 +63101,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47946,6 +47946,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48067,6 +48070,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48781,7 +48788,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49263,7 +49270,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50652,7 +50663,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50787,6 +50798,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58585,6 +58600,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63109,103 +63128,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -3,26 +3,28 @@ msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-02-18 09:24+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"PO-Revision-Date: 2022-10-12 06:50+0000\n"
|
||||
"Last-Translator: Anupam Malhotra <anpm.malhotra@gmail.com>\n"
|
||||
"Language-Team: Hindi <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/hi/>\n"
|
||||
"Language: hi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Translate Toolkit 3.3.2\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 4.15-dev\n"
|
||||
|
||||
#: actorconditions_v069.json:bless
|
||||
msgid "Bless"
|
||||
msgstr ""
|
||||
msgstr "आशीर्वाद"
|
||||
|
||||
#: actorconditions_v069.json:poison_weak
|
||||
msgid "Weak Poison"
|
||||
msgstr ""
|
||||
msgstr "कमजोर ज़हर"
|
||||
|
||||
#: actorconditions_v069.json:str
|
||||
msgid "Strength"
|
||||
msgstr ""
|
||||
msgstr "शक्ति"
|
||||
|
||||
#: actorconditions_v069.json:regen
|
||||
msgid "Shadow Regeneration"
|
||||
@@ -34,7 +36,7 @@ msgstr ""
|
||||
|
||||
#: actorconditions_v069_bwm.json:fatigue_minor
|
||||
msgid "Minor fatigue"
|
||||
msgstr ""
|
||||
msgstr "हल्की थकान"
|
||||
|
||||
#: actorconditions_v069_bwm.json:feebleness_minor
|
||||
msgid "Minor weapon feebleness"
|
||||
@@ -47907,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48028,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48742,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49224,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50613,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50748,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58546,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63070,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48089,6 +48089,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48210,6 +48213,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48924,7 +48931,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49406,7 +49413,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50795,7 +50806,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50930,6 +50941,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Tőr"
|
||||
@@ -58728,6 +58743,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "Andor keresése"
|
||||
@@ -63263,103 +63282,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48099,6 +48099,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48220,6 +48223,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48934,7 +48941,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49416,7 +49423,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50805,7 +50816,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50940,6 +50951,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Pisau belati"
|
||||
@@ -58738,6 +58753,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63262,103 +63281,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48568,6 +48568,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48689,6 +48692,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49403,7 +49410,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49885,7 +49892,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51274,7 +51285,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51409,6 +51420,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Pugnale"
|
||||
@@ -59367,6 +59382,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "La ricerca di Andor"
|
||||
@@ -63919,103 +63938,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48729,6 +48729,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48850,6 +48853,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49564,7 +49571,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -50046,7 +50053,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51435,7 +51446,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51570,6 +51581,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "ダガー"
|
||||
@@ -59527,6 +59542,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "アンドールの捜索"
|
||||
@@ -64079,103 +64098,6 @@ msgstr "ファクトロニは納品が完了したら報告するようにと言
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr "ファクトロニに報告した。彼はとても喜んでいる。"
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: andors-trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2022-03-16 14:59+0000\n"
|
||||
"PO-Revision-Date: 2022-10-19 16:07+0000\n"
|
||||
"Last-Translator: 이정희 <daemul72@gmail.com>\n"
|
||||
"Language-Team: Korean <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/ko/>\n"
|
||||
@@ -17,12 +17,16 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.12-dev\n"
|
||||
"X-Generator: Weblate 4.14.2-dev\n"
|
||||
"X-Launchpad-Export-Date: 2015-11-02 12:26+0000\n"
|
||||
|
||||
#: [none]
|
||||
msgid "translator-credits"
|
||||
msgstr "번역 참여분들:KimHyunSu,KimTaeYang,KimSeungEon,LeeJungHee"
|
||||
msgstr ""
|
||||
"KimHyunSu,\n"
|
||||
"KimTaeYang,\n"
|
||||
"KimSeungEon,\n"
|
||||
"LeeJungHee"
|
||||
|
||||
#: actorconditions_v069.json:bless
|
||||
msgid "Bless"
|
||||
@@ -1186,7 +1190,7 @@ msgstr ""
|
||||
#: conversationlist_brimhaven.json:edrin_0_0
|
||||
#: conversationlist_gorwath.json:arensia_1:0
|
||||
msgid "Hello."
|
||||
msgstr ""
|
||||
msgstr "안녕하세요."
|
||||
|
||||
#: conversationlist_crossglen_leta.json:oromir2
|
||||
msgid "I'm hiding here from my wife Leta. She is always getting angry at me for not helping out on the farm. Please don't tell her that I'm here."
|
||||
@@ -4694,7 +4698,7 @@ msgstr ""
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:3
|
||||
msgid "What are your plans for the new traitors?"
|
||||
msgstr ""
|
||||
msgstr "새로운 반역자들에 대한 당신의 계획은 무엇입니까?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:4
|
||||
msgid "Matpat told me that Defy and his men left Sullengard."
|
||||
@@ -4726,11 +4730,11 @@ msgstr ""
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:12
|
||||
msgid "What are your plans for the traitors?"
|
||||
msgstr "[OUTDATED]안녕."
|
||||
msgstr "반역자들에 대한 당신의 계획은 무엇입니까?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:13
|
||||
msgid "Can you continue with what you were telling me about the traitors?"
|
||||
msgstr ""
|
||||
msgstr "반역자들에 대해 나에게 말했던 것을 계속할 수 있습니까?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:14
|
||||
msgid "We are supposed to talk about something."
|
||||
@@ -8210,7 +8214,7 @@ msgstr ""
|
||||
|
||||
#: conversationlist_prim_guthbered.json:guthbered_workingforbwm_1
|
||||
msgid "Fine. You should leave now while you still can, traitor."
|
||||
msgstr ""
|
||||
msgstr "좋아, 할 수 있을 때 당장 떠나야 해, 반역자."
|
||||
|
||||
#: conversationlist_prim_guthbered.json:guthbered_talkedto_harl_9
|
||||
msgid "I want you to go up there into their settlement and find any clues as to what they are planning."
|
||||
@@ -25934,7 +25938,7 @@ msgstr ""
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_steward4_20:1
|
||||
msgid "Do you think so? Traitor!"
|
||||
msgstr ""
|
||||
msgstr "그렇게 생각하는거냐? 반역자!"
|
||||
|
||||
#: conversationlist_guynmart_npc.json:guynmart_steward4_30
|
||||
msgid "Now you will get what you deserve!"
|
||||
@@ -32474,7 +32478,7 @@ msgstr ""
|
||||
|
||||
#: conversationlist_omicronrg9.json:umar_guild03_12:0
|
||||
msgid "And you think the traitors are involved in that?"
|
||||
msgstr ""
|
||||
msgstr "그리고 반역자들이 거기에 연루되어 있다고 생각하니?"
|
||||
|
||||
#: conversationlist_omicronrg9.json:umar_guild03_13
|
||||
msgid "I'm pretty sure about it. The team leader is the one we call \"Crackshot\", as he is a master of murder, torture and the subjugation arts. He's really a dangerous man."
|
||||
@@ -48006,12 +48010,17 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_2
|
||||
msgid "No. We still don't know where that traitor is. How can we ever sleep peacefully and live sufficiently with this tragic situation?"
|
||||
msgstr ""
|
||||
"아니. 우리는 그 배신자가 어디에 있는지 아직 몰라. 우리는 어떻게 평화롭게 "
|
||||
"잠을 자고 이 비극적인 상황에서 충분히 살 수 있을까?"
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_3
|
||||
msgid "But please talk to my fellow bootleg brewers. Maybe they know something."
|
||||
@@ -48127,6 +48136,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48841,7 +48854,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49323,7 +49336,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50712,7 +50729,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50847,6 +50864,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "단도"
|
||||
@@ -58645,6 +58666,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "안도르를 찾아라"
|
||||
@@ -63179,103 +63204,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
@@ -63497,4 +63425,3 @@ msgstr ""
|
||||
#: worldmap.xml:world1:deebo_orchard
|
||||
msgid "Deebo's Orchard"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -47932,6 +47932,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48053,6 +48056,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48767,7 +48774,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49249,7 +49256,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50638,7 +50649,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50773,6 +50784,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Pisau"
|
||||
@@ -58571,6 +58586,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63095,103 +63114,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47945,6 +47945,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48066,6 +48069,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48780,7 +48787,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49262,7 +49269,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50651,7 +50662,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50786,6 +50797,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58584,6 +58599,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63108,103 +63127,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47972,6 +47972,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48093,6 +48096,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48807,7 +48814,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49289,7 +49296,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50678,7 +50689,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50813,6 +50824,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58611,6 +58626,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "Zoektocht naar Andor"
|
||||
@@ -63135,103 +63154,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47912,6 +47912,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48033,6 +48036,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48747,7 +48754,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49229,7 +49236,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50618,7 +50629,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50753,6 +50764,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58551,6 +58566,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63075,103 +63094,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -3,7 +3,7 @@ msgstr ""
|
||||
"Project-Id-Version: Andors Trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2022-09-25 09:14+0000\n"
|
||||
"PO-Revision-Date: 2022-10-19 16:07+0000\n"
|
||||
"Last-Translator: Daniel Stasiak <daniels.automatyk@gmail.com>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/andors-trail/"
|
||||
"game-content/pl/>\n"
|
||||
@@ -13,7 +13,7 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.14.1\n"
|
||||
"X-Generator: Weblate 4.14.2-dev\n"
|
||||
"X-Launchpad-Export-Date: 2015-11-02 12:27+0000\n"
|
||||
|
||||
#: [none]
|
||||
@@ -12808,11 +12808,11 @@ msgstr "Twoje łóżko jest tam, w tyle. Korzystaj z niego do woli."
|
||||
|
||||
#: conversationlist_loneford_4.json:arngyr_7
|
||||
msgid "Look, kid. I make the rules around here. If that's my price then that's my price. Take it or leave it."
|
||||
msgstr "Słuchaj mały. Ustalam tu zasady. Jeśli taka jest moja cena, to jest ona niezmienna. Bierzesz albo nie."
|
||||
msgstr "Słuchaj młody. To ja ustalam tu zasady. Jeśli mówię że coś kosztuje tyle to nie ma gadania że to tamto. Bierzesz albo nie."
|
||||
|
||||
#: conversationlist_loneford_4.json:arngyr_7:0
|
||||
msgid "Fine, here is the gold."
|
||||
msgstr "Świetnie. Proszę, tu jest złoto."
|
||||
msgstr "Cóż, oto należna zapłata."
|
||||
|
||||
#: conversationlist_loneford_4.json:arngyr_7:1
|
||||
msgid "Never mind then."
|
||||
@@ -12848,7 +12848,7 @@ msgstr "To nie jest miejsce dla takiego dzieciaka jak Ty. Myślę, że powiniene
|
||||
|
||||
#: conversationlist_loneford_4.json:loneford_tavern_patron:0
|
||||
msgid "I met a man named Forlin who recommended that I speak with you in regards to a possible murder investigation that I am conducting."
|
||||
msgstr "Spotkałem mężczyznę o imieniu Forlin, który polecił abym porozmawiał z Tobą w związku z potencjalnym śledztwem, które prowadzę w sprawie morderstwa."
|
||||
msgstr "Spotkałem mężczyznę o imieniu Forlin, który polecił abym porozmawiał z Tobą w związku z śledztwem które prowadzę w sprawie potencjalnego morderstwa."
|
||||
|
||||
#: conversationlist_loneford_4.json:loneford_tavern_patron:1
|
||||
msgid "I did as you suggested and found the scene of a murder and I found this glove."
|
||||
@@ -17951,7 +17951,7 @@ msgstr "Kaverin,. mój stary druh! Dobrze jest słyszeć, że ciągle żyje. Jak
|
||||
#: conversationlist_fungi_panic.json:zuul_khan_115_20:1
|
||||
#: conversationlist_gorwath.json:arensia_letter_10:0
|
||||
msgid "Here it is."
|
||||
msgstr "Proszę, oto ona."
|
||||
msgstr "Proszę bardzo."
|
||||
|
||||
#: conversationlist_unzel2.json:unzel_msg2
|
||||
msgid ""
|
||||
@@ -22669,7 +22669,7 @@ msgstr "Czy znalazłeś zwierzęcą sierść o którą prosiłem?"
|
||||
|
||||
#: conversationlist_halvor_surprise.json:halvor_bwmine_8:1
|
||||
msgid "Here. Take these."
|
||||
msgstr "Proszę, oto ona."
|
||||
msgstr "Proszę, weź te."
|
||||
|
||||
#: conversationlist_halvor_surprise.json:halvor_bwmine_9
|
||||
msgid "Good. Take this gold and let me see them."
|
||||
@@ -35805,7 +35805,7 @@ msgstr "Tak mi przykro słyszeć o Twoich problemach. Też uwielbiam psy."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_tavern1_guest2:1
|
||||
msgid "Hey, speaking of killing, I'm wondering if you know anything about Lawellyn's death?"
|
||||
msgstr "Hej, skoro mowa o zabójstwie, zastanawiam się czy wiesz coś o śmierci Lawellyn?"
|
||||
msgstr "Hej, skoro już mówimy o zabijaniu, to może wiesz coś o tym jak umarł Lawellyn?"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_tavern1_landlord
|
||||
msgid "I'm coming, just a second..."
|
||||
@@ -37011,11 +37011,11 @@ msgstr "Jeśli masz takie umiejętności to chciałbym, abyś obejrzał dwa dziw
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_1:1
|
||||
msgid "If you have those skills I would like you to look at something I purchased locally. A strange-looking dagger."
|
||||
msgstr "Jeśli masz takie umiejętności to chciałbym abyś spojrzał na coś co kupiłem lokalnie. Dziwnie wyglądający sztylet."
|
||||
msgstr "Jeśli masz takie umiejętności to chciałbym abyś spojrzał na coś co tu kupiłem. Jest to dziwnie wyglądający sztylet."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_1:2
|
||||
msgid "If you have those skills I would like you to look at something I purchased locally. A strange-looking gem."
|
||||
msgstr "Jeśli masz takie umiejętności to chciałbym, abyś spojrzał na coś co kupiłem lokalnie. Dziwnie wyglądający klejnot."
|
||||
msgstr "Jeśli masz takie umiejętności to chciałbym, abyś spojrzał na coś, co tu kupiłem. Jest to dziwnie wyglądający klejnot."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_1:3
|
||||
msgid "That's Interesting, but let's talk about something else."
|
||||
@@ -37027,86 +37027,86 @@ msgstr "Nie wydaje mi się, że będę teraz potrzebował usług metalurga."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_1a
|
||||
msgid "Well, yes, there was someone. He came to me to get a sword sharpened. I can't tell you any more than that though. "
|
||||
msgstr "Dobrze, tak, był ktoś. Przyszedł do mnie naostrzyć miecz. Nie mogę ci więcej powiedzieć. "
|
||||
msgstr "Cóż, tak, był tu ktoś. Przyszedł do mnie naostrzyć miecz. Niestety, nie jestem w stanie powiedzieć Ci nic więcej. "
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_1a:0
|
||||
msgid "OK. Thanks. What type of services and products do you supply?"
|
||||
msgstr "OK. Dzięki. Jakie usługi i towary dostarczasz?"
|
||||
msgstr "Dobre i to. Dziękuję. Czy świadczysz może jakieś usługi lub masz coś na sprzedaż?"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager2
|
||||
msgid "If you want to make some money. Go to the tavern."
|
||||
msgstr "Jeśli chcesz trochę zarobić to idź do tawerny."
|
||||
msgstr "Jeśli chcesz trochę zarobić to idź do oberży."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager3
|
||||
msgid "You are not from Brimhaven, are you? If you need a place to stay, visit the inn in the eastern part of the town. There are beds available for rent. But it is a bit untidy there."
|
||||
msgstr "Nie jesteś z Brimhaven, tak? Jeśli szukasz miejsca by się zatrzymać to odwiedź karczmę we wschodniej części miasta. Są tam łózka do wynajęcia. Ale jest tam trochę nieposprzątane."
|
||||
msgstr "Nie jesteś z Brimhaven, co? Jeśli chcesz zatrzymać się tu na dłużej, to udaj się do gospody we wschodniej części miasta. Wynajmiesz tam miejsce do spania. Może nie jest tam do końca schludnie, ale lepszy rydz niż nic."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager3:0
|
||||
msgid "I suspect that you killed Lawellyn or that you were at the very least at the scene of the murder at the time of his death."
|
||||
msgstr "Podejrzewam, że zabiłeś Lawellyn albo, że byłeś chociaż na miejscu zbrodni w czasie jej śmierci."
|
||||
msgstr "Podejrzewam, że to Ty zabiłeś Lawellyna lub przynajmniej byłeś na miejscu zbrodni w momencie w którym on umierał."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager3:1
|
||||
msgid "No need to pretend we've never met. I do believe you are innocent."
|
||||
msgstr "Nie trzeba udawać, że się nigdy nie spotkaliśmy. Wierzę, że jesteś niewinny."
|
||||
msgstr "Nie ma potrzeby udawać, że się nigdy nie spotkaliśmy. Wierzę, że jesteś niewinny."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager3:2
|
||||
msgid "Don't pretend we've never met. Soon you will be in jail."
|
||||
msgstr "Nie udawaj, że się nigdy nie spotkaliśmy. Wkrótce będziesz w więzieniu."
|
||||
msgstr "Nie udawaj, że się nigdy wcześniej się nie spotkaliśmy. Wkrótce będziesz gnił w więzieniu."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager6
|
||||
msgid "Don't get in my way. Are you one of those guys from the east side of the town, without manners?"
|
||||
msgstr "Nie wchodź mi w drogę. Czy jesteś jednym z tych facetów bez manier ze wschodniej części miasta?"
|
||||
msgstr "Nie wchodź mi w drogę. Czy jesteś jednym z tych niewychowanych prostaków ze wschodniej części miasta?"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager7
|
||||
msgid "I don't recognize you. Are you one of those people from the east part of the town, who send their children wearing cheap clothes to our school?"
|
||||
msgstr "Nie poznaję Cię. Czy jesteś jednym z tych ludzi ze wschodniej części miasta, którzy posyłają do szkół dzieci ubrane w tanie ciuchy?"
|
||||
msgstr "Nie poznaję Cię. Czy jesteś może jednym z tych mieszkańców wschodniej części miasta, którzy posyłają do szkoły dzieci ubrane w łachmany?"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager8
|
||||
msgid "You look a bit old for a pupil."
|
||||
msgstr "Wyglądasz na trochę za staro jak na ucznia."
|
||||
msgstr "Wyglądasz trochę za staro jak na ucznia."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager9
|
||||
msgid "Hello. Great dam. Isn't it? We people from the west side of the town paid for the dam because the people from the east side can't afford it. "
|
||||
msgstr "Cześć. Wielka tama, czyż nie? My mieszkańcy zachodniej strony miasta zapłaciliśmy za tamę, ponieważ mieszkańców wschodniej części miasta nie było na to stać. "
|
||||
msgstr "Witaj. Wielka tama, nie? My mieszkańcy zachodniej części miasta zapłaciliśmy za nią, ponieważ mieszkańców wschodniej części nie było stać na to. "
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager10
|
||||
msgid "Taking our good water? Go to the east side of the town. Oh, I forgot... you can't afford a well of your own."
|
||||
msgstr "Zabierasz naszą dobrą wodę? Idź do wschodniej części miasta. Och, zapomniałem... nie stać Cię na własną studnię."
|
||||
msgstr "Pijesz naszą dobrą wodę? Idź do wschodniej części miasta. Och, zapomniałem... nie stać Cię na własną studnię."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_1_0
|
||||
msgid "Psst! Hey kid, you want to buy some nice stuff?"
|
||||
msgstr "Psst! Hej dzieciaku, chcesz kupić jakieś fajne rzeczy?"
|
||||
msgstr "Psst! Hej młody, chciałbyś może kupić coś fajnego?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_1_0:0
|
||||
msgid "Maybe. Show me what you have."
|
||||
msgstr "Może. Pokaż mi co masz."
|
||||
msgstr "Może. Pokaż co tam masz."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_1_0:1
|
||||
msgid "No thanks. I think maybe you don't actually own what you are selling."
|
||||
msgstr "Nie dziękuję. Sądzę, że wcale nie posiadasz tego co sprzedajesz."
|
||||
msgstr "Nie dziękuję. Myślę, że sprzedajesz rzeczy których nie jesteś właścicielem."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_0
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_0
|
||||
#: conversationlist_brimhaven.json:quiet_thief_0_0
|
||||
msgid "Hello again kid. Want another look at what I have to sell?"
|
||||
msgstr "Witaj ponownie dzieciaku. Czy chcesz jeszcze raz sprawdzić co mam do sprzedania?"
|
||||
msgstr "Witaj ponownie młody. Czy chcesz jeszcze raz obejrzeć co mam do sprzedania?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_0:0
|
||||
msgid "Was the gem I purchased originally mounted in the pommel of the dagger you have?"
|
||||
msgstr "Czy ten kupiony przez mnie klejnot był wcześniej umieszczony w rękojeści sztyletu, który posiadasz?"
|
||||
msgstr "Czy ten klejnot który wcześniej kupiłem był umieszczony w rękojeści sztyletu który posiadasz?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_0:1
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_0:1
|
||||
msgid "Yes, I would like to take another look."
|
||||
msgstr "Tak, chciałbym jeszcze raz na to spojrzeć."
|
||||
msgstr "Tak, chciałbym spojrzeć na to jeszcze raz."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_0:0
|
||||
msgid "Was the gem you have originally in the pommel of the dagger I purchased?"
|
||||
msgstr "Ten klejnot, który masz był pierwotnie w rękojeści sztyletu kupionego przez mnie?"
|
||||
msgstr "Czy ten klejnot który masz był pierwotnie osadzony w rękojeści sztyletu kupionego przez mnie?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_0_0:0
|
||||
msgid "Yes. Show me what you have."
|
||||
msgstr "Tak. Pokaż mi co masz."
|
||||
msgstr "Tak. Pokaż co tam masz."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_1_1
|
||||
msgid "Keep your voice down! We don't want to attract any attention!"
|
||||
@@ -37114,15 +37114,15 @@ msgstr "Nie podnoś głosu! Nie chcemy zwracać na siebie uwagi!"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_1_1:0
|
||||
msgid "OK. Don't worry. I can keep a secret."
|
||||
msgstr "OK. Nie martw się. Potrafię dochować tajemnicy."
|
||||
msgstr "Nie ma sprawy. Nie martw się. Potrafię dochować tajemnicy."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_1_1:1
|
||||
msgid "It sounds like you want to do something illegal. I don't want trouble."
|
||||
msgstr "Wygląda na to, że chcesz sprzedać coś nielegalnego. Nie chcę kłopotów."
|
||||
msgstr "Wygląda na to, że chcesz zrobić coś nielegalnego. Nie szukam kłopotów."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager11
|
||||
msgid "The people from the west side of town forced us to support the dam, but we don't get any benefit from it and they took all the good land."
|
||||
msgstr "Mieszkańcy zachodniej części miasta zmusili nas do wspierania tamy, ale nie czerpiemy z tego żadnych korzyści, a oni zabrali całą żyzną ziemię."
|
||||
msgstr "Mieszkańcy zachodniej części miasta zmusili nas do finansowania tamy, ale nie dość że nie mamy z tego żadnych korzyści, to jeszcze oni zabrali całą żyzną ziemię."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager13
|
||||
msgid "Mama!"
|
||||
@@ -37130,7 +37130,7 @@ msgstr "Mama!"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager12b
|
||||
msgid "Stop talking to my daughter!"
|
||||
msgstr "Przestań rozmawiać z moją córką!"
|
||||
msgstr "Nie rozmawiaj z moją córką!"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager12b:0
|
||||
#: conversationlist_brimhaven.json:brv_playing_children:0
|
||||
@@ -37139,7 +37139,7 @@ msgstr "Przepraszam."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager_12a
|
||||
msgid "I have to take my daughter to school. I can't let her cross this dangerous area on her own, and those people from the west side of town don't care at all."
|
||||
msgstr "Muszę zabrać swoją córkę do szkoły. Nie mogę jej pozwolić by sama przeszła przez ten niebezpieczny teren, a ci ludzie z zachodniej części miasta wcale się tym nie przejmują."
|
||||
msgstr "Muszę odprowadzić moją córkę do szkoły. To zbyt niebezpieczne miejsce by sama tędy przeszła, a tych nadętych bufonów z zachodniej części miasta nic to nie obchodzi."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager14
|
||||
msgid "Get out of my way. Do you think you are better than me just because you are one of those rich guys from the western part of the town?"
|
||||
@@ -37147,44 +37147,44 @@ msgstr "Zejdź mi z drogi. Uważasz się za lepszego ode mnie tylko dlatego, że
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_villager15
|
||||
msgid "If you need a place to sleep, visit the inn. There are beds available for rent."
|
||||
msgstr "Jeśli potrzebujesz miejsca do spania, to wstąp do zajazdu. Są tam łóżka dostępne do wynajęcia."
|
||||
msgstr "Jeśli potrzebujesz miejsca do spania, to wstąp do gospody. Wynajmiesz tam jakieś."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie
|
||||
msgid "Attention, kid! This is a dangerous place."
|
||||
msgstr "Uważaj dzieciaku! To niebezpieczne miejsce."
|
||||
msgstr "Uważaj młody! To niebezpieczne miejsce."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie:0
|
||||
msgid "Why? It looks lovely here."
|
||||
msgstr "Dlaczego? Wygląda to pięknie."
|
||||
msgstr "Dlaczego? Tak tu pięknie dookoła."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie_10
|
||||
msgid "There are dangerous creatures in the hole down there. I fear that they'll come out again."
|
||||
msgstr "W tej dziurze na dole czają się niebezpieczne stworzenia. Obawiam się, że znów wyjdą na powierzchnię."
|
||||
msgstr "Tam na dole tej dziury czają się niebezpieczne stworzenia. Obawiam się, że mogą wyjść na powierzchnię."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie_10:0
|
||||
msgid "Then I wish the dry lake was full of water again. It would keep the monsters from coming out."
|
||||
msgstr "W takim razie chciałbym, aby ta wysuszona rzeka była znów pełna wody. Powstrzymywało by to potwory przed wychodzeniem na powierzchnię."
|
||||
msgstr "W takim razie chciałbym, aby to wysuszone jezioro znów było pełne wody. To powstrzyma potwory przed wyjściem na powierzchnię."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie_20
|
||||
msgid "Indeed. I would see to it, if I had enough money."
|
||||
msgstr "W rzeczy samej. Zapłaciłbym za to gdybym miał wystarczającą ilość pieniędzy."
|
||||
msgstr "W rzeczy samej. Z chęcią zobaczyłbym to, gdybym tylko miał wystarczającą ilość pieniędzy."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie_20:0
|
||||
msgid "What has money to do with it? I better go."
|
||||
msgstr "Co pieniądze mają z tym wspólnego? Lepiej pójdę."
|
||||
msgstr "Co pieniądze mają z tym wspólnego? Lepiej sobie stąd pójdę."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie_20:1
|
||||
#: conversationlist_brimhaven.json:tamarukh_20:1
|
||||
msgid "It should not fail because of a lack of money. Here you have 2500 gold."
|
||||
msgstr "To nie powinno się nie udać z powodu braku pieniędzy. Oto 2500 sztuk złota."
|
||||
msgstr "Pieniądze nie będą już przeszkodą. Oto 2500 sztuk złota."
|
||||
|
||||
#: conversationlist_brimhaven.json:churrie_30
|
||||
msgid "Oh, wow! I will take care of it. So much money! Probably tonight ..."
|
||||
msgstr "Och, wow! Zajmę się tym. Tak dużo pieniędzy! Prawdopodobnie dziś wieczorem ..."
|
||||
msgstr "Och, cudownie! Zajmę się tym. Tak dużo pieniędzy! Prawdopodobnie już dziś wieczorem ..."
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh
|
||||
msgid "Isn't it a pity to see all that fertile land wasted?"
|
||||
msgstr "Nie szkoda patrzeć jak ta cała żyzna ziemia się marnuje?"
|
||||
msgstr "Czy nie żal Ci oglądać jak ta cała żyzna ziemia się marnuje?"
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh:0
|
||||
msgid "Do you mean the lake?"
|
||||
@@ -37192,19 +37192,19 @@ msgstr "Masz na myśli jezioro?"
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh_10
|
||||
msgid "Sure. We had built this dam in Brimhaven to get more space for arable land, but someone must have sabotaged it."
|
||||
msgstr "Pewnie. Wybudowaliśmy tę tamę w Brimhaven, aby mieć więcej miejsca na grunty orne, ale ktoś musiał to sabotować."
|
||||
msgstr "Dokładnie. Wybudowaliśmy tamę w Brimhaven, aby mieć więcej pól uprawnych, ale ktoś musiał ją uszkodzić."
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh_10:0
|
||||
msgid "Would you like to repair the dam again?"
|
||||
msgstr "Chciałbyś znów naprawić tę tamę?"
|
||||
msgstr "Chciałbyś znów ją naprawić?"
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh_20
|
||||
msgid "Yes, I would see to it, if I had enough money."
|
||||
msgstr "Tak, chciałbym, gdybym miał wystarczającą ilość pieniędzy."
|
||||
msgstr "Tak, gdybym tylko miał wystarczającą ilość pieniędzy."
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh_20:0
|
||||
msgid "Everyone wants my money. I better go."
|
||||
msgstr "Każdy chce moich pieniędzy. Lepiej pójdę."
|
||||
msgstr "Każdy chce moich pieniędzy. Spadam stąd."
|
||||
|
||||
#: conversationlist_brimhaven.json:tamarukh_30
|
||||
msgid "That is very noble of you. I will take care of it."
|
||||
@@ -37212,15 +37212,15 @@ msgstr "To bardzo szlachetne z Twojej strony. Zajmę się tym."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_1
|
||||
msgid "Maybe. Why? Anyway, the dagger is no longer available, except perhaps at a special price."
|
||||
msgstr "Może.Dlaczego? W każdym razie, sztylet nie jest już dostępny, no może za specjalną ceną."
|
||||
msgstr "Może.Dlaczego? W każdym razie, sztylet nie jest już dostępny, chyba że dostanę za niego dobrą ofertę."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_1
|
||||
msgid "Maybe. Why? Anyway, the gem is no longer available, except perhaps at a special price."
|
||||
msgstr "Może. Dlaczego? W każdym razie, klejnot nie jest już dostępny, no może poza specjalną ceną."
|
||||
msgstr "Może. Dlaczego? W każdym razie, klejnot nie jest już dostępny, chyba że dostanę za niego dobrą ofertę."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_2
|
||||
msgid "Since you have the gem, and you have asked about the dagger, I assume you want it. But when you want something enough, you are willing to pay more, right?"
|
||||
msgstr "Skoro masz już klejnot i spytałeś o sztylet to zakładam, że chcesz go. Ale skoro tak bardzo czegoś chcesz, to jesteś skłonny zapłacić więcej, tak?"
|
||||
msgstr "Skoro masz już klejnot i pytasz o sztylet to zakładam, że go chcesz. A skoro tak, to w takim razie jesteś skłonny zapłacić więcej, prawda?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_2:0
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_2:0
|
||||
@@ -37230,7 +37230,7 @@ msgstr "Nie, nie sądzę."
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_2:1
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_2:1
|
||||
msgid "How much are you asking?"
|
||||
msgstr "Ile chcesz?"
|
||||
msgstr "Ile w końcu chcesz?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_2:2
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_2:2
|
||||
@@ -37239,40 +37239,40 @@ msgstr "Mogę zobaczyć co innego masz na sprzedaż."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_3
|
||||
msgid "I think 1000 gold would be fair. Is that acceptable?"
|
||||
msgstr "Myślę, że 1000 sztuk złota byłoby sprawiedliwe. Czy to do przyjęcia?"
|
||||
msgstr "Myślę, że 1000 sztuk złota to uczciwa cena. Czy jest do przyjęcia?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_3:0
|
||||
msgid "No. That's too much for me."
|
||||
msgstr "Nie, to zbyt wiele dla mnie."
|
||||
msgstr "Nie, to zbyt dużo jak dla mnie."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_3:1
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_3:1
|
||||
msgid "I don't think it's fair, but I'll pay it."
|
||||
msgstr "Nie sądzę, żeby to było sprawiedliwe, ale zapłacę."
|
||||
msgstr "Nie sądzę że jest uczciwa, ale zapłacę."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_2_4
|
||||
msgid "Here you go kid."
|
||||
msgstr "Proszę bardzo dzieciaku."
|
||||
msgstr "Proszę bardzo młody."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_2
|
||||
msgid "Since you have the dagger, and you have asked about the gem, I assume you want it. But when you want something enough, you are willing to pay more, right?"
|
||||
msgstr "Skoro masz już sztylet i pytałeś o klejnot, to zakładam, że go chcesz. Ale jeśli czegoś bardzo potrzebujesz to jesteś skłonny zapłacić więcej, tak?"
|
||||
msgstr "Skoro masz już sztylet i pytasz o klejnot, to zakładam że chcesz go kupić. A skoro tak, to jesteś skłonny zapłacić więcej, nie mylę się?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_3
|
||||
msgid "I think 1500 gold would be fair. Is that acceptable?"
|
||||
msgstr "Myślę, że 1500 sztuk złota będzie sprawiedliwe. Czy to do przyjęcia?"
|
||||
msgstr "Myślę, że 1500 sztuk złota to uczciwa cena. Bierzesz?"
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_3:0
|
||||
msgid "No, that's too much for me."
|
||||
msgstr "Nie, to zbyt dużo dla mnie."
|
||||
msgstr "Nie, to zbyt dużo jak dla mnie."
|
||||
|
||||
#: conversationlist_brimhaven.json:quiet_thief_3_4
|
||||
msgid "Here you go kid"
|
||||
msgstr "Proszę bardzo dzieciaku"
|
||||
msgstr "Proszę bardzo młody"
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_2_1
|
||||
msgid "I recognize this. I made it, many years ago, for a man called Lawellyn. Alas, I hear he is now dead. See this recess in the pommel? There used to be an unusual gem in that. It gave the dagger some special properties. If you can find the gem, I can repair it for you."
|
||||
msgstr "Poznaję to. Stworzyłem go, wiele lat temu, dla mężczyzny o imieniu Lawellyn. Słyszałem niestety, że już nie żyje. Widzisz to zagłębienie w rękojeści? Kiedyś był w nim niezwykły klejnot. Nadawał ostrzu specjalnych właściwości. Jeśli znajdziesz klejnot, to mogę Ci go naprawić."
|
||||
msgstr "Poznaję moje dzieło. Stworzyłem go wiele lat temu, dla mężczyzny o imieniu Lawellyn. Słyszałem, że już niestety nie żyje. Widzisz to zagłębienie w rękojeści? Kiedyś był w nim osadzony niezwykły klejnot. Nadawał ostrzu specjalnych właściwości. Jeśli znajdziesz klejnot, to mogę Ci go naprawić."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_2_1:0
|
||||
msgid "I think I know where to find that. I'll go and get it."
|
||||
@@ -37280,7 +37280,7 @@ msgstr "Myślę, że wiem gdzie go znaleźć. Pójdę i zdobędę go."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_2_1:1
|
||||
msgid "OK. Thanks for the information. "
|
||||
msgstr "OK. Dzięki za informacje. "
|
||||
msgstr "Dobrze. Dziękuję za informacje. "
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_2_1:2
|
||||
msgid "Let's talk about something else."
|
||||
@@ -37288,7 +37288,7 @@ msgstr "Porozmawiajmy o czymś innym."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_3_1
|
||||
msgid "I recognize this. It was used in something I made, many years ago. It was set into the pommel of a dagger I made for a man called Lawellyn. Alas, I hear he is now dead. It gave the dagger some special properties. If you can find the dagger, I can repair it for you."
|
||||
msgstr "Rozpoznaję to. Zostało użyte w czymś co stworzyłem wiele lat temu. Był osadzony w rękojeści sztyletu zrobionego dla mężczyzny o imieniu Lawellyn. Niestety słyszę, że on już nie żyje. Nadawał sztyletowi specjalnych właściwości. Jeśli znajdziesz sztylet, to mogę Ci go naprawić."
|
||||
msgstr "Rozpoznaję go. Był osadzony w rękojeści sztyletu zrobionego wiele lat temu dla pewnego mężczyzny o imieniu Lawellyn. Niestety, doszły mnie wieści że człowiek ów już nie żyje. Klejnot dawał sztyletowi specjalne właściwości. Znajdź sztylet, a wówczas go naprawię."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_3_1:0
|
||||
msgid "I think I know where to find that. I'll be right back."
|
||||
@@ -37296,15 +37296,15 @@ msgstr "Myślę, że wiem gdzie go znaleźć. Zaraz wracam."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_3_1:1
|
||||
msgid "Maybe if I find the time I'll look for it. Let's talk about something else."
|
||||
msgstr "Może jeśli znajdę czas to się zanim rozejrzę. Porozmawiajmy o czymś innym."
|
||||
msgstr "Jeśli tylko znajdę czas, to go poszukam. Porozmawiajmy o czymś innym."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_3_1:2
|
||||
msgid "OK. Thanks for the information."
|
||||
msgstr "OK. Dziękuję za informacje."
|
||||
msgstr "Dobrze. Dziękuję za informacje."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_4_1
|
||||
msgid "I recognize these. I made the dagger, many years ago, for a man called Lawellyn. Alas, I hear he is now dead. See this recess in the pommel? The gem you have fits in that. It gave the dagger some special properties. If you wish, I can repair it for you."
|
||||
msgstr "Rozpoznaję je. Stworzyłem sztylet wiele lat temu, dla mężczyzny o imieniu Lawellyn. Słyszę niestety, że już nie żyje. Widzisz to wgłębienie w rękojeści? Ten klejnot, który masz pasuje do niego. Nadawał sztyletowi specjalnych właściwości. Jeśli chcesz to naprawię Ci go."
|
||||
msgstr "Rozpoznaję te przedmioty. Stworzyłem ten sztylet wiele lat temu, dla mężczyzny o imieniu Lawellyn. Niestety jak słyszałem, to człowiek ów już nie żyje. Widzisz to wgłębienie w rękojeści? Klejnot, który masz idealnie pasuje do niego. Nadaje sztyletowi specjalnych właściwości. Jeśli chcesz to naprawię go dla Ciebie."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_4_1:0
|
||||
#: conversationlist_brimhaven.json:edrin_5_0:0
|
||||
@@ -37331,7 +37331,7 @@ msgstr "Mam sztylet. Myślę, że pasuje do klejnotu o którym rozmawialiśmy. "
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_0_0:4
|
||||
msgid "I'm looking for my brother, Andor. Have you seen anyone around town that looks a bit like me?"
|
||||
msgstr "Szukam brata, Andora. Widział pan w okolicy kogoś podobnego do mnie?"
|
||||
msgstr "Szukam mojego brata, ma na imię Andora. Widziałeś może już tu wcześniej kogoś podobnego do mnie?"
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_0_0:6
|
||||
msgid "Hello, did you order a 'Striped Hammer'?"
|
||||
@@ -37339,11 +37339,11 @@ msgstr "Witaj, czy zamawiałeś 'Młot w paski'?"
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_5_0
|
||||
msgid "Yes, that's the one that matches the dagger! Now that I have both pieces, I can repair the dagger for you if you wish."
|
||||
msgstr "Tak, to ten odpowiedni dla sztyletu! Teraz gdy mam obie części mogę Ci naprawić ten sztylet, jeśli chcesz."
|
||||
msgstr "Tak, to ten klejnot który był osadzony w rękojeści! Teraz gdy mam już obie części to mogę naprawić sztylet, jeśli tylko chcesz."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_6_0
|
||||
msgid "Yes, that's the one that matches the gem! Now that I have both pieces, I can repair the dagger for you if you wish."
|
||||
msgstr "Tak, to ten, który pasuje do klejnotu! Teraz, gdy mam obie części mogę naprawić sztylet, jeśli chcesz."
|
||||
msgstr "Tak, to sztylet w którego rękojeści był osadzony klejnot! Teraz, gdy mam obie części to mogę naprawić go, jeśli oczywiście tego chcesz."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_6_0:1
|
||||
msgid "I'll think about it"
|
||||
@@ -37353,7 +37353,7 @@ msgstr "Zastanowię się nad tym"
|
||||
#: conversationlist_brimhaven.json:edrin_5_1
|
||||
#: conversationlist_brimhaven.json:edrin_6_1
|
||||
msgid "The best I can offer is 800 gold. The repair is quite delicate, and if done incorrectly it will just be a dagger with a gem in the pommel, and no more."
|
||||
msgstr "Jedyne co mogę zaoferować to 800 sztuk złota. Naprawa jest dość precyzyjna, a jeśli zostanie przeprowadzona nieprawidłowo, to będzie jedynie sztylet z klejnotem i nic więcej."
|
||||
msgstr "Minimalna cena jaką mogę zaoferować to 800 sztuk złota. Naprawa musi być wykonana z odpowiednią precyzją, a jeden błąd może sprawić, że będzie to jedynie sztylet z klejnotem i nic więcej."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_4_2:0
|
||||
#: conversationlist_brimhaven.json:edrin_5_1:0
|
||||
@@ -37371,13 +37371,13 @@ msgstr "To zbyt drogo. Zatrzymam sztylet oraz klejnot, który mam."
|
||||
#: conversationlist_brimhaven.json:edrin_5_1:2
|
||||
#: conversationlist_brimhaven.json:edrin_6_1:2
|
||||
msgid "OK. I agree. Here are the dagger and the gem."
|
||||
msgstr "OK. Zgadzam się. Oto sztylet i klejnot."
|
||||
msgstr "W porządku. Zgadzam się. Oto sztylet i klejnot."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_4_3a
|
||||
#: conversationlist_brimhaven.json:edrin_5_2a
|
||||
#: conversationlist_brimhaven.json:edrin_6_2a
|
||||
msgid "That is up to you, although I think you have made a mistake."
|
||||
msgstr "To zależy od Ciebie, myślę jednak, że popełniłeś błąd."
|
||||
msgstr "To Twoja decyzja, jednakże moim zdaniem popełniasz błąd."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_4_3b
|
||||
#: conversationlist_brimhaven.json:edrin_5_2b
|
||||
@@ -37387,25 +37387,25 @@ msgstr "To zajmie mi trochę czasu. Przyjdź później by odebrać naprawiony sz
|
||||
#: conversationlist_brimhaven.json:edrin_7_1a
|
||||
#: conversationlist_brimhaven.json:edrin_7_1b
|
||||
msgid "Yes, it is done. Here is the repaired dagger. It's nice to see Lawellyn's dagger brought back to its original glory. There is some mystery about his death. I don't know anything about it though. Maybe someone else in town can tell you more."
|
||||
msgstr "Tak, zrobione. Oto naprawiony sztylet. Miło widzieć, że przywrócono dawno świetność sztyletowi Lawellyna. Jest pewna tajemnica dotycząca jego śmierci. Jednak nic o tym nie wiem. Może ktoś inny w mieście będzie mógł Ci powiedzieć więcej."
|
||||
msgstr "Tak, jest naprawiony. Proszę, oto on. Miło jest widzieć, że sztylet Lawellyna odzyskał dawną świetność. Żeby było ciekawiej, okoliczności jego śmierci nie są do końca jasne. Tyle wiem w tym temacie. Może ktoś z miejscowych powie Ci coś więcej."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_7_1c
|
||||
msgid "No, not yet. You must have patience. I told you this is a difficult repair."
|
||||
msgstr "Nie, jeszcze nie. Musisz mieć cierpliwość. Mówiłem Ci, że trudno to naprawić."
|
||||
msgstr "Nie, jeszcze nie. Cierpliwości. Tłumaczyłem Ci przecież, że to robota wymagająca precyzji."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_4_3c
|
||||
#: conversationlist_brimhaven.json:edrin_5_2c
|
||||
#: conversationlist_brimhaven.json:edrin_6_2c
|
||||
msgid "Feel free to come back when you decide."
|
||||
msgstr "Jeśli masz ochotę wróć do nas, gdy się zdecydujesz."
|
||||
msgstr "Jeśli się zdecydujesz, to zajrzyj tu ponownie."
|
||||
|
||||
#: conversationlist_brimhaven.json:edrin_6_2b
|
||||
msgid "This will take me some time. Please come back later to collect the repaired dagger."
|
||||
msgstr "To zajmie trochę czasu. Przyjdź później, by odebrać naprawiony sztylet."
|
||||
msgstr "To zajmie mi trochę czasu. Przyjdź tu później."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_1
|
||||
msgid "May I help you? [He looks down on you.]"
|
||||
msgstr "Mogę Ci pomóc? [Patrzy na Ciebie z góry.]"
|
||||
msgstr "W czym mogę pomóc? [Patrzy na Ciebie.]"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_1:0
|
||||
msgid "I am just checking things out."
|
||||
@@ -37421,15 +37421,18 @@ msgstr "[Wskazujesz na bardzo drogi naszyjnik] Ile to kosztuje?"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_3
|
||||
msgid "I don't think this would fit you."
|
||||
msgstr "Nie sądzę by Ci to pasowało."
|
||||
msgstr "Nie sądzę aby pasował do Ciebie."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_3:0
|
||||
msgid "Well, I didn't ask if it would fit. I asked how much it was."
|
||||
msgstr "W porządku, nie pytałem czy pasowałoby mi. Pytałem ile by to kosztowało."
|
||||
msgstr ""
|
||||
"Cóż, ja nie pytałem o to czy pasowałby do mnie. Pytałem ile on kosztuje."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_4
|
||||
msgid "It is very expensive. I don't think we have anything for you. You are obviously in the wrong place. Please leave."
|
||||
msgstr "To bardzo drogie. Nic tu nie mam dla Ciebie. Najwyraźniej jesteś w złym miejscu. Odejdź."
|
||||
msgstr ""
|
||||
"Jest bardzo drogi. Myślę, że akurat tu nie ma nic dla Ciebie. To oczywiste, "
|
||||
"że trafiłeś w złe miejsce. Wyjdź stąd."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_4:0
|
||||
msgid "[You slowly pull out your coin bag and show him your gold.]"
|
||||
@@ -37437,23 +37440,25 @@ msgstr "[Powoli wyjmujesz swą sakwę i pokazujesz mu złoto.]"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_guard_20
|
||||
msgid "Hello again, Sir."
|
||||
msgstr "Witam ponownie, panie."
|
||||
msgstr "Witam ponownie Szanownego Pana."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_guard_10
|
||||
msgid "I will keep an eye on you."
|
||||
msgstr "Będę Cię pilnował."
|
||||
msgstr "Mam Cię na oku."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_20
|
||||
msgid "How can I serve you, Sir?"
|
||||
msgstr "W czym mogę służyć, panie?"
|
||||
msgstr "W czym mogę służyć Szanownemu Panu?"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_20:0
|
||||
msgid "Show me your wares."
|
||||
msgstr "Pokaż mi swoje towary."
|
||||
msgstr "Pokaż mi co masz na sprzedaż."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_20:1
|
||||
msgid "I am looking for a necklace in our family colors of red, green and white, that I would like to give as a present to my father."
|
||||
msgstr "Szukam naszyjnika w naszych rodzinnych barwach, czerwieni, zieleni i bieli, który mógłbym dać ojcu jako prezent."
|
||||
msgstr ""
|
||||
"Szukam naszyjnika w naszych rodowych barwach: czerwieni, zieleni i bieli. "
|
||||
"Chciałbym go dać ojcu jako prezent."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_10
|
||||
msgid ""
|
||||
@@ -37461,15 +37466,17 @@ msgid ""
|
||||
"I was just kidding, child... I mean... Sir!"
|
||||
msgstr ""
|
||||
"[Jego oczy rozszerzają się.] Och\n"
|
||||
"Tylko żartowałem, dzieciaku... Miałem na myśli... Panie!"
|
||||
"Tylko żartowałem, młody... Miałem na myśli... Szanowny Panie!"
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_10:0
|
||||
msgid "Show me your wares, you worm."
|
||||
msgstr "Pokaż mi swoje towary, ty gnido."
|
||||
msgstr "Pokaż mi co masz na sprzedaż, ty szujo."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_30
|
||||
msgid "No problem, Sir. I can arrange one for you. Just tell me how much you want to spend."
|
||||
msgstr "Nie ma problemu, panie. Mogę Ci jeden załatwić. Powiedz mi ile chcesz wydać."
|
||||
msgstr ""
|
||||
"Klient nasz Pan. Mogę sprezentować taki. Muszę tylko wiedzieć w jakiej cenie "
|
||||
"mam się zmieścić."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_30:1
|
||||
msgid "Give me a necklace for 5 gold coins."
|
||||
@@ -37493,7 +37500,7 @@ msgstr "Oto naszyjnik."
|
||||
|
||||
#: conversationlist_brimhaven.json:brv_shop_owner_40_1
|
||||
msgid "Take this... valuable necklace. Your father will be proud to wear it."
|
||||
msgstr "Weź ten... wartościowy naszyjnik. Twój ojciec będzie dumny, że go nosi."
|
||||
msgstr "Weź ten... cenny naszyjnik. Twój ojciec będzie dumny, że go nosi."
|
||||
|
||||
#: conversationlist_brimhaven.json:mikhail_present_10
|
||||
msgid "I asked you to search for your brother Andor and you did not find out anything and instead you are bringing me a necklace? Go and search for your brother!"
|
||||
@@ -39774,7 +39781,7 @@ msgid ""
|
||||
"Survived by Arlish"
|
||||
msgstr ""
|
||||
"Tu leży Lawellyn słaby.\n"
|
||||
"Przeżył go Arlish"
|
||||
"Przeżyła go Arlish"
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv2_grave_9_1:0
|
||||
msgid "Hmm, interesting."
|
||||
@@ -39867,11 +39874,11 @@ msgstr "Być może. Kto pyta?"
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_tavern1_guest2_asd_10:0
|
||||
msgid "Well, I've been asked by Lawellyn's daughter, Arlish, to investigate his death."
|
||||
msgstr "Świetnie, zostałem poproszony przez córkę Lawellyna Arlish, aby zbadać okoliczności jego śmierci."
|
||||
msgstr "Cóż, Arlish, córka Lawellyna poprosiła mnie abym zbadał okoliczności jego śmierci."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_tavern1_guest2_asd_20
|
||||
msgid "Oh, OK. Arlish helped me a lot in school when we were kids, so I feel like I owe it to her to help you."
|
||||
msgstr "Och, OK. Kiedy byliśmy dziećmi to Arlish bardzo mi pomogła w nauce. Sądzę, że jestem jej winien pomocy."
|
||||
msgstr "Och, dobra. Arlish bardzo pomagała mi w nauce, kiedy byliśmy dziećmi a zatem myślę, że jestem jej winien pomoc."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_tavern1_guest2_asd_30
|
||||
msgid "Don't tell the bartender, but I like to frequent the tavern in Loneford a lot, and as such, I've developed quite a friendship with the owner Kizzo. One day we were talking about how scary the woods between Loneford and Brimhaven can be at nighttime. After sharing some not so scary stories, Kizzo told me a crazy murder story. Now I can't remember the details because...well, I had been drinking."
|
||||
@@ -39883,11 +39890,11 @@ msgstr "Proponuję Ci porozmawiać z Kizzo."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_10
|
||||
msgid "Oh, yes. A couple of years ago, a customer that I've never seen before nor have I seen since, sits down at the bar with a terrified look on his face."
|
||||
msgstr "Och, tak. Wiele lat temu klient, którego nigdy wcześniej ani później nie widziałem, usiadł przy barze z przerażającym wyrazem twarzy."
|
||||
msgstr "A, tak. Kilka lat temu był tu klient, którego nigdy wcześniej ani później nie widziałem. Zapamiętałem go z uwagi na przerażenie jakie miał wypisane na twarzy."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_20
|
||||
msgid "He begins to tell me that he just witnessed two men in the woods between here and Brimhaven embroiled in a violent altercation and fears that one killed the other."
|
||||
msgstr "Zaczyna opowiadać mi, że właśnie dostrzegł dwóch mężczyzn w lesie między tym miejscem, a Brimhaven uwikłanych w gwałtowną sprzeczkę i obawia się, że jeden zabił drugiego."
|
||||
msgstr "Opowiedział mi, jak odrobinę wcześniej dostrzegł dwóch uwikłanych w gwałtowną kłótnię mężczyzn w lesie pomiędzy Loneford a Brimhaven i obawiał się, że jeden zabił drugiego."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_30
|
||||
msgid "That's all I know. Maybe you could find out more if you can find the scene of the murder?"
|
||||
@@ -39895,11 +39902,11 @@ msgstr "Tyle wiem. Może mógłbyś dowiedzieć się więcej, jeśli znajdziesz
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_40
|
||||
msgid "Wow! This glove looks like it's been through a lot."
|
||||
msgstr "Wow! Ta rękawiczka wygląda jakby była całkiem znoszona."
|
||||
msgstr "Jejku! Ta rękawiczka wygląda jakby wiele przeszła."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_50
|
||||
msgid "This does however look like it used to be a high quality item."
|
||||
msgstr "Jednakże wygląda to jako rzecz całkiem dobrej jakości."
|
||||
msgstr "Jednakże wygląda na to, że była to rękawica dobrej jakości."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_60
|
||||
msgid "Yes. If that was my glove, I would have tried to get a new one made instead of buying a new set as it would be cheaper."
|
||||
@@ -39911,7 +39918,7 @@ msgstr "Gdzie ktoś mógłby znaleźć tylko jedną rękawiczkę?"
|
||||
|
||||
#: conversationlist_brimhaven_2.json:kizzo_asd_70
|
||||
msgid "Well, I know Venanra in Brimhaven does some great work with cloth and leather items."
|
||||
msgstr "Świetnie, Venanra z Brimhaven wykonuje świetne dzieła z materiału i artykułów skórzanych."
|
||||
msgstr "Cóż, z tego co wiem to Venanra w Brimhaven szyje świetne rzeczy z wszelakich tkanin i skóry."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_crime_scene_20
|
||||
msgid "[Upon inspection, you notice what appears to be leather peeking out from under some leaves. You pull at it, and find a glove. It has what looks like old blood stains on it.]"
|
||||
@@ -39931,19 +39938,19 @@ msgstr "Zignoruj to."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_laundry_boss_10
|
||||
msgid "Well, yes, I have. In fact, I made one exactly like it a couple of years ago for a customer. I remember because it is a very unique looking glove."
|
||||
msgstr "Świetnie, tak, mam. Faktycznie, stworzyłem parę lat temu dla klienta taki sam. Pamiętam, ponieważ to bardzo unikatowo wyglądająca rękawiczka."
|
||||
msgstr "Cóż, tak, poznaję. Faktycznie, uszyłam takie parę lat temu. Pamiętam, ponieważ jest to wyjątkowo wyglądająca rękawiczka."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_laundry_boss_10:0
|
||||
msgid "Can you remember who the customer was?"
|
||||
msgstr "Pamiętasz kto był tym klientem?"
|
||||
msgstr "Pamiętasz dla kogo je zrobiłaś?"
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_laundry_boss_20
|
||||
msgid "Um, let me think for a second...ah, yes, it was for Ogea."
|
||||
msgstr "Uhm, niech no pomyślę... ach, tak, to była Ogea."
|
||||
msgstr "Uhm, niech no pomyślę... ach, tak, to był Ogea."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_laundry_boss_30
|
||||
msgid "He came to me with a story that he lost his glove while hunting one night and how he wanted me to make him a replacement as he could not afford to purchase a new pair."
|
||||
msgstr "Przyszedł do mnie z bajeczką, że zgubił rękawiczkę pewnej nocy podczas polowania i chciał bym mu uszył zamiennik, ponieważ nie było go stać na nową parę."
|
||||
msgstr "Przyszedł do mnie mówiąc, że zgubił rękawiczkę podczas nocnego polowania i chciał, abym mu uszyła drugą, ponieważ nie było go stać na zakup nowej pary."
|
||||
|
||||
#: conversationlist_brimhaven_2.json:brv_laundry_boss_40
|
||||
msgid "Oh, absolutely. I'm sure."
|
||||
@@ -48730,6 +48737,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48851,6 +48861,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49565,7 +49579,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -50047,7 +50061,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51436,7 +51454,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51571,6 +51589,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Sztylet"
|
||||
@@ -59528,6 +59550,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "W poszukiwaniu Andora"
|
||||
@@ -63191,7 +63217,7 @@ msgstr "Powinienem zanieść dowody Kizzo."
|
||||
|
||||
#: questlist_brimhaven.json:brv_dagger:170
|
||||
msgid "Kizzo recommended that I ask Venanra in Brimhaven about the glove."
|
||||
msgstr "Kizzo polecił mi zapytać Venanra z Brimhaven o rękawicę."
|
||||
msgstr "Kizzo zaproponował mi abym zapytał Venanrę z Brimhaven o rękawicę."
|
||||
|
||||
#: questlist_brimhaven.json:brv_dagger:180
|
||||
msgid "After speaking with Venanra, I learned that the glove belonged to Ogea."
|
||||
@@ -64080,103 +64106,6 @@ msgstr "Facutloni chce, abym zgłosił się do niego gdy tylko dostarczę wszyst
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr "Zgłosiłem się do Facutloniego. Jest bardzo szczęśliwy."
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
@@ -64398,4 +64327,3 @@ msgstr ""
|
||||
#: worldmap.xml:world1:deebo_orchard
|
||||
msgid "Deebo's Orchard"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48508,6 +48508,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48629,6 +48632,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49343,7 +49350,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49825,7 +49832,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51214,7 +51225,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51349,6 +51360,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Adaga"
|
||||
@@ -59254,6 +59269,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "Busca por Andor"
|
||||
@@ -63799,103 +63818,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -3,8 +3,9 @@ msgstr ""
|
||||
"Project-Id-Version: Andors Trail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-11-10 11:48+0000\n"
|
||||
"PO-Revision-Date: 2022-06-29 18:21+0000\n"
|
||||
"Last-Translator: Derik Douglas Jesus da Silva <guldagld@gmail.com>\n"
|
||||
"PO-Revision-Date: 2022-10-23 04:10+0000\n"
|
||||
"Last-Translator: Elton Viana Gonçalves da Luz <eltongoncalves94@hotmail.com>"
|
||||
"\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
|
||||
"andors-trail/game-content/pt_BR/>\n"
|
||||
"Language: pt_BR\n"
|
||||
@@ -12,7 +13,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 4.13.1-dev\n"
|
||||
"X-Generator: Weblate 4.14.2-dev\n"
|
||||
"X-Launchpad-Export-Date: 2015-11-02 12:27+0000\n"
|
||||
|
||||
#: [none]
|
||||
@@ -1181,7 +1182,7 @@ msgstr ""
|
||||
#: conversationlist_brimhaven.json:edrin_0_0
|
||||
#: conversationlist_gorwath.json:arensia_1:0
|
||||
msgid "Hello."
|
||||
msgstr ""
|
||||
msgstr "Olá."
|
||||
|
||||
#: conversationlist_crossglen_leta.json:oromir2
|
||||
msgid "I'm hiding here from my wife Leta. She is always getting angry at me for not helping out on the farm. Please don't tell her that I'm here."
|
||||
@@ -3239,7 +3240,7 @@ msgstr "Você pode me dizer a história sobre Flagstone?"
|
||||
|
||||
#: conversationlist_flagstone.json:flagstone_sentry_4
|
||||
msgid "Flagstone Prison was built a few hundred years ago by house Gorland of Stoutford and used until the Noble Wars, when the house was vanquished. This dreadful place has been abandoned ever since."
|
||||
msgstr "A cadeia de Flagstone foi construída a algumas centenas de anos atrás pela casa Gorland de Stoutford e utilizada desde as Guerras Nobresm, quando a casa foi vencida. Este terrível lugas foi abandonado desde então."
|
||||
msgstr "A cadeia de Flagstone foi construída a algumas centenas de anos atrás pela casa Gorland de Stoutford e utilizada desde as Guerras Nobres, quando a casa foi vencida. Este terrível lugar foi abandonado desde então."
|
||||
|
||||
#: conversationlist_flagstone.json:flagstone_sentry_8
|
||||
msgid "For years, no one took notice of Flagstone, although there were occasional reports from travelers of terrible screams coming from the camp."
|
||||
@@ -3247,7 +3248,7 @@ msgstr "Durante anos, ninguém tomou conhecimento de Flagstone, embora houvesse
|
||||
|
||||
#: conversationlist_flagstone.json:flagstone_sentry_9
|
||||
msgid "But recently, undead started pouring out of Flagstone and started to threaten Stoutford and the trade routes nearby."
|
||||
msgstr "[OUTDATED]Houve uma mudança recente: agora os mortos-vivos estão pipocando em grande número."
|
||||
msgstr "Mas recentemente, mortos-vivos começaram a sair de Flagstone e começaram a ameaçar Stoutford e as rotas comerciais próximas."
|
||||
|
||||
#: conversationlist_flagstone.json:flagstone_sentry_10
|
||||
msgid "So, here we are. I have to guard the road from undead, so that they do not spread farther than Flagstone."
|
||||
@@ -4726,7 +4727,7 @@ msgstr "[OUTDATED]Devemos conversar sobre alguma coisa."
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:7
|
||||
msgid "What am I supposed to do in Sullengard again?"
|
||||
msgstr ""
|
||||
msgstr "O que eu devo fazer em Sullengard novamente?"
|
||||
|
||||
#: conversationlist_umar.json:umar_return_1:9
|
||||
msgid "Are you going to tell me about the key?"
|
||||
@@ -10790,7 +10791,7 @@ msgstr "Algumas pessoas idosas até morreram."
|
||||
|
||||
#: conversationlist_crossroads_1.json:cr_loneford_st_6
|
||||
msgid "Everyone started investigating what could be the cause. Currently, the cause is still unknown."
|
||||
msgstr "Foi iniciada uma investigação para descobrir a causa. Mas até hoje, a causa ainda não foi descoberta."
|
||||
msgstr "Foi iniciada uma investigação para descobrir a causa, mas até hoje ela é desconhecida."
|
||||
|
||||
#: conversationlist_crossroads_1.json:cr_loneford_st_7
|
||||
msgid "Luckily, now Feygard has sent patrols up there to help guard the village at least. The people are still suffering though."
|
||||
@@ -16089,19 +16090,19 @@ msgstr "*suspiro* Até mesmo pensar que precisamos de ajuda de crianças para ex
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_8
|
||||
msgid "I guess you know the background to this situation already. We have had some people disappear on us for some time now. We have no idea what has happened to the people that have disappeared, or even if they are still alive."
|
||||
msgstr "Eu acho que você sabe já sabe o histórico dessa situação. Tivemos algumas pessoas desaparecidas dentre nós há algum tempo. Nós não temos ideia do que aconteceu com as pessoas que desapareceram, ou mesmo se eles ainda estão vivas."
|
||||
msgstr "Eu acho que você sabe já sabe o histórico dessa situação. Tivemos algumas pessoas desaparecidas dentre nós, há algum tempo. Nós não temos ideia do que aconteceu com as pessoas que desapareceram, ou mesmo se eles ainda estão vivas."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_9
|
||||
msgid "Considering how many there are that have disappeared without anyone knowing what happened, it doesn't seem like they are out travelling."
|
||||
msgstr "Considerando como muitos são os que desapareceram sem que ninguém saiba o que aconteceu, não parece que eles estejão viajando."
|
||||
msgstr "Considerando quantos são os que desapareceram sem ninguém saber o que aconteceu, não me parece que eles estão viajando."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_10
|
||||
msgid "OK, so what I would like you to do for me is ask some people what they know of the missing people. The fact that you are not from around here might help you get information that neither me nor my guards would be able to acquire."
|
||||
msgstr "Ok, então o que eu gostaria que você fizesse para mim é pedir a algumas pessoas que conhecem as pessoas desaparecidas. O fato de que você não seja daqui pode ajudá-lo a obter informações que nem eu nem meus guardas seriamos capazes de adquirir."
|
||||
msgstr "Ok, então o que eu gostaria que você fizesse para mim é perguntar a algumas pessoas o que elas sabem sobre as pessoas desaparecidas. O fato de que você não é daqui pode ajudá-lo a obter informações, que nem eu e nem meus guardas seríamos capazes de obter."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_10:0
|
||||
msgid "Sounds simple enough."
|
||||
msgstr "Som bastante simples."
|
||||
msgstr "Soa bastante simples."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_10:1
|
||||
msgid "Sure, I'll do it. Who do you want me to ask?"
|
||||
@@ -16250,7 +16251,7 @@ msgstr "Nada. Nenhum deles me disse nada de novo sobre as pessoas desaparecidas.
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_return3
|
||||
msgid "So ... let me get things straight. You went and asked them about the missing people, and they didn't tell you anything new?"
|
||||
msgstr "Então... Deixe-me entender direito. Você foi e perguntou-lhes sobre as pessoas desaparecidas, e que não lhe disseram nada de novo?"
|
||||
msgstr "Então... Deixe-me entender direito. Você foi e perguntou-lhes sobre as pessoas desaparecidas, e não lhe disseram nada de novo?"
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_return3:0
|
||||
msgid "No. None of them had anything new to say."
|
||||
@@ -16262,11 +16263,11 @@ msgstr "Você me ouviu pela primeira vez."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_return3:2
|
||||
msgid "Maybe you should have sent me to ask other people than these losers you sent me to."
|
||||
msgstr "Talvez você devesse ter me mandou perguntar a outras pessoas do que esses perdedores que voce me mandou procurar."
|
||||
msgstr "Talvez você deveria ter mandado eu ir perguntar a outras pessoas, além desses perdedores, que você me enviou."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_return4
|
||||
msgid "Oh, I knew you were nothing but trouble the moment I saw you."
|
||||
msgstr "Ah, eu sabia que você era nada além de problemas no momento em que o vi."
|
||||
msgstr "Ah, eu sabia que você não era nada além de problemas desde o momento em que o vi."
|
||||
|
||||
#: conversationlist_jhaeld.json:jhaeld_return5
|
||||
msgid "I sent you to do a simple task, and you return with ... nothing!"
|
||||
@@ -24549,7 +24550,7 @@ msgstr "Você se atreve a aproximar de mim? Você vai morrer!"
|
||||
|
||||
#: conversationlist_graveyard1.json:tesrekan_guardian_0:0
|
||||
msgid "I've killed worse than you!"
|
||||
msgstr "Eu já matei mais piores do que você!"
|
||||
msgstr "Eu já matei estorvos piores do que você!"
|
||||
|
||||
#: conversationlist_graveyard1.json:waterwaycaveblock_2
|
||||
msgid "The Guardian stares at you. You feel a sense of dread, but you resist the urge to turn back."
|
||||
@@ -48729,6 +48730,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48850,6 +48854,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49564,7 +49572,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -50046,7 +50054,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -51435,7 +51447,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51570,6 +51582,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Adaga"
|
||||
@@ -59527,6 +59543,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "Busca por Andor"
|
||||
@@ -64079,103 +64099,6 @@ msgstr "Facutloni quer que eu o informe depois que as entregas estiverem complet
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr "Relatei a Facutloni. Ele está muito feliz."
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
@@ -64397,4 +64320,3 @@ msgstr ""
|
||||
#: worldmap.xml:world1:deebo_orchard
|
||||
msgid "Deebo's Orchard"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -47916,6 +47916,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48037,6 +48040,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48751,7 +48758,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49233,7 +49240,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50622,7 +50633,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50757,6 +50768,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58555,6 +58570,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63079,103 +63098,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -47922,6 +47922,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48043,6 +48046,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48757,7 +48764,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49239,7 +49246,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50628,7 +50639,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50763,6 +50774,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Bodalo"
|
||||
@@ -58561,6 +58576,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63085,103 +63104,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47946,6 +47946,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48067,6 +48070,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48781,7 +48788,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49263,7 +49270,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50652,7 +50663,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50787,6 +50798,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58585,6 +58600,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63111,103 +63130,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47909,6 +47909,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48030,6 +48033,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48744,7 +48751,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49226,7 +49233,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50615,7 +50626,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50750,6 +50761,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58548,6 +58563,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63072,103 +63091,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -47938,6 +47938,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48059,6 +48062,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48773,7 +48780,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49255,7 +49262,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50644,7 +50655,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50779,6 +50790,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58577,6 +58592,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63101,103 +63120,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48172,6 +48172,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48293,6 +48296,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -49007,7 +49014,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49489,7 +49496,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50878,7 +50889,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -51013,6 +51024,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr "Hançer"
|
||||
@@ -58811,6 +58826,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr "Andor'un Peşinde"
|
||||
@@ -63342,103 +63361,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -48060,6 +48060,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48181,6 +48184,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48895,7 +48902,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49377,7 +49384,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50766,7 +50777,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50901,6 +50912,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58699,6 +58714,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63223,103 +63242,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -47999,6 +47999,9 @@ msgid "Welcome to Sullengard, kid. Happy 20th beer celebration!"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_1:2
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_beer_0:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_no_letter_delivered:1
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered:1
|
||||
msgid "We want to contribute gold coins for your financial loss."
|
||||
msgstr ""
|
||||
|
||||
@@ -48120,6 +48123,10 @@ msgstr ""
|
||||
msgid "I need somewhere to relax and refresh. Do you have a bed available?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10:2
|
||||
msgid "Do you know by chance where this lost travelor is?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_20
|
||||
msgid "Yes, I do, but it's going to cost you more than you may be expecting."
|
||||
msgstr ""
|
||||
@@ -48834,7 +48841,7 @@ msgid "Correct. Oops...I don't have the new pitchfork. Be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_ainsley_3
|
||||
msgid "Thank you so much, kid. Tell my wife Ainsley I can come home on time today."
|
||||
msgid "Thank you so much, kid. Tell my wife Hadena I can come home on time today."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard7_road_sign
|
||||
@@ -49316,7 +49323,11 @@ msgid "And where is this person now?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:0
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled."
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. Here is your inventory."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_90:1
|
||||
msgid "I wish I knew. After he told me where to find your stuff, he took off and I was unable to see in what direction he fled. I just remembered that I didn't bring your inventory with me. I'll be right back."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_zaccheria_100
|
||||
@@ -50705,7 +50716,7 @@ msgid "How did you know that?"
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_mayor_letter_delivered
|
||||
msgid "Than you for delivering my letter to Kealwea."
|
||||
msgid "Thank you for delivering my letter to Kealwea."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:ff_captain_beer_tell_everything_32
|
||||
@@ -50840,6 +50851,10 @@ msgstr ""
|
||||
msgid "If you are here about a tax complaint or a land dispute, then please sign in and I well get to you momentarily."
|
||||
msgstr ""
|
||||
|
||||
#: conversationlist_sullengard.json:sullengard_godrey_10a
|
||||
msgid "Sure. Look at the table over there. He is my best customer at he moment."
|
||||
msgstr ""
|
||||
|
||||
#: itemcategories_1.json:dagger
|
||||
msgid "Dagger"
|
||||
msgstr ""
|
||||
@@ -58638,6 +58653,10 @@ msgstr ""
|
||||
msgid "Maddalena"
|
||||
msgstr ""
|
||||
|
||||
#: monsterlist_next_release.json:lava_queen_entity
|
||||
msgid "Queen lava entity"
|
||||
msgstr ""
|
||||
|
||||
#: questlist.json:andor
|
||||
msgid "Search for Andor"
|
||||
msgstr ""
|
||||
@@ -63162,103 +63181,6 @@ msgstr ""
|
||||
msgid "I reported back to Facutloni. He is very happy."
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow
|
||||
msgid "faction_count_shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:0
|
||||
msgid "Ranges 30:max | 18:very high | 6:high | -5:low | -14:very low | -23:even lower"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:10
|
||||
msgid " 4 vacor:61 Killed Vacor"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:20
|
||||
msgid " 4- vacor:60 Killed Unzel"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:30
|
||||
msgid " 4- kaverin:21 Declined to help Kaverin"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:40
|
||||
msgid " 4 feygard_shipment:82 Reported back to Ailshara"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:50
|
||||
msgid " 1 thieves_hidden:80 Talked about thieves to Thoronir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:60
|
||||
msgid " 4 stoutford_castle:50 Yolgen examined the ring"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:70
|
||||
msgid " 4- stoutford_castle:60 Kept the ring for myself, which upset Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:80
|
||||
msgid " 4- stoutford_castle:70 Kept the ring for myself and didn't tell Yolgen"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:90
|
||||
#: questlist_factions.json:faction_count_shadow:210
|
||||
#: questlist_factions.json:faction_count_shadow:220
|
||||
#: questlist_factions.json:faction_count_shadow:230
|
||||
#: questlist_factions.json:faction_count_shadow:240
|
||||
#: questlist_factions.json:faction_count_shadow:250
|
||||
#: questlist_factions.json:faction_count_shadow:260
|
||||
#: questlist_factions.json:faction_count_shadow:270
|
||||
#: questlist_factions.json:faction_count_shadow:280
|
||||
#: questlist_factions.json:faction_count_shadow:290
|
||||
msgid " "
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:100
|
||||
msgid " 4 kaverin:100 Found Vacor's old hideout"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:110
|
||||
msgid " 4 Thieves03:32 The patrol sergeant has left to call for backup"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:120
|
||||
msgid " 4- darkprotector:70 Restored the helmet"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:130
|
||||
msgid " 5 darkprotector:40 Ulirfendor has given me the dark blessing of the Shadow"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:140
|
||||
msgid " 4 darkprotector:41 Ulirfendor wanted to give me the dark blessing of the Shadow, but I declined"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:150
|
||||
msgid " 4 xulviir:30 Destroyed the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:160
|
||||
msgid " 4- xulviir:20 Restored the Xul'viir"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:170
|
||||
msgid " 3- rogorn:50 Killed Rogorn"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:180
|
||||
msgid " 3 rogorn:55 Lie about Rogorn killed"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:190
|
||||
msgid " 1- loneford:55 Talked to Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_factions.json:faction_count_shadow:200
|
||||
msgid " 1 loneford:60 Didn't tell Kuldan about the illness"
|
||||
msgstr ""
|
||||
|
||||
#: questlist_sullengard.json:deebo_orchard_hth
|
||||
msgid "Hunting the hunter"
|
||||
msgstr ""
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
## This file must *NOT* be checked into Version Control Systems,
|
||||
# as it contains information specific to your local configuration.
|
||||
#
|
||||
# Location of the SDK. This is only used by Gradle.
|
||||
#
|
||||
#Sun Sep 25 12:50:59 CEST 2022
|
||||
sdk.dir=C\:\\Users\\chris\\AppData\\Local\\Android\\Sdk
|
||||
@@ -1,16 +1,105 @@
|
||||
I put both (release notes + forum announcement) into this source, so it will be easier to maintain them parallel:
|
||||
|
||||
APK 67 (0.8.3) //Haunted Forest 2022-11-04
|
||||
|
||||
Release notes (Google/Itch)
|
||||
=============
|
||||
Content
|
||||
* 38 new maps
|
||||
* A new quest "The Dead are Walking"
|
||||
|
||||
Engine
|
||||
* Export / Import function for savegames (Android 11+ devices only)
|
||||
* Beta versions come now as a different APK
|
||||
|
||||
|
||||
|
||||
Forum announcement
|
||||
==================
|
||||
Hello fellow adventurers,
|
||||
|
||||
we have another new release for you 8-)
|
||||
It would have been nice if we had been some days faster. Then it would have come out in time for Halloween.
|
||||
But we won't delay the release for an extra year because of that...
|
||||
|
||||
[list]We have 38 new maps and 1 new quest "The Dead are Walking" created by Antison - thanks for all the work 8-)
|
||||
You start at the church in Vilegard. But beware - similar to Sullengard, this release is no walk in the park![/list]
|
||||
|
||||
[list]In addition, the game now has the long-awaited export / import function, so that savegames can now be conveniently copied to another device.
|
||||
This feature was brought to us by OMGeeky, which we're taking as an opportunity to welcome him as the newest member of the development team!
|
||||
|
||||
There are now 3 more choices in the load menu:
|
||||
[list]Export: Writes all savegames and the world map to any directory.[/list]
|
||||
[list]Import: Loads individually selected saved games. If the slot is already occupied, you can choose between overwriting, canceling or saving in a new slot.[/list]
|
||||
[list]Import world map: Loads missing parts of the world maps, e.g. if saves were copied from another device.[/list]
|
||||
(This export/import is only available for Android 11+, older devices can be copied as usual.)
|
||||
[/list]
|
||||
|
||||
[list]This Beta version is released with a different APK name, so you won't have to deinstall the product version any more. You can install and play both APK's independently.[/list]
|
||||
[list]And as always we fixed some minor bugs and actualized the translations.[/list]
|
||||
|
||||
|
||||
Here is is the link: [url]https://andorstrail.com/static/AndorsTrail_v0.8.3_beta.apk[/url]
|
||||
|
||||
Have fun trying!
|
||||
If you encounter bugs or strange things, please post them. This will help us to fix it before publishing the release.
|
||||
|
||||
|
||||
APK 66 (0.8.2) //Sullengard Bugfix
|
||||
|
||||
Release notes
|
||||
=============
|
||||
* Fix of a lost traveler in certain conditions
|
||||
* support of older mobiles again
|
||||
|
||||
|
||||
Forum announcement //2022-10-09
|
||||
==================
|
||||
Hello fellow adventurers,
|
||||
|
||||
we have a new release for you 8-)
|
||||
|
||||
[list]Some of you had encountered a serious bug so that the quest "Recovering stolen property" could not be completed.
|
||||
(If you miss a certain traveler, you should talk to Sullengard's innkeeper in this new release)[/list]
|
||||
|
||||
[list]Then we increased XP for quests a bit and ensured one diamond ring.[/list]
|
||||
|
||||
[list]And we fixed some maps, added a long missed little map near Fallhaven, and actualized the translations.[/list]
|
||||
|
||||
[list]Also we tried to support older mobiles again.[/list]
|
||||
|
||||
[list]And last but not least: hopefully F-Droid supports our sources again.[/list]
|
||||
|
||||
There is no new content, but this list of fixes is enough reason to publish a new release.
|
||||
Here is is the link: [url]https://andorstrail.com/static/AndorsTrail_v0.8.2.apk[/url]
|
||||
|
||||
Google Play and Itch will follow soon, and hopefully F-Droid too.
|
||||
|
||||
Cheers!
|
||||
|
||||
|
||||
|
||||
APK 65 (0.8.1) //Engine modernization + Sullengard
|
||||
|
||||
Release notes
|
||||
=============
|
||||
* New city Sullengard
|
||||
* 71 new maps and 6 new quests
|
||||
* Monster kill count
|
||||
* Controller support
|
||||
* Translation updates
|
||||
* Engine changes to support actual Android Studio
|
||||
|
||||
|
||||
Forum beta announcement //2022-09-28
|
||||
=======================
|
||||
Hello fellow adventurers,
|
||||
|
||||
it took a while - much longer than we planned - but it was worth the wait:
|
||||
|
||||
[list]We have a big update with 71 new maps and 6 new quests for you![/list]
|
||||
|
||||
[list]3 Additions from Guro-meditation-No42:
|
||||
[list]3 Additions from Guru-meditation-No42:
|
||||
[list]Kill count summed up for monsters with same name (a minor irritation)[/list]
|
||||
[list]Show kills of monsters in monster stat view (often requested)[/list]
|
||||
[list]Controller support (not yet tested)[/list]
|
||||
@@ -51,58 +140,6 @@ Google Play and Itch will follow soon, and hopefully this version can also be pr
|
||||
Thx for your patience - have fun with the new release!
|
||||
|
||||
|
||||
Forum beta announcement //2022-08-27
|
||||
=======================
|
||||
Hello fellow adventurers,
|
||||
|
||||
it took a while - much longer than we planned - but it was worth the wait:
|
||||
|
||||
[list]We have a big update with 71 new maps and 6 new quests for you![/list]
|
||||
|
||||
[list]3 Additions from Guro-meditation-No42:
|
||||
[list]Kill count summed up for monsters with same name (a minor irritation)[/list]
|
||||
[list]Show kills of monsters in monster stat view (often requested)[/list]
|
||||
[list]Controller support (not yet tested)[/list]
|
||||
[/list]
|
||||
[list]Also we modernized the engine (Many thanks to OMGeeky), so that you can now use the current Android Studio version to create the APK.
|
||||
This will be easier for new developers, and it should enable F-Droid to publish Andor's Trail again![/list]
|
||||
|
||||
Enough reason to start a new release number: v0.8
|
||||
|
||||
|
||||
There is a big new area and a new city called Sullengard to the southeast - follow the Duleian road, you can't miss it. But beware, the beasts are really dangerous!! Don't venture there too early or you'll find yourself waking up in a bed more often than you want...
|
||||
|
||||
On your way to Sullengard you may find two quests
|
||||
[list]"Hunting the hunter" [/list]
|
||||
[list]"Getting home on time"[/list]
|
||||
|
||||
Look for these two quests in Sullengard:
|
||||
[list]"Pond safety"[/list]
|
||||
[list]"Recovering stolen property"[/list]
|
||||
|
||||
The following two quests are found elsewhere:
|
||||
[list]"Beer Bootlegging" starts at the Foaming flask[/list]
|
||||
[list]"Another ruthless Crackshot" not only sounds like thieves affairs, so ask at the Guild.[/list]
|
||||
|
||||
|
||||
I won't tell more about the quests, I trust you to find out yourself - it's more fun after all.
|
||||
|
||||
|
||||
In good tradition we first publish a beta here in the forum.
|
||||
What do you think of the new parts? What is good and what is not so good? Can you play properly with a console?
|
||||
Of course let us know if you find any errors or inconsistencies (preferably with a screenshot).
|
||||
|
||||
|
||||
Keep in mind that savegames of a beta version will not work later in any product version!
|
||||
The beta is a separate APK now, so you can have both (beta and product version) parallel in your device. New Android versions will keep the savegames of beta and prod.version separate too.
|
||||
|
||||
|
||||
Here now is the link to v0.8.1 beta version: [url]https://andorstrail.com/static/AndorsTrail_v0.8.1beta.apk[/url]
|
||||
As always: Best make a backup of your savegames first to be sure.
|
||||
|
||||
Thx for your patience - have fun with the beta!
|
||||
|
||||
|
||||
|
||||
Forum announcement //2022-02-20
|
||||
==================
|
||||
|
||||
BIN
AndorsTrail/res/drawable/items_omgeeky.png
Normal file
BIN
AndorsTrail/res/drawable/items_omgeeky.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 106 KiB |
BIN
AndorsTrail/res/drawable/map_ratdom.png
Normal file
BIN
AndorsTrail/res/drawable/map_ratdom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 435 KiB |
@@ -71,6 +71,29 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/dialog_button_container_vertical"
|
||||
style="@style/AndorsTrail_Style_StdFrame"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.8"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:paddingBottom="5dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/dialog_template_button_vertical"
|
||||
style="@style/AndorsTrail_Style_TextButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -51,19 +51,45 @@
|
||||
</ScrollView>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/loadsave_save_to_new_slot_container"
|
||||
android:id="@+id/loadsave_save_to_new_slot_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
style="@style/AndorsTrail_Style_StdFrame"
|
||||
>
|
||||
<Button
|
||||
android:id="@+id/loadsave_save_to_new_slot"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
style="@style/AndorsTrail_Style_StdFrame"
|
||||
>
|
||||
<Button
|
||||
android:id="@+id/loadsave_save_to_new_slot"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/loadsave_save_to_new_slot"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
android:text="@string/loadsave_save_to_new_slot"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/loadsave_export_import_save_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
style="@style/AndorsTrail_Style_StdFrame"
|
||||
>
|
||||
<Button
|
||||
android:id="@+id/loadsave_export_save"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/loadsave_export"
|
||||
/>
|
||||
<Button
|
||||
android:id="@+id/loadsave_import_save"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/loadsave_import_save"
|
||||
/>
|
||||
<Button
|
||||
android:id="@+id/loadsave_import_worldmap"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/loadsave_import_worldmap"
|
||||
/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
29
AndorsTrail/res/raw/actorconditions_haunted_forest.json
Normal file
29
AndorsTrail/res/raw/actorconditions_haunted_forest.json
Normal file
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"id":"death_plague",
|
||||
"iconID":"actorconditions_japozero:35",
|
||||
"name":"Death Plague",
|
||||
"category":"blood",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-2,
|
||||
"max":-2
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":-10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"sleepwalking",
|
||||
"iconID":"actorconditions_1:29",
|
||||
"name":"Sleepwalking",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentAP":{
|
||||
"min":-3,
|
||||
"max":-3
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"id":"leonid1",
|
||||
"message":"Hello kid. You're Mikhail's son aren't you? With that brother of yours.\n\nI'm Leonid, steward of Crossglen village.",
|
||||
"message":"Hello kid. You're Mikhail's youngest child aren't you? With that brother of yours.\n\nI'm Leonid, steward of Crossglen village.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":61
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user