Skip to content

Commit

Permalink
central highlands customization
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Feb 21, 2025
1 parent 51c0fcc commit a3cbe51
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vnavmesh/Customizations/Z0155CoerthasCentralHighlands.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace Navmesh.Customizations;

[CustomizationTerritory(155)]
class Z0155CoerthasCentralHighlands : NavmeshCustomization
{
public override int Version => 1;

public Z0155CoerthasCentralHighlands()
{
// the second staircase inside the building in Whitebrim Front is not actually connected directly to the landing, but can be walked on regardless
Settings.AgentMaxClimb = 0.75f;
}
}

0 comments on commit a3cbe51

Please sign in to comment.