Fixed and robustified the pathway_fallhaven quest.

This commit is contained in:
Zukero
2017-08-11 10:41:44 +02:00
parent ee838d67c8
commit 1751b9d765
2 changed files with 33 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
"id":"fallhaven_lumberjack",
"replies":[
{
"text":"N",
"nextPhraseID":"fallhaven_lumberjack_15",
"requires":[
{
@@ -13,6 +14,24 @@
]
},
{
"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":[
{
@@ -23,6 +42,7 @@
]
},
{
"text":"N",
"nextPhraseID":"fallhaven_lumberjack_1"
}
]
@@ -280,5 +300,15 @@
"nextPhraseID":"X"
}
]
},
{
"id":"fallhaven_lumberjack_16",
"message":"Thank you for bringing me back my axe!",
"replies":[
{
"text":"So will you cut away those trees which block the old pathway?",
"nextPhraseID":"fallhaven_lumberjack_11"
}
]
}
]

View File

@@ -33,14 +33,7 @@
"replies":[
{
"text":"Why is that so?",
"nextPhraseID":"guard_pathway_1",
"requires":[
{
"requireType":"questProgress",
"requireID":"pathway_fallhaven",
"value":10
}
]
"nextPhraseID":"guard_pathway_1"
},
{
"text":"Never mind. Shadow be with you.",
@@ -187,7 +180,8 @@
{
"requireType":"questLatestProgress",
"requireID":"pathway_fallhaven",
"value":30
"value":30,
"negate":true
}
]
},