Implementation PhysicalStats

xtariq

New Member
Contributor
Name: PhysicalStats
Summary: A gameplay module which adds a basic RPG stats system consisting of seven different physical attributes or stats. These attributes modify a bunch of actions that can occur in game. Plus, a system for modifying these stats is in place. Details on each stat can be found in the README.
Current Goal: Some cleanup on how PhysicalStatsModifiers are applied.
Curator: XTariq
Location: https://github.com/Terasology/PhysicalStats
Compatibility: Singleplayer, Multiplayer

Todo list:
  • Some cleanup on how PhysicalStatsModifiers are applied.
  • Rename IPhysicalStatsModifyEffect.java to PhysicalStatsModifyEffect.java.
  • Add events for the other four possible stat changes.
Recent Changes:
Refactored components to better support PhysicalStats modifiers and added documentation to all classes.

I'm open to any suggestions you may have.
 
Top