forked from liza/Questionable
+1980, de-rust 1979
This commit is contained in:
parent
65df686329
commit
3889fbfb69
@ -29,8 +29,12 @@
|
|||||||
"TerritoryId": 402,
|
"TerritoryId": 402,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"EnemySpawnType": "OverworldEnemies",
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
"KillEnemyDataIds": [4093],
|
"ComplexCombatData": [
|
||||||
"MinimumKillCount": "5",
|
{
|
||||||
|
"DataId": 4093,
|
||||||
|
"MinimumKillCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"$": "5 in close range here, so if any dead it might be a little slower.",
|
"$": "5 in close range here, so if any dead it might be a little slower.",
|
||||||
"$.1": "this is the area the quest suggests; there /are/ spinner-rooks sooner, and walking there at level w/o flying might cause interruption, but they're more spread out everywhere else - YMMV."
|
"$.1": "this is the area the quest suggests; there /are/ spinner-rooks sooner, and walking there at level w/o flying might cause interruption, but they're more spread out everywhere else - YMMV."
|
||||||
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012146,
|
||||||
|
"Position": {
|
||||||
|
"X": -643.76294,
|
||||||
|
"Y": -176.4502,
|
||||||
|
"Z": -527.3976
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -439.6144,
|
||||||
|
"Y": -186.3405,
|
||||||
|
"Z": -617.2911
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 4092,
|
||||||
|
"MinimumKillCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"$": "by starting here we can guarantee a more sane straightline progression instead of starting in the middle, going all the way to one side, then running all the way to the other side."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012146,
|
||||||
|
"Position": {
|
||||||
|
"X": -643.76294,
|
||||||
|
"Y": -176.4502,
|
||||||
|
"Z": -527.3976
|
||||||
|
},
|
||||||
|
"TerritoryId": 402,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Azys Lla - Helix"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user