diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/icarus.jsonc | |
asd
Diffstat (limited to 'config/icarus.jsonc')
| -rw-r--r-- | config/icarus.jsonc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/icarus.jsonc b/config/icarus.jsonc new file mode 100644 index 0000000..fbd8022 --- /dev/null +++ b/config/icarus.jsonc @@ -0,0 +1,23 @@ +{ + "can_loop_de_loop": true, + "armor_slows": true, + "can_slow_fall": false, + // Type: Float + "max_slowed_multiplier": 3.0, + // Type: Float + "wings_speed": 0.0125, + // Type: Integer + "wings_durability": 0, + // Type: Float + "exhaustion_amount": 0.03, + // Type: Float + "required_food_amount": 6.001, + "max_height_enabled": true, + // Type: Integer + "max_height_above_world": 64, + // Type: Float + "flying_target_radius": 0.25, + "client": { + "can_loop_de_loop": true + } +}
\ No newline at end of file |
