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

Create character record script #2

Merged
merged 7 commits into from
Apr 3, 2017
Merged

Commits on Mar 18, 2017

  1. Restored folders

    Restored folders that were deleted when checking out the project
    Kandy-Man committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    f958738 View commit details
    Browse the repository at this point in the history
  2. Created Character Record

    Still more scripts to make before it is completed
    Kandy-Man committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    df9f471 View commit details
    Browse the repository at this point in the history
  3. Added weapon script

    Still needs more scripts making before they have their base variables
    finished
    Kandy-Man committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    4ca6600 View commit details
    Browse the repository at this point in the history
  4. Added getters and comments

    Added some public getters for the current classes.  Also left some notes
    for tasks to do based on Qgears
    Kandy-Man committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    91422d5 View commit details
    Browse the repository at this point in the history
  5. Refactor CharacterRecord

    Changed stats to animation curves, making it easier to define level
    growth.  Also factored in bonuses when getting the stat along with
    weapon strength.  Also added a model var for weapon class.
    Kandy-Man committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    e941f0b View commit details
    Browse the repository at this point in the history
  6. Character Record strength stat

    This didn't get committed last time for some reason...
    Kandy-Man committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    9a35bcf View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. Took care of some TODOs

    Equip mask now exists.  Character Record now has an equip mask.  Weapon
    now has an equip mask.  Element now exists.  Status Effect now exists.
    Item now has restriction mask, restore type, element, and status
    effects.  Weapon now has a hit particle system and critical hit particle
    system.
    Kandy-Man committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    fc716a1 View commit details
    Browse the repository at this point in the history