issues
search
kdeng2001
/
Final-Melody
Apache License 2.0
1
stars
0
forks
source link
Party system
#21
Closed
Joey-Yannuzzi
closed
4 months ago
Joey-Yannuzzi
commented
5 months ago
created party, musician, and move structs to hold battle data
created type enums to specify music type for musicians and moves (if applicable)
created enum, to determine if entity is player, enemy, or ally (if applicable)
created musician database that can be used to pull musician templates for use in battles
designers can add extra musicians and fine tune them in unity editor without having to touch code
TODO: create a similar environment with moves
Joey-Yannuzzi
commented
5 months ago
Created the moves database
Moves are assigned to musician when musician is added to a party object
Function checks if moves already have been added, and only adds if no moves exist, to avoid duplicate moves