jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Organsise weapon data to be in structs #85

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

The project will soon begin to bloat as we add more weapon data throughout development. Maintainability is becoming a problem as changes will need to be matching between each weapon attribute.

About the default values of the weapons: The default values of the weapons represent the initial weapon attribute values of the weapon. These stats are not constant within each instant of the weapon and some might be modified with different stats before being Di 'ed into the weapon

Implementation

BP_PlayerCharacter:

Acceptance Criteria

jChicote commented 1 year ago

Done in another ticket

Ticket is completed in #23 since it is needed to organise the data to be used for functions