Shot ProfilesΒΆ
Related Config File Sections |
---|
shots: |
shot_profiles: |
shot_groups: |
Shot profiles define how shots will behave when hit. This is an example:
##! mode: mode1
shot_profiles:
my_default_profile:
states:
- name: unlit
show: "off"
- name: lit
show: "on"
This example is tested to be valid MPF config. However, it is not integration tested.
##! mode: mode1
shot_profiles:
my_default_profile:
states:
- name: unlit
show: "off"
- name: lit
show: "on"
Normally, a shot will advance its profile (unless advance_on_hit
is set to
False
) and will stay at its last step (unless loop
is set to True
).
There can be a show with option for every state.