Compare commits

..

13 Commits

Author SHA1 Message Date
FalconTaterz 4fc61f22e9 document comment 2024-08-25 16:54:04 -05:00
FalconTaterz 228933c0f5 fix sequence nags 2024-08-25 16:45:40 -05:00
FalconTaterz afc2542ba3 Finish ARR Hildibrand NEEDS QA 2024-08-25 16:43:54 -05:00
FalconTaterz bb5053c06b QA flying in costadelsol 2024-08-25 15:50:11 -05:00
FalconTaterz f4d2a8ed95 Schema validation for single interaction complete 2024-08-25 15:38:21 -05:00
FalconTaterz a0a8449920 More QA fixes 2024-08-25 15:38:21 -05:00
FalconTaterz f330db1642 QA fixes 2024-08-25 15:38:21 -05:00
FalconTaterz c96844e8c2 Fix filename 2024-08-25 15:38:21 -05:00
FalconTaterz 5d6b6b4d37 Fix CompleteQuest sequence numbers 2024-08-25 15:38:21 -05:00
FalconTaterz add73f3309 Fix enemy interaction 2024-08-25 15:38:21 -05:00
FalconTaterz aa1dfcf8f5 Implement dialogue from Godbert 2024-08-25 15:38:21 -05:00
FalconTaterz 4771e9beac Move to Hildibrand folder path 2024-08-25 15:38:21 -05:00
FalconTaterz 354df816cb Add manderville questlines up to 8-armed 2024-08-25 15:38:21 -05:00
2 changed files with 21 additions and 1 deletions

View File

@ -79,6 +79,16 @@
{ {
"Sequence": 4, "Sequence": 4,
"Steps": [ "Steps": [
{
"DataId": 2002699,
"Position": {
"X": -337.48383,
"Y": -22.38501,
"Z": 437.03357
},
"TerritoryId": 145,
"InteractionType": "Interact"
},
{ {
"TerritoryId": 145, "TerritoryId": 145,
"InteractionType": "Duty", "InteractionType": "Duty",

View File

@ -50,7 +50,7 @@
}, },
{ {
"ChatMessage": { "ChatMessage": {
"Key": "TEXT_CHRHDB505_00502_SAYTODO_000_000" "Key": "Ellie!"
}, },
"TerritoryId": 141, "TerritoryId": 141,
"InteractionType": "Say" "InteractionType": "Say"
@ -78,6 +78,16 @@
{ {
"Sequence": 4, "Sequence": 4,
"Steps": [ "Steps": [
{
"DataId": 2002709,
"Position": {
"X": 169.81763,
"Y": 37.613403,
"Z": 171.80127
},
"TerritoryId": 153,
"InteractionType": "Interact"
},
{ {
"TerritoryId": 153, "TerritoryId": 153,
"InteractionType": "Duty", "InteractionType": "Duty",