bell_events: type: world debug: false events: on system time minutely every:15: - define hour - define minute - if <[minute]> == 0: - narrate "Gemmeria <&8>| <&7>Es ist <[hour].equals[0].if_true[12].if_false[<[hour]>]> Uhr" targets: - repeat 4: - playsound sound:block_bell_use volume:20 sound_category:master - wait 3 - wait 1 - repeat <[hour].equals[0].if_true[12].if_false[<[hour].mod[12]>]>: - playsound sound:block_bell_use volume:20 sound_category:master pitch:0.5 - wait 2 - else: - repeat <[minute].div_int[15]>: - playsound sound:block_bell_use volume:20 sound_category:master - wait 2