Compare commits

..

10 Commits

Author SHA1 Message Date
b5f89edcc8 Floating damage widget with damage data 2025-05-31 23:50:33 +02:00
f5c2aeabf7 hit effect 2025-05-29 10:24:15 +02:00
8bba2a56b2 Update health bar 2025-05-28 19:28:16 +02:00
2b76cf339f Health widget 2025-05-28 09:58:33 +02:00
bc9acccf44 Multicast character animations 2025-05-27 23:33:23 +02:00
8b00e1e83a Skeleton sounds 2025-05-27 23:33:11 +02:00
ad578f803e Attributes component with health from damages 2025-05-27 19:24:51 +02:00
d93061f76d react to hit 2025-05-27 18:59:43 +02:00
9f1ff8de0f Skeleton attack swing 2025-05-24 00:55:18 +02:00
f48b7a215d Behavior actions 2025-05-23 19:09:59 +02:00
68 changed files with 180 additions and 74 deletions

View File

@@ -0,0 +1,20 @@
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
ClearInvalidTags=False
AllowEditorTagUnloading=True
AllowGameTagUnloading=False
FastReplication=False
InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Animation",DevComment="")
+GameplayTagList=(Tag="Animation.Event",DevComment="")
+GameplayTagList=(Tag="Animation.Event.Attack.Swing",DevComment="")
+GameplayTagList=(Tag="BehaviorAction",DevComment="")
+GameplayTagList=(Tag="BehaviorAction.Attack",DevComment="")
+GameplayTagList=(Tag="DamageType",DevComment="")
+GameplayTagList=(Tag="DamageType.Physical",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.

BIN
Content/Sounds/SA_Global.uasset LFS Normal file

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.

View File

@@ -15,6 +15,11 @@
"Name": "PaperZD",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/c4b43502026047d89296cd7bffd92828"
},
{
"Name": "BlueprintAssist",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/9e895371fa3a471c87337860d6f341ff"
}
]
}