diff options
| author | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-10 01:48:28 -0400 |
| commit | a226d72e51eecb768b13600303f73483118d9104 (patch) | |
| tree | 458d15ef049732c15dacc591a830d3beddbedfde /data/mobs/man.yaml | |
| parent | 6a0f3d7a252de4b1741cfe5e1c561412c602becc (diff) | |
| download | thehouseoficarus-a226d72e51eecb768b13600303f73483118d9104.tar.gz | |
feat: implemented janky object interaction model
Diffstat (limited to 'data/mobs/man.yaml')
| -rw-r--r-- | data/mobs/man.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/mobs/man.yaml b/data/mobs/man.yaml index 79de657..30a3105 100644 --- a/data/mobs/man.yaml +++ b/data/mobs/man.yaml @@ -21,9 +21,8 @@ hp: 7 speed: 5 aggressive: false respawn_ticks: 30 -wander: 3 -wander_tick: 10 -wander_chance: 0.25 +wander_rooms: [1, 2, 3] +wander_interval: 10 drops: remains: "bones" loot: |
