darozak / Advolition

1 stars 0 forks source link

Rework armor and shield systems #80

Closed darozak closed 2 months ago

darozak commented 2 months ago

I need to rework the armor and shield systems as follows:

darozak commented 2 months ago

I should generalize the damage and resistance types by simply using arrays for each. Each element of the array will be assigned to a different damage type. For example: 0 = Kinetic 1 = Thermal 2 = Electro Magnetic 3 = Radiological

darozak commented 2 months ago

Reworked so that it separately tracks different types of damage and defensive systems as described above (https://github.com/darozak/Advolition/commit/48ae35386f7416591c84d59834fa95355f884149).