Compare commits
3 Commits
test_brimh
...
as3_migrat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62858836c1 | ||
|
|
cbb9254432 | ||
|
|
dc4f8e8590 |
86
.gitignore
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
### Android ###
|
||||
# Built application files
|
||||
*.apk
|
||||
*.ap_
|
||||
|
||||
# Files for the ART/Dalvik VM
|
||||
*.dex
|
||||
|
||||
# Java class files
|
||||
*.class
|
||||
|
||||
# Generated files
|
||||
bin/
|
||||
gen/
|
||||
out/
|
||||
|
||||
# Gradle files
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
# Proguard folder generated by Eclipse
|
||||
proguard/
|
||||
|
||||
# Log Files
|
||||
*.log
|
||||
|
||||
# Android Studio Navigation editor temp files
|
||||
.navigation/
|
||||
|
||||
# Android Studio captures folder
|
||||
captures/
|
||||
|
||||
# Built application files
|
||||
/*/build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
||||
### Gradle ###
|
||||
.gradle
|
||||
/build/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||
# gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
# Signing files
|
||||
.signing/*.keystore
|
||||
!.signing/debug.keystore
|
||||
|
||||
# User-specific configurations
|
||||
.idea/libraries/
|
||||
.idea/workspace.xml
|
||||
.idea/tasks.xml
|
||||
.idea/.name
|
||||
.idea/compiler.xml
|
||||
.idea/copyright/profiles_settings.xml
|
||||
.idea/encodings.xml
|
||||
.idea/misc.xml
|
||||
.idea/modules.xml
|
||||
.idea/scopes/scope_settings.xml
|
||||
.idea/caches/build_file_checksums.ser
|
||||
.idea/caches/gradle_models.ser
|
||||
.idea/vcs.xml
|
||||
.idea/assetWizardSettings.xml
|
||||
*.iml
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
14
.idea/assetWizardSettings.xml
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="WizardSettings">
|
||||
<option name="children">
|
||||
<map>
|
||||
<entry key="imageWizard">
|
||||
<value>
|
||||
<PersistentState />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
29
.idea/codeStyles/Project.xml
generated
Normal file
@@ -0,0 +1,29 @@
|
||||
<component name="ProjectCodeStyleConfiguration">
|
||||
<code_scheme name="Project" version="173">
|
||||
<Objective-C-extensions>
|
||||
<file>
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Import" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Macro" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Typedef" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Enum" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Constant" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Global" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Struct" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="FunctionPredecl" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Function" />
|
||||
</file>
|
||||
<class>
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Property" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="Synthesize" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InitMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="StaticMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="InstanceMethod" />
|
||||
<option name="com.jetbrains.cidr.lang.util.OCDeclarationKind" value="DeallocMethod" />
|
||||
</class>
|
||||
<extensions>
|
||||
<pair source="cpp" header="h" fileNamingConvention="NONE" />
|
||||
<pair source="c" header="h" fileNamingConvention="NONE" />
|
||||
</extensions>
|
||||
</Objective-C-extensions>
|
||||
</code_scheme>
|
||||
</component>
|
||||
15
.idea/gradle.xml
generated
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<compositeConfiguration>
|
||||
<compositeBuild compositeDefinitionSource="SCRIPT" />
|
||||
</compositeConfiguration>
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
12
.idea/runConfigurations.xml
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RunConfigurationProducerService">
|
||||
<option name="ignoredProducers">
|
||||
<set>
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
|
||||
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
||||
BIN
.signing/debug.keystore
Normal file
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
</classpath>
|
||||
16
AndorsTrail/.gitignore
vendored
@@ -1,16 +0,0 @@
|
||||
# Android ignores
|
||||
gen/
|
||||
bin/
|
||||
target/
|
||||
local.properties
|
||||
|
||||
#IntelliJ
|
||||
.idea/
|
||||
out/production/
|
||||
out/test/
|
||||
*.iws
|
||||
*.ipr
|
||||
|
||||
# Other
|
||||
.metadata
|
||||
.svn/
|
||||
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>AndorsTrail</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -1,36 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="EclipseModuleManager" forced_jdk="true">
|
||||
<conelement value="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
|
||||
<conelement value="com.android.ide.eclipse.adt.LIBRARIES" />
|
||||
<src_description expected_position="1">
|
||||
<src_folder value="file://$MODULE_DIR$/src" expected_position="0" />
|
||||
<src_folder value="file://$MODULE_DIR$/gen" expected_position="1" />
|
||||
</src_description>
|
||||
</component>
|
||||
<component name="FacetManager">
|
||||
<facet type="android" name="Android">
|
||||
<configuration />
|
||||
</facet>
|
||||
</component>
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
||||
<output url="file://$MODULE_DIR$/bin/classes" />
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$MODULE_DIR$/libs/android-support-v4.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
</module>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
andor@andorstrail.com
|
||||
@@ -1 +0,0 @@
|
||||
http://andorstrail.com
|
||||
@@ -1 +0,0 @@
|
||||
en-US
|
||||
@@ -1,86 +0,0 @@
|
||||
Explore the world of Dhayavar looking for your brother Andor in this quest-driven fantasy RPG inspired by old-school classics like Ultima, Rogue and Legend of Zelda.
|
||||
|
||||
Battle monsters in turn-based combat, become stronger through level ups and skills, choose from a wide range of equipment, interact with numerous NPCs, visit shops, inns and taverns, search for treasure, and solve quests to follow the trail of your brother and uncover the secrets of the powers at play in Dhayavar. With luck, you may even find a legendary item!
|
||||
|
||||
You can currently visit up to 497 maps and complete up to 63 quests.
|
||||
|
||||
The game is completely free. There is no payment to install, no ads, no in-app purchases, and no DLCs. There is no internet access required, and it can run on all versions of Android from 1.6 (Eclair), so it should run on any device, even low-end oldies.
|
||||
|
||||
Andor's Trail is open-source software, released under the GPL v2 license.
|
||||
You can get the sources from https://github.com/Zukero/andors-trail
|
||||
|
||||
Game translation is crowd-sourced on https://hosted.weblate.org/translate/andors-trail
|
||||
|
||||
Andor's Trail is a work in progress, and while there is a lot of content to play, the game isn't completed. You can participate in the development or give ideas on our forums too!
|
||||
|
||||
If you wish to participate, we have released a content editor called ATCS, downloadable for free from www.andorstrail.com that makes it possible for anyone to create new material and expand the game, with no coding required! If you like the game, you can join others that have already created some of the content in the current release. You can see your own ideas come to life in a game that hundreds of thousands of people have played!
|
||||
*This requires a PC (Windows or Linux) or a Mac. See the forums for details regarding content creation.
|
||||
|
||||
Visit our forums on www.andorstrail.com for help, hints, tips and general discussion. We love our community's feedback!
|
||||
|
||||
Changelog:
|
||||
|
||||
v0.7.9
|
||||
For a better overview you can now reduce the view to 75% or 50%
|
||||
A certain person has found another, rather unfrequented tavern
|
||||
Fixed the Arulir crashes
|
||||
Fixed Ukrainian language crash and change language crash on older phones
|
||||
Updated translations
|
||||
|
||||
v0.7.8
|
||||
A few new quests and several new maps.
|
||||
|
||||
For new characters you can choose one of the new hardcore modes: No Saves, Limited Lives, or Permadeath.
|
||||
|
||||
Up to now, languages have been limited to English or your local language, as determined by your device settings. Now you can choose between different languages that are translated to a significant extent.
|
||||
|
||||
v0.7.7
|
||||
Content:
|
||||
Fixed typos
|
||||
|
||||
Translations:
|
||||
Fixed issues with translations integration in 0.7.6
|
||||
Fixed crashes for Greek players
|
||||
|
||||
v0.7.6
|
||||
Content
|
||||
Three quests with well known thieves.
|
||||
Five new maps.
|
||||
|
||||
Translations:
|
||||
100% Italian, Polish, Russian, Spanish
|
||||
99% German
|
||||
87% Portuguese
|
||||
84% Portuguese Brazil
|
||||
65% Basque
|
||||
64% French
|
||||
48% Hungarian
|
||||
20% Czech
|
||||
20% Turkish
|
||||
|
||||
v0.7.5
|
||||
Content
|
||||
- Fix for crash in guynmart after special exit
|
||||
- Fix for loading pl, ar, and pt_BR content translations
|
||||
Code
|
||||
- Workaround for failure to save on first start
|
||||
- Workaround for weird NPE in Taunt messages
|
||||
|
||||
v0.7.4
|
||||
Translations
|
||||
- Russian & Belarusian 100%
|
||||
- German and Italian >99%
|
||||
- Polish, Portuguese and Brazilian Portuguese >70%
|
||||
- Basque and French >50%
|
||||
Code
|
||||
- Fixed causes of most occuring "Force Close" a.k.a. crashes.
|
||||
- Fixed worldmap bug on towwn names for non-latin scripts (like Cyrillic)
|
||||
- Fixed reporting of skills' effects on combat (Cleave, Fracture...).
|
||||
- Fixed disappearing red X on worldmap in Remgard.
|
||||
- Fixed movement animation sometimes missing after map change
|
||||
Content
|
||||
- Fixed minor visual issues on many maps.
|
||||
- Fixed a few quest bugs and typos
|
||||
- Fixed issue with Feygard bridge guard on some old saves.
|
||||
- Three new places to visit.
|
||||
- Avoid monster stunning by "Robe of the Sublimate"
|
||||
|
Before Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 435 KiB |
|
Before Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 334 KiB |
|
Before Width: | Height: | Size: 430 KiB |
|
Before Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 542 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 502 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 337 KiB |
|
Before Width: | Height: | Size: 424 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 650 KiB |
@@ -1 +0,0 @@
|
||||
Explore a wide world in this open source, quest-driven offline role-playing game
|
||||
@@ -1 +0,0 @@
|
||||
Andor's Trail - Free RPG
|
||||
@@ -1,15 +0,0 @@
|
||||
Weapon Rebalancing
|
||||
Rebalancing of level 1 to 5 rewards
|
||||
A new skill, "The way of the monk" and some equipment
|
||||
Sorting of quest logs by time
|
||||
Fixes for monster difficulty
|
||||
Better explanation for permissions
|
||||
Conversation will not close when you click outside of dialogues
|
||||
Fix toast crashes (e.g. after fights)
|
||||
Fix listener crashes
|
||||
Fix Mapchange crashes
|
||||
Fix minor bugs and typos
|
||||
Translations actualized
|
||||
|
||||
Finally a warning:
|
||||
For any PERMADEATH characters it would be a good idea to save before updating.
|
||||
@@ -1,86 +0,0 @@
|
||||
Explore the world of Dhayavar looking for your brother Andor in this quest-driven fantasy RPG inspired by old-school classics like Ultima, Rogue and Legend of Zelda.
|
||||
|
||||
Battle monsters in turn-based combat, become stronger through level ups and skills, choose from a wide range of equipment, interact with numerous NPCs, visit shops, inns and taverns, search for treasure, and solve quests to follow the trail of your brother and uncover the secrets of the powers at play in Dhayavar. With luck, you may even find a legendary item!
|
||||
|
||||
You can currently visit up to 497 maps and complete up to 63 quests.
|
||||
|
||||
The game is completely free. There is no payment to install, no ads, no in-app purchases, and no DLCs. There is no internet access required, and it can run on all versions of Android from 1.6 (Eclair), so it should run on any device, even low-end oldies.
|
||||
|
||||
Andor's Trail is open-source software, released under the GPL v2 license.
|
||||
You can get the sources from https://github.com/Zukero/andors-trail
|
||||
|
||||
Game translation is crowd-sourced on https://hosted.weblate.org/translate/andors-trail
|
||||
|
||||
Andor's Trail is a work in progress, and while there is a lot of content to play, the game isn't completed. You can participate in the development or give ideas on our forums too!
|
||||
|
||||
If you wish to participate, we have released a content editor called ATCS, downloadable for free from www.andorstrail.com that makes it possible for anyone to create new material and expand the game, with no coding required! If you like the game, you can join others that have already created some of the content in the current release. You can see your own ideas come to life in a game that hundreds of thousands of people have played!
|
||||
*This requires a PC (Windows or Linux) or a Mac. See the forums for details regarding content creation.
|
||||
|
||||
Visit our forums on www.andorstrail.com for help, hints, tips and general discussion. We love our community's feedback!
|
||||
|
||||
Changelog:
|
||||
|
||||
v0.7.9
|
||||
For a better overview you can now reduce the view to 75% or 50%
|
||||
A certain person has found another, rather unfrequented tavern
|
||||
Fixed the Arulir crashes
|
||||
Fixed Ukrainian language crash and change language crash on older phones
|
||||
Updated translations
|
||||
|
||||
v0.7.8
|
||||
A few new quests and several new maps.
|
||||
|
||||
For new characters you can choose one of the new hardcore modes: No Saves, Limited Lives, or Permadeath.
|
||||
|
||||
Up to now, languages have been limited to English or your local language, as determined by your device settings. Now you can choose between different languages that are translated to a significant extent.
|
||||
|
||||
v0.7.7
|
||||
Content:
|
||||
Fixed typos
|
||||
|
||||
Translations:
|
||||
Fixed issues with translations integration in 0.7.6
|
||||
Fixed crashes for Greek players
|
||||
|
||||
v0.7.6
|
||||
Content
|
||||
Three quests with well known thieves.
|
||||
Five new maps.
|
||||
|
||||
Translations:
|
||||
100% Italian, Polish, Russian, Spanish
|
||||
99% German
|
||||
87% Portuguese
|
||||
84% Portuguese Brazil
|
||||
65% Basque
|
||||
64% French
|
||||
48% Hungarian
|
||||
20% Czech
|
||||
20% Turkish
|
||||
|
||||
v0.7.5
|
||||
Content
|
||||
- Fix for crash in guynmart after special exit
|
||||
- Fix for loading pl, ar, and pt_BR content translations
|
||||
Code
|
||||
- Workaround for failure to save on first start
|
||||
- Workaround for weird NPE in Taunt messages
|
||||
|
||||
v0.7.4
|
||||
Translations
|
||||
- Russian & Belarusian 100%
|
||||
- German and Italian >99%
|
||||
- Polish, Portuguese and Brazilian Portuguese >70%
|
||||
- Basque and French >50%
|
||||
Code
|
||||
- Fixed causes of most occuring "Force Close" a.k.a. crashes.
|
||||
- Fixed worldmap bug on towwn names for non-latin scripts (like Cyrillic)
|
||||
- Fixed reporting of skills' effects on combat (Cleave, Fracture...).
|
||||
- Fixed disappearing red X on worldmap in Remgard.
|
||||
- Fixed movement animation sometimes missing after map change
|
||||
Content
|
||||
- Fixed minor visual issues on many maps.
|
||||
- Fixed a few quest bugs and typos
|
||||
- Fixed issue with Feygard bridge guard on some old saves.
|
||||
- Three new places to visit.
|
||||
- Avoid monster stunning by "Robe of the Sublimate"
|
||||
|
Before Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 435 KiB |
|
Before Width: | Height: | Size: 210 KiB |
|
Before Width: | Height: | Size: 141 KiB |
|
Before Width: | Height: | Size: 334 KiB |
|
Before Width: | Height: | Size: 430 KiB |
|
Before Width: | Height: | Size: 403 KiB |
|
Before Width: | Height: | Size: 542 KiB |
|
Before Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 502 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 337 KiB |
|
Before Width: | Height: | Size: 424 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 650 KiB |
@@ -1 +0,0 @@
|
||||
Explore the world of Dhayavar looking for your brother Andor in this quest-driven fantasy RPG
|
||||
@@ -1 +0,0 @@
|
||||
Andor's Trail
|
||||
@@ -1,15 +0,0 @@
|
||||
Weapon Rebalancing
|
||||
Rebalancing of level 1 to 5 rewards
|
||||
A new skill, "The way of the monk" and some equipment
|
||||
Sorting of quest logs by time
|
||||
Fixes for monster difficulty
|
||||
Better explanation for permissions
|
||||
Conversation will not close when you click outside of dialogues
|
||||
Fix toast crashes (e.g. after fights)
|
||||
Fix listener crashes
|
||||
Fix Mapchange crashes
|
||||
Fix minor bugs and typos
|
||||
Translations actualized
|
||||
|
||||
Finally a warning:
|
||||
For any PERMADEATH characters it would be a good idea to save before updating.
|
||||
@@ -1,11 +0,0 @@
|
||||
# This file is automatically generated by Android Tools.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must be checked in Version Control Systems.
|
||||
#
|
||||
# To customize properties used by the Ant build system use,
|
||||
# "ant.properties", and override values to adapt the script to your
|
||||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-28
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1017 B |
|
Before Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 162 KiB |
|
Before Width: | Height: | Size: 118 KiB |
|
Before Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 193 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 627 B |
@@ -1,67 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"crushed",
|
||||
"iconID":"actorconditions_1:13",
|
||||
"name":"Crushed",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"redSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseMaxHP":-5,
|
||||
"increaseDamageResistance":-2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"head_wound",
|
||||
"iconID":"actorconditions_1:48",
|
||||
"name":"Head wound",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-2,
|
||||
"max":-2
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-20,
|
||||
"increaseBlockChance":-20
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"mermaid_scale",
|
||||
"iconID":"actorconditions_1:22",
|
||||
"name":"Mermaid curse",
|
||||
"category":"spiritual",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":0
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-20,
|
||||
"increaseMaxHP":-15,
|
||||
"increaseMaxAP":-3,
|
||||
"increaseBlockChance":-10,
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"increased_defense",
|
||||
"iconID":"actorconditions_1:107",
|
||||
"name":"Increased defense",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseMaxHP":0,
|
||||
"increaseBlockChance":15,
|
||||
"increaseDamageResistance":2
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,61 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"guild03_restingAC",
|
||||
"iconID":"actorconditions_omi1:0",
|
||||
"name":"Resting",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"blueSwirl",
|
||||
"increaseCurrentHP":{
|
||||
"min":100,
|
||||
"max":100
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g03_concentration",
|
||||
"iconID":"actorconditions_1:106",
|
||||
"name":"Concentration",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":10,
|
||||
"increaseCriticalSkill":10,
|
||||
"increaseBlockChance":10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g03_combo",
|
||||
"iconID":"actorconditions_1:108",
|
||||
"name":"Combo",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"isStacking":1,
|
||||
"fullRoundEffect":{
|
||||
"visualEffectID":"blueSwirl"
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":0,
|
||||
"max":1
|
||||
},
|
||||
"increaseAttackCost":-1,
|
||||
"increaseCriticalSkill":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"carrying_ambelie",
|
||||
"iconID":"actorconditions_omi1:1",
|
||||
"name":"Carrying Ambelie",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
},
|
||||
"increaseMoveCost":2,
|
||||
"increaseAttackCost":2
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,749 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"umar_select_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"umar_return_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":51
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"umar_novisit_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_return_1",
|
||||
"message":"Hello again, my friend.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have any tasks for me?",
|
||||
"nextPhraseID":"umar_guild04_0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"factionScore",
|
||||
"requireID":"ThievesGuild",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Are you going to tell me about the key?",
|
||||
"nextPhraseID":"umar_guild03_27c",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":45
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":50,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Crackshot is dead.",
|
||||
"nextPhraseID":"umar_guild03_25",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":40
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":45,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What am I supposed to do again?",
|
||||
"nextPhraseID":"umar_guild03_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":40,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What are your plans for the traitors?",
|
||||
"nextPhraseID":"umar_guild03_14",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":5
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":10,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Can you continue with what you were telling me about the traitors?",
|
||||
"nextPhraseID":"umar_guild03_10c",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":4
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":5,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"We are supposed to talk about something.",
|
||||
"nextPhraseID":"umar_guild03_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":3
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":4,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"We were supposed to talk about something, right?",
|
||||
"nextPhraseID":"umar_guild02_26",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":76
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":75,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"We were supposed to talk about something, right?",
|
||||
"nextPhraseID":"umar_guild02_26",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":75
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I've finally finished the job.",
|
||||
"nextPhraseID":"umar_guild02_22",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":75,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What am I suppossed to do again?",
|
||||
"nextPhraseID":"umar_guild02_21",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":40
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":45,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What am I supposed to do with the noblewoman?",
|
||||
"nextPhraseID":"umar_guild02_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":35
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":40,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What am I supposed to do with the noblewoman?",
|
||||
"nextPhraseID":"umar_guild02_19",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":35,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I have to talk to you about the noblewoman.",
|
||||
"nextPhraseID":"umar_guild02_28",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":24
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":21
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":20,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":30,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":76,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I have brought the hostage.",
|
||||
"nextPhraseID":"umar_guild02_16",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":30,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":21,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":24,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Anything more about my new task?",
|
||||
"nextPhraseID":"umar_guild02_15",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":6
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":15,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Anything more about my new task?",
|
||||
"nextPhraseID":"umar_guild02_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":4,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Anything more about my new task?",
|
||||
"nextPhraseID":"umar_guild02_13",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":4
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":6,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":15,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Troublemaker sent me. I have finished the job.",
|
||||
"nextPhraseID":"umar_guild02_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":60
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":2,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Hello.",
|
||||
"nextPhraseID":"umar_return_2"
|
||||
},
|
||||
{
|
||||
"text":"Nice to meet you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_return_2",
|
||||
"message":"Anything else I can help you with?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you repeat what you said about Andor?",
|
||||
"nextPhraseID":"umar_5"
|
||||
},
|
||||
{
|
||||
"text":"Nice to meet you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I want to know more about the Thieves' Guild.",
|
||||
"nextPhraseID":"umar_guild_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":100,
|
||||
"negate":false
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":5,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I've been thinking about joining the guild.",
|
||||
"nextPhraseID":"umar_guild_4b",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":5
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":10,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":60,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_novisit_1",
|
||||
"message":"Hello. How did your search go?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What search?",
|
||||
"nextPhraseID":"umar_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_2",
|
||||
"message":"Last time we talked, you asked for the way to Lodar's Hideaway. Did you find it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"We have never met.",
|
||||
"nextPhraseID":"umar_3"
|
||||
},
|
||||
{
|
||||
"text":"You must have me confused with my brother Andor. We look very much alike.",
|
||||
"nextPhraseID":"umar_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_3",
|
||||
"message":"Oh. I must have you confused with someone else.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"My brother Andor and I look very much alike.",
|
||||
"nextPhraseID":"umar_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_4",
|
||||
"message":"Really? Never mind I said anything then.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I guess that means that Andor was here. What was he doing?",
|
||||
"nextPhraseID":"umar_5"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":51
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_5",
|
||||
"message":"He came here a while ago, asking a lot of questions about what relation the Thieves' Guild has to the Shadow and to the royal guard in Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_6",
|
||||
"message":"We in the Thieves' Guild really don't care much for the Shadow. Nor do we care for the royal guard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_7",
|
||||
"message":"We try to be above their bickering and differences. They may fight as much as they want, but the Thieves' Guild will outlive them all.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What differences?",
|
||||
"nextPhraseID":"umar_conflict_1"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about what Andor asked for.",
|
||||
"nextPhraseID":"umar_andor_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_1",
|
||||
"message":"Where have you been the last couple of years? Don't you know of the brewing conflict?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_conflict_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_2",
|
||||
"message":"The royal guard, led by Lord Geomyr in Feygard, are trying to ward off the recent increase in illegal activities, and are therefore imposing more restrictions on what is or is not allowed.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_conflict_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_3",
|
||||
"message":"The priests of the Shadow, mostly seated in Nor City, are opposed to the new restrictions, saying that they limit the ways that they can please the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_conflict_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_4",
|
||||
"message":"In turn, the rumor is that the priests of the Shadow are planning to overthrow Lord Geomyr and his forces.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_conflict_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_5",
|
||||
"message":"Also, the rumor is that the priests of the Shadow are still doing their rituals, despite the fact that most of the rituals have been banned.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_conflict_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_6",
|
||||
"message":"Lord Geomyr and his royal guard on the other hand, are still trying their best to rule in a way that they feel is fair.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_conflict_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_conflict_7",
|
||||
"message":"We in the Thieves' Guild try not to get involved in the conflict. Our business is so far unaffected by all of this.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you for telling me.",
|
||||
"nextPhraseID":"umar_return_2"
|
||||
},
|
||||
{
|
||||
"text":"Whatever, that doesn't concern me.",
|
||||
"nextPhraseID":"umar_return_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_andor_1",
|
||||
"message":"He asked me for my support, and asked about how to find Lodar.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who is Lodar?",
|
||||
"nextPhraseID":"umar_andor_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_andor_2",
|
||||
"message":"Lodar? He is one of the famous potion makers from the old days. The Thieves' Guild has requested his services many times before. He can make all sorts of strong sleeping potions, healing potions and cures.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_andor_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_andor_3",
|
||||
"message":"But his specialty is, of course, his poisons. His poison can harm even the largest of monsters.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What would Andor want with him?",
|
||||
"nextPhraseID":"umar_andor_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_andor_4",
|
||||
"message":"I don't know. Maybe he was looking for a potion.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So, where can I find this Lodar?",
|
||||
"nextPhraseID":"umar_lodar_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":55
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_lodar_1",
|
||||
"message":"I really shouldn't tell you. How to get to him is one of our closely guarded secrets in the guild. His hideaway is only reachable by our members.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_lodar_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_lodar_2",
|
||||
"message":"However, I heard that you helped us find the key of Luthor. This is something we have been trying to get for a long time.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_lodar_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_lodar_3",
|
||||
"message":"OK, I'll tell you how to get to Lodar's Hideaway. But you have to promise to keep it a secret. Do not tell anyone. Not even those that appear to be members of the Thieves' Guild.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I'll promise to keep it a secret.",
|
||||
"nextPhraseID":"umar_lodar_4"
|
||||
},
|
||||
{
|
||||
"text":"I can't give any guarantees, but I will try.",
|
||||
"nextPhraseID":"umar_lodar_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_lodar_4",
|
||||
"message":"Good. The thing is, you not only need to find the place itself, but you also need to utter the correct words to be allowed entry by the guardian.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_lodar_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_lodar_5",
|
||||
"message":"The only one that understands the language of the guardian is the old man Ogam in Vilegard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_lodar_6"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_lodar_6",
|
||||
"message":"You should travel to the town of Vilegard and find Ogam. He can help you get the right words to enter Lodar's Hideaway.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"How do I get to Vilegard?",
|
||||
"nextPhraseID":"umar_vilegard_1"
|
||||
},
|
||||
{
|
||||
"text":"Thank you. There was something else I wanted to talk about.",
|
||||
"nextPhraseID":"umar_return_2"
|
||||
},
|
||||
{
|
||||
"text":"Thank you, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar",
|
||||
"value":15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"umar_vilegard_1",
|
||||
"message":"You travel southeast from Fallhaven. When you reach the main road and the Foaming Flask tavern, head south. It's not very far to the southeast from here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"umar_return_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,392 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"arulirskin",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"70",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":12
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"meat",
|
||||
"chance":"5",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"hair",
|
||||
"chance":"10",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"arulir_skin",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulircave_secretloot",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem4",
|
||||
"chance":"80",
|
||||
"quantity":{
|
||||
"min":5,
|
||||
"max":10
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gem5",
|
||||
"chance":"70",
|
||||
"quantity":{
|
||||
"min":5,
|
||||
"max":10
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":100,
|
||||
"max":1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gem3",
|
||||
"chance":"90",
|
||||
"quantity":{
|
||||
"min":5,
|
||||
"max":10
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulircave1_loot1",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":100,
|
||||
"max":300
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"shirt1",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"ring1",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulircave1_loot2",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"rusted_iron_sword",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":3
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"shield_cracked_wooden",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_gem1",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem3",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_gem2",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem3",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_gem3",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem4",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_gem4",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem3",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_gem5",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gem5",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_gornaud",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"70",
|
||||
"quantity":{
|
||||
"min":5,
|
||||
"max":80
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"hair",
|
||||
"chance":"10",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"crystal_blue",
|
||||
"chance":"5",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"crystal_red",
|
||||
"chance":"5",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"meat",
|
||||
"chance":"5",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"hunters_sword",
|
||||
"chance":"1/10000",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_demonic",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"arulir_skin",
|
||||
"chance":"10",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"70",
|
||||
"quantity":{
|
||||
"min":10,
|
||||
"max":60
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"hunters_sword",
|
||||
"chance":"1/1000",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"crystal_blue",
|
||||
"chance":"3",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"crystal_red",
|
||||
"chance":"3",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arulir_leader",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"arulir_skin",
|
||||
"chance":"90",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"70",
|
||||
"quantity":{
|
||||
"min":20,
|
||||
"max":80
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"crystal_blue",
|
||||
"chance":"5",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"crystal_red",
|
||||
"chance":"5",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"flail_giant",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"haub_giant",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bernhar_shop",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"arulir_cap",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"arulir_boots",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lonely_wolf",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"20",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":5
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"meat2",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"hair",
|
||||
"chance":"20",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,205 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"Feygard_scout",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"Fanamor_journal",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"feygard_iron_dagger",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gem3",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":3
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"guildbrig_2",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"boots1",
|
||||
"chance":"50",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"bone",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":6
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"75",
|
||||
"quantity":{
|
||||
"min":5,
|
||||
"max":55
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"ring_dmg1",
|
||||
"chance":"50",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"guildbrig_1",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"meat2",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":3
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":10
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"drop_g03_rebthief_1",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"shield1",
|
||||
"chance":"20",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gem2",
|
||||
"chance":"50",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"boots1",
|
||||
"chance":"20",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"75",
|
||||
"quantity":{
|
||||
"min":25,
|
||||
"max":50
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"dagger0",
|
||||
"chance":"25",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"g04_package1",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"g04_package",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"drop_g03_rebthief_2",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"shield3",
|
||||
"chance":"40",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"ironsword1",
|
||||
"chance":"60",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"drop_g03_crackshot",
|
||||
"items":[
|
||||
{
|
||||
"itemID":"gold",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":10,
|
||||
"max":125
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"armour_leather_villain",
|
||||
"chance":"20",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"sword_g03_crackshot",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"itemID":"g03_luthor",
|
||||
"chance":"100",
|
||||
"quantity":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,15 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"healing",
|
||||
"name":"Healing item",
|
||||
"actionType":"use",
|
||||
"size":"none"
|
||||
},
|
||||
{
|
||||
"id":"gauntlet",
|
||||
"name":"Gauntlet",
|
||||
"actionType":"equip",
|
||||
"size":"light",
|
||||
"inventorySlot":"hand"
|
||||
}
|
||||
]
|
||||
@@ -1,9 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"whip",
|
||||
"name":"Whip",
|
||||
"actionType":"equip",
|
||||
"size":"std",
|
||||
"inventorySlot":"weapon"
|
||||
}
|
||||
]
|
||||
@@ -1,142 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"crystal_blue",
|
||||
"iconID":"items_misc:31",
|
||||
"name":"Blue Crystals",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":5,
|
||||
"category":"gem",
|
||||
"description":"Some blue shimmering crystals."
|
||||
},
|
||||
{
|
||||
"id":"crystal_red",
|
||||
"iconID":"items_misc:34",
|
||||
"name":"Red Crystals",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":4,
|
||||
"category":"gem",
|
||||
"description":"Some red shimmering crystals."
|
||||
},
|
||||
{
|
||||
"id":"hunters_sword",
|
||||
"iconID":"items_misc_5:42",
|
||||
"name":"Hunters Sword",
|
||||
"displaytype":"extraordinary",
|
||||
"category":"lsword",
|
||||
"description":"When venery is your game, you need a superior sword.",
|
||||
"equipEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":2,
|
||||
"max":8
|
||||
},
|
||||
"increaseAttackCost":4,
|
||||
"increaseAttackChance":25
|
||||
},
|
||||
"killEffect":{
|
||||
"increaseCurrentAP":{
|
||||
"min":1,
|
||||
"max":3
|
||||
},
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"rage_minor",
|
||||
"magnitude":1,
|
||||
"duration":3,
|
||||
"chance":"10"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"lava_rock_hot",
|
||||
"iconID":"items_misc_3:102",
|
||||
"name":"Fierce Lava Rock",
|
||||
"category":"other",
|
||||
"description":"It's burning through your clothes"
|
||||
},
|
||||
{
|
||||
"id":"lava_rock_cold",
|
||||
"iconID":"items_misc:13",
|
||||
"name":"Cold Lava Rock",
|
||||
"category":"other",
|
||||
"description":"A cold piece of magma"
|
||||
},
|
||||
{
|
||||
"id":"arulir_cap",
|
||||
"iconID":"items_misc_4:4",
|
||||
"name":"Rockfall deflecting cap",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":80,
|
||||
"category":"hd_cloth"
|
||||
},
|
||||
{
|
||||
"id":"arulir_boots",
|
||||
"iconID":"items_armours:28",
|
||||
"name":"Sure step boots",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":120,
|
||||
"category":"feet_lthr"
|
||||
},
|
||||
{
|
||||
"id":"silver_bar",
|
||||
"iconID":"items_misc:8",
|
||||
"name":"Silver bar",
|
||||
"displaytype":"ordinary",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":319,
|
||||
"category":"gem",
|
||||
"description":"A small bar made of silver."
|
||||
},
|
||||
{
|
||||
"id":"flail_giant",
|
||||
"iconID":"items_misc_6:16",
|
||||
"name":"Giant's flail",
|
||||
"displaytype":"extraordinary",
|
||||
"category":"mace",
|
||||
"description":"This is a very heavy weapon!",
|
||||
"equipEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":11,
|
||||
"max":40
|
||||
},
|
||||
"increaseAttackCost":14,
|
||||
"setNonWeaponDamageModifier":320,
|
||||
"increaseAttackChance":20,
|
||||
"increaseCriticalSkill":5,
|
||||
"setCriticalMultiplier":3.0
|
||||
},
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"dazed",
|
||||
"magnitude":1,
|
||||
"duration":3,
|
||||
"chance":"20"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"haub_giant",
|
||||
"iconID":"items_tometik2:44",
|
||||
"name":"Giant's hauberk",
|
||||
"displaytype":"extraordinary",
|
||||
"category":"bdy_hv",
|
||||
"equipEffect":{
|
||||
"increaseMaxHP":3,
|
||||
"increaseAttackCost":1,
|
||||
"increaseBlockChance":23,
|
||||
"increaseDamageResistance":1
|
||||
},
|
||||
"hitReceivedEffect":{
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"increased_defense",
|
||||
"magnitude":1,
|
||||
"duration":3,
|
||||
"chance":"15"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,8 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"stuffed_rat",
|
||||
"iconID":"items_misc:13",
|
||||
"name":"Stuffed rat from Andor",
|
||||
"category":"other"
|
||||
}
|
||||
]
|
||||
@@ -1,177 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"Dunla_journal",
|
||||
"iconID":"items_books:4",
|
||||
"name":"Dunla's Journal",
|
||||
"displaytype":"quest",
|
||||
"category":"other"
|
||||
},
|
||||
{
|
||||
"id":"Fanamor_journal",
|
||||
"iconID":"items_books:4",
|
||||
"name":"Fanamor's Journal",
|
||||
"displaytype":"quest",
|
||||
"category":"other"
|
||||
},
|
||||
{
|
||||
"id":"Leta_journal",
|
||||
"iconID":"items_books:4",
|
||||
"name":"Leta's Journal",
|
||||
"displaytype":"quest",
|
||||
"category":"other"
|
||||
},
|
||||
{
|
||||
"id":"feygard_iron_dagger",
|
||||
"iconID":"items_weapons:14",
|
||||
"name":"Feygard iron dagger",
|
||||
"displaytype":"ordinary",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":567,
|
||||
"category":"dagger",
|
||||
"equipEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":2,
|
||||
"max":5
|
||||
},
|
||||
"increaseReequipCost":0,
|
||||
"increaseAttackCost":4,
|
||||
"setNonWeaponDamageModifier":96,
|
||||
"increaseAttackChance":15,
|
||||
"increaseCriticalSkill":10,
|
||||
"increaseBlockChance":2,
|
||||
"setCriticalMultiplier":2.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"bandage",
|
||||
"iconID":"items_misc:53",
|
||||
"name":"Bandage",
|
||||
"displaytype":"quest",
|
||||
"baseMarketCost":256,
|
||||
"category":"healing",
|
||||
"useEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":12,
|
||||
"max":24
|
||||
},
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"bleeding_wound",
|
||||
"magnitude":-99,
|
||||
"chance":"100"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"guildbrigK",
|
||||
"iconID":"items_misc:21",
|
||||
"name":"Guild brig key",
|
||||
"displaytype":"quest",
|
||||
"category":"other",
|
||||
"description":""
|
||||
},
|
||||
{
|
||||
"id":"meat2",
|
||||
"iconID":"items_consumables_omi1:0",
|
||||
"name":"Rotten meat",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":0,
|
||||
"category":"food",
|
||||
"description":"Even fly larvae have died eating this.",
|
||||
"useEffect":{
|
||||
|
||||
|
||||
"increaseCurrentHP":{
|
||||
"min":-15,
|
||||
"max":-10
|
||||
},
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"foodp",
|
||||
"magnitude":5,
|
||||
"duration":10,
|
||||
"chance":"100"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g04_package",
|
||||
"iconID":"items_g03_package_omi1:0",
|
||||
"name":"Suspicious package",
|
||||
"displaytype":"quest",
|
||||
"category":"other",
|
||||
"description":"This box has a mark that you don't understand. Better not to open it."
|
||||
},
|
||||
{
|
||||
"id":"sword_g03_crackshot",
|
||||
"iconID":"items_weapons_2:2",
|
||||
"name":"Yatagan",
|
||||
"displaytype":"extraordinary",
|
||||
"category":"bsword",
|
||||
"description":"Crackshot's personal weapon",
|
||||
"equipEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":4,
|
||||
"max":12
|
||||
},
|
||||
"increaseMaxHP":0,
|
||||
"increaseAttackCost":5,
|
||||
"setNonWeaponDamageModifier":113,
|
||||
"increaseAttackChance":19,
|
||||
"increaseCriticalSkill":10,
|
||||
"increaseBlockChance":0,
|
||||
"increaseDamageResistance":0,
|
||||
"setCriticalMultiplier":2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g03_luthor",
|
||||
"iconID":"items_misc:21",
|
||||
"name":"Key of Luthor",
|
||||
"displaytype":"quest",
|
||||
"category":"other",
|
||||
"description":"The ancient key has a bluish glow."
|
||||
},
|
||||
{
|
||||
"id":"g03_luthor2",
|
||||
"iconID":"items_misc:23",
|
||||
"name":"Blessed key of luthor",
|
||||
"displaytype":"quest",
|
||||
"category":"other",
|
||||
"description":"The curse has disappeared."
|
||||
},
|
||||
{
|
||||
"id":"g02_ambelie",
|
||||
"iconID":"items_necklaces_1:0",
|
||||
"name":"Sapphire Necklace",
|
||||
"displaytype":"quest",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":5000,
|
||||
"category":"neck",
|
||||
"description":"The jewelry that Ambelie gave me in exchange for her life.",
|
||||
"equipEffect":{
|
||||
"increaseMaxHP":5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"gauntlet_omi2_1",
|
||||
"iconID":"items_weapons:23",
|
||||
"name":"Spiked Gloves",
|
||||
"displaytype":"ordinary",
|
||||
"hasManualPrice":1,
|
||||
"baseMarketCost":1994,
|
||||
"category":"gauntlet",
|
||||
"equipEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":3,
|
||||
"max":4
|
||||
},
|
||||
"increaseAttackCost":4,
|
||||
"setNonWeaponDamageModifier":101,
|
||||
"increaseAttackChance":9,
|
||||
"increaseBlockChance":11
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,324 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"arulir_3",
|
||||
"name":"Cave Arulir",
|
||||
"iconID":"monsters_arulirs:0",
|
||||
"maxHP":365,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":3,
|
||||
"max":22
|
||||
},
|
||||
"spawnGroup":"arulir_2",
|
||||
"droplistID":"arulir",
|
||||
"attackCost":5,
|
||||
"attackChance":80,
|
||||
"criticalSkill":44,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":28,
|
||||
"damageResistance":8,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"stunned",
|
||||
"magnitude":1,
|
||||
"duration":4,
|
||||
"chance":"23"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"arulir_4",
|
||||
"name":"Giant Cave Arulir",
|
||||
"iconID":"monsters_arulirs:1",
|
||||
"maxHP":380,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":3,
|
||||
"max":22
|
||||
},
|
||||
"spawnGroup":"arulir_2",
|
||||
"droplistID":"arulir",
|
||||
"attackCost":5,
|
||||
"attackChance":80,
|
||||
"criticalSkill":44,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":28,
|
||||
"damageResistance":10,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"stunned",
|
||||
"magnitude":1,
|
||||
"duration":4,
|
||||
"chance":"26"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"arulir_5",
|
||||
"name":"Golden Arulir",
|
||||
"iconID":"monsters_arulirs:12",
|
||||
"maxHP":403,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":4,
|
||||
"max":25
|
||||
},
|
||||
"spawnGroup":"arulir_3",
|
||||
"droplistID":"arulir",
|
||||
"attackCost":5,
|
||||
"attackChance":110,
|
||||
"criticalSkill":50,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":28,
|
||||
"damageResistance":12,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"stunned",
|
||||
"magnitude":1,
|
||||
"duration":4,
|
||||
"chance":"30"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"arulir_6",
|
||||
"name":"Giant Golden Arulir",
|
||||
"iconID":"monsters_arulirs:13",
|
||||
"maxHP":501,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":4,
|
||||
"max":27
|
||||
},
|
||||
"spawnGroup":"arulir_3",
|
||||
"droplistID":"arulir",
|
||||
"attackCost":5,
|
||||
"attackChance":110,
|
||||
"criticalSkill":50,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":29,
|
||||
"damageResistance":13,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"stunned",
|
||||
"magnitude":1,
|
||||
"duration":4,
|
||||
"chance":"30"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"arulir_8",
|
||||
"name":"Demonic Arulir",
|
||||
"iconID":"monsters_arulirs:14",
|
||||
"maxHP":750,
|
||||
"maxAP":10,
|
||||
"moveCost":10,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":4,
|
||||
"max":20
|
||||
},
|
||||
"spawnGroup":"arulir_4",
|
||||
"droplistID":"arulir_demonic",
|
||||
"attackCost":5,
|
||||
"attackChance":110,
|
||||
"criticalSkill":50,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":32,
|
||||
"damageResistance":14,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"stunned",
|
||||
"magnitude":1,
|
||||
"duration":4,
|
||||
"chance":"30"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"gornaud_4",
|
||||
"name":"Azurite Gornaud",
|
||||
"iconID":"monsters_rltiles2:28",
|
||||
"maxHP":390,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":7,
|
||||
"max":23
|
||||
},
|
||||
"spawnGroup":"gornaud_4",
|
||||
"droplistID":"arulir_gornaud",
|
||||
"attackCost":5,
|
||||
"attackChance":120,
|
||||
"blockChance":45,
|
||||
"damageResistance":9,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"dazed",
|
||||
"magnitude":1,
|
||||
"duration":3,
|
||||
"chance":"25"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"gornaud_5",
|
||||
"name":"Garnet Gornaud",
|
||||
"iconID":"monsters_rltiles2:30",
|
||||
"maxHP":385,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":7,
|
||||
"max":23
|
||||
},
|
||||
"spawnGroup":"gornaud_4",
|
||||
"droplistID":"arulir_gornaud",
|
||||
"attackCost":5,
|
||||
"attackChance":120,
|
||||
"blockChance":45,
|
||||
"damageResistance":9,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"dazed",
|
||||
"magnitude":1,
|
||||
"duration":3,
|
||||
"chance":"25"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"gornaud_6",
|
||||
"name":"Nephrite Gornaud",
|
||||
"iconID":"monsters_rltiles2:31",
|
||||
"maxHP":395,
|
||||
"maxAP":5,
|
||||
"moveCost":5,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":7,
|
||||
"max":23
|
||||
},
|
||||
"spawnGroup":"gornaud_4",
|
||||
"droplistID":"arulir_gornaud",
|
||||
"attackCost":5,
|
||||
"attackChance":120,
|
||||
"blockChance":45,
|
||||
"damageResistance":9,
|
||||
"hitEffect":{
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"dazed",
|
||||
"magnitude":1,
|
||||
"duration":3,
|
||||
"chance":"25"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"arulir_leader",
|
||||
"name":"Arulir Pack Leader",
|
||||
"iconID":"monsters_arulirs:8",
|
||||
"maxHP":1000,
|
||||
"unique":1,
|
||||
"monsterClass":"giant",
|
||||
"attackDamage":{
|
||||
"min":10,
|
||||
"max":20
|
||||
},
|
||||
"spawnGroup":"arulir_leader",
|
||||
"droplistID":"arulir_leader",
|
||||
"attackCost":5,
|
||||
"attackChance":125,
|
||||
"criticalSkill":55,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":35,
|
||||
"damageResistance":15,
|
||||
"hitEffect":{
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"rage_minor",
|
||||
"magnitude":1,
|
||||
"duration":1,
|
||||
"chance":"50"
|
||||
}
|
||||
],
|
||||
"conditionsTarget":[
|
||||
{
|
||||
"condition":"stunned",
|
||||
"magnitude":1,
|
||||
"duration":4,
|
||||
"chance":"35"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"bernhar",
|
||||
"name":"Bernhar",
|
||||
"iconID":"monsters_ld1:18",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"bernhar",
|
||||
"droplistID":"bernhar_shop"
|
||||
},
|
||||
{
|
||||
"id":"tjure",
|
||||
"name":"Tjure",
|
||||
"iconID":"monsters_ld1:19",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"tjure"
|
||||
},
|
||||
{
|
||||
"id":"river_mermaid",
|
||||
"name":"Mermaid",
|
||||
"iconID":"monsters_rltiles2:5",
|
||||
"monsterClass":"humanoid"
|
||||
},
|
||||
{
|
||||
"id":"lonely_wolf",
|
||||
"name":"Ancient wolf",
|
||||
"iconID":"monsters_dogs:4",
|
||||
"maxHP":35,
|
||||
"maxAP":10,
|
||||
"moveCost":3,
|
||||
"unique":1,
|
||||
"monsterClass":"animal",
|
||||
"attackDamage":{
|
||||
"min":3,
|
||||
"max":6
|
||||
},
|
||||
"spawnGroup":"lonely_wolf",
|
||||
"droplistID":"lonely_wolf",
|
||||
"attackCost":5,
|
||||
"attackChance":110,
|
||||
"blockChance":30
|
||||
}
|
||||
]
|
||||
@@ -1,74 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"burhczyd1",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd1"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd2",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd2"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd3",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd3"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd4",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd4"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd5",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd5"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd6",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd6"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd7",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd7"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd8",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd8"
|
||||
},
|
||||
{
|
||||
"id":"burhczyd9",
|
||||
"name":"Burhczyd",
|
||||
"iconID":"monsters_ld2:8",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"phraseID":"burhczyd9"
|
||||
}
|
||||
]
|
||||
@@ -1,211 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"feygard_scout",
|
||||
"name":"Feygard scout",
|
||||
"iconID":"monsters_omi1:0",
|
||||
"maxHP":83,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"protectSpawn",
|
||||
"attackDamage":{
|
||||
"min":6,
|
||||
"max":11
|
||||
},
|
||||
"spawnGroup":"feygard_scout",
|
||||
"phraseID":"feygard_scout_3",
|
||||
"droplistID":"Feygard_scout",
|
||||
"attackCost":5,
|
||||
"attackChance":110,
|
||||
"criticalSkill":25,
|
||||
"criticalMultiplier":2.5,
|
||||
"blockChance":95,
|
||||
"damageResistance":5
|
||||
},
|
||||
{
|
||||
"id":"Feygard_BG",
|
||||
"name":"Feygard barricade guard",
|
||||
"iconID":"monsters_rltiles3:14",
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"protectSpawn",
|
||||
"spawnGroup":"Feygard_BG",
|
||||
"phraseID":"Feygard_BG_selector"
|
||||
},
|
||||
{
|
||||
"id":"unknown",
|
||||
"name":"???",
|
||||
"iconID":"monsters_unknown:0"
|
||||
},
|
||||
{
|
||||
"id":"g03_deadpatrol_1",
|
||||
"name":"Dying patrol",
|
||||
"iconID":"monsters_rltiles3:14",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"none",
|
||||
"spawnGroup":"g03_deadpatrol_1",
|
||||
"phraseID":"guild03_deadpatrol1_select"
|
||||
},
|
||||
{
|
||||
"id":"g03_deadpatrol_2",
|
||||
"name":"Dying Patrol",
|
||||
"iconID":"monsters_rltiles3:14",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"spawnGroup":"g03_deadpatrol_2",
|
||||
"phraseID":"guild03_deadpatrol_2_1"
|
||||
},
|
||||
{
|
||||
"id":"guild03_rebthief_1",
|
||||
"name":"Rebelled thief",
|
||||
"iconID":"monsters_ld1:65",
|
||||
"maxHP":60,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"helpOthers",
|
||||
"attackDamage":{
|
||||
"min":3,
|
||||
"max":8
|
||||
},
|
||||
"spawnGroup":"g03_thief_1",
|
||||
"faction":"rebthief_guild03_1",
|
||||
"phraseID":"rebthief_guild03_1",
|
||||
"droplistID":"drop_g03_rebthief_1",
|
||||
"attackCost":5,
|
||||
"attackChance":105,
|
||||
"criticalSkill":10,
|
||||
"criticalMultiplier":2.0,
|
||||
"blockChance":85,
|
||||
"damageResistance":1
|
||||
},
|
||||
{
|
||||
"id":"g03_sergeant",
|
||||
"name":"Feygard patrol sergeant",
|
||||
"iconID":"monsters_rltiles1:76",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"none",
|
||||
"spawnGroup":"g03_sergeant",
|
||||
"phraseID":"FeygardSerg_guild03_select"
|
||||
},
|
||||
{
|
||||
"id":"g03_thief_2",
|
||||
"name":"Thief warden",
|
||||
"iconID":"monsters_ld1:10",
|
||||
"maxHP":68,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"none",
|
||||
"attackDamage":{
|
||||
"min":4,
|
||||
"max":9
|
||||
},
|
||||
"spawnGroup":"guild03_rebthief_2",
|
||||
"faction":"rebthief2_g03_1",
|
||||
"phraseID":"rebthief2_g03_1",
|
||||
"droplistID":"drop_g03_rebthief_2",
|
||||
"attackCost":5,
|
||||
"attackChance":100,
|
||||
"criticalSkill":15,
|
||||
"criticalMultiplier":2.0,
|
||||
"blockChance":95,
|
||||
"damageResistance":2,
|
||||
"hitReceivedEffect":{
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"g03_concentration",
|
||||
"magnitude":1,
|
||||
"duration":2,
|
||||
"chance":"25"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g03_thief_3",
|
||||
"name":"Rebelled rogue",
|
||||
"iconID":"monsters_ld1:138",
|
||||
"maxHP":58,
|
||||
"maxAP":12,
|
||||
"moveCost":6,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"helpOthers",
|
||||
"attackDamage":{
|
||||
"min":3,
|
||||
"max":6
|
||||
},
|
||||
"spawnGroup":"guild03_rebthief_3",
|
||||
"attackCost":4,
|
||||
"attackChance":120,
|
||||
"criticalSkill":20,
|
||||
"criticalMultiplier":2.0,
|
||||
"blockChance":88,
|
||||
"damageResistance":0,
|
||||
"hitEffect":{
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"g03_combo",
|
||||
"magnitude":1,
|
||||
"duration":1,
|
||||
"chance":"33"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g03_crackshot",
|
||||
"name":"Crackshot",
|
||||
"iconID":"monsters_ld1:80",
|
||||
"maxHP":133,
|
||||
"maxAP":10,
|
||||
"moveCost":5,
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"movementAggressionType":"protectSpawn",
|
||||
"attackDamage":{
|
||||
"min":5,
|
||||
"max":11
|
||||
},
|
||||
"spawnGroup":"g03_crackshot",
|
||||
"faction":"crackshot",
|
||||
"phraseID":"guild03_crackshot_1",
|
||||
"droplistID":"drop_g03_crackshot",
|
||||
"attackCost":5,
|
||||
"attackChance":110,
|
||||
"criticalSkill":20,
|
||||
"criticalMultiplier":3.0,
|
||||
"blockChance":100,
|
||||
"damageResistance":4,
|
||||
"hitEffect":{
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"g03_combo",
|
||||
"magnitude":1,
|
||||
"duration":1,
|
||||
"chance":"25"
|
||||
}
|
||||
]
|
||||
},
|
||||
"hitReceivedEffect":{
|
||||
"conditionsSource":[
|
||||
{
|
||||
"condition":"g03_concentration",
|
||||
"magnitude":1,
|
||||
"duration":2,
|
||||
"chance":"33"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"g03_crackshot_dying",
|
||||
"name":"Dying Crackshot",
|
||||
"iconID":"monsters_ld1:80",
|
||||
"unique":1,
|
||||
"monsterClass":"humanoid",
|
||||
"spawnGroup":"crackshot_dying"
|
||||
}
|
||||
]
|
||||