todo: replace all "modifers" / logchanmsg with configurables #9

Open
opened 2024-03-04 10:55:33 +00:00 by pwgen2155 · 0 comments
Owner
            self.logchanmsg([player], "While recovering from a strenuous battle of thumb wrestling "
                            f"{C('name', player.name)} notices something "
                            f"in the mud. Upon investigation, they find an old lost item!")

Idea: We have a modifiers file (like original idlerpg) so alll of these types of channel messages are more interesting.

so above would changes to something like:

            self.logchanmsg([player], "While recovering from a strenuous battle of {self.battle_type} "
                            f"{C('name', player.name)} notices something "
                            f"in the {self.battle_area}. Upon investigation, they find an old lost item!")

or something

``` self.logchanmsg([player], "While recovering from a strenuous battle of thumb wrestling " f"{C('name', player.name)} notices something " f"in the mud. Upon investigation, they find an old lost item!") ``` Idea: We have a modifiers file (like original idlerpg) so alll of these types of channel messages are more interesting. so above would changes to something like: ``` self.logchanmsg([player], "While recovering from a strenuous battle of {self.battle_type} " f"{C('name', player.name)} notices something " f"in the {self.battle_area}. Upon investigation, they find an old lost item!") ``` or something
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pwgen2155/dawdle#9
No description provided.