Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Forms #2

Open
FavouriteDragon opened this issue Jan 23, 2023 · 2 comments
Open

Implement Forms #2

FavouriteDragon opened this issue Jan 23, 2023 · 2 comments
Assignees

Comments

@FavouriteDragon
Copy link
Member

Forms, as described in https://docs.amuzil.com/magus/skills/forms/, should be fully added. This means the input groups for each different type should be defined and ready to use. The effects from each form are different from the input group, and will be defined elsewhere.

@FavouriteDragon
Copy link
Member Author

FavouriteDragon commented Jan 23, 2023

  • Push
  • Pull
  • Raise
  • Lower
  • Burst
  • Arc
  • Compress
  • Expand
  • Twist
  • Strike
  • Block
  • Breathe
  • Step

@FavouriteDragon
Copy link
Member Author

How forms work:
Forms are a data class that takes an input, or Conditional. The interface for this needs to be finalised, but Conditionals are just classifying input data. Could be multikey, receiving a packet/radial menu, VR, e.t.c. Forms take this and return a RadixTree filled out with nodes that have Conditions. Conditions turn Conditionals into actual, listenable data on the forge event bus. See SimpleCondition, EventCondition, e.t.c. Input data is defined in its own special way (see KeyCombinations and such)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants