Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by jim1608 · Dec 11, 2017 at 08:44 PM · inheritancerpgarchitectureskills

Generic RPG Ability-System structure

Hey there, I'm building a Turn-Based RPG game, like the original Final Fantasy series, for example. I got the hang of dealing with jobs and classes and stats, even with how to unlock skills and set them for each character.

What I'm having trouble with is figuring out a way to structure how my "skills"/"abilities" should be organized in code. I'm trying to make them generic, built with scriptable objects that have their behaviour called in sequence so a Designer could make Skills on their own by mixing blocks of actions instead of having to hard code everything.

In fact I'm trying to make every action in the turn-based combat a "skill" of sorts. Using an item, for example, could be a skill, just like casting fireball, healing, draining MP or doing a basic attack. Anything you can pick from the menu to do in battle is a "skill".

The way I've been thinking of setting this up is: - The most generic kind of character 'skill' is called a Behaviour. - Behaviours can be Passive or Active (sub classes). - Passive Behaviours are either always on (change a stat) or subscribe to an event at the stat of the battle, that when raised does it's thing. - Active behaviours show on the menu, you can pick from sub groups and use them. - All behaviours are composed of an ordered list of acts that are called one by one. - "Acts" are anything from moving the character to a position closer to the enemy, playing an animation, dealing damage, consuming an item, etc... - Acts can have details (who is acting, who are the targets, how to calculate damage, if it's a long distance action, etc) - Fight runs at a coroutine that calculates whose turn it is, waits for an action to be picked and then runs as coroutines it's set of acts before moving to the next character's turn.

So then I'd have to just build a bunch of acts with everything I can possibly imagine as Scriptable Objects with Coroutines and then nest them together.

What do you guys think? Is this way too complicated or would there be a better way?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

123 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How would I get around multiple inheritance for this instance? 1 Answer

Strange behaviour when inheriting parent class with Monobehaviour 1 Answer

advice on resource management system architecture 2 Answers

I NEED A PROGRAMMER'S HELP 1 Answer

Define attacks to choose from 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges