forked from liza/Questionable
Compare commits
2 Commits
c302fcd3b4
...
a6d2c0ecb7
Author | SHA1 | Date | |
---|---|---|---|
|
a6d2c0ecb7 | ||
|
714916abc0 |
@ -36,7 +36,7 @@ public static class Utils
|
|||||||
if (questSchemaFile != null)
|
if (questSchemaFile != null)
|
||||||
{
|
{
|
||||||
SchemaRegistry.Global.Register(
|
SchemaRegistry.Global.Register(
|
||||||
new Uri("https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"),
|
new Uri("https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"),
|
||||||
JsonSchema.FromText(questSchemaFile.GetText()!.ToString()));
|
JsonSchema.FromText(questSchemaFile.GetText()!.ToString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -0,0 +1,173 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "plogon_enjoyer",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003817,
|
||||||
|
"Position": {
|
||||||
|
"X": -74.57086,
|
||||||
|
"Y": 1.9999951,
|
||||||
|
"Z": -42.404846
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 265.54178,
|
||||||
|
"Y": -19.718353,
|
||||||
|
"Z": -128.44438
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"AetheryteShortcut": "Central Thanalan - Black Brush Station",
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"CombatDelaySecondsAtStart": 0,
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 26,
|
||||||
|
"RewardItemId": 2000408,
|
||||||
|
"RewardItemCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 359.2259,
|
||||||
|
"Y": -1.9503738,
|
||||||
|
"Z": -187.50148
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1003822,
|
||||||
|
"Position": {
|
||||||
|
"X": -27.390015,
|
||||||
|
"Y": -2.056931,
|
||||||
|
"Z": -146.92914
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Central Thanalan - Black Brush Station"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001578,
|
||||||
|
"Position": {
|
||||||
|
"X": -35.446716,
|
||||||
|
"Y": -2.057618,
|
||||||
|
"Z": -154.95538
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Mount": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1001445,
|
||||||
|
"Position": {
|
||||||
|
"X": -13.046509,
|
||||||
|
"Y": -2.0905762,
|
||||||
|
"Z": -184.40533
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1004148,
|
||||||
|
"Position": {
|
||||||
|
"X": 5.722107,
|
||||||
|
"Y": -1.985179,
|
||||||
|
"Z": -172.7779
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003822,
|
||||||
|
"Position": {
|
||||||
|
"X": -27.390015,
|
||||||
|
"Y": -2.056931,
|
||||||
|
"Z": -146.92914
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001349,
|
||||||
|
"Position": {
|
||||||
|
"X": -241.41296,
|
||||||
|
"Y": 8.0720215,
|
||||||
|
"Z": -32.24237
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1004149,
|
||||||
|
"Position": {
|
||||||
|
"X": -242.84735,
|
||||||
|
"Y": 7.405224,
|
||||||
|
"Z": -29.312622
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003827,
|
||||||
|
"Position": {
|
||||||
|
"X": -65.65961,
|
||||||
|
"Y": 0.9481947,
|
||||||
|
"Z": -51.98755
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -7,7 +7,10 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"$schema": {
|
"$schema": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"const": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"
|
"enum": [
|
||||||
|
"https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"Author": {
|
"Author": {
|
||||||
"description": "Author of the quest sequence",
|
"description": "Author of the quest sequence",
|
||||||
|
Loading…
Reference in New Issue
Block a user