Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 495 Bytes

File metadata and controls

32 lines (23 loc) · 495 Bytes

SkillData ScriptableObject

SkillData is used to store player or enemy skill information.

Properties

  • Skill Name
  • Damage
  • Mana Cost
  • Cooldown
  • Icon
  • Description

Benefits

  • Centralized skill configuration
  • Easy balancing
  • Reusable skill assets
  • Inspector-friendly workflow

Common Use Cases

  • RPG Games
  • MOBA Games
  • Action Games
  • Strategy Games

Best Practices

  • Store configuration only.
  • Keep execution logic in separate scripts.
  • Organize skills by category.