Action system #46
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: game-projects/dragon-forks#46
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
-> An action is where the game is called to change some stuff
-> Action have a set of conditions which handle if they can be done and/or what they'll do, or even if they can be visible
-> Action can use a basic set of rules to respond to input, using this if/else
-> Action can add/remove/multiply different variables, or element in the game
-> They also can start a battle
-> An action builder will be added to the admin area to build an action.
-> Actions can be added to an item
-> Actions can be added to a spell (if it's outside battle)
-> Actions can be added to a place in town (which will be a set of actions)
-> Actions can be added to a biome
This one will need a lot of thinking to create a good API.