Moonfire Faire path adjustments

pull/15/head v2.5
Liza 2024-08-09 10:33:45 +02:00
parent f7d7233ccd
commit 04ac6ba9cf
Signed by: liza
GPG Key ID: 7199F8D727D55F67
4 changed files with 27 additions and 8 deletions

5
Directory.Build.targets Normal file
View File

@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<Version>2.5</Version>
</PropertyGroup>
</Project>

View File

@ -23,7 +23,7 @@
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true, "InSameTerritory": true,
"InTerritory": [ "InTerritory": [
129 128
] ]
} }
} }
@ -74,7 +74,14 @@
"Z": 262.19138 "Z": 262.19138
}, },
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "WalkTo" "InteractionType": "WalkTo",
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
},
"Fly": true
}, },
{ {
"DataId": 1050817, "DataId": 1050817,
@ -85,9 +92,7 @@
}, },
"StopDistance": 5, "StopDistance": 5,
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "Interact", "InteractionType": "Interact"
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"Fly": true
} }
] ]
}, },
@ -103,7 +108,8 @@
}, },
"StopDistance": 5, "StopDistance": 5,
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "Interact" "InteractionType": "Interact",
"Fly": true
} }
] ]
}, },
@ -118,7 +124,8 @@
"Z": 246.29578 "Z": 246.29578
}, },
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "Interact" "InteractionType": "Interact",
"Fly": true
} }
] ]
}, },
@ -156,6 +163,7 @@
}, },
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true,
"DialogueChoices": [ "DialogueChoices": [
{ {
"Type": "List", "Type": "List",

View File

@ -89,7 +89,8 @@
"Z": 262.19138 "Z": 262.19138
}, },
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "WalkTo" "InteractionType": "WalkTo",
"Fly": true
}, },
{ {
"DataId": 1050817, "DataId": 1050817,

View File

@ -21,6 +21,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GatheringPathRenderer", "Ga
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ECommons", "vendor\ECommons\ECommons\ECommons.csproj", "{A12D7B4B-8E6E-4DCF-A41A-12F62E9FF94B}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ECommons", "vendor\ECommons\ECommons\ECommons.csproj", "{A12D7B4B-8E6E-4DCF-A41A-12F62E9FF94B}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BBFFC6EA-15B1-48FC-B4D3-D9491278C27F}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64 Debug|x64 = Debug|x64