+1980, de-rust 1979

This commit is contained in:
Stefan Belmont 2025-01-09 05:51:09 +00:00
parent 65df686329
commit 3889fbfb69
Signed by: goatzone
GPG Key ID: EF773EDE8642A0CC
2 changed files with 119 additions and 55 deletions

View File

@ -1,57 +1,61 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "goatzone", "Author": "goatzone",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"DataId": 1012145, "DataId": 1012145,
"Position": { "Position": {
"X": -607.7516, "X": -607.7516,
"Y": -176.4502, "Y": -176.4502,
"Z": -527.5502 "Z": -527.5502
}, },
"TerritoryId": 402, "TerritoryId": 402,
"InteractionType": "AcceptQuest" "InteractionType": "AcceptQuest"
} }
] ]
}, },
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{ {
"Position": { "Position": {
"X": -441.42657, "X": -441.42657,
"Y": -167.25401, "Y": -167.25401,
"Z": -432.4462 "Z": -432.4462
}, },
"TerritoryId": 402, "TerritoryId": 402,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies", "EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [4093], "ComplexCombatData": [
"MinimumKillCount": "5", {
"Fly": true, "DataId": 4093,
"$": "5 in close range here, so if any dead it might be a little slower.", "MinimumKillCount": 5
"$.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." }
} ],
] "Fly": true,
}, "$": "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."
"Sequence": 255, }
"Steps": [ ]
{ },
"DataId": 1012145, {
"Position": { "Sequence": 255,
"X": -607.7516, "Steps": [
"Y": -176.4502, {
"Z": -527.5502 "DataId": 1012145,
}, "Position": {
"TerritoryId": 402, "X": -607.7516,
"InteractionType": "CompleteQuest", "Y": -176.4502,
"Fly": true "Z": -527.5502
} },
] "TerritoryId": 402,
} "InteractionType": "CompleteQuest",
] "Fly": true
}
]
}
]
} }

View File

@ -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"
}
]
}
]
}