Skip to content

Commit 5d15133

Browse files
committed
golem tweaks
1 parent c5f66e0 commit 5d15133

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/character/class.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ const GOLEM: Class = Class {
198198
name: "golem",
199199
start_hp: 50,
200200
start_strength: 45,
201-
start_speed: 2,
201+
start_speed: 1,
202202

203-
speed_rate: 0.05,
203+
speed_rate: 0.04,
204204

205205
..BASE
206206
};

0 commit comments

Comments
 (0)