attribute system #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-attribute"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates #2.
541cdfeed3
to08b2f22052
@ -0,0 +16,4 @@
/// Permanently increase the stat value.
/// </summary>
/// <param name="by">Increase amount.</param>
public void LevelUp(long by)
As i think about this, what we actually probably want is this whole thing to be data driven from a table (effectively a sparse mapping of numbers).
So we can define a table like "Healing Done" that has level mulitpliers and level breaks
Level: 1 | 2 | 3 | 10
Heal: 100 | 200| 1000 | 10000
But as i think about it more, we might just want both. A simple long scalar that we can control with whatever, and another impl thats a table based thing.
Lets just keep it simple for now and use this one. If we find we want a table driven one then we can make it.
WIP: attribute systemto attribute systemThe current state of this PR was included in
4245513c7c
.Pull request closed