Compare commits

..

8 Commits

207 changed files with 598 additions and 38 deletions

File diff suppressed because one or more lines are too long

View File

@@ -155,3 +155,9 @@ ManualIPAddress=
+CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle")
+CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn")
[/Script/NavigationSystem.NavigationSystemV1]
bGenerateNavigationOnlyAroundNavigationInvokers=True
[/Script/NavigationSystem.RecastNavMesh]
RuntimeGeneration=Dynamic

View File

@@ -1,5 +1,4 @@
;METADATA=(Diff=true, UseCommands=true)
;METADATA=(Diff=true, UseCommands=true)
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
@@ -61,6 +60,8 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Stat.Offense.Melee.AttackSpeed",DevComment="Offense stat")
+GameplayTagList=(Tag="Stat.Offense.Melee.CriticalStrikeChance",DevComment="Offense stat")
+GameplayTagList=(Tag="Stat.Offense.Melee.CriticalStrikeMultiplier",DevComment="Offense stat")
+GameplayTagList=(Tag="Stat.Offense.Melee.Damage.Physical.Attack.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Offense.Melee.Damage.Physical.Attack.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Offense.Melee.Elemental.Cold",DevComment="Offense stat")
+GameplayTagList=(Tag="Stat.Offense.Melee.Elemental.Fire",DevComment="Offense stat")
+GameplayTagList=(Tag="Stat.Offense.Melee.Elemental.Lightning",DevComment="Offense stat")
@@ -78,4 +79,5 @@ NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="UI.Action.Confirm",DevComment="")
+GameplayTagList=(Tag="UI.Action.NextTab",DevComment="")
+GameplayTagList=(Tag="UI.Action.PreviousTab",DevComment="")
+GameplayTagList=(Tag="Weapon.type.Sword",DevComment="")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More