diff --git a/config/default/configs/topics/exp-previewer.conf b/config/default/configs/topics/exp-previewer.conf index 06c019a..79f7fe1 100644 --- a/config/default/configs/topics/exp-previewer.conf +++ b/config/default/configs/topics/exp-previewer.conf @@ -1,5 +1,5 @@ # This presence config defines activity that will be shown when player is in -# expression previewer menu. +# floating islands dialogue/floating islands view. # # Author: Herman S. # Since: v0.3.0 diff --git a/config/default/configs/topics/floating-islands.conf b/config/default/configs/topics/floating-islands.conf new file mode 100644 index 0000000..6f9c170 --- /dev/null +++ b/config/default/configs/topics/floating-islands.conf @@ -0,0 +1,16 @@ +# This presence config defines activity that will be shown when player is in +# expression previewer menu. +# +# Author: Herman S. +# Since: v0.3.2 + +[Presence] +Condition = event_label == "mas_monika_islands" +Priority = -20 +Dynamic = True +Inherit = Default + + +[Activity] +Details = Admires the scenery with [his] [m_name] +State = Gazing at the floating islands \ No newline at end of file diff --git a/doc/DEFAULTS.md b/doc/DEFAULTS.md index 3afb4b9..1366bce 100644 --- a/doc/DEFAULTS.md +++ b/doc/DEFAULTS.md @@ -18,6 +18,7 @@ dig up every single file. | Priority | Config | |----------|-------------------------------------------------------------------------| | -20 | topics/exp-previewer.conf | +| -20 | topics/floating-islands.conf | | -90 | events/anni-year-day.conf | | -90 | events/anni-milestone-day.conf | | -100 | events/anni-year.conf |