ChunMook-Kim / Project_IK

UE5 3D Game Project
MIT License
2 stars 0 forks source link

Establish skill system. #5

Closed IDokan closed 3 weeks ago

IDokan commented 1 month ago

The skill system encompasses all programmatic and logical behaviors related to character skills. Each character possesses unique abilities that players can activate through a UI element located in the bottom-left corner of the screen. Every skill has an associated cost, and players must have sufficient energy to invoke these abilities. The system should handle energy management and ensure skills can only be triggered when the required conditions are met.