DEV Community

Cover image for Alpha 1.0.2
Chapter One Rpg
Chapter One Rpg

Posted on

Alpha 1.0.2

High Priority

  1. 3 new Greatsword attacks
    1. Right Click does a charging stab
    2. Shift attack after 1st basic attack rotates the player around the enemy
    3. Shift attack after the above shift attack makes the player jump in the air for an execution-style attack
  2. 1 new Sword attack
    1. Right click make the player flip forward and attack
  3. Implemented Auto Save
    1. Auto Save now happens every time the player leaves combat
  4. Added "Load Auto Save" option to UI
  5. Add Keybind documentation for Skin Writing Ability
  6. Player will stop using potion when full health is reached
  7. Player can no longer drink potions while interuptted
  8. Added a death animation layer so that it will override all other animation layers and prevent the player from animating after death
  9. Player's Head IK no longer looks at random spots on the ground
  10. Update UI for Character panel
  11. Update UI for Crafting to make it more intuitive

Medium-High Priority

  1. Consumable Toolbelt (ex: Potions) now shows a number of how many consumables are left
    1. The toolbelt UI will gray out when consumable count is 0
  2. Unequipping an item that is active and equipped will unequip it from the player
  3. Equipping a weapon will not affect the equip state of an unrelated active weapon
  4. Damage text is now more animated (although it still needs work)
  5. Greatsword is now utilizing colliders for collision detection instead of the old raycast web method

Medium Priority

  1. (Prototyping) Add music when combat begins for Golem
  2. Fix Shadows on Firepit

Top comments (0)