diff options
| author | GustavoEklund <eklundgu@gmail.com> | 2025-08-30 14:37:33 -0300 |
|---|---|---|
| committer | GustavoEklund <eklundgu@gmail.com> | 2025-08-30 14:37:33 -0300 |
| commit | fa2f7ad139dc7d1929e7656324902d4acd766883 (patch) | |
| tree | 6967b5604de78bd307d559e9a0387594328022d6 | |
| parent | a0866861c3beb376f9f91bc88c5ed56212e57677 (diff) | |
Update player stats
| -rw-r--r-- | assets/definitions/actor/Player.tres | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/definitions/actor/Player.tres b/assets/definitions/actor/Player.tres index 94a4354..9901434 100644 --- a/assets/definitions/actor/Player.tres +++ b/assets/definitions/actor/Player.tres @@ -11,9 +11,9 @@ texture = ExtResource("2_2xyvf") deathTexture = ExtResource("1_m72ac") blocksMovement = true Speed = 10 -Hp = 12 +Hp = 36 Mp = 12 -Atk = 6 -Def = 2 +Atk = 8 +Def = 5 Men = 3 metadata/_custom_type_script = "uid://crxw1e37xlrrt" |
