1
0
Fork 0

Compare commits

..

9 Commits

Author SHA1 Message Date
pot0to c771317821 fixed author name 2024-08-22 03:30:01 -07:00
pot0to f608d81ba1 added quest path jsons 2024-08-22 03:30:01 -07:00
pot0to 3cefb8be96 added ARC quests and ability to use heavy shot skill 2024-08-22 03:30:01 -07:00
pot0to 6d13d97f75 fixing interaction type 2024-08-22 03:30:01 -07:00
pot0to 2153b9a7d0 adding new brd paths and 1 thm 2024-08-22 03:30:01 -07:00
Liza 4d957af67d Merge pull request 'cacahuetes-MSQ-minor-1' (#20) from cacahuetes/Questionable:cacahuetes-MSQ-minor-1 into master
Reviewed-on: liza/Questionable#20
2024-08-22 08:34:50 +00:00
cacahuetes fbc29b2f39 added a missing interaction point after combat 2024-08-21 16:18:26 +00:00
cacahuetes ac81c8279b Added Combat point
Added one extra combat point when entering camp so that you don't get overwhelmed by 6 enemies at once by the time you get to the center of the camp.
2024-08-21 16:17:36 +00:00
cacahuetes 43bb9631fc Merge pull request 'Updating repo to match main Liza repo' (#1) from liza/Questionable:master into master
Reviewed-on: cacahuetes/Questionable#1
2024-08-21 15:51:24 +00:00
2 changed files with 89 additions and 63 deletions

View File

@ -1,66 +1,76 @@
{ {
"$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": "liza", "Author": "liza",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"DataId": 1000503, "DataId": 1000503,
"Position": { "Position": {
"X": 178.33215, "X": 178.33215,
"Y": -32.015224, "Y": -32.015224,
"Z": 333.30273 "Z": 333.30273
},
"TerritoryId": 148,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2001018,
"Position": {
"X": 155.47412,
"Y": -23.66681,
"Z": 490.74524
},
"TerritoryId": 148,
"InteractionType": "Combat",
"EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [
26
]
}, },
"TerritoryId": 148, {
"InteractionType": "AcceptQuest" "DataId": 2001016,
} "Position": {
] "X": 152.60547,
}, "Y": -23.758362,
{ "Z": 494.71265
"Sequence": 1, },
"Steps": [ "TerritoryId": 148,
{ "InteractionType": "Interact"
"DataId": 2001018,
"Position": {
"X": 155.47412,
"Y": -23.66681,
"Z": 490.74524
}, },
"TerritoryId": 148, {
"InteractionType": "Combat", "DataId": 2001018,
"EnemySpawnType": "AutoOnEnterArea", "Position": {
"KillEnemyDataIds": [ "X": 155.47412,
26 "Y": -23.66681,
] "Z": 490.74524
}, },
{ "TerritoryId": 148,
"DataId": 2001016, "InteractionType": "Interact"
"Position": { }
"X": 152.60547, ]
"Y": -23.758362, },
"Z": 494.71265 {
}, "Sequence": 255,
"TerritoryId": 148, "Steps": [
"InteractionType": "Interact" {
} "DataId": 1000470,
] "Position": {
}, "X": -59.006653,
{ "Y": -0.010835781,
"Sequence": 255, "Z": 26.41333
"Steps": [ },
{ "TerritoryId": 148,
"DataId": 1000470, "InteractionType": "CompleteQuest",
"Position": { "AetheryteShortcut": "Central Shroud - Bentbranch Meadows"
"X": -59.006653, }
"Y": -0.010835781, ]
"Z": 26.41333 }
}, ]
"TerritoryId": 148, }
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Central Shroud - Bentbranch Meadows"
}
]
}
]
}

View File

@ -17,9 +17,25 @@
} }
] ]
}, },
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 353,
"Position": {
"X": 112.41321,
"Y": 28.93967,
"Z": -37.277832
},
"TerritoryId": 141,
"InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [352,353]
},
{ {
"Position": { "Position": {
"X": 125.61467, "X": 125.61467,