Compare commits

..

31 Commits

Author SHA1 Message Date
7heIVIaze
ab50e701b2 Update the Tornado of Haesol's ultimate skill
Make faster the tornado rising and larger the length of tornado
2025-04-19 10:56:25 +09:00
7heIVIaze
0eeeda4657 commit for pulling 2025-04-18 23:19:21 +09:00
Ji Yoon Rhee
cb910372a3 deleted the jump attack from the input context 2025-04-17 22:03:31 +09:00
Ji Yoon Rhee
31f89934a9 haesol's ultimate skills almost finalized + WG_HPbars edit 2025-04-17 22:03:01 +09:00
Ji Yoon Rhee
00e4aac768 modified the HP bar UI logic for aggro NPCs 2025-04-17 22:00:53 +09:00
56e0b28ffd Merge branch 'main' of https://git.nugamestudioclub.com/neroberovero/Illusion-UE5 2025-04-17 21:52:27 +09:00
daae4bed24 edit level, make a house asset 2025-04-17 21:46:46 +09:00
7heIVIaze
d7702d8ec0 haesol ult update and add VFX
Update haesol's ult and Add tsunami&ice VFX asset and then pull from main
2025-04-17 20:21:39 +09:00
7heIVIaze
ce0d1b37eb haesol ult update and add VFX
Update haesol's ult and Add tsunami&ice VFX asset
2025-04-17 20:14:34 +09:00
Ji Yoon Rhee
d3cfbf7606 added minor changes almost negligible, started implementing the boss field for sanin 2025-04-16 23:23:43 +09:00
Ji Yoon Rhee
c9c9fdbf3f changed the font for inventory + interaction WGs 2025-04-16 23:22:33 +09:00
Ji Yoon Rhee
ab63088b25 no critical changes made, pretty much the same 2025-04-16 23:22:06 +09:00
Ji Yoon Rhee
fd2d84f25b changed the collision/overlap settings 2025-04-16 23:21:38 +09:00
Ji Yoon Rhee
d398ed0c5a added/edited VFX for sanin's abilities 2025-04-16 23:21:08 +09:00
Ji Yoon Rhee
d996e45fbe fixed the spawning logic of the large gonggi stones 2025-04-16 23:19:58 +09:00
Ji Yoon Rhee
ba1579e7b8 fixed the visual bug with rock pillar teleport + added new VFX for when the gonggi stones hit and damage player 2025-04-16 00:58:04 +09:00
Ji Yoon Rhee
33da1f4cae reattached the disconnected behavior nodes to Sanin combat BST 2025-04-15 00:44:44 +09:00
Ji Yoon Rhee
5ac3ef72ae debugged the runtime error with haesol's storm AOE BP 2025-04-15 00:44:00 +09:00
Ji Yoon Rhee
e55fe7a0c4 the 1st dirt trail rotates towards the player's location 2025-04-15 00:43:35 +09:00
Ji Yoon Rhee
d299f3738e haesol can rotate itself while activating skill 1 2025-04-15 00:42:37 +09:00
a6692ae98a edit level : tiger village town 2025-04-11 02:45:41 +09:00
7heIVIaze
668dc10200 pulling 2025-04-10 21:41:58 +09:00
Ji Yoon Rhee
47b16f6fde WIP version for sanin's first dirt trail fix 2025-04-10 21:39:27 +09:00
Ji Yoon Rhee
0ed1836a32 added the new dragon model 2025-04-10 21:36:24 +09:00
7heIVIaze
261dcd4617 Haesol's Ult and update AI behavior
Ultimate skill makes NPC drowned and knockback, AI recorver health and back to original position when miss the player
2025-04-09 16:48:39 +09:00
7heIVIaze
e1e66072d8 Haesol's Ult and update AI behavior(recorver health), ready to pull from main
Ultimate skill makes NPC drowned and knockback, AI recorver health and back to original position when miss the player
2025-04-09 16:19:28 +09:00
7heIVIaze
96f72616a7 Haesol's Ult and update AI behavior(recorver health)
Ultimate skill makes NPC drowned and knockback, AI recorver health and back to original position when miss the player
2025-04-09 13:56:27 +09:00
Ji Yoon Rhee
e8d52017be changed the player movement speed to be in accordance with the size of the new level 2025-04-09 11:44:16 +09:00
072b4bd146 edit level 2025-04-09 02:35:22 +09:00
7heIVIaze
044238a67d Haesol's Ult and update AI behavior(recorver health)
Ultimate skill makes NPC drowned and knockback, AI recorver health and back to original position when miss the player
2025-04-08 23:43:26 +09:00
2aae5b391a edit level 2025-04-08 12:15:24 +09:00
1280 changed files with 2467 additions and 4308 deletions

View File

@ -1,17 +1,13 @@
{ {
"version": "1.0", "version": "1.0",
"components": [ "components": [
"Microsoft.Net.Component.4.6.2.TargetingPack", "Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.VC.14.33.17.3.ARM64", "Microsoft.VisualStudio.Component.VC.14.36.17.6.x86.x64",
"Microsoft.VisualStudio.Component.VC.14.33.17.3.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK", "Microsoft.VisualStudio.Component.Windows10SDK.22000",
"Microsoft.VisualStudio.Workload.CoreEditor", "Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop", "Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
"Microsoft.VisualStudio.Workload.NativeDesktop", "Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame", "Microsoft.VisualStudio.Workload.NativeGame"
"Microsoft.VisualStudio.Workload.Universal"
] ]
} }

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.

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.

Binary file not shown.

Binary file not shown.

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