forked from liza/Questionable
Compare commits
2 Commits
8ef9e70696
...
b6e40bf1a0
Author | SHA1 | Date | |
---|---|---|---|
|
b6e40bf1a0 | ||
|
ec10c6d4c2 |
@ -12,9 +12,15 @@
|
||||
"Y": 56.113926,
|
||||
"Z": 236.25537
|
||||
},
|
||||
"StopDistance": 7,
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "AcceptQuest"
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Fringes - Peering Stones",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -30,7 +36,7 @@
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, null, [2], null, null],
|
||||
"RequiredQuestVariables": [null, null, null, [2, 4], null, null],
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
@ -49,7 +55,7 @@
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Combat",
|
||||
"RequiredQuestVariables": [null, null, null, [3], null, null],
|
||||
"RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null],
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
@ -70,7 +76,7 @@
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, null, [2], null, null],
|
||||
"RequiredQuestVariables": [null, null, null, [1, 2, 5], null, null],
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
@ -89,7 +95,7 @@
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Combat",
|
||||
"RequiredQuestVariables": [null, null, null, [3], null, null],
|
||||
"RequiredQuestVariables": [null, null, null, [3, 4], null, null],
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
@ -110,7 +116,7 @@
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Combat",
|
||||
"RequiredQuestVariables": [null, null, null, [2], null, null],
|
||||
"RequiredQuestVariables": [null, null, null, [2, 4], null, null],
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
@ -131,7 +137,7 @@
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, null, [3], null, null],
|
||||
"RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null],
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
|
@ -1,5 +1,8 @@
|
||||
```
|
||||
0 0 0 x 0 0 |
|
||||
0 0 0 x 0 0 |
|
||||
1 1025062 -> 1025119 -> 1025118
|
||||
2 1025120 -> 1025119 -> 1025060
|
||||
3 1025062 -> 1025061 -> 1025118
|
||||
4 1025120 -> 1025061 -> 1025060
|
||||
5 1025062 -> 1025119 -> 1025118
|
||||
```
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"Disabled": true,
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
@ -22,7 +21,34 @@
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
|
||||
{
|
||||
"DataId": 1025067,
|
||||
"Position": {
|
||||
"X": 39.04773,
|
||||
"Y": 43.373318,
|
||||
"Z": -221.9425
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8588],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1025247,
|
||||
"Position": {
|
||||
"X": 41.45874,
|
||||
"Y": 42.875717,
|
||||
"Z": -218.28033
|
||||
},
|
||||
"TerritoryId": 612,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user