mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Compare commits
1 Commits
c09f5e3a6e
...
blank_engi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bd727f127 |
@@ -32,6 +32,7 @@
|
||||
android:allowBackup="true"
|
||||
android:theme="@style/AndorsTrailTheme_Blue"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
android:debuggable="true"
|
||||
>
|
||||
<activity
|
||||
android:name=".activity.StartScreenActivity"
|
||||
|
||||
@@ -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,141 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"drowning",
|
||||
"iconID":"actorconditions_1:68",
|
||||
"name":"Drowning",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-80,
|
||||
"max":-40
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"entanglement",
|
||||
"iconID":"actorconditions_japozero:39",
|
||||
"name":"Entanglement",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseMoveCost":3,
|
||||
"increaseAttackCost":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fatigue1",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Fatigue",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
},
|
||||
"increaseCurrentAP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fatigue2",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Fatigue",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-2,
|
||||
"max":-2
|
||||
},
|
||||
"increaseCurrentAP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fatigue3",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Fatigue",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-7,
|
||||
"max":-7
|
||||
},
|
||||
"increaseCurrentAP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fatigue4",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Fatigue",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-20,
|
||||
"max":-20
|
||||
},
|
||||
"increaseCurrentAP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"turn_to_stone",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Turning to stone",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-10,
|
||||
"max":-10
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"stoneskin",
|
||||
"iconID":"actorconditions_1:84",
|
||||
"name":"Stone skin",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":20,
|
||||
"increaseDamageResistance":3
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"overeating",
|
||||
"iconID":"actorconditions_japozero:36",
|
||||
"name":"Overeating",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"venom",
|
||||
"iconID":"actorconditions_japozero:2",
|
||||
"name":"Venom",
|
||||
"category":"blood",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseMaxHP":-2
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,47 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": "chaotic_grip",
|
||||
"iconID": "actorconditions_1:96",
|
||||
"name": "Chaotic grip",
|
||||
"category": "mental",
|
||||
"abilityEffect": {
|
||||
"increaseBlockChance": -10,
|
||||
"increaseDamageResistance": -1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "chaotic_test",
|
||||
"iconID": "actorconditions_1:95",
|
||||
"name": "Chaotic test",
|
||||
"category": "mental",
|
||||
"abilityEffect": {
|
||||
"increaseBlockChance": -10,
|
||||
"increaseDamageResistance": -1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "chaotic_test2",
|
||||
"iconID": "actorconditions_1:94",
|
||||
"name": "Chaotic test2",
|
||||
"category": "mental",
|
||||
"abilityEffect": {
|
||||
"increaseBlockChance": -10,
|
||||
"increaseDamageResistance": -1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "chaotic_curse",
|
||||
"iconID": "actorconditions_1:89",
|
||||
"name": "Chaotic curse",
|
||||
"category": "mental",
|
||||
"abilityEffect": {
|
||||
"increaseMaxAP": -1,
|
||||
"increaseAttackDamage": {
|
||||
"min": -1,
|
||||
"max": -1
|
||||
},
|
||||
"increaseBlockChance": -10,
|
||||
"increaseDamageResistance": -1
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,15 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"spore_poison",
|
||||
"iconID":"actorconditions_1:61",
|
||||
"name":"Spore poisoning",
|
||||
"category":"blood",
|
||||
"isStacking":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-10,
|
||||
"increaseMoveCost":1,
|
||||
"increaseUseItemCost":1,
|
||||
"increaseReequipCost":2
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,33 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"reinvigorated",
|
||||
"iconID":"actorconditions_2:1",
|
||||
"name":"Reinvigorated",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":2,
|
||||
"max":2
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":5,
|
||||
"increaseMaxHP":20,
|
||||
"increaseBlockChance":5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"sated",
|
||||
"iconID":"actorconditions_2:1",
|
||||
"name":"Sated",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-20,
|
||||
"increaseMoveCost":2,
|
||||
"increaseAttackCost":1
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,72 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"contagion2",
|
||||
"iconID":"actorconditions_1:62",
|
||||
"name":"Spore contagion",
|
||||
"category":"blood",
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-3,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"petrification",
|
||||
"iconID":"actorconditions_1:9",
|
||||
"name":"Petrification",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"abilityEffect":{
|
||||
"increaseMaxAP":-1,
|
||||
"increaseMoveCost":0,
|
||||
"increaseUseItemCost":0,
|
||||
"increaseReequipCost":0,
|
||||
"increaseAttackCost":0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"vulnerability",
|
||||
"iconID":"actorconditions_1:66",
|
||||
"name":"Vulnerability",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"visualEffectID":"redSplash"
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"flesh_rot",
|
||||
"iconID":"actorconditions_1:82",
|
||||
"name":"Flesh rot",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"redSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":-5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"putrefaction",
|
||||
"iconID":"actorconditions_1:21",
|
||||
"name":"Putrefaction",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash"
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseMaxHP":0,
|
||||
"increaseMaxAP":-1
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -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,34 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"confusion",
|
||||
"iconID":"actorconditions_japozero:5",
|
||||
"name":"Confusion",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-10,
|
||||
"increaseMaxAP":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"clumsiness",
|
||||
"iconID":"actorconditions_japozero:49",
|
||||
"name":"Clumsiness",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-7,
|
||||
"increaseBlockChance":-7
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"curse_undead",
|
||||
"iconID":"actorconditions_1:83",
|
||||
"name":"Curse of the Undead",
|
||||
"category":"spiritual",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-2,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,66 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"nausea",
|
||||
"iconID":"actorconditions_japozero:2",
|
||||
"name":"Nausea",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-10,
|
||||
"increaseBlockChance":-10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"poison_blood",
|
||||
"iconID":"actorconditions_1:60",
|
||||
"name":"Blood poisoning",
|
||||
"category":"blood",
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-2,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"deftness",
|
||||
"iconID":"actorconditions_1:93",
|
||||
"name":"Deftness",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseUseItemCost":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"tight_grip",
|
||||
"iconID":"actorconditions_japozero:11",
|
||||
"name":"Tight grip",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseUseItemCost":8,
|
||||
"increaseReequipCost":8
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"clairvoyance",
|
||||
"iconID":"actorconditions_1:80",
|
||||
"name":"Clairvoyance",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":10,
|
||||
"increaseBlockChance":10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"mind_fog",
|
||||
"iconID":"actorconditions_1:81",
|
||||
"name":"Mind fog",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-10,
|
||||
"increaseBlockChance":-10
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,26 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"poison_irdegh_weak",
|
||||
"iconID":"actorconditions_japozero:2",
|
||||
"name":"Weak irdegh poison",
|
||||
"category":"blood",
|
||||
"isStacking":1,
|
||||
"fullRoundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"light_attack",
|
||||
"iconID":"actorconditions_1:87",
|
||||
"name":"Lightning attack",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackCost":-1
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,27 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"chaotic_grip",
|
||||
"iconID":"actorconditions_1:96",
|
||||
"name":"Chaotic grip",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":-10,
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"chaotic_curse",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Chaotic curse",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
},
|
||||
"increaseMaxAP":-1,
|
||||
"increaseBlockChance":-10,
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,78 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"contagion",
|
||||
"iconID":"actorconditions_1:58",
|
||||
"name":"Insect contagion",
|
||||
"category":"blood",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-10,
|
||||
"increaseAttackDamage":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"blister",
|
||||
"iconID":"actorconditions_1:15",
|
||||
"name":"Blistering skin",
|
||||
"category":"blood",
|
||||
"roundEffect":{
|
||||
"visualEffectID":"redSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"stunned",
|
||||
"iconID":"actorconditions_1:95",
|
||||
"name":"Stunned",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseMaxAP":-2,
|
||||
"increaseMoveCost":8,
|
||||
"increaseAttackCost":5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"focus_dmg",
|
||||
"iconID":"actorconditions_1:70",
|
||||
"name":"Focused damage",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":3,
|
||||
"max":3
|
||||
},
|
||||
"increaseAttackCost":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"focus_ac",
|
||||
"iconID":"actorconditions_1:98",
|
||||
"name":"Focused accuracy",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":40,
|
||||
"increaseAttackCost":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"poison_irdegh",
|
||||
"iconID":"actorconditions_1:60",
|
||||
"name":"Irdegh poison",
|
||||
"category":"blood",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,97 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"rotworm",
|
||||
"iconID":"actorconditions_1:82",
|
||||
"name":"Kazaul rotworms",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseMaxHP":-15,
|
||||
"increaseMaxAP":-3,
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadowbless_str",
|
||||
"iconID":"actorconditions_1:70",
|
||||
"name":"Blessing of Shadow strength",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadowbless_heal",
|
||||
"iconID":"actorconditions_1:35",
|
||||
"name":"Blessing of Shadow regeneration",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"blueSwirl",
|
||||
"increaseCurrentHP":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadowbless_acc",
|
||||
"iconID":"actorconditions_1:98",
|
||||
"name":"Blessing of Shadow accuracy",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":30
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadowbless_guard",
|
||||
"iconID":"actorconditions_1:91",
|
||||
"name":"Shadow guardian blessing",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseMaxHP":30,
|
||||
"increaseDamageResistance":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"crit1",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Internal bleeding",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-50,
|
||||
"increaseAttackDamage":{
|
||||
"min":-3,
|
||||
"max":-3
|
||||
},
|
||||
"increaseAttackCost":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"crit2",
|
||||
"iconID":"actorconditions_1:89",
|
||||
"name":"Fracture",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":-50,
|
||||
"increaseDamageResistance":-2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"concussion",
|
||||
"iconID":"actorconditions_1:80",
|
||||
"name":"Concussion",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-30
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,27 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"food",
|
||||
"iconID":"actorconditions_1:35",
|
||||
"name":"Sustenance",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"foodp",
|
||||
"iconID":"actorconditions_2:2",
|
||||
"name":"Food-poisoning",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,52 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bless",
|
||||
"iconID":"actorconditions_1:41",
|
||||
"name":"Bless",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":5
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"poison_weak",
|
||||
"iconID":"actorconditions_1:60",
|
||||
"name":"Weak Poison",
|
||||
"category":"blood",
|
||||
"roundEffect":{
|
||||
"visualEffectID":"greenSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"str",
|
||||
"iconID":"actorconditions_1:70",
|
||||
"name":"Strength",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"regen",
|
||||
"iconID":"actorconditions_1:35",
|
||||
"name":"Shadow Regeneration",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"blueSwirl",
|
||||
"increaseCurrentHP":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,101 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"speed_minor",
|
||||
"iconID":"actorconditions_1:87",
|
||||
"name":"Minor speed",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseMaxAP":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fatigue_minor",
|
||||
"iconID":"actorconditions_1:14",
|
||||
"name":"Minor fatigue",
|
||||
"category":"physical",
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
},
|
||||
"increaseMoveCost":2,
|
||||
"increaseAttackCost":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"feebleness_minor",
|
||||
"iconID":"actorconditions_1:74",
|
||||
"name":"Minor weapon feebleness",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":-3,
|
||||
"max":-3
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"bleeding_wound",
|
||||
"iconID":"actorconditions_2:0",
|
||||
"name":"Bleeding wound",
|
||||
"category":"blood",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"redSplash",
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"rage_minor",
|
||||
"iconID":"actorconditions_1:90",
|
||||
"name":"Minor berserker rage",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":60,
|
||||
"increaseMaxHP":35,
|
||||
"increaseBlockChance":-90,
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"blackwater_misery",
|
||||
"iconID":"actorconditions_1:58",
|
||||
"name":"Blackwater misery",
|
||||
"category":"blood",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-50,
|
||||
"increaseAttackCost":1,
|
||||
"increaseCriticalSkill":-50
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"intoxicated",
|
||||
"iconID":"actorconditions_2:1",
|
||||
"name":"Intoxicated",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-30,
|
||||
"increaseAttackDamage":{
|
||||
"min":4,
|
||||
"max":4
|
||||
},
|
||||
"increaseMaxHP":15,
|
||||
"increaseAttackCost":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"dazed",
|
||||
"iconID":"actorconditions_1:65",
|
||||
"name":"Dazed",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":-40
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,197 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"slime",
|
||||
"iconID":"actorconditions_1:56",
|
||||
"name":"Corrosive slime",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-2,
|
||||
"max":-1
|
||||
},
|
||||
"increaseCurrentAP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"sense_1",
|
||||
"iconID":"actorconditions_1:44",
|
||||
"name":"Heightened senses",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":5,
|
||||
"increaseAttackDamage":{
|
||||
"min":4,
|
||||
"max":4
|
||||
},
|
||||
"increaseCriticalSkill":10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"courage",
|
||||
"iconID":"actorconditions_1:92",
|
||||
"name":"Courage",
|
||||
"category":"mental",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"blueSwirl",
|
||||
"increaseCurrentHP":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":3,
|
||||
"increaseAttackDamage":{
|
||||
"min":2,
|
||||
"max":2
|
||||
},
|
||||
"increaseBlockChance":3
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fear",
|
||||
"iconID":"actorconditions_1:30",
|
||||
"name":"Fear",
|
||||
"category":"mental",
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-5,
|
||||
"increaseAttackDamage":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
},
|
||||
"increaseBlockChance":-10,
|
||||
"increaseDamageResistance":-1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"def",
|
||||
"iconID":"actorconditions_1:47",
|
||||
"name":"Fortified defense",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":22
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"crit_aware",
|
||||
"iconID":"actorconditions_1:78",
|
||||
"name":"Vulnerability awareness",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseCriticalSkill":10
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"regen2",
|
||||
"iconID":"actorconditions_1:35",
|
||||
"name":"Regeneration",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"blueSwirl",
|
||||
"increaseCurrentHP":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"barkskin",
|
||||
"iconID":"actorconditions_1:20",
|
||||
"name":"Bark skin",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseDamageResistance":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadow_acc",
|
||||
"iconID":"actorconditions_1:101",
|
||||
"name":"Shadow's accuracy",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":15
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadow_prot",
|
||||
"iconID":"actorconditions_1:28",
|
||||
"name":"Shadow's protection",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"roundEffect":{
|
||||
"visualEffectID":"blueSwirl",
|
||||
"increaseCurrentHP":{
|
||||
"min":1,
|
||||
"max":1
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseBlockChance":10,
|
||||
"increaseDamageResistance":2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"shadow_dmg",
|
||||
"iconID":"actorconditions_1:70",
|
||||
"name":"Shadow's strength",
|
||||
"category":"spiritual",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseAttackDamage":{
|
||||
"min":0,
|
||||
"max":2
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"haste",
|
||||
"iconID":"actorconditions_1:87",
|
||||
"name":"Haste",
|
||||
"category":"physical",
|
||||
"isPositive":1,
|
||||
"abilityEffect":{
|
||||
"increaseMaxAP":2,
|
||||
"increaseMoveCost":-1,
|
||||
"increaseUseItemCost":-2,
|
||||
"increaseReequipCost":-2
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"fire",
|
||||
"iconID":"actorconditions_1:1",
|
||||
"name":"Ablaze",
|
||||
"category":"physical",
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
},
|
||||
"abilityEffect":{
|
||||
"increaseAttackChance":-15
|
||||
}
|
||||
},
|
||||
{
|
||||
"id":"sting_minor",
|
||||
"iconID":"actorconditions_1:63",
|
||||
"name":"Minor sting",
|
||||
"category":"physical",
|
||||
"isStacking":1,
|
||||
"roundEffect":{
|
||||
"increaseCurrentHP":{
|
||||
"min":-1,
|
||||
"max":-1
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -1,55 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"passive_achievement_check",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"passive_achievement_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"achievements",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"passive_achievement_check_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"passive_achievement_grant_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"achievements",
|
||||
"value":30,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gold",
|
||||
"value":100000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"passive_achievement_check_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"passive_achievement_grant_1",
|
||||
"message":"Reflecting on your journey, you marvel at how you were able to go from a commoner in a small village to a wealthy adventurer. You realize that you've collected 100,000 gold, and decide to record this milestone in Mikhail's book of achievements.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"achievements",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"passive_achievement_check_2"
|
||||
}
|
||||
]
|
||||
@@ -1,88 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"agthor",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"agthor_y1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"agthor0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"agthor0",
|
||||
"message":"Hello there. Please move along. These things are property of Feygard, and you have no business here."
|
||||
},
|
||||
{
|
||||
"id":"agthor_y1",
|
||||
"message":"Hey, you're that kid! That kid that we've been hearing about. It's great to finally get a face on the stories we've heard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"agthor_y2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"agthor_y2",
|
||||
"message":"Please, anything I can help you with?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Care to trade some items?",
|
||||
"nextPhraseID":"agthor_y4"
|
||||
},
|
||||
{
|
||||
"text":"I'm looking for my brother.",
|
||||
"nextPhraseID":"agthor_y3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"agthor_y3",
|
||||
"message":"Sorry, can't help you there. You're the only kid I've seen running along here in a long time."
|
||||
},
|
||||
{
|
||||
"id":"agthor_y4",
|
||||
"message":"Sure thing. Here's what I've got.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Trade",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"agthor_guard0",
|
||||
"message":"Talk to Agthor.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"agthor_guard0_1"
|
||||
},
|
||||
{
|
||||
"text":"What are you doing here?",
|
||||
"nextPhraseID":"agthor_guard0_1"
|
||||
},
|
||||
{
|
||||
"text":"Are you from Feygard?",
|
||||
"nextPhraseID":"agthor_guard0_1"
|
||||
},
|
||||
{
|
||||
"text":"Where can I get some of that nice armor that you're wearing?",
|
||||
"nextPhraseID":"agthor_guard0_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"agthor_guard0_1",
|
||||
"message":"Agthor. Talk to him.\n[Points at Agthor]"
|
||||
}
|
||||
]
|
||||
@@ -1,326 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"ailshara",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"ailshara_completed_y_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":82
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ailshara_completed_n_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ailshara_deliver_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ailshara_interested_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ailshara_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_completed_y_1",
|
||||
"message":"Hello again my Shadow friend. How may I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what you have to trade.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_completed_n_1",
|
||||
"message":"Sigh, it's you. What do you want?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what you have to trade.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_1",
|
||||
"message":"Psst, hey. Interested in doing some trading? I am always looking for acquiring ... well, items of others...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, let me see what you have.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"Items of others?",
|
||||
"nextPhraseID":"ailshara_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_2",
|
||||
"message":"Oh yes. You see, these Feygard patrol guards carry some really interesting things. They don't seem to care much if some of their shipments ... well, disappear.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, let me see what you have.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"I should really not get involved in this. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_1",
|
||||
"message":"Psst, hey you! I saw you talking to Gandoren over there, and I happened to notice that you exchanged some items. Anything interesting?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Never mind that, let me see what you have to trade.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"I better not talk about it.",
|
||||
"nextPhraseID":"ailshara_interested_2"
|
||||
},
|
||||
{
|
||||
"text":"Gandoren specifically asked me not to talk to you about it.",
|
||||
"nextPhraseID":"ailshara_interested_2"
|
||||
},
|
||||
{
|
||||
"text":"Yes, Gandoren wants me to deliver some equipment for Feygard. Do you want a part of the deal?",
|
||||
"nextPhraseID":"ailshara_interested_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_2",
|
||||
"message":"Hah, of course. Gandoren would not like it if I were to get a glimpse into his business. I assume you are helping him deliver those items somewhere. Tell me this, what did he promise you in return? Gold? Honor? No?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Now that you mention it, he didn't actually say there would be a reward.",
|
||||
"nextPhraseID":"ailshara_interested_3"
|
||||
},
|
||||
{
|
||||
"text":"I am doing this for the glory of Feygard.",
|
||||
"nextPhraseID":"ailshara_fg_1"
|
||||
},
|
||||
{
|
||||
"text":"Helping Feygard seems like the right thing to do.",
|
||||
"nextPhraseID":"ailshara_fg_1"
|
||||
},
|
||||
{
|
||||
"text":"What would you propose instead?",
|
||||
"nextPhraseID":"ailshara_interested_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_3",
|
||||
"message":"As usual, Feygard keeps all its riches to itself. What if I were to tell you there was a way for you to gain from all this as well?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds interesting, please go on.",
|
||||
"nextPhraseID":"ailshara_interested_4"
|
||||
},
|
||||
{
|
||||
"text":"I have no problem helping Feygard without any personal gain.",
|
||||
"nextPhraseID":"ailshara_fg_1"
|
||||
},
|
||||
{
|
||||
"text":"I better not get involved in this, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_fg_1",
|
||||
"message":"By the Shadow, you sound like one of those deceptive snobs from Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ailshara_fg_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_fg_2",
|
||||
"message":"Shadow help you, child. You should question yourself whether you really are making the right choice here."
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_4",
|
||||
"message":"Let me tell you my plan. As you might know, everyone believes there will be some coming conflict between the deceptive snobs of Feygard and the glorious people of Nor City.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ailshara_interested_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_5",
|
||||
"message":"Any help we can bring to Nor City in this matter is welcome. These items that Gandoren gave you would be useful to our people in the southern lands.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ailshara_interested_6"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_6",
|
||||
"message":"These items, if you were to deliver them to our allies down in Vilegard, then the Shadow would look favorably upon you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ailshara_interested_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_7",
|
||||
"message":"This way, the people could get back some piece of the riches that Feygard has stolen from all of us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ailshara_interested_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_8",
|
||||
"message":"If you indeed are walking in the Shadow, then deliver these items to the smith in Vilegard. He will be able to make good use of them. He might also have some other task for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I will see what I can do.",
|
||||
"nextPhraseID":"ailshara_interested_9"
|
||||
},
|
||||
{
|
||||
"text":"No. I will help Feygard instead.",
|
||||
"nextPhraseID":"ailshara_fg_1"
|
||||
},
|
||||
{
|
||||
"text":"Whatever, I choose my own path.",
|
||||
"nextPhraseID":"ailshara_interested_9"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_interested_9",
|
||||
"message":"Shadow be with you. May the Shadow guide you on the clouded paths that you walk."
|
||||
},
|
||||
{
|
||||
"id":"ailshara_deliver_1",
|
||||
"message":"Hello again. Did you deliver those items to the smith in Vilegard?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, it is done.",
|
||||
"nextPhraseID":"ailshara_deliver_2_s",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":55
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Never mind that, let me see what you have to trade.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"No. I will help Feygard instead.",
|
||||
"nextPhraseID":"ailshara_fg_1"
|
||||
},
|
||||
{
|
||||
"text":"Can you tell me again what I was supposed to do?",
|
||||
"nextPhraseID":"ailshara_interested_4"
|
||||
},
|
||||
{
|
||||
"text":"Not yet.",
|
||||
"nextPhraseID":"ailshara_interested_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_deliver_2_s",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"ailshara_deliver_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":81
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ailshara_deliver_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_deliver_2",
|
||||
"message":"Good. You should also try to convince Gandoren into thinking that you helped him."
|
||||
},
|
||||
{
|
||||
"id":"ailshara_deliver_3",
|
||||
"message":"Excellent! You do indeed walk with the Shadow my friend. I am glad to hear that there are at least a few decent folk still around.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ailshara_delivered_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":82
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ailshara_delivered_1",
|
||||
"message":"Your help will be most appreciated by the people of Nor City, and you will be welcome among us."
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,70 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"alynndir_1",
|
||||
"message":"Hello there. Welcome to my cabin.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"alynndir_2"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about the surroundings here?",
|
||||
"nextPhraseID":"alynndir_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alynndir_2",
|
||||
"message":"Mostly, I trade with travelers on the main road on the way to Nor City.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about the surroundings here?",
|
||||
"nextPhraseID":"alynndir_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alynndir_3",
|
||||
"message":"Oh, there is not much around here. Vilegard to the west and Brightport to the east.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alynndir_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alynndir_4",
|
||||
"message":"Up north is just forest. But there are some strange things happening there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alynndir_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alynndir_5",
|
||||
"message":"I have heard terrible screams coming from the forest to the northwest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alynndir_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alynndir_6",
|
||||
"message":"I really wonder what is up there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,146 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"ambelie_1",
|
||||
"message":"Oh my, a commoner. Get away from me. I might catch something.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"ambelie_2"
|
||||
},
|
||||
{
|
||||
"text":"What is a noble woman such as yourself doing in a place like this?",
|
||||
"nextPhraseID":"ambelie_5"
|
||||
},
|
||||
{
|
||||
"text":"I would be glad to get away from a snob like you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_2",
|
||||
"message":"I am Ambelie of the house of Laumwill in Feygard. I am sure you must have heard of me and my house.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh yes ... um ... House of Laumwill in Feygard. Of course.",
|
||||
"nextPhraseID":"ambelie_3"
|
||||
},
|
||||
{
|
||||
"text":"I have never heard of you or your house.",
|
||||
"nextPhraseID":"ambelie_4"
|
||||
},
|
||||
{
|
||||
"text":"Where is Feygard?",
|
||||
"nextPhraseID":"ambelie_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_3",
|
||||
"message":"Feygard, the great city of peace. Surely you must know of it. Northwest in our great land.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What is a noble woman such as yourself doing in a place like this?",
|
||||
"nextPhraseID":"ambelie_5"
|
||||
},
|
||||
{
|
||||
"text":"No, I have never heard of it.",
|
||||
"nextPhraseID":"ambelie_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_4",
|
||||
"message":"Pfft. That just proves everything I have heard of you savages here in the southern land. So uneducated."
|
||||
},
|
||||
{
|
||||
"id":"ambelie_5",
|
||||
"message":"I, Ambelie, of the house of Laumwill in Feygard, am on an excursion to the southern Nor City.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ambelie_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_6",
|
||||
"message":"An excursion to see if Nor City really is all that I have heard about it. If it really can compare itself to the glamour of the great city of Feygard.",
|
||||
"switchToNPC":"ambelie",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nor City, where is that?",
|
||||
"nextPhraseID":"ambelie_7"
|
||||
},
|
||||
{
|
||||
"text":"If you like it so much in Feygard, why would you even leave?",
|
||||
"nextPhraseID":"ambelie_9"
|
||||
},
|
||||
{
|
||||
"text":"Ehh ... I'm here to ... escort you safely to Nor City.",
|
||||
"nextPhraseID":"ambelie_guild02_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":4
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":10,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_7",
|
||||
"message":"Don't you know of Nor City? I will take note that the savages here haven't even heard of the city.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ambelie_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_8",
|
||||
"message":"I am beginning to be even more certain that Nor City will never, even in my wildest dreams, be comparable to the great city of Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Good luck on your excursion.",
|
||||
"nextPhraseID":"ambelie_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_9",
|
||||
"message":"All the noblewomen in Feygard keep talking about the mysterious Shadow in Nor City. I just have to see it myself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nor City, where is that?",
|
||||
"nextPhraseID":"ambelie_7"
|
||||
},
|
||||
{
|
||||
"text":"Good luck on your excursion.",
|
||||
"nextPhraseID":"ambelie_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ambelie_10",
|
||||
"message":"Thank you. Now please leave before someone sees me talking to a commoner like you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Commoner? Are you trying to insult me? Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Whatever, you probably wouldn't even survive a forest wasp.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,130 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"arghes",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"arghes_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":51
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"arghes_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_1",
|
||||
"message":"You will find no business here, child."
|
||||
},
|
||||
{
|
||||
"id":"arghes_2",
|
||||
"message":"How interesting. The child from Fallhaven, here in Remgard?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'm not from Fallhaven, I am from Crossglen, west of Fallhaven.",
|
||||
"nextPhraseID":"arghes_3a"
|
||||
},
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"arghes_3b"
|
||||
},
|
||||
{
|
||||
"text":"How do you know where I am from?",
|
||||
"nextPhraseID":"arghes_3c"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_3a",
|
||||
"message":"Is that so? Hmm, most interesting. It does not change anything, however.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arghes_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_3b",
|
||||
"message":"Who I am is of no importance in this situation. You on the other hand, are most important.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arghes_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_3c",
|
||||
"message":"I know ... a great deal of things.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arghes_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_4",
|
||||
"message":"$playername - yes, that is what they call you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"How do you know my name? Who are you?",
|
||||
"nextPhraseID":"arghes_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_5",
|
||||
"message":"Let's just say that I am a ... friend. You would do well to keep your ... friends close.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arghes_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_6",
|
||||
"message":"Now, how may I help you? Equipment? Information?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what you have to trade.",
|
||||
"nextPhraseID":"arghes_shop"
|
||||
},
|
||||
{
|
||||
"text":"What information do you have?",
|
||||
"nextPhraseID":"arghes_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_shop",
|
||||
"message":"Certainly.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_7",
|
||||
"message":"Hmm, let me see.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arghes_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arghes_8",
|
||||
"message":"No, I cannot tell you anything at this time. You are welcome to return once your path has become ... clearer."
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,513 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"aulowenn0",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"aulowenn_atk",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar13_rest",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"aulowenn_wb0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar13_rest",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"aulowenn_k0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar13_rest",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"aulowenn_ms0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar13_rest",
|
||||
"value":11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"aulowenn1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_atk",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"aulowenn_atk1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar13_rest",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"aulowenn_atk0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_atk1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"aulowenn_atk0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar13_rest",
|
||||
"value":65
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_atk0",
|
||||
"message":"For Feygard!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Attack!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar13_rest",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn1",
|
||||
"message":"Halt! Do not come any closer. The contents of these crates is property of Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I mean you no harm. Who are you?",
|
||||
"nextPhraseID":"aulowenn2"
|
||||
},
|
||||
{
|
||||
"text":"Sure. I'll just stay right here. Who are you?",
|
||||
"nextPhraseID":"aulowenn2"
|
||||
},
|
||||
{
|
||||
"text":"Fine. I will leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn2",
|
||||
"message":"I am Aulowenn of Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What are you doing out here?",
|
||||
"nextPhraseID":"aulowenn3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn3",
|
||||
"message":"I'm guarding these crates. That's what I do. At least until my company gets back from their scouting party.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn4",
|
||||
"message":"Oh I hope they do get back. Come to think of it, they have been away for quite some time now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn5",
|
||||
"message":"I sure hope they are well. Unlike the others...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What about the others?",
|
||||
"nextPhraseID":"aulowenn6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn6",
|
||||
"message":"In my squad, we were a band of six guards that, together with other squads, were sent out here to find a dangerous madman that takes his refuge somewhere in the nearby hills around here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn7",
|
||||
"message":"But something started to happen once we got here. Some of my fellow guards started acting ... odd.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn8",
|
||||
"message":"I don't know if it was just me imagining things or if something truly happened to them. Anyway, one by one, we started to get fewer and fewer.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn9",
|
||||
"message":"Some of my men were killed by the creatures that live in these woods, some ran away by themselves and some have never come back from their scouting trips.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you think has happened to them?",
|
||||
"nextPhraseID":"aulowenn10"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar13_rest",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn10",
|
||||
"message":"I have two theories. My first thought is that some of the local creatures that we've been having problems with here might have captured them, or even killed them. I know for a fact that some were killed by the creatures, since we even buried some of my men to the east of here, but I am not certain of the others.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn11",
|
||||
"message":"The creatures in these woods are intelligible, but fierce. Luckily, we've been able to kill them off before they've been able to spew their foul lies. There are still a few of them around though.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn12",
|
||||
"message":"My second theory is that the madman that we are looking for must have done something to them. Maybe the madman has smeared some of his madness onto them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn13",
|
||||
"message":"Regardless, there isn't much that I am able to do here. I need to guard these crates.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn14",
|
||||
"message":"Also, I do hope that those creatures that seem to live here don't return. They've been a real pest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Anything I can do to help?",
|
||||
"nextPhraseID":"aulowenn15"
|
||||
},
|
||||
{
|
||||
"text":"Good luck with that. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn15",
|
||||
"message":"Oh yes, would you? There is one thing you could do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn16",
|
||||
"message":"As I mentioned, some of my men were killed by the local creatures here. We buried them to the east of here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn17"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn17",
|
||||
"message":"I haven't been there for a few days now, but last I visited the graves, there was one of those foul creatures standing over the graves.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn18"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn18",
|
||||
"message":"I've seen that particular creature there before, it seems to be haunting the graves of my fellow men.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn19",
|
||||
"message":"Of course, it must be up to no good. I would like your help in either removing or defeating that thing.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So, you want me to go visit the graves to the east and defeat whatever creature is there?",
|
||||
"nextPhraseID":"aulowenn20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn20",
|
||||
"message":"Yes, that's it. I should also warn you that those creatures are intelligible, so I would urge you to act quickly when encountering it, before it can spew its foul lies.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds easy enough. I'll do it.",
|
||||
"nextPhraseID":"aulowenn21"
|
||||
},
|
||||
{
|
||||
"text":"Great, more blood for my sword. I'll do it.",
|
||||
"nextPhraseID":"aulowenn21"
|
||||
},
|
||||
{
|
||||
"text":"Anything to help a fellow Feygard friend.",
|
||||
"nextPhraseID":"aulowenn21a"
|
||||
},
|
||||
{
|
||||
"text":"I don't think I should get involved in this.",
|
||||
"nextPhraseID":"aulowenn21b"
|
||||
},
|
||||
{
|
||||
"text":"I'll go visit the graves, but I can't promise that I'll kill anyone.",
|
||||
"nextPhraseID":"aulowenn21b"
|
||||
},
|
||||
{
|
||||
"text":"I have already killed it.",
|
||||
"nextPhraseID":"aulowenn_k0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"tiqui",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar13_rest",
|
||||
"value":11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn21",
|
||||
"message":"Good. Return here once you are done."
|
||||
},
|
||||
{
|
||||
"id":"aulowenn21a",
|
||||
"message":"Glory to Feygard. Return here once you are done."
|
||||
},
|
||||
{
|
||||
"id":"aulowenn21b",
|
||||
"message":"You do as you wish. I'll be here regardless."
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_ms0",
|
||||
"message":"Hello again. Were you successful in defeating that beast?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"aulowenn16"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I defeated the creature.",
|
||||
"nextPhraseID":"aulowenn_k0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"tiqui",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Not yet. I'll do it soon enough though.",
|
||||
"nextPhraseID":"aulowenn21"
|
||||
},
|
||||
{
|
||||
"text":"I don't think I should get involved in this.",
|
||||
"nextPhraseID":"aulowenn21b"
|
||||
},
|
||||
{
|
||||
"text":"I'll go visit the graves, but I can't promise that I'll kill anyone.",
|
||||
"nextPhraseID":"aulowenn21b"
|
||||
},
|
||||
{
|
||||
"text":"I met Tiqui by those graves. He had an interesting tale to tell.",
|
||||
"nextPhraseID":"aulowenn_tq0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar13_rest",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_k0",
|
||||
"message":"Excellent. Maybe now my brethren can rest peacefully. Thank you so much for helping me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn_k1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar13_rest",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_k1",
|
||||
"message":"In return, you are very welcome to use my bed to rest whenever you wish.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar13_rest",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_wb0",
|
||||
"message":"Welcome back my friend. Thank you for helping me defeat that foul creature that was haunting the grave of my fellow guards.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn_k1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_tq0",
|
||||
"message":"You actually listened to it? Please, indulge me, what lies did it have you believe?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"He told me that you have been killing off his kin.",
|
||||
"nextPhraseID":"aulowenn_tq1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_tq1",
|
||||
"message":"Of course we have! They've been attacking us, and we've taken precautions by hunting them so they can't kill more of us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"aulowenn_tq2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_tq2",
|
||||
"message":"To think that they believe they have a chance against the forces of Feygard. Hah! We will cut them down like sheep once the reinforcements get here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I should leave before there is more bloodshed.",
|
||||
"nextPhraseID":"aulowenn21b"
|
||||
},
|
||||
{
|
||||
"text":"I don't like your tone. They haven't done anything to you.",
|
||||
"nextPhraseID":"aulowenn_tq4"
|
||||
},
|
||||
{
|
||||
"text":"I was also asked to take care of you, and I intend to do just that.",
|
||||
"nextPhraseID":"aulowenn_tq3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_tq3",
|
||||
"message":"Hah! Take care of me? That will be the day.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"You will be no match for me.",
|
||||
"nextPhraseID":"aulowenn_atk"
|
||||
},
|
||||
{
|
||||
"text":"I should leave before there is more bloodshed.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"aulowenn_tq4",
|
||||
"message":"Hah! See, there are those lies that I told you about. They. Attacked. Us. Get it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"You will be no match for me.",
|
||||
"nextPhraseID":"aulowenn_atk"
|
||||
},
|
||||
{
|
||||
"text":"I should leave before there is more bloodshed.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,389 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"benbyr",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"benbyr_guild03_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":11,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"benbyr_declined",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"benbyr",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"benbyr_complete_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"benbyr",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"benbyr_mission_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"benbyr",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"benbyr_story_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_complete_1",
|
||||
"message":"Hello again. We sure showed that bastard Tinlyn. That should teach him not to mess with me again."
|
||||
},
|
||||
{
|
||||
"id":"benbyr_declined",
|
||||
"message":"I have nothing more to say to you. Leave me."
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_1",
|
||||
"message":"Psst, hey. Over here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_2",
|
||||
"message":"You look like an aspiring adventurer. Are you willing to do some ... [Benbyr pauses] ... adventuring? He he.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What are we talking about here?",
|
||||
"nextPhraseID":"benbyr_story_3_1"
|
||||
},
|
||||
{
|
||||
"text":"Depends on what I get in return.",
|
||||
"nextPhraseID":"benbyr_story_3_2"
|
||||
},
|
||||
{
|
||||
"text":"I try to help people wherever they might need help.",
|
||||
"nextPhraseID":"benbyr_story_3_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_3_1",
|
||||
"message":"Straight to the point eh? I like that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_3_2",
|
||||
"message":"Ah, the adventurer seeks compensation. Tell me, is the thrill of an adventure not reward enough?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, you are right.",
|
||||
"nextPhraseID":"benbyr_story_4"
|
||||
},
|
||||
{
|
||||
"text":"No.",
|
||||
"nextPhraseID":"benbyr_story_3_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_3_4",
|
||||
"message":"Then I will surely disappoint you. Return to me once you are ready for my task."
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_3_3",
|
||||
"message":"The noble adventurer. He he, I like that. Yes, you will do fine.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_4",
|
||||
"message":"A while ago, I did some business with a certain man called Tinlyn, over here at this Crossroads guardhouse.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_5",
|
||||
"message":"As to the nature of our business, I can't really tell you. Let's just say that our business was of the kind that was mutually beneficial and the guards did not know about it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_6",
|
||||
"message":"We were ready to finish the big deal, me and Tinlyn. That's when he decided to turn on me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_7",
|
||||
"message":"He reported me to the guards, and made me take the whole blame for our business.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_8",
|
||||
"message":"I was sent to Feygard prison, while he himself was set free for reporting me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_8_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_8_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"benbyr_story_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"benbyr",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"benbyr_story_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_9",
|
||||
"message":"Argh, that fool Tinlyn. I hope the Shadow never shows him any mercy.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Get to the point already.",
|
||||
"nextPhraseID":"benbyr_story_10"
|
||||
},
|
||||
{
|
||||
"text":"What do you need me to do?",
|
||||
"nextPhraseID":"benbyr_story_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_10",
|
||||
"message":"I want to get revenge on that fool Tinlyn of course. Now, my plan is the following:",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_11",
|
||||
"message":"I have heard that he is herding sheep these days. This is an excellent opportunity for ... shall we say ... an accident to happen to his sheep. He he.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_12",
|
||||
"message":"You, my friend, would be the perfect walking accident. I want you to find all of Tinlyn's sheep and make sure they are forever united with the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_story_12_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_12_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"benbyr_accept_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"benbyr",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"benbyr_story_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_story_13",
|
||||
"message":"Do this, and I will have avenged that fool Tinlyn.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds like just my type of thing. I'll do it!",
|
||||
"nextPhraseID":"benbyr_accept_1"
|
||||
},
|
||||
{
|
||||
"text":"This sounds a bit shady, but I'll do it anyway.",
|
||||
"nextPhraseID":"benbyr_accept_1"
|
||||
},
|
||||
{
|
||||
"text":"No way, killing innocent sheep is beneath me. I will never do your task.",
|
||||
"nextPhraseID":"benbyr_decline_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"benbyr",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_decline_1",
|
||||
"message":"Very well, but remember that I have my eyes on you ... adventurer.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_declined"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"benbyr",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_accept_1",
|
||||
"message":"Splendid!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_accept_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"benbyr",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_accept_2",
|
||||
"message":"I happen to know that there are eight of his sheep in total, and they should all be to the northwest of here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_accept_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_accept_3",
|
||||
"message":"Return to me with proof that you have slain all eight of them."
|
||||
},
|
||||
{
|
||||
"id":"benbyr_mission_1",
|
||||
"message":"Ah, my walking accident returns. He he.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you tell me your story again?",
|
||||
"nextPhraseID":"benbyr_story_4"
|
||||
},
|
||||
{
|
||||
"text":"I am still looking for those sheep.",
|
||||
"nextPhraseID":"benbyr_accept_3"
|
||||
},
|
||||
{
|
||||
"text":"I have slain all eight of Tinlyn's sheep for you.",
|
||||
"nextPhraseID":"benbyr_mission_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"tinlyn_sheep_meat",
|
||||
"value":8
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_mission_2",
|
||||
"message":"Ha ha! That fool Tinlyn must be in tears. The Shadow surely walks with you my friend.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_complete_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"benbyr",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_complete_2",
|
||||
"message":"This is a glorious day indeed! Tinlyn should have known not to mess with me!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"benbyr_complete_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"benbyr_complete_3",
|
||||
"message":"As for you my friend, seek out my friends in Brightport. I am sure they would extend their hospitality to you."
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,244 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"herec_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"herec_q5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_wyrms",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"herec_q3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_wyrms",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"herec_q1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_wyrms",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"herec_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_1",
|
||||
"message":"Welcome, traveller. You must be the one I heard about, that travelled up the mountain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_2",
|
||||
"message":"Would you be willing to help me with a task?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Depends. What task?",
|
||||
"nextPhraseID":"herec_4"
|
||||
},
|
||||
{
|
||||
"text":"Why would I want to help you?",
|
||||
"nextPhraseID":"herec_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_3",
|
||||
"message":"Ah, a negotiator. I like that. If you help me, I will offer to trade the fruits of my labour with you. It should be most valuable to you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Fine. What task are we talking about here?",
|
||||
"nextPhraseID":"herec_4"
|
||||
},
|
||||
{
|
||||
"text":"No, how can I agree to something when I don't know what it is? I'm out.",
|
||||
"nextPhraseID":"herec_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_4",
|
||||
"message":"It is simple really. I am studying these wyrm creatures that lurk outside our settlement. I am trying to find what their strengths are, so that I can use it for myself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_5",
|
||||
"message":"But my expertise is in the studies of them, and not in actually going head to head with those things.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_6",
|
||||
"message":"That's where you come in.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_7",
|
||||
"message":"I need you to gather some samples from them for me. I hear that some of the white wyrm beasts have sharper claws that can be extracted at the time of death.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_8",
|
||||
"message":"If you were to bring me some samples of those claws from the white wyrms, that would really speed up my research further.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_9",
|
||||
"message":"Let's say, five of those claws should be enough.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, sounds easy enough. I'll get you your 5 white wyrm claws.",
|
||||
"nextPhraseID":"herec_10"
|
||||
},
|
||||
{
|
||||
"text":"Sure. Those things are no match for me.",
|
||||
"nextPhraseID":"herec_10"
|
||||
},
|
||||
{
|
||||
"text":"No way I am going near those beasts again.",
|
||||
"nextPhraseID":"herec_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_10",
|
||||
"message":"Good. Thank you. Please hurry back so I can continue my research on these beasts.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_wyrms",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_11",
|
||||
"message":"I assure you that my research is important. But it's your decision, and your loss."
|
||||
},
|
||||
{
|
||||
"id":"herec_q1",
|
||||
"message":"Welcome back. How is the search going?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"herec_4"
|
||||
},
|
||||
{
|
||||
"text":"I haven't found everything yet. But I am working on it.",
|
||||
"nextPhraseID":"herec_10"
|
||||
},
|
||||
{
|
||||
"text":"I have found what you asked for.",
|
||||
"nextPhraseID":"herec_q2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"bwm_claws",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_q2",
|
||||
"message":"Very well done my friend! These will be very valuable in my research.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_q2_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_wyrms",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_q2_2",
|
||||
"message":"Come back in just a minute and I will have something ready for you."
|
||||
},
|
||||
{
|
||||
"id":"herec_q3",
|
||||
"message":"Welcome back my friend! Good news. I have successfully distilled the fragments of the claws you brought earlier.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_q4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_q4",
|
||||
"message":"Now I am able to create effective potions that contain some essence of the white wyrms. These potions will be very useful in future dealings with these monsters.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"herec_q5"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_wyrms",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"herec_q5",
|
||||
"message":"Would you like to trade for some potions?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure. Let's see what you have.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,166 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"kazaul_guardian",
|
||||
"message":"Kazaul...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What?",
|
||||
"nextPhraseID":"kazaul_guardian_1"
|
||||
},
|
||||
{
|
||||
"text":"Kazaul, destroyer of bright dreams.",
|
||||
"nextPhraseID":"kazaul_guardian_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"kazaul_guardian_1",
|
||||
"message":"[The guardian looks completely unaware of your presence]"
|
||||
},
|
||||
{
|
||||
"id":"kazaul_guardian_2",
|
||||
"message":"[The guardian looks down upon you with its burning eyes]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Kazaul, defiler of the Elytharan Temple.",
|
||||
"nextPhraseID":"kazaul_guardian_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"kazaul_guardian_3",
|
||||
"message":"[You see the burning eyes of the guardian instantly turn into a dark red haze]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"A fight, I have been waiting for this!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Please don't kill me!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"For the Shadow!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_kazaul_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_kazaul_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_1",
|
||||
"message":"You see the shrine of Kazaul that you poured the vial of purifying spirit on.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_kazaul_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_2",
|
||||
"message":"The previously glowing hot rock is now cold as any regular piece of rock."
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_3",
|
||||
"message":"Before you stands a large cut out piece of rock, in what looks like a shrine.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_kazaul_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_4",
|
||||
"message":"You can feel an intense heat coming from the rock, almost like a burning fire.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Leave the formation alone.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Apply the vial of purifying spirit on the formation.",
|
||||
"nextPhraseID":"sign_kazaul_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"q_kazaul_vial",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_5",
|
||||
"message":"You gently pour the contents of the vial onto the formation.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_kazaul_6"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_6",
|
||||
"message":"You hear a loud crackling noise from deep below the shrine. At first, the formation seems unaffected, but after a while you see the glowing of the rock decrease slightly.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_kazaul_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_7",
|
||||
"message":"The process continues more rapidly, while reducing the heat generated from the formation.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_kazaul_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_kazaul_8",
|
||||
"message":"This must be the purification process of the Kazaul shrine."
|
||||
}
|
||||
]
|
||||
@@ -1,283 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"laede",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"laede_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":240
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"laede_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"laede_1",
|
||||
"message":"You are welcome to rest here if you want. Pick any bed you wish.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"laede_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nondisplay",
|
||||
"value":16
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"laede_2",
|
||||
"message":"I should warn you though that the one in the corner over there has a rotten stench to it. Someone must have spilled something onto it."
|
||||
},
|
||||
{
|
||||
"id":"laede_3",
|
||||
"message":"Welcome traveller. These beds are only for residents of Blackwater mountain."
|
||||
},
|
||||
{
|
||||
"id":"iducus",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"iducus_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":240
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"iducus_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"iducus_1",
|
||||
"message":"Welcome friend. What can I do for you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What items do you have for sale?",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"iducus_2",
|
||||
"message":"Welcome traveller. I see you are looking at my fine selection of wares.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_notrust"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_priest",
|
||||
"message":"...Kazaul, destroyer of spilled hope...\nNo that's not it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_priest_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_priest_1",
|
||||
"message":"Spilled ... torment?\nNo that's not it either.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_priest_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_priest_2",
|
||||
"message":"Argh, I can't seem to remember it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What are you doing?",
|
||||
"nextPhraseID":"blackwater_priest_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_priest_3",
|
||||
"message":"Oh, hello. Never mind. Nothing. Just trying to remember something. Don't concern yourself with that."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guard2",
|
||||
"message":"Halt! You should not step any further.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_guard2_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guard2_1",
|
||||
"message":"There is something over there. Do you see it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_guard2_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guard2_2",
|
||||
"message":"A mist? A Shadow? I'm sure I saw something moving.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_guard2_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guard2_3",
|
||||
"message":"Screw this guard duty stuff. I am staying back here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_guard2_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guard2_4",
|
||||
"message":"Good thing we blocked that entrance from that old cabin."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_bossguard",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"blackwater_bossguard_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"prim_hunt",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"blackwater_bossguard_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_bossguard_1",
|
||||
"message":"[The guard gives you a patronizing look, but says nothing]"
|
||||
},
|
||||
{
|
||||
"id":"blackwater_bossguard_2",
|
||||
"message":"Hey, I'm staying out of your fight with the boss. Don't involve me in your schemes."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_throneguard",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"blackwater_throneguard_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":240
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"blackwater_throneguard_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"prim_hunt",
|
||||
"value":140
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"blackwater_throneguard_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_throneguard_1",
|
||||
"message":"Only residents of Blackwater mountain or faction members are allowed in here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here, I have a written permit to enter.",
|
||||
"nextPhraseID":"blackwater_throneguard_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"bwm_permit",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_throneguard_2",
|
||||
"message":"I will let you through. Please go right ahead.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"R"
|
||||
},
|
||||
{
|
||||
"text":"Yes, get out of my way.",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_throneguard_3",
|
||||
"message":"A permit you say? Let me see that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_throneguard_4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"prim_hunt",
|
||||
"value":140
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_throneguard_4",
|
||||
"message":"Well, it has the signature and all. I guess it checks out all right.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_throneguard_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_throneguard_5",
|
||||
"message":"Oh, it is you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_throneguard_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,309 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"sign_blackwater10",
|
||||
"message":"North: Prim\nWest: Elm mine\nEast: [Text is unreadable due to several scratch marks in the wood]\nSouth: Stoutford"
|
||||
},
|
||||
{
|
||||
"id":"keyarea_bwm_agent_1",
|
||||
"message":"The man shouts at you: You! Please help! You have to help us!"
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater0",
|
||||
"message":"East: Fallhaven\nSouthwest: Stoutford\nNorthwest: Blackwater mountain"
|
||||
},
|
||||
{
|
||||
"id":"sign_prim_n",
|
||||
"message":"Notice to all citizens: No one is allowed to enter the mines at night! Furthermore, climbing the mountain side is strictly forbidden after the accident with Lorn."
|
||||
},
|
||||
{
|
||||
"id":"sign_prim_s",
|
||||
"message":"Missing persons:\n - Duala\n - Lorn\n - Kamelio"
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater13",
|
||||
"message":"No entry allowed.\nSigned by Guthbered of Prim."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater30",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater30_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater30_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater30_qstarted",
|
||||
"message":"You find a piece of paper partially frozen in the snow. You can barely make out the phrase 'Kazaul, defiler of the Elytharan Temple' from the wet paper.\nThis must be the first half of the chant for the Kazaul ritual.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater30_notstarted",
|
||||
"message":"You find a piece of paper partially frozen in the snow. You can barely make out the phrase 'Kazaul, defiler of the Elytharan Temple' from the wet paper."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater32",
|
||||
"message":"The sign is severely damaged from what looks as bite marks from something with really sharp teeth. You cannot make out any readable words."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater38_1_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater38_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_notstarted",
|
||||
"message":"You find a piece of paper describing some form of ritual."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_1_qstarted",
|
||||
"message":"You find a piece of paper describing the beginnings of some form of ritual.\nThis must be the first part of the Kazaul ritual.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater38_2_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater38_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_2_qstarted",
|
||||
"message":"You find a piece of paper describing the main part of the Kazaul ritual.\nThis must be the second part of the Kazaul ritual.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":26
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater38_3_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater38_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater38_3_qstarted",
|
||||
"message":"You find a piece of paper describing the end of the Kazaul ritual.\nThis must be the third part of the Kazaul ritual.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":27
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater16",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater16_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater16_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater16_qstarted",
|
||||
"message":"You find a piece of torn paper stuck in the thick bush. You can barely make out the phrase 'Kazaul, destroyer of bright dreams' from the torn paper.\nThis must be the second half of the chant for the Kazaul ritual.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater16_notstarted",
|
||||
"message":"You find a piece of torn paper stuck in the thick bush. You can barely make out the phrase 'Kazaul, destroyer of bright dreams' from the torn paper."
|
||||
},
|
||||
{
|
||||
"id":"bwm_sleephall_1",
|
||||
"message":"You are not allowed to rest here. Only Blackwater residents or close allies are allowed to rest here."
|
||||
},
|
||||
{
|
||||
"id":"keyarea_bwm_agent_60",
|
||||
"message":"You must talk to the man before proceeding further."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater50_left",
|
||||
"message":"This leads out into the wilderness outside Prim."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater50_right",
|
||||
"message":"This leads back into the Blackwater mountain settlement."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater29",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater29_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":95
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater29_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater29_qstarted",
|
||||
"message":"You try to be as sneaky as possible, to not gain any attention from the guards while searching through the stack of papers.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_blackwater29_qstarted_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater29_notstarted",
|
||||
"message":"The guard shouts at you:\n\nHey you! Get away from there!"
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater29_qstarted_1",
|
||||
"message":"Among the papers, you find plans for recruiting mercenaries for Prim and training fighters for a larger attack on the Blackwater mountain settlement.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_blackwater29_qstarted_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater29_qstarted_2",
|
||||
"message":"This must be the information that Harlenn wants."
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater45",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater45_qstarted",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"prim_hunt",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"sign_blackwater45_notstarted"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater45_qstarted",
|
||||
"message":"You try to sneak as much as possible, to not gain any attention from the guard while searching through the stack of papers.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_blackwater45_qstarted_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater45_notstarted",
|
||||
"message":"As soon as you step near the table, the guard shouts at you:\n\nHey you! Get away from there!"
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater45_qstarted_1",
|
||||
"message":"Among the papers, you find what seems to be plans for training fighters, and plans for an attack on what looks like Prim.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"sign_blackwater45_qstarted_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"prim_hunt",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"sign_blackwater45_qstarted_2",
|
||||
"message":"This must be the information that Guthbered wants."
|
||||
}
|
||||
]
|
||||
@@ -1,688 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"throdna_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"throdna_purify_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_purify_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_return_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_return_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_1",
|
||||
"message":"Kazaul ... Shadow ... what was it again?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_2",
|
||||
"message":"Oh, a visitor. Hello there. I have not seen you around here before. Did they let you in here?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_3",
|
||||
"message":"Of course they did. What am I rambling on about. Harlenn and his gang always keep their worldly duties under control.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_4",
|
||||
"message":"So, who might you be then, eh? Probably here to bother me with some worldly complaint about the settlement needing more resources or someone complaining about the cold drag from the outside again?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_loop_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_loop_1",
|
||||
"message":"What do you want?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What is this place?",
|
||||
"nextPhraseID":"throdna_6"
|
||||
},
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"throdna_7"
|
||||
},
|
||||
{
|
||||
"text":"What was that you talked about when I arrived, Kazaul?",
|
||||
"nextPhraseID":"throdna_8"
|
||||
},
|
||||
{
|
||||
"text":"Are you aware that there is a bitter rivalry going on between this settlement and Prim?",
|
||||
"nextPhraseID":"throdna_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_5",
|
||||
"message":"And there you go with your mundane problems. I tell you, your worldly troubles do not interest me the least bit.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_6",
|
||||
"message":"This is the mages' chamber in Blackwater mountain. We devote our time to the studies of the Shadow and its descendants.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Descendants?",
|
||||
"nextPhraseID":"throdna_8"
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to my other questions.",
|
||||
"nextPhraseID":"throdna_loop_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_7",
|
||||
"message":"I am Throdna. One of the most learned persons around, if you ask me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_loop_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_8",
|
||||
"message":"Kazaul, the Shadow spawn of red marrow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_9"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":8
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_9",
|
||||
"message":"We have been trying to read all we can on Kazaul, and the ritual. It seems we might be too late.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you mean?",
|
||||
"nextPhraseID":"throdna_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_10",
|
||||
"message":"The ritual. We believe that Kazaul will manifest in our presence soon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_11",
|
||||
"message":"We must learn more about the Kazaul ritual, to gain its power and learn to use it for our purposes.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can I help in some way?",
|
||||
"nextPhraseID":"throdna_12"
|
||||
},
|
||||
{
|
||||
"text":"What were you planning to do?",
|
||||
"nextPhraseID":"throdna_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_12",
|
||||
"message":"As I said, we want to learn more about the ritual itself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_13"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":9
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_13",
|
||||
"message":"A while ago, we were on the verge of getting our hands on the whole ritual itself, but the messenger was killed under most interesting circumstances while traveling up here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_14",
|
||||
"message":"We knew he had the parts of the complete ritual on him, but since he was killed and we could not get to him because of the monsters - his notes were lost to us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_15",
|
||||
"message":"According to our sources, there should be five parts of the ritual scattered across the mountain. Three of them describing the ritual itself, and two describing the Kazaul chant used to summon the guardian.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_15_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_16",
|
||||
"message":"Hmm, maybe you could be of use here...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I would be glad to help.",
|
||||
"nextPhraseID":"throdna_18"
|
||||
},
|
||||
{
|
||||
"text":"Sounds dangerous, but I'll do it.",
|
||||
"nextPhraseID":"throdna_18"
|
||||
},
|
||||
{
|
||||
"text":"Keep your ritual of the Shadow to yourself. I am not getting involved in this.",
|
||||
"nextPhraseID":"throdna_17"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_17",
|
||||
"message":"Fine, we will just have to find someone else then."
|
||||
},
|
||||
{
|
||||
"id":"throdna_18",
|
||||
"message":"Yes, you might be able to help. Not that you really have any choice though.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_19",
|
||||
"message":"OK. Find me the pieces of the ritual that the former messenger carried on him. They should be found somewhere on the path up to Blackwater mountain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I will return with your parts of the ritual.",
|
||||
"nextPhraseID":"throdna_20"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_20",
|
||||
"message":"Yes, you will.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_1",
|
||||
"message":"Hello again. I hope you come here to tell me you have the five parts of the ritual.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I am still looking for them.",
|
||||
"nextPhraseID":"throdna_return_2"
|
||||
},
|
||||
{
|
||||
"text":"How many parts was I supposed to find?",
|
||||
"nextPhraseID":"throdna_15"
|
||||
},
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"throdna_12"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I think I have found them all.",
|
||||
"nextPhraseID":"throdna_check_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_2",
|
||||
"message":"Then hurry and go find them! What are you standing around here for then?"
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_3",
|
||||
"message":"You actually found all five pieces? I suppose I should thank you. Well then. Thank you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_15_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"X",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_check_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"throdna_check_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_check_fail"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_check_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"throdna_check_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_check_fail"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_check_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"throdna_check_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":26
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_check_fail"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_check_4",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"throdna_return_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":27
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_check_fail"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_check_fail",
|
||||
"message":"It seems you have not found all five pieces yet.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_4",
|
||||
"message":"We have more pressing matters to focus on. As I briefly mentioned before, we believe that Kazaul will manifest in our presence soon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_5",
|
||||
"message":"If that were to happen, we could not complete our research about the ritual or Kazaul itself, all our efforts would be lost.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_6",
|
||||
"message":"Therefore, we intend to delay the process as much as we can, until we have learned of its powers.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_7",
|
||||
"message":"You might be useful to us here again.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'm ready for anything.",
|
||||
"nextPhraseID":"throdna_return_8"
|
||||
},
|
||||
{
|
||||
"text":"What do you need of me?",
|
||||
"nextPhraseID":"throdna_return_8"
|
||||
},
|
||||
{
|
||||
"text":"I sure hope it involves more killing and looting.",
|
||||
"nextPhraseID":"throdna_return_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_8",
|
||||
"message":"We need you to do two things. First, you must find the shrine of Kazaul. Our scouts tell us that the shrine should be located somewhere near the base of Blackwater mountain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_9",
|
||||
"message":"However, all passageways to the shrine are 'clouded in Shadow' according to our scouts. I'm not sure what that means.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_10",
|
||||
"message":"Second, we need you to take a vial of purifying spirit and apply it to the shrine.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_11_select"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_11_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"throdna_return_13",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"throdna_return_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_11",
|
||||
"message":"This vial is a vial of purifying spirit. It should delay the process well enough for us to be able to continue our research.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds easy. I'll do it.",
|
||||
"nextPhraseID":"throdna_return_12"
|
||||
},
|
||||
{
|
||||
"text":"Sounds dangerous, but I will do it.",
|
||||
"nextPhraseID":"throdna_return_12"
|
||||
},
|
||||
{
|
||||
"text":"This sounds like a trap. I won't agree to do your dirty work.",
|
||||
"nextPhraseID":"throdna_17"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_12",
|
||||
"message":"Good, here is the vial. Now hurry.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_return_13"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":41
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"throdna_items"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_return_13",
|
||||
"message":"Return to me as soon as you have completed your task."
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_1",
|
||||
"message":"Hello again. I hope you are here to tell me you have purified the shrine of Kazaul?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, it is done.",
|
||||
"nextPhraseID":"throdna_purify_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kazaul",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No, not yet.",
|
||||
"nextPhraseID":"throdna_purify_2"
|
||||
},
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"throdna_return_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_2",
|
||||
"message":"Then hurry and go take the vial to the shrine! What are you standing around here for?"
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_3",
|
||||
"message":"Good. We must hurry to continue our research on Kazaul.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_purify_4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"kazaul",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_4",
|
||||
"message":"You should get out of here to allow us to concentrate on our work.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_purify_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_5",
|
||||
"message":"...Kazaul, destroyer of bright dreams...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_purify_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_6",
|
||||
"message":"...Kazaul ... Shadow...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"throdna_purify_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"throdna_purify_7",
|
||||
"message":"[Throdna continues to mumble on about Kazaul, but you cannot make out any other words]"
|
||||
},
|
||||
{
|
||||
"id":"throdna_guard",
|
||||
"message":"Keep your voice down while in the inner chamber."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_acolyte",
|
||||
"message":"Are you also looking to become one with the Shadow?"
|
||||
}
|
||||
]
|
||||
@@ -1,126 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"blackwater_entranceguard",
|
||||
"message":"Oh, a newcomer. Great. I hope you are here to help us with our problems.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_guard1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guard1",
|
||||
"message":"Stay out of trouble and trouble will stay away from you."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guest1",
|
||||
"message":"Great place this, isn't it?"
|
||||
},
|
||||
{
|
||||
"id":"blackwater_guest2",
|
||||
"message":"Teehee. Mazeg's potions make you feel all tingly and funny."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_cook",
|
||||
"message":"Get out of my kitchen! Take a seat and I will get to you in time."
|
||||
},
|
||||
{
|
||||
"id":"keneg",
|
||||
"message":"Banging. Wheezing.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"keneg_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"keneg_1",
|
||||
"message":"Have to get away!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"keneg_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"keneg_2",
|
||||
"message":"The monsters, they come at night.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"keneg_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"keneg_3",
|
||||
"message":"[Looks nervous]\nHave to hide."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_notrust",
|
||||
"message":"Regardless, I cannot help you. My services are only for residents of Blackwater mountain, and I don't trust you enough yet."
|
||||
},
|
||||
{
|
||||
"id":"waeges",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"waeges_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":240
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"waeges_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"waeges_1",
|
||||
"message":"Welcome friend. What can I do for you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What weapons do you have for sale?",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"waeges_2",
|
||||
"message":"Welcome traveller. I see you are looking at my fine selection of weapons.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"blackwater_notrust"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"blackwater_fighter",
|
||||
"message":"I have no time for you, kid. Have to practice my skills."
|
||||
},
|
||||
{
|
||||
"id":"ungorm",
|
||||
"message":"...but while the forces were withdrawing, the larger part of...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ungorm_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ungorm_1",
|
||||
"message":"Oh. A young one. Hello. Please do not disturb my students while they are studying."
|
||||
},
|
||||
{
|
||||
"id":"blackwater_pupil",
|
||||
"message":"Sorry, I can't talk right now."
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,586 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"hettar",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"hettar_90",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"hettar_80",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"hettar_50",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"hettar_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"hettar_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"hettar_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"hettar_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_1",
|
||||
"message":"Norry! Nooorryyyy!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hush! Don't make such noise with all these monsters around!",
|
||||
"nextPhraseID":"hettar_1_4"
|
||||
},
|
||||
{
|
||||
"text":"Who is Norry?",
|
||||
"nextPhraseID":"hettar_1_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_1_2",
|
||||
"message":"Norry is my little doggie. He fell down the steep slope and has not found his way back yet.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh dear.",
|
||||
"nextPhraseID":"hettar_10"
|
||||
},
|
||||
{
|
||||
"text":"A dog! He will be back soon... I better go now.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I have seen a great wolfhound down there a short while ago. But you say you are missing a little doggie.",
|
||||
"nextPhraseID":"hettar_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog_nd",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_1_4",
|
||||
"message":"I can see these Gornauds myself. That's why I must find Norry urgently.\nNooorryyyy!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who is Norry?",
|
||||
"nextPhraseID":"hettar_1_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_10",
|
||||
"message":"Please help to find Norry. He is my only friend, and he is helpless without me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"How can I help you?",
|
||||
"nextPhraseID":"hettar_20"
|
||||
},
|
||||
{
|
||||
"text":"The wolfhound down there had brown fur with a white patch on the breast. He was enjoying himself gnawing some huge bones.",
|
||||
"nextPhraseID":"hettar_10_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog_nd",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_10_4",
|
||||
"message":"This must be him! Go and get him here - be quick!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"That would be of no use. This brute had attacked me, so I had to kill it.",
|
||||
"nextPhraseID":"hettar_10_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"hettar_dog3",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"This brute growled at me, but I got away unharmed.",
|
||||
"nextPhraseID":"hettar_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"hettar_dog3",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Eh, I have to leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_10_6",
|
||||
"message":"[Hettar fell on the floor]\nNooo! What did you do?!",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_20",
|
||||
"message":"Please go down there and look for my doggie. Maybe he is injured? Bring him back! You must!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I'll do it.",
|
||||
"nextPhraseID":"hettar_20_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"hettar_dog3",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"This brute attacked me, so I had to kill it.",
|
||||
"nextPhraseID":"hettar_10_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"hettar_dog3",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Eh, I have to leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_20_10",
|
||||
"message":"Great! Go immediately, as long as he might be alive still.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I hope he will follow me.",
|
||||
"nextPhraseID":"hettar_20_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":30,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I hope he will follow me.",
|
||||
"nextPhraseID":"hettar_20_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I have no time just now. I'll be back soon.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"rewardType":"removeSpawnArea",
|
||||
"rewardID":"hettar_dog3",
|
||||
"mapName":"blackwater_mountain55"
|
||||
},
|
||||
{
|
||||
"rewardType":"spawnAll",
|
||||
"rewardID":"hettar_dog",
|
||||
"mapName":"blackwater_mountain55"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_20_20",
|
||||
"message":"I gave you my last piece of Wyrm meat for Norry. Did you lose it?"
|
||||
},
|
||||
{
|
||||
"id":"hettar_20_30",
|
||||
"message":"Good that you have mentioned it. I'll give you a nice raw piece of Wyrm meat that I have as food for Norry. He loves them.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"hettar_bone",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_30",
|
||||
"message":"I can read it in your face - there is no hope for Norry.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"This brute attacked me, so I had to kill it.",
|
||||
"nextPhraseID":"hettar_10_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"hettar_dog3",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"This brute growled at me, but I got away and let it live.",
|
||||
"nextPhraseID":"hettar_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog_nd",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"hettar_dog3",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I am still searching.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_50",
|
||||
"message":"Haha! You know what? Norry has come back all alone! You have made all the way down unnecessarily.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Now guess who had persuaded him to do so? He was absorbed by a pile of monster bones.",
|
||||
"nextPhraseID":"hettar_50_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_50_10",
|
||||
"message":"Oh. Thank you then.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_80",
|
||||
"message":"Thank you again a thousand times for rescuing my little Norry!"
|
||||
},
|
||||
{
|
||||
"id":"hettar_90",
|
||||
"message":"My poor Norry! Why did you have to die so young?\n* Sob *",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"hettar_90_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_90_10",
|
||||
"message":"Go away! I hate you!"
|
||||
},
|
||||
{
|
||||
"id":"hettar_bones",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"hettar_bones_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog_nd",
|
||||
"value":2,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_bones_10",
|
||||
"message":"You see several huge bones of a monstrous skeleton. Good that this creature is dead now and not attacking you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Take the bones.",
|
||||
"nextPhraseID":"hettar_bones_20"
|
||||
},
|
||||
{
|
||||
"text":"Leave the bones where they are.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_bones_20",
|
||||
"message":"GROWL!",
|
||||
"switchToNPC":"hettar_dog",
|
||||
"replies":[
|
||||
{
|
||||
"text":"The wolfhound doesn't want you to take 'his' bones.\nTake them nevertheless.",
|
||||
"nextPhraseID":"hettar_bones_30"
|
||||
},
|
||||
{
|
||||
"text":"Leave the bones where they are.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog_nd",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_bones_30",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"hettar_bones_40",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"hettar_bone",
|
||||
"value":1,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"bwm_bones",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog_nd",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_bones_40",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"removeSpawnArea",
|
||||
"rewardID":"hettar_dog",
|
||||
"mapName":"blackwater_mountain55"
|
||||
},
|
||||
{
|
||||
"rewardType":"spawnAll",
|
||||
"rewardID":"hettar_dog3",
|
||||
"mapName":"blackwater_mountain55"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_dog",
|
||||
"message":"Growl!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hey Norry, look here! I have some much better food for you from Hettar.",
|
||||
"nextPhraseID":"hettar_dog_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"hettar_bone",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog_nd",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Hey Norry, look here! I have a Wyrm steak for you from Hettar.",
|
||||
"nextPhraseID":"hettar_dog_50",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"hettar_bone",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog_nd",
|
||||
"value":2,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Now run to Hettar! He is waiting for you.",
|
||||
"nextPhraseID":"hettar_dog_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"hettar_dog",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, I go. Stupid dog.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog_nd",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_dog_10",
|
||||
"message":"The wolfhound fetched the meat from your hand and devoured it greedily in a few seconds.",
|
||||
"switchToNPC":"none",
|
||||
"replies":[
|
||||
{
|
||||
"text":"There, there. And now run to Hettar! He is waiting for you.",
|
||||
"nextPhraseID":"hettar_dog_20"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog_nd",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_dog_20",
|
||||
"message":"A moment later the huge wolfhound was gone.",
|
||||
"switchToNPC":"none",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"removeSpawnArea",
|
||||
"rewardID":"hettar_dog",
|
||||
"mapName":"blackwater_mountain55"
|
||||
},
|
||||
{
|
||||
"rewardType":"spawnAll",
|
||||
"rewardID":"hettar_dog2",
|
||||
"mapName":"blackwater_mountain55"
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"hettar_dog",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_dog_50",
|
||||
"message":"Grrrowl.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Ah, I see. These monstrous bones here on the ground are delicious too.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"hettar_dog2",
|
||||
"message":"Growl!"
|
||||
}
|
||||
]
|
||||
@@ -1,587 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"brv_tavern_west_waitress_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"brv_tavern_west_waitress_100",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"brv_tavern_west_waitress_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_tavern_west_waitress_10",
|
||||
"message":"Welcome to my tavern. How can I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you know something about the back room?",
|
||||
"nextPhraseID":"brv_tavern_west_waitress_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack_hidden",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What do you offer for trade?",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"I am looking for my brother, Andor. He looks a bit like me.",
|
||||
"nextPhraseID":"brv_tavern_west_waitress_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_tavern_west_waitress_20",
|
||||
"message":"Keep your fingers out of things that are none of your business."
|
||||
},
|
||||
{
|
||||
"id":"brv_tavern_west_waitress_100",
|
||||
"message":"Please go away. I don't want you here in my tavern anymore."
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack_hidden",
|
||||
"value":110
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_5",
|
||||
"message":"You again?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_6",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_80",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_80",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_40",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_20_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack_hidden",
|
||||
"value":120
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_10",
|
||||
"message":"What do you want from me?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I just want to talk a little bit.",
|
||||
"nextPhraseID":"brv_zimsko_10_1"
|
||||
},
|
||||
{
|
||||
"text":"I want to join you for a beer.",
|
||||
"nextPhraseID":"brv_zimsko_10_2"
|
||||
},
|
||||
{
|
||||
"text":"Do you know something about the back room?",
|
||||
"nextPhraseID":"brv_zimsko_10_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack_hidden",
|
||||
"value":110
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_10_1",
|
||||
"message":"I am very thirsty...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Why don't you buy something for yourself?",
|
||||
"nextPhraseID":"brv_zimsko_10_2"
|
||||
},
|
||||
{
|
||||
"text":"Let's drink a beer together. I will pay. [Pay 2 gold]",
|
||||
"nextPhraseID":"brv_zimsko_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_10_2",
|
||||
"message":"I lost all my money gambling and can't afford a beer.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Bad luck.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I am out of money.",
|
||||
"nextPhraseID":"X",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gold",
|
||||
"value":2,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I will buy you a beer. [Pay 2 gold]",
|
||||
"nextPhraseID":"brv_zimsko_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack_hidden",
|
||||
"value":130
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_20",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"brv_zimsko_20_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack_hidden",
|
||||
"value":120
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_20_1",
|
||||
"message":"Can I have one more beer?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here is one more beer. [Pay 2 gold]",
|
||||
"nextPhraseID":"brv_zimsko_20_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I am out of money.",
|
||||
"nextPhraseID":"brv_zimsko_20_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gold",
|
||||
"value":2,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"[Lie] I am out of money.",
|
||||
"nextPhraseID":"brv_zimsko_20_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gold",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No, you have had enough.",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
},
|
||||
{
|
||||
"text":"Do you know something about the back room?",
|
||||
"nextPhraseID":"brv_zimsko_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":20,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Where did you lose your money?",
|
||||
"nextPhraseID":"brv_zimsko_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":20,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack_hidden",
|
||||
"value":130
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I want to find out what's happening in the back room, but they want a password.",
|
||||
"nextPhraseID":"brv_zimsko_30_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":30,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I want to find out what's happening in the back room.",
|
||||
"nextPhraseID":"brv_zimsko_30_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":10,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":30,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I want to talk to you about the gamblers.",
|
||||
"nextPhraseID":"brv_zimsko_40",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":70,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":80,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_20_2",
|
||||
"message":"Thank you for the beer.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_30",
|
||||
"message":"I lost all my money gambling in the backroom. I think they are cheating.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh, bad luck.",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
},
|
||||
{
|
||||
"text":"I will go and play with them to find out if they are cheating.",
|
||||
"nextPhraseID":"brv_zimsko_30_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":10,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I want to find out what's happening in the back room, but they want a password.",
|
||||
"nextPhraseID":"brv_zimsko_30_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_30_1",
|
||||
"message":"Thanks for trying to find out more. But you will need a password for entering the back room. [He whispers the password in your ear.]\n\nYou have to win and lose a few times until they trust you and play for higher amounts. Then they start cheating.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_30_2",
|
||||
"message":"Thanks for trying to find out more. The password for entering the back room is... [he whispers the password in your ear.]\n\nYou have to win and lose a few times until they trust you and play for higher amounts. Then they start cheating.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_40",
|
||||
"message":"Did you already find out if they are cheating?\n\nYou have to win and lose a few times until they trust you and play for higher amounts. Then they start cheating.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I did not find anything out yet.",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
},
|
||||
{
|
||||
"text":"I gambled with them and it seems they are cheating.",
|
||||
"nextPhraseID":"brv_zimsko_40_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack_hidden",
|
||||
"value":140
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":50,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I gambled with them and it seems they are cheating. I even had a fight with them.",
|
||||
"nextPhraseID":"brv_zimsko_40_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I gambled with them and I think they are playing fair.",
|
||||
"nextPhraseID":"brv_zimsko_40_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack_hidden",
|
||||
"value":140
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"brv_blackjack",
|
||||
"value":50,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_40_1",
|
||||
"message":"I still believe they are cheating. Thanks anyway.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_40_2",
|
||||
"message":"Thats what I thought. Thank you for your help.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_40_3",
|
||||
"message":"That's what I thought. Thank you for your help and the fight. Someone had to do it.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"brv_blackjack",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"brv_zimsko_80",
|
||||
"message":"Thank you for your help with the gamblers.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"brv_zimsko_20_1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,770 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"buceth",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"buceth_complete_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"buceth_fight_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"buceth_story_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":45
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"buceth_follow_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":42
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"buceth_bribed_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"buceth_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_bribed_1",
|
||||
"message":"You again. Thank you for the gold earlier.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_follow_1",
|
||||
"message":"Welcome back my friend. Walk with the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_1",
|
||||
"message":"Shadow be with you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I know of your business at the well the night after the illness broke out.",
|
||||
"nextPhraseID":"buceth_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Can you tell me more about the Shadow?",
|
||||
"nextPhraseID":"priest_shadow_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_2",
|
||||
"message":"Oh, I am sure you do. But what proof do you have, eh? Anything the guards would believe?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_3",
|
||||
"message":"Let me ask you something first, and we might talk after that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, what?",
|
||||
"nextPhraseID":"buceth_4"
|
||||
},
|
||||
{
|
||||
"text":"How about some gold, would that make you talk?",
|
||||
"nextPhraseID":"buceth_gold_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_4",
|
||||
"message":"Let me start by telling you a story.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Go ahead.",
|
||||
"nextPhraseID":"buceth_5"
|
||||
},
|
||||
{
|
||||
"text":"Let me guess, this story is going to take forever to listen to. How about I give you some gold, and instead we can discuss what you were doing at the well.",
|
||||
"nextPhraseID":"buceth_gold_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_gold_1",
|
||||
"message":"Hmm, that might be an interesting proposal. How much gold are you suggesting?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here's 10 gold, take it.",
|
||||
"nextPhraseID":"buceth_gold_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here's 100 gold, take it.",
|
||||
"nextPhraseID":"buceth_gold_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here's 250 gold, take it.",
|
||||
"nextPhraseID":"buceth_gold_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":250
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here's 500 gold, take it.",
|
||||
"nextPhraseID":"buceth_gold_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":500
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here's 1000 gold, take it.",
|
||||
"nextPhraseID":"buceth_gold_yes",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":1000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here's 2000 gold, take it.",
|
||||
"nextPhraseID":"buceth_gold_yes",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":2000
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_gold_no",
|
||||
"message":"Hrmpf. Thanks for the gold, but I am not interested in talking to you. Now, please leave."
|
||||
},
|
||||
{
|
||||
"id":"buceth_gold_yes",
|
||||
"message":"You seem to realize the true value of the Shadow. Yes, this will do fine, thank you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_5",
|
||||
"message":"Let's assume you live in a village that, for the most part, keeps to itself. Your village is self-sustainable and the crops have been good for some years.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_6",
|
||||
"message":"With the few exceptions of some fights here and there between villagers because of misunderstandings, on the whole, your village is a friendly, peaceful village.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_7",
|
||||
"message":"You work in the same profession as your parents, which in turn worked in the same professions as their parents.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_8",
|
||||
"message":"Let's also assume that the way you conduct your business is the same way that the people in the village have been conducting their business for generations past.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_9",
|
||||
"message":"Everyone respects one another in the village, and your appointed leader does a good job at keeping everyone's interests satisfied, while at the same time being reasonably fair.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_10",
|
||||
"message":"Then, one day, a group of men come walking into the village. Shining armor, white teeth, combed hair, trimmed beards.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_11",
|
||||
"message":"The men claim that their lord owns this land, including your village.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_12",
|
||||
"message":"They claim that they keep the land safe of wrongdoers and evil creatures.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_13",
|
||||
"message":"For their help in protecting your village, they ask that the village compensate them with a share of the harvest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_14",
|
||||
"message":"Now, tell me. Would you support those men by agreeing to their terms?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes",
|
||||
"nextPhraseID":"buceth_15"
|
||||
},
|
||||
{
|
||||
"text":"No",
|
||||
"nextPhraseID":"buceth_15"
|
||||
},
|
||||
{
|
||||
"text":"I don't know.",
|
||||
"nextPhraseID":"buceth_dontknow"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_dontknow",
|
||||
"message":"I am sorry to hear that. You should make up your mind and return to me once you have done so. Then we might be able to talk more.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"How about I give you some gold instead?",
|
||||
"nextPhraseID":"buceth_gold_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_15",
|
||||
"message":"How interesting.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_16",
|
||||
"message":"Let me continue the story of our hypothetical case.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_17"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_17",
|
||||
"message":"A while later, the men return. They explain that some of the ways things are done in the village have now been prohibited across the whole land.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_18"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_18",
|
||||
"message":"Without going into specifics, let's say that these are ways that have been used for past generations in your village.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_19",
|
||||
"message":"Changing the way things are done will require quite an effort for people to adjust. A lot of people in the village are upset because of this news from the men.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_20",
|
||||
"message":"Now, tell me. Would you in secret continue using the old ways your past generations have used, or would you instead convert to the ways that the men are advocating?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I would continue using the old ways in secret.",
|
||||
"nextPhraseID":"buceth_21_1"
|
||||
},
|
||||
{
|
||||
"text":"I would continue using the old ways, and fight the ruling that prohibited them in the first place.",
|
||||
"nextPhraseID":"buceth_21_2"
|
||||
},
|
||||
{
|
||||
"text":"I would only use the ways that are allowed.",
|
||||
"nextPhraseID":"buceth_22"
|
||||
},
|
||||
{
|
||||
"text":"I would follow the law.",
|
||||
"nextPhraseID":"buceth_22"
|
||||
},
|
||||
{
|
||||
"text":"I can't decide without knowing the specifics.",
|
||||
"nextPhraseID":"buceth_dontknow"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_21_1",
|
||||
"message":"How interesting.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_25"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_21_2",
|
||||
"message":"I am glad to hear that there are people still around that are willing to stand up for what is right.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_25"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_22",
|
||||
"message":"How interesting. You have a different view of the world than what I and the priests of Nor City have.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_23"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_23",
|
||||
"message":"You are of course entitled to your opinion, but you should know that your opinion might conflict with the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_24"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_24",
|
||||
"message":"You wanted to know about some business that you accuse me of. Since you have no proof, I will claim innocence. I know that my conscience is clean.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Fine. How about I give you some gold instead, would that make you talk?",
|
||||
"nextPhraseID":"buceth_gold_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_25",
|
||||
"message":"Your views match those that I and the other priests from Nor City believe in. Tell me, would you be interested in following the glow of the Shadow?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I am ready to follow the Shadow.",
|
||||
"nextPhraseID":"buceth_27"
|
||||
},
|
||||
{
|
||||
"text":"How can I agree to something without knowing what it entails?",
|
||||
"nextPhraseID":"buceth_26"
|
||||
},
|
||||
{
|
||||
"text":"No, I will go my own way.",
|
||||
"nextPhraseID":"buceth_decline"
|
||||
},
|
||||
{
|
||||
"text":"No, I will go my own way. Your stupid Shadow is nothing but talk and fancy words.",
|
||||
"nextPhraseID":"buceth_decline"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_26",
|
||||
"message":"If the answers you gave previously were indeed your views, then I can assure you that the path that is guided by the Shadow is the right one.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I am ready to follow the Shadow.",
|
||||
"nextPhraseID":"buceth_27"
|
||||
},
|
||||
{
|
||||
"text":"No, I will go my own way.",
|
||||
"nextPhraseID":"buceth_decline"
|
||||
},
|
||||
{
|
||||
"text":"No, I will go my own way. Your stupid Shadow is nothing but talk and fancy words.",
|
||||
"nextPhraseID":"buceth_decline"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_decline",
|
||||
"message":"I am sorry to hear that. I guess we do not share views after all.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_24"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_27",
|
||||
"message":"I am glad to hear that, but then again, I had a feeling all along that you would say that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":42
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_1",
|
||||
"message":"You wanted to ask me something?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What were you doing at the well during the night?",
|
||||
"nextPhraseID":"buceth_story_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_2",
|
||||
"message":"Let me first tell you my background.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Great. Another endless story.",
|
||||
"nextPhraseID":"buceth_story_3"
|
||||
},
|
||||
{
|
||||
"text":"Please go ahead.",
|
||||
"nextPhraseID":"buceth_story_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_3",
|
||||
"message":"I am appointed by the priests of Nor City to help guide the people of Loneford towards the Shadow. Our mission is to see that the Shadow casts its glow over Loneford as well as other settlements around here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_4",
|
||||
"message":"Most folk in these northern parts seem too occupied with obeying the will of Feygard and Lord Geomyr. We want to help people see the light of the wrongdoings that Feygard advocates, and to point out the errors in their ways.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_5",
|
||||
"message":"That's my mission here. To see that the Shadow casts its glow over Loneford.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"How does this relate to what you were doing at the well?",
|
||||
"nextPhraseID":"buceth_story_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_6",
|
||||
"message":"Nor City sent word to me that something was about to happen here in Loneford. Something that would help our cause.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_7",
|
||||
"message":"They were sending a boy to do some business here, and I was assigned to make sure that the mission was successful.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you know where he went after he left Loneford?",
|
||||
"nextPhraseID":"buceth_story_7_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":61
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_8",
|
||||
"message":"I was tasked with gathering samples from the water in the well and from the ground around the well. Also, I was given some vials whose contents should be poured into the well.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_9",
|
||||
"message":"Apparently, the boy they sent was successful in his mission. The task that I did was also successful, if I may say so myself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_10"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":45
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_10",
|
||||
"message":"So, currently, that's where we stand now. The deed is done, and the Shadow will look favorably upon us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So, the well was poisoned, that's horrible. How could you?",
|
||||
"nextPhraseID":"buceth_story_11"
|
||||
},
|
||||
{
|
||||
"text":"Thank you for telling me.",
|
||||
"nextPhraseID":"buceth_story_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_11",
|
||||
"message":"Horrible!? What is horrible? What those people from Feygard are doing - that's what's horrible!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_12",
|
||||
"message":"Now, I ask you to keep this story just between us two. You understand that, right?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Absolutely. Walk with the Shadow.",
|
||||
"nextPhraseID":"buceth_story_14"
|
||||
},
|
||||
{
|
||||
"text":"I promise not to tell anyone.",
|
||||
"nextPhraseID":"buceth_story_14"
|
||||
},
|
||||
{
|
||||
"text":"No, I will report you to the guard.",
|
||||
"nextPhraseID":"buceth_story_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_13",
|
||||
"message":"I urge you to rethink your reasoning. The way of the Shadow is the righteous way.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Very well. I promise not to tell anyone.",
|
||||
"nextPhraseID":"buceth_story_14"
|
||||
},
|
||||
{
|
||||
"text":"No. Your crimes will be punished!",
|
||||
"nextPhraseID":"buceth_fight_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_fight_1",
|
||||
"message":"Infidel, you will not defeat me! For the Shadow!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Fight!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_14",
|
||||
"message":"Thank you, my friend.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_15"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_story_15",
|
||||
"message":"If you want to learn more about the Shadow, please visit the chapel custodian in Nor City. Tell them I sent you, and they will surely extend their gratitude towards you.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"buceth_complete_1",
|
||||
"message":"Welcome back my friend. May you bask in the glow of the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"buceth_story_15"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,455 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"mountainlake0_sign",
|
||||
"message":"You can see no way to descend the cliffs from here."
|
||||
},
|
||||
{
|
||||
"id":"lookout_0",
|
||||
"message":"Standing on the top of the mountain, you have a great view in all directions.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Look down.",
|
||||
"nextPhraseID":"lookout_down"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_north",
|
||||
"message":"You see a town across the lake, but you can see no way to cross the water to get there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Look closer at the town.",
|
||||
"nextPhraseID":"lookout_north_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_east",
|
||||
"message":"You see the southern shore of a large lake. It looks like it might be possible to walk around the lake in that direction, but there are a number of large, dangerous looking creatures moving around."
|
||||
},
|
||||
{
|
||||
"id":"lookout_south",
|
||||
"message":"The mountain drops away below you. There is not much to see in this direction."
|
||||
},
|
||||
{
|
||||
"id":"lookout_west",
|
||||
"message":"You see more cliffs, but the view beyond that is hidden in mist. ",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Keep looking west.",
|
||||
"nextPhraseID":"lookout_west_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_west_2",
|
||||
"message":"The mist briefly clears, and you can make out a town in the distance."
|
||||
},
|
||||
{
|
||||
"id":"lookout_up_1",
|
||||
"message":"You see a bird, perhaps a hawk, high in the sky.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Watch the bird.",
|
||||
"nextPhraseID":"lookout_up_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nondisplay_2",
|
||||
"value":200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_up_2",
|
||||
"message":"Suddenly, the bird folds its wings and dives. You realize that it is not a hawk, but a falcon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Watch the falcon.",
|
||||
"nextPhraseID":"lookout_up_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_up_3",
|
||||
"message":"The falcon hurtles towards the mountain. It is going so fast it seems that surely it must crash into the rocks. ",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Continue watching the falcon.",
|
||||
"nextPhraseID":"lookout_up_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_up_4",
|
||||
"message":"At what seems like the last possible moment, the falcon flares its wings and lands hard on whatever unfortunate creature it spied from high above.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Continue watching the falcon.",
|
||||
"nextPhraseID":"lookout_up_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_up_5",
|
||||
"message":"The falcon soars back into the sky. It has something in its talons, but you can't make out what it is. What an amazing thing to witness!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_up_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"achievements",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"achievements",
|
||||
"value":40,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_north_2",
|
||||
"message":"You see a few houses, and what appears to be an inn, or tavern."
|
||||
},
|
||||
{
|
||||
"id":"lookout_northeast",
|
||||
"message":"You see a large lake. It is difficult to make out any details on the distant shore, but there are trees and cliffs."
|
||||
},
|
||||
{
|
||||
"id":"lookout_southeast",
|
||||
"message":"The view is blocked by mountains. You can see some creatures moving on the slopes.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_souteast_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nondisplay_2",
|
||||
"value":200,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_southwest",
|
||||
"message":"You see the river, far below. You can't believe you climbed all the way up from there!"
|
||||
},
|
||||
{
|
||||
"id":"lookout_northwest",
|
||||
"message":"You see a town across the lake, but you can see no way to cross the water to get there. You can see a few people in the town.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Watch the people.",
|
||||
"nextPhraseID":"lookout_northwest_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_northwest_1",
|
||||
"message":"You see two women that appear to be arguing.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Continue to watch the women.",
|
||||
"nextPhraseID":"lookout_northwest_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":10,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Continue to watch the women.",
|
||||
"nextPhraseID":"lookout_northwest_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_northwest_2",
|
||||
"message":"The two women eventually separate and walk away from each other. You wonder what the argument was about."
|
||||
},
|
||||
{
|
||||
"id":"lookout_northwest_3",
|
||||
"message":"The two women eventually separate and walk away from each other. You can't make out their faces from here, but you know who they probably are."
|
||||
},
|
||||
{
|
||||
"id":"lookout_down",
|
||||
"message":"You see the montain top you are standing on.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Look closer at the rocks.",
|
||||
"nextPhraseID":"lookout_down_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nondisplay_2",
|
||||
"value":210,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Look closer at the rocks.",
|
||||
"nextPhraseID":"lookout_down_2a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nondisplay_2",
|
||||
"value":210
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Look in another direction.",
|
||||
"nextPhraseID":"lookout_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_down_2",
|
||||
"message":"You see something glinting by your feet.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Bend down to look closer.",
|
||||
"nextPhraseID":"lookout_down_3"
|
||||
},
|
||||
{
|
||||
"text":"Look in another direction.",
|
||||
"nextPhraseID":"lookout_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_down_3",
|
||||
"message":"You have found a gem!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Look in another direction.",
|
||||
"nextPhraseID":"lookout_0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"opal"
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nondisplay_2",
|
||||
"value":210
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_down_2a",
|
||||
"message":"There is nothing more to be found here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Look in another direction.",
|
||||
"nextPhraseID":"lookout_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_north_0",
|
||||
"message":"You look to the north.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_north"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_northeast_0",
|
||||
"message":"You look to the northeast.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_northeast"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_east_0",
|
||||
"message":"You look to the east.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_east"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_southeast_0",
|
||||
"message":"You look to the southeast.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_southeast"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_souteast_1",
|
||||
"message":"Suddenly, something in the sky catches your eye.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Look up at the sky.",
|
||||
"nextPhraseID":"lookout_up_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_south_0",
|
||||
"message":"You look to the south.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_south"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_southwest_0",
|
||||
"message":"You look to the southwest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_southwest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_west_0",
|
||||
"message":"You look to the west.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_west"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_northwest_0",
|
||||
"message":"You look to the northwest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"lookout_northwest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_sign",
|
||||
"message":"The sign is old and worn, but you can make out the words \"Lake Laeroth watchtower\"."
|
||||
},
|
||||
{
|
||||
"id":"lookout_bed_0",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"alignmentSet",
|
||||
"rewardID":"lookout_bed",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_bed",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"X",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"factionScore",
|
||||
"requireID":"lookout_bed",
|
||||
"value":16
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"lookout_bed_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"factionScore",
|
||||
"requireID":"lookout_bed",
|
||||
"value":15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"X",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"factionScore",
|
||||
"requireID":"lookout_bed",
|
||||
"value":6
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"lookout_bed_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"factionScore",
|
||||
"requireID":"lookout_bed",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"alignmentChange",
|
||||
"rewardID":"lookout_bed",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_bed_10",
|
||||
"message":"You toss and turn, but sleep won't come."
|
||||
},
|
||||
{
|
||||
"id":"lookout_bed_20",
|
||||
"message":"Now you have got a headache. You really should give up trying to sleep.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorCondition",
|
||||
"rewardID":"stunned",
|
||||
"value":7
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"lookout_up_6",
|
||||
"message":"You decide to write about this wondrous sight in your father's book of achievements.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"achievements",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,192 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bwm_agent_1_start",
|
||||
"message":"Oh, someone from the outside! Please, sir! You have to help us!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What is the matter?",
|
||||
"nextPhraseID":"bwm_agent_1_2"
|
||||
},
|
||||
{
|
||||
"text":"'Us'? I only see you here.",
|
||||
"nextPhraseID":"bwm_agent_1_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_2",
|
||||
"message":"We urgently need help from someone outside!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_3",
|
||||
"message":"Very funny. I was sent by my settlement to get help from the outside.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_4",
|
||||
"message":"The people of my settlement, the Blackwater mountain, are slowly being reduced in numbers by the monsters and the savage bandits.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_5"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_5",
|
||||
"message":"The monsters are closing in on us, and we desperately need help by some able fighter.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I guess I could help, I have killed a few monsters here and there.",
|
||||
"nextPhraseID":"bwm_agent_1_7"
|
||||
},
|
||||
{
|
||||
"text":"A fight, great. I'm in!",
|
||||
"nextPhraseID":"bwm_agent_1_7"
|
||||
},
|
||||
{
|
||||
"text":"Will there be a reward for this?",
|
||||
"nextPhraseID":"bwm_agent_1_6"
|
||||
},
|
||||
{
|
||||
"text":"Hmm, no. I had better not get involved in this.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_6",
|
||||
"message":"Reward? Hmm, I was hoping you would help us for other reasons than a reward. But I guess my master will reward you sufficiently if you survive.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Alright, I'll do it.",
|
||||
"nextPhraseID":"bwm_agent_1_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_7",
|
||||
"message":"Excellent. The Blackwater mountain settlement is some distance away. Frankly, I am amazed that I made it this far alive.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_8",
|
||||
"message":"I must warn you though, that there are some nasty monsters on the way.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_9",
|
||||
"message":"But I guess you seem strong enough.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yeah, I can handle myself.",
|
||||
"nextPhraseID":"bwm_agent_1_10"
|
||||
},
|
||||
{
|
||||
"text":"No problem.",
|
||||
"nextPhraseID":"bwm_agent_1_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_10",
|
||||
"message":"Good. First though, we must cross this mine to the other side.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_11",
|
||||
"message":"The mine shaft over there [points] has collapsed, so I guess you won't make it through there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_12",
|
||||
"message":"You will have to go through the abandoned mine below. Beware that the mine is pitch-black, so you will have to navigate in there without any light.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What about you?",
|
||||
"nextPhraseID":"bwm_agent_1_13"
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll go through the pitch-black mine.",
|
||||
"nextPhraseID":"bwm_agent_1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_13",
|
||||
"message":"I'll try to crawl back through the mine shaft here. That's how I got here in the first place.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_1_14",
|
||||
"message":"Let's meet at the other side of this mine shaft.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. You crawl through the shaft, and I'll go below. See you on the other side!",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"rewardType":"removeSpawnArea",
|
||||
"rewardID":"bwm_agent_1",
|
||||
"mapName":"blackwater_mountain5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,165 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bwm_agent_2_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_2_7",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_2_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_1",
|
||||
"message":"Hello again. You made it through alive, well done!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"These monsters, what are they?",
|
||||
"nextPhraseID":"bwm_agent_2_2"
|
||||
},
|
||||
{
|
||||
"text":"You never told me it would be pitch-black down there. I almost got killed!",
|
||||
"nextPhraseID":"bwm_agent_2_12"
|
||||
},
|
||||
{
|
||||
"text":"Yeah, piece of cake.",
|
||||
"nextPhraseID":"bwm_agent_2_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_2",
|
||||
"message":"The gornauds? I have no idea where they come from, one day they just showed up here around the mountain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_2_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_3",
|
||||
"message":"Nasty beasts, they are.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_2_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_4",
|
||||
"message":"Anyway, let's get going now. We are now one step closer to the Blackwater mountain settlement.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_2_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_5",
|
||||
"message":"We should hurry now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_2_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_6",
|
||||
"message":"Once we exit this mine, it is very important that you go directly east from there. Do not travel to other places other than going east now!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I'll go east once I have exited the mine. Got it.",
|
||||
"nextPhraseID":"bwm_agent_2_7"
|
||||
},
|
||||
{
|
||||
"text":"Why east? What else is there here?",
|
||||
"nextPhraseID":"bwm_agent_2_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_7",
|
||||
"message":"I'll wait for you by the steps up to the mountain pass. See you there!\n\nRemember, go east once you exit the mine.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, see you there!",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_8",
|
||||
"message":"Oh, nothing. There are dangerous places here. You should definitely not head any other direction than east.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, I'll head east.",
|
||||
"nextPhraseID":"bwm_agent_2_7"
|
||||
},
|
||||
{
|
||||
"text":"Dangerous? Sounds like my kind of place!",
|
||||
"nextPhraseID":"bwm_agent_2_10"
|
||||
},
|
||||
{
|
||||
"text":"Is there something you are not telling me?",
|
||||
"nextPhraseID":"bwm_agent_2_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_10",
|
||||
"message":"It would be your loss. Don't say I didn't warn you. Safest route would be to head east.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, I'll head east.",
|
||||
"nextPhraseID":"bwm_agent_2_7"
|
||||
},
|
||||
{
|
||||
"text":"Is there something you are not telling me?",
|
||||
"nextPhraseID":"bwm_agent_2_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_11",
|
||||
"message":"No no, just head east and I'll explain everything to you once we get to the Blackwater mountain settlement.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I promise to head east once we exit the mine.",
|
||||
"nextPhraseID":"bwm_agent_2_7"
|
||||
},
|
||||
{
|
||||
"text":"[Lie] OK, I promise to head east once we exit the mine.",
|
||||
"nextPhraseID":"bwm_agent_2_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_2_12",
|
||||
"message":"Actually, I did tell you that it would be pitch-black down there. Good work navigating through there!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_2_4"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,120 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bwm_agent_3_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_3_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_3_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_1",
|
||||
"message":"Hello. You made it here, good.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I talked to some people in the village Prim. They had some interesting things to say about Blackwater mountain.",
|
||||
"nextPhraseID":"bwm_agent_3_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I went east, as you said.",
|
||||
"nextPhraseID":"bwm_agent_3_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_2",
|
||||
"message":"Good. Now let's get up this mountain. I will meet you halfway up there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_3_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_3",
|
||||
"message":"This path leads up to the Blackwater mountain settlement. Follow this path and we will talk later.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_3_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_4",
|
||||
"message":"Beware of the nasty monsters, they can really cause some harm!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I will follow this path up the mountain.",
|
||||
"nextPhraseID":"R"
|
||||
},
|
||||
{
|
||||
"text":"Great, more monsters. Just what I needed.",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_5",
|
||||
"message":"Do not listen to their lies. They poison your thoughts and would not hesitate to stab you in the back once they get the chance.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What have they done?",
|
||||
"nextPhraseID":"bwm_agent_3_6"
|
||||
},
|
||||
{
|
||||
"text":"Yes, they do seem a bit shady.",
|
||||
"nextPhraseID":"bwm_agent_3_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_6",
|
||||
"message":"I will not talk of them now. Follow me up to the Blackwater mountain settlement and we will talk more there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure.",
|
||||
"nextPhraseID":"bwm_agent_3_2"
|
||||
},
|
||||
{
|
||||
"text":"I'm keeping my eye on you. But I'll agree to your terms for now.",
|
||||
"nextPhraseID":"bwm_agent_3_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_3_7",
|
||||
"message":"Indeed they do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_3_6"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,109 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bwm_agent_4_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_4_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_4_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_1",
|
||||
"message":"Hello again. Well done defeating the gornaud beasts.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Their attacks really hurt. What are these things?",
|
||||
"nextPhraseID":"bwm_agent_4_6"
|
||||
},
|
||||
{
|
||||
"text":"How come they do not attack you?",
|
||||
"nextPhraseID":"bwm_agent_4_3"
|
||||
},
|
||||
{
|
||||
"text":"Yeah, no problem. Just another trail of dead bodies behind me.",
|
||||
"nextPhraseID":"bwm_agent_4_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_2",
|
||||
"message":"Careful what you wish for, for it may come true.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_4_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_3",
|
||||
"message":"Me? There must be something about me that scares them. I have no idea what it would be, some scent perhaps?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_4_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_4",
|
||||
"message":"Anyway, we should get going. I'll run ahead of you up the mountain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_4_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_5",
|
||||
"message":"Meet me further up the mountain, and we will talk more.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, see you there.",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_6",
|
||||
"message":"I do not know where they come from. All I know is that they started to appear one day, blocking the path up the mountain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_4_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_4_7",
|
||||
"message":"And, their attacks are tough. Once one of them gets a hold of you, the other ones seem really eager to hit you too.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nothing I can't handle.",
|
||||
"nextPhraseID":"bwm_agent_4_4"
|
||||
},
|
||||
{
|
||||
"text":"How come they do not attack you?",
|
||||
"nextPhraseID":"bwm_agent_4_3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,87 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bwm_agent_5_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_5_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_5_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_5_1",
|
||||
"message":"Hello again. Well done getting through those monsters.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_5_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_5_2",
|
||||
"message":"We are almost there now. Just a little bit more.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_5_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_5_3",
|
||||
"message":"We should hurry this last bit, my settlement is close now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_5_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_5_4",
|
||||
"message":"I hope you can manage the cold out here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_5_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_5_5",
|
||||
"message":"Also, stay away from the wyrms. They have a really nasty bite.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_5_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_5_6",
|
||||
"message":"Now hurry. We are almost there. Follow the snowy path to the north, and you should reach the settlement in no time.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I will follow the path to the north, further up the mountain.",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,115 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bwm_agent_6_start",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_6_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bwm_agent",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bwm_agent_6_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_1",
|
||||
"message":"I am glad you followed me up the mountain to help us out.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"How did you get up here so fast?",
|
||||
"nextPhraseID":"bwm_agent_6_6"
|
||||
},
|
||||
{
|
||||
"text":"Those were some tough fights, but I can manage.",
|
||||
"nextPhraseID":"bwm_agent_6_5"
|
||||
},
|
||||
{
|
||||
"text":"Are we there yet?",
|
||||
"nextPhraseID":"bwm_agent_6_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_2",
|
||||
"message":"Oh yes. In fact, our Blackwater mountain settlement is just down these stairs.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_6_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_3",
|
||||
"message":"Go ahead, I will meet you inside.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, see you inside.",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_0",
|
||||
"message":"We meet again. Well done fighting your way up here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_6_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_4",
|
||||
"message":"You should go down these stairs and talk to our battle master, Harlenn. He can usually be found at the third level down.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_6_3"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bwm_agent",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_5",
|
||||
"message":"Yes, you seem like an able fighter.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Are we there yet?",
|
||||
"nextPhraseID":"bwm_agent_6_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_6",
|
||||
"message":"I learned some shortcuts up and down the mountain a while back. Nothing strange about that right?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_6_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bwm_agent_6_7",
|
||||
"message":"Anyway, we are right at the settlement now. In fact, our Blackwater mountain settlement is just down these stairs.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bwm_agent_6_4"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,244 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"charwd_guard",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"charwd_guard2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"charwd_guard0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":19
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"charwd_guard1",
|
||||
"message":"Good. We need all the help we can get.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"charwd_guard2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"charwd_guard2",
|
||||
"message":"I'll let you enter the hills. Keep heading east, and then turn north once you see the mountain side.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"R"
|
||||
},
|
||||
{
|
||||
"text":"I sure hope there's some reward for all of this later.",
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"charwd_guard0",
|
||||
"message":"You better talk to Maevalia.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I've already talked to her, and I have agreed to help find your missing people.",
|
||||
"nextPhraseID":"charwd_guard1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What's back here?",
|
||||
"nextPhraseID":"charwd_guard4"
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll go talk to her.",
|
||||
"nextPhraseID":"charwd_guard3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"charwd_guard3",
|
||||
"message":"Yes, you do that."
|
||||
},
|
||||
{
|
||||
"id":"charwd_guard4",
|
||||
"message":"Behind me is the path up to the Charwood mining town. You really should go talk to Maevalia though. She's inside the cabin.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I'll go talk to her.",
|
||||
"nextPhraseID":"charwd_guard3"
|
||||
},
|
||||
{
|
||||
"text":"I've already talked to her, and I have agreed to help find your missing people.",
|
||||
"nextPhraseID":"charwd_guard1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"drashad",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"drashad1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"drashad2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":19
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"drashad1",
|
||||
"message":"Thank you for helping us!"
|
||||
},
|
||||
{
|
||||
"id":"drashad2",
|
||||
"message":"Please, you have to help us!"
|
||||
},
|
||||
{
|
||||
"id":"khorailla",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"khorailla1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"khorailla3"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":19
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"khorailla1",
|
||||
"message":"Thank you so much for finding our missing people!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"khorailla2"
|
||||
},
|
||||
{
|
||||
"text":"Please sell me some of your famous Cheddar cheese.",
|
||||
"nextPhraseID":"khorailla_cheddar",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"guynmart_wise",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"You're welcome.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"khorailla2",
|
||||
"message":"It's not much, but I have some food if you'd like.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, let me see what you have.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"khorailla3",
|
||||
"message":"What ever will we do? Poor Ayell and Fayvara, I sure hope they're alright.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"khorailla5"
|
||||
},
|
||||
{
|
||||
"text":"What happened to them?",
|
||||
"nextPhraseID":"khorailla4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"khorailla4",
|
||||
"message":"You should talk to Maevalia over there."
|
||||
},
|
||||
{
|
||||
"id":"khorailla5",
|
||||
"message":"I'm sorry, I'm too distracted to help you right now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"khorailla4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"charwood_rest",
|
||||
"message":"Khorailla shouts to you: Hey! Get away from there!"
|
||||
},
|
||||
{
|
||||
"id":"khorailla_cheddar",
|
||||
"switchToNPC":"khorailla_cheddar",
|
||||
"message":"Ah, you really know what's good.",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"S",
|
||||
"text":"I hope so. It was a long way to come."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,155 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"charwoodm",
|
||||
"message":"Bow before the might of the Thukuzun!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I bow to no one.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Bow down to your own death!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Fight!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"falothen0",
|
||||
"message":"You there, thank the Shadow you're here! Quickly, untie these ropes!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"[Untie the ropes]",
|
||||
"nextPhraseID":"falothen0_1"
|
||||
},
|
||||
{
|
||||
"text":"I think I'll leave you right there.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"falothen0_1",
|
||||
"message":"I'm free, thank you! I'll make my way down the hill to the Charwood cabin. Meet me back there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"falothen0_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"falothen0_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"morenavia",
|
||||
"message":"You see the bloody remains of what looks like a human.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"[Examine the remains]",
|
||||
"nextPhraseID":"morenavia_1"
|
||||
},
|
||||
{
|
||||
"text":"[Leave it alone]",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"morenavia_1",
|
||||
"message":"Among the remains, you find a ring with the insignia 'Morenavia'. This must be what's left of the former leader of the Charwood hills.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":42
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara0",
|
||||
"message":"Please help me! I'm being held captive here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"[Untie the ropes]",
|
||||
"nextPhraseID":"fayvara0_1"
|
||||
},
|
||||
{
|
||||
"text":"I think I'll leave you right there.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara0_1",
|
||||
"message":"Thank you, thank you! I'll make my way down the hill to the Charwood cabin. Meet me back there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara0_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara0_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"R"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":43
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ayell",
|
||||
"message":"You see a pile of bloody body parts.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"[Examine the pile]",
|
||||
"nextPhraseID":"ayell_1"
|
||||
},
|
||||
{
|
||||
"text":"[Leave it alone]",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ayell_1",
|
||||
"message":"Among the remains, you find a ring with the insignia 'Ayell'. This must be what's left of the former healer of the Charwood hills.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":44
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,144 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"audir1",
|
||||
"message":"Welcome to my shop!\n\nPlease browse my selection of fine wares.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Please show me your wares.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arambold1",
|
||||
"message":"Oh my, will I ever get any sleep with those drunkards singing like that?\n\nSomeone should do something about them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can I rest here?",
|
||||
"nextPhraseID":"arambold2"
|
||||
},
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arambold2",
|
||||
"message":"Sure kid, you may rest here.\n\nPick any bed you want.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"drunk1",
|
||||
"message":"Drink drink drink, drink some more.\nDrink drink drink 'til you're on the floor.\n\nHey kid, wanna join us in our drinking game?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No thanks.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Maybe some other time.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"mara_default",
|
||||
"message":"Never mind those drunken fellas, they're always causing trouble.\n\nWant something to eat?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"mara1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"mara_thanks",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"odair",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"mara_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"mara_thanks",
|
||||
"message":"I heard you helped Odair clean out that old supply cave. Thanks a lot, we'll start using it soon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"It was my pleasure.",
|
||||
"nextPhraseID":"mara_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farm1",
|
||||
"message":"Please do not disturb me, I have work to do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"farm_andor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farm2",
|
||||
"message":"What?! Can't you see I'm busy? Go bother someone else.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"farm_andor"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farm_andor",
|
||||
"message":"Andor? No, I haven't seen him around lately."
|
||||
},
|
||||
{
|
||||
"id":"snakemaster",
|
||||
"message":"Well well, what have we here? A visitor, how nice. I'm impressed you got this far through all my minions.\n\nNow prepare to die, puny creature.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Great, I have been waiting for a fight!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Let's see who dies here.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Please don't hurt me!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"haunt",
|
||||
"message":"Oh mortal, free me from this cursed world!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh, I'll free you from it alright.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"You mean, by killing you?",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,126 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"gruil1",
|
||||
"message":"Psst, hey.\n\nWanna trade?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, let's trade.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"I heard that you talked to my brother a while ago.",
|
||||
"nextPhraseID":"gruil_select",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"gruil_return",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gruil2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil2",
|
||||
"message":"Your brother? Oh you mean Andor? I might know something, but that information will cost you. Bring me a poison gland from one of those poisonous snakes and maybe I'll tell you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here, I have a poison gland for you.",
|
||||
"nextPhraseID":"gruil_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gland",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll bring one.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil_complete",
|
||||
"message":"Thanks a lot kid. This will do just fine.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gruil_andor1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil_return",
|
||||
"message":"Look kid, I already told you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gruil_andor1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil_andor1",
|
||||
"message":"I talked to him yesterday. He asked if I knew someone called Umar or something like that. I have no idea who he was talking about.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gruil_andor2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil_andor2",
|
||||
"message":"He seemed really upset about something and left in a hurry. Something about the Thieves' Guild in Fallhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gruil_andor3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gruil_andor3",
|
||||
"message":"That's all I know. Maybe you should ask around in Fallhaven. Look for my friend Gaela, he probably knows more.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,201 +0,0 @@
|
||||
[
|
||||
{
|
||||
"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.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"leonid_andor"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about Crossglen?",
|
||||
"nextPhraseID":"leonid_crossglen"
|
||||
},
|
||||
{
|
||||
"text":"Never mind, see you later.",
|
||||
"nextPhraseID":"leonid_bye"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_andor",
|
||||
"message":"Your brother? No, I haven't seen him here today. I think I saw him in here yesterday talking to Gruil. Maybe he knows more?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, I'll go talk to Gruil. There was something more I wanted to talk about.",
|
||||
"nextPhraseID":"leonid_continue"
|
||||
},
|
||||
{
|
||||
"text":"Thanks, I'll go talk to Gruil.",
|
||||
"nextPhraseID":"leonid_bye"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_continue",
|
||||
"message":"Anything else I can help you with?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"leonid_andor"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about Crossglen?",
|
||||
"nextPhraseID":"leonid_crossglen"
|
||||
},
|
||||
{
|
||||
"text":"Never mind, see you later.",
|
||||
"nextPhraseID":"leonid_bye"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen",
|
||||
"message":"As you know, this is Crossglen village. Mostly a farming community.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen1",
|
||||
"message":"We have Audir with his smithy to the southwest, Leta and her husband's cabin to the west, this town hall here and your father's cabin to the northwest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen2",
|
||||
"message":"That's pretty much it. We try to live a peaceful life.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Has there been any recent activity in the village?",
|
||||
"nextPhraseID":"leonid_crossglen3"
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other things we talked about.",
|
||||
"nextPhraseID":"leonid_continue"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen3",
|
||||
"message":"There were some recent disturbances some weeks ago that you may have noticed. Some villagers got into a fight over the new decree from Lord Geomyr.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen4",
|
||||
"message":"Lord Geomyr issued a statement regarding the unlawful use of bonemeal as healing substance. Some villagers argued that we should oppose Lord Geomyr's word and still use it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen4_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bonemeal",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen4_1",
|
||||
"message":"Tharal, our priest, was particularly upset and suggested we do something about Lord Geomyr.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen5",
|
||||
"message":"Other villagers argued that we should follow Lord Geomyr's decree.\n\nPersonally, I haven't decided what my thoughts are.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen6",
|
||||
"message":"On one hand, Lord Geomyr supports Crossglen with a lot of protection.\n[Points to the soldiers in the hall]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen7",
|
||||
"message":"But on the other hand, the tax and the recent changes of what's allowed are really taking a toll on Crossglen.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen8",
|
||||
"message":"Someone should go to Castle Geomyr and talk to the steward about our situation here in Crossglen.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"leonid_crossglen9"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"crossglen",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_crossglen9",
|
||||
"message":"In the meantime, we've banned all use of bonemeal as a healing substance.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you for the information. There was something more I wanted to ask you.",
|
||||
"nextPhraseID":"leonid_continue"
|
||||
},
|
||||
{
|
||||
"text":"Thank you for the information. Bye.",
|
||||
"nextPhraseID":"leonid_bye"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leonid_bye",
|
||||
"message":"Shadow be with you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow be with you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,322 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"leta1",
|
||||
"message":"Hey, this is my house, get out of here!",
|
||||
"switchToNPC":"leta",
|
||||
"replies":[
|
||||
{
|
||||
"text":"But I was just ...",
|
||||
"nextPhraseID":"leta2"
|
||||
},
|
||||
{
|
||||
"text":"What about your husband Oromir?",
|
||||
"nextPhraseID":"leta_oromir_select"
|
||||
},
|
||||
{
|
||||
"text":"Umar sent me.",
|
||||
"nextPhraseID":"leta_guild_1a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":25,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Umar sent me.",
|
||||
"nextPhraseID":"leta_guild_1b",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":25,
|
||||
"negate":false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leta2",
|
||||
"message":"Beat it kid, get out of my house!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What about your husband Oromir?",
|
||||
"nextPhraseID":"leta_oromir_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leta_oromir_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"leta_oromir_complete2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"leta_oromir1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":105,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":100,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"leta_oromir_complete2_helped_oromir",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":105
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leta_oromir1",
|
||||
"message":"Do you know anything about my husband? He should be here helping me with the farm today, but he seems to be missing as usual.\nSigh.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have no idea.",
|
||||
"nextPhraseID":"leta_oromir2"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I found him. He is hiding among some trees to the east.",
|
||||
"nextPhraseID":"leta_oromir1_trees",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":35,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":45,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":40,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":60,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":80,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":25,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"[Lie] I have no idea.",
|
||||
"nextPhraseID":"leta_oromir1_trees_help",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":25
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":35,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":45,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"[Lie] I have no idea.",
|
||||
"nextPhraseID":"leta_oromir1_behind_inn_help",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":35
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":45,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"[Lie] I have no idea.",
|
||||
"nextPhraseID":"leta_oromir1_behind_haystack_help",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":45
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"He's found a new hiding spot.",
|
||||
"nextPhraseID":"leta_oromir1_behind_inn_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":40
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":60,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":80,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"He's found another new hiding spot. Give him credit, he is great at avoiding work.",
|
||||
"nextPhraseID":"leta_oromir1_behind_haystack_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":60
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":80,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"He's in your basement.",
|
||||
"nextPhraseID":"leta_oromir1_basement_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leta_oromir2",
|
||||
"message":"If you see him, tell him to hurry back here and help me with the housework.\nNow get out of here!",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"leta",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leta_oromir_complete",
|
||||
"message":"Hiding is he? That's not surprising. I'll go let him know who's the boss around here.\nThanks for letting me know though.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"leta",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"leta_oromir_complete2",
|
||||
"message":"Thanks for telling me about Oromir earlier. I will go get him in just a minute."
|
||||
},
|
||||
{
|
||||
"id":"oromir1",
|
||||
"message":"Oh you startled me.\nHello.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hello.",
|
||||
"nextPhraseID":"oromir2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"oromir2",
|
||||
"message":"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.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"[Lie] OK.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Your secret is safe with me.",
|
||||
"nextPhraseID":"oromir_trees_help_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"leta",
|
||||
"value":100,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"leta",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,169 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"odair1",
|
||||
"message":"Oh, it's you. You with that brother of yours. Always causing trouble.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"odair_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"odair_complete2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"odair",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"odair_continue",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"odair",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"odair2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair2",
|
||||
"message":"Hmm, maybe you could be of use to me. Do you think you could help me with a small task?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Tell me more about this task.",
|
||||
"nextPhraseID":"odair3"
|
||||
},
|
||||
{
|
||||
"text":"Sure, if there is anything I can gain from it.",
|
||||
"nextPhraseID":"odair3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair3",
|
||||
"message":"I recently went in to that cave over there [points west], to check on our supplies. But apparently, the cave has been infested with rats.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"odair4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair4",
|
||||
"message":"In particular, I saw one rat that was larger than the other rats. Do you think you have what it takes to help eliminate them?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, I'll help you so that Crossglen can use the supply cave again.",
|
||||
"nextPhraseID":"odair5"
|
||||
},
|
||||
{
|
||||
"text":"Sure, I'll help you. But only because there might be some gain for me in this.",
|
||||
"nextPhraseID":"odair5"
|
||||
},
|
||||
{
|
||||
"text":"No thanks.",
|
||||
"nextPhraseID":"odair_cowards"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair5",
|
||||
"message":"I need you to get into that cave and kill the large rat, that way maybe we can stop the rat infestation in the cave and start using it as our old supply cave again.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"On second thought, I don't think I will help you after all.",
|
||||
"nextPhraseID":"odair_cowards"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"odair",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair_cowards",
|
||||
"message":"I didn't think so either. You and that brother of yours always were cowards.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair_continue",
|
||||
"message":"Did you kill that large rat in the cave west of here?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, I have killed the large rat.",
|
||||
"nextPhraseID":"odair_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"tail_caverat",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"odair5"
|
||||
},
|
||||
{
|
||||
"text":"No, not yet.",
|
||||
"nextPhraseID":"odair_cowards"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair_complete",
|
||||
"message":"Thanks a lot for your help kid! Maybe you and that brother of yours aren't as cowardly as I thought. Here, take these coins for your help.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"odair",
|
||||
"value":100
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold100"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"odair_complete2",
|
||||
"message":"Thanks a lot for your help earlier. Now we might start using that cave as our old supply cave again.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,177 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"tharal1",
|
||||
"message":"Walk in the glow of the Shadow, my child.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about bonemeal?",
|
||||
"nextPhraseID":"tharal_bonemeal_select",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bonemeal",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Do you have anything to help against food-poisoning?",
|
||||
"nextPhraseID":"tharal_antifoodp1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"tharal_bonemeal4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bonemeal",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"tharal_bonemeal1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal1",
|
||||
"message":"Bonemeal? We shouldn't talk about that. Lord Geomyr issued a decree. It's not allowed anymore.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Please?",
|
||||
"nextPhraseID":"tharal_bonemeal2_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal2_1",
|
||||
"message":"No, we really shouldn't talk about that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh come on.",
|
||||
"nextPhraseID":"tharal_bonemeal2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal2",
|
||||
"message":"Well if you really are that persistent. Bring me 5 insect wings that I can use for making potions and maybe we can talk more.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here, I have the insect wings.",
|
||||
"nextPhraseID":"tharal_bonemeal3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"insectwing",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll bring them.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bonemeal",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal3",
|
||||
"message":"Thanks kid. I knew I could count on you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"tharal_bonemeal4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bonemeal",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal4",
|
||||
"message":"Oh yes, bonemeal. Mixed with the right components it can be one of the most effective healing agents around.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"tharal_bonemeal5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal5",
|
||||
"message":"We used to use it extensively before. But now that bastard Lord Geomyr has banned all use of it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"tharal_bonemeal6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal6",
|
||||
"message":"How am I supposed to heal people now? Using regular healing potions? Bah, they're so ineffective.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"tharal_bonemeal7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_bonemeal7",
|
||||
"message":"I know someone that still has a supply of bonemeal if you are interested. Go talk to Thoronir, a fellow priest in Fallhaven. Tell him my password 'Glow of the Shadow'.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_antifoodp1",
|
||||
"message":"No, sorry. I hear that the potion-maker in Fallhaven can create something to help against that though.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"tharal_antifoodp2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"tharal_antifoodp2",
|
||||
"message":"You should go see him and ask if he has anything to help against that. He can probably help you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, I'll go see him.",
|
||||
"nextPhraseID":"tharal1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"antifoodp",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,276 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fanamor",
|
||||
"message":"Yikes! You scared me there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fanamor_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fanamor_1",
|
||||
"message":"I was just strolling through these woods ... eh ... killing anklebiters.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fanamor_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fanamor_2",
|
||||
"message":"Yes. Killing them was what I was doing. Not running away from them. No, killing them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fanamor_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fanamor_3",
|
||||
"message":"*sigh*",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fanamor_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fanamor_4",
|
||||
"message":"Oh, who am I kidding. OK, I was trying to get through the forest here and got ambushed by these anklebiters.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fanamor_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fanamor_5",
|
||||
"message":"I won't leave until nightfall, when they can't see me anymore and I might be able to sneak back.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fanamor_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fanamor_6",
|
||||
"message":"This is my hiding spot! Now leave me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Umar sent me with the words \"You are no one.No one knows you.No one has seen you.\" Now give me the journal please.",
|
||||
"nextPhraseID":"fanamor_guild_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves01",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"crossroads_guild03_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":15,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"crossroads_guard_r_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"crossroads_guard_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard_r_1",
|
||||
"message":"Did you hear? Some thieves down in Fallhaven were planning an escape for one of the imprisoned thieves in the prison there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_guard_r_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard_r_2",
|
||||
"message":"Luckily, someone got wind of it and told the guard captain.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_guard_r_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard_r_3",
|
||||
"message":"It's good to know that there are at least a few decent people still around."
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard_1",
|
||||
"message":"Aren't you a bit young to be traveling around here all by yourself?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_guard_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard_2",
|
||||
"message":"I sure hope you are not another one of those types trying to sell me your cheap junk.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_guard_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guard_3",
|
||||
"message":"Go away, kid."
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_1",
|
||||
"message":"Didn't you hear? They have all gotten ill.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_2",
|
||||
"message":"It all started a few days ago. As the story goes, someone found one of the farmers passed out in one of the fields, completely white faced and shivering.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_3",
|
||||
"message":"A few days later, the same symptoms started to show on a lot more people.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_4",
|
||||
"message":"Then, all people showed the symptoms in one way or another.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_5",
|
||||
"message":"Some old people even died.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_6",
|
||||
"message":"Everyone started investigating what could be the cause. Currently, the cause is still unknown.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_7"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_7",
|
||||
"message":"Luckily, now Feygard has sent patrols up there to help guard the village at least. The people are still suffering though.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":11
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_8",
|
||||
"message":"Me, I am certain that this is the work of those savages from Nor City somehow. They probably sabotaged something up there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_9",
|
||||
"message":"What do they call it, the 'Shadow'? They are willing to do almost anything to upset the law and order around here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"cr_loneford_st_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"cr_loneford_st_10",
|
||||
"message":"I tell you. Savages - that's what they are. No respect for the laws or authority.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"loneford",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,136 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"gallain",
|
||||
"message":"Welcome to the Crossroads guardhouse. I am Gallain, the proprietor of this place.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gallain_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gallain_1",
|
||||
"message":"How may I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to eat around here?",
|
||||
"nextPhraseID":"gallain_trade_1"
|
||||
},
|
||||
{
|
||||
"text":"Is there any place I can rest here?",
|
||||
"nextPhraseID":"gallain_rest_1"
|
||||
},
|
||||
{
|
||||
"text":"What is this place?",
|
||||
"nextPhraseID":"gallain_cr_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gallain_cr_1",
|
||||
"message":"As I said, this is the Crossroads guardhouse. The guards from Feygard are using this place as a place to rest and gear up.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gallain_cr_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gallain_cr_2",
|
||||
"message":"Because of this, it is also a safe haven for merchants travelling through here. We get a lot of those.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gallain_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gallain_trade_1",
|
||||
"message":"Here, have a look.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Trade",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gallain_rest_1",
|
||||
"message":"The guards have set up some beds downstairs. Go check with them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gallain_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"celdar",
|
||||
"message":"And who might you be? Come to sell me one of those trinkets that you people sell, eh?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"celdar_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"celdar_1",
|
||||
"message":"No, let me guess - you want to know if I have any items to trade?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"celdar_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"celdar_2",
|
||||
"message":"Let me tell you something. I do not want to buy anything from you, nor do I want to sell you anything. I just want to be left alone here, now that I have made it all the way to this safe haven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"celdar_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"celdar_3",
|
||||
"message":"I have travelled all the way from my home town of Sullengard, and on my way to Brimhaven, I have stopped at this place to get a break from all the commoners that always bother me with their trinkets and whatnots.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"celdar_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"celdar_4",
|
||||
"message":"So, if you will excuse me, I really need my well deserved rest here. Without you bothering me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I will leave.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Wow, you're the friendly type aren't you?",
|
||||
"nextPhraseID":"celdar_5"
|
||||
},
|
||||
{
|
||||
"text":"I should put my sword through you for talking like that.",
|
||||
"nextPhraseID":"celdar_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"celdar_5",
|
||||
"message":"Are you still around? Did you not listen to what I said?"
|
||||
},
|
||||
{
|
||||
"id":"crossroads_guest",
|
||||
"message":"Did you hear about what happened up in Loneford? The guards seem like a bunch of angry bees about it."
|
||||
}
|
||||
]
|
||||
@@ -1,244 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"crossroads_sleepguard",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"crossroads_sleepguard_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nondisplay",
|
||||
"value":17
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"crossroads_sleepguard_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleepguard_1",
|
||||
"message":"Hello there. Can I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Mind if I use one of the beds over there?",
|
||||
"nextPhraseID":"crossroads_sleepguard_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleepguard_2",
|
||||
"message":"Hello again. I hope the bed is comfortable enough. Use it as much as you like."
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleepguard_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"crossroads_sleepguard_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"crossroads_sleepguard_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleepguard_4",
|
||||
"message":"No, sorry. These beds are for guards and allies of Feygard only."
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleepguard_5",
|
||||
"message":"Say, aren't you that kid that helped the guards down in Fallhaven? With the thieves that were planning an escape?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, I helped the guards in the prison find out about some plans that the thieves had.",
|
||||
"nextPhraseID":"crossroads_sleepguard_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleepguard_6",
|
||||
"message":"I knew I had heard about you somewhere. You are always welcome by us guards. You can use that second bed over there to the left if you need to rest.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nondisplay",
|
||||
"value":17
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard",
|
||||
"message":"Uh, hello.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hello. What's back there?",
|
||||
"nextPhraseID":"crossroads_backguard_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_1",
|
||||
"message":"Back there? Oh, nothing.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, never mind then.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"But there's a hole in the wall there. Where does it lead?",
|
||||
"nextPhraseID":"crossroads_backguard_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_2",
|
||||
"message":"Lead? Oh nowhere. Nothing back there at all.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, never mind then.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"There's something you are not telling me.",
|
||||
"nextPhraseID":"crossroads_backguard_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_3",
|
||||
"message":"Oh no, no. Nothing interesting here. Move along now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, never mind then.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"How about I pay you 100 gold to move out of the way?",
|
||||
"nextPhraseID":"crossroads_backguard_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_4",
|
||||
"message":"You would do that? Hmm, let me think.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_backguard_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_5",
|
||||
"message":"No.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, never mind then.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"200 gold then?",
|
||||
"nextPhraseID":"crossroads_backguard_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_6",
|
||||
"message":"No.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, never mind then.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"400 gold then?",
|
||||
"nextPhraseID":"crossroads_backguard_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_7",
|
||||
"message":"Look, you are not getting back there, and there is nothing to see back there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, never mind then.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"OK, final offer, 800 gold? That's a fortune.",
|
||||
"nextPhraseID":"crossroads_backguard_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_8",
|
||||
"message":"Hmm, 800 gold you say? Well, why didn't you say so from the start? Sure, that could work.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_backguard_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_9",
|
||||
"message":"I should tell you however, that there is something in there that we won't dare go near. I just guard here to make sure it doesn't get out, and that no one goes in.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"crossroads_backguard_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"crossroads_backguard_10",
|
||||
"message":"Some other guards went in there earlier, and came back screaming. Enter at your own risk, but don't say I didn't warn you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Never mind, I was just kidding.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Here is the gold, now get out of the way.",
|
||||
"nextPhraseID":"R",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":800
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"keknazar",
|
||||
"message":"*Hssss*\n[You hear squishing sounds as the creature starts moving towards you]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"For the Shadow!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"You will not survive this, you pathetic creature.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"A fight! I have been looking forward to this!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,485 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id": "debugshop",
|
||||
"message": "Welcome adventurer!",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Trade items very very long text",
|
||||
"nextPhraseID": "S"
|
||||
},
|
||||
{
|
||||
"text": "Bye",
|
||||
"nextPhraseID": "X"
|
||||
},
|
||||
{
|
||||
"text": "Fight",
|
||||
"nextPhraseID": "F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugquest",
|
||||
"message": "Debug quest start\nTest.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "debugquest",
|
||||
"value": 10
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Iron sword*2",
|
||||
"nextPhraseID": "debugquest2",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "inventoryRemove",
|
||||
"requireID": "dagger0",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "Progress+=10",
|
||||
"nextPhraseID": "debugquest4"
|
||||
},
|
||||
{
|
||||
"text": "Progress=100",
|
||||
"nextPhraseID": "debugquest1",
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "questProgress",
|
||||
"requireID": "debugquest",
|
||||
"value": "100"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugquest1",
|
||||
"message": "Yes, you have already completed this quest.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "dropList",
|
||||
"rewardID": "debuglist1"
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Next",
|
||||
"nextPhraseID": "debugquest3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugquest2",
|
||||
"message": "Thank you for the items.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "debugquest",
|
||||
"value": 100
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Next",
|
||||
"nextPhraseID": "debugquest3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugquest3",
|
||||
"message": "Quest is now completed.",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Bye",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugquest4",
|
||||
"message": "More info. Quest progress should now be updated to 20.",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "questProgress",
|
||||
"rewardID": "debugquest",
|
||||
"value": 20
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "Back",
|
||||
"nextPhraseID": "debugquest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugsign",
|
||||
"message": "This should be a signpost."
|
||||
},
|
||||
{
|
||||
"id": "debugrequireskey",
|
||||
"message": "This tile requires a quest progress."
|
||||
},
|
||||
{
|
||||
"id": "debugrequires10gold",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Too bad.",
|
||||
"nextPhraseID": "X"
|
||||
},
|
||||
{
|
||||
"text": "Well, gimme 10 gold then !",
|
||||
"nextPhraseID": "debugrequires10gold_1"
|
||||
}
|
||||
],
|
||||
"message": "This tile costs 10 gold !"
|
||||
},
|
||||
{
|
||||
"id": "debugrequires10gold_1",
|
||||
"replies": [
|
||||
{
|
||||
"requires": [
|
||||
{
|
||||
"requireType": "spentGold",
|
||||
"requireID": "gold",
|
||||
"value": 100
|
||||
}
|
||||
],
|
||||
"nextPhraseID": "debugrequires10gold_3"
|
||||
},
|
||||
{
|
||||
"nextPhraseID": "debugrequires10gold_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debugrequires10gold_2",
|
||||
"rewards": [
|
||||
{
|
||||
"rewardType": "dropList",
|
||||
"rewardID": "debugrequires10gold_droplist"
|
||||
}
|
||||
],
|
||||
"replies": [
|
||||
{
|
||||
"text": "When I come to debugmap, I always feel like a star.",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
],
|
||||
"message": "OK. But only because it's you M. Coder."
|
||||
},
|
||||
{
|
||||
"id": "debugrequires10gold_3",
|
||||
"replies": [
|
||||
{
|
||||
"text": "Damn.",
|
||||
"nextPhraseID": "X"
|
||||
}
|
||||
],
|
||||
"message": "Sorry. You already spent 100 gold..."
|
||||
},
|
||||
{
|
||||
"message":"Hmm... beer...",
|
||||
"id":"signbeer"
|
||||
},
|
||||
{
|
||||
"message":"Do you want beer?",
|
||||
"id":"npc3_0",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"npc3_1",
|
||||
"text":"Beer!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_3",
|
||||
"text":"No filter!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_5",
|
||||
"text":"Black 20%!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_6",
|
||||
"text":"Black 40%!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_7",
|
||||
"text":"Black 60%!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_2",
|
||||
"text":"Black 80%!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_4",
|
||||
"text":"Red ligths!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_9",
|
||||
"text":"Green ligths!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_10",
|
||||
"text":"Blue ligths!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_11",
|
||||
"text":"Black & White!"
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"npc3_8",
|
||||
"text":"Invert!"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"message":"Bees & beer !",
|
||||
"id":"npc3_1",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardID":"debug_insect_inactive",
|
||||
"mapName":"debugmap",
|
||||
"rewardType":"spawnAll"
|
||||
},
|
||||
{
|
||||
"rewardID":"Inactive",
|
||||
"mapName":"debugmap",
|
||||
"rewardType":"activateMapObjectGroup"
|
||||
},
|
||||
{
|
||||
"rewardID":"Active",
|
||||
"mapName":"debugmap",
|
||||
"rewardType":"deactivateMapObjectGroup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"message":"No beer for you !",
|
||||
"id":"signnobeer"
|
||||
},
|
||||
{
|
||||
"id":"npc3_2",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"black80",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_3",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"none",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_4",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"redtint",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_5",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"black20",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_6",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"black40",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_7",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"black60",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_8",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"invert",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_9",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"greentint",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_10",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"bluetint",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"npc3_11",
|
||||
"message":"OK.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"changeMapFilter",
|
||||
"rewardID":"bw",
|
||||
"mapName":"debugmap"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"chaotic_rewarder_0",
|
||||
"message":"What do you want?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Apply condition",
|
||||
"nextPhraseID":"chaotic_rewarder_1"
|
||||
},
|
||||
{
|
||||
"text":"Clear condition",
|
||||
"nextPhraseID":"chaotic_rewarder_2"
|
||||
},
|
||||
{
|
||||
"text":"Give 5 rounds of immunity",
|
||||
"nextPhraseID":"chaotic_rewarder_3"
|
||||
},
|
||||
{
|
||||
"text":"Infinite immunity",
|
||||
"nextPhraseID":"chaotic_rewarder_4"
|
||||
},
|
||||
{
|
||||
"text":"Apply condition forever",
|
||||
"nextPhraseID":"chaotic_rewarder_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"chaotic_rewarder_1",
|
||||
"message":"Applied.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"chaotic_rewarder_0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorCondition",
|
||||
"rewardID":"chaotic_grip",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"chaotic_rewarder_2",
|
||||
"message":"Cleared.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"chaotic_rewarder_0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorCondition",
|
||||
"rewardID":"chaotic_grip",
|
||||
"value":-99
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"chaotic_rewarder_3",
|
||||
"message":"5 rounds immune!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"chaotic_rewarder_0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorConditionImmunity",
|
||||
"rewardID":"chaotic_grip",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"chaotic_rewarder_4",
|
||||
"message":"Immune forever !",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"chaotic_rewarder_0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorConditionImmunity",
|
||||
"rewardID":"chaotic_grip",
|
||||
"value":999
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"chaotic_rewarder_5",
|
||||
"message":"Punished forever !",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"chaotic_rewarder_0"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorCondition",
|
||||
"rewardID":"chaotic_grip",
|
||||
"value":999
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,368 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"duaina",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_0",
|
||||
"message":"You! I have seen you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Jhaeld sent me to ask you about the people that have gone missing.",
|
||||
"nextPhraseID":"duaina_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":52
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I don't think so, I've never been here before.",
|
||||
"nextPhraseID":"duaina_stop"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I was just here, remember?",
|
||||
"nextPhraseID":"duaina_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":63
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_1",
|
||||
"message":"The dreams and the visions. It is you! The child that challenges the beast.\n[Duaina gives you a terrified look]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So you have seen me in your visions?",
|
||||
"nextPhraseID":"duaina_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_2",
|
||||
"message":"The sleeping beast. No, no. The blinding light. Oh, why have you come here? Have you come for me?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What are you talking about?",
|
||||
"nextPhraseID":"duaina_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_3",
|
||||
"message":"Nooo, please spare me!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'm not here to get you, if that's what you are afraid of.",
|
||||
"nextPhraseID":"duaina_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_4",
|
||||
"message":"I can see it in you. You have the gift. The gift that will destroy the beast. My visions were true.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Maybe you are confusing me with my brother Andor?",
|
||||
"nextPhraseID":"duaina_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_5",
|
||||
"message":"A brother? Yes, that must be what I saw in my visions. It is all becoming clearer.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_6",
|
||||
"message":"The black hand sweeps over the land. The beast that hunts. Nooo! Leave this place!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'm not here to hurt you!",
|
||||
"nextPhraseID":"duaina_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_7",
|
||||
"message":"The child and the brother. The unsuspecting people. The beast casts its shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_0",
|
||||
"message":"I have seen you in my visions.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_s_1a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_s_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_1a",
|
||||
"message":"Slaying the beast beneath the prison of Flagstone.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_s_2a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_s_2b",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_s_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_2a",
|
||||
"message":"Cooperating with the thieves in Fallhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_2b",
|
||||
"message":"Working against the thieves in Fallhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_s_3a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bjorgur_grave",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_s_3b",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bjorgur_grave",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_s_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_3a",
|
||||
"message":"Something about a dagger returned to an ancestor in a tomb.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_3b",
|
||||
"message":"Something about stealing a dagger in a dark tomb.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_s_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_4",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_s_4a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"benbyr",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_jhaeld_s_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_s_4a",
|
||||
"message":"Killing innocent sheep.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"duaina_jhaeld_s_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_jhaeld_s_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_jhaeld_s_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":61
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"remgard",
|
||||
"value":63
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_jhaeld_s_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_jhaeld_s_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":62
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_jhaeld_s_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_jhaeld_s_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":64
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"duaina_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_jhaeld_s_4",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"duaina_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"remgard",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_8",
|
||||
"message":"[Duaina stares at you in silence while holding her hand over her mouth]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What else have you seen in your visions?",
|
||||
"nextPhraseID":"duaina_stop"
|
||||
},
|
||||
{
|
||||
"text":"I don't understand.",
|
||||
"nextPhraseID":"duaina_stop"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"duaina_stop",
|
||||
"message":"[Duaina stares at you in silence]"
|
||||
}
|
||||
]
|
||||
@@ -1,521 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"elwel",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"elwel_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":71
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"elwel_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"elwel_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwel_1",
|
||||
"message":"Go away, I don't want to talk to you!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Wow, you're the friendly type, aren't you?",
|
||||
"nextPhraseID":"elwel_2"
|
||||
},
|
||||
{
|
||||
"text":"Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwel_2",
|
||||
"message":"[Elwel mutters to herself] Stupid kids..."
|
||||
},
|
||||
{
|
||||
"id":"elwel_3",
|
||||
"message":"I saw you talking to that cursed sister of mine. Don't listen to her, she always tries her best to portray me in the worst way possible.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwel_4",
|
||||
"message":"Now look what you did!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"elwyl_cmp_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":71
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"elwyl_res_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"elwyl_pot_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"elwyl_12",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"elwyl_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_1",
|
||||
"message":"Who are you? Did we invite you here? No, I didn't think so. Now get out!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Are you sisters?",
|
||||
"nextPhraseID":"elwyl_3"
|
||||
},
|
||||
{
|
||||
"text":"I go wherever I wish.",
|
||||
"nextPhraseID":"elwyl_2"
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_2",
|
||||
"message":"Bah. Leave, before I call the guards over here!"
|
||||
},
|
||||
{
|
||||
"id":"elwyl_3",
|
||||
"message":"Yes. Argh. It's not like I am proud of being a sister to ... her.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_4",
|
||||
"message":"She is the black sheep of the family. She never agrees to anything, and always complains. Just look at her.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_5",
|
||||
"message":"She even has the stomach to call ME the black sheep of the family, when it is clearly SHE that is causing all the trouble around here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_6",
|
||||
"message":"She's always nagging me about how I should move out of what she considers to be HER house, when it in fact is MY house and SHE is the one that should move out so that things can settle down.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_7",
|
||||
"message":"Ahem. As I've told you several times, Elwyl, since it's YOU that is causing all the trouble, I think it would be best for both our sake if YOU moved out.",
|
||||
"switchToNPC":"elwel",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_8",
|
||||
"message":"Argh. I am so upset at her!",
|
||||
"switchToNPC":"elwyl",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Good luck with that. I'll leave you to your fighting.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Is there anything I can do to help?",
|
||||
"nextPhraseID":"elwyl_9"
|
||||
},
|
||||
{
|
||||
"text":"Some people have been complaining that your squabbling has kept them awake at night.",
|
||||
"nextPhraseID":"elwyl_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_9",
|
||||
"message":"Yes, you can leave! I never invited you here. Leave, before I call the guards!"
|
||||
},
|
||||
{
|
||||
"id":"elwyl_10",
|
||||
"message":"That's what I always tell her, to keep it down. She is insistent on shouting at me when we argue. I guess all of her shouting must have made her more or less deaf, since I also have to shout to her to make her understand.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_11",
|
||||
"message":"She doesn't stop either. I can't remember for how long this has been going on, it almost feels like forever.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_12"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_12",
|
||||
"message":"Oh, my sister is just so stubborn! You know, last night, I was talking to her about those potions that Hjaldar used to make. The smell from his brewing used to reach into our house here ... or, I mean ... my house here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_13",
|
||||
"message":"So, I was talking to her about those potions of accuracy focus and how I always thought their blue liquid seemed so odd, since there were no blue things that he used while making them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_14",
|
||||
"message":"Then all of a sudden, she started arguing with me about how I have things completely wrong. She insists that the potions were green.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_15",
|
||||
"message":"I can't understand why she would make such a big deal out of it, when the potion was clearly blue. I remember it distinctly. Argh, how stubborn she is! She wouldn't even admit that she is wrong!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Are you sure it was blue?",
|
||||
"nextPhraseID":"elwyl_16"
|
||||
},
|
||||
{
|
||||
"text":"Why make such a big thing out of what color some potion was?",
|
||||
"nextPhraseID":"elwyl_17"
|
||||
},
|
||||
{
|
||||
"text":"Is there anything I can do to help you two?",
|
||||
"nextPhraseID":"elwyl_18"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_16",
|
||||
"message":"Why ... yes ... of course. I am not wrong! They were clearly blue.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Why make such a big thing out of what color some potion was?",
|
||||
"nextPhraseID":"elwyl_17"
|
||||
},
|
||||
{
|
||||
"text":"Is there anything I can do to help you two?",
|
||||
"nextPhraseID":"elwyl_18"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_17",
|
||||
"message":"Exactly. She is clearly wrong, so why won't she just admit it, and we can move along?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Are you sure it was blue?",
|
||||
"nextPhraseID":"elwyl_16"
|
||||
},
|
||||
{
|
||||
"text":"Is there anything I can do to help you two?",
|
||||
"nextPhraseID":"elwyl_18"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_18",
|
||||
"message":"Maybe you could go visit Hjaldar and get one of those potions of accuracy focus, and we can both show her that she is clearly wrong.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_19",
|
||||
"message":"His house is up on the northeast shore of town.\n[Elwyl points outside]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_20",
|
||||
"message":"I'm not sure why he doesn't make those potions anymore though. Maybe he still has some old ones still in supply that you may have?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'll return with one of those potions.",
|
||||
"nextPhraseID":"elwyl_21"
|
||||
},
|
||||
{
|
||||
"text":"I am not getting involved in this. You'll have to solve your own conflict.",
|
||||
"nextPhraseID":"elwyl_22"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_21",
|
||||
"message":"Good. Maybe when you bring that potion, she will agree to being wrong for once!",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_22",
|
||||
"message":"Bah, you kids are never good for anything."
|
||||
},
|
||||
{
|
||||
"id":"elwyl_pot_1",
|
||||
"message":"Oh, it's you again. What do you want?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have one of those potions of accuracy focus for you.",
|
||||
"nextPhraseID":"elwyl_res_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"pot_focus_ac",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I have a strong potion of accuracy focus for you.",
|
||||
"nextPhraseID":"elwyl_res_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"pot_focus_ac2",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"You talked about some potion before. Could you repeat that?",
|
||||
"nextPhraseID":"elwyl_12"
|
||||
},
|
||||
{
|
||||
"text":"Some people have been complaining that your squabbling has kept them awake at night.",
|
||||
"nextPhraseID":"elwyl_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"sisterfight",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_1",
|
||||
"message":"Oh good. Give me that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_res_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_2",
|
||||
"message":"Huh, what's this? It's yellow ... I was sure that it used to be blue. Let me smell it to make sure that it's the right kind of potion.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_res_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_3",
|
||||
"message":"Hmm, yes, it smells exactly as I remember it. It must be the right potion.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_res_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_4",
|
||||
"message":"This means ... that Elwel was wrong anyway!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_res_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_5",
|
||||
"message":"Elwel, look at this, you were wrong! The potion wasn't green as you said, it's yellow! Why didn't you just listen to me?!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_res_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_6",
|
||||
"message":"Elwel, you are always trying your best to prove me wrong. Well look at this, now you are wrong for once!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Whatever, you two don't seem to get along very well. I'll leave you to your squabbling.",
|
||||
"nextPhraseID":"elwyl_res_7"
|
||||
},
|
||||
{
|
||||
"text":"I hope that you two will get along some day.",
|
||||
"nextPhraseID":"elwyl_res_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_res_7",
|
||||
"message":"Hey Elwel, you were wrong all along! Why won't you ever admit it when you are clearly wrong?",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"sisterfight",
|
||||
"value":71
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elwyl_cmp_1",
|
||||
"message":"Oh, it's you again. Thanks for bringing me that potion earlier.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"elwyl_res_7"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,357 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"krell",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"krell_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_1",
|
||||
"message":"Hey there. I am master Krell of the Knights of Elythom. How may we be of service?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Knights of Elythom? What's that?",
|
||||
"nextPhraseID":"krell_knights_1"
|
||||
},
|
||||
{
|
||||
"text":"I was sent by Jhaeld to ask about the missing people.",
|
||||
"nextPhraseID":"krell_jhaeld1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":52
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"krell_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_2",
|
||||
"message":"Me and my band of knights are just visiting Remgard in ... shall we say ... unfinished business.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_3",
|
||||
"message":"As to the nature of our business here, that is something I would rather not disclose.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_4",
|
||||
"message":"We serve the order of Elythom.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What's that?",
|
||||
"nextPhraseID":"krell_knights_1"
|
||||
},
|
||||
{
|
||||
"text":"Jhaeld sent me to ask about the missing people.",
|
||||
"nextPhraseID":"krell_jhaeld1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":52
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_knights_1",
|
||||
"message":"We are an order of knights that hail from Brimhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_knights_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_knights_2",
|
||||
"message":"You should visit our compound in Brimhaven, if you ever make your way there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_knights_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_knights_3",
|
||||
"message":"We serve all types of clients, from the wealthiest to even the poorest of poor.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_knights_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_knights_4",
|
||||
"message":"Regardless, we always get the job done.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What types of work do you do?",
|
||||
"nextPhraseID":"krell_knights_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_knights_5",
|
||||
"message":"Mostly, we help people get back gold that other people owe them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_knights_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_knights_6",
|
||||
"message":"We also help people find ... erm ... people that have gone missing.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"About that, Jhaeld sent me to ask about the missing people.",
|
||||
"nextPhraseID":"krell_jhaeld1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":52
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Good luck with that.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld1",
|
||||
"message":"Shh, not so loud!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld2",
|
||||
"message":"Yes, we have heard the reports that people have gone missing here in Remgard. Most ... unfortunate.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld3",
|
||||
"message":"We even had one of our knights disappear on us. Now, due to the nature of our order, I presume you can see how that puts us in a ... peculiar situation.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld4",
|
||||
"message":"You see, usually it is us knights that find ... missing people. Now, we have had one of our own disappear. This has never happened before, and we are really unsure about what to do about it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld5",
|
||||
"message":"Granted, people in our order have succumbed in combat to greater foes, but to just ... disappear without a trace, that's unheard of.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld6",
|
||||
"message":"We have a strong connection to each other, and to have someone leave the order would be unthinkable.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld7",
|
||||
"message":"As you can see, this puts us in a difficult situation.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you know about the knight that is missing?",
|
||||
"nextPhraseID":"krell_jhaeld8"
|
||||
},
|
||||
{
|
||||
"text":"Is there anything else you have found out that you didn't tell the guards earlier?",
|
||||
"nextPhraseID":"krell_jhaeld8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld8",
|
||||
"message":"Well, we told the guards everything we know so far. They also seem to find this situation rather embarrassing, that they can't even keep a knight safe here in their town.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld9",
|
||||
"message":"We have no clues apart from the fact that she is missing, unfortunately. Where our sister knight is, is still a mystery to us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"krell_jhaeld_s_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld_s_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld_s_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":61
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld10"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"remgard",
|
||||
"value":62
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld_s_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld_s_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":63
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld_s_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld_s_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":64
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld_s_4",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"krell_jhaeld10"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"remgard",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"krell_jhaeld10",
|
||||
"message":"For the sake of our order's reputation, please keep this to yourself if possible. We wouldn't want people to get the perception that the Knights of Elythom can be weakened in any way."
|
||||
},
|
||||
{
|
||||
"id":"elythom_knight1",
|
||||
"message":"Hello there. What can the Knights of Elythom do for you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Knights of Elythom? What's that?",
|
||||
"nextPhraseID":"elythom_knight1_2"
|
||||
},
|
||||
{
|
||||
"text":"That's a very nice suit of armor you have there.",
|
||||
"nextPhraseID":"elythom_knight1_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"elythom_knight1_2",
|
||||
"message":"Talk to master Krell over there, he can tell you all about us."
|
||||
},
|
||||
{
|
||||
"id":"elythom_knight1_3",
|
||||
"message":"Thank you, it's our standard set of armor that we use in the order. It takes a lot of scrubbing and polishing to make it this clean though."
|
||||
},
|
||||
{
|
||||
"id":"elythom_knight2",
|
||||
"message":"Hello. *cough*",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"elythom_knight1_2"
|
||||
},
|
||||
{
|
||||
"text":"That's a very nice suit of armor you have there.",
|
||||
"nextPhraseID":"elythom_knight1_3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,502 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"erinith",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"erinith_complete_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_givenpotion_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_givenpotion_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_givenpotion_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":42
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_needspotions_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_needsbook_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_needsbook_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_complete_1",
|
||||
"message":"Thank you for all your help earlier."
|
||||
},
|
||||
{
|
||||
"id":"erinith_1",
|
||||
"message":"Please, you have to help me!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What's wrong?",
|
||||
"nextPhraseID":"erinith_story_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_1",
|
||||
"message":"I was setting up camp here during the night, and was attacked by some bandits while asleep.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_story_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_2",
|
||||
"message":"Ack, this wound doesn't seem to be healing itself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_story_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_3",
|
||||
"message":"At least I managed to keep them from getting my book. I'm sure they were after the book.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Seems like a valuable book then. This sounds interesting, please go on.",
|
||||
"nextPhraseID":"erinith_story_4"
|
||||
},
|
||||
{
|
||||
"text":"What happened?",
|
||||
"nextPhraseID":"erinith_story_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_4",
|
||||
"message":"I managed to throw the book in among the trees over there during the attack.\n[Points to the trees directly to the north]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_story_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_5",
|
||||
"message":"I don't think they managed to get the book. It's probably still somewhere among those trees.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What is in the book?",
|
||||
"nextPhraseID":"erinith_story_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_6",
|
||||
"message":"Oh, I can't say really.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I could help you find that book if you want.",
|
||||
"nextPhraseID":"erinith_story_7"
|
||||
},
|
||||
{
|
||||
"text":"What would it be worth for you to get that book back?",
|
||||
"nextPhraseID":"erinith_story_gold_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_7",
|
||||
"message":"You would? Oh thank you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_story_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_8",
|
||||
"message":"Please go look for it among those trees to the northeast."
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_gold_1",
|
||||
"message":"Worth? Well, I was hoping you would help me anyway, but I guess 200 gold could do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"200 gold it is then. I'll go look for your book.",
|
||||
"nextPhraseID":"erinith_story_gold_2"
|
||||
},
|
||||
{
|
||||
"text":"A lousy 200 gold, is that all you can do? Fine, I'll go look for your stupid book.",
|
||||
"nextPhraseID":"erinith_story_gold_2"
|
||||
},
|
||||
{
|
||||
"text":"Keep your gold, I'll return your book for you anyway.",
|
||||
"nextPhraseID":"erinith_story_7"
|
||||
},
|
||||
{
|
||||
"text":"No, I am not getting involved in this. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_story_gold_2",
|
||||
"message":"Make it quick.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_story_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needsbook_1",
|
||||
"message":"Have you found that book yet?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Not yet, I am still looking.",
|
||||
"nextPhraseID":"erinith_story_8"
|
||||
},
|
||||
{
|
||||
"text":"Yes, here is your book.",
|
||||
"nextPhraseID":"erinith_needsbook_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"erinith_book",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needsbook_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"erinith_needsbook_3_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"erinith",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"erinith_needsbook_3_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needsbook_3_1",
|
||||
"message":"You found it! Oh thank you so much. I was so worried that I had lost it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needsbook_3_2",
|
||||
"message":"You found it! Oh thank you so much. In return, here is the gold I promised you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_1",
|
||||
"message":"Thank you for helping me find my book earlier.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_2",
|
||||
"message":"I am still hurt by this wound that I got from the attack during the night.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_3",
|
||||
"message":"Ack, it hurts so bad and it doesn't seem to be healing itself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_4",
|
||||
"message":"I am really in need of some stronger healing here. Maybe some potions would do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_5",
|
||||
"message":"I have heard that the potion makers these days have potions of major health, and not just the regular potions of health.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_needspotions_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_6",
|
||||
"message":"One of those would surely do. Otherwise, I think four regular potions of health would be enough.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'll go get those potions for you.",
|
||||
"nextPhraseID":"erinith_needspotions_7"
|
||||
},
|
||||
{
|
||||
"text":"Here, take this bonemeal potion instead. It's very potent in healing deep wounds.",
|
||||
"nextPhraseID":"erinith_gavepotion_bm_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"bonemeal_potion",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here, take this major potion of health.",
|
||||
"nextPhraseID":"erinith_gavepotion_major_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"health_major2",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here, take this major flask of health.",
|
||||
"nextPhraseID":"erinith_gavepotion_major_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"health_major",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here, take these four regular potions of health.",
|
||||
"nextPhraseID":"erinith_gavepotion_reg_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"health",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_needspotions_7",
|
||||
"message":"Thank you my friend. Please hurry back."
|
||||
},
|
||||
{
|
||||
"id":"erinith_gavepotion_bm_1",
|
||||
"message":"Bonemeal potion? But ... but ... we are not allowed to use them since they are prohibited by Lord Geomyr.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who will find out?",
|
||||
"nextPhraseID":"erinith_gavepotion_bm_2"
|
||||
},
|
||||
{
|
||||
"text":"I have tried them myself, it's perfectly safe to use them.",
|
||||
"nextPhraseID":"erinith_gavepotion_bm_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_gavepotion_bm_2",
|
||||
"message":"Hmm, yes. I guess you have a point. Oh well, here goes.\n[Drinks potion]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_gavepotion_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_gavepotion_major_1",
|
||||
"message":"Thank you for bringing me one.\n[Drinks potion]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_gavepotion_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_gavepotion_reg_1",
|
||||
"message":"Thank you for bringing them to me.\n[Drinks all four potions]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_gavepotion_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":42
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_gavepotion_1",
|
||||
"message":"Wow, I feel slightly better already. I guess this healing really works.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erinith_givenpotion_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erinith_givenpotion_1",
|
||||
"message":"Thank you my friend for your help. My book is safe and my wound is healing. I hope our paths will cross again.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"erinith",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,105 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"ervelyn",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"ervelyn_gave1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard2",
|
||||
"value":46
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ervelyn_give1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard2",
|
||||
"value":45
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ervelyn_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ervelyn_gave1",
|
||||
"message":"Hello again, my friend. You are always welcome here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ervelyn_d"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ervelyn_1",
|
||||
"message":"Hello there. Welcome to my shop.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ervelyn_d"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ervelyn_d",
|
||||
"message":"How may I be of service?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what you have to trade.",
|
||||
"nextPhraseID":"ervelyn_shop"
|
||||
},
|
||||
{
|
||||
"text":"Never mind. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ervelyn_shop",
|
||||
"message":"Certainly.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ervelyn_give1",
|
||||
"message":"It is you! I heard what you did, helping us with that witch Algangror. You have my thanks, friend!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ervelyn_give2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ervelyn_give2",
|
||||
"message":"As a token of my appreciation, please accept this hat that I made. May it guide you through the blinding light.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"ervelyn_hat"
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"remgard2",
|
||||
"value":46
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,173 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"askyl0",
|
||||
"message":"Wh ... who ... Have you come to get me?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Get you?",
|
||||
"nextPhraseID":"askyl2"
|
||||
},
|
||||
{
|
||||
"text":"[Lie] Yes, I am here to get you. Follow me.",
|
||||
"nextPhraseID":"askyl1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"askyl1",
|
||||
"message":"Nooo! I knew the day would come. You people won't be able to catch me!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Wait, who are these people you are referring to?",
|
||||
"nextPhraseID":"askyl2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"askyl2",
|
||||
"message":"The Sakul are coming.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"esfiume0",
|
||||
"message":"Hey! Whatever you saw us doing here, we're completely innocent.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"esfiume1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"esfiume1",
|
||||
"message":"These aren't even our things. We are only ... uh ... standing around here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I didn't see anything.",
|
||||
"nextPhraseID":"esfiume2"
|
||||
},
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"esfiume3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"esfiume2",
|
||||
"message":"That's right you didn't.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"esfiume3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"esfiume3",
|
||||
"message":"Oh, we ... um ... stay here. Completely legit. Not at all doing anything that's not allowed.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What's in those crates back there?",
|
||||
"nextPhraseID":"esfiume4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"esfiume4",
|
||||
"message":"Oh nothing. They're ... uh ... empty. Yes, that's it, empty.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Right. I had better leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erethori0",
|
||||
"message":"I hope you're not here to ask for help, like all those other people that have come by.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What people?",
|
||||
"nextPhraseID":"erethori3"
|
||||
},
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"erethori1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erethori1",
|
||||
"message":"I'm no one. You did not see me, or any of my friends here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure thing.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"You guys seem to be up to something.",
|
||||
"nextPhraseID":"erethori2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erethori2",
|
||||
"message":"Really? I think you had better leave."
|
||||
},
|
||||
{
|
||||
"id":"erethori3",
|
||||
"message":"It seems something must have happened up in the Charwood mining town recently.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erethori4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erethori4",
|
||||
"message":"There have been quite a few people coming by here and asking us for help.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"erethori5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erethori5",
|
||||
"message":"Don't know what happened over there though. Maybe you should go ask the people in the Charwood cabin.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Charwood, where is that?",
|
||||
"nextPhraseID":"erethori6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"erethori6",
|
||||
"message":"It's just north of here. Take the path west of our camp here, and head straight north. It's just around the bend there [points].",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, I'll go check it out.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I have better things to do.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":11
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
9
AndorsTrail/res/raw/conversationlist_f1.json
Normal file
9
AndorsTrail/res/raw/conversationlist_f1.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"id":"passive_achievement_check"
|
||||
},
|
||||
{
|
||||
"id":"mikhail_f1",
|
||||
"message":"Hi world!"
|
||||
}
|
||||
]"
|
||||
@@ -1,200 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fallhaven_citizen1",
|
||||
"message":"Hello there. Nice weather ain't it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"fallhaven_andor_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_citizen2",
|
||||
"message":"Hello. Anything you want from me?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"fallhaven_andor_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_citizen3",
|
||||
"message":"Hi. Can I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor? He looks a bit like me.",
|
||||
"nextPhraseID":"fallhaven_andor_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_citizen4",
|
||||
"message":"You're that kid from Crossglen village right?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"fallhaven_andor_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_citizen5",
|
||||
"message":"Out of the way, peasant."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_citizen6",
|
||||
"message":"Good day to you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"fallhaven_andor_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_andor_1",
|
||||
"message":"No, sorry. I haven't seen anyone by that description."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_andor_2",
|
||||
"message":"Some other kid you say? Hmm, let me think.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_andor_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_andor_3",
|
||||
"message":"Hmm, I might have seen someone that looks a bit like you a few days ago. Can't remember where though."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_andor_4",
|
||||
"message":"Oh yes, there was another kid from Crossglen village here a few days ago. Not sure he matched your description though.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_andor_4_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_andor_4_1",
|
||||
"message":"There were some shady looking people following him around. Didn't see any more than that."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_andor_6",
|
||||
"message":"Nope. Haven't seen him."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_guard",
|
||||
"message":"Keep out of trouble."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_priest",
|
||||
"message":"Shadow be with you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you tell me more about the Shadow?",
|
||||
"nextPhraseID":"priest_shadow_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"priest_shadow_1",
|
||||
"message":"The Shadow protects us. It keeps us safe and comforts us when we sleep.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"priest_shadow_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"priest_shadow_2",
|
||||
"message":"It follows us wherever we go. Go with the Shadow my child.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow be with you.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Whatever, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"rigmor",
|
||||
"message":"Well hello there! Aren't you a cute little fellow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"rigmor_1"
|
||||
},
|
||||
{
|
||||
"text":"I really need to go.",
|
||||
"nextPhraseID":"rigmor_leave_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"rigmor_1",
|
||||
"message":"Your brother, you say? His name is Andor? No. I don't recall meeting anyone like that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I really need to go.",
|
||||
"nextPhraseID":"rigmor_leave_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"rigmor_leave_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"rigmor_thanks",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"rigmor_thanks",
|
||||
"message":"I heard you helped my old man find his book, thank you. He had been talking about that book for weeks. Poor thing, he tends to forget things.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"It was my pleasure. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"You should keep an eye on him, or bad things might happen to him.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Whatever, I just did it for the gold.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_clothes",
|
||||
"message":"Welcome to my shop. Please browse my selection of fine clothing and jewelry.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see your wares.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,173 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"arcir_start",
|
||||
"message":"Hello. I'm Arcir.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I noticed your statue of Elythara downstairs.",
|
||||
"nextPhraseID":"arcir_elythara_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"arcir",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"You really seem to like your books.",
|
||||
"nextPhraseID":"arcir_books_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_anythingelse",
|
||||
"message":"Anything else you wanted to ask?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I noticed your statue of Elythara downstairs.",
|
||||
"nextPhraseID":"arcir_elythara_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"arcir",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"You really seem to like your books.",
|
||||
"nextPhraseID":"arcir_books_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_elythara_1",
|
||||
"message":"Oh, you found my statue in the basement?\n\nYes, Elythara is my protector.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK.",
|
||||
"nextPhraseID":"arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_books_1",
|
||||
"message":"I find great pleasure in my books. They contain the accumulated knowledge of past generations.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have a book called 'Calomyran Secrets'?",
|
||||
"nextPhraseID":"arcir_calomyran_select",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK.",
|
||||
"nextPhraseID":"arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_1",
|
||||
"message":"'Calomyran Secrets'? Hmm, yes I think I have one of those in my basement.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arcir_calomyran_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_2",
|
||||
"message":"Old man Benradas came by last week, wanting to sell me that book. Since it's not really my kind of book, I declined.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arcir_calomyran_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_3",
|
||||
"message":"He seemed upset that I didn't like his book, and threw it at me while storming out of the house.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arcir_calomyran_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_4",
|
||||
"message":"Poor old man Benradas, he probably forgot that he left it here. He tends to forget things.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_5",
|
||||
"message":"You looked downstairs but didn't find it? And a note you say? I guess there must have been someone in my house.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arcir_calomyran_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"arcir_calomyran_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"arcir_calomyran_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"arcir_calomyran_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_complete",
|
||||
"message":"I heard you found it and gave it back to old man Benradas. Thank you. He tends to forget things.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"arcir_anythingelse"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"arcir_calomyran_6",
|
||||
"message":"What did the note say?\n\nLarcal ... I know of him. Always causing trouble. He is usually in the barn to the east of here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,123 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"athamyr",
|
||||
"message":"Walk with the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you been down in the catacombs?",
|
||||
"nextPhraseID":"athamyr_select",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_1",
|
||||
"message":"Yes, I have been in the catacombs beneath Fallhaven Church.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"athamyr_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_2",
|
||||
"message":"But I'm the only one that both has the permission and the bravery to go down there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"How can I get permission to go down there?",
|
||||
"nextPhraseID":"athamyr_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_3",
|
||||
"message":"You want to go down in the catacombs? Hmm, maybe we can make a deal.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"athamyr_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_4",
|
||||
"message":"Bring me some of that delicious cooked meat from the tavern and I will give you my permission to enter the catacombs of Fallhaven Church.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here, I have cooked meat for you.",
|
||||
"nextPhraseID":"athamyr_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"meat_cooked",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll go get some.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bucus",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_complete_2",
|
||||
"message":"You have my permission to enter the catacombs of Fallhaven Church.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bucus",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"athamyr_complete_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"athamyr_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"athamyr_complete",
|
||||
"message":"Thanks, this will do nicely.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"athamyr_complete_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bucus",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,252 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bucus_welcome",
|
||||
"message":"Hi again, welcome back to the ... Oh wait, I thought you were someone else.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor?",
|
||||
"nextPhraseID":"bucus_andor_select"
|
||||
},
|
||||
{
|
||||
"text":"What do you know about the Thieves' Guild?",
|
||||
"nextPhraseID":"bucus_thieves_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_andor_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bucus_umar_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bucus_andor_no_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_andor_no_1",
|
||||
"message":"How interesting that you should ask. What if I had seen him? Why would I tell you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bucus_andor_no_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_andor_no_2",
|
||||
"message":"No, I can't tell you. Now please leave."
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bucus_thieves_complete_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bucus_thieves_continue",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bucus_thieves_select2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_select2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bucus_thieves_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bucus_thieves_no"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_no",
|
||||
"message":"Wh, what? No, I don't know anything about that."
|
||||
},
|
||||
{
|
||||
"id":"bucus_umar_1",
|
||||
"message":"OK kid. You've proven yourself to me. Yes, I saw some other kid by that description running around here a few days ago.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bucus_umar_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_umar_2",
|
||||
"message":"I don't know what he was up to though. He kept asking a lot of questions. Kind of like you do. *snicker*",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bucus_umar_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_umar_3",
|
||||
"message":"Anyway, that's all I know. You should go talk to Umar, he probably knows more. Down that hatch over there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_1",
|
||||
"message":"Who told you that? Argh.\n\nOK so you found us. Now what?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can I join the Thieves' Guild?",
|
||||
"nextPhraseID":"bucus_thieves_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_2",
|
||||
"message":"Hah! Join the Thieves' Guild?! You?!\n\nYou're one funny kid.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'm serious.",
|
||||
"nextPhraseID":"bucus_thieves_3"
|
||||
},
|
||||
{
|
||||
"text":"Yeah, pretty funny eh?",
|
||||
"nextPhraseID":"bucus_thieves_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_3",
|
||||
"message":"OK, tell you what kid. Do a task for me and maybe I'll consider giving you more info.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What kind of task are we talking about?",
|
||||
"nextPhraseID":"bucus_thieves_4"
|
||||
},
|
||||
{
|
||||
"text":"As long as this leads to some treasure, I'm in!",
|
||||
"nextPhraseID":"bucus_thieves_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_4",
|
||||
"message":"Bring me the key of Luthor and we can talk more. I don't know anything about the key itself, but rumor has it that it is located somewhere in the catacombs beneath Fallhaven Church.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, sounds easy enough.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bucus",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_continue",
|
||||
"message":"How is the search for the key of Luthor going?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"bucus_thieves_4"
|
||||
},
|
||||
{
|
||||
"text":"Here, I have it. The key of Luthor.",
|
||||
"nextPhraseID":"bucus_thieves_complete_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"key_luthor",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I'm still looking for it. Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_complete_1",
|
||||
"message":"Wow, you actually got the key of Luthor? I didn't think you would make it out of there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bucus_thieves_complete_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bucus",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_complete_2",
|
||||
"message":"Well done kid.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bucus_thieves_complete_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bucus_thieves_complete_3",
|
||||
"message":"So, let's talk. What do you want to know?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you know about my brother Andor?",
|
||||
"nextPhraseID":"bucus_umar_1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,281 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"chapelgoer",
|
||||
"message":"Shadow, embrace me."
|
||||
},
|
||||
{
|
||||
"id":"thoronir_default",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"thoronir_factions_vacor_61_reward",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":61
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"thoronir_factions_vacor_60_check"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"alignmentSet",
|
||||
"rewardID":"factionCountShadow",
|
||||
"value":0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_shadow_1",
|
||||
"message":"The Shadow protects us from the dangers of the night. It keeps us safe and comforts us when we sleep.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Tharal sent me and told me to tell you the password 'Glow of the Shadow'.",
|
||||
"nextPhraseID":"thoronir_tharal_select",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bonemeal",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Shadow be with you.",
|
||||
"nextPhraseID":"thoronir_default"
|
||||
},
|
||||
{
|
||||
"text":"Sounds like nonsense to me.",
|
||||
"nextPhraseID":"thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_church_1",
|
||||
"message":"This is our chapel of worship in Fallhaven. Our community turns to us for support.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"thoronir_church_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_church_2",
|
||||
"message":"This church has withstood hundreds of years, and has been kept safe from grave robbers.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"thoronir_church_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"thoronir_trade_bonemeal",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bonemeal",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"thoronir_tharal_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_1",
|
||||
"message":"Glow of the Shadow indeed my child. So my old friend Tharal in Crossglen village sent you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What can you tell me about bonemeal?",
|
||||
"nextPhraseID":"thoronir_tharal_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_church_3",
|
||||
"message":"The catacombs beneath the church house the remains of our passed leaders. Our great King Luthor is rumored to be buried there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Has anyone entered the catacombs?",
|
||||
"nextPhraseID":"thoronir_church_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bucus",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"There was something else I wanted to talk about.",
|
||||
"nextPhraseID":"thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_church_4",
|
||||
"message":"No one is allowed down in the catacombs, except for Athamyr, my apprentice. He is the only one that has been down there for years.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I might go see him.",
|
||||
"nextPhraseID":"thoronir_default"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bucus",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_2",
|
||||
"message":"Shhh, we shouldn't talk so loud about using bonemeal. As you know, Lord Geomyr issued a ban on all use of bonemeal.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"thoronir_tharal_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_3",
|
||||
"message":"When the ban came, I did not dare keep any, so I threw my whole supply away. It was quite foolish now that I look back on it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"thoronir_tharal_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_4",
|
||||
"message":"Do you think you could find me 5 skeletal bones that I can use for mixing a bonemeal potion? The bonemeal is very potent in healing old wounds.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, I might be able to do that.",
|
||||
"nextPhraseID":"thoronir_tharal_5"
|
||||
},
|
||||
{
|
||||
"text":"I have those bones for you.",
|
||||
"nextPhraseID":"thoronir_tharal_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"bone",
|
||||
"value":5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_5",
|
||||
"message":"Thank you, please come back soon. I heard there were some undead near an old abandoned house just north of Fallhaven. Maybe you can check for bones there?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I'll go check there.",
|
||||
"nextPhraseID":"thoronir_default"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bonemeal",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_tharal_complete",
|
||||
"message":"Thank you, these bones will do fine. Now I can start creating some bonemeal healing potions for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"thoronir_complete_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bonemeal",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"thoronir_complete_2",
|
||||
"message":"Give me some time to mix the bonemeal potion. It is a very potent healing potion. Come back in a little while."
|
||||
},
|
||||
{
|
||||
"id":"thoronir_trade_bonemeal",
|
||||
"message":"Yes, the bonemeal potions are ready. Please use them with care, and don't let the guards see you. We are not actually allowed to use them anymore.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what potions you have made so far.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"There was something else I wanted to talk about.",
|
||||
"nextPhraseID":"thoronir_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"catacombguard",
|
||||
"message":"Turn back while you still can, mortal. This is no place for you. Only death awaits you here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Very well. I will turn back.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Move aside, I need to get deeper into the catacombs.",
|
||||
"nextPhraseID":"catacombguard1"
|
||||
},
|
||||
{
|
||||
"text":"By the Shadow, you will not stop me.",
|
||||
"nextPhraseID":"catacombguard1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"catacombguard1",
|
||||
"message":"Nooo, you shall not pass!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. Let's fight.",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"luthor",
|
||||
"message":"*hissss* What mortal disturbs my sleep?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"By the Shadow, what are you?",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"At last, a worthy fight! I have been waiting for this.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Whatever, let's get this over with.",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,223 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fallhaven_drunk",
|
||||
"message":"No problem. No sireee! Not causing any more trouble now. I sits here outside now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_2",
|
||||
"message":"Wait, who are you again? Are you that guard?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes",
|
||||
"nextPhraseID":"fallhaven_drunk_3_1"
|
||||
},
|
||||
{
|
||||
"text":"No",
|
||||
"nextPhraseID":"fallhaven_drunk_3_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_3_1",
|
||||
"message":"Oh, sir. I'm not causing any trouble anymore, see? I sits outside now as you says, OK?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_3_2",
|
||||
"message":"Oh good. That guard threw me out of the tavern. If I see him again I'll show him one thing or another.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_4",
|
||||
"message":"Drink drink drink, drink some more. Drink, drink ... Uh how did it go again?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_5",
|
||||
"message":"Were you saying something? Where was I? Yes, so we were in this dungeon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_6",
|
||||
"message":"Or was it a house? I can't remember.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_7",
|
||||
"message":"No no, it was outside! Now I remember.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_7_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_7_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fallhaven_drunk_11",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fallhavendrunk",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_drunk_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_8",
|
||||
"message":"That's where we...\n\nHey, where did my mead go? Did you take it from me?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes",
|
||||
"nextPhraseID":"fallhaven_drunk_9_1"
|
||||
},
|
||||
{
|
||||
"text":"No",
|
||||
"nextPhraseID":"fallhaven_drunk_9_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_9_1",
|
||||
"message":"Well then give it back! Or go buy me another mead.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here, have some mead.",
|
||||
"nextPhraseID":"fallhaven_drunk_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"mead",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll go buy some mead for you.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"No. I don't think I should help you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"fallhavendrunk",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_9_2",
|
||||
"message":"I must have drunk it then. Could you get me a new mead do you think?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Here, have some mead.",
|
||||
"nextPhraseID":"fallhaven_drunk_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"mead",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll go buy some mead for you.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"No. I don't think I should help you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"fallhavendrunk",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_10",
|
||||
"message":"Oh sweet drinks of joy. May the sssshadow be with you kid.\n[Makes big eyes]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_11",
|
||||
"message":"[Takes a gulp of the mead]\nThat's good stuff!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_drunk_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_drunk_12",
|
||||
"message":"Yeah, me and Unnmir had good times. Go ask him yourself, he is usually in the barn to the east of here. I wonder *burps* where that treasure went.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Treasure? I'm in! I'll go look for Unnmir right away.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Thank you for the story. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"fallhavendrunk",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,92 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"gaela",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"gaela_r",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gaela_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gaela_r",
|
||||
"message":"Hello again. I hope you will find what you are looking for."
|
||||
},
|
||||
{
|
||||
"id":"gaela_0",
|
||||
"message":"Swift is my blade. Poisoned is my tongue. Or was it the other way around?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"There seems to be a lot of thieves here in Fallhaven.",
|
||||
"nextPhraseID":"gaela_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gaela_1",
|
||||
"message":"Yes, we thieves have a strong presence here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Anything more?",
|
||||
"nextPhraseID":"gaela_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gaela_2",
|
||||
"message":"I heard that you helped Gruil, a fellow thief in Crossglen village.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gaela_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gaela_3",
|
||||
"message":"Word has also reached me that you are looking for someone. I might be able to help you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gaela_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gaela_4",
|
||||
"message":"You should go talk to Bucus in the derelict house a bit southwest of here. Tell him you want to know more about the Thieves' Guild.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, I'll go talk to him.",
|
||||
"nextPhraseID":"gaela_5"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"andor",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gaela_5",
|
||||
"message":"Consider it a favor done in return for helping Gruil."
|
||||
}
|
||||
]
|
||||
@@ -1,89 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"larcal",
|
||||
"message":"I don't have time for you, kid. Get lost.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I found a note with your name on it while looking for the book 'Calomyran Secrets'.",
|
||||
"nextPhraseID":"larcal_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"larcal_1",
|
||||
"message":"Now now, what have we here? Are you implying that I have been down in Arcir's basement?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"larcal_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"larcal_2",
|
||||
"message":"So, maybe I was. The book is mine anyway.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"larcal_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"larcal_3",
|
||||
"message":"Look, let's solve this peacefully. You walk away and forget about that book, and you might still live.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Very well. Keep your book.",
|
||||
"nextPhraseID":"larcal_4"
|
||||
},
|
||||
{
|
||||
"text":"No, you will give me that book.",
|
||||
"nextPhraseID":"larcal_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"larcal_4",
|
||||
"message":"Good boy. Now run away."
|
||||
},
|
||||
{
|
||||
"id":"larcal_5",
|
||||
"message":"OK, now you're starting to annoy me, kid. Get lost while you still can.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Very well. I will leave.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"No, that book is not yours!",
|
||||
"nextPhraseID":"larcal_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"larcal_6",
|
||||
"message":"You are still here? OK then, if you want the book that bad, you will have to take it from me!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"At last, a fight. I have been waiting for this!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"I had hoped it wouldn't come to this.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Very well. I will leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,274 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"nocmar",
|
||||
"message":"Hello. I'm Nocmar.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"This place looks like a smithy. Do you have anything to trade?",
|
||||
"nextPhraseID":"nocmar_trade_select"
|
||||
},
|
||||
{
|
||||
"text":"Unnmir sent me.",
|
||||
"nextPhraseID":"nocmar_quest_select",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nocmar",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"nocmar_complete_5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nocmar",
|
||||
"value":200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"nocmar_continue",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nocmar",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"nocmar_quest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"S",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nocmar",
|
||||
"value":200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"nocmar_trade_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_1",
|
||||
"message":"I don't have any items for sale. I used to have a lot of things for sale, but nowadays I'm not allowed to sell anything.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_trade_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_2",
|
||||
"message":"I was once one of the greatest smiths in Fallhaven. Then that bastard Lord Geomyr banned my use of heartsteel.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_trade_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_3",
|
||||
"message":"By decree of Lord Geomyr, no one in Fallhaven is allowed to even use heartsteel weapons. Much less sell any.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_trade_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_4",
|
||||
"message":"So now I have to hide the few weapons I have left. I won't dare sell any of them anymore.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_trade_4_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_4_1",
|
||||
"message":"I haven't seen the heartsteel glow in several years now that Lord Geomyr has banned them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_trade_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_trade_5",
|
||||
"message":"So, unfortunately I can't sell you any of my weapons."
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest",
|
||||
"message":"Unnmir sent you huh? I guess it must be important then.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_quest_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nocmar",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest_1",
|
||||
"message":"OK, these old weapons have lost their inner glow now that they haven't been used in a while.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_quest_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest_2",
|
||||
"message":"To make the heartsteel glow again, we will need a heartstone.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_quest_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest_3",
|
||||
"message":"Years ago, we used to fight the liches of Undertell. I have no idea if they still haunt the place.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Undertell? What's that?",
|
||||
"nextPhraseID":"nocmar_quest_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest_4",
|
||||
"message":"Undertell; the pits of the lost souls. Travel south and enter the caverns of the Dwarves. Follow the horrid smell from there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_quest_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_quest_5",
|
||||
"message":"Beware the liches of Undertell, if they are still around. Those things can kill you by their gaze alone."
|
||||
},
|
||||
{
|
||||
"id":"nocmar_continue",
|
||||
"message":"Have you found a heartstone yet?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, at last I found it.",
|
||||
"nextPhraseID":"nocmar_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"heartstone",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Could you tell me the story again?",
|
||||
"nextPhraseID":"nocmar_quest_1"
|
||||
},
|
||||
{
|
||||
"text":"No, not yet.",
|
||||
"nextPhraseID":"nocmar_continue_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_continue_2",
|
||||
"message":"Please keep looking. Unnmir must have something important planned for you."
|
||||
},
|
||||
{
|
||||
"id":"nocmar_complete",
|
||||
"message":"By the Shadow. You actually found a heartstone. I thought I wouldn't live to see the day.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_complete_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nocmar",
|
||||
"value":200
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_complete_2",
|
||||
"message":"Can you see the glow? It's literally pulsating.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_complete_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_complete_3",
|
||||
"message":"Quick. Let's get these old heartsteel weapons glowing again.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_complete_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_complete_4",
|
||||
"message":"[Nocmar places the heartstone among the heartsteel weapons]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"nocmar_complete_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"nocmar_complete_5",
|
||||
"message":"Can you feel it? The heartsteel is glowing again.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what items you have available.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,159 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fallhaven_oldman",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fallhaven_oldman_complete_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_oldman_continue",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"calomyran",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_oldman_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_1",
|
||||
"message":"Would you help an old man please?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, what do you need help with?",
|
||||
"nextPhraseID":"fallhaven_oldman_2"
|
||||
},
|
||||
{
|
||||
"text":"I might. Are we talking about some kind of reward?",
|
||||
"nextPhraseID":"fallhaven_oldman_2"
|
||||
},
|
||||
{
|
||||
"text":"No, I won't help an old timer like you. Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_2",
|
||||
"message":"I recently lost a very valuable book of mine.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_oldman_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_3",
|
||||
"message":"I know I had it with me yesterday. Now I can't seem to find it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_oldman_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_4",
|
||||
"message":"I never lose things! Someone must have stolen it, that's my guess.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_oldman_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_5",
|
||||
"message":"Would you please go look for my book? It's called 'Calomyran Secrets'.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_oldman_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_6",
|
||||
"message":"I have no idea where it might be. You could go ask Arcir, he seems very fond of his books.\n [Points at the house to the south]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I'll go ask Arcir. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"calomyran",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_continue",
|
||||
"message":"How is the search for my book going? It's called 'Calomyran Secrets'. Have you found my book?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, I found it.",
|
||||
"nextPhraseID":"fallhaven_oldman_complete",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"calomyran_secrets",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No, I have not found it yet.",
|
||||
"nextPhraseID":"fallhaven_oldman_6"
|
||||
},
|
||||
{
|
||||
"text":"Could you tell me your story again please?",
|
||||
"nextPhraseID":"fallhaven_oldman_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_complete",
|
||||
"message":"My book! Thank you, thank you! Where was it? No, don't tell me. Here, take these coins for your trouble.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"At last, some gold. Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"calomyran",
|
||||
"value":100
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold51"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_oldman_complete_2",
|
||||
"message":"Thank you so much for finding my book!"
|
||||
}
|
||||
]
|
||||
@@ -1,884 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fallhaven_potions",
|
||||
"message":"Welcome to my shop. Please browse my fine selection of everyday potions.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what potions you have available.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"Do you have anything to help against food-poisoning?",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp1"
|
||||
},
|
||||
{
|
||||
"text":"I was told that I can get some Spotted Hornbeam fungus from you.",
|
||||
"nextPhraseID":"fallhaven_potions1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar_pots",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Can you sell me a special crystal vial?",
|
||||
"nextPhraseID":"fallhaven_potions_offer_crystal_vial",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"quick_glance",
|
||||
"value":78
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Bogsten is sick after encountering a giant mushroom. He asked me to get a cure for him.",
|
||||
"nextPhraseID":"fungi_panic_potioner_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fungi_panic",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fungi_panic",
|
||||
"value":20,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here are four samples of mushroom spores. Can you help Bogsten now?",
|
||||
"nextPhraseID":"fungi_panic_potioner_50",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fungi_panic",
|
||||
"value":60,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here's a sample of the mushroom spores. Can you help Bogsten now?",
|
||||
"nextPhraseID":"fungi_panic_potioner_50a",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fungi_panic",
|
||||
"value":60,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here are some of Bogsten's mushrooms.",
|
||||
"nextPhraseID":"fungi_panic_potioner_100",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fungi_panic_bag",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_potions1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fallhaven_potions4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"lodar_pots",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_potions2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_potions2",
|
||||
"message":"Oh yes. Really disgusting smell, they have. But good for making potions.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_potions3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_potions3",
|
||||
"message":"Here, have some. I don't have that much, so don't lose it!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"lodar_pots",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"hornbeam",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_potions4",
|
||||
"message":"I already gave you some, before. Don't tell me you lost it?"
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp2",
|
||||
"message":"Oh yes, I have a recipe for a mixture that helps against food poisoning. If you want, I could create some of that for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good, what do you need from me?",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp3"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"antifoodp",
|
||||
"value":15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp3",
|
||||
"message":"I am all out of the ingredients required for it. Maybe you could help me gather some of them?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No way, I'm not running your errands.",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp4"
|
||||
},
|
||||
{
|
||||
"text":"What ingredients are needed?",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp4",
|
||||
"message":"Fair enough. Welcome back if you change your mind."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp5",
|
||||
"message":"To make the potion against food-poisoning, I would need one poison gland and two pieces of animal hair. I will also require 50 gold for the work required.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'll be right back with those ingredients.",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp6"
|
||||
},
|
||||
{
|
||||
"text":"Any ideas where I can find those ingredients?",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp7"
|
||||
},
|
||||
{
|
||||
"text":"I have those ingredients for you.",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gland",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"hair",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":50
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":35,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I have those ingredients for you.",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gland",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"hair",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":50
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here, I have enough of those ingredients for five potions.",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q3x5",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gland",
|
||||
"value":5
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"hair",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":250
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Here, I have enough of those ingredients for ten potions.",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q3x10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gland",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"hair",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":500
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"antifoodp",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"antifoodp",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp6",
|
||||
"message":"Excellent."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp7",
|
||||
"message":"Well, animal hair can probably be found on any beast here outside of Fallhaven. I heard some hunters found a pack of wolves a bit south of here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifoodp8",
|
||||
"message":"Poison glands however, can be a bit trickier to find. I don't know really, but any poisonous creature might do. Maybe some snakes around here are poisonous?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'll be right back with those ingredients.",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp6"
|
||||
},
|
||||
{
|
||||
"text":"Phew, that sounds like a lot of work. I don't know if I'll do it.",
|
||||
"nextPhraseID":"fallhaven_pot_antifoodp4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifp_q1",
|
||||
"message":"Good. Give me a minute to prepare that antidote for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"antifoodp",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifp_q2",
|
||||
"message":"[Mixes the ingredients]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifp_q3",
|
||||
"message":"There. One potion against food-poisoning for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"antifoodp",
|
||||
"value":35
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"antifoodp",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifp_q3x5",
|
||||
"message":"There. Five potions against food-poisoning for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"antifoodp_x5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifp_q3x10",
|
||||
"message":"There. Ten potions against food-poisoning for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_pot_antifp_q4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"antifoodp_x10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_pot_antifp_q4",
|
||||
"message":"I can create more of those potions if you want. You'll have to bring me more of those ingredients then.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I sure hope this mixture of your works.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"antifoodp",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_10",
|
||||
"message":"Bogsten? I haven't heard from that old boy in a long time now. I was starting to wonder if he was still alive.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"He is alive, but only barely. He didn't even make it to Fallhaven to ask for help.",
|
||||
"nextPhraseID":"fungi_panic_potioner_20"
|
||||
},
|
||||
{
|
||||
"text":"Stop talking. Just give me the cure.",
|
||||
"nextPhraseID":"fungi_panic_potioner_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_12",
|
||||
"message":"[muttering] ... grumble ... cheeky kids, grumble ...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fungi_panic_potioner_40"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_20",
|
||||
"message":"And now I have to rescue him again. Well, what did he do to himself this time?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"A giant mushroom attacked him.",
|
||||
"nextPhraseID":"fungi_panic_potioner_40"
|
||||
},
|
||||
{
|
||||
"text":"This time? Did he ask for help before?",
|
||||
"nextPhraseID":"fungi_panic_potioner_22"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_22",
|
||||
"message":"Several times, indeed. Let me think...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fungi_panic_potioner_24"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_24",
|
||||
"message":"He was my first customer. Needed an antidote against snake poison. His pet snake bit him.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Pet snake?!",
|
||||
"nextPhraseID":"fungi_panic_potioner_26"
|
||||
},
|
||||
{
|
||||
"text":"I heard enough. Just give me the cure, please.",
|
||||
"nextPhraseID":"fungi_panic_potioner_40"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_26",
|
||||
"message":"Next time he ate something interesting. I always had told him not to try all these red and white mushrooms.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fungi_panic_potioner_28"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_28",
|
||||
"message":"Then he wanted some drink for an annoying 'friend' who always came and disturbed him.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nice.",
|
||||
"nextPhraseID":"fungi_panic_potioner_30"
|
||||
},
|
||||
{
|
||||
"text":"Enough. Just give me the cure, please.",
|
||||
"nextPhraseID":"fungi_panic_potioner_40"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_30",
|
||||
"message":"He came regularly for the snake antidote. Trying to tame snakes wasn't successful obviously...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I can imagine.",
|
||||
"nextPhraseID":"fungi_panic_potioner_32"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_32",
|
||||
"message":"He even tried to get my recipe for this antidote. But of course I couldn't reveal it to him.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, such things should be done by learned potion makers.",
|
||||
"nextPhraseID":"fungi_panic_potioner_34"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_34",
|
||||
"message":"Nonsense. He was my best customer. I want to keep it like this.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh. Sure.",
|
||||
"nextPhraseID":"fungi_panic_potioner_40"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_40",
|
||||
"message":"So you need a cure against giant mushrooms.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes.",
|
||||
"nextPhraseID":"fungi_panic_potioner_42"
|
||||
},
|
||||
{
|
||||
"text":"Yes. Here are some samples of the mushroom spores.",
|
||||
"nextPhraseID":"fungi_panic_potioner_50",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fungi_panic",
|
||||
"value":40
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_42",
|
||||
"message":"There are lots of different mushrooms. A spore infection can be nasty, deadly even. Unfortunately the cure for one kind kills you, when you are afflicted by another kind.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oh dear. So Bogsten can't be helped?",
|
||||
"nextPhraseID":"fungi_panic_potioner_44"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_44",
|
||||
"message":"No need to despair. To make a cure, I will need a sample of these spores. Can you get some?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I could try.",
|
||||
"nextPhraseID":"fungi_panic_potioner_46"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_46",
|
||||
"message":"Good. Bring me four sample spores of the mushroom, then I will be able to choose the right antidote.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I will be back with the spores in an instant.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Here are four samples of the mushroom spores.",
|
||||
"nextPhraseID":"fungi_panic_potioner_50",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fungi_panic",
|
||||
"value":40
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"fungi_panic",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_50",
|
||||
"message":"Let me see... Ah, yes. A fungus maximus, also known as 'Giant mushroom'. Its wounds are deadly if not cured properly.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fungi_panic_potioner_52"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_50a",
|
||||
"message":"A sample? This won't do. I'll need at least four samples for my work.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I see. I'll be back with more in just a moment.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_52",
|
||||
"message":"I'm glad that I have the right potion for it. You can have it for only 150 gold coins.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"That much!",
|
||||
"nextPhraseID":"fungi_panic_potioner_54"
|
||||
},
|
||||
{
|
||||
"text":"OK, here you are.",
|
||||
"nextPhraseID":"fungi_panic_potioner_60",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":150
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_54",
|
||||
"message":"Take it or leave it. Poor Bogsten ...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Forget it.",
|
||||
"nextPhraseID":"fungi_panic_potioner_56"
|
||||
},
|
||||
{
|
||||
"text":"OK, here you are.",
|
||||
"nextPhraseID":"fungi_panic_potioner_60",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":150
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_56",
|
||||
"message":"I had always liked him ...",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No.",
|
||||
"nextPhraseID":"fungi_panic_potioner_58"
|
||||
},
|
||||
{
|
||||
"text":"OK, here you are.",
|
||||
"nextPhraseID":"fungi_panic_potioner_60",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":150
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_58",
|
||||
"message":"Sigh.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I said no.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"OK, here you are.",
|
||||
"nextPhraseID":"fungi_panic_potioner_60",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":150
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fungi_panic_spores",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_60",
|
||||
"message":"And here's the cure.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"fungi_panic_cure",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"fungi_panic",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_100",
|
||||
"message":"Oh. Thank you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hey! Aren't you going to give me something interesting for it?",
|
||||
"nextPhraseID":"fungi_panic_potioner_110"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_110",
|
||||
"message":"I could, yes. But I won't.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"That's robbery! I won't let you get away with it!",
|
||||
"nextPhraseID":"fungi_panic_potioner_111"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_112",
|
||||
"message":"Now leave my shop, unless you have some other business. I have work to do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Forget it, let's talk about something else.",
|
||||
"nextPhraseID":"fallhaven_potions"
|
||||
},
|
||||
{
|
||||
"text":"You can't do that to me! I'll get the guards!",
|
||||
"nextPhraseID":"fungi_panic_potioner_120"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fungi_panic_potioner_120",
|
||||
"message":"Calm down. Shall I sell a sedative to you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"NO! I DON'T NEED ANY SEDATIVE!!",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,822 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fallhaven_lumberjack",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_lumberjack_15",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_lumberjack_16",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":40
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":50,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_lumberjack_14",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_lumberjack_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_1",
|
||||
"message":"Hi, I'm Jakrar.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Are you a woodcutter?",
|
||||
"nextPhraseID":"fallhaven_lumberjack_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_2",
|
||||
"message":"Yes, I'm Fallhaven's woodcutter. Need anything done in the finest of woods? I have probably got it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'd like to talk with you about Fallhaven's passage to the Duleian Road.",
|
||||
"nextPhraseID":"fallhaven_lumberjack_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Never mind. I don't need your services for now.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"What have you got for sale?",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun",
|
||||
"message":"Hello. I'm Alaun. How can I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Have you seen my brother Andor? He looks similar to me.",
|
||||
"nextPhraseID":"alaun_2"
|
||||
},
|
||||
{
|
||||
"text":"Do you have a job for me?",
|
||||
"nextPhraseID":"alaun_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":10,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"About the soup...",
|
||||
"nextPhraseID":"alaun_return_blindstart",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"About the soup...",
|
||||
"nextPhraseID":"alaun_return_blindstart",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Gison gave me some of his soup.",
|
||||
"nextPhraseID":"alaun_return",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":30,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":50,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_2",
|
||||
"message":"You are looking for your brother you say? Looks like you? Hmm.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alaun_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_3",
|
||||
"message":"No, I cannot recall seeing anyone by that description. Maybe you should try in Crossglen village west of here."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_farmer1",
|
||||
"message":"Hello there. Please do not bother me, I have a lot of work to do."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_farmer2",
|
||||
"message":"Hello. Could you please move out of the way? I am trying to work here."
|
||||
},
|
||||
{
|
||||
"id":"khorand",
|
||||
"message":"Hey you, don't even think of touching any of the crates. I am watching you!"
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_3",
|
||||
"message":"Oh no. Not again. I won't start cutting the trees unless I have received a payment beforehand. Go away!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Is there anything that would change your mind?",
|
||||
"nextPhraseID":"fallhaven_lumberjack_4"
|
||||
},
|
||||
{
|
||||
"text":"Seems like nobody wants to open the road again. Great.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_4",
|
||||
"message":"Hmm. Well if you would do me a great favor I would start to cut the trees away.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure! What is it?",
|
||||
"nextPhraseID":"fallhaven_lumberjack_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_5",
|
||||
"message":"Let me tell you a story. Long ago, I was cutting in the woods to the north of Fallhaven. I used to cut the trees with great speed with my favorite axe. It was made of fine steel and probably worth more than my hut.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_lumberjack_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_6",
|
||||
"message":"But then, I got attacked by a pack of wolves and I had to flee immediately. I barely saved my life, but during the escape I lost my precious axe.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_lumberjack_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_7",
|
||||
"message":"I'm afraid of travelling to that place again because I'm not a trained fighter and the wolves, especially their leader, were really powerful.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So I guess you want me to retrieve your axe?",
|
||||
"nextPhraseID":"fallhaven_lumberjack_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_8",
|
||||
"message":"Yes exactly. If you would do me that favor I will gladly cut away the trees and receive payment afterwards. Just head north to the Crossroads guardhouse and then head eastwards down the Duleian Road. That's where I lost my axe. And look out for that wolf pack!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds simple enough. On my way.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"No way! That is far too dangerous!",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"pathway_fallhaven",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_9",
|
||||
"message":"Have you made any progress in finding my axe?"
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_10",
|
||||
"message":"Let me see... Oh yes! This is my axe! I cannot thank you enough!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So will you cut away those trees that block the old pathway?",
|
||||
"nextPhraseID":"fallhaven_lumberjack_11"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"pathway_fallhaven",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_11",
|
||||
"message":"Sure! Already on my way! The work will be finished soon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"That sounds great! Remember to ask the stupid warden for a decent payment.",
|
||||
"nextPhraseID":"fallhaven_lumberjack_12"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"pathway_fallhaven",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_12",
|
||||
"message":"Sure. Will do that. He he.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow be with you.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_13",
|
||||
"message":"You're welcome. But you're not the only one who is happy. There are more people resting for a night in Fallhaven, which helps our economy. Some even bought items at my store! By the way, I was surprised, but I even got paid well by the warden.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Great. Now everything is much better than it was before!",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I wanted to ask about something else.",
|
||||
"nextPhraseID":"fallhaven_lumberjack_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_14",
|
||||
"message":"Have you made any progress in finding my precious axe?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hello again! I've finally found your axe!",
|
||||
"nextPhraseID":"fallhaven_lumberjack_10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"jakrar_axe",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No I haven't. But I'm working on it.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_15",
|
||||
"message":"Hello again my friend.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I cannot thank you enough for cutting away those trees! Finally I've got a shortcut!",
|
||||
"nextPhraseID":"fallhaven_lumberjack_13",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What have you got for sale?",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"Never mind. I don't need your services for now.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_lumberjack_16",
|
||||
"message":"Thank you for bringing me back my axe!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So will you cut away those trees that block the old pathway?",
|
||||
"nextPhraseID":"fallhaven_lumberjack_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_1",
|
||||
"message":"Oh, how surprising. How nice of you. Indeed there is something you could do for me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Tell me what it is.",
|
||||
"nextPhraseID":"alaun_5"
|
||||
},
|
||||
{
|
||||
"text":"Maybe later.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Let's talk about payment first.",
|
||||
"nextPhraseID":"alaun_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_4",
|
||||
"message":"Ahh, you are here to earn some money, okay.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alaun_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_5",
|
||||
"message":"I'll give you 10 gold if you do this little job for me: Bring me some of that delicious soup which Gison cooks using mushrooms and wild herbs.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds easy, I'll do it!",
|
||||
"nextPhraseID":"alaun_startquest10"
|
||||
},
|
||||
{
|
||||
"text":"Give me 15 and I'll do it.",
|
||||
"nextPhraseID":"alaun_more1"
|
||||
},
|
||||
{
|
||||
"text":"Give me 20 and I'll do it.",
|
||||
"nextPhraseID":"alaun_more2"
|
||||
},
|
||||
{
|
||||
"text":"No way, I'm not your gopher.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_startquest10",
|
||||
"message":"That's really nice of you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alaun_startquest_go"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_more1",
|
||||
"message":"15? Let me think...erm...\n\nOK, I'll give you 15.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. I will do it.",
|
||||
"nextPhraseID":"alaun_startquest15"
|
||||
},
|
||||
{
|
||||
"text":"I changed my mind.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_more2",
|
||||
"message":"20? Let me think...erm...\n\nOK. I'll give you 20. But please, bring it hot or I won't pay you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. I will do it.",
|
||||
"nextPhraseID":"alaun_startquest20"
|
||||
},
|
||||
{
|
||||
"text":"I changed my mind.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_startquest15",
|
||||
"message":"That's nice of you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alaun_startquest_go"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":15
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_startquest20",
|
||||
"message":"OK, please bring it hot!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alaun_startquest_go"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_startquest_go",
|
||||
"message":"You can find Gison and his wife Nimael south of here. Cross the path and head into the woods. You will find their house soon.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. See you later.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return",
|
||||
"message":"Aah, you are back. Wonderful. I will stop working for now and take a little break.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"alaun_return_evaluation"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_evaluation",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"alaun_return_coldsoup",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gison_soup",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"requireType":"timerElapsed",
|
||||
"requireID":"gison_soup",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"alaun_return20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"alaun_soup_reward",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gison_soup",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"alaun_return15",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"alaun_soup_reward",
|
||||
"value":15
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gison_soup",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"alaun_return10",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"alaun_soup_reward",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gison_soup",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"alaun_return_nosoup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return10",
|
||||
"message":"Here is the money I promised you.\n\nAnd as a bonus I will give you some of this bread.\n\nNext time I will buy Nimael's soup.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nimael's soup?",
|
||||
"nextPhraseID":"alaun_return_nimael"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"gold",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"bread",
|
||||
"value":5
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"bottle_empty",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":11
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return15",
|
||||
"message":"Here is the money I promised you.\n\nNext time I will buy Nimael's soup.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nimael's soup?",
|
||||
"nextPhraseID":"alaun_return_nimael"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"gold",
|
||||
"value":15
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"bottle_empty",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":16
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return20",
|
||||
"message":"Here is the money I promised you.\n\nNext time I will buy Nimael's soup.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Nimael's soup?",
|
||||
"nextPhraseID":"alaun_return_nimael"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"gold",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"bottle_empty",
|
||||
"value":1
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":21
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"gison_soup",
|
||||
"value":35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_end",
|
||||
"message":"Thanks again. And remember to take the bottle back to Gison. Now go please. I want to eat.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Enjoy your meal.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_nosoup",
|
||||
"message":"Where is it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Oops, I forgot that there is a hole in my bag.",
|
||||
"nextPhraseID":"alaun_return_nosoup_1"
|
||||
},
|
||||
{
|
||||
"text":"I ate it.",
|
||||
"nextPhraseID":"alaun_return_nosoup_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_nosoup_1",
|
||||
"message":"What are you waiting for? Go on, bring me some soup. Hurry, I'm hungry!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, I will return quickly.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_blindstart",
|
||||
"message":"Yes. I asked you to bring me some of that delicious mushroom soup from Gison.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you explain the way again?",
|
||||
"nextPhraseID":"alaun_startquest_go"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I'm on my way.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I was not able to bring you the soup.",
|
||||
"nextPhraseID":"alaun_return_fail",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"gison_soup",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_coldsoup",
|
||||
"message":"This soup is cold. Return to me with a hot soup!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sorry. I will try again.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"It still tastes...",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"alaun_return_fail",
|
||||
"message":"That can't be. Get out of here!\n\n[Alaun starts throwing things at you]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"But...",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Listen...",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"actorCondition",
|
||||
"rewardID":"fear",
|
||||
"value":15
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"alaun_soup_reward",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,303 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"bela",
|
||||
"message":"Welcome to Fallhaven Tavern. Have a seat anywhere.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what food and drinks you have available.",
|
||||
"nextPhraseID":"bela_select"
|
||||
},
|
||||
{
|
||||
"text":"Are there any rooms available?",
|
||||
"nextPhraseID":"bela_room_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_room_1",
|
||||
"message":"A room will cost you only 10 gold.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"[Buy for 10 gold]",
|
||||
"nextPhraseID":"bela_room_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I really need to rest but I don't have 10 gold. I will wash the dishes. [Wash the dishes]",
|
||||
"nextPhraseID":"bela_room_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gold",
|
||||
"value":10,
|
||||
"negate":true
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves03",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Umar sent me.",
|
||||
"nextPhraseID":"bela_room_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"misc_nondisplay ",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No thanks.",
|
||||
"nextPhraseID":"bela"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_room_2",
|
||||
"message":"OK. Take the last room down at the end of the hall.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. There was something else I wanted to talk about.",
|
||||
"nextPhraseID":"bela"
|
||||
},
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"fallhaventavern",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_room_3",
|
||||
"message":"I hope the room suits your needs. It's the last room down at the end of the hall.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. There was something else I wanted to talk about.",
|
||||
"nextPhraseID":"bela"
|
||||
},
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_room_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bela_room_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fallhaventavern",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bela_room_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ganos",
|
||||
"message":"You seem familiar somehow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"Do you know anything about the Thieves' Guild?",
|
||||
"nextPhraseID":"ganos_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"andor",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ganos_1",
|
||||
"message":"Thieves' Guild? How would I know? Do I look like a thief to you?! Hrmpf."
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"bela",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"bela_gsnake",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bela_gsnake_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"killedMonster",
|
||||
"requireID":"giant_snake",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bela_gsnake_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"remgard",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"bela"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_1",
|
||||
"message":"I'm glad you are still alive!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"As you know I can handle myself.",
|
||||
"nextPhraseID":"bela"
|
||||
},
|
||||
{
|
||||
"text":"Why? Has something happened?",
|
||||
"nextPhraseID":"bela_gsnake_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_2",
|
||||
"message":"Did you not hear of the most dangerous snake ever seen? It has been spotted on Fallhaven's southern border.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"A snake?",
|
||||
"nextPhraseID":"bela_gsnake_3"
|
||||
},
|
||||
{
|
||||
"text":"No, I didn't hear, and I also don't want to.\nPlease give me something to drink.",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_3",
|
||||
"message":"No normal snake. Huge as a house! Making noise like a hundred galloping horses!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"bela_gsnake_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_4",
|
||||
"message":"Few people dare to walk outside of the city nowadays.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds interesting.",
|
||||
"nextPhraseID":"bela_gsnake_10"
|
||||
},
|
||||
{
|
||||
"text":"Thanks for the warning. I'll avoid that area.",
|
||||
"nextPhraseID":"bela_gsnake_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_5",
|
||||
"message":"Good. Enough of such dark words - now go, have a seat anywhere.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let me see what food and drinks you have available.",
|
||||
"nextPhraseID":"S"
|
||||
},
|
||||
{
|
||||
"text":"Are there any rooms available?",
|
||||
"nextPhraseID":"bela_room_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_10",
|
||||
"message":"Oh no - what have I done? I shouldn't have talked of the giant snake. Promise me you won't go there!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Well, if it makes you happy.",
|
||||
"nextPhraseID":"bela_gsnake_5"
|
||||
},
|
||||
{
|
||||
"text":"Of course I'll go there.",
|
||||
"nextPhraseID":"bela_gsnake_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_11",
|
||||
"message":"What a waste of such a young, promising life! Well...don't forget to pay your tab before you leave my tavern.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"spawnAll",
|
||||
"rewardID":"giant_snake",
|
||||
"mapName":"gapfiller2"
|
||||
},
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bela_gsnake",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_20",
|
||||
"message":"You are back!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure. And your little snake monster is no more.",
|
||||
"nextPhraseID":"bela_gsnake_21"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"bela_gsnake_21",
|
||||
"message":"Incredible! Let's feast now! Everyone have a free drink!",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"bela_gsnake",
|
||||
"value":90
|
||||
},
|
||||
{
|
||||
"rewardType":"giveItem",
|
||||
"rewardID":"mead",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,182 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"unnmir",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"unnmir_r",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nocmar",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"unnmir_0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_r",
|
||||
"message":"Hello again. You should go talk to Nocmar.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_0",
|
||||
"message":"Hi there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"There was a drunk outside the tavern that told me a story about you two.",
|
||||
"nextPhraseID":"unnmir_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"fallhavendrunk",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_1",
|
||||
"message":"That old drunk over at the tavern told you his story did he?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_2",
|
||||
"message":"Same old story. We used to travel together a few years back.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_3",
|
||||
"message":"Real adventuring you know, swords and spells.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_4",
|
||||
"message":"Then, after a while, we stopped. I can't really say why, I guess we got tired of life on the road. We settled down here in Fallhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_5",
|
||||
"message":"Nice little town here. A lot of thieves around, but they don't bother me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_6",
|
||||
"message":"So what's your story, kid? How did you end up here in Fallhaven?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I'm looking for my brother.",
|
||||
"nextPhraseID":"unnmir_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_7",
|
||||
"message":"Yeah yeah, I get it. Your brother has probably run off to some dungeon, trying to go adventuring.\n[Rolls eyes]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_8",
|
||||
"message":"Or maybe he has gone to one of the bigger cities to the north.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_9",
|
||||
"message":"Can't say I blame him for wanting to see the world.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_10",
|
||||
"message":"Hey, by the way, are you looking to be an adventurer?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes",
|
||||
"nextPhraseID":"unnmir_11"
|
||||
},
|
||||
{
|
||||
"text":"No, not really.",
|
||||
"nextPhraseID":"unnmir_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_11",
|
||||
"message":"Nice. I'll give you a hint, kid. *snickering* Go see Nocmar over by the west side of town. Tell him I sent you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unnmir_13"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nocmar",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unnmir_12",
|
||||
"message":"Smart move. Adventuring leads to a lot of scars. If you know what I mean."
|
||||
},
|
||||
{
|
||||
"id":"unnmir_13",
|
||||
"message":"His house is just southwest of the tavern.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, I'll go see him.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,350 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"unzel_1",
|
||||
"message":"Hello. I'm Unzel.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Is this your camp?",
|
||||
"nextPhraseID":"unzel_2"
|
||||
},
|
||||
{
|
||||
"text":"I am sent by Vacor to kill you.",
|
||||
"nextPhraseID":"unzel_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_2",
|
||||
"message":"Yes, this is my camp. Lovely place, isn't it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_3",
|
||||
"message":"Vacor sent you huh? I guess I should have figured he would send someone sooner or later.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_4",
|
||||
"message":"Very well then. Kill me if you must, or allow me to tell you my side of the story.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Hah, I will enjoy killing you!",
|
||||
"nextPhraseID":"unzel_fight"
|
||||
},
|
||||
{
|
||||
"text":"I will listen to your story.",
|
||||
"nextPhraseID":"unzel_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_fight",
|
||||
"message":"Very well, let's fight then.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"A fight it is!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":53
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_5",
|
||||
"message":"Thank you for listening.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_10",
|
||||
"message":"Vacor and I used to travel together, but he started to get obsessed with his spell making.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_11",
|
||||
"message":"He even started to question the Shadow. I knew I had to do something to stop him!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_12",
|
||||
"message":"I started questioning him about what he was up to, but he just wanted to keep on going.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_13",
|
||||
"message":"After a while, he became obsessed with the thought of a rift spell. He said it would grant him unlimited powers against the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_14",
|
||||
"message":"So, there was only one thing I could do. I left him and needed to stop him from trying to create the rift spell.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_15",
|
||||
"message":"I sent some friends to take the spell from him.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_16_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_16_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"unzel_16_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"unzel_16_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_16_1",
|
||||
"message":"So, here we are.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I killed the four bandits you sent after Vacor.",
|
||||
"nextPhraseID":"unzel_17"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_16_2",
|
||||
"message":"So, here we are.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_17",
|
||||
"message":"What? You killed my four friends? Argh, I feel the rage coming.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_18"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_18",
|
||||
"message":"However, I also realize that all this is the making of Vacor. I'll give you a choice now. Choose wisely.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_19",
|
||||
"message":"Either you side with Vacor and his rift spell, or side with the Shadow, and help me get rid of him. Who will you help?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I will side with you. The Shadow must not be disturbed.",
|
||||
"nextPhraseID":"unzel_20"
|
||||
},
|
||||
{
|
||||
"text":"I will side with Vacor.",
|
||||
"nextPhraseID":"unzel_fight"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_20",
|
||||
"message":"Thank you my friend. We will keep the Shadow safe from Vacor.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"unzel_21"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":51
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_21",
|
||||
"message":"You should go talk to him about the Shadow."
|
||||
},
|
||||
{
|
||||
"id":"unzel_return_1",
|
||||
"message":"Welcome back. Did you talk to Vacor?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, I have dealt with him.",
|
||||
"nextPhraseID":"unzel_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"ring_vacor",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No, not yet.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_30",
|
||||
"message":"You killed him? You have my thanks friend. Now we are safe from Vacor's rift spell. Here, take these coins for your help.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow be with you.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Thank you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":61
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel_40",
|
||||
"message":"Thank you for your help. Now we are safe from Vacor's rift spell.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have a message for you from Kaverin in Remgard.",
|
||||
"nextPhraseID":"unzel_msg1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kaverin",
|
||||
"value":25
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"kaverin_message",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"unzel",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"unzel_msg_r0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kaverin",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"unzel_40",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":61
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"unzel_return_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":51
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"unzel_1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,636 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"vacor",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"vacor_return_complete0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_return2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_42",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_select1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_select1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"vacor_return1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_begin"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_begin",
|
||||
"message":"Hello.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_2",
|
||||
"message":"What are you, some kind of adventurer? Hmm. Maybe you can be of use to me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_3",
|
||||
"message":"Are you willing to help me?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, what do you need help with?",
|
||||
"nextPhraseID":"vacor_4"
|
||||
},
|
||||
{
|
||||
"text":"No, why should I help you?",
|
||||
"nextPhraseID":"vacor_bah"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_bah",
|
||||
"message":"Bah, lowly creature. I knew I shouldn't have asked you. Now leave me."
|
||||
},
|
||||
{
|
||||
"id":"vacor_4",
|
||||
"message":"A while ago, I was working on a rift spell that I had read about.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_5",
|
||||
"message":"The spell is supposed to, shall we say, open up new possibilities.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_6",
|
||||
"message":"Erm, yes, the rift spell will open things up alright. Ahem.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_7",
|
||||
"message":"So there I was working hard on getting the last pieces together for it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_8",
|
||||
"message":"Then, all of a sudden, a gang of thugs came around and started bullying me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_9",
|
||||
"message":"They said they were Messengers of the Shadow, and insisted that I should cease my spell making.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_10",
|
||||
"message":"Preposterous, isn't it? I was so close to having the power!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_11",
|
||||
"message":"Oh, the power I could have had. My dear rift spell.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_12"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_12",
|
||||
"message":"Anyway, I was just about to finish the last piece of my rift spell when the bandits came and robbed me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_13",
|
||||
"message":"The bandits took my notes for the spell and took off before I could call the guards.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_14",
|
||||
"message":"After years of work, I can't seem to remember the last parts of the spell.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_15",
|
||||
"message":"Do you think you could help me locate it? Then I could have the power at last!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_16",
|
||||
"message":"You will of course be suitably rewarded for your part in me getting this power.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"A reward? I'm in!",
|
||||
"nextPhraseID":"vacor_17"
|
||||
},
|
||||
{
|
||||
"text":"Very well. I will help you.",
|
||||
"nextPhraseID":"vacor_17"
|
||||
},
|
||||
{
|
||||
"text":"No thanks, this seems like something that I would rather not get involved with.",
|
||||
"nextPhraseID":"vacor_bah"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_17",
|
||||
"message":"I knew I couldn't trust... Wait, what? You actually said yes? Hah, well then.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_18"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_18",
|
||||
"message":"OK, find the four pieces of my rift spell that the bandits took, and bring the pieces to me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_19"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_19",
|
||||
"message":"There were four bandits, and they all headed south of Fallhaven after I was attacked.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_20",
|
||||
"message":"You should search the southern parts of Fallhaven for the four bandits.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_21"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_21",
|
||||
"message":"Please hurry! I am so eager to open up the rift ... erm, I mean finish the spell. Nothing odd with that right?"
|
||||
},
|
||||
{
|
||||
"id":"vacor_return1",
|
||||
"message":"Hello again. How is the search for my missing pieces of the rift spell going?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have found all the pieces.",
|
||||
"nextPhraseID":"vacor_40",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"vacor_spell",
|
||||
"value":4
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"vacor_18"
|
||||
},
|
||||
{
|
||||
"text":"Could you tell me the whole story again?",
|
||||
"nextPhraseID":"vacor_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_40",
|
||||
"message":"Oh, you found all four pieces? Hurry, give them to me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_41"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_41",
|
||||
"message":"Yes, these are the pieces that the bandits took.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_42"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_42",
|
||||
"message":"Now I should be able to finish the rift spell and open up the Shadow rift ... erm I mean open up new possibilities. Yes, that's what I meant.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_43"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_43",
|
||||
"message":"The only obstacle between me and continuing my rift spell research is that stupid Unzel fellow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_44"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_44",
|
||||
"message":"Unzel was my apprentice a while ago. But he started to annoy me with his questions and talk about morality.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_45"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_45",
|
||||
"message":"He said that my spell making was disrupting the will of the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_46"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_46",
|
||||
"message":"Bah, the Shadow. What has it ever done for ME?!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_47"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_47",
|
||||
"message":"I shall one day cast my rift spell and we will be rid of the Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_48"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_48",
|
||||
"message":"Anyway. I have a feeling that Unzel sent those bandits after me, and if I don't stop him he will probably send more.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_49"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_49",
|
||||
"message":"I need you to find Unzel and kill him for me. He can probably be found somewhere southwest of Fallhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_50"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_50",
|
||||
"message":"Bring me his signet ring as proof when you have killed him.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_51"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_51",
|
||||
"message":"Now hurry, I cannot wait much longer. The power shall be MINE!"
|
||||
},
|
||||
{
|
||||
"id":"vacor_return2",
|
||||
"message":"Hello again. Any progress yet?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"About Unzel...",
|
||||
"nextPhraseID":"vacor_return2_2"
|
||||
},
|
||||
{
|
||||
"text":"Could you tell me the story again?",
|
||||
"nextPhraseID":"vacor_43"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_return2_2",
|
||||
"message":"Have you killed Unzel for me yet? Bring me his signet ring when you have killed him.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have dealt with him. Here is his ring.",
|
||||
"nextPhraseID":"vacor_60",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"ring_unzel",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I listened to Unzel's story and have decided to side with him. The Shadow must be preserved.",
|
||||
"nextPhraseID":"vacor_70",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"vacor",
|
||||
"value":51
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_60",
|
||||
"message":"Ha ha, Unzel is dead! That pathetic creature is gone!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_61"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_61",
|
||||
"message":"I can see the blood on your boots. I even got you to kill his minions beforehand.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_62"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_62",
|
||||
"message":"This is a great day indeed. I will soon have the power!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_63"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_63",
|
||||
"message":"Here, have these coins for your help.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_64"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_64",
|
||||
"message":"Now leave me, I have work to do before I can cast the rift spell."
|
||||
},
|
||||
{
|
||||
"id":"vacor_return_complete0",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"vacor_msg_16",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kaverin",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_msg_9",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kaverin",
|
||||
"value":75
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_msg1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"kaverin",
|
||||
"value":60
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"kaverin_message",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"vacor_return_complete"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_return_complete",
|
||||
"message":"Hello again, my assassin friend. I will soon have my rift spell ready."
|
||||
},
|
||||
{
|
||||
"id":"vacor_70",
|
||||
"message":"What? He told you his story? You actually believed it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"vacor_71"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_71",
|
||||
"message":"I will give you one more chance. Either kill Unzel for me, and I will reward you handsomely, or you will have to fight me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No. You must be stopped.",
|
||||
"nextPhraseID":"vacor_72"
|
||||
},
|
||||
{
|
||||
"text":"OK, I'll think about it once more.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"vacor_72",
|
||||
"message":"Bah, lowly creature. I knew I shouldn't have trusted you. Now you will die along with your precious Shadow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"For the Shadow!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"You must be stopped.",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"vacor",
|
||||
"value":54
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,514 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fallhaven_warden",
|
||||
"message":"State your business.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who is that prisoner?",
|
||||
"nextPhraseID":"warden_prisoner_1"
|
||||
},
|
||||
{
|
||||
"text":"I heard that you are fond of mead.",
|
||||
"nextPhraseID":"fallhaven_warden_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"The thieves are planning an escape for their friend.",
|
||||
"nextPhraseID":"fallhaven_warden_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I recently talked to the watchman who blocks the old pathway to the Duleian Road. Why don't you just pay the woodcutter?",
|
||||
"nextPhraseID":"fallhaven_warden_pathway_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"warden_prisoner_1",
|
||||
"message":"That thief? He was caught in the act. Trespassing he was. Trying to get down into the catacombs of Fallhaven church.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"warden_prisoner_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"warden_prisoner_2",
|
||||
"message":"Luckily, we caught him before he could get down there. Now he'll serve as an example to all other thieves.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"warden_prisoner_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"warden_prisoner_3",
|
||||
"message":"Damn thieves. There must be a nest of them around here somewhere. If only I could find where they hide."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_1",
|
||||
"message":"Mead? Oh ... no, I don't do that anymore. Who told you that?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_2",
|
||||
"message":"I've stopped doing that years ago.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds like a good approach. Good luck with keeping away from it.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Not just even a little bit?",
|
||||
"nextPhraseID":"fallhaven_warden_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_3",
|
||||
"message":"Um. *clears throat* I really shouldn't.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I brought some with me if you would like to have a sip.",
|
||||
"nextPhraseID":"fallhaven_warden_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":25
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"sleepingmead",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"OK, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_4",
|
||||
"message":"Oh sweet drinks of joy. I really shouldn't have this while on duty though.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_5"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":32
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_5",
|
||||
"message":"I could get fined for drinking on duty. I don't think I would dare try it right now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_6",
|
||||
"message":"Thank you for the drink though, I will enjoy it when I get home later tomorrow.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"You are welcome. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"What if someone would pay you the amount of the fine?",
|
||||
"nextPhraseID":"fallhaven_warden_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_7",
|
||||
"message":"Oh, that sounds a bit shady. I doubt anyone could afford the 450 gold around here. Anyway, I would need a bit more than that just to risk it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have 500 gold right here that you could have.",
|
||||
"nextPhraseID":"fallhaven_warden_9",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":500
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"You know you want the mead right?",
|
||||
"nextPhraseID":"fallhaven_warden_8"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I agree. This is starting to sound too shady. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_8",
|
||||
"message":"Oh sure. Now that you mention it. It sure would be good.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So what if I pay you, say, 400 gold. Would that cover enough of your anxiety to enjoy the drink now?",
|
||||
"nextPhraseID":"fallhaven_warden_9",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":400
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"This is starting to sound too shady for me. I'll leave you to your duty, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I'll go get that gold for you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_9",
|
||||
"message":"Wow, that much gold? I'm sure I could even get away with this without being fined. Then I could have the gold AND a nice drink of mead at the same time.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_10"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_10",
|
||||
"message":"Thank you kid, you really are nice. Now leave me to enjoy my drink."
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_select_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fallhaven_warden_11",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_warden_35",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_warden_select_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_select_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fallhaven_warden_30",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_warden_12",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":32
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fallhaven_warden"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_11",
|
||||
"message":"Hello again, kid. Thanks for the drink earlier. I had it all in one go. It sure tasted a bit different than before, but I guess that is just because I'm not used to it anymore.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"That's great! Cheers!",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I recently talked to the watchman who blocks the old pathway to the Duleian Road. Why don't you just pay the woodcutter?",
|
||||
"nextPhraseID":"fallhaven_warden_pathway_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_12",
|
||||
"message":"Hello again, kid. Thanks for the drink earlier. I still haven't had it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_20",
|
||||
"message":"Really, they would dare go up against the guard in Fallhaven? Do you have any details on their plan?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I heard they are planning his escape tonight.",
|
||||
"nextPhraseID":"fallhaven_warden_21"
|
||||
},
|
||||
{
|
||||
"text":"No, I was just kidding with you. Never mind.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"On second thought, I better not upset the Thieves' Guild. Never mind I said anything.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_21",
|
||||
"message":"Tonight? Thank you for this information. We will make sure to increase the security tonight then, but in such a way that they won't notice.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_22"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_22",
|
||||
"message":"When they do decide to break him free, we will be prepared. Maybe we can arrest more of those filthy thieves.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_23"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_23",
|
||||
"message":"Thank you again for the information. I'm not sure how you may know this, but I really appreciate you telling me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_24"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_24",
|
||||
"message":"I want you to go one step further and tell them that we will have less security for tonight. But instead we will increase the security. That way we can really be ready for them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, I can do that.",
|
||||
"nextPhraseID":"fallhaven_warden_25"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_25",
|
||||
"message":"Good. Report back to me when you have told them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Will do.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_30",
|
||||
"message":"Hello again, my friend. Did you tell those thieves that we will lower our security tonight?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes, they won't expect a thing.",
|
||||
"nextPhraseID":"fallhaven_warden_31",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"No, not yet. I'm working on it.",
|
||||
"nextPhraseID":"fallhaven_warden_25"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_31",
|
||||
"message":"Great. Thank you for your help. Here, take these coins as a token of our appreciation.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_36"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":90
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_35",
|
||||
"message":"Hello again, my friend. Thank you for your help in dealing with the thieves earlier.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fallhaven_warden_36"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_36",
|
||||
"message":"I will make sure to tell other guards how you helped us here in Fallhaven.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I recently talked to the watchman who blocks the old pathway to the Duleian Road. Why don't you just pay the woodcutter?",
|
||||
"nextPhraseID":"fallhaven_warden_pathway_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questLatestProgress",
|
||||
"requireID":"pathway_fallhaven",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_pathway_1",
|
||||
"message":"Hah! Jakrar? I should pay Jakrar before he has done his work? No way! Either he does his woodcutting job before I pay him or the passage stays blocked! That's how I always do it. It's the only way to get the job done well.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Would anything change your mind?",
|
||||
"nextPhraseID":"fallhaven_warden_pathway_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_pathway_2",
|
||||
"message":"No way! Get lost or I'll throw you in jail! Talk to that filthy woodcutter if you want to reopen the path, but nothing will change my mind!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"So where can I find him?",
|
||||
"nextPhraseID":"fallhaven_warden_pathway_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fallhaven_warden_pathway_3",
|
||||
"message":"He lives in his hut, immediately south of my prison. Don't you bother me again!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Easy. Easy. I'm already leaving.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I wanted to leave your shabby prison anyway.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"pathway_fallhaven",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,490 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"farrik_1",
|
||||
"message":"Hello. I heard that you helped us find the key of Luthor. Good work, it will really come in handy.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"farrik_2"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about the Thieves' Guild?",
|
||||
"nextPhraseID":"farrik_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_2",
|
||||
"message":"I'm Farrik, Umar's brother.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"farrik_3"
|
||||
},
|
||||
{
|
||||
"text":"What can you tell me about the Thieves' Guild?",
|
||||
"nextPhraseID":"farrik_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_3",
|
||||
"message":"I mostly manage our trading with other guilds and keep an eye on what the thieves need to be as effective as they can be.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What can you tell me about the Thieves' Guild?",
|
||||
"nextPhraseID":"farrik_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_4",
|
||||
"message":"We try to keep to ourselves as much as possible, and help our fellow thieves as much as possible.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Any recent events happening?",
|
||||
"nextPhraseID":"farrik_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_5",
|
||||
"message":"Well, there was one thing a few weeks ago. One of our guild members got arrested for trespassing.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_6",
|
||||
"message":"The Fallhaven guard has started to get really annoyed with us lately. Probably because we have been very successful in our recent missions.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_7",
|
||||
"message":"The guards have increased their security lately, leading to them arresting one of our members.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_8",
|
||||
"message":"He is currently held in the jail here in Fallhaven, pending transfer to Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What did he do?",
|
||||
"nextPhraseID":"farrik_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_9",
|
||||
"message":"Oh, nothing serious. He was trying to get into the catacombs of Fallhaven church.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_10",
|
||||
"message":"But now that you have helped us with that mission, I guess we don't need to go there anymore.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_11",
|
||||
"message":"I guess I can trust you with this secret. We are planning a mission tonight to help him out of jail.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Those guards really seem annoying.",
|
||||
"nextPhraseID":"farrik_13"
|
||||
},
|
||||
{
|
||||
"text":"After all, if he wasn't allowed down there, then the guards are right to arrest him.",
|
||||
"nextPhraseID":"farrik_12"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_12",
|
||||
"message":"Yeah, I guess so. But for the guild's sake, we would rather have our friend freed than imprisoned.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Don't worry, your secret plan to free him is safe with me.",
|
||||
"nextPhraseID":"farrik_14"
|
||||
},
|
||||
{
|
||||
"text":"[Lie] Don't worry, your secret plan to free him is safe with me.",
|
||||
"nextPhraseID":"farrik_14"
|
||||
},
|
||||
{
|
||||
"text":"Maybe I should tell the guards that you are planning to get him out?",
|
||||
"nextPhraseID":"farrik_15",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":20,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_13",
|
||||
"message":"Oh yes, they are. The people also dislike them in general, it's not just us in the Thieves' Guild.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Is there anything I can do to help you with those annoying guards?",
|
||||
"nextPhraseID":"farrik_16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_14",
|
||||
"message":"Thank you. Now please leave me."
|
||||
},
|
||||
{
|
||||
"id":"farrik_15",
|
||||
"message":"Whatever, they wouldn't believe you anyway.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_16",
|
||||
"message":"Are you sure you want to annoy the guards? If they catch word of you being involved, you could get into a lot of trouble.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No problem, I can handle myself!",
|
||||
"nextPhraseID":"farrik_18"
|
||||
},
|
||||
{
|
||||
"text":"There might be a reward for this later on. I'm in.",
|
||||
"nextPhraseID":"farrik_18"
|
||||
},
|
||||
{
|
||||
"text":"On second thought, maybe I should keep out of this.",
|
||||
"nextPhraseID":"farrik_17"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_17",
|
||||
"message":"Sure, it's up to you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Good luck on your mission.",
|
||||
"nextPhraseID":"farrik_14"
|
||||
},
|
||||
{
|
||||
"text":"Maybe I should tell the guards that you are planning to get him out?",
|
||||
"nextPhraseID":"farrik_15",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":20,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_18",
|
||||
"message":"Good.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_19"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_19",
|
||||
"message":"OK, here is the plan. The guard captain has a bit of a drinking problem.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_20",
|
||||
"message":"If we were able to supply him with some mead that we have prepared, we might just be able to sneak our friend out during the night, when the captain is sleeping off the drunkenness.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_20a"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_20a",
|
||||
"message":"Our cook can prepare a special brew of mead for you that will knock him out.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_21"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_21",
|
||||
"message":"He would probably need to be persuaded to drink on duty too. If that should fail, he could probably be bribed instead.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_22"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_22",
|
||||
"message":"How does that sound to you? Do you think you are up to it?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No, this is really starting to sound like a bad idea.",
|
||||
"nextPhraseID":"farrik_17"
|
||||
},
|
||||
{
|
||||
"text":"Sure, sounds easy!",
|
||||
"nextPhraseID":"farrik_23",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":30,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Sounds a bit dangerous, but I guess I'll try.",
|
||||
"nextPhraseID":"farrik_23",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":30,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_23",
|
||||
"message":"Good. Report back to me when you have gotten the guard captain to drink that special mead.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Will do.",
|
||||
"nextPhraseID":"farrik_14"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_return_1",
|
||||
"message":"Hello again my friend. How goes your mission to get the guard captain drunk?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I am not done yet, but I am working on it.",
|
||||
"nextPhraseID":"farrik_23"
|
||||
},
|
||||
{
|
||||
"text":"It is done. He should be no problem during the night.",
|
||||
"nextPhraseID":"farrik_24",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_select_1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"farrik_return_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"farrik_return_2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"farrik_select_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_select_2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"farrik_return_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":20
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":30,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"farrik_return_3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":30
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":20,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"farrik_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_24",
|
||||
"message":"That is good news! Now we should be able to get our friend out from jail tonight.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"farrik_25"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":70
|
||||
},
|
||||
{
|
||||
"rewardType":"removeSpawnArea",
|
||||
"rewardID":"fallhaven_prisoner",
|
||||
"mapName":"fallhaven_prison"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_25",
|
||||
"message":"Thank you for your help my friend. Take these coins as a token of our appreciation.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Finally, some gold.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"gold200"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_return_2",
|
||||
"message":"Thank you for your help with the guard captain earlier."
|
||||
},
|
||||
{
|
||||
"id":"farrik_26",
|
||||
"message":"That's very useful information. Well done. You have my thanks, friend.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"farrik",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"farrik_return_3",
|
||||
"message":"So did you tell the Warden about our plan then?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No, I haven't talked to him.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"[Lie]. No. I went there, but I overheard the Warden saying there was no real threat, so they will lower security. So maybe you can carry out your mission without me being involved.",
|
||||
"nextPhraseID":"farrik_26",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"farrik",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,893 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"fayvara1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":91
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":92
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":93
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":94
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_1",
|
||||
"message":"There you are! I had hoped to see you again after you helped me up in the Charwood heights!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2",
|
||||
"message":"Thank you so much for helping to get me free! The stench of those monsters up there was awful.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_3",
|
||||
"message":"I don't have much to give you in return, apart from my knowledge of how to use different kinds of armors. It's not much, but it's the least I can do.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What can you teach me?",
|
||||
"nextPhraseID":"fayvara1_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_4",
|
||||
"message":"I can teach you how to better handle most types of armors, so that you can get even more proficient while wearing them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What armor types can you teach me?",
|
||||
"nextPhraseID":"fayvara1_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_5",
|
||||
"message":"I can teach you about using shields and parrying weapons to your advantage, or how to best use light or heavy armors. I can also teach you how to better handle blows when not wearing any armor at all - fighting unarmored, that is.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_6",
|
||||
"message":"We only have time for one type of armor right now though, so think carefully on which one will suit you best.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Tell me more about shields and parrying weapons.",
|
||||
"nextPhraseID":"fayvara1_7_s"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about light armor.",
|
||||
"nextPhraseID":"fayvara1_7_l"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about heavy armor.",
|
||||
"nextPhraseID":"fayvara1_7_h"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about fighting without armor.",
|
||||
"nextPhraseID":"fayvara1_7_u"
|
||||
},
|
||||
{
|
||||
"text":"I'll be right back.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":90
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_s",
|
||||
"message":"Shields can be used in combination with your regular weapon, to block attacks from your opponent. Parrying weapons are mainly defensive, and can be use to block or divert your opponents strike. They will not block as well as a good shield, but if you know how to use them they can be very effective, and you may be able to do some damage with them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_7_s1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_s1",
|
||||
"message":"I can teach you to better withstand attacks using a shield, or to divert blows using a parrying weapon, so that you don't take as much damage while using them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about shields and parrying weapons.",
|
||||
"nextPhraseID":"fayvara1_7_s2"
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_s2",
|
||||
"message":"[Fayvara teaches you the shield skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":91
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyShield",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_l",
|
||||
"message":"Light armor comes in many varieties. From the simple leather armor to the light-weight steel ones. Compared to the heavy armors, you can generally be more flexible when using them, sometimes even increasing your movement speed.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_7_l1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_l1",
|
||||
"message":"I can teach you how to better block blows while wearing light armor, so that you don't get hit as often.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about light armors.",
|
||||
"nextPhraseID":"fayvara1_7_l2"
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_l2",
|
||||
"message":"[Fayvara teaches you the light armor skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":92
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyLight",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_h",
|
||||
"message":"Heavy armor, for when you really need protection. They generally provide the best protection around, making you withstand most attacks from your opponent without even getting a scratch.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_7_h1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_h1",
|
||||
"message":"The downside is of course that they weigh a lot, which can slow you down. I can teach you how you can use that to your advantage, so that you can withstand attacks better and not be as slowed down as you would otherwise.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about heavy armors.",
|
||||
"nextPhraseID":"fayvara1_7_h2"
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_h2",
|
||||
"message":"[Fayvara teaches you the heavy armor skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":93
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyHeavy",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_u",
|
||||
"message":"Ah yes, the pure of mind do not need physical protection. As you know, wearing armor may slow you down - and by learning how to fight without wearing any, you can become even faster.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_7_u1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_u1",
|
||||
"message":"I can teach you the way of fighting without armor and how you can use that to your advantage so you don't get hit as often.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about unarmored combat.",
|
||||
"nextPhraseID":"fayvara1_7_u2"
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_7_u2",
|
||||
"message":"[Fayvara teaches you the unarmored combat skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_8"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":94
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyUnarmored",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_8",
|
||||
"message":"Well done. I hope that will be useful for you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_s"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_9",
|
||||
"message":"I can of course teach you the other types of armors as well, if you want. Seeing as how I already taught you once for free, I will require payment for teaching you further.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What sort of payment?",
|
||||
"nextPhraseID":"fayvara1_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_0",
|
||||
"message":"Hello again, my friend. I hope that the things I have taught you have proven to be useful.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_s"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":70
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s1",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":71
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s2",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":72
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":73
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s4",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":74
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s5",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_s0",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":75
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_s0",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_9"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":110
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_10",
|
||||
"message":"We very rarely teach anyone outside our settlement, Falothen and I. I heard that Falothen taught someone a while ago and I heard that he was given five Oegyth crystals and 5000 gold in return.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_11",
|
||||
"message":"So I'm thinking something similar would suffice. Since as you're my friend, I won't charge as much as Falothen did but our settlement really needs the coin. Two of those crystals and 6000 gold should be well enough.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I don't have that on me right now. I'll be back.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I'm not interested right now.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I think I should hold on to those crystals some more.",
|
||||
"nextPhraseID":"fayvara1_12",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"oegyth",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I might be interested.",
|
||||
"nextPhraseID":"fayvara1_13",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"oegyth",
|
||||
"value":2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_12",
|
||||
"message":"Yes, those things sure are valuable."
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_13",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_14",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryKeep",
|
||||
"requireID":"gold",
|
||||
"value":6000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_13q"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_13q",
|
||||
"message":"It seems you do not have enough gold. 6000 gold it is."
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_14",
|
||||
"message":"Which type of armor are you interested in?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Tell me more about shields.",
|
||||
"nextPhraseID":"fayvara1_2nd_s"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about light armor.",
|
||||
"nextPhraseID":"fayvara1_2nd_l"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about heavy armor.",
|
||||
"nextPhraseID":"fayvara1_2nd_h"
|
||||
},
|
||||
{
|
||||
"text":"Tell me more about fighting without armor.",
|
||||
"nextPhraseID":"fayvara1_2nd_u"
|
||||
},
|
||||
{
|
||||
"text":"I'll be right back.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_no",
|
||||
"message":"I've already taught you that skill.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_s",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":91
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_s0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_s0",
|
||||
"message":"Shields can be used in combination with your regular weapon, to block attacks from your opponent.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_2nd_s1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_s1",
|
||||
"message":"I can teach you to better withstand attacks using a shield, so that you don't take as much damage while using them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about shields. Here are two Oegyth crystals and 6000 gold as payment.",
|
||||
"nextPhraseID":"fayvara1_2nd_s3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"oegyth",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":6000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_s3",
|
||||
"message":"[Fayvara teaches you the shield skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_15"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":91
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyShield",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_l",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":92
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_l0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_l0",
|
||||
"message":"Light armor comes in many varieties. From the simple leather armor to the light-weight steel ones. Compared to the heavy armors, you can generally be more flexible when using them, sometimes even increasing your movement speed.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_2nd_l1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_l1",
|
||||
"message":"I can teach you how to better block blows while wearing light armor, so that you don't get hit as often.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about light armors. Here are two Oegyth crystals and 6000 gold as payment.",
|
||||
"nextPhraseID":"fayvara1_2nd_l3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"oegyth",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":6000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_l3",
|
||||
"message":"[Fayvara teaches you the light armor skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_15"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":92
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyLight",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_h",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":93
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_h0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_h0",
|
||||
"message":"Heavy armor, for when you really need protection. They generally provide the best protection around, making you withstand most attacks from your opponent without even getting a scratch.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_2nd_h1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_h1",
|
||||
"message":"The downside is of course that they weigh a lot, which can slow you down. I can teach you how you can use that to your advantage, so that you can withstand attacks better and not be as slowed down as you would otherwise.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about heavy armors. Here are two Oegyth crystals and 6000 gold as payment.",
|
||||
"nextPhraseID":"fayvara1_2nd_h3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"oegyth",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":6000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_h3",
|
||||
"message":"[Fayvara teaches you the heavy armor skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_15"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":93
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyHeavy",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_u",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_no",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"charwood1",
|
||||
"value":94
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"fayvara1_2nd_u0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_u0",
|
||||
"message":"Ah yes, the pure of mind do not need physical protection. As you know, wearing armor may slow you down - and by learning how to fight without wearing any, you can become even faster.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_2nd_u1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_u1",
|
||||
"message":"I can teach you the way of fighting without armor and how you can use that to your advantage so you don't get hit as often.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good. Teach me about unarmored combat. Here are two Oegyth crystals and 6000 gold as payment.",
|
||||
"nextPhraseID":"fayvara1_2nd_u3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"oegyth",
|
||||
"value":2
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":6000
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Let's go back to the other types of armors.",
|
||||
"nextPhraseID":"fayvara1_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_2nd_u3",
|
||||
"message":"[Fayvara teaches you the unarmored combat skill]",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"fayvara1_15"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"charwood1",
|
||||
"value":94
|
||||
},
|
||||
{
|
||||
"rewardType":"skillIncrease",
|
||||
"rewardID":"armorProficiencyUnarmored",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"fayvara1_15",
|
||||
"message":"Well done! You learn quickly."
|
||||
}
|
||||
]
|
||||
@@ -1,34 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"feygard_bridgeguard",
|
||||
"message":"Sorry, the road to Feygard is closed until further notice."
|
||||
},
|
||||
{
|
||||
"id":"sign_crossroadshouse",
|
||||
"message":"Crossroads guardhouse, housing for allies of Feygard."
|
||||
},
|
||||
{
|
||||
"id":"sign_crossroads_s",
|
||||
"message":"Southeast: Nor City\nNorthwest: Feygard\nEast: Loneford\nSouth: Fallhaven"
|
||||
},
|
||||
{
|
||||
"id":"sign_crossroads_n",
|
||||
"message":"Northwest: Feygard\nEast: Loneford."
|
||||
},
|
||||
{
|
||||
"id":"sign_fields1",
|
||||
"message":"Northwest: Feygard\nEast: Loneford."
|
||||
},
|
||||
{
|
||||
"id":"sign_fields6",
|
||||
"message":"Northwest: Feygard\nSouth: Nor City."
|
||||
},
|
||||
{
|
||||
"id":"crossroads_sleep",
|
||||
"message":"The guard shouts at you: Hey! You cannot sleep here!"
|
||||
},
|
||||
{
|
||||
"id":"sign_loneford2",
|
||||
"message":"Welcome to peaceful Loneford.\n[The sign also contains a drawing of a bale of hay with what looks like a farmer sitting on top]"
|
||||
}
|
||||
]
|
||||
@@ -1,616 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"zombie1",
|
||||
"message":"Fresh flesh!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"By the Shadow, I will slay you.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Yuck, what are you? And what is that smell?",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"prisoner1",
|
||||
"message":"Nooo, I will not be imprisoned again!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"But I am not...",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"prisoner2",
|
||||
"message":"Aaaa! Who's there? I will not be enslaved again!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Calm down, I was just...",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_guard0",
|
||||
"message":"Ah, another mortal. Prepare to become part of my undead army!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow take you.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Prepare to die once more.",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":31
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_guard1",
|
||||
"message":"Die mortal!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow take you.",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"Prepare to meet my blade.",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_guard2",
|
||||
"message":"What, a mortal in here that is not marked by my touch?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_guard2_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_guard2_2",
|
||||
"message":"You seem delicious and soft, will you be part of the feast?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_guard2_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_guard2_3",
|
||||
"message":"Yes, I think you will. My undead army will spread far outside of Flagstone once I am done with you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"By the Shadow, you must be stopped!",
|
||||
"nextPhraseID":"F"
|
||||
},
|
||||
{
|
||||
"text":"No! This land must be protected from the undead!",
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"flagstone_sentry_return4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"flagstone_sentry_return3",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"flagstone_sentry_select0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_select0",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"flagstone_sentry_return2",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"flagstone_sentry_return1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"flagstone_sentry_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_1",
|
||||
"message":"Halt! Who's there? No one is allowed to approach Flagstone.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_2",
|
||||
"message":"You should turn back while you still can.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_3",
|
||||
"message":"Flagstone has been overrun by undead, and we are standing guard here to make sure no undead escape.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you tell me the story about Flagstone?",
|
||||
"nextPhraseID":"flagstone_sentry_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_4",
|
||||
"message":"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.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_5",
|
||||
"message":"",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_6",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_7",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_8",
|
||||
"message":"For years, no one took notice of Flagstone, although there were occasional reports from travelers of terrible screams coming from the camp.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_9",
|
||||
"message":"But recently, undead started pouring out of Flagstone and started to threaten Stoutford and the trade routes nearby.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_10",
|
||||
"message":"So, here we are. I have to guard the road from undead, so that they do not spread farther than Flagstone.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_11",
|
||||
"message":"So, I would advise you to leave unless you want to be overrun by undead.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can I investigate the Flagstone ruins?",
|
||||
"nextPhraseID":"flagstone_sentry_12"
|
||||
},
|
||||
{
|
||||
"text":"Yes, I should leave.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_12",
|
||||
"message":"Are you really sure you want to head in there? Well, OK, fine by me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_13",
|
||||
"message":"I won't stop you, and I won't mourn you if you never return.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_14",
|
||||
"message":"Go ahead. Let me know if there's anything I can tell you that would help.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_15",
|
||||
"message":"Return here if you need my advice.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. I will return to you if there is anything I need help with.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_return1",
|
||||
"message":"Hello again. Did you enter Flagstone? I am surprised you actually returned.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you tell me the story again?",
|
||||
"nextPhraseID":"flagstone_sentry_4"
|
||||
},
|
||||
{
|
||||
"text":"There is a guardian in the lower levels of Flagstone that cannot be approached and the former prisoners are undead now.",
|
||||
"nextPhraseID":"flagstone_sentry_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_20",
|
||||
"message":"A guardian and undead prisoners you say? This is troubling news, since it means there is some larger force behind all this.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_21"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_21",
|
||||
"message":"You should look for the former warden. Maybe he has something to do with all of this. If you find him you should return here with any important news.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, I will go and look for the former warden.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":30
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_22",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_23"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_23",
|
||||
"message":"Oh this looks most interesting. Let's take a look. Hmm. It has got some weird inscriptions on it that say 'Daylight Shadow'. Maybe you could try these words on the demon? So perhaps the warden did have something to do with the demon after all?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"That might work. Thank you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_return2",
|
||||
"message":"Hello again. Have you found the former warden in Flagstone yet?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I slew the former warden and found a peculiar necklace among his remains.",
|
||||
"nextPhraseID":"flagstone_sentry_23",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"necklace_flagstone",
|
||||
"value":1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Can you tell me the story again?",
|
||||
"nextPhraseID":"flagstone_sentry_3"
|
||||
},
|
||||
{
|
||||
"text":"Not yet. I have to keep looking.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_40",
|
||||
"message":"You found the necklace? Good. Here, give it to me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_41"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":40
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_41",
|
||||
"message":"Now, let's see here. Ah yes, it is as I thought. The necklace contains a password.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"flagstone_sentry_42"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_42",
|
||||
"message":"'Daylight Shadow'. That must be it. You should try to approach the guardian with this password.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks, bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_return3",
|
||||
"message":"Hello again. How is the investigation of the undead in Flagstone going?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No progress yet.",
|
||||
"nextPhraseID":"flagstone_sentry_43"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_43",
|
||||
"message":"Well, keep looking. Return to me if you need my advice."
|
||||
},
|
||||
{
|
||||
"id":"flagstone_sentry_return4",
|
||||
"message":"Hello again. It seems something happened inside Flagstone that made the undead weaker. I'm sure we have you to thank for it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"In the depths of Flagstone, I had to fight a winged demon and found a prisoner called Narael. He told me that he has been there for a very long time, and is too weak to leave.",
|
||||
"nextPhraseID":"flagstone_sentry_45"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael",
|
||||
"message":"Thank you, thank you for freeing me from that monster.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_select"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"narael_9",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"flagstone",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"narael_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_1",
|
||||
"message":"I have been a captive here for what seems to be an eternity.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_2",
|
||||
"message":"Oh, the things they did to me. Thank you so much for freeing me.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_3",
|
||||
"message":"I was once a citizen in Nor City, and worked on the excavation of Mount Galmore.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_4",
|
||||
"message":"After a while, the day came when I wanted to quit the assignment and return to my wife.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_5",
|
||||
"message":"The officer in charge would not let me, and I was sent to Flagstone as a prisoner for disobeying orders.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_6",
|
||||
"message":"If only I could see my wife once more. I have hardly any life left in me, and I don't even have enough strength to leave this place.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_7",
|
||||
"message":"I guess my fate is to perish here, but now as a free man at least.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_8",
|
||||
"message":"Now leave me to my fate. I do not have the strength to leave this place.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"narael_9"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"flagstone",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"narael_9",
|
||||
"message":"If you find my wife Taurum in Nor City, please tell her I'm alive and that I haven't forgotten about her.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I will. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"I will. Shadow be with you.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,259 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"ff_cook_1",
|
||||
"message":"Hello. Do you want something from the kitchen?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, let me see what food you have to sell.",
|
||||
"nextPhraseID":"ff_cook_3"
|
||||
},
|
||||
{
|
||||
"text":"That smells horrible. What are you cooking?",
|
||||
"nextPhraseID":"ff_cook_2"
|
||||
},
|
||||
{
|
||||
"text":"That smells wonderful. What are you cooking?",
|
||||
"nextPhraseID":"ff_cook_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_cook_2",
|
||||
"message":"Oh this? This is supposed to be a stew of anklebiter. Needs more seasoning I guess.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I look forward to trying it when it is done. Good luck cooking.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Yuck, that sounds awful. Can you really eat those things? I'm grossed out, goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_cook_3",
|
||||
"message":"No sorry, I don't have any food to sell. Go talk to Torilo over there if you want some drink or ready-made food."
|
||||
},
|
||||
{
|
||||
"id":"torilo_1",
|
||||
"message":"Welcome to the Foaming Flask tavern. We welcome all travelers in here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. Are you the innkeeper here?",
|
||||
"nextPhraseID":"torilo_2"
|
||||
},
|
||||
{
|
||||
"text":"Have you seen a boy called Rincel around here recently?",
|
||||
"nextPhraseID":"torilo_rincel_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"wrye",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_2",
|
||||
"message":"I am Torilo, the proprietor of this establishment. Please have a seat anywhere you like.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can I see what you have available for food and drink?",
|
||||
"nextPhraseID":"torilo_shop_1"
|
||||
},
|
||||
{
|
||||
"text":"Do you have somewhere I can rest?",
|
||||
"nextPhraseID":"torilo_rest_select"
|
||||
},
|
||||
{
|
||||
"text":"Are those guards always shouting and yelling that much?",
|
||||
"nextPhraseID":"torilo_guards_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_default",
|
||||
"message":"Was there anything else you wanted?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can I see what you have available for food and drink?",
|
||||
"nextPhraseID":"torilo_shop_1"
|
||||
},
|
||||
{
|
||||
"text":"Are those guards always shouting and yelling that much?",
|
||||
"nextPhraseID":"torilo_guards_1"
|
||||
},
|
||||
{
|
||||
"text":"Have you seen a boy called Rincel around here recently?",
|
||||
"nextPhraseID":"torilo_rincel_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"wrye",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_shop_1",
|
||||
"message":"Absolutely. We have a wide selection of food and beverages.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"S"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"torilo_rest_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"nondisplay",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"torilo_rest_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_1",
|
||||
"message":"Yes, you already rented the back room.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_rest_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_2",
|
||||
"message":"Please feel free to use it in any way you like. I hope you can get some sleep even with these guards yelling their songs.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks.",
|
||||
"nextPhraseID":"torilo_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_3",
|
||||
"message":"Oh yes. We have a very comfortable back room here in the Foaming Flask tavern.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_rest_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_4",
|
||||
"message":"Available for only 250 gold. Then you can use it as much as you like.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"250 gold? Sure, that's nothing to me. Here you go.",
|
||||
"nextPhraseID":"torilo_rest_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":250
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"250 gold is a lot, but I guess it is worth it. Here you go.",
|
||||
"nextPhraseID":"torilo_rest_6",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"gold",
|
||||
"value":250
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"That sounds a bit too much for me.",
|
||||
"nextPhraseID":"torilo_rest_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_5",
|
||||
"message":"Oh well, it's your loss.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rest_6",
|
||||
"message":"Thank you. The room is now rented to you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_rest_2"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nondisplay",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_rincel_1",
|
||||
"message":"Rincel? No, not that I can recall. Actually, we don't get many children in here. *chuckle*",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_default"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_guards_1",
|
||||
"message":"*Sigh* Yes. Those guards have been here for quite some time now.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_guards_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_guards_2",
|
||||
"message":"They seem to be looking for something or someone, but I am not sure who or what.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_guards_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"torilo_guards_3",
|
||||
"message":"I hope the Shadow watches over us so that nothing bad happens to the Foaming Flask tavern because of them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"torilo_default"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -1,249 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"ff_guard_1",
|
||||
"message":"Ha ha, you tell him Garl! *burp*",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_guard_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_guard_2",
|
||||
"message":"Sing, drink, fight! All who oppose Feygard will fall!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_guard_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_guard_3",
|
||||
"message":"We will stand tall. Feygard, city of peace!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I had better be going.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Feygard, where is that?",
|
||||
"nextPhraseID":"ff_guard_4"
|
||||
},
|
||||
{
|
||||
"text":"Have you seen a boy called Rincel around here recently?",
|
||||
"nextPhraseID":"ff_guard_rincel_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"wrye",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_guard_4",
|
||||
"message":"What, you haven't heard of Feygard, kid? Just follow the road northwest and you will see the great city of Feygard rise above the treetops.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thanks. Bye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_guard_rincel_1",
|
||||
"message":"A boy?! Apart from you, there have been no children in here that I have seen.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_guard_rincel_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_guard_rincel_2",
|
||||
"message":"Check with the captain over there. He has been around here for longer than us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you, Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Thank you. Shadow be with you.",
|
||||
"nextPhraseID":"ff_guard_shadow_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_guard_shadow_1",
|
||||
"message":"Don't bring that cursed Shadow in here son. We want none of that. Now leave."
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_1",
|
||||
"message":"Are you lost, son? This is no place for a kid like you.",
|
||||
"switchToNPC":"feygard_patrol_captain",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I have a shipment of iron swords from Gandoren for you.",
|
||||
"nextPhraseID":"ff_captain_vg_items_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":56
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fg_ironsword_d",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I have a shipment of iron swords from Gandoren for you.",
|
||||
"nextPhraseID":"ff_captain_fg_items_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":25
|
||||
},
|
||||
{
|
||||
"requireType":"inventoryRemove",
|
||||
"requireID":"fg_ironsword",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"ff_captain_2"
|
||||
},
|
||||
{
|
||||
"text":"Have you seen a boy called Rincel around here recently?",
|
||||
"nextPhraseID":"ff_captain_rincel_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"wrye",
|
||||
"value":41
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Hi! I have been sent by Herg ... Hertzsen Laumwill, patriarch of the Laumwill family, to bring back his daughter!",
|
||||
"nextPhraseID":"ff_captain_guild02_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":10
|
||||
},
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"Thieves02",
|
||||
"value":15,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_2",
|
||||
"message":"I am the guard captain of this patrol. We hail from the great city of Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Feygard, where is that?",
|
||||
"nextPhraseID":"ff_captain_4"
|
||||
},
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"ff_captain_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_3",
|
||||
"message":"We are travelling the main road to make sure the merchants and travelers are safe. We keep the peace around here.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"You mentioned Feygard. Where is that?",
|
||||
"nextPhraseID":"ff_captain_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_4",
|
||||
"message":"The great city of Feygard is the greatest sight you will ever see. Follow the road northwest.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Thank you. Shadow be with you.",
|
||||
"nextPhraseID":"ff_captain_shadow_1"
|
||||
},
|
||||
{
|
||||
"text":"Thank you, Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_rincel_1",
|
||||
"message":"There was a kid running around in here a while ago.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_captain_rincel_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_rincel_2",
|
||||
"message":"I never talked to him though, so I don't know if he is the one you are looking for.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK, that might be something worth checking anyway.",
|
||||
"nextPhraseID":"ff_captain_rincel_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_rincel_3",
|
||||
"message":"I noticed he left to the west heading out of the Foaming Flask tavern.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"West. Got it. Thanks for the information.",
|
||||
"nextPhraseID":"ff_captain_rincel_4"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"wrye",
|
||||
"value":42
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_rincel_4",
|
||||
"message":"Always happy to help. Anything for the glory of Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Shadow be with you.",
|
||||
"nextPhraseID":"ff_captain_shadow_1"
|
||||
},
|
||||
{
|
||||
"text":"Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_captain_shadow_1",
|
||||
"message":"The Shadow? Don't tell me you believe in that stuff. In my experience, only troublemakers talk of the Shadow."
|
||||
}
|
||||
]
|
||||
@@ -1,341 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"ff_outsideguard_select",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"ff_outsideguard_trouble_24",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"jolnor",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"ff_outsideguard_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_1",
|
||||
"message":"Hello there. Should you be here? This is a tavern, you know. The Foaming Flask, to be precise.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Who are you?",
|
||||
"nextPhraseID":"ff_outsideguard_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_2",
|
||||
"message":"I am a member of the royal guard patrol from Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Feygard, where is that?",
|
||||
"nextPhraseID":"ff_outsideguard_3"
|
||||
},
|
||||
{
|
||||
"text":"What do you do around here?",
|
||||
"nextPhraseID":"ff_outsideguard_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_3",
|
||||
"message":"Go talk to the captain inside if you want to talk. I must stay alert on my post.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Why must you stay alert outside a tavern?",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"jolnor",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_1",
|
||||
"message":"Really, I cannot talk to you. I could get into trouble.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. I won't bother you anymore. Shadow be with you.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_1"
|
||||
},
|
||||
{
|
||||
"text":"OK. I won't bother you anymore. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"What trouble?",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_2",
|
||||
"message":"No really, the captain might see me. I must be aware on my post at all times. *sigh*",
|
||||
"replies":[
|
||||
{
|
||||
"text":"OK. I won't bother you anymore. Shadow be with you.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_1"
|
||||
},
|
||||
{
|
||||
"text":"OK. I won't bother you anymore. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
},
|
||||
{
|
||||
"text":"Do you like your job here?",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_3",
|
||||
"message":"My job? I guess the royal guard is OK. I mean, Feygard is a really nice place to live in.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_4",
|
||||
"message":"Standing guard on duty out here in the middle of nowhere is not really what I signed up for.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I bet. This place is really boring.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_5"
|
||||
},
|
||||
{
|
||||
"text":"You must get tired of just standing here also.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_5",
|
||||
"message":"Yeah I know. I would rather be inside in the tavern drinking like the senior officers and the captain. How come I have to stand out here?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"At least the Shadow watches over you.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_1"
|
||||
},
|
||||
{
|
||||
"text":"Why not just leave if it's not what you want to do?",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_7"
|
||||
},
|
||||
{
|
||||
"text":"The greater cause of the royal guard, to keep the peace, is worth it in the long run.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_6",
|
||||
"message":"Yes, you are right of course. Our duty is to Feygard and to keep the peace from all that want to disrupt it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Yes. The Shadow will not look favorably upon those that disrupt the peace.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_1"
|
||||
},
|
||||
{
|
||||
"text":"Yes. The troublemakers should be punished.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_7",
|
||||
"message":"No, my loyalty is to Feygard. If I would leave, I would also leave my loyalty behind.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What does that mean if you are not satisfied with what you do?",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_9"
|
||||
},
|
||||
{
|
||||
"text":"Yes, that sounds right. Feygard sounds like a nice place from what I have heard.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_8",
|
||||
"message":"Right. I like you, kid. Tell you what, I could put in a good word for you in the barracks when we get back to Feygard if you want.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, that sounds good to me.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_20"
|
||||
},
|
||||
{
|
||||
"text":"No thanks. I have enough to do already.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_20"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_9",
|
||||
"message":"Well, I am convinced that we must follow the laws laid down by our rulers. If we don't obey the law, what are we left with?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_10"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_10",
|
||||
"message":"Chaos. Disorder.\n\nNo, I prefer the lawful way of Feygard. My loyalty is firm.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sounds good to me. Laws are made to be followed.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_8"
|
||||
},
|
||||
{
|
||||
"text":"I do not agree. We should follow our heart, even if that goes against the rules.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_20",
|
||||
"message":"Was there anything else you wanted?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I was wondering about why you stand guard here.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_21"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_12",
|
||||
"message":"That troubles me. We might see each other again in the future. But then we might not be able to have this kind of civil discussion."
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_21",
|
||||
"message":"Right, we went over this before. As I said, I would rather be inside by the fire.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I could spot for you if you want to go inside.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_23"
|
||||
},
|
||||
{
|
||||
"text":"Tough luck. I guess you are left out here, while your captain and buddies are inside.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_22"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_22",
|
||||
"message":"Yeah, that's just my luck."
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_23",
|
||||
"message":"Really? Yes that would be great. Then I can at least get something to eat and a bit of warmth from the fire.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_24"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_24",
|
||||
"message":"I will go inside in a minute. Will you stand watch while I go inside?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Sure, I will do that.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_25"
|
||||
},
|
||||
{
|
||||
"text":"[Lie] Sure, I will do that.",
|
||||
"nextPhraseID":"ff_outsideguard_trouble_25"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"jolnor",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_trouble_25",
|
||||
"message":"Thanks a lot my friend."
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_shadow_1",
|
||||
"message":"Shadow? How curious that you would mention that. Explain yourself!",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I did not mean a thing by it. Never mind I said anything.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_2"
|
||||
},
|
||||
{
|
||||
"text":"The Shadow watches over us when we sleep.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_shadow_2",
|
||||
"message":"Good. Now be gone before I will have to deal with you."
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_shadow_3",
|
||||
"message":"What? Are you one of those troublemakers sent here to sabotage our mission?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"The Shadow protects us.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_4"
|
||||
},
|
||||
{
|
||||
"text":"Fine. I better not start a fight with the royal guard.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_shadow_4",
|
||||
"message":"That does it. You better fight or flee right now kid.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Good. I have been waiting for a fight!",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_5"
|
||||
},
|
||||
{
|
||||
"text":"For the Shadow!",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_5"
|
||||
},
|
||||
{
|
||||
"text":"Never mind. I was just kidding with you.",
|
||||
"nextPhraseID":"ff_outsideguard_shadow_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"ff_outsideguard_shadow_5",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"F"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"jolnor",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,629 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"gandoren",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"gandoren_completed_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":81
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_completed_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_deliver_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_20",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_wantshelp_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_noguards_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_1",
|
||||
"message":"Hello there. Welcome to the Crossroads guardhouse. How may I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"You guards seem to have a lot of equipment here, anything to trade?",
|
||||
"nextPhraseID":"gandoren_tr_1"
|
||||
},
|
||||
{
|
||||
"text":"What do you do here?",
|
||||
"nextPhraseID":"gandoren_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_tr_1",
|
||||
"message":"I'm sorry, we only trade with allies of Feygard."
|
||||
},
|
||||
{
|
||||
"id":"gandoren_2",
|
||||
"message":"This guardhouse is a safe haven for merchants travelling the Duleian road. We keep law and order around here, for Feygard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Any recent events happening?",
|
||||
"nextPhraseID":"gandoren_3"
|
||||
},
|
||||
{
|
||||
"text":"The Duleian road?",
|
||||
"nextPhraseID":"gandoren_dr_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_dr_1",
|
||||
"message":"Noticed the large road outside? That's the Duleian road. It goes all the way from the glorious city of Feygard up in the northwest down to the wretched Nor City in the southeast.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Any recent events happening?",
|
||||
"nextPhraseID":"gandoren_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_3",
|
||||
"message":"Oh sure. Recently, we have had to focus our attention to the troubles up in Loneford.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_4",
|
||||
"message":"That situation has forced us to be more alert than usual, and we have had to send some guards up there to help them.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_5",
|
||||
"message":"This also means that we cannot focus as much on our usual tasks as we normally do, but instead need help with doing basic tasks just to hold our grounds.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What troubles in Loneford are you referring to?",
|
||||
"nextPhraseID":"cr_loneford_st_1"
|
||||
},
|
||||
{
|
||||
"text":"Anything I can do to help?",
|
||||
"nextPhraseID":"gandoren_6"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_noguards_1",
|
||||
"message":"Hello again. Welcome to the Crossroads guardhouse. How may I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Can you tell me again what you told me before about recent events?",
|
||||
"nextPhraseID":"gandoren_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_6",
|
||||
"message":"Well, we usually do not employ just any civilian. Our tasks are important for Feygard - and by extension, important for the people. Our tasks are usually not suited for commoners like you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_7",
|
||||
"message":"But I guess the recent situation really leaves us no choice. We need to keep the guards in Loneford, and we also need to deliver this shipment. At the moment, we cannot do both.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_8"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_8",
|
||||
"message":"Tell you what, you might be able to help us after all if you are willing to work.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What is the task?",
|
||||
"nextPhraseID":"gandoren_11"
|
||||
},
|
||||
{
|
||||
"text":"Anything for the glory of Feygard.",
|
||||
"nextPhraseID":"gandoren_9"
|
||||
},
|
||||
{
|
||||
"text":"If the pay is sufficient, I guess I can help.",
|
||||
"nextPhraseID":"gandoren_10"
|
||||
},
|
||||
{
|
||||
"text":"I had better not get involved in your Feygard business.",
|
||||
"nextPhraseID":"gandoren_rej_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_9",
|
||||
"message":"I'm glad to hear that.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_10",
|
||||
"message":"Pay? Oh, I guess we could pay you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_11",
|
||||
"message":"I need you to take a shipment of equipment to another one of our outposts further south on the Duleian road.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_12"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_12",
|
||||
"message":"Those outposts further down south are in greater need of equipment than us, them being closer to that wretched Nor City and all.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_13"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_13",
|
||||
"message":"Take this shipment of 10 iron swords to the guard captain stationed in a tavern called 'The Foaming Flask', near a village called Vilegard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"No problem. Anything for the glory of Feygard.",
|
||||
"nextPhraseID":"gandoren_17"
|
||||
},
|
||||
{
|
||||
"text":"You did not mention any amount that I would be paid.",
|
||||
"nextPhraseID":"gandoren_18"
|
||||
},
|
||||
{
|
||||
"text":"Why should I help you people? I have only heard bad things about Feygard.",
|
||||
"nextPhraseID":"gandoren_14"
|
||||
},
|
||||
{
|
||||
"text":"I had better not get involved in your Feygard business.",
|
||||
"nextPhraseID":"gandoren_rej_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":20
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_wantshelp_1",
|
||||
"message":"Hello again. Welcome to the Crossroads guardhouse. How may I help you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"What was that you told me before about a shipment?",
|
||||
"nextPhraseID":"gandoren_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_rej_1",
|
||||
"message":"I'm sorry to hear that. Good day to you."
|
||||
},
|
||||
{
|
||||
"id":"gandoren_14",
|
||||
"message":"Bad things? Who have you been talking to then? I would urge you to make up your own opinion of Feygard by travelling there yourself.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_15"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_15",
|
||||
"message":"Personally, I cannot think of a greater place to be than in Feygard. Order is kept and people are friendly.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_16",
|
||||
"message":"As to why you would help us, I can only say that Feygard would be grateful for your services if you help us.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Fine, whatever. I will carry your stupid swords. I still hope there will be some reward for this.",
|
||||
"nextPhraseID":"gandoren_19"
|
||||
},
|
||||
{
|
||||
"text":"Sounds good to me. Anything for the glory of Feygard.",
|
||||
"nextPhraseID":"gandoren_17"
|
||||
},
|
||||
{
|
||||
"text":"I had better not get involved in your Feygard business.",
|
||||
"nextPhraseID":"gandoren_rej_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_17",
|
||||
"message":"Excellent.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_20"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":21
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_18",
|
||||
"message":"I cannot promise you any amount on a reward.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_16"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_19",
|
||||
"message":"OK then.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_20"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":22
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_20",
|
||||
"message":"Here is the shipment that I want you to transport.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_21"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":25
|
||||
},
|
||||
{
|
||||
"rewardType":"dropList",
|
||||
"rewardID":"feygard_shipment"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_21",
|
||||
"message":"As I said, you should deliver those 10 iron swords to the guard captain stationed in a tavern called 'The Foaming Flask', near a village called Vilegard.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_22"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_22",
|
||||
"message":"Return to me once you are done.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_23"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_23",
|
||||
"message":"I feel that I should warn you about something also. See that fellow over there in the corner? Ailshara. She seems very interested in our dealings for some reason.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_24"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_24",
|
||||
"message":"I would urge you to stay away from her at all costs. Whatever you do, do not speak to her about your mission with the shipment.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":26
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_deliver_1",
|
||||
"message":"You return. Good news about the shipment I hope?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"You guards seem to have a lot of equipment here, anything to trade?",
|
||||
"nextPhraseID":"gandoren_tr_2"
|
||||
},
|
||||
{
|
||||
"text":"I am still working on transporting that shipment.",
|
||||
"nextPhraseID":"gandoren_22"
|
||||
},
|
||||
{
|
||||
"text":"What was I supposed to do again?",
|
||||
"nextPhraseID":"gandoren_21"
|
||||
},
|
||||
{
|
||||
"text":"Yes. I have delivered them as you ordered.",
|
||||
"nextPhraseID":"gandoren_deliver_y_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":50
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"Yes. I have delivered them.",
|
||||
"nextPhraseID":"gandoren_deliver_n_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"feygard_shipment",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text":"I'd rather talk about the troubles in Loneford that you had mentioned.",
|
||||
"nextPhraseID":"cr_loneford_st_1",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"loneford",
|
||||
"value":21,
|
||||
"negate":true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_tr_2",
|
||||
"message":"I'm sorry, we only trade with allies of Feygard. Help me with the task I gave you and we might be able to work something out."
|
||||
},
|
||||
{
|
||||
"id":"gandoren_deliver_y_1",
|
||||
"message":"Splendid! Feygard is in debt to you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_delivered_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":80
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_deliver_n_1",
|
||||
"message":"Splendid! Feygard is in debt to you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_delivered_1"
|
||||
}
|
||||
],
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"feygard_shipment",
|
||||
"value":81
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_delivered_1",
|
||||
"message":"I hope you managed to stay away from the savages of Nor City as much as possible while being over there.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_delivered_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_delivered_2",
|
||||
"message":"From what I hear, things are rough down south.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_delivered_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_delivered_3",
|
||||
"message":"As for you, you have both my and the rest of the Feygard patrol's gratitude for helping us with this.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_completed_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_completed_1",
|
||||
"message":"You return. Thank you for helping with the shipment earlier.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_completed_2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_completed_2",
|
||||
"message":"Is there anything I can do for you?",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Do you have anything to trade?",
|
||||
"nextPhraseID":"gandoren_tr_3"
|
||||
},
|
||||
{
|
||||
"text":"No thanks. Goodbye.",
|
||||
"nextPhraseID":"X"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_tr_3",
|
||||
"replies":[
|
||||
{
|
||||
"nextPhraseID":"gandoren_tr_4",
|
||||
"requires":[
|
||||
{
|
||||
"requireType":"questProgress",
|
||||
"requireID":"rogorn",
|
||||
"value":60
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"nextPhraseID":"gandoren_tr_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_tr_4",
|
||||
"message":"Absolutely, as thanks for the help you provided earlier to both Minarra and me, we could agree to trade with you.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"gandoren_tr_5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_tr_5",
|
||||
"message":"Go up in the lookout tower over there and talk to Minarra about equipment. She has our supply.",
|
||||
"rewards":[
|
||||
{
|
||||
"rewardType":"questProgress",
|
||||
"rewardID":"nondisplay",
|
||||
"value":18
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"gandoren_tr_6",
|
||||
"message":"I hear that Minarra up in the lookout tower over there wants help with something. Why don't you go up to her and ask her about it, and we might be able to work something out after that."
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,42 +0,0 @@
|
||||
[
|
||||
{
|
||||
"id":"glasforn_rumblings60_5_2",
|
||||
"message":"I couldn't. When I tried, and failed, he laughed. He told me it was bound to that thing in the basement, which needed me to be its servant.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"glasforn_rumblings60_5_3"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"glasforn_rumblings60_5_4",
|
||||
"message":"I didn't dare. The evening after Andor left his companion returned briefly. He warned me you might come here, and that if you found out what I had done you would kill me. He told me that my only hope was to make you the next victim.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"N",
|
||||
"nextPhraseID":"glasforn_rumblings60_6"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"glasforn_rumblings60_5_3",
|
||||
"message":"Then he laughed some more, and told me that all I had to do was kill that thing, and I would be able to remove the necklace. I'm no fighter though. I was too scared to even go near it.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"I guess you are lucky I visited, although just asking me to kill it would have been easier. And nicer.",
|
||||
"nextPhraseID":"glasforn_rumblings60_5_4"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id":"glasforn_rumblings60_5_1",
|
||||
"message":"It was terrible! I could feel the necklace draining the life out of me, and the only thing that made me feel better was giving it another victim.",
|
||||
"replies":[
|
||||
{
|
||||
"text":"Why didn't you just take it off?",
|
||||
"nextPhraseID":"glasforn_rumblings60_5_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user