Main branch¶
+-
+
Fix: Typo in evadventure twitch combat’s call of
create_combathandler.
+
From 8e954611e322b841e02f8770f9c840d51e812a04 Mon Sep 17 00:00:00 2001
From: Evennia docbuilder action Fix: Typo in evadventure twitch combat’s call of Aug 6, 2023Table of Contents
+
Changelog¶
+Main branch¶
+
+
+create_combathandler.Evennia 2.2.0¶
search_index_entry = {'aliases': 'ls l', 'category': 'general', 'key': 'look', 'no_prefix': ' ls l', 'tags': '', 'text': '\n look while out-of-character\n\n Usage:\n look\n\n Look in the ooc state.\n '}¶search_index_entry = {'aliases': 'l ls', 'category': 'general', 'key': 'look', 'no_prefix': ' l ls', 'tags': '', 'text': '\n look while out-of-character\n\n Usage:\n look\n\n Look in the ooc state.\n '}¶
search_index_entry = {'aliases': 'remit pemit', 'category': 'admin', 'key': 'emit', 'no_prefix': ' remit pemit', 'tags': '', 'text': '\n admin command for emitting message to multiple objects\n\n Usage:\n emit[/switches] [<obj>, <obj>, ... =] <message>\n remit [<obj>, <obj>, ... =] <message>\n pemit [<obj>, <obj>, ... =] <message>\n\n Switches:\n room - limit emits to rooms only (default)\n accounts - limit emits to accounts only\n contents - send to the contents of matched objects too\n\n Emits a message to the selected objects or to\n your immediate surroundings. If the object is a room,\n send to its contents. remit and pemit are just\n limited forms of emit, for sending to rooms and\n to accounts respectively.\n '}¶search_index_entry = {'aliases': 'pemit remit', 'category': 'admin', 'key': 'emit', 'no_prefix': ' pemit remit', 'tags': '', 'text': '\n admin command for emitting message to multiple objects\n\n Usage:\n emit[/switches] [<obj>, <obj>, ... =] <message>\n remit [<obj>, <obj>, ... =] <message>\n pemit [<obj>, <obj>, ... =] <message>\n\n Switches:\n room - limit emits to rooms only (default)\n accounts - limit emits to accounts only\n contents - send to the contents of matched objects too\n\n Emits a message to the selected objects or to\n your immediate surroundings. If the object is a room,\n send to its contents. remit and pemit are just\n limited forms of emit, for sending to rooms and\n to accounts respectively.\n '}¶
search_index_entry = {'aliases': '@delete @del', 'category': 'building', 'key': '@destroy', 'no_prefix': 'destroy delete del', 'tags': '', 'text': '\n permanently delete objects\n\n Usage:\n destroy[/switches] [obj, obj2, obj3, [dbref-dbref], ...]\n\n Switches:\n override - The destroy command will usually avoid accidentally\n destroying account objects. This switch overrides this safety.\n force - destroy without confirmation.\n Examples:\n destroy house, roof, door, 44-78\n destroy 5-10, flower, 45\n destroy/force north\n\n Destroys one or many objects. If dbrefs are used, a range to delete can be\n given, e.g. 4-10. Also the end points will be deleted. This command\n displays a confirmation before destroying, to make sure of your choice.\n You can specify the /force switch to bypass this confirmation.\n '}¶search_index_entry = {'aliases': '@del @delete', 'category': 'building', 'key': '@destroy', 'no_prefix': 'destroy del delete', 'tags': '', 'text': '\n permanently delete objects\n\n Usage:\n destroy[/switches] [obj, obj2, obj3, [dbref-dbref], ...]\n\n Switches:\n override - The destroy command will usually avoid accidentally\n destroying account objects. This switch overrides this safety.\n force - destroy without confirmation.\n Examples:\n destroy house, roof, door, 44-78\n destroy 5-10, flower, 45\n destroy/force north\n\n Destroys one or many objects. If dbrefs are used, a range to delete can be\n given, e.g. 4-10. Also the end points will be deleted. This command\n displays a confirmation before destroying, to make sure of your choice.\n You can specify the /force switch to bypass this confirmation.\n '}¶
aliases = ['@typeclasses', '@type', '@parent', '@swap', '@update']¶aliases = ['@swap', '@update', '@parent', '@type', '@typeclasses']¶
search_index_entry = {'aliases': '@typeclasses @type @parent @swap @update', 'category': 'building', 'key': '@typeclass', 'no_prefix': 'typeclass typeclasses type parent swap update', 'tags': '', 'text': "\n set or change an object's typeclass\n\n Usage:\n typeclass[/switch] <object> [= typeclass.path]\n typeclass/prototype <object> = prototype_key\n\n typeclasses or typeclass/list/show [typeclass.path]\n swap - this is a shorthand for using /force/reset flags.\n update - this is a shorthand for using the /force/reload flag.\n\n Switch:\n show, examine - display the current typeclass of object (default) or, if\n given a typeclass path, show the docstring of that typeclass.\n update - *only* re-run at_object_creation on this object\n meaning locks or other properties set later may remain.\n reset - clean out *all* the attributes and properties on the\n object - basically making this a new clean object. This will also\n reset cmdsets!\n force - change to the typeclass also if the object\n already has a typeclass of the same name.\n list - show available typeclasses. Only typeclasses in modules actually\n imported or used from somewhere in the code will show up here\n (those typeclasses are still available if you know the path)\n prototype - clean and overwrite the object with the specified\n prototype key - effectively making a whole new object.\n\n Example:\n type button = examples.red_button.RedButton\n type/prototype button=a red button\n\n If the typeclass_path is not given, the current object's typeclass is\n assumed.\n\n View or set an object's typeclass. If setting, the creation hooks of the\n new typeclass will be run on the object. If you have clashing properties on\n the old class, use /reset. By default you are protected from changing to a\n typeclass of the same name as the one you already have - use /force to\n override this protection.\n\n The given typeclass must be identified by its location using python\n dot-notation pointing to the correct module and class. If no typeclass is\n given (or a wrong typeclass is given). Errors in the path or new typeclass\n will lead to the old typeclass being kept. The location of the typeclass\n module is searched from the default typeclass directory, as defined in the\n server settings.\n\n "}¶search_index_entry = {'aliases': '@swap @update @parent @type @typeclasses', 'category': 'building', 'key': '@typeclass', 'no_prefix': 'typeclass swap update parent type typeclasses', 'tags': '', 'text': "\n set or change an object's typeclass\n\n Usage:\n typeclass[/switch] <object> [= typeclass.path]\n typeclass/prototype <object> = prototype_key\n\n typeclasses or typeclass/list/show [typeclass.path]\n swap - this is a shorthand for using /force/reset flags.\n update - this is a shorthand for using the /force/reload flag.\n\n Switch:\n show, examine - display the current typeclass of object (default) or, if\n given a typeclass path, show the docstring of that typeclass.\n update - *only* re-run at_object_creation on this object\n meaning locks or other properties set later may remain.\n reset - clean out *all* the attributes and properties on the\n object - basically making this a new clean object. This will also\n reset cmdsets!\n force - change to the typeclass also if the object\n already has a typeclass of the same name.\n list - show available typeclasses. Only typeclasses in modules actually\n imported or used from somewhere in the code will show up here\n (those typeclasses are still available if you know the path)\n prototype - clean and overwrite the object with the specified\n prototype key - effectively making a whole new object.\n\n Example:\n type button = examples.red_button.RedButton\n type/prototype button=a red button\n\n If the typeclass_path is not given, the current object's typeclass is\n assumed.\n\n View or set an object's typeclass. If setting, the creation hooks of the\n new typeclass will be run on the object. If you have clashing properties on\n the old class, use /reset. By default you are protected from changing to a\n typeclass of the same name as the one you already have - use /force to\n override this protection.\n\n The given typeclass must be identified by its location using python\n dot-notation pointing to the correct module and class. If no typeclass is\n given (or a wrong typeclass is given). Errors in the path or new typeclass\n will lead to the old typeclass being kept. The location of the typeclass\n module is searched from the default typeclass directory, as defined in the\n server settings.\n\n "}¶
search_index_entry = {'aliases': '@ex @exam', 'category': 'building', 'key': '@examine', 'no_prefix': 'examine ex exam', 'tags': '', 'text': '\n get detailed information about an object\n\n Usage:\n examine [<object>[/attrname]]\n examine [*<account>[/attrname]]\n\n Switch:\n account - examine an Account (same as adding *)\n object - examine an Object (useful when OOC)\n script - examine a Script\n channel - examine a Channel\n\n The examine command shows detailed game info about an\n object and optionally a specific attribute on it.\n If object is not specified, the current location is examined.\n\n Append a * before the search string to examine an account.\n\n '}¶search_index_entry = {'aliases': '@exam @ex', 'category': 'building', 'key': '@examine', 'no_prefix': 'examine exam ex', 'tags': '', 'text': '\n get detailed information about an object\n\n Usage:\n examine [<object>[/attrname]]\n examine [*<account>[/attrname]]\n\n Switch:\n account - examine an Account (same as adding *)\n object - examine an Object (useful when OOC)\n script - examine a Script\n channel - examine a Channel\n\n The examine command shows detailed game info about an\n object and optionally a specific attribute on it.\n If object is not specified, the current location is examined.\n\n Append a * before the search string to examine an account.\n\n '}¶
search_index_entry = {'aliases': '@search @locate', 'category': 'building', 'key': '@find', 'no_prefix': 'find search locate', 'tags': '', 'text': '\n search the database for objects\n\n Usage:\n find[/switches] <name or dbref or *account> [= dbrefmin[-dbrefmax]]\n locate - this is a shorthand for using the /loc switch.\n\n Switches:\n room - only look for rooms (location=None)\n exit - only look for exits (destination!=None)\n char - only look for characters (BASE_CHARACTER_TYPECLASS)\n exact - only exact matches are returned.\n loc - display object location if exists and match has one result\n startswith - search for names starting with the string, rather than containing\n\n Searches the database for an object of a particular name or exact #dbref.\n Use *accountname to search for an account. The switches allows for\n limiting object matches to certain game entities. Dbrefmin and dbrefmax\n limits matches to within the given dbrefs range, or above/below if only\n one is given.\n '}¶search_index_entry = {'aliases': '@locate @search', 'category': 'building', 'key': '@find', 'no_prefix': 'find locate search', 'tags': '', 'text': '\n search the database for objects\n\n Usage:\n find[/switches] <name or dbref or *account> [= dbrefmin[-dbrefmax]]\n locate - this is a shorthand for using the /loc switch.\n\n Switches:\n room - only look for rooms (location=None)\n exit - only look for exits (destination!=None)\n char - only look for characters (BASE_CHARACTER_TYPECLASS)\n exact - only exact matches are returned.\n loc - display object location if exists and match has one result\n startswith - search for names starting with the string, rather than containing\n\n Searches the database for an object of a particular name or exact #dbref.\n Use *accountname to search for an account. The switches allows for\n limiting object matches to certain game entities. Dbrefmin and dbrefmax\n limits matches to within the given dbrefs range, or above/below if only\n one is given.\n '}¶
search_index_entry = {'aliases': 'ls l', 'category': 'general', 'key': 'look', 'no_prefix': ' ls l', 'tags': '', 'text': '\n look at location or object\n\n Usage:\n look\n look <obj>\n look *<account>\n\n Observes your location or objects in your vicinity.\n '}¶search_index_entry = {'aliases': 'l ls', 'category': 'general', 'key': 'look', 'no_prefix': ' l ls', 'tags': '', 'text': '\n look at location or object\n\n Usage:\n look\n look <obj>\n look *<account>\n\n Observes your location or objects in your vicinity.\n '}¶
search_index_entry = {'aliases': 'i inv', 'category': 'general', 'key': 'inventory', 'no_prefix': ' i inv', 'tags': '', 'text': '\n view inventory\n\n Usage:\n inventory\n inv\n\n Shows your inventory.\n '}¶search_index_entry = {'aliases': 'inv i', 'category': 'general', 'key': 'inventory', 'no_prefix': ' inv i', 'tags': '', 'text': '\n view inventory\n\n Usage:\n inventory\n inv\n\n Shows your inventory.\n '}¶
search_index_entry = {'aliases': '\' "', 'category': 'general', 'key': 'say', 'no_prefix': ' \' "', 'tags': '', 'text': '\n speak as your character\n\n Usage:\n say <message>\n\n Talk to those in your current location.\n '}¶search_index_entry = {'aliases': '" \'', 'category': 'general', 'key': 'say', 'no_prefix': ' " \'', 'tags': '', 'text': '\n speak as your character\n\n Usage:\n say <message>\n\n Talk to those in your current location.\n '}¶
search_index_entry = {'aliases': 'emote :', 'category': 'general', 'key': 'pose', 'no_prefix': ' emote :', 'tags': '', 'text': "\n strike a pose\n\n Usage:\n pose <pose text>\n pose's <pose text>\n\n Example:\n pose is standing by the wall, smiling.\n -> others will see:\n Tom is standing by the wall, smiling.\n\n Describe an action being taken. The pose text will\n automatically begin with your name.\n "}¶search_index_entry = {'aliases': ': emote', 'category': 'general', 'key': 'pose', 'no_prefix': ' : emote', 'tags': '', 'text': "\n strike a pose\n\n Usage:\n pose <pose text>\n pose's <pose text>\n\n Example:\n pose is standing by the wall, smiling.\n -> others will see:\n Tom is standing by the wall, smiling.\n\n Describe an action being taken. The pose text will\n automatically begin with your name.\n "}¶
search_index_entry = {'aliases': 'groups hierarchy', 'category': 'general', 'key': 'access', 'no_prefix': ' groups hierarchy', 'tags': '', 'text': '\n show your current game access\n\n Usage:\n access\n\n This command shows you the permission hierarchy and\n which permission groups you are a member of.\n '}¶search_index_entry = {'aliases': 'hierarchy groups', 'category': 'general', 'key': 'access', 'no_prefix': ' hierarchy groups', 'tags': '', 'text': '\n show your current game access\n\n Usage:\n access\n\n This command shows you the permission hierarchy and\n which permission groups you are a member of.\n '}¶
Test the batch processor.
red_button = <module 'evennia.contrib.tutorials.red_button.red_button' from '/tmp/tmpcywdezmq/f40bfb679aaa60638ced507f64c97627e17881cd/evennia/contrib/tutorials/red_button/red_button.py'>¶
search_index_entry = {'aliases': 'con co conn', 'category': 'general', 'key': 'connect', 'no_prefix': ' con co conn', 'tags': '', 'text': '\n connect to the game\n\n Usage (at login screen):\n connect accountname password\n connect "account name" "pass word"\n\n Use the create command to first create an account before logging in.\n\n If you have spaces in your name, enclose it in double quotes.\n '}¶search_index_entry = {'aliases': 'conn co con', 'category': 'general', 'key': 'connect', 'no_prefix': ' conn co con', 'tags': '', 'text': '\n connect to the game\n\n Usage (at login screen):\n connect accountname password\n connect "account name" "pass word"\n\n Use the create command to first create an account before logging in.\n\n If you have spaces in your name, enclose it in double quotes.\n '}¶
search_index_entry = {'aliases': 'look l', 'category': 'general', 'key': '__unloggedin_look_command', 'no_prefix': ' look l', 'tags': '', 'text': '\n look when in unlogged-in state\n\n Usage:\n look\n\n This is an unconnected version of the look command for simplicity.\n\n This is called by the server and kicks everything in gear.\n All it does is display the connect screen.\n '}¶search_index_entry = {'aliases': 'l look', 'category': 'general', 'key': '__unloggedin_look_command', 'no_prefix': ' l look', 'tags': '', 'text': '\n look when in unlogged-in state\n\n Usage:\n look\n\n This is an unconnected version of the look command for simplicity.\n\n This is called by the server and kicks everything in gear.\n All it does is display the connect screen.\n '}¶
search_index_entry = {'aliases': 'con co conn', 'category': 'general', 'key': 'connect', 'no_prefix': ' con co conn', 'tags': '', 'text': '\n Connect to the game.\n\n Usage (at login screen):\n connect <email> <password>\n\n Use the create command to first create an account before logging in.\n '}¶search_index_entry = {'aliases': 'conn co con', 'category': 'general', 'key': 'connect', 'no_prefix': ' conn co con', 'tags': '', 'text': '\n Connect to the game.\n\n Usage (at login screen):\n connect <email> <password>\n\n Use the create command to first create an account before logging in.\n '}¶
search_index_entry = {'aliases': 'look l', 'category': 'general', 'key': '__unloggedin_look_command', 'no_prefix': ' look l', 'tags': '', 'text': '\n This is an unconnected version of the `look` command for simplicity.\n\n This is called by the server and kicks everything in gear.\n All it does is display the connect screen.\n '}¶search_index_entry = {'aliases': 'l look', 'category': 'general', 'key': '__unloggedin_look_command', 'no_prefix': ' l look', 'tags': '', 'text': '\n This is an unconnected version of the `look` command for simplicity.\n\n This is called by the server and kicks everything in gear.\n All it does is display the connect screen.\n '}¶
search_index_entry = {'aliases': '@calls @callbacks @callback', 'category': 'building', 'key': '@call', 'no_prefix': 'call calls callbacks callback', 'tags': '', 'text': '\n Command to edit callbacks.\n '}¶search_index_entry = {'aliases': '@callbacks @callback @calls', 'category': 'building', 'key': '@call', 'no_prefix': 'call callbacks callback calls', 'tags': '', 'text': '\n Command to edit callbacks.\n '}¶
search_index_entry = {'aliases': 'aliaschan chanalias', 'category': 'comms', 'key': 'addcom', 'no_prefix': ' aliaschan chanalias', 'tags': '', 'text': '\n Add a channel alias and/or subscribe to a channel\n\n Usage:\n addcom [alias=] <channel>\n\n Joins a given channel. If alias is given, this will allow you to\n refer to the channel by this alias rather than the full channel\n name. Subsequent calls of this command can be used to add multiple\n aliases to an already joined channel.\n '}¶search_index_entry = {'aliases': 'chanalias aliaschan', 'category': 'comms', 'key': 'addcom', 'no_prefix': ' chanalias aliaschan', 'tags': '', 'text': '\n Add a channel alias and/or subscribe to a channel\n\n Usage:\n addcom [alias=] <channel>\n\n Joins a given channel. If alias is given, this will allow you to\n refer to the channel by this alias rather than the full channel\n name. Subsequent calls of this command can be used to add multiple\n aliases to an already joined channel.\n '}¶
search_index_entry = {'aliases': 'quit q abort chicken out', 'category': 'evscaperoom', 'key': 'give up', 'no_prefix': ' quit q abort chicken out', 'tags': '', 'text': '\n Give up\n\n Usage:\n give up\n\n Abandons your attempts at escaping and of ever winning the pie-eating contest.\n\n '}¶search_index_entry = {'aliases': 'q abort chicken out quit', 'category': 'evscaperoom', 'key': 'give up', 'no_prefix': ' q abort chicken out quit', 'tags': '', 'text': '\n Give up\n\n Usage:\n give up\n\n Abandons your attempts at escaping and of ever winning the pie-eating contest.\n\n '}¶
search_index_entry = {'aliases': 'ls l', 'category': 'evscaperoom', 'key': 'look', 'no_prefix': ' ls l', 'tags': '', 'text': '\n Look at the room, an object or the currently focused object\n\n Usage:\n look [obj]\n\n '}¶search_index_entry = {'aliases': 'l ls', 'category': 'evscaperoom', 'key': 'look', 'no_prefix': ' l ls', 'tags': '', 'text': '\n Look at the room, an object or the currently focused object\n\n Usage:\n look [obj]\n\n '}¶
search_index_entry = {'aliases': 'whisper shout ;', 'category': 'general', 'key': 'say', 'no_prefix': ' whisper shout ;', 'tags': '', 'text': '\n Perform an communication action.\n\n Usage:\n say <text>\n whisper\n shout\n\n '}¶search_index_entry = {'aliases': '; whisper shout', 'category': 'general', 'key': 'say', 'no_prefix': ' ; whisper shout', 'tags': '', 'text': '\n Perform an communication action.\n\n Usage:\n say <text>\n whisper\n shout\n\n '}¶
search_index_entry = {'aliases': 'e ex examine unfocus', 'category': 'evscaperoom', 'key': 'focus', 'no_prefix': ' e ex examine unfocus', 'tags': '', 'text': '\n Focus your attention on a target.\n\n Usage:\n focus <obj>\n\n Once focusing on an object, use look to get more information about how it\n looks and what actions is available.\n\n '}¶search_index_entry = {'aliases': 'ex e examine unfocus', 'category': 'evscaperoom', 'key': 'focus', 'no_prefix': ' ex e examine unfocus', 'tags': '', 'text': '\n Focus your attention on a target.\n\n Usage:\n focus <obj>\n\n Once focusing on an object, use look to get more information about how it\n looks and what actions is available.\n\n '}¶
search_index_entry = {'aliases': 'give i inv inventory', 'category': 'evscaperoom', 'key': 'get', 'no_prefix': ' give i inv inventory', 'tags': '', 'text': '\n Use focus / examine instead.\n\n '}¶search_index_entry = {'aliases': 'inventory inv i give', 'category': 'evscaperoom', 'key': 'get', 'no_prefix': ' inventory inv i give', 'tags': '', 'text': '\n Use focus / examine instead.\n\n '}¶
search_index_entry = {'aliases': 'deal offers', 'category': 'trading', 'key': 'status', 'no_prefix': ' deal offers', 'tags': '', 'text': "\n show a list of the current deal\n\n Usage:\n status\n deal\n offers\n\n Shows the currently suggested offers on each sides of the deal. To\n accept the current deal, use the 'accept' command. Use 'offer' to\n change your deal. You might also want to use 'say', 'emote' etc to\n try to influence the other part in the deal.\n "}¶search_index_entry = {'aliases': 'offers deal', 'category': 'trading', 'key': 'status', 'no_prefix': ' offers deal', 'tags': '', 'text': "\n show a list of the current deal\n\n Usage:\n status\n deal\n offers\n\n Shows the currently suggested offers on each sides of the deal. To\n accept the current deal, use the 'accept' command. Use 'offer' to\n change your deal. You might also want to use 'say', 'emote' etc to\n try to influence the other part in the deal.\n "}¶
search_index_entry = {'aliases': 'i inv', 'category': 'general', 'key': 'inventory', 'no_prefix': ' i inv', 'tags': '', 'text': '\n view inventory\n\n Usage:\n inventory\n inv\n\n Shows your inventory.\n '}¶search_index_entry = {'aliases': 'inv i', 'category': 'general', 'key': 'inventory', 'no_prefix': ' inv i', 'tags': '', 'text': '\n view inventory\n\n Usage:\n inventory\n inv\n\n Shows your inventory.\n '}¶
search_index_entry = {'aliases': 'ls l', 'category': 'general', 'key': 'look', 'no_prefix': ' ls l', 'tags': '', 'text': '\n look\n\n Usage:\n look\n look <obj>\n look <room detail>\n look *<account>\n\n Observes your location, details at your location or objects in your vicinity.\n '}¶search_index_entry = {'aliases': 'l ls', 'category': 'general', 'key': 'look', 'no_prefix': ' l ls', 'tags': '', 'text': '\n look\n\n Usage:\n look\n look <obj>\n look <room detail>\n look *<account>\n\n Observes your location, details at your location or objects in your vicinity.\n '}¶
search_index_entry = {'aliases': 'roll @dice', 'category': 'general', 'key': 'dice', 'no_prefix': ' roll dice', 'tags': '', 'text': "\n roll dice\n\n Usage:\n dice[/switch] <nr>d<sides> [modifier] [success condition]\n\n Switch:\n hidden - tell the room the roll is being done, but don't show the result\n secret - don't inform the room about neither roll nor result\n\n Examples:\n dice 3d6 + 4\n dice 1d100 - 2 < 50\n\n This will roll the given number of dice with given sides and modifiers.\n So e.g. 2d6 + 3 means to 'roll a 6-sided die 2 times and add the result,\n then add 3 to the total'.\n Accepted modifiers are +, -, * and /.\n A success condition is given as normal Python conditionals\n (<,>,<=,>=,==,!=). So e.g. 2d6 + 3 > 10 means that the roll will succeed\n only if the final result is above 8. If a success condition is given, the\n outcome (pass/fail) will be echoed along with how much it succeeded/failed\n with. The hidden/secret switches will hide all or parts of the roll from\n everyone but the person rolling.\n "}¶search_index_entry = {'aliases': '@dice roll', 'category': 'general', 'key': 'dice', 'no_prefix': ' dice roll', 'tags': '', 'text': "\n roll dice\n\n Usage:\n dice[/switch] <nr>d<sides> [modifier] [success condition]\n\n Switch:\n hidden - tell the room the roll is being done, but don't show the result\n secret - don't inform the room about neither roll nor result\n\n Examples:\n dice 3d6 + 4\n dice 1d100 - 2 < 50\n\n This will roll the given number of dice with given sides and modifiers.\n So e.g. 2d6 + 3 means to 'roll a 6-sided die 2 times and add the result,\n then add 3 to the total'.\n Accepted modifiers are +, -, * and /.\n A success condition is given as normal Python conditionals\n (<,>,<=,>=,==,!=). So e.g. 2d6 + 3 > 10 means that the roll will succeed\n only if the final result is above 8. If a success condition is given, the\n outcome (pass/fail) will be echoed along with how much it succeeded/failed\n with. The hidden/secret switches will hide all or parts of the roll from\n everyone but the person rolling.\n "}¶
search_index_entry = {'aliases': '\' "', 'category': 'general', 'key': 'say', 'no_prefix': ' \' "', 'tags': '', 'text': '\n speak as your character\n\n Usage:\n say <message>\n\n Talk to those in your current location.\n '}¶search_index_entry = {'aliases': '" \'', 'category': 'general', 'key': 'say', 'no_prefix': ' " \'', 'tags': '', 'text': '\n speak as your character\n\n Usage:\n say <message>\n\n Talk to those in your current location.\n '}¶
search_index_entry = {'aliases': 'forget recognize', 'category': 'general', 'key': 'recog', 'no_prefix': ' forget recognize', 'tags': '', 'text': '\n Recognize another person in the same room.\n\n Usage:\n recog\n recog sdesc as alias\n forget alias\n\n Example:\n recog tall man as Griatch\n forget griatch\n\n This will assign a personal alias for a person, or forget said alias.\n Using the command without arguments will list all current recogs.\n\n '}¶search_index_entry = {'aliases': 'recognize forget', 'category': 'general', 'key': 'recog', 'no_prefix': ' recognize forget', 'tags': '', 'text': '\n Recognize another person in the same room.\n\n Usage:\n recog\n recog sdesc as alias\n forget alias\n\n Example:\n recog tall man as Griatch\n forget griatch\n\n This will assign a personal alias for a person, or forget said alias.\n Using the command without arguments will list all current recogs.\n\n '}¶
search_index_entry = {'aliases': 'turnbased combat hit', 'category': 'general', 'key': 'attack', 'no_prefix': ' turnbased combat hit', 'tags': '', 'text': '\n Start or join combat.\n\n Usage:\n attack [<target>]\n\n '}¶search_index_entry = {'aliases': 'hit turnbased combat', 'category': 'general', 'key': 'attack', 'no_prefix': ' hit turnbased combat', 'tags': '', 'text': '\n Start or join combat.\n\n Usage:\n attack [<target>]\n\n '}¶
search_index_entry = {'aliases': 'ls l', 'category': 'general', 'key': 'look', 'no_prefix': ' ls l', 'tags': '', 'text': '\n look at location or object\n\n Usage:\n look\n look <obj>\n look *<account>\n\n Observes your location or objects in your vicinity.\n '}¶search_index_entry = {'aliases': 'l ls', 'category': 'general', 'key': 'look', 'no_prefix': ' l ls', 'tags': '', 'text': '\n look at location or object\n\n Usage:\n look\n look <obj>\n look *<account>\n\n Observes your location or objects in your vicinity.\n '}¶
search_index_entry = {'aliases': 'i inv', 'category': 'general', 'key': 'inventory', 'no_prefix': ' i inv', 'tags': '', 'text': '\n View your inventory\n\n Usage:\n inventory\n\n '}¶search_index_entry = {'aliases': 'inv i', 'category': 'general', 'key': 'inventory', 'no_prefix': ' inv i', 'tags': '', 'text': '\n View your inventory\n\n Usage:\n inventory\n\n '}¶
aliases = ['push', 'press', 'press button']¶
search_index_entry = {'aliases': 'push press press button', 'category': 'general', 'key': 'push button', 'no_prefix': ' push press press button', 'tags': '', 'text': '\n Push the red button (lid closed)\n\n Usage:\n push button\n\n '}¶
aliases = ['break lid', 'smash lid', 'smash']¶
search_index_entry = {'aliases': 'break lid smash lid smash', 'category': 'general', 'key': 'smash glass', 'no_prefix': ' break lid smash lid smash', 'tags': '', 'text': '\n Smash the protective glass.\n\n Usage:\n smash glass\n\n Try to smash the glass of the button.\n\n '}¶
aliases = ['push', 'press', 'press button']¶
search_index_entry = {'aliases': 'push press press button', 'category': 'general', 'key': 'push button', 'no_prefix': ' push press press button', 'tags': '', 'text': '\n Push the red button\n\n Usage:\n push button\n\n '}¶
aliases = ['feel', 'l', 'examine', 'listen', 'ex', 'get']¶
search_index_entry = {'aliases': 'feel l examine listen ex get', 'category': 'general', 'key': 'look', 'no_prefix': ' feel l examine listen ex get', 'tags': '', 'text': "\n Looking around in darkness\n\n Usage:\n look <obj>\n\n ... not that there's much to see in the dark.\n\n "}¶
search_index_entry = {'aliases': 'burn light', 'category': 'tutorialworld', 'key': 'on', 'no_prefix': ' burn light', 'tags': '', 'text': '\n Creates light where there was none. Something to burn.\n '}¶search_index_entry = {'aliases': 'light burn', 'category': 'tutorialworld', 'key': 'on', 'no_prefix': ' light burn', 'tags': '', 'text': '\n Creates light where there was none. Something to burn.\n '}¶
search_index_entry = {'aliases': 'push move shiftroot pull', 'category': 'tutorialworld', 'key': 'shift', 'no_prefix': ' push move shiftroot pull', 'tags': '', 'text': '\n Shifts roots around.\n\n Usage:\n shift blue root left/right\n shift red root left/right\n shift yellow root up/down\n shift green root up/down\n\n '}¶search_index_entry = {'aliases': 'push shiftroot move pull', 'category': 'tutorialworld', 'key': 'shift', 'no_prefix': ' push shiftroot move pull', 'tags': '', 'text': '\n Shifts roots around.\n\n Usage:\n shift blue root left/right\n shift red root left/right\n shift yellow root up/down\n shift green root up/down\n\n '}¶
aliases = ['press button', 'button', 'push button']¶aliases = ['press button', 'push button', 'button']¶
search_index_entry = {'aliases': 'press button button push button', 'category': 'tutorialworld', 'key': 'press', 'no_prefix': ' press button button push button', 'tags': '', 'text': '\n Presses a button.\n '}¶search_index_entry = {'aliases': 'press button push button button', 'category': 'tutorialworld', 'key': 'press', 'no_prefix': ' press button push button button', 'tags': '', 'text': '\n Presses a button.\n '}¶
aliases = ['parry', 'stab', 'defend', 'pierce', 'hit', 'slash', 'chop', 'fight', 'thrust', 'kill', 'bash']¶aliases = ['bash', 'thrust', 'fight', 'pierce', 'parry', 'chop', 'slash', 'defend', 'kill', 'hit', 'stab']¶
search_index_entry = {'aliases': 'parry stab defend pierce hit slash chop fight thrust kill bash', 'category': 'tutorialworld', 'key': 'attack', 'no_prefix': ' parry stab defend pierce hit slash chop fight thrust kill bash', 'tags': '', 'text': '\n Attack the enemy. Commands:\n\n stab <enemy>\n slash <enemy>\n parry\n\n stab - (thrust) makes a lot of damage but is harder to hit with.\n slash - is easier to land, but does not make as much damage.\n parry - forgoes your attack but will make you harder to hit on next\n enemy attack.\n\n '}¶search_index_entry = {'aliases': 'bash thrust fight pierce parry chop slash defend kill hit stab', 'category': 'tutorialworld', 'key': 'attack', 'no_prefix': ' bash thrust fight pierce parry chop slash defend kill hit stab', 'tags': '', 'text': '\n Attack the enemy. Commands:\n\n stab <enemy>\n slash <enemy>\n parry\n\n stab - (thrust) makes a lot of damage but is harder to hit with.\n slash - is easier to land, but does not make as much damage.\n parry - forgoes your attack but will make you harder to hit on next\n enemy attack.\n\n '}¶
search_index_entry = {'aliases': 'ls l', 'category': 'tutorialworld', 'key': 'look', 'no_prefix': ' ls l', 'tags': '', 'text': '\n looks at the room and on details\n\n Usage:\n look <obj>\n look <room detail>\n look *<account>\n\n Observes your location, details at your location or objects\n in your vicinity.\n\n Tutorial: This is a child of the default Look command, that also\n allows us to look at "details" in the room. These details are\n things to examine and offers some extra description without\n actually having to be actual database objects. It uses the\n return_detail() hook on TutorialRooms for this.\n '}¶search_index_entry = {'aliases': 'l ls', 'category': 'tutorialworld', 'key': 'look', 'no_prefix': ' l ls', 'tags': '', 'text': '\n looks at the room and on details\n\n Usage:\n look <obj>\n look <room detail>\n look *<account>\n\n Observes your location, details at your location or objects\n in your vicinity.\n\n Tutorial: This is a child of the default Look command, that also\n allows us to look at "details" in the room. These details are\n things to examine and offers some extra description without\n actually having to be actual database objects. It uses the\n return_detail() hook on TutorialRooms for this.\n '}¶
aliases = ['l', 'fiddle', 'search', 'feel around', 'feel']¶aliases = ['feel', 'l', 'fiddle', 'feel around', 'search']¶
search_index_entry = {'aliases': 'l fiddle search feel around feel', 'category': 'tutorialworld', 'key': 'look', 'no_prefix': ' l fiddle search feel around feel', 'tags': '', 'text': '\n Look around in darkness\n\n Usage:\n look\n\n Look around in the darkness, trying\n to find something.\n '}¶search_index_entry = {'aliases': 'feel l fiddle feel around search', 'category': 'tutorialworld', 'key': 'look', 'no_prefix': ' feel l fiddle feel around search', 'tags': '', 'text': '\n Look around in darkness\n\n Usage:\n look\n\n Look around in the darkness, trying\n to find something.\n '}¶
directory = '/tmp/tmpy891rbg9/03bb1285dac581603a2ad367e7d4b6c9cbfb04ff/evennia'¶directory = '/tmp/tmpcywdezmq/f40bfb679aaa60638ced507f64c97627e17881cd/evennia'¶
directory = '/tmp/tmpy891rbg9/03bb1285dac581603a2ad367e7d4b6c9cbfb04ff/evennia/game_template'¶directory = '/tmp/tmpcywdezmq/f40bfb679aaa60638ced507f64c97627e17881cd/evennia/game_template'¶
aliases = [':f', ':I', ':y', ':q!', ':DD', ':r', ':UU', ':fi', ':i', ':', ':j', ':x', ':s', ':w', ':S', '::', ':dw', ':uu', ':fd', ':::', ':wq', ':>', ':q', ':dd', ':!', ':A', ':p', ':<', ':echo', ':=', ':h', ':u']¶aliases = [':S', ':x', ':echo', ':', ':h', ':>', ':r', ':i', ':A', ':p', ':uu', ':!', ':y', ':f', ':=', ':I', ':w', ':q!', ':dw', ':::', ':UU', ':j', ':fi', ':wq', ':u', ':<', ':s', ':DD', ':q', ':dd', '::', ':fd']¶
search_index_entry = {'aliases': ':f :I :y :q! :DD :r :UU :fi :i : :j :x :s :w :S :: :dw :uu :fd ::: :wq :> :q :dd :! :A :p :< :echo := :h :u', 'category': 'general', 'key': ':editor_command_group', 'no_prefix': ' :f :I :y :q! :DD :r :UU :fi :i : :j :x :s :w :S :: :dw :uu :fd ::: :wq :> :q :dd :! :A :p :< :echo := :h :u', 'tags': '', 'text': '\n Commands for the editor\n '}¶search_index_entry = {'aliases': ':S :x :echo : :h :> :r :i :A :p :uu :! :y :f := :I :w :q! :dw ::: :UU :j :fi :wq :u :< :s :DD :q :dd :: :fd', 'category': 'general', 'key': ':editor_command_group', 'no_prefix': ' :S :x :echo : :h :> :r :i :A :p :uu :! :y :f := :I :w :q! :dw ::: :UU :j :fi :wq :u :< :s :DD :q :dd :: :fd', 'tags': '', 'text': '\n Commands for the editor\n '}¶
aliases = ['abort', 'a', 'no', '__nomatch_command', 'y', 'yes', 'n']¶
search_index_entry = {'aliases': 'abort a no __nomatch_command y yes n', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' abort a no __nomatch_command y yes n', 'tags': '', 'text': '\n Handle a prompt for yes or no. Press [return] for the default choice.\n\n '}¶
aliases = ['previous', 'e', 'end', 'n', 'p', 'top', 'quit', 'next', 't', 'q', 'abort', 'a']¶aliases = ['q', 'abort', 'previous', 't', 'end', 'e', 'p', 'next', 'quit', 'a', 'top', 'n']¶
search_index_entry = {'aliases': 'previous e end n p top quit next t q abort a', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' previous e end n p top quit next t q abort a', 'tags': '', 'text': '\n Manipulate the text paging. Catch no-input with aliases.\n '}¶search_index_entry = {'aliases': 'q abort previous t end e p next quit a top n', 'category': 'general', 'key': '__noinput_command', 'no_prefix': ' q abort previous t end e p next quit a top n', 'tags': '', 'text': '\n Manipulate the text paging. Catch no-input with aliases.\n '}¶
nZc%n_uu7 z7X8_#ryc@YH~7U8&Q`P)I6b%-`w^`i>Y`HFD9Z`OnLA(F+Ft0f zbDAIMG2?HVb&9JEyOycS6C2YyloCL!7+}&JS1Pz~qWW6(lA!}tkl{b^A71298EO_5 zoMBl?F=F#n6;Xa$DcJk<@zEQ|IT|E79xBX(3FgHu@zZ~KHv8_24i4N%Bd5mK;fL5x zY3<~V@Jm|$g#18}-t}=9>=p8MX@Dwj`Q9CL^p&?#P3lPNb9jJm( Z)Sx%ZOOAlKKw3`KWaFabwa zs0Er>UE24FJ2;EjwQxs$rTc)kB}GYE9}5q4gMTa-X}aDlw_!*uD1%G>@8tc(>7^BQ z)2u>KF{nhnxPCiCwIBWNWA=`G%hSm{y!(84FNfZ6G@wbBv?%3bd(}(h1^5gh5-mis zg!6wAVvjaLDJc5mH9~2-I^g}+PMJ%s4EGxv>B}wL4@+nlqCeCT#n}=Q9oizQjc|m7 zh1^#gdxTwZU#z;;2alWwq4#92WZMLv79P>!;gNU4ofI?EKuWZUNX%}gnAnEb7ozgZ zEBu%(*~PMS`tQn8p#QlgO=B0Z#YfuPl- zDv@3Z3DF9ZZj2^9L0dZfXH{CZnb3zNBL3{jC TgGLei1 zfNMG@*lnRQCEUrUMN5|VWxmXcbVb@MFJhxTl)n)!33u_Suq*c{OFiLVwNHN^Gh9f> z%^i-LRT2EV{Apm@t@3tw%HAAEjLEjU_S;Xmewzp{JF;B qjEBUw2v@K zlP>K=vlf)8J#{*iREJR;i*HX=ub+pSy~*l!aQ532L|k-W!7aTH4~n-Q;8$43rx5hy zg6Z-V$r>EZl-p&>K>RtZ65D?e&cPjrJ|8bn6Y1_$CcLI<8icp_9aq=1 `?pY z7naULW!&jqt)A{I2Ur{-)i;quBs}1_6H>MQ^c?VTv5!@2OsGDIc-eo5X%)}bllMk) zcX#JWIS9eaC;YTv;1prIEuP?N5_RxtE>U%<6Zl9nq;fE!$%7`GgNH|Z2(B1_4(Sr! zElR}$-w`ARVen2)!7celJQDsVp8`!=lX8s@lI0bhu0D-b#sP$iU335BlKY1%*~F>R zcnc4kn&Iu^++ZZn4&Q$lWb?TT@$I6lN*IJxrgttJe5%x`^5JH}MXVSS6gXvnUC?5S z8CHQKbH*Sm_oQL})|+R1ttx12pwMb!r|Or3j3z^!MMRE=Kf^x`Tz2$Z?9?_R>Y5ed zz4U YR;lM4j$LLh3Od zz1`9|e}*@)F(pQ1qZ{Tz^JR$~mZ5Ma7@ko}S7B2lMWvzWC3i{Qau)~j?>o4OMMvIs zM9ZTJ{SAJ@MbFyR0@Y+wiS!ER(WI{M!&`FU>5G7QP)8yJZrEQxG{p-B&sQ%)fa`n> zhQA_{M;E(cU;cjtV&UR>B!vsTJE~!M#>7rD6zvXmbdQzTh~Yd>RK5#=zq7w4Xl^F_ zf|NVY_*V%j#=+c{_=Y-pu$iGT>>=`HO4y=@^%{kb+5vTvaG!+xs8=Yw3i78VAwr>Z z50i2x7_c^pKfu*B6X`3pS}m6MRlX!?wKd-y@M{EizjS|$4mROV0lF{~Ye93^p%SVv zv&d$f&JJjW!$y?SIATpaw$$<`erXp}hV@zl{s97iCs;ZJX;ChVT{Dtj%AU%fA)Ly6 zB`pm{lt2fTdhzL2&76=DNghc3)Z!UFIKy&F=bZAEOuUv(v@_|6=V5LMou3QO08Q_9 zMUghUTh@OnWKG(TZAQl~#P(W}UtK@sI~pPpArhE2@DR!yNj}9zOUqh|5o-1U-tz{U ze@Cc*@f_U>8c~EYm_XqzAz#*wS3(H#rQiUnk~DDs54HY6o<>A`fbbC=Se(HjKnpmm zbC=gmJF*e($$#3_34Vq)!=ezg)qJ?0Q;@G?TO)rL*tPJ(?E&s*Ymej&(-apBJd53f z(ES_9+&O@!GeF2*n_*j?S-U8z>We2q%xW0m(hM$7QoK`c?hl@>VO}pdRk*6^ech@a ztzr*mkF={1g9Hvj9UAp;Iw$+k)1p&VHT) !UY=T>8)}43{bAQL-MIJn-ri8Ozg=+KnH2j zLy?E8WoHi;#?H~m9WpDk&^k94Pm78TdYykg8xJHbM6oYB7&B|606TP6p*x{Kj) q+P{ov=Azw@(>Ta^TvsnZaww}bd3sQf- zh3}1rMxhGEu$A#VC2n1Mv2mguS_X6uO%$i&j-sG)@+0zL6U{zrPne&n&uw!~oq1bV zu_=inm-Ig$Hhb?#8dq4dK#^<~5a=>b)uMyWCXM(DOTL0Hf{B7JzFm;mmbHs*O%`j? zF7S;LG)=_Zw!3x#&!7ZtI`%a9?_htYyCx}Yb1Jy#2Im(Q+@1!^?2)QLva#(~>QPx{ z@FG_G1m~c(q#i!B;8A%fFI*Dg;#EP 5zBd88N9ou3Fl;Lvdp*s382bl66g0c;g%+Ma%-^Uzrzk8>-2rusHm?9 zfny)qp&hu;J|-P}SZ~ok(GLh!cVQ_6cWF|zv>bCTNmtN@0k?7zaMyM7C=_-Ex2J&+ zI z=1X1_WR+rp3+T8sJqE(p%pnmD25$DI z6TFOqhhm(yUk}S00rmhCyt9%U7YTbpa(6K0BEA?JNc#vQbcktFO&Y|stV8yoB4(mh zI#k2r=v%SIXUjndz_Ja4)>UCVHiE&>0REDW58=fCEY-|V_(N9bS;&7rnk4h$pfc!> z)r6TH@BBRqvRK3^!)1a}0S3)9cTpzr!dJ&;6oxZ~Fu4Lp`-LyTA5m00UTgXM*-ixN z;H`d0A)F?_`Ga6ei})3DPQW?ADFry&wFs#j9jUuQoNZ{*rXQF+Tt~f7!m;YX9KiC? zN|@8Nbo8ny^jMvsu+V=SGTP`XV8 LTeaKdHFww$Y zUuULv;drJ#oCpUeDjN#vBo6I+G@57( 1 zHlB=<;Y3EE!xeRKqO!qtldsEkd!H9oQ*G~`yb;pL3;=J@CAoi;E?y-_FQyUns%T8S zqw=uFIW7;m_1U^w?Uv(M71?v;!^^tKzG!A&_DF6Q)CKx=He?h(uZnC;vunuRu1Kx# zUwD)=gM7l_5OYl$<#i0FLfnovo)}*H&jbu~8OUF9 _)!VFQZ+*~K11|=`jF0uwXzxC2y$L F$){d8k81-Z*9ZZ0TmGrA@z1hsEfzuAl_vX2W^^B?5aH8 zi4uo&LLwj9xeu8`y7xX?Oy@9UjOiZw%r#99I`XIWwi +B!bKYR3G z$A-LJQICIIN`2x#d^9!reV5nXD|0;>DRsqv_-I0=$UP3{PRx5Kx^=U=b(TjNia)p^ zJ{@@c1hxWhS6GKv#6pQ88oeG@M1!X>hU7z!%AF5+o5Cvz>)Q18hBK@*PKaYQ>X|5> zUZzNUSSIcmqgV#^oN1n}^A;ZkUI!h#GAd$&+9!W;V#=0Tr|=RsWEX>em>R6c(CYx= zg*|v2d=;cXP(e2lyNi3Zs# ZVzK>TzPy8`TbOEBG1MV*+O#kzy+4-A01Ggsr zzu?x5;qAa&NJUr1K8_h4$tS(Cb8tQN6vu&m{RWL6LG>o)W4we%=d!Em;a zH0l#M)91XzUg09!rf>5GmN%T~Gz>0GOu_wA>Kwv=2OpYco~Ik?2zy`LTxH6wv(py2 zy-WX`%IhhO43&~i^;_;Mn-(?qW<9w+JwJa>sC@DbY{^M0og5(f_2ymr=cEHjM5u%T z{3$ef*xg zyUD z0)eZfHuk}T!S _V_I&&QLAK(TDMX$a}fuC3}kE2z#{QLT3*oPB>N zE4J*}7g{rhs%BbR@FAhC0(P5{j~>#;oVKCDQP$|NTybg~%5=i-bBf^%1cMvW=qQ7Y zj4Qmf1_!2S{kYARU#5vxAM_+)E{Sj%rR+*%u&`g yiEhIb)0{24I7GlpxhR}e81{S7kg=ry#7>h8YqsYe&Gsn=w(wU%`Jbq2PTRl-` zufhJ{xG0FAH-0AYIZDU B9U5beP*C(94z!cx z^U2l6^N;V7tF!kfS8w6h_1WpKSLZkX2+_2=!hpSt`Jqz3ibfdaGDPP(La7N98Y&Z^ z2wu>G1G7<6Q-eAKAg&bDQgHXqRy)<$5<}D0yCux?u~mPlmf7vD$m)L)h0KG;)-j|v z_79zRfW8pD1txsFZkS|Dwu1@egodzTlRPjLwIKl)7%VE7p-zPln<92TfeP}+95GJN zs0SQxw&-U>I%OX46eLT*ytJHk9%^?F*XCBE>tIj*lzoQRKJ^F^L`l34Royw?Zw=8a z1Xn%Oghh|LS9kqKTz!A>(4Pw)Gw3$HJ1l{EFAfI|sx{SErc6*zJb+SFUMS-0%!-sF znm3e!|3Vn@Cc9;|Nwhl+TuiRY<%pW;M0+bd@#+OnldMguav4%Xg|$%jH0-8gFT?Ip z!hC>d+z2UqW|sNWQWsI;1OuJoZt|uHxU%C=Qw0&KDQ+R^@J)XRu|L0M1H+*E5hlf) zaQiIYikpY*$?vW^5_=?L8fXvRnedkR+wG_XHQ?-gq8Lq&QcwqACmiK>fC_6eV!Q!D zYZ5ZTh~G3(c_Q|T2h0s2@Yo%+De$;mJb54Bnh 0oH11+YmPqS1ogN0I-mYqbl|tsKP!ItDgLgNQBU-6q=c@ zNx@bfN466tkQ>D O$<2PZ8qXzCZqH~;$Q z|2~BWL2s)zIXVB=KmX64lH7H^4&apW0JE3oiL_9mFD3eU_G#sc=sYA-M3=!?3P_%` z;K>6|nUDhZIWcL{ERQ(ZD7A>foHT!mVv{zce(>%Ece-{GA3j{rZVrB0@i%l(>s>yP z*gW(F{;_{zZfn|B)^J;<+7db#takO1rXJM`6Rrtm^Wt1$0Jv$R1i)Cc01geS%@*w` z-Q{1y)d8WD3uzEmqM9^YIxr{l@O&uQQ1FVoB*Mi?3QZ$TC3rFsC+(q}13Bn@X==h7 zi|F8B%*%i$O%x^`{)YdsBUh^`7!|_ae0uxIiWYxzo=w6z53)%>z6eFzfMrqbR#^4? zR$dhn8vyIivXZtI3Hl`5XQ<3Ymb-7UKmd6-9gJBdOvEw~!{Ew!aJ(8GG)0s|M%hU6 z;NC)I4L^}}k!|t40?$jUT`-n{7jVjrIk+(8UP~aj3@^+&@pU7%J;|-WC3vC`P6P%~ zYma|#K<&n(h&A!PKW0 Ny>+$WPF50Si;$Q39t!ti#ElaE9jp#K-%=_?d8|GI zoJ;P2mEppzkz!wqj&n$`4w{iIl;qbAl23mn2_ gj1@Lft^a|7^Y9 2;U(#a1_DFOwt*nGD+jy zNL6F(0rlx^C?gXh#41l;1?MZw7kOQKjv%riEdN9^#@uXhv02s;L}i!c5{uoNE;4^% zY&}75?BD?fxF+r!{&nH>6X}YF6J1?p+4M*qG3(J9A;zc@lb3xRVlq@`4QjOdbj}Ib z#qKK@mZn3N)6J^!WT6_AFQSokwtPyMv)zP5Pc%0D2E1`e*yk=#X;ilfHKSot!i*D` zB=8JP%AW-Gv^IKBmhjx1#7DdYEWCewEXvs=X*39)$MHqppnwI3A54;FhtM@htp_^! zMB@yBS80qo4M9$Xle}6Jq79hDugc87+hEc{5$=8lu`(-}cQibhtAMmioA!xDr`{E# zGRcR?jg7uz{;V{ie}euYN|Pe1!GOr>sm@E1(cwGoC+J))hnSC0*^PI`e3O6GzyA4O z|G)tMmfS!HIuFDUAu1~`bgL;dCV{O`%46SZ>Nb)3(Me-5g>njxqS+O74Oc6o$u?;d z(PR&~3sSDz`w^^Mko^f^!hr#7ZLjt&99AgoqSMdRBffBy*_SW7w8@JHQa77?RH6(q z{`JrQ{Sh3K>(23C|NK883UPlkN7%Nkwf-zlDKpOKeh!ZYuwyCS-BFV|eR+5R9Z#{C zHbV{cPu#H32xb6bK%T!T%729L;gvG>-g36x)>XC~Q!q>@cngia*(}^b6bc!tnpAL( zR);hX)uVqa%*4Y5*`FcP%cKqdsPEt6IeIM_~|ite{ir@%*lw9^_# zL<6m`ZQ0MTr2vhuCmE4|A!SRWau%wq%j-^eTV9JmeDqxvgd3GaGlhJq0`F(?*`%E( zGLJOosGS)bA!Ui8T)p%Z2bD jsj!K%MTR%f4cV=#lnpbIZiK {`(ic(^$ z#;O}P@srprR{Q7|gg<%GV$ldRD& AHjVq_K_-o_am2W)JT O*zX zMvqlEr6L#}#gHboPvmY?uZ!w2J%d~5&P)-Zc%IPD1U?;ju{okK#AS#|8M61&<8r^p zprJSLK}2c=Gjw8(l)K4)3N+sSal3Tpg%XZ$H&F+gHV-6$^JLbluFA#bO`kDlUeIH0 zg{~ (BT}m#iUFkP_q$(pMPT5} wQ=lwd{dD~-E5f=VE{O^K|shbLVOtq9;bV9WB-=$V*gv1N} d&H;ygO={SX^o+o#aLmV|e=YN`>ZM0p`B%cR!VeB< zk$)jr5SjRYlWEeRO2(yopED-Wd#pR5tvEx(4sOIMV1o%xjL&%fwIq#u7S#n~iLHuR z7TpyQdH5x7LXx>h){{L|zkIY|lhQt+_sw&i1lMSw>0`SUVf%l5P7BDn=4^j~wWm>d znI7m7UZi!-kmamCnRDY#hkuk`VOvans-b*98UBxdfBfhBI(IijJPfNB^kYpwtVqlZ zTwCu*`g#@6#H!#u!IK2OlGks|?Wjt4TkTrBc(Kje`@6jKpTgI9P4Xw;h?h4mrK3}e z+X9{kSkYFg^xhlS=ykz2>?^@9C*g|RWxJwH3$pf~5z!cXl5g239Q`yN579Z9>6ENY zzdl8O=I>DWEq8&dME~)R3r{|WH9S2^&%px)UR-MlspuMsE+}rq?98=(NZ5?va@~f} z7~mB(aV-hAZ|M}dtwLt f;+&SuTw$YD0y_so5bH~2F(4rz_u{6vZdqN z6@hA(1}{Kp%IH98AL(3pC*b`pcqd!O`h==~Vt99_YZTtsS=hX1Ep)!ss~DP=)b(!L z##aLp^ep;n~eZdl=Opg|%!Vx17Md<=?AgB#YdEL;j` z*p9cCr>(QH!7YSw@fyg(>lHWBF(9^8Nz%vcDZZHMf}hw|K*!GBI*g;@BJ6cU5Bvjv zSP&qOQTRgU6aV347}v)rQkP-9M@@%lq>j%RP3}thaI&?eAkc)5VI0WbNQdNupPBZ# ze=I9Fa2> o5|HPk8p4~RZlQApUZ;FoNZrd0Bb(`WLnzz!)Ne^p=a^DLdyB2ek zKn=_QpP4ILDaR+XeKVM^Pk+Qx3z3k22@($*+qb? R1iO-wy2Ll=Fgc_Xxu~nQ&WEeyL{?Qz7q;{6HNq+`j4- z*%Qn*D=@Oog<@4SL3}_ru+l4a@v747ZZ~<$O;n83#fWh&9V4`P1iM&ylQz45ycN$J zkJrnC_L+Jo@S+>{#=Mle{?(xDC$-nK7H$!Wn{Tlf3K 6J;2fD;WF%x7r!A3wy4#_vdAOMO`^hh8QbMO9ic2q(^Szh z(`5BeA8)mK0;`t+Bf u_#0P*r1&RvHokiAhDJ6dRSgN9`7n`j9vfD;xAd03!R0HyoZnku) lF^4mv;i^XKM7(vKIQ%0!*c}VYaQmpRsqKG5x z#N;m@(XJ@QjZ8pNj!aa47!M=Vj&Y1=Kut)hFg`{|_L`3TBk81={N*Fc+eNUQ-T__S zY6f|GU_NT?&F@HNT~`0}@p{)C25cZ _Xqd=3 z{O<+FvbxE(i zp#MCu8)2z77#AhrKQHn&$PC{QU&?hqeOz?fF=kMJXH1z~2jSxiu!A<>VKN)D>9Zbw zs7bN`i6Xdh7$ED@eO;j4sl{@$YGN6`3Y%3Rt3!Es!8*qx(8@=jw`bWyhw|`l6>|*1 zghGh_^-!?es|&V&!8SII{GKcWQ6g&r_o+n3X1Cpi)Nn22_0Xh)@NsP;CpI8J|9N3U z4r2|mxs>?fVF|sL+2>K^ @u6O1-m`W8?e*5U!JT^{D1poJdKk5gXgBcXL?x%+ hl)kN&jSUSwwH+8n-d1wE4nhn8 z+3D3yRg?68uAogE>>J@jSa?L!m<&Bam-tBnUWxExPimo;MU!pr*n}St%g`s6=lUTN z9TpjX-&t>f^numzZ@S+WaJfPcV?i**hKIeYWgwSbTs|(KdL=7sK1!&nES|Vk_8hTx z-Es3Mom@atI|#(zKgdzNE|5o0K!)hhsR6tX^%SRn+(24;i~&=S`vj;lj3Ax|fFc&3 zl_7w=mm~TqhbIr9SO;V`p8d$miXzpxlDx|6IE9S}QbRmN!hI9&YgVbN`e7-ihCh{U zLt_J19NS8sQwYu $Ql21waND+TUm_;_wi-mU-%C*raX=u1lom`=aen5Wpsk{ zM9xcpg5-4IpD%AK%W!nSfWcD?e~!PueNz=HGj_P*EaV5fnnm8Up->R=1N?7>+B~V{ zGYqsZbMbV2(-mk75!~JkLdSq`ztfD< ~@#KZR57yEv*}1 z19+q4HG2pSTodVPrf%8Oj3Hb+=neicqwVUVsmUFwNx5Y2K*CAjZILa*q66}&4d7Sm z`R$eTgy$sT;TQBYt3$_1bQ+j%(w4SNK?>*+f9GEbd|4@Qq=s+I6ZV|)ifm~?% NAa-Dl2h#N9?>{5*J)Jk%Rgup=cVXYNkKu%iZO1(XgDOGa<8L!01YiTM zz=65w0?lH;!A59rts`$iD~Ed4H*tG^gu1{l%!RS3Z{M0pR#oY%3I?W5N~3!#oQIs% zBMj!`;EvfGrCA)5YaVIO{G1OGQy8c#Gjqk6&B?+4dbinR^^+ wks@0?WV8=~cZ{mxfw2L5B-mRXJb~c+Dc0m0Xtr<}M1)Ux_&@b^ zUl-La9W#QpnSy|+NVAc$ftq%?_vn*IpG5fdsd2h$dJB0#riQ%8@D*%){J00$kgQ(b z2j}x3_%%A%^SQaFL-ysa^#aR(aM$8j9|~^W;4`np2d0L+>3;VCVNo+5-lZJCb>V&$ zza-RonO^2Nerrrki{h;tilG^@ nWXoaK>|ikppLWi;*2A1_8i+LsTF16(_WS97O_C9X0^h%s z?H%nBO$R-! %rU5(mvnTpuGpIvU$;fopB!454T2x(P-b1R7crRAf3wlz z%Bsk;FhWfP?%s(H7f1VlSh00dQFgaESq2w)7XoMiZ*}6rs;C9bPf>{0%hj%{;)5o( z^Vi#0)yD|OFNBcvwkqxM>A|ZKZ{*LvS_zg}ndWr9+O%ojrcJdWkN3o0Li%hr@zbnK z&J%D?VC!4B+x6%go?dzeC}EV1N@k0>H#=n~@J{@)#|;+i%QpRg0`-Xw`|#rt>>bc1 zZUy!03G5xLDbNNgdP-CDw_VePsdr_Xv1fV%)r(}b^TF0Z`LBQeSDOG<@(mq@3I_-c zjq$4b6KxNk5(O|xsUSegKol~`u%Y~Kj$}f8X?@R^yy*w!^EBJgSsm{ZtF)kFx-vW= zA~4TcBr!1WWBx6Fp)o#BvQ5H6Lu4?tFB+RC!Pm6AyE|+}`?NdS&GiqIc;gZQ%p sZNEgmIlMP`_uc`2zgTEqDVZb^Hl`WlhO5Ec@PfuV zNA&Dur`!k3Cup&pB$9XedWVP6!Q#c^eFa_gecsLyMH|&S?w){w4eAa<0_r|V^fuWS z##rNR2GXWm*yL>5@LnP+j!wP{^i1GI3Fet}o|DAZxV1A)#00e12Z}}&2fWh1?egUp z_F(FNJ}sRAkK1uZ`}wkgfGQ-8p0Rn&B)Y4Qz2NR$N;7fqq_;)NNF`o?VY{+t;5L2K z3`f>yh!taz5n{&Hr;1D0w9+~K?Qeq%2GhmIz|^(gW%3D~CW{yB8)w+Q!1F(OJ6qu! z62YEymRxo&Q%1^ivSQNs3{Pah$7Hd9Jy$G$2X(b8XRAIvmJjSRVV{%5g?DN25K==5 zu!(hF?HV#yq-=D&^ZW;Qhh`7lCyVBG*W3$Yemkz2D~?94OXi3% >t?d6&J}mVrfuZuAZm-}deA%~E;6mF)qPdX7E1@?HTOcpjBH!-J@c9@zU;|= zATi3p#a(&8o~_=_6m3883 7?Cz0bh0hsEzPiEf(B?)TP^@9!^*T{GCAnnYt2 z{Z#&(MsGQaS>n5Y%`EB #d|8yCSLqr!%- z6UPK>3pJ^<_SW!I1o_O7bI{88f=$+c=HDO(c_3`cz&h*1Y0xa|d^>Z51&55?HFKCY zChh(3md(Tw;S_T;*l-;MpSXuCW>1)7F~K8 6s4e3T!UKPz=u{;*UgcoK3oV)Xm= zx2#-O>F+yI=VZT*REH8v&HU6UJ7UT9_*ua2z$%y6S9!Kh!B53XzBEl&ESNlhA*M!l zeEu1tYofQ2A3SBsvT997;-`tYf_~Edog@oNf| z*LAhqvIQ&J@({3SA#Y+YNey;9t&g=#60b-F-t*wt63XE0QaBH;zWFji3KfL5%dh~} z!kLLjQj^E3xJze93NuskfwcdB`saT&3H3?9Cy_q?`se>QMGW~*b~=Ua9n< 4jgKiy0fvnSYtLF1C gUg$A?=5zBq*Wev&Mv2uhW4-V zv3bu-a7@$a^udOW4J?T#CH)OSlec-jzsB}EJk#jkfr}sC{{O_i-Hzopk}i5bPoY5r z2kt$s@^ts~0Y*2TbXD1ZE=-kOU72q04J43IuEosM)LPQAq?K9OSN#}gfITnQPjVPR zQlcdO1Su-}!meCoFye~{lHzYL4QRdQ;#L8-OXz{TFiqSNU%*eMlfH>`Q>^iyuT#Q> zJBb@Y&INyg8~#oT{?OcaTY?w-1$g*75qRr0%0%dO{@UM(&_A(%+f7gdU;bYzlnFKo zEjW=g{yzfidnUq1 ~pwsf}7iqtLwB? zA&az&Or-LebT*_WRMBz=IHg|3Tf@mTNH-d{tB`CYZdF39K+8Q`5$zz&p;m`lPN~B> z{#ooAPjWX_{U*tOX|Pbu=Lf@d#U-M2daIYn(|s=O>Y8M!r_Z&tbjrbmTs(N5X5rPY z+EUV6m6Am-$J*8E+Y)NazS>kJUCLYd1$A;?rBp>8<|=U>Aq 6K>% z_@EYA^>~mYoef^%yK0LAluU{9X)n)W9S-`Lm ?Q|L!=Du@#R z6yatNon3x^kzZE5c)Rwev8BdNA#F_M^ 94MK|)I2C_hy+vg91eZV|J zkC)m!sg^T*Hb}Ij;Zi2$e95hjY0k8Zoin*q;v;pIpF21okz-ch {7ZK)`q!$b;Ks}2Z&(G877HwFlQ!)Se&}kBi&W?>D;eJI=Kw1 zI`F dPgd#LL!`av`JF>$tnM0wT&?lR`|BI(?h`GIfDKPGLng_x*GQJe z8q)y0Ct1_BP~I%*!z7@uOiiPjWHy)@o6RPFs+lEi*lb(IKSU{KLPoWgQa;I)F#v2L zb?^-Wy(J{sxv{BbllDpEXiY78x5lJqniv*lrB(;AFacJ9fH0g%bJ%0g)jc)sHjZ(K zgAhb2m>gtb=ZIPV9Ih&+r#baCWi@=RaW06V=YC59K3U3sRid?z;7}8Ux~i^Lz1s zZwj!yON5E@lQ{65Ka`Jb1K=hpiOetJONywOl_kP$I X5XakR0CV}eM@DGqC zjy5G$^Db9!(`>5TC}#L8wIWq59(;s KkaY}4`5P-{75kmY$wUtHEs(?iO|5v- z9?OmU5Gmu8`1h;dCRRbbV>i62gkdklOO8iQc3>M 2NCH-WYzn&JUvvqjqA66U94Pa zgd7|aWPktL|EDtl{ g?D9DC(iti!FW*T?R-))EC iuI zO}lYBHj7k?UDCB8HMz1~CxXI%-Qxp&Sl=uUW2M*HDf^?y&W3CZ{yx09mDUb0g2Q!W z=tVgUIkwwWe~ZjZku17xuChpu)>odO!7KCn!Pk}ZZ3A0v!mTFu!>dY}I+BDt)v;$_ z9kTIi1l*a<%U--!4;OT+n%l1GVI@3`FKuf3gkRu&?u-w$Rd%Ljr?!NDo?O)(%IG#W zfLZ2i&Fw?#R_ek58(6Q(cMsKJ-?I9JR9?zeYQvEpTtQPgsZ}3mI7xyj`7~aL8|P24 zk(E69X}!t#cAK?R+fZ{lkbhhc_z$s+Md(j2qH&u2AD@b=cY@qXz*>99XL0#`)9mx| z79!rijPG2MVX+@$$#hMB2H6>AD@R5g>$n`EUL}ajIcFvYA44iW$Q|1yEqLpzkn%c2 z%MN8<@jjoGy9Y6JTj?vKMkKkzf~54EqRD_pj33h&0iQE;zn+^&ZL=hN)3=+yzMDif zDeLw*FAr6@{(!z&t)&$CmhkO!CR38DqwcqEt Zc2oA6iXOvGpU*`HI{`8YdaA zTa;TnN;d( 0bTn~r*Mf7rt`&nh;G1KAoPQuBjKUm^K q!L>j&m1 z)}B~@=46n6nqCuKRz4H Ed4bYpUyl(a?lKB-+%pfs|M)f`KBhCkiHKkrr+d?IinAcirrc(bo zfmUj e*=n zup?`jA>dyL0OO!L-)^`t<1bbk;)f2H9)7pX&q}*n_J{Fu(=VkjkQsq<)ZH>7;;_4A zG_ZJo>+280t*@stD6kwAxJgPP^Q*p;x07kzTvuPLY-Qa^*iSoTaR=RW56xNJ-)tGI z57wt$m)}=-nfTW;>tHx?2V40M%~QT_a4CgP|8}26F7HP8NNaU%blc-Mi9p_5BA*QT zz?$ceA76Kw;FAeH-(>IjIJNm*#yMsC23LlEkQ2P4(m~|~PT!< Wp$#5#kaGD0pf8YiEM@qDJ|zN`_0(akI?%0rYzSlk5) zVdXLt41j=5vNtg|JOg)X`B&n=?wK5b!re_7N?Qd0ZFBjVYT5nyP_{4+e#Tc_5AbDz zgS?08$mjBs1-HeiysZvZ|NIhec>yhd(0%X<-Y7?O9I#?0 #!^lu il1e0HaP;cXJc*DP;x<{} z)?%z@w?YoyR8B#E0B?Bx51h=#70^uZhD!)#2E4(!C6Y2Yeulg;BHO@w6A!|Fpzp4_ zf9S=%Qxzf;6wU7d1pa+I^YI{%o;!#u)1BB3cavCo;yu#m3XZbgiPrD}zDti8yat0- z a)le6g7M$~_TL%s7Eh9K-s!!TYOUUD>NE@Y9&MuH zSwyK56VM`Dp?x!6I_h{|3||9(^>v4f{V=WKQ!E%l!%$gtCr!shI&?_&{=oL)3y&vI zR&Vk7EVBvZH_dpvN-`ZrDZn(t!Z;;>S)=Is8q^h-W|FBGsNjK{j(xL%v!I8-*Pijw zG<-0vxx35pVM#u}!x!gI_qkZ9#C`>%Yn}u>Tz%c#IqM<55p!~Us2ZPtf5U}s&IE!F zDkj;dkKbp43HEdt9`q#WIg_o7FD`4riIWqrZ-?qLP8!bQS!#KM?e1`9Vb=y%m^uWI zG_1H*CW~ZHBpZv!`*yO(R%V3tJB&KH=Pgkz`ZA8FIX**;_%HYvme9JPk>7GbT) ING+=c>xUnCEbK8G~ $UnUGJy6~snp-hs!4L%FG()AJZSZ_z&l`Px=E$C*8*ZBedx3%UMxb@i zDYn1M1m8?@(dI%b1$~KUGW$&Nh0llLyMfQ}8kah_i~YtE!+|M(*ZQ$JoOw^(H7edb zgk#>7ZTk#mcz;mUe4>_@$L0*Lf8YzZ$ITs<9`Tz7ZxyPScd#oIJi$kTXZBUssIdAF zZW@_FA;mNkOyxtq$KP(_D_Amtp*&)T`P{MWp*N{&?bDj)NL!;-pts+b&!ToSu~{N+ z=5?&>wjZ?8VF!VKMxVj@53og}!wgigg(fqO5%LTeXUG^oWSp^Rl &CX8h{D|}`6IPX+I|aucOamKwv?_ei1HT6CtYmoDi(_7hjEW*pw|}k|NgiC zD~tU7Z~p^508hYz{O32@SW-5Taoy&gaUNp0#=rQVU&MfaUJ$}=vfY`;V07|%6BE_E z3vQcphf_B(DUj1U{R_@#XuP*LG`!P4RIocJSGyD~ez)OcimOo=BByOmFHt?W#Se~A z5^x?WW<2t0^<*@HBC=70TC`IWTO5Lbh)jyeP{bxqeX8W)Zh69k;nH&d0`9O$217y~ z)^Kss9CmttATPNEsyngnCtDFl{g4|YrPwsV&tCT#up;0++abZ7T)u^y4Xo#G+kBTS zE!KB;@O;3qj*L-F ~>`#HbMfL(^{gg*qkth$q{%W!E!vP )tksTWJcAY*ISBu4wL8)uWaIj50-%eyh!%mvzsPQY7>dWc01u{Q7y z#wyq~Sou13;`L~F*%nllJt}sVU5{@X@JV<5IWKoR9QQw#hw}@#B@ImO4~)A2jKDLJ zk(#V 5u2}0XVF*j^QNo)8lDlTZbU|zz6>e z+Dy=YY5^{?uRcD0Oh1PU55p2;k0E9bB}h)V5}O@r_UZLPC!F2dr#SBHQ*_nYXE%KL z9e^`Tcn}H~P%z?a*R;4KQdTc>st=D}*)hm7dqDLy9=#F|6hH)8pn@s?#k+4dGLPC@ z*FKM@2EvD)5uVn|i0AaUh=Vv(_E?oFCNwL5Yq|J-dp;ak&p!mWP1){W=+xxKI!OPh zlLFd@AEaapDe!`ql7h=HT#AZ~4N}CO!%WIn{vFOGVbvR#3dAu__HyT1-6+O$t70gI zO<-K8P;^^aX `Bv#)wExZl|@0jCmhr9p*2@mHZpBP|)W7)mH{(d@~($eF9 zsv&ZMTCF(YgY38kqpp1L1mq+NNKWZ}k>uuz*OF_mvAC5G3%KIkku*Gm&Y;?L`q}Mq z(g?=|MR3IKyxTFh$F-2VvN~*SiKI})^0GJ+C98>I_Km&_IZkikn4^q{ExExEAGv+A zsaH;{E)RJAnRnZJcE?J5+nv{MTup_49jg4-bHzv0E$dF@Q!N(qc~^aEt8Vkd>uIr0 z{4#KZF@@mvP4-c-%aGkS*`I-5Ci#7nUBPw(pOFcM+qh;}k`?PJean~#3ydFRaimsT zhJ_e+> QYI2_T}AO z{!p r1L>c zHi(&Q9DV~!FH+9%z!J*Qmce9y|BVmd4RSJ&litVBOtewEzI4}?cRg43DSw#-h9D@v zK>O0>0s0al5Od=_5yQYn8VzgC6z=C5UV?yda}TU)^STsAqw%!-ka~J}?y4Q PQ39i08ayA261?iqEN%esJ{nfjSnuMG|}o0Up`mf56E*W^!_ z%)bX!jx_-q%f=3~O1*4gXKPwBe+P{%dHozFFAUC}v2FF83%gR29q~J{YQszb`$-(W zZCqE45{D@S_O2rFn=Mp-<)a;xdu;mZQJluO!x4^rH{m6e_hV3_DzwH(hA~c&4DOO_ zV4!I;+u9T}X@OsvKN>_{yd!@G&Bev{?#GX><=x~OmZ7qXcQH`Fr1fbhZ$~4iu GWHW?fc;<+x*M>YSVZ?yP7x5e!nnAs0vCg=EGuT!s7kI=`9Df6g z%k;HM-Ilx07$zZX(SV}Kg!Q-DkF}V!V=RH;tSPYP+_hsa{s7hl@D0!1$tQF4vwD$l zev(uo$$ULf;mmr}oBq_NUwwF`0baMmqr>n{V`}#q1bjCnWin~47TQx?@W}Cb*PmOK zSP`>~casOqWa?Ufbq*pR%dz@W)tj^_gMjxUcnc<_X<5rdA!(IZ@=yMW36F+O0Ui_w z-4F6yS3N#Kn*Nh9Vf{1zkzI)&ahUH}y?RK&d5H1E*dKmB9G8xUh2x3S>F_*Orv#={ zSQo4>;P<$Iv AAxK_oJs=wmW{o|3<=ak@0?B8i=e9ZEJr>#-}-<_)AvH0CX)8HE!IG^qtK8;MN zj9U;sboC?8EqGH9+2VwC-|*S%Dh;Jfd2 z;V`j!}9sst# OA;Dh%6vXKmHC;-U!`Qr zr?<^9?_rNAY3Dp;{0V<$;@2v`9q&a|CFmX)>r;YWGQSilV*3+P)`5p4&L57VF?pdj zPu)}7g lEbv8tMz2m*8CTEBJD8EFj0laI<1POL ze5=B*M2}-fK5{IJ2_hE9UCVpi$WOh-7Y4NA5LKdeu^Hw$_X}~xDt;Nvh<#s$?Y)N} z7rZ5I{E-OtMt~L81Te)#4s|RpG1v+73vmxbAYTo9Cw^k!o1vYgR=_M|n D }` e-F z)}p>Tw>5nH_bEpH12g$3=fGR!uLp^vyu3TYV}J5X*^8+A3Cui2Z ioase n zq#Oer%g?x{a+Y^$Vb=u5AKP@Q4sjn!aeVYF@8intqvn*T%SBOeT)kJRTRPP)4Neo_ zdH8VxmC~WVp4oZRE_EW{&+tQjB$DE oynlEeolU3*cR_<2?D*_X|<(L`Ly(*YU&Or(Xp zUXhpk$FlCrd$zB-;qPs sMGc zMYdj6oT&7|Yl@?qe1fYwOl*TVP*8_{}QndzmwI1UMMuISCYh#8XF`jR_{)@laE` z@c>+#6=@h@Z!;Y%a^9(A5n(T#UK=cVYT9hD-Z>yQOnvhW=G&S!;gjv`>nzQ5d(;~L z+N|%JvQIt7nQ%`$v$iQQ&Z&hmsV3BeQYmj^FLg emz&GqX_GrSQ~=OUnB_zW0WK~`X5N5bRUQND;6)1iCDLI zC&G5G8|Djs; 1T~GqaLzwf;b6p-G!sFpNlh@_hK9eNT z`0%mHk#jz9&i9%E@pjf#@CZt*;M++Xjdj7mMK}Sk3E=8~VSG~?S&Boa 4 zIqz5eH+B=RM8Znsvq(cj-;?HJJ5$9cY!=XHC>?z#X{PGA?r*w7v-+goLM^ywAQ->W zq^!g{H&5Q @S?PMqb-R6LKYw<>#D?H-a;JNAXo1K>i| zzDiy3rmWw8!mmvJS_vAik+DbCK8xtuNm0*uf6w}C{J9eMgY4OpjqPUG4g8aTOpfK3 zEqW==R`pSXgtbV;T?cerqL>zQ&?X5V#2pHe7#+Z3qDh)tsWb4a!+1>~CY(3Ua3-8H zP7ptqhiVU(OQEjaoV)dlEHmIr0M_eV2zX_Xnnn+QJWQFsT`su)Wk|?UG*U6O#35wa z9-G8p)&=)pFabxXm=KO0pPpMY+6M+QMlXjZV*cf8V*Vk+r2A6?#B|$I3S`Z7P90fs zglp!W*v@Hsxe@g0Q*{F{I23l;iO>%zw)r)TOV)7a4B|CoNQub({hzegNn+cR 5uFwdkcT90x4d9QI!?3e?Fycw+8M%VGJ?(HaI4&!Y{v7 zVzVIO(!oRxyAb(_#Hze`9e<-&VKhp5ZH# zb(0jnO@!D2yBN~pE*?)`rH R7sB-Xr$^R4R=nF unU*q(eki>50vp?g5maFQR zU?J)jpvXi*EEZfLh9S|fBeZynYv3k-Tvq}8)HKI+HbV~6IS(d9V$oyMh$qO8<=TVB zBSZsh6?R6vW6o3713y%E_~N9Hk{tYuy;J~FA)JR$WQ7vrN=rKA8qaa@W(7ty*Jy|8 zn*`>RZK~>gdORhr2m{BDj~~~%JIx}J25$8#(g;nBS<_l?%61qCN80hMmOP?=J5b;t zI#9t3<`nyC2Z-?P=15S(N%d+6A$mdG!}=ZL5v`H=_abe?AG0q!z?Y#Jct^)m@?*0< zuRd$9;Wu)ZAs=`z3cp0+8V#E9-p;A)cL}zMbq!41KQ!ZQAeFdEgSI@tBLEQdD j(Ui;g1zao71U*OP^i&sP4RfKcz!# 3Rd2d ?itWFdDuQL?#@__oU31v;%vA5Y&TuZce}@Tc9(A3dZ_nZ( zblj^*5YA%;f64xnND;5N#f9;hD3IpcHiNzT`!<1?=G!oXxcd7rfhd~sbDBkg8PXYV zk^4+q4EQ(8R>{AGZ-V(*X`5jGR>-Z;U*O)sFH9UMVf(dc wkh|t5fzGz@^59;6Y z^Z3x@lYGvQ?KjZCDQ<;l{`B<)+-J(W3U|)L^~l@&q^3}m3gqA+YR&~*k;+82yk2>m zoxIZ}7hiSB%L<%kejjv)kZqKb4+X)}@z979sWN9R>IYu2f#0iO15*%^-2PL>u!jD_ z)ra@%?F@X+?IAUPRA31pfBy8|2hZH@{}kST`&nuI_n(T%^OwIg?P0$bX pFkD6co(J~BQYEOBx2P4)Sl|J j q=-|-^ZdtM~FKy!cn>8B3_MYS9hbna|d z1f1HK*~C_Xt~s*&t~~NFY1zsfU%{A+OfGq1_MJ@R-6bTN@O=3B@&{6_9|@PW9`fue zYb7y;<6YH%b`TbhopQNrC$G94p*|}`yk?jIqBFk8kT3(nOc1JjbwHRYLV_;4zIqgu zyUcl|?W=sxx*dxEZ{>6` _Ti~ZeaadClwnKxI&g^ACWkFg!(Fo30j@IzByKZe^p&Q+C-Qn@1E po{6ZGK=>i z!>zmN1M?KroGTwz9=a762Ntj8AA$0vR>y`9;HsVdrV<&AiQ#A>Jvk2PTBpuAt#O}- zZG<%CPJ|-iqe^heJxf>*!{o?_OW3R~1T_qQTm^Lkbw&8e`{S0X5@bw5UVi@}jf%cA zZ8RlxE^n5H)+j(2rPGZ==VhI;Uxsu0+=usV$?Gg1796Y9_^mAA^gpi!n2~82A$W)L zdsubEK@j%HOB`1qb}$`|28v3JCrsWxe#f)cqqZOJSp!>eHRHb0&-YM(!^+zI@m%wN zmhKAEO2aFd q|RfpQV=#L_*9jLe6R-Rj#W&H$h!hGjsH)Qsu&Ib z{fB`pMz7OxO&f&LA3p@OEc>x~nn+Q8a&Dd?7Gt~P)bPCKyEI{QDSu@AM+g>})8XXw zSa$Fs1G*KMjO<`V8gK7>z(nl8LotqjeP{kqv9@e?56>%c8d(C?F(Vr?g78*sIXo9P zS$5+%ARaq~{Z+-5^8j&gW=K>z;XgTSFNj-``7f-xe=vnuv{1^MWYwd(X4_>?nBkFt zNB4QD;V%8tD0prgmuMrCI5>yuSoL{Tb5Hb5`<&lCOMdyTY}?ARx#|SxXZap~D6)Yf zyM2~`Gf6Q8E{B=?-{!Dyo@%S3=7hs`s1~0+Q< g;O4Vp zEmvGZk&&44fdTYFQzA7o$OMspA3w$zVr^IPkH;F{+W26!q9NVm-#6!WT##_JIYp>W z8OoU<#>?!%E`4>xi;Q EHub)+ea^j%isYwJv|DvexRncR*y-uni3m#2sR=aW!xDNGp8~UU zx{zpuH!#m#$u)rL{`$~=%%iMk;S%XeTqwo?`JUaC=R@y~TW`nZVDv#{Wio51(^GVB zWWl#z_}KDo+cw5sYAdb0hs)pz$xQ6=WlV74l?Z1)aK_+^7U{>%3twCYPPyQe3r?`} zDLLiri!Ef48zPZ$Iz^ryo+0249<-|O4~)<(tk|u*e&G{Mi0T7>=l38(`S_bDM3^(@ zSJjbOJv&gyQ3fnFgTA N5=S)!_#Fop2E7>0)YQ!PowGoFG}s0E}>9R`N-&YY?|gFOPUdwE@qpyXXVRSOkK z7}l;Yq0l}J+9fxC171Z$LA;YSOunok3*Zhe%EcN+hfHI)wpw@cMYi)vvk-1vtuc2H z*Gu{E+xeu~A2u_>%&*B5O(?Qrd-!N*Mf0OpXtY7gM}_bN2yE&&JN+3bQ{gKuEfZ;B z;vo{HR1XXv)^`#489+jCOKCPmHo@Jw&e_f=2`|r-e77rk( zBci=5Yu9`x%}`XGHywaD1n(I;@xI>nGKEp1R^|==Gka5MZ%P EJOm?`yH*(E2!fsngBhBdr-Zy?s}ZRKdKflE5D}$Mj*J-9r-0E|EY|TU z0Gd6-_Ha}<8i)xSxL~@M#^?gTsCaqJoj33e36+JPinrI?VYGqS{Wb#5icqbh0Q(rH zt9Y #wE^NA?ts;9g!C(g2#9-kn0t|~aCFF2^z;Ad+H1Q1nS^;O9`Smz9wgl5S~!WuH> z%R(-Ev&Wlc;|>RB<}-c!Nv2X@HS(i1zV@tI1q20Tr#{A=1g66{a(GEvwKqjVK`)}S zINF$h8|S3B2 tb)p&bCKivuWMj3ak5I#)ywN8Rp}^)m z)KDr@DI*j~`t5k|_ygNL82d#tspuEA)5-T0oQ6B{ET5FwF={NBAC>r}(hdL?KGCr5 z&KPO~$h!zMlj7guj|_4 13W o~%{zDGy9VG<{=WAWg9C# }+h?wz;u3n%EoLwzbj5wry@~>*ag*-rxOa z>P$~hol{+PU`>R@;gykw{;=R3ZL#1D(Wc7v@kTitZzBYU?x0GQu7VBq5#L0f;~sMh zEvNlW!8`G2D*y~bc51*1&uj;|jeYu-z^2C~AGA!w<_yjk^y}@kC+p6B_f*T8CdgSw zJ+;qy-2Dza1#>1#VXCU>9p1qOke0i8EQJ }SS>(>4Nq o+R+4mpfohG|?tF(2f` z4y%gpu|w& U7QLavZPbS;d?q&pZ~d%vFP*7KBes_@Ybrm-B=Vh@ zGJlc_|4g(Uwltc{8#faJL=S5_PA?7490>5yRJ}StX4GGsm{Pp2a3K_Wg3pj8Nv%`v z 1!_>_z7SGF)2og1N^m^llpgA zQ+!}M+u3KO@#~ofZVBZ-kU<{61w1TVA9RdpmL~tXvU)?PibLY~+KS+#YX+knM|0@v zZJ%X+aUmMp+SR)Qbsk=iw|mZOW#~eyW5F6~S`iEz`Hs<^vSgiqAeuq0>+98pd%4ZR z41^I%t)I62FX2LfBsMUW|F1E+NKI@Zb9cTTaaV{70^wX6gXoaHyk(0DjfvmRUsE8N z{$aA_ex-4M$$6FJhfWEB(A4O|M^s?Mme58ptyHWhoRP6Y?UC*|yw6TR(`Ot72i>Ey zG=Hmi=k!q^sp0;McSlpO!!=pmtrtCuM1}vDDJ4u*+lM@mQId+n;899@yEqaKGxDC- zO7T_K5 N1=z<*sT7RY7M{X^G?{9giQ|JHsfw( zRM2T?5@d0H!OU(`@mx)Io)|`_HQGfD7)o+Td{qTDBfcFgQDN!ca_I!Cd&H@DBcQKH z3iZd}we8NR>Wic=;yMjPt_;I)1c#>Ri;)tfEmO=??~D%3ZG0Da Z4pg}Oszy!dl=k}x(26#^T{9`OHarpI#AU4NOU~B5tI@$&B zS(1RZZ;#G@k956$;h(xXZ?pE(Hl-OK=h~Wya iyZ}qx&8$ht z!1wJws$F2Ll6d||YSS{8J-3QCVSW_doB;4x{uyEt6ZtTP46?L{=qkMO6tZBXM)>Id zsCJ53AV9ydF4DpGoF6SS73_fqckjlg@WPE|#YWXPX#ntZ^;W-ZV=wDQt%at {aSqAXq zUqyE?b)7sAsB0? lx= iE||&@^T|BUj9Bu633NM z=LN)bMTCdx9}2V@gNkqCAQC)MjaILQe_MQl?{l~qF=p3EJARj|>j5z(z2JyVi}|7T z>`(C8x&9jtM3aMQ#91d0G^zVdSSf6TX1)tRAs@@Y2md*!>GrhP#<$C=1OkwCF=K8% ziWoCVPa nZ=d$VU`VR%GFW7$HBHCWq z>-s$Z6#n?SRVGl&^TD=$CLB*p(AWoKSmx6Q#eLM?&Px=J>dkB`d`Q}Oi@crYlR%=E z9H{{9!Fc!zLb~`EfQ$8QDfkf}upuHLrnSo7gJiXE4ewf5W~+o9#sZ|ApEtC?Y$m1o zozh3PjB2+Hp-&Yi&}>vxg~ RPmz+dK4HT{s{u2RFJ{ur9`@OyuGgd<~R>&BTyB{PM&)`f|(xd@!W=nI_*=hBUi zK7-y#UDY2>?*OHW6m|uiJRnHOWJCz)+9jy&I)}8xGJg5mBUY_Gwm*AKsb1*S zh4@AoeoYZeQ%#b!2zQoX%6>b;-yFs_g72GymEnB++4uc}nJJl~D-=Cl({b#bsWXqg zQ6a+8`Pg0iM3F)lIfNYtpC+qZ<=dC< _%WYnp-2YQ*tSX{{hWHg zuZE)~haPtNE9?RD&^ChFobubC2;Qzc_JwJ@F1BF4?skqlzZI~mu%yq4kBYj`x>%pR zD0LZ5y#@3rS$@<)lv$ecF14bY()0PuqYlwA84}m%aT(2M*~IAYZbL&-?Pb36%MxJ_ z{ju97hPCM1ApTU`t5 asO2oR}`&s*|OTnJFhh(R^ z#-|Kh`&?kJAY$)Wag`yW)ocp;&EbBBk0@w32OV7PuZ4jzeKm$J6cB&@8-i?tKFHYU zEy33ICuUv!j7=sR|7sL@OV6p-k*j{T{HdZ8A#Q#=Fev{WH?i~Q!;#*;hMV$R) VEZDW z_{7j#r_}`#9jIFFH%^4a_s(HoVNd?I*8RKBk$yQ?AtaGIlLx-p1hqF2{<1RUw93wk zi>a#g?`JE7o4sbQ-k%2E9h;)fp%}f2_X6lzMI5<4#Yq@PEUGJK2+0%D+GrxCz E~p{9#DgU@SporL!lN$$gbJgMlKXW^(m`n`L$xo~Z814X$sd zDK$295G15&NAf9%cVT~El*X0?W^d+AI%eQJy+yuM&UvZppZ_Z~YKnNzbo}J@Hov5N zh-iy_*PShV|MT(rftv62b=CmCx$(0{`zX*C0`UuH>NYZ6KDZUqnAnOv3@k8iiZl2C z6WNMQajy*YBiz#Q?^6BTWuVz18=;KfyI2}7G=jwiasZr#QKbQtea}z7Ff$xGfVcM8 6rm7lS5(A># zzDmRz*$*raQ-ia{OL >8&SF(1ICeh70dx&0*V&^B2~B zwgSsj|LOV)so xqQtrqb$g;Zp* ;u6A7(Z9~4`6}s)tof& zR#Poj?u3NeVc-SM--xfg+{P!MgeyO**hZsZ1bYgZ64-vZ@-|J7?d8muk6n5^8hVZO zf{pYZmyeiwLLR5dmiPr~&4BHXSiWy^B@<*NVI0i)-1lQY J++`e;%ez%Wlf z40~-7*o#i##GBpB>#VpF8gT-$(>VKl$l(OHc77)HVF4pU#zqB%lH-^gY!o}tTJ z8%?tgt>1J^X4# wp3+V7gg1) z^WS7};m6xK^{&wRt}&+52b@oKL*K{aruJe-P=H`h6fobs^;B!($=Q_N&d=13^aicc zM+D#ANBfB~k&>yPScTo)>S4+5Kj(GYT{0%)POuIB!QCA`-f`rbn>Ccx45ynocj~8* zyWsBsEz>)nKL0u97N#5wj1vo~3emySo}k6E{KXenY*yN|8cx?J&EBGB%N`|?Z?GcY zZUhq%3%C)cC`L>X$x@{Jp2`NM=$|@z%ARN%^9y0GHBQsk)|k(1jr@U_*&dOH;y9y~ zl)Y3)w*S?`3PB{ffi1fDxS#6jH!QBHB|aRf>#K}u_bVAo-=xMyA0NMa7h$xSPSWez zjtc>zk&x6;;R?LTe!AC6ui6IER0`nxc@IVG1Kj@nK@u#@nj^1+{)_IEVC|@+`1Dc- zvUdtO59%Q}Bb)1JL7m-_myulWL226YXMK)8!|Mqe>S)Gemup2WUczJBX_ m(W1gBv$Dw=z4tUzA3WRl_f?wfSe@8{@+ imjGR!s> zPFq>Rk)mN(M4YIGL*-$Nl<5?4K3@+Yt7uh^($?BJK)w!-tVU bW%S|I23Gj)%`lUt9^eRmWPgE%aQJ2m*RiZNYz{OA8 zjGssszMl)u%97?k6|?djVVRTay`_E#(k3=tn29cpxj3?~nU`?WgR7zEZvJZukv&Ii ze&XthfdAi0)>CaKmwU6I9-&`e#} Y*-#F@dHJ^v@^aXyFRs|C7U;885B!|G z@9g`=KC2&A4yW8dah$@8)wdqDF1wEjONPjB6RFbbW%xYQ{Cs0uIxLfKbiy@Wcg2l~ zY$|DZ#CVu}b%VFAG&r0=-w9dUa(Iz!XW`_3Iocy;4!_A|>cJGgh2#Uo?`if5PDM-% z$*!J+R#e2$z%SU$2~I_+ 6``ajcU2j)&2T6E~Pswu^>k-qa6Bn!uy8WJM!%p68u*3EK P+5J|uh`7c2UzYpR3i3Z^?YlJdDd6_ zEm$VM%aSiI1xfAH3_&kdHQ(HOny*QGM5&WqeMSF*w{88QD|>}n)b;UCz#Y^bW54L- zt-g6aN2N7RM=&j?4!~Ri%oA~wP>D&fGBrFfYg{ry%mO5?i~_nXUH2@&b6N_HxZN$| zoXGJj>9KK?n26}s*ss3mCLh<(B~6}kTa%T`gGLdBMrn85QG`Y?|2dvldi|Uvd5gTV zTiX_b%&I4exK2)N{++u$A2pzEk!xIUv4yA$c-;FOL^+!-6LbL@$HpEZ4{vFp>*6}M zw>|#-y(*(Rdb9=?K4^lyB;+QM2c|r6ss46n6o0&KeY8(?_T_xqqVzDAGpVr@Vyaiw zRS=KdJMD0nOKQ+KVX02}cL&JJ4-CuC{5vSLWvgy%<=mzd_Mkgiix<~-P5S8lW|C@W zR&I}taJ`;W-jxg-CTL)Wt7BT1SVDs{&Sp8N7WL0{FXVEegy*^Baz&f@V8W$`AZOX_ z+~yNqJz}RUQ8XX2-?()0sq*v_lDjKC43U7u{GlDWJT&6}z92P)fgz>9TszEo; V9LS+QeG`{-$Q7VAt@y9$X^CvNy7xQaVe6IP#_ZX1N#oe)wVvG= zu2SIcVR-yTA-h{yiTh} 9H#A@-jl>Ow z_Y1}yI?&HOooVd1?Ua1zq1IkdUvC1%Xd+Zj$_gI&bob6bCvpdq;34FFzD1^*|0W;s z_AGy3bu{iLav=Te_%b3@s}B~FB?vu$=N}F5P^bhjdU9(?$1DF@T#=q151;TuTY-CN zvf)I8IjCrUnqMqLc(7N7t|3xkVQ~dbkfy^0=bZ3LY`3VAzKdE48l%{HhdJd0QoKTK zvTjPK;h^@(5aSLuF|qH6rjf`0+i1B4xj12{amozhOL_ya=cy}KIhVJ2HW&0B>{3_X zd!2!u^Y}+B4SU9#kFSQE=fR-s*YZbi2F~DTo$L2@S~v+6ug;pcHX5bDUZY*Ejps<% zU*cH2^bdr-)IEqsLrz!>(u{X`>nQy$M|*X)Ime``{xa7!f%hg058fC3ClcK5RpSOB z0t77P_S&-$6L952j0Bj0I5?Ys`n@d1RR#cy`TRB! 9b(#$}T67 ziD5Axkbbv7LJ-94H6gMX<6bUBz`MbrYdv6G{-d<_eoHQm)2Bqr3dg>8aFSJ&6TJj7 zz{}H;{!NqhIELaIe#iMC{Cst$dr6jugZ)>-sx~9t2p0v@TRdKKydSz##&Ho>0P&`B zS5J$86t5$A$)M35(=8%Zw!fs4T1wW!q?lh79PPuq&3^3frN~$3_uS@_NOpsv0S$^) z?hPF&4d&|X `*}@jElSfg) zraYkMtL5|h?W3Jf=A&AM&v}!+{iw=cVKwx;=zu|CGgCHC&33m>(>H#8kAKlgf%;WC z?sKsm(kHh}(VBu+MDkoUX4UcX< k|Pc6Iu_;+eSQTBlCsio z4tPY;fpOoh@JLzs!v|{r1QXLa3lh86bLP#W|6Z387T)2DYzj8-Sci@YoMPahFrIll zUv@s%;XaK!{ jry-9K`Y4X+)cFECS%$VIXd9VuPgmDCN;R{i#; z+;hr 4;P1L3(!WIH+t}>Ps8z#!oPpn{zWJ1y_%D3 z$9FC@s>*HZ6{wZaj1KLS-yJSWEw@HFENy|w jhITt?41lyZ8zY%%k)0^ z{3hCBf;KB!Hr^<+CL%z0+>aUCkcL B4=VS0<+1co0##^#)OS!J>&g`( zztY%-AQ{{gOp;wX+~4hm7#53kZ&$}qjw+%3Dg~j-MY{@6m$A}$GhmnDHV24?AL=}j z%sA!~(EXA!@W@6~nc)Q&=5`6Mry{Zct}}nIl@OfLJxa^Pmz{-VoJPp Nx3=YYT!Gfwf5s@%H=@XE!Y{lCt^t|L_&)msTyS|i%=3s z($3Qe#kzjQ%h4Ozg<3gNZGt=?MfU2Gmi_LBHQ7B47M%2c<=ep9zTk?)3Cq6HO}ea0 zxFwrh(&<48AX;QmJ*a7H5>ghgHR$jM&lc;El)}H=Q1o#GNV^X#fi0ZvZ4c5boJA)2 zwL1-MpTTGly&5>a^z%nwQwv#CqsKpj)#r&msJTL2bo&YflBQAJ=#+Rq{WgCx1t)3| zegsz#!@o9i&ZIsYO%5& -v@!XtfpAD@<~wv`p^z*>;U;<8n@LzqWmc@5+1vVk z-~qJ~ND93UFtO`W{@G`IM4|b<&RnNJaWe!Lzp}LZvFWGUF3x;vA{GtnK#`L^gmJ&} z8|EHh{px_|Wnxi5pNnJ?VTL%Y=4OJk_aRaiAH!yF*;kyj6$|u0%0PDL`wqUByXyrR zeM*fswmKRI&tKi}jf(RsXru6ot#ZB{OQ=||GU^8BdmU$Bkb?n6o0iZMJ2FEuze}yD z!bI`Dq_5S(H~V-2$DKYKsoRK>g9@bpZ4*DB87`E%oQGB5Jw3-&YLM7ieYlaY9^GXt z3=R!SCQ~ONQ!4FpCsa4RK{^e8B<@JVW=wI8d`8>XDN`c*SJhD5Kh*F_UE?}fPJ$M^ zQl{}>z3lhrMl7T1Dj67OSXXP|!pUM7IOEzX>{v;(Yx}k%!#1Vdj4>W&KOB|;Nkb=~ zFg1GIss9H!CSfDH@h(@7A06H~iJ!yL2DIh6F9*oYz#@wYlPE(5#0<-b)6fKqj1vSR z>j?Iq&JNQg#_}}X^q?VpLNHjbmWv1)x^N*KE4XzkUBYyOv~wj|Y7v7p
KDJkB$F%*M@#~96PZ*+ z4r3f?g8|zdL*@WKJdZtOh(EGDUI2>Uu<^IydS`~Sn{{a<)GAoAf^VEd^$eFKDO`Fk zn675kDxy1y=ZiWic4~TcaH2!6fq`2~0prE|=50?{46TG45+iO45DmzN!F5EAB92B5 zk4!AHZ3~k$fVE+gwduXJ`#KQGUbi^rO3n^94eebION3Ye^HcJ0k&XE`h!@RTv^kcL z6-VUoBQy;!cE^ty#THpoE%9yD%XzQLo{_U+KaPI{5O68FH4urWDKFi0pqhfTIAvMp zS882xg~W#W%OR_lY>P_EO(~R_#i+n?6!}(?0|tF&Js;&v;o5JKm0%!mjS !Bj?xNpvjX2uGb{(vlulw4kE?ZC@41YJO~i98Cx)#u9?_- z+_OJsU0$(JX2WiCaKFY&5@zGjT{_q@7?8c>cu*3B|2n%aPceWdz&^p#jabgY;qvDz zxd! DXqz#(xn5O#4a(ATB}(gHwgTe1-?ac@ zB$0zhKMHuC7FborDA2i+^=o|#%w2|D> IV3%lQ9~LP46m#1VV8ahH4~lpE)aMPTN#2{-Yz4BeZDB_ g8S+!(&4sEQE8`iKf^PIJ6UO&W-xF zC&uxXiw!0~*iWw3t;) ~bF%Us%YuBI zNlw^o8$k(pk`WV$ljU$0?I>J|5JV*EJ>h)iU}un&r*LvZM4esws5M_ZHU{($1R)Dr zHa2cBC|Dvq4vwi_$|38xNmj`Vcrp_n=+@73U`9?UZC>RU;$g5zvB*@oYC|~~EjQ&+ zcBj0Fs#~j7wFSDm76bcv#uM5PHu8b`6CP8YU~V1o?ArPa ~0508emrMhWxL?Nmsr#L@2l{gz2 z04Mun=u}8fMh`(*6|d5;6<>jO)ah9h@ngJQ;E>qMWX(f7FsRpvfeoP@n&MydEh0r3 z4ZRmp1O-O}*b3-%n}lUnb)b@t42OhzP9V*GA$i_c3JT^=5!edrB8 x$1wO zE;6@?KlX6@jIRFkI|U4en=lbH9nQE~E?W6^nTezqAH64^QjY$CHzcu|U zMV@! c@iKlvoFA4+2UFGRHs%e~Bb6A7$F5;PowY56bl9pPOsv3qP0G)k3 zrD@uiBZNI9us7{l5hK xk+Q)^2U%L_O7>Z$`RlD{w zFSnj%>>&hko>Z7DUrbce6^YBsfcMG3y0gFSpFGjvDH}{h8YoPlC_=$N=BdfXr06e} zqWDyVi-`K ;IR1h32|-mO%&@p9pUc)Gq8>DG48BVnPpu5Oy4|q 4YhAF$%xEcf38BRjc_nSw znJC79_0O$0sh&yC1pjYGYI9neUt<@~Qak%3K^l0wI~{He@Av@gZ<8$EIj-Ib+*mAT z%|A93DqVw9@glWAf?2C%x6#EyQ`CJ`wMCE#M$kDudMCOW715deE@;%(KBhHEF0_3S zYl*9+OX_8q`rgcw*cX`{7meQ<)b32z4(gq2W1%g<<5B$QbvK(TBeK3VddF ;|pegeHu+%`*8Dp2DSteFYeTB64$M-A%xz{x*Os=vHJ1;uApTuL) zu9KS!A}@NC#s%|no}MbhZg0UJS{cp7>o8chwX;opaeY~u_XB6!`TWwuU<%#Uok=j0 ztnT4xu^EPFb`mbMHI~ydBL&()cbsXl6m3N(DDD&&ZrU|wiCc6lh$#Iw1rJ`s2`rAa z&w8hjst6H~hYd28fp(?1X^eO}S$rOA%IzeSRzMZD$y`EjoXVZ!V6+?$+nnnr?m$$0 zMHVSjjFE6H`9WdQA#<#UruluE;gk;5DzcGpy|wyHNPgo0nq8v+F#vt08MCNwTj_Kn zKdj^=H7S3Iph3IvqyhbJ5wo&t>Az77gPF!IFkUV|hbP$Z@{IOIZA83krifbvR2rtfP|FPjW5OTnB^ zuYY`5*xX;s$tNS-rO;tOuy@ |bisox*&=)F{2`4W6!Z8r(!ai$>9 zK)k|1*jqyFwxSw53j(e3vQMxO9>2Xag9`O)FKs2HP&0}cy)Z8Ys0dE@sL()I`ke!n z<9zYvVIOfLHfOO5o1oo~1!Go9wk}9P2+67eG30sJhtyy6q(#h<76R) ny3&!DF0KqjbzJ9=7+u+h7|B65+qfg)Zc@Bw~g-V6!Sjnp-$5)YqrD9)OfZ)oiPjM zTl_h}6+kWHsFuJU7BDN~LDYuI4|kyfLP9PLi7RpA^QkI&w3(_2*if$6)fNkie|C{4 zo3b= ezmjo*lC!C&g!q>3yBQ%0()2=)}t1<9~b`x7JkprXhU4h|=Ihk~C0B zcs^!{+*PDy{L(13LOd0RcUSmr#l-P_MLA1QA&$FA6HPHGMx96Zt0*I-vw7bGu<~ey zDPNOQ6O2epqAV}^(Lpw aTTEW-B~bl5j!u zwC0J#on=siu~AM0`C0fN`qzXVaglxD+fDX@7k`4l7NlBR9(rCULL-PFpxze&+JahM z60w|Eu!Nc6Sr}o0`h{PwSH0F3ekeM(m0$QV|4ozn!Vl%8!Q=n%GbMl#1wktJQuI^Y z@r$D5LlyoOt;j?OC zPj >Oe-WL&a zREAAy_AjZg5V0&^e8A2m;7Z?CnWdYjACd c$ZWg zGF`7a@BOcv8H1t!riY Sv{$JM8VmMXXRQdf^TYJ(-_jf5CO4``H4X%0 zoDbqieXXhwW>}S-JJDTgxE5;iF9&PVz*?umNt_$&ah_o92$T5Qv^SdhOsTgZk3qE~ z%ZLdfIPa9|Rl-TUlj>6S+uNjU@4R(5 vMy8k!1p!e=US8-X5TJu2<~KeN>VW00@KdF&H$>q