<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.wikipedia2197.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Anabellebel</id>
	<title>Wikipedia 2197 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.wikipedia2197.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Anabellebel"/>
	<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/wiki/Special:Contributions/Anabellebel"/>
	<updated>2026-04-28T17:48:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Mod:Create_a_popup_message&amp;diff=67688</id>
		<title>Mod:Create a popup message</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Mod:Create_a_popup_message&amp;diff=67688"/>
		<updated>2023-05-13T01:33:29Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: /* Write the message */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial shows how to create a popup window that appears in the game &amp;#039;&amp;#039;[[Wikipedia 2197|The Sum]]&amp;#039;&amp;#039; to display a message.&lt;br /&gt;
[[file:Message window.jpg|thumb|This tutorial explains how to display a yellow message window like this one.]]&lt;br /&gt;
&lt;br /&gt;
== Required tools ==&lt;br /&gt;
* [[Mod:Editors#Notepad.2B.2B|Notepad++]]&lt;br /&gt;
* [[Mod:Editors#Level_editor|Level_editor|Level Editor]]&lt;br /&gt;
&lt;br /&gt;
== Create a popup message window ==&lt;br /&gt;
=== Access the &amp;#039;&amp;#039;.txt&amp;#039;&amp;#039; file of the location ===&lt;br /&gt;
Each location has its dialogue file (with an eponymous code name) already imported. It is in &amp;#039;&amp;#039;Game/NousAurons/locale/&amp;#039;&amp;#039; (French version) and &amp;#039;&amp;#039;Game/core/locale/&amp;#039;&amp;#039; (English version). Some of these files are in a folder of the same name to allow to store voices.&lt;br /&gt;
&lt;br /&gt;
=== Write the message ===&lt;br /&gt;
# Open the two files &amp;#039;&amp;#039;&amp;#039;place_code_name_where_the_message_appears.txt&amp;#039;&amp;#039;&amp;#039; and for each of them:&lt;br /&gt;
## Press {{False button|ctrl|color=white}}+{{False button|f|or color=white}} and search for &amp;quot;// INFORMATIONS&amp;quot;&lt;br /&gt;
## Copy/paste the following code: &amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
AJOUT_Message_Arrivee = {&amp;lt;Jc&amp;gt;&amp;lt;img:gui/images/Trouver.zar&amp;gt;You found a beautiful pair of shoes! It was anything but planned! You know someone who will be happy to hear that...&amp;lt;C-&amp;gt;}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;{{Idea|In place of &amp;quot;Trouver.zar&amp;quot; in the message code, you can replace that filename with any &amp;#039;&amp;#039;&amp;#039;.zar&amp;#039;&amp;#039;&amp;#039; image found in the &amp;#039;&amp;#039;Game/core/gui/image/&amp;#039;&amp;#039; folder. If you are unable to view them, [[Mod:Recommended_Programs#Red.21Viewer|install the Red!Viewer program]].}}&lt;br /&gt;
# Go to the {{Fake button|File|color=white}} menu and then {{Fake button|Save|color=gray2}}.&lt;br /&gt;
&lt;br /&gt;
== Code the message in the Level editor ==&lt;br /&gt;
=== Open the location file (Level editor) ===&lt;br /&gt;
# Open the folder &amp;#039;&amp;#039;Game&amp;#039;&amp;#039;/ then &amp;#039;&amp;#039;FT Improver.EXE&amp;#039;&amp;#039;.{{Warning|Use &amp;#039;&amp;#039;FT Tools.exe&amp;#039;&amp;#039; instead will result in an error.}}&lt;br /&gt;
# Pass the videos by clicking on them.&lt;br /&gt;
# Click on {{False button|MORE|color=black|button=yes}}.&lt;br /&gt;
# Click {{False button|LEVEL EDITOR|color=black|button=yes}}.&lt;br /&gt;
# Navigate to the {{False button|File|color=gray|border=black}} menu then {{False button|Open|color=gray3}}.&lt;br /&gt;
# Open the file of a location which must end with &amp;#039;&amp;#039;.mis&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
=== Script the message (advanced) ===&lt;br /&gt;
Coding a message inside the [[Mod:Editors#Level_editor|level_editor]] requires a &amp;#039;&amp;#039;script&amp;#039;&amp;#039;. Refer to the [[Mod:Scripts]] section for the basics of coding in the Level editor.&lt;br /&gt;
==== Display the message ====&lt;br /&gt;
# Click on the {{False button|Level|color=black2}} tab.&lt;br /&gt;
# Click on the {{False button|Triggers...|color=gray|border=black}} button at the bottom left.&lt;br /&gt;
# Click on {{False button|New...|color=gray|edge=black}}.&lt;br /&gt;
# Add a short description to the script (example: &amp;#039;&amp;#039;QUEST 1 - Pers1&amp;#039;&amp;#039;).&lt;br /&gt;
# Click {{False button|New...|color=gray|edge=black}} again.&lt;br /&gt;
# Add a series of [[Mod:Scripts#Conditions|conditions]] of your choice.&lt;br /&gt;
# Click on the tab {{False button|&amp;amp;nbsp;&amp;amp;nbsp;Actions|color=black2}}. It will change to {{False button|✔&amp;amp;nbsp;Actions|color=black2}}.&lt;br /&gt;
# Click on {{False button|New...|color=gray|border=black}}.&lt;br /&gt;
# Click on the {{False button|Center View|color=black2}} tab and select {{False button|Display World Text|color=black2}}. Select the code name of the text to display in the list, as written in the &amp;#039;&amp;#039;.txt&amp;#039;&amp;#039; files of the place (example: &amp;#039;&amp;#039;AJOUT_Message_Arrivee&amp;#039;&amp;#039;).&lt;br /&gt;
# Click on {{False button|Ok|color=gray|border=black}} 3 times (for each open window).&lt;br /&gt;
# Go to the {{False button|File|color=gray|black border}} menu and then {{False button|Save|color=gray3}}.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=The_Sum:About&amp;diff=67687</id>
		<title>The Sum:About</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=The_Sum:About&amp;diff=67687"/>
		<updated>2023-01-16T05:45:41Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Début des onglets&lt;br /&gt;
|Onglet-1=&amp;#039;&amp;#039;&amp;#039;1. Presentation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|URL-1=The Sum:About&lt;br /&gt;
|Onglet-2=&amp;#039;&amp;#039;&amp;#039;2. How to play&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|URL-2=The Sum:About/2&lt;br /&gt;
|Onglet-3=&amp;#039;&amp;#039;&amp;#039;3. Crédits&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|URL-3=The Sum:About/3&lt;br /&gt;
|bordure=1px solid #353535;&lt;br /&gt;
|fond onglets=#121212;&lt;br /&gt;
|fond cadre=#121212;&lt;br /&gt;
|arrondi=.5em&lt;br /&gt;
}}&lt;br /&gt;
[[fr:wiki/Nous Aurons:À propos]]&lt;br /&gt;
&lt;br /&gt;
[[file:Logo Nous Aurons The Sum.png|thumb|Joint logo of &amp;#039;&amp;#039;Nous Aurons&amp;#039;&amp;#039; and &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039; (English version), created in 2013 by Hugo Nadeau.]]&lt;br /&gt;
[[file:Logo Nous Aurons.png|thumb|Logo of &amp;#039;&amp;#039;Nous Aurons&amp;#039;&amp;#039;, created in 2013 by Hugo Nadeau.]]&lt;br /&gt;
[[file:TheSumTrans.png|thumb|Logo of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;, created in 2013 by Hugo Nadeau.]]&lt;br /&gt;
[[The Sum:About|The Sum]] (french version: [https://fr.wikipedia2197.org/wiki/Nous_Aurons:À_propos Nous Aurons]) is a [[Wikipedia:Video game|video game]] created by the artist [[Hugo Nadeau]] ([https://hugonadeau.com hugonadeau.com]) from the [[Wikipedia:Strategy video game|strategy video game]] [[Wikipedia:Fallout Tactics: Brotherhood of Steel|Fallout Tactics]] ([[Wikipedia:2001 in video games|2001]]) developped by [[Wikipedia:Micro Forté|Micro Forté]] and published by [[Wikipedia:Interplay_Entertainment#Studios|14 Degrees East]]. The game does not play out in the universe of [[Wikipedia:Fallout (video game)|Fallout]]. Its first &amp;#039;&amp;#039;demo&amp;#039;&amp;#039; version launched in 2015 and [[Wikipedia:Software_release_life_cycle#Alpha|alpha]] version in 2017. Its &amp;#039;&amp;#039;beta&amp;#039;&amp;#039; is scheduled for late 2022. The game allows you to experience a post-state world following the anticipated impacts of [[Wikipedia:Climate change|climate change]]. The game is offered for free in solo mode on PC only.&lt;br /&gt;
&lt;br /&gt;
== In Short ==&lt;br /&gt;
=== Game type ===&lt;br /&gt;
[[Wikipedia:Serious game|Serious]] [[Wikipedia:role-playing game|Role-playing game]], video game of [[Wikipedia:Anticipation (fiction)]], [[The Sum:About|The Sum]] can be seen as a radical &amp;quot;camping simulator&amp;quot;, a post-[[Wikipedia:Anthropocene|anthropocene]] game, an artistic excavation in the humanity of tomorrow. It is proposed as a work of art in the sense of Alexander Afanasievich Potèbnia: &amp;quot;of thought by means of images&amp;quot;. Desperate projection of [[Wikipedia:Utopia|utopias]], its seeks to bring to life these anarchies that grow across [[Wikipedia:North America|North America]].&lt;br /&gt;
&lt;br /&gt;
=== Goal ===&lt;br /&gt;
The &amp;quot;goal&amp;quot; of the game is threefold:&lt;br /&gt;
* In priority, &amp;#039;&amp;#039;&amp;#039;find a place to call home&amp;#039;&amp;#039;&amp;#039; (already inhabited or not), even if it means settling alone in the middle of a territory devastated by global warming and the bankruptcy of the States.&lt;br /&gt;
* In a &amp;#039;&amp;#039;secondary&amp;#039;&amp;#039; way, &amp;#039;&amp;#039;&amp;#039;conquering one&amp;#039;s autonomy&amp;#039;&amp;#039;&amp;#039; through learning (obtaining [[Levels of autonomy|levels of autonomy]]) to act fully in the world.&lt;br /&gt;
* &amp;#039;&amp;#039;[[The Sum:About/2#Survival|Survive]]&amp;#039;&amp;#039;, if only long enough to accomplish the first goal.&lt;br /&gt;
&lt;br /&gt;
=== End of game ===&lt;br /&gt;
The game can potentially end at any time and any place. It therefore depends on the willingness and ability of the [[Player character|player character]] to end the game. Once the player has chosen a place to live permanently, the game validates a number of conditions for the game to end. Some hidden conditions may cause a &amp;quot;[[False endings|false endings]]&amp;quot; to be triggered, i.e., an ending that leads to death (i.e., a game failure) or to a stalemate (i.e., a continuation of the game under worsened conditions). In the case of a &amp;#039;&amp;#039;successful&amp;#039;&amp;#039; ending, a circumstantial text describing the immediate future of the main character is presented and a number of &amp;#039;&amp;#039;[[Certificates (end game)|end game certificates]]&amp;#039;&amp;#039; are given as rewards.&lt;br /&gt;
&lt;br /&gt;
==== End of game conditions ====&lt;br /&gt;
* Inhabited location&lt;br /&gt;
*# Those who are already here have given their permission.&lt;br /&gt;
*# There are no hostile individuals or groups in the area.&lt;br /&gt;
&lt;br /&gt;
* Ghost town&lt;br /&gt;
*# The place is not considered deadly (irradiated or too toxic).&lt;br /&gt;
*# The [[Player Character|player character]] has basic survival equipment: good clothes, a bed, a knife and something to make a fire (combustible materials, a lighter or enough knowledge in [[Survival]] to start a fire without a lighter)&lt;br /&gt;
*# The [[Player Character|player character]] has sufficient knowledge of [[Survival]].&lt;br /&gt;
&lt;br /&gt;
=== General content ===&lt;br /&gt;
The game features a collection of some ideal [[The Sum:Contents#Communities|25 cities]] inspired by [[Wikipedia:Anarchism|anarchism]], all colorful and somewhat exotic. They are indebted to, and sometimes attributable to, the Annares society (anarchist moon) of Ursula K. Le Guin&amp;#039;s [[Wikipedia:The Dispossessed|The Dispossessed]].&lt;br /&gt;
&lt;br /&gt;
=== Interpretation ===&lt;br /&gt;
As a work of fiction, [[The Sum:About|The Sum]] seeks to offer a different narrative from other well-known fiction works, such as [[Wikipedia:The Dispossessed|The Dispossessed]], [[Wikipedia:Oryx and Crake|Oryx and Crake]] or [[Wikipedia:Nineteen Eighty-Four|Nineteen Eighty-Four]]. it mainly seeks to portray a &amp;#039;&amp;#039;global decentralization&amp;#039;&amp;#039;, [[Wikipedia:en:Anti-authoritarianism|anti-authoritarianism]], or [[Wikipedia:en:Biocentrism (ethics)|biocentrism]]. It is therefore a counterexample to [[Wikipedia:Anthropocentrism|Anthropocentrism]].&lt;br /&gt;
The project seeks to pierce through the predicted climatic consequences to show a new world where freedoms, mutual aid and direct democracies are energized and superposed in an open way.&lt;br /&gt;
&lt;br /&gt;
=== Founding ===&lt;br /&gt;
The production of the game &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;, its french version &amp;#039;&amp;#039;Nous Aurons&amp;#039;&amp;#039;, as well as some public presentations (online performances) of the project entitled &amp;#039;&amp;#039;Nous campions loin des endroits où la mort nous attendait&amp;#039;&amp;#039; were realized thanks to the support of the [https://www.calq.gouv.qc.ca/ Conseil des arts et des lettres du Québec] as well as the [https://conseildesarts.ca/ Canada Council for the Arts].&lt;br /&gt;
&lt;br /&gt;
== Synopsis ==&lt;br /&gt;
=== Intrigue ===&lt;br /&gt;
[[file:Logo Nous Aurons Titre.png|thumb|Alternative logo of &amp;#039;&amp;#039;Nous Aurons&amp;#039;&amp;#039;, created in 2019 by Hugo Nadeau.]]&lt;br /&gt;
The events of the [[Predation (era)|Predation]], even if they seem recent, are shrouded in mystery and constantly debated. The prevalence of the year 2197 in many of the recovered tools, although it does not prove anything, offers a semblance of a common ground. Nevertheless, the traces left behind speak and ruptures are on everyone&amp;#039;s lips.&lt;br /&gt;
&lt;br /&gt;
Agriculture once stretched as far as the eye could see before giving rise to the &amp;#039;&amp;#039;Great American Desert&amp;#039;&amp;#039;, the &amp;#039;&amp;#039;[[Great Loto-Quebec Fireworks]]&amp;#039;&amp;#039; and the &amp;#039;&amp;#039;[[Black Plain]]&amp;#039;&amp;#039;. What were called the &amp;#039;&amp;#039;States&amp;#039;&amp;#039; were, but the &amp;#039;&amp;#039;States&amp;#039;&amp;#039; are no more. A &amp;quot;chorus virus&amp;quot;, [[HaNa]], decimated the populations. A [[large army]] destroyed cars faster than they came out of the factories. The [[Revenants]] (formerly called the &amp;#039;&amp;#039;Great Lakes&amp;#039;&amp;#039;), had now yet dried up. Across the [[Great Tongue]], a tower in the middle of the waters exploded, covering the ocean with plastic. The &amp;#039;&amp;#039;Enternet&amp;#039;&amp;#039; was &amp;#039;&amp;#039;unlimited&amp;#039;&amp;#039;, but the traces of it we find today, isolated, now reminds only as encrypted crumbs. The invisible radiation became flesh. But the humans were so numerous that they survived all the imaginable deaths.&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s already been generations since everything changed. It was the warming, now comes the real part. The [[Meric]] is a web that has no center, no fixed shape, and in its blood flows the freedom to find oneself.&lt;br /&gt;
&lt;br /&gt;
=== Universe ===&lt;br /&gt;
The universe of &amp;#039;&amp;#039;[[The Sum:About|The Sum]]&amp;#039;&amp;#039; (which is not the same as [[Wikipedia:Fallout|Fallout]] game franchise from which it was created) presents the atmosphere of a ruined world with equipment relative to a [[post-apocalyptic]] civilization, this one coming after the long fall of an industrial civilization of the 21{{th}} - 22{{th}} century (understood in the game as the period of the [[Predation]]).&lt;br /&gt;
&lt;br /&gt;
=== Setting ===&lt;br /&gt;
The game takes place in [[Wikipedia:North America|North America]] ([[Merica]]) around the [[Wikipedia:Great Lakes|Great Lakes]] ([[Revenants]]) and along the former East Coast. For more details, see the [[The Sum:Map|game map]].&lt;br /&gt;
&lt;br /&gt;
=== Merica ===&lt;br /&gt;
[[file:Carte Nous Aurons.jpg|thumb|Map of Merica, as it appears in &amp;#039;&amp;#039;2197&amp;#039;&amp;#039;.]]&lt;br /&gt;
When the game begins, [[Merica]] (the region corresponding to the [[Wikipedia:Great Lakes|Great Lakes]] and the [[Wikipedia:East Coast of the United States|U.S. East Coast]]) is an open territory, with no [[Wikipedia:State|States]] and traversed by many specificities:&lt;br /&gt;
* There is no longer any centralized control of the territory (by the police or the military, for example)&lt;br /&gt;
* Decentralized, self-organized, sometimes federated communities occupy portions of the territory and can be visited.&lt;br /&gt;
* Wild animals, sometimes hostile, have repopulated natural areas and ex-cities in large numbers.&lt;br /&gt;
* Remnants of industrial civilization and recent conflicts (precarious buildings, pollution and radiation, landmines, debris) dot the territory and sometimes constitute a mortal danger.&lt;br /&gt;
* A significant rise in sea levels has swallowed up large swathes of coastal areas.&lt;br /&gt;
* Some natural disasters are still ongoing, such as droughts and forest fires.&lt;br /&gt;
* Armed groups have settled or are crossing certain regions.&lt;br /&gt;
&lt;br /&gt;
== Game system ==&lt;br /&gt;
=== General information ===&lt;br /&gt;
[[file:Logo The Sum Colle.png|thumb|Alternative and untitled logo of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;, created in 2018 by Hugo Nadeau.]]&lt;br /&gt;
[[The Sum:About|The Sum]] focuses on [[Wikipedia:Role-playing game|exploration]] and day-to-day [[Wikipedia:Survival game|survival]]. The player-triggered dialogues with the [[Wikipedia:Non-player character|non-player characters]] take place autonomously according to the points ([[Skills]] and [[Traits]]) of the main character. The visited locations are either small scattered communities, connected by rare points of contact and technologies, or ghost towns occupied here and there by survivors. By meeting other characters, the player can initiate a dialogue, obtain informations or tasks, exchange goods, recruit friends (to change the composition of their group) and sometimes start an armed conflict. Occasionally, characters encountered may be encountered again elsewhere.&lt;br /&gt;
&lt;br /&gt;
=== Start ===&lt;br /&gt;
After an initial situation that is usually disadvantageous (one must choose from [[The Sum:Contents#Main characters|22 main characters]] who all have their own stories), the player can choose to stay or venture out into the world.&lt;br /&gt;
&lt;br /&gt;
=== Equipment ===&lt;br /&gt;
The main character carries a [[GPSP (Global Positioning System Portable)]], a kind of electronic tablet that helps them to get information about the surroundings. It includes an interface to read electronic chips and USB keys, a battery and a [[Wikipedia:GPS (navigation assistant)|GPS]] map whose data must be reconstructed. Thanks to a miniature subcutaneous generator, the tool recharges automatically from the body heat of its wearer.&lt;br /&gt;
&lt;br /&gt;
The game features a large number of various objects and weapons that serve as witnesses to the past world, not always being useful to pick up.&lt;br /&gt;
&lt;br /&gt;
=== Group ===&lt;br /&gt;
The game system allows the player to control several characters simultaneously, forming a group that follows the main character in their travels. In some specific places (communities or safe meeting places), it is possible to entrust or &amp;quot;drop off&amp;quot; characters that the player no longer wish to &amp;quot;keep&amp;quot;, or welcome others.&lt;br /&gt;
&lt;br /&gt;
=== Combat ===&lt;br /&gt;
The combat system in [[The Sum:About|The Sum]] is continuous. All characters fight at the same time, with action points regenerated at a rate based on their Agility score. It is possible to change position (standing, crouching, prone), which affects the accuracy of attacks.{{Warning|The game on which &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039; was created allows for turn-based [[Wikipedia:Turn-based strategy|turn-based]] play, but this mode is mostly hidden in &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039; to simplify the game}}&lt;br /&gt;
&lt;br /&gt;
== Creation ==&lt;br /&gt;
=== Team ===&lt;br /&gt;
From 2013 to 2021, the production, programming, visual creation and writing of the game were led entirely by Hugo Nadeau. Antonio de Braga designed almost all of the game&amp;#039;s music, while Fred Lebrasseur produced several sound environments.&lt;br /&gt;
&lt;br /&gt;
Many people have contributed to the creation of the game, sometimes on a voluntary basis, sometimes by being paid and sometimes in an unauthorized way. For a list of these people, see [[The Sum:Credits]]&lt;br /&gt;
&lt;br /&gt;
=== Founding ===&lt;br /&gt;
[[The Sum:About|The Sum]]&lt;br /&gt;
The Sum and several performances associated with it were funded by the [https://www.calq.gouv.qc.ca/ Conseil des arts et des lettres du Québec (CALQ)].&lt;br /&gt;
&lt;br /&gt;
=== Inspiration ===&lt;br /&gt;
The game features a world inspired by a myriad of post-apocalyptic science fiction games, movies and novels. The influences come from, among other things, the video game &amp;#039;&amp;#039;[[Wikipedia:Fallout|Fallout]]&amp;#039;&amp;#039; from which it was created, but also from a large collection of novels, including [[Wikipedia:The Dispossessed|&amp;#039;&amp;#039;The Dispossessed&amp;#039;&amp;#039; (1974)]], [[Wikipédia:fr:Écotopie|&amp;#039;&amp;#039;Écotopie&amp;#039;&amp;#039; (1975)], [[Wikipedia:William S. Burroughs|&amp;#039;&amp;#039;The Valley&amp;#039;&amp;#039; (1987)]], [[Wikipédia:fr:Future times|&amp;#039;&amp;#039;Future times&amp;#039;&amp;#039; (1948)]], [[Wikipédia:fr:Anne Legault|&amp;#039;&amp;#039;Récits de Médilhault&amp;#039;&amp;#039; (1994)]], [[Wikipedia:en:The Road|&amp;#039;&amp;#039;The Road&amp;#039;&amp;#039; (2006)]], [[Wikipedia:en:Utopia (book)|&amp;#039;&amp;#039;Utopia&amp;#039;&amp;#039; (1516)]], [[Wikipedia:Doris Lessing|&amp;#039;&amp;#039;Mara and Dann&amp;#039;&amp;#039; (1999)]]; novel series such as [[Wikipedia:en:Dune (novel)|&amp;#039;&amp;#039;Dune&amp;#039;&amp;#039; (1965)]], [[Wikipedia:en:Silo (series)|&amp;#039;&amp;#039;Silo&amp;#039;&amp;#039; (2012)]]; movies such as [[Wikipedia:en:Blast from the Past (film)|&amp;#039;&amp;#039;Blast from the Past&amp;#039;&amp;#039; (1999)]], [[Wikipedia:Logan&amp;#039;s Run (film)|&amp;#039;&amp;#039;Logan’s Run&amp;#039;&amp;#039; (1976)]], [[Wikipedia:en:The Salute of the Jugger|&amp;#039;&amp;#039;The Salute of the Jugger&amp;#039;&amp;#039; (1989)]], [[Wikipedia:en:A Boy and His Dog|&amp;#039;&amp;#039;Apocalypse 2024 (A Boy and His Dog)&amp;#039;&amp;#039; (1975)]], [[Wikipedia:en:Le Dernier Combat|&amp;#039;&amp;#039;Le Dernier Combat&amp;#039;&amp;#039; (1983)]], [[Wikipedia:Blindness (2008 film)|&amp;#039;&amp;#039;Blindness&amp;#039;&amp;#039; (2008)]], &amp;#039;&amp;#039;The Eternal night of the Twelve moons&amp;#039;&amp;#039; (2013), [[Wikipedia:Elysium (film)|&amp;#039;&amp;#039;Elysium&amp;#039;&amp;#039; (2013)]], [[Wikipedia:THX 1138|&amp;#039;&amp;#039;THX 1138&amp;#039;&amp;#039; (1971)]], as well as the [[Wikipedia:Mad Max|&amp;#039;&amp;#039;Mad Max&amp;#039;&amp;#039; (1979-2015)]] film series.&lt;br /&gt;
&lt;br /&gt;
== Accueil ==&lt;br /&gt;
In general, the game was well received, both by video game and art lovers.&lt;br /&gt;
*[https://www.moddb.com/mods/thesum Modb.com] : 8.9/10&lt;br /&gt;
&lt;br /&gt;
== Notes and references ==&lt;br /&gt;
{{References}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://nousaurons.hugonadeau.com Official]&lt;br /&gt;
* [https://www.moddb.com/mods/thesum The Sum (Nous Aurons) on Moddb platform]&lt;br /&gt;
&lt;br /&gt;
[[Category:Video game]]&lt;br /&gt;
[[Category:Tactical RPG]]&lt;br /&gt;
[[Category:Mod]]&lt;br /&gt;
[[Category:Windows game]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Get_more_information_on_the_Predation&amp;diff=67686</id>
		<title>Get more information on the Predation</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Get_more_information_on_the_Predation&amp;diff=67686"/>
		<updated>2023-01-16T05:45:18Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Information_about_the_Predation.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Févrière]]|at=[[Kofun]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Eternity]]&amp;lt;/p&amp;gt;|sub=|reward=1 [[Money|repcoin]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Kofun]], [[Févrière]] asks the player to gather more information about the [[Predation]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Gather more information about the Predation|clue=Bring your findings to the scientists in Kofun}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
This quest can be accomplished:&lt;br /&gt;
* By accessing the research center servers in the basement of [[Kofun]].&lt;br /&gt;
* By obtaining a copy of the history of the [[Predation]] recorded by the [[Librairat]] in [[Eternity]].&lt;br /&gt;
* By giving a copy of the [[Jour Noir]] newspaper to the scientists.&lt;br /&gt;
&lt;br /&gt;
Although these three sources of information are partial and of questionable reliability at best, this is all that [[Kofun]] could possibly get access to. The &amp;#039;&amp;#039;research center&amp;#039;&amp;#039; that serves as a refuge for the inhabitants of [[Kofun]] was used in the days of the [[Predation]] by various telecommunication companies, among others as an &amp;#039;&amp;#039;Enternet&amp;#039;&amp;#039; terminal and server warehouse. Repairing these servers will allow to decrypt the information they contain and reveal a lot of information about the Predation that is currently inaccessible to the inhabitants. It is also possible to visit the scribes of [[Eternity]] who copy by hand, for generations, a manuscript many times annotated and enriched revealing the condensed history of the [[Predation]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67685</id>
		<title>The Sum:Contents</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67685"/>
		<updated>2023-01-09T02:35:09Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
{{TheSum/Title}}&lt;br /&gt;
&amp;lt;br&amp;gt;__TOC__&lt;br /&gt;
[[fr:wiki/Nous Aurons:Contenus]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Merica&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Worldmap&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Learning about the Worldmap can be a spoiler to the game.&lt;br /&gt;
* [[The Sum:Worldmap|Consult the interactive worldmap]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Communities&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;communities&amp;#039;&amp;#039;&amp;#039; are organized inhabited places that have a certain importance and influence on the other places of [[Merica]].&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Apocalypso]]&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[Cap-Lévis]]&lt;br /&gt;
* [[Capital (La Porte, Cartier)]]&lt;br /&gt;
* [[Carmor]]&lt;br /&gt;
* [[Chicago]]&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Kofun]]&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[La main tendue]]&lt;br /&gt;
* [[The Valley]]&lt;br /&gt;
* [[Mistissini]]&lt;br /&gt;
* [[Noranda (Ouyn)]]&lt;br /&gt;
* [[Ottawawa]]&lt;br /&gt;
* [[Patria]]&lt;br /&gt;
* [[Poston]]&lt;br /&gt;
* [[Salvage]]&lt;br /&gt;
* [[Sault]]&lt;br /&gt;
* [[SILO]]&lt;br /&gt;
* [[Service stations]]&lt;br /&gt;
* [[Sumbridge]]&lt;br /&gt;
* [[Terrace]]&lt;br /&gt;
* [[Win-Win]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Occupied locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Occupied locations&amp;#039;&amp;#039;&amp;#039; are places inhabited by several organized individuals (or just one person), which have minor importance and influence within [[Merica]] and have been recently developed.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Cap-Rouge]]&lt;br /&gt;
* [[Cola]]&lt;br /&gt;
* [[Corpses]]&lt;br /&gt;
* [[Estrie]]&lt;br /&gt;
* [[Eternity]]&lt;br /&gt;
* [[Givehub]]&lt;br /&gt;
* [[Ikea]]&lt;br /&gt;
* [[Île-aux-courges]]&lt;br /&gt;
* [[Kapuskasing]]&lt;br /&gt;
* [[Laflèche]]&lt;br /&gt;
* [[Machu Picchu]]&lt;br /&gt;
* [[M-O-O-N]]&lt;br /&gt;
* [[Metgermette]]&lt;br /&gt;
* [[Nouveau-Portneuf]]&lt;br /&gt;
* [[Outremonde]]&lt;br /&gt;
* [[Portland]]&lt;br /&gt;
* [[Sabbenay]]&lt;br /&gt;
* [[Southworld]]&lt;br /&gt;
* [[Taureau]]&lt;br /&gt;
* [[Vieux]]&lt;br /&gt;
* [[Village]]&lt;br /&gt;
* [[War-End]]&lt;br /&gt;
* [[Zigzag]]&lt;br /&gt;
* [[Zoo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Ghost towns (ex-cities)&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;ex-cities&amp;#039;&amp;#039;&amp;#039; are ghost towns with the most traces of the [[Predation]] and dangers. Generally, these places, whether visited often or not, remain abandoned and show little sign of transformation over the years.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[3 rivers]]&lt;br /&gt;
* [[Albany]]&lt;br /&gt;
* [[Alpena]]&lt;br /&gt;
* [[Anarres]]&lt;br /&gt;
* [[Aréna]]&lt;br /&gt;
* [[Asbest]]&lt;br /&gt;
* [[Ashland]]&lt;br /&gt;
* [[Bloomington]]&lt;br /&gt;
* [[Cami]]&lt;br /&gt;
* [[Camion]]&lt;br /&gt;
* [[Camping]]&lt;br /&gt;
* [[Cannibales]]&lt;br /&gt;
* [[Champaign]]&lt;br /&gt;
* [[Chapleau]]&lt;br /&gt;
* [[Cleveland]]&lt;br /&gt;
* [[Convoi]]&lt;br /&gt;
* [[Cubes]]&lt;br /&gt;
* [[Cycliste]]&lt;br /&gt;
* [[Davenport]]&lt;br /&gt;
* [[Disraeli]]&lt;br /&gt;
* [[Douglas]]&lt;br /&gt;
* [[Drapeaux]]&lt;br /&gt;
* [[Drum]]&lt;br /&gt;
* [[Eau Claire]]&lt;br /&gt;
* [[Enclot]]&lt;br /&gt;
* [[Flat Rock]]&lt;br /&gt;
* [[Forest city]]&lt;br /&gt;
* [[Friendship]]&lt;br /&gt;
* [[Gagnon]]&lt;br /&gt;
* [[Gaylord]]&lt;br /&gt;
* [[Georges]]&lt;br /&gt;
* [[Gilles]]&lt;br /&gt;
* [[Gladstone]]&lt;br /&gt;
* [[Grove]]&lt;br /&gt;
* [[Iroquois]]&lt;br /&gt;
* [[Ithaca]]&lt;br /&gt;
* [[Kennebec]]&lt;br /&gt;
* [[Kenosha]]&lt;br /&gt;
* [[Kettle]]&lt;br /&gt;
* [[L&amp;#039;autre Baie]]&lt;br /&gt;
* [[L&amp;#039;Étape]]&lt;br /&gt;
* [[La porte 2]]&lt;br /&gt;
* [[Labbattoir]]&lt;br /&gt;
* [[Lac Seul]]&lt;br /&gt;
* [[Lac carré]]&lt;br /&gt;
* [[Land O&amp;#039; Lake]]&lt;br /&gt;
* [[Laval]]&lt;br /&gt;
* [[Lazare]]&lt;br /&gt;
* [[Longlong]]&lt;br /&gt;
* [[Manistee]]&lt;br /&gt;
* [[Mara lake]]&lt;br /&gt;
* [[Massif]]&lt;br /&gt;
* [[Maïs]]&lt;br /&gt;
* [[Mentor]]&lt;br /&gt;
* [[Montagne]]&lt;br /&gt;
* [[Métro]]&lt;br /&gt;
* [[Nemaska]]&lt;br /&gt;
* [[Nipissing]]&lt;br /&gt;
* [[Patten]]&lt;br /&gt;
* [[Pintendre]]&lt;br /&gt;
* [[Piste]]&lt;br /&gt;
* [[Plattsburgh]]&lt;br /&gt;
* [[Porcupine]]&lt;br /&gt;
* [[Portsmouth]]&lt;br /&gt;
* [[Powassan]]&lt;br /&gt;
* [[Prairie farm]]&lt;br /&gt;
* [[Presque-Villa]]&lt;br /&gt;
* [[Providence]]&lt;br /&gt;
* [[Resolute]]&lt;br /&gt;
* [[Rich]]&lt;br /&gt;
* [[Scène]]&lt;br /&gt;
* [[Shack]]&lt;br /&gt;
* [[Springfield]]&lt;br /&gt;
* [[Stitt]]&lt;br /&gt;
* [[Sudbury]]&lt;br /&gt;
* [[Superior]]&lt;br /&gt;
* [[Syracuse]]&lt;br /&gt;
* [[Sépulture]]&lt;br /&gt;
* [[Tantie]]&lt;br /&gt;
* [[Techny]]&lt;br /&gt;
* [[Telado]]&lt;br /&gt;
* [[Thessalon]]&lt;br /&gt;
* [[Tomahawk]]&lt;br /&gt;
* [[Watersmeet]]&lt;br /&gt;
* [[Watertown]]&lt;br /&gt;
* [[Wawa]]&lt;br /&gt;
* [[Wilderness]]&lt;br /&gt;
* [[Ypsilanti]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Hidden locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The secret or &amp;#039;&amp;#039;&amp;#039;hidden locations&amp;#039;&amp;#039;&amp;#039; are small places, easy to miss, difficult to access or deliberately hidden. They often require the help of a map or the prior discovery of a clue to be found.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Autel]]&lt;br /&gt;
* [[Avion]]&lt;br /&gt;
* [[Bangor]]&lt;br /&gt;
* [[Battle]]&lt;br /&gt;
* [[Brookline]]&lt;br /&gt;
* [[Brûlé]]&lt;br /&gt;
* [[Burg]]&lt;br /&gt;
* [[Cache (canyon)]]&lt;br /&gt;
* [[Cache (missile)]]&lt;br /&gt;
* [[Cache (ours)]]&lt;br /&gt;
* [[Cache (patriotique)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Camp]]&lt;br /&gt;
* [[Caverne]]&lt;br /&gt;
* [[Crypte]]&lt;br /&gt;
* [[Ermite]]&lt;br /&gt;
* [[Franklin]]&lt;br /&gt;
* [[Golden arches]]&lt;br /&gt;
* [[Grayling]]&lt;br /&gt;
* [[Hartford]]&lt;br /&gt;
* [[La Liberté]]&lt;br /&gt;
* [[Lead]]&lt;br /&gt;
* [[Maison (Ottawawa)]]&lt;br /&gt;
* [[Maison (Sault)]]&lt;br /&gt;
* [[Marines]]&lt;br /&gt;
* [[Mir]]&lt;br /&gt;
* [[Monument]]&lt;br /&gt;
* [[Peoria]]&lt;br /&gt;
* [[Plymouth]]&lt;br /&gt;
* [[Pyramide]]&lt;br /&gt;
* [[Silo 2]]&lt;br /&gt;
* [[Vault]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Special events&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;special events&amp;#039;&amp;#039;&amp;#039; are scenarios that are suddenly triggered while exploring the map. They can be very dangerous.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Border]]&lt;br /&gt;
* [[Flood]]&lt;br /&gt;
* [[Mines]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Items&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] As in any post-apocalyptic game, [[Wikipedia 2197|The Sum]] contains hordes of items of any kind.&lt;br /&gt;
* [[The Sum:Ammos|Ammos]]&amp;lt;br&amp;gt;Munitions of all kinds.&lt;br /&gt;
* [[The Sum:Armors|Armors]]&amp;lt;br&amp;gt;Clothes and other personal protection suits made from various materials.&lt;br /&gt;
* [[The Sum:Collectables|Collectables]]&amp;lt;br&amp;gt;Any items that are found and used more than once. They often offer benefits by simply readily available in the character&amp;#039;s inventory, or are of use while equipped.&lt;br /&gt;
* [[The Sum:Consumables|Consumables]]&amp;lt;br&amp;gt;Items that are eaten, drank, swallowed or have a one-time use. They disappear as soon as they are used.&lt;br /&gt;
* [[The Sum:Firearms|Firearms]]&amp;lt;br&amp;gt;Firearms, whathever they are pistols, rifles, hi-tech guns, military assault weapons or anything in between.&lt;br /&gt;
* [[The Sum:Weapons|Weapons]]&amp;lt;br&amp;gt;Hand-held melee weapons of various sorts to thrown weapons and fighting gloves. Some are fragile and disappear after one use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Groups&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following &amp;#039;&amp;#039;&amp;#039;groups&amp;#039;&amp;#039;&amp;#039; have a particular influence within [[Merica]]:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Knights of Colombus (Joan of Arc&amp;#039;s guard)]]&lt;br /&gt;
* [[Unlockers]]&lt;br /&gt;
* [[Esclavage Qc]]&lt;br /&gt;
* [[Gang (Blades)]]&lt;br /&gt;
* [[Gang (Brotherhood)]]&lt;br /&gt;
* [[Gang (Cirques du Soleil)]]&lt;br /&gt;
* [[Gang (Corpses)]]&lt;br /&gt;
* [[Gang (Hand)]]&lt;br /&gt;
* [[Gang (Mad Dogs)]]&lt;br /&gt;
* [[Gang (The Postmen)]]&lt;br /&gt;
* [[Gang (Trashkhans)]]&lt;br /&gt;
* [[Golden archers]]&lt;br /&gt;
* [[Dwellers]]&lt;br /&gt;
* [[Jarrêts noirs]]&lt;br /&gt;
* [[Joggers]]&lt;br /&gt;
* [[Leaders (Sums of Jacob)]]&lt;br /&gt;
* [[Materialists]]&lt;br /&gt;
* [[Milicians]]&lt;br /&gt;
* [[Monks]]&lt;br /&gt;
* [[Erasers]]&lt;br /&gt;
* [[Red panthers]]&lt;br /&gt;
* [[Paramilitaries]]&lt;br /&gt;
* [[Patriots]]&lt;br /&gt;
* [[Painted skins]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Road Warriors]]&lt;br /&gt;
* [[Skins (dealers)]]&lt;br /&gt;
* [[Sumists]]&lt;br /&gt;
* [[The Invisible hand]]&lt;br /&gt;
* [[The Pack]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigos]]&lt;br /&gt;
* [[WWW (Win-Win-Wirlwind)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Professions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following professions were developed after the [[Predation]] era:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Acquirer]]&lt;br /&gt;
* [[Elder]]&lt;br /&gt;
* [[Attributor]]&lt;br /&gt;
* [[Black-blocker]]&lt;br /&gt;
* [[Conqueror of bread]]&lt;br /&gt;
* [[Runner]]&lt;br /&gt;
* [[Cruiser]] &amp;lt;!--Dealer--&amp;gt;&lt;br /&gt;
* [[Deliberator]]&lt;br /&gt;
* [[Unlocker]]&lt;br /&gt;
* [[Embroker]]  &amp;lt;!--Défusilleur.se Briseur de fusils et autres--&amp;gt;&lt;br /&gt;
* [[Exptrapolator|Exptrapolator/Speculator]]&lt;br /&gt;
* [[Keeper of knowledge]]&lt;br /&gt;
* [[Gleaner]]&lt;br /&gt;
* [[Jogger]]&lt;br /&gt;
* [[Medic]]&lt;br /&gt;
* [[Neo-missionnary]]&lt;br /&gt;
* [[Eraser]] &amp;lt;!--Effaceur.se--&amp;gt;&lt;br /&gt;
* [[Newser]]&lt;br /&gt;
* [[Peacemaker]]&lt;br /&gt;
* [[Stalker]]&lt;br /&gt;
* [[Trapper]]&lt;br /&gt;
* [[Pirate]]&lt;br /&gt;
* [[Poisoner]] &amp;lt;!--Prendre en charge les niveaux de toxicité des pèches--&amp;gt;&lt;br /&gt;
* [[Carrier]] &amp;lt;!--De corps à Coral--&amp;gt;&lt;br /&gt;
* [[Prosecutor]]&lt;br /&gt;
* [[Recycler]] &amp;lt;!--Débâtisseur.se--&amp;gt;&lt;br /&gt;
* [[Refugeer]]&lt;br /&gt;
* [[Road Warrior]]&lt;br /&gt;
* [[Greenhouser]]&lt;br /&gt;
* [[Sumist]]&lt;br /&gt;
* [[Speculator]]&lt;br /&gt;
* [[Taxi]]&lt;br /&gt;
* [[Invisible hand]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Main characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The 22 main characters of the game: &lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Amérique]]&lt;br /&gt;
* [[Basque]]&lt;br /&gt;
* [[Brave]]&lt;br /&gt;
* [[Chance]]&lt;br /&gt;
* [[Dann]]&lt;br /&gt;
* [[Épi]]&lt;br /&gt;
* [[Franche]]&lt;br /&gt;
* [[Géorgy]]&lt;br /&gt;
* [[Hiverse]]&lt;br /&gt;
* [[Isabette]]&lt;br /&gt;
* [[Kadi]]&lt;br /&gt;
* [[Leg]]&lt;br /&gt;
* [[Mara]]&lt;br /&gt;
* [[Marais]]&lt;br /&gt;
* [[Mercie]]&lt;br /&gt;
* [[Monréal]]&lt;br /&gt;
* [[Nouvelle]]&lt;br /&gt;
* [[Read]]&lt;br /&gt;
* [[Talée]]&lt;br /&gt;
* [[Tempo]]&lt;br /&gt;
* [[Vaillant]]&lt;br /&gt;
* [[Veille]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&amp;lt;h4&amp;gt;Chronology&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] [[Diagram : Movement of the main characters through time]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Companions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] These characters can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Adriana]]&lt;br /&gt;
* [[Aidan]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Ali]]&lt;br /&gt;
* [[Alicia]]&lt;br /&gt;
* [[Alina]]&lt;br /&gt;
* [[Anaïs]]&lt;br /&gt;
* [[Armée]]&lt;br /&gt;
* [[Art]]&lt;br /&gt;
* [[Atasá:ta]]&lt;br /&gt;
* [[Atironta]]&lt;br /&gt;
* [[Audrey]]&lt;br /&gt;
* [[Aurore]]&lt;br /&gt;
* [[Ben]]&lt;br /&gt;
* [[Big]]&lt;br /&gt;
* [[Boris]]&lt;br /&gt;
* [[Byron]]&lt;br /&gt;
* [[Carl]]&lt;br /&gt;
* [[Carlos]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Chantal]]&lt;br /&gt;
* [[Charles]]&lt;br /&gt;
* [[Chloé]]&lt;br /&gt;
* [[Christine]]&lt;br /&gt;
* [[Cindy]]&lt;br /&gt;
* [[Clara]]&lt;br /&gt;
* [[Claude-Ève]]&lt;br /&gt;
* [[Claude]]&lt;br /&gt;
* [[Cullen]]&lt;br /&gt;
* [[Danielle]]&lt;br /&gt;
* [[Darwin]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Deux]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Édith]]&lt;br /&gt;
* [[Elena]]&lt;br /&gt;
* [[Élise]]&lt;br /&gt;
* [[Elliot]]&lt;br /&gt;
* [[Elmer]]&lt;br /&gt;
* [[Emily]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Essence]]&lt;br /&gt;
* [[Esther]]&lt;br /&gt;
* [[Eva]]&lt;br /&gt;
* [[Eye]]&lt;br /&gt;
* [[Gaston]]&lt;br /&gt;
* [[George]]&lt;br /&gt;
* [[Gilbert]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Guy]]&lt;br /&gt;
* [[Halle]]&lt;br /&gt;
* [[Hanna]]&lt;br /&gt;
* [[Hélène]]&lt;br /&gt;
* [[Heure]]&lt;br /&gt;
* [[Hope]]&lt;br /&gt;
* [[Hugo]]&lt;br /&gt;
* [[Idem]]&lt;br /&gt;
* [[Irvin]]&lt;br /&gt;
* [[Isis]]&lt;br /&gt;
* [[Jacqueline]]&lt;br /&gt;
* [[Jay]]&lt;br /&gt;
* [[Jean]]&lt;br /&gt;
* [[Jeffrey]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy]]&lt;br /&gt;
* [[Joachim]]&lt;br /&gt;
* [[Joe]]&lt;br /&gt;
* [[Joëlle]]&lt;br /&gt;
* [[Jonathan]]&lt;br /&gt;
* [[Josie]]&lt;br /&gt;
* [[Julie]]&lt;br /&gt;
* [[Juliette]]&lt;br /&gt;
* [[Kailey]]&lt;br /&gt;
* [[Kateri]]&lt;br /&gt;
* [[Kenna]]&lt;br /&gt;
* [[Kenny]]&lt;br /&gt;
* [[Kiev]]&lt;br /&gt;
* [[Kin]]&lt;br /&gt;
* [[Kobe]]&lt;br /&gt;
* [[Lance]]&lt;br /&gt;
* [[Lark]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Lena]]&lt;br /&gt;
* [[Lily]]&lt;br /&gt;
* [[Line]]&lt;br /&gt;
* [[Lloyd]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Lua]]&lt;br /&gt;
* [[Maci]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maikan]]&lt;br /&gt;
* [[Manon]]&lt;br /&gt;
* [[Marco]]&lt;br /&gt;
* [[Marcot]]&lt;br /&gt;
* [[Mari]]&lt;br /&gt;
* [[Mariage]]&lt;br /&gt;
* [[Mario]]&lt;br /&gt;
* [[Maura]]&lt;br /&gt;
* [[Métusse]]&lt;br /&gt;
* [[Mie]]&lt;br /&gt;
* [[Miracle]]&lt;br /&gt;
* [[Mort]]&lt;br /&gt;
* [[Mune]]&lt;br /&gt;
* [[Nadège]]&lt;br /&gt;
* [[Neil]]&lt;br /&gt;
* [[Nipiushkaiats]]&lt;br /&gt;
* [[Olathe]]&lt;br /&gt;
* [[Oliva]]&lt;br /&gt;
* [[Olivia]]&lt;br /&gt;
* [[Oujé]]&lt;br /&gt;
* [[Owen]]&lt;br /&gt;
* [[Pari]]&lt;br /&gt;
* [[Paul]]&lt;br /&gt;
* [[Peck]]&lt;br /&gt;
* [[Phar]]&lt;br /&gt;
* [[Pierre]]&lt;br /&gt;
* [[Priscilla]]&lt;br /&gt;
* [[Randy]]&lt;br /&gt;
* [[Rigatoni]]&lt;br /&gt;
* [[Rina]]&lt;br /&gt;
* [[Ripley]]&lt;br /&gt;
* [[Ristourne]]&lt;br /&gt;
* [[Rive]]&lt;br /&gt;
* [[Robin]]&lt;br /&gt;
* [[Roger]]&lt;br /&gt;
* [[Sabrina]]&lt;br /&gt;
* [[Sierra]]&lt;br /&gt;
* [[Silva]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Sonia]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Tac]]&lt;br /&gt;
* [[Tierre]]&lt;br /&gt;
* [[Tiokwenhi]]&lt;br /&gt;
* [[Tomas]]&lt;br /&gt;
* [[Topie]]&lt;br /&gt;
* [[Trevor]]&lt;br /&gt;
* [[Wabis]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Youcef]]&lt;br /&gt;
* [[Zack]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion animals&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]]These animals can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Abandog (dog)]]&lt;br /&gt;
* [[Aldous (cow)]]&lt;br /&gt;
* [[Banania (monkey)]]&lt;br /&gt;
* [[Beard (singe)]]&lt;br /&gt;
* [[Bilou (cat)]]&lt;br /&gt;
* [[Blood (dog)]]&lt;br /&gt;
* [[Chaga (cow)]]&lt;br /&gt;
* [[Charlotte (pig)]]&lt;br /&gt;
* [[Coke (dog)]]&lt;br /&gt;
* [[Cordon bleu (monkey)]]&lt;br /&gt;
* [[Disquette (dog)]]&lt;br /&gt;
* [[Dogmeat (dog)]]&lt;br /&gt;
* [[Doom (dog)]]&lt;br /&gt;
* [[Emergency (dog)]]&lt;br /&gt;
* [[Hugo Ball (cow)]]&lt;br /&gt;
* [[Indiana II (cat)]]&lt;br /&gt;
* [[Jésus (dog)]]&lt;br /&gt;
* [[Jugger (dog)]]&lt;br /&gt;
* [[Lost (cow)]]&lt;br /&gt;
* [[Louve (wolf)]]&lt;br /&gt;
* [[Maline (cat)]]&lt;br /&gt;
* [[Michèle (monkey)]]&lt;br /&gt;
* [[Mishka (cow)]]&lt;br /&gt;
* [[Moon (cow)]]&lt;br /&gt;
* [[Mou (cow)]]&lt;br /&gt;
* [[Mouton (dog)]]&lt;br /&gt;
* [[Natoo (cow)]]&lt;br /&gt;
* [[Nature (wolf)]]&lt;br /&gt;
* [[Ninja (cow)]]&lt;br /&gt;
* [[No name (cow)]]&lt;br /&gt;
* [[Pebble (monkey)]]&lt;br /&gt;
* [[Pi (cow)]]&lt;br /&gt;
* [[Popolice (cat)]]&lt;br /&gt;
* [[Radio (dog)]]&lt;br /&gt;
* [[Raoul (bear)]]&lt;br /&gt;
* [[River (cow)]]&lt;br /&gt;
* [[Smell (dog)]]&lt;br /&gt;
* [[Wind (pig)]]&lt;br /&gt;
* [[Zora (cat)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion robots&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] These robots can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Assistant (robot)]]&lt;br /&gt;
* [[Dog (robot)]]&lt;br /&gt;
* [[Drone (robot)]]&lt;br /&gt;
* [[Filter (robot)]]&lt;br /&gt;
* [[Gardian (robot)]]&lt;br /&gt;
* [[Solar (robot)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Other characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Many other characters populate [[Merica]]. They can be either the inhabitants of a community, autonomous survivors, people in need who entrust a task to the main character, enemies, etc.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[987AV01SbBN112223EHUIG0H0|987AV...]]&lt;br /&gt;
* [[Adrienne]]&lt;br /&gt;
* [[Afrah]]&lt;br /&gt;
* [[Agitée]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Alexise]]&lt;br /&gt;
* [[Alme]]&lt;br /&gt;
* [[Alvaro]]&lt;br /&gt;
* [[Amma]]&lt;br /&gt;
* [[Ananda]]&lt;br /&gt;
* [[Angélis]]&lt;br /&gt;
* [[Annan]]&lt;br /&gt;
* [[Annika]]&lt;br /&gt;
* [[Aoi]]&lt;br /&gt;
* [[Arkadi]]&lt;br /&gt;
* [[Auve]]&lt;br /&gt;
* [[Beth]]&lt;br /&gt;
* [[Bienvenue]]&lt;br /&gt;
* [[Boscavo]]&lt;br /&gt;
* [[Brindacier &amp;amp; Mr. Dupont]]&lt;br /&gt;
* [[Businesse]]&lt;br /&gt;
* [[Caitlin]]&lt;br /&gt;
* [[Calgary]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Christmas]]&lt;br /&gt;
* [[Chumski]]&lt;br /&gt;
* [[Corride]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Devorée]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Dian]]&lt;br /&gt;
* [[Dimanchard]]&lt;br /&gt;
* [[Do]]&lt;br /&gt;
* [[Écharde]]&lt;br /&gt;
* [[Ecotopie]]&lt;br /&gt;
* [[Eden]]&lt;br /&gt;
* [[Efraïm]]&lt;br /&gt;
* [[Eliane]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Éthane]]&lt;br /&gt;
* [[Expédibus]]&lt;br /&gt;
* [[Fantastic Mr. Fox]]&lt;br /&gt;
* [[Fée]]&lt;br /&gt;
* [[Florencia]]&lt;br /&gt;
* [[Forrest]]&lt;br /&gt;
* [[Frances]]&lt;br /&gt;
* [[Gammorin]]&lt;br /&gt;
* [[Ged]]&lt;br /&gt;
* [[Gertru]]&lt;br /&gt;
* [[Goha]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Gorga]]&lt;br /&gt;
* [[Guélionne]]&lt;br /&gt;
* [[Guyennette]]&lt;br /&gt;
* [[Hugh]]&lt;br /&gt;
* [[Hugo Nadeau 3]]&lt;br /&gt;
* [[Hunter]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Inée]]&lt;br /&gt;
* [[Jacob]]&lt;br /&gt;
* [[Janick]]&lt;br /&gt;
* [[Jessage]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy Taylor, Hugo Molly &amp;amp; Carlos Dakota]]&lt;br /&gt;
* [[Josephe]]&lt;br /&gt;
* [[Kafkane]]&lt;br /&gt;
* [[Kawczak]]&lt;br /&gt;
* [[Klein]]&lt;br /&gt;
* [[L&amp;#039;autoursier]]&lt;br /&gt;
* [[Labadie]]&lt;br /&gt;
* [[Landry]]&lt;br /&gt;
* [[Laureau]]&lt;br /&gt;
* [[Lavauto]]&lt;br /&gt;
* [[Léann]]&lt;br /&gt;
* [[Léonde]]&lt;br /&gt;
* [[Liet]]&lt;br /&gt;
* [[Lindan]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maire Embaume]]&lt;br /&gt;
* [[Maïse]]&lt;br /&gt;
* [[Maleine]]&lt;br /&gt;
* [[Maphalde]]&lt;br /&gt;
* [[Marie-Ourse]]&lt;br /&gt;
* [[Marilyne]]&lt;br /&gt;
* [[Mèche]]&lt;br /&gt;
* [[Médee]]&lt;br /&gt;
* [[Melindil]]&lt;br /&gt;
* [[Météo]]&lt;br /&gt;
* [[Mi]]&lt;br /&gt;
* [[Naomi]]&lt;br /&gt;
* [[Neigée]]&lt;br /&gt;
* [[News]]&lt;br /&gt;
* [[Oeuvre]]&lt;br /&gt;
* [[Ogion]]&lt;br /&gt;
* [[Olivière]]&lt;br /&gt;
* [[Pablo]]&lt;br /&gt;
* [[Paprice]]&lt;br /&gt;
* [[Paranoid android]]&lt;br /&gt;
* [[Paryse]]&lt;br /&gt;
* [[Penthe]]&lt;br /&gt;
* [[Phillip]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pietro]]&lt;br /&gt;
* [[Pride]]&lt;br /&gt;
* [[Princet]]&lt;br /&gt;
* [[Rêvaméricain]]&lt;br /&gt;
* [[Reverdie]]&lt;br /&gt;
* [[Rogère]]&lt;br /&gt;
* [[Roke]]&lt;br /&gt;
* [[Rosalien]]&lt;br /&gt;
* [[Roshambo]]&lt;br /&gt;
* [[Sarahje]]&lt;br /&gt;
* [[Scott]]&lt;br /&gt;
* [[Sel]]&lt;br /&gt;
* [[Semi-guru]]&lt;br /&gt;
* [[Sergio]]&lt;br /&gt;
* [[Siesta]]&lt;br /&gt;
* [[Silex]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Skidoo]]&lt;br /&gt;
* [[Sol]]&lt;br /&gt;
* [[Sopli]]&lt;br /&gt;
* [[Soulage]]&lt;br /&gt;
* [[Sov]]&lt;br /&gt;
* [[Spensonia]]&lt;br /&gt;
* [[Sujuq]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Taiaiake]]&lt;br /&gt;
* [[Tandi]]&lt;br /&gt;
* [[Tantie Mammon]]&lt;br /&gt;
* [[Therru]]&lt;br /&gt;
* [[Thomase]]&lt;br /&gt;
* [[Traylor]]&lt;br /&gt;
* [[Tristane]]&lt;br /&gt;
* [[Unatherbomber]]&lt;br /&gt;
* [[Ursula]]&lt;br /&gt;
* [[Utopia]]&lt;br /&gt;
* [[Vaniale]]&lt;br /&gt;
* [[Victare]]&lt;br /&gt;
* [[Violon]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Wilco]]&lt;br /&gt;
* [[Williamme]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters (stats)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Skills&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Each Skill evolves with autonomy and experience.&lt;br /&gt;
* [[Skills (combat)|&amp;#039;&amp;#039;&amp;#039;Combat&amp;#039;&amp;#039;&amp;#039;]] (Pistol, Gun, Big Gun, Unarmed, Melee)&lt;br /&gt;
* [[Skills (survie)|&amp;#039;&amp;#039;&amp;#039;Survival&amp;#039;&amp;#039;&amp;#039;]] (Read, Survival, Medecine, Sneak, Lockpick, Steal)&lt;br /&gt;
* [[Skills (profession)|&amp;#039;&amp;#039;&amp;#039;Profession&amp;#039;&amp;#039;&amp;#039;]] (Traps, Science, Repair, Pilot, Exchange, Scavenge, Travel)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Bio&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] What sets you apart, including the organizations you&amp;#039;ve joined and the [[Perks]] you get after certain levels of autonomy.&lt;br /&gt;
* [[Perks (circumstantial)|&amp;#039;&amp;#039;&amp;#039;Circumstantial&amp;#039;&amp;#039;&amp;#039;]] (Biodigest, Cannibal, Child, Contagious, Illiterate, Killer, Loner, Milk maker, Parasitized, Radiated, Vegetarian)&lt;br /&gt;
* [[Perks (communities)|&amp;#039;&amp;#039;&amp;#039;Communities&amp;#039;&amp;#039;&amp;#039;]] (Farmer, Federated, Knight, Member, Patriot, Pirate, Proprietarian, Resistant, Road warrior, Royalist, Syndic, Wendigo, Witch)&lt;br /&gt;
* [[Perks (exclusive)|&amp;#039;&amp;#039;&amp;#039;Exclusive&amp;#039;&amp;#039;&amp;#039;]] (Auto-sacrificed, Connoisseur, Embroker, Jugger, Marked, Materialist, Medic, Monk, Mykobrewer, Panther, Saboteur, Sister, Unlocker, Vehement)&lt;br /&gt;
* [[Perks (from items)|&amp;#039;&amp;#039;&amp;#039;From items&amp;#039;&amp;#039;&amp;#039;]] (Helmeted, Informed, Long view, Masked, Night vision, Shod, Warned)&lt;br /&gt;
* [[Perks (normal)|&amp;#039;&amp;#039;&amp;#039;Normal&amp;#039;&amp;#039;&amp;#039;]] (Attentive, Bluffer, Bolder, Boxer, Bracing, Changed, Collectivist, Cowboy.girl, Dark vision, Drunken master, Faster, Hardened, Harder, Heroic, Higher, Hitter, Hygienic, Illuminated, Independant, Nomad, One Day at a Time, One with the universe, Passionnate, Precise, Quick Recovery, Rambo, Recycler, Runner, Self-Educated, Sharper, Silent Running, Slumdog, Smarter, Snakelike, Specialized, Stronger, Thrower, Without mercy)&lt;br /&gt;
* [[Perks (ultimate)|&amp;#039;&amp;#039;&amp;#039;Ultimate&amp;#039;&amp;#039;&amp;#039;]] (Alert,Amoral,Combo attacks,Duelist,Gunner,Hunter-gatherer,Lead Foot, Leader, Living Anatomy, Manual, Marginal, Miraculous, Native, Pyromaniac, Sadistic, Sly, Sniper, Weapon Geek)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Traits&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Traits&amp;#039;&amp;#039;&amp;#039; describe you in more detail. They have positive and negative effects.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Agressive]]&lt;br /&gt;
* [[Beefy]]&lt;br /&gt;
* [[Cerebral]]&lt;br /&gt;
* [[Delicate]]&lt;br /&gt;
* [[Disliked]]&lt;br /&gt;
* [[Disposable]]&lt;br /&gt;
* [[Excessive]]&lt;br /&gt;
* [[Favored]]&lt;br /&gt;
* [[Geek]]&lt;br /&gt;
* [[Generalist]]&lt;br /&gt;
* [[Gifted]]&lt;br /&gt;
* [[Immune]]&lt;br /&gt;
* [[Insensible]]&lt;br /&gt;
* [[Lighted]]&lt;br /&gt;
* [[Meticulous]]&lt;br /&gt;
* [[Mutant]]&lt;br /&gt;
* [[Night Person]]&lt;br /&gt;
* [[Old]]&lt;br /&gt;
* [[Peaceful]]&lt;br /&gt;
* [[Radical]]&lt;br /&gt;
* [[Reactive]]&lt;br /&gt;
* [[Reckless]]&lt;br /&gt;
* [[Shielded]]&lt;br /&gt;
* [[Stocky]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Thoughtful]]&lt;br /&gt;
* [[Trans]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;What to do?&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[The Sum:About#Goal|game goal]] is to find a place to live. Nevertheless, many other activities can be carried out!&lt;br /&gt;
&lt;br /&gt;
[[Find a place to live (important)|Find a place to live (important)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Red lines (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Red lines&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;red lines&amp;#039;&amp;#039;&amp;#039; represent goals that require a specific character. They are triggered when that character is chosen and played, usually at the beginning of the game.&lt;br /&gt;
&lt;br /&gt;
[[Become an adult|&amp;#039;&amp;#039;&amp;#039;Become an adult&amp;#039;&amp;#039;&amp;#039; (Mara)]]&lt;br /&gt;
&lt;br /&gt;
[[Escape|&amp;#039;&amp;#039;&amp;#039;Escape&amp;#039;&amp;#039;&amp;#039; (Brave, Dann, Monréal, Veille)]]&lt;br /&gt;
&lt;br /&gt;
[[Gather supplies|&amp;#039;&amp;#039;&amp;#039;Gather supplies&amp;#039;&amp;#039;&amp;#039; (Kadi, Hiverse)]]&lt;br /&gt;
&lt;br /&gt;
[[Leave home for good|&amp;#039;&amp;#039;&amp;#039;Leave home for good&amp;#039;&amp;#039;&amp;#039; (Amérique, Basque, Franche, Isabette, Nouvelle, Tempo)]]&lt;br /&gt;
&lt;br /&gt;
[[Make a friend or friends and come back|&amp;#039;&amp;#039;&amp;#039;Make a friend or friends and come back&amp;#039;&amp;#039;&amp;#039; (Mercie, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Offer your services as a medic|&amp;#039;&amp;#039;&amp;#039;Offer you services as a medic&amp;#039;&amp;#039;&amp;#039; (Chance)]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the sea|&amp;#039;&amp;#039;&amp;#039;Reach the sea&amp;#039;&amp;#039;&amp;#039; (Marais, Vaillant)]]&lt;br /&gt;
&lt;br /&gt;
[[Recover from your injuries|&amp;#039;&amp;#039;&amp;#039;Recover from your injuries&amp;#039;&amp;#039;&amp;#039; (Géorgy, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Return home|&amp;#039;&amp;#039;&amp;#039;Return home&amp;#039;&amp;#039;&amp;#039; (Brave, Géorgy, Read)]]&lt;br /&gt;
&lt;br /&gt;
[[Survive the HaNa virus|&amp;#039;&amp;#039;&amp;#039;Survive the HaNa virus&amp;#039;&amp;#039;&amp;#039; (Épi, Leg)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Quests (45)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Quests (or tasks) are scenarios that can be experienced by any main character and involve moving across the map to another (sometimes distant) locations.&lt;br /&gt;
&lt;br /&gt;
[[Address the reproductive problem|Address the reproductive problem]]&lt;br /&gt;
&lt;br /&gt;
[[Assassinate Her Majesty|Assassinate Her Majesty]]&lt;br /&gt;
&lt;br /&gt;
[[Cause a blackout|Cause a blackout in Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the shelters|Clean up Rouge&amp;#039;s shelters]]&lt;br /&gt;
&lt;br /&gt;
[[Conclude an agreement between Patria and the Brotherhood|Conclude an agreement between Patria and the Brotherhood]]&lt;br /&gt;
&lt;br /&gt;
[[Confront Carmor&amp;#039;s dangerous member|Confront Carmor&amp;#039;s dangerous member]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a community to build a wall|Convince a community to build a wall]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver boxes of cards|Deliver boxes of cards]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver the fingers of Shevèque|Deliver Shevèque&amp;#039;s fingers to Rouge]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy the war machine|Destroy the war machine that was rebuilt in Salvage]]&lt;br /&gt;
&lt;br /&gt;
[[Dismantle Givehub|Dismantle Givehub, the unfair competitor]]&lt;br /&gt;
&lt;br /&gt;
[[Donate the C.A.C.H.E. archives|Donate the C.A.C.H.E. archives to the Humanity archives]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the looters from Corpses|Drive out the looters from Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Eliminate the Serial Killer|Eliminate the Serial Killer]]&lt;br /&gt;
&lt;br /&gt;
[[Explore the nuclear shelter|Explore the nuclear shelter and bring back surveillance equipment]]&lt;br /&gt;
&lt;br /&gt;
[[Find a picture of Mammon&amp;#039;s husband|Find a picture of Mammon&amp;#039;s husband]]&lt;br /&gt;
&lt;br /&gt;
[[Find a speculator|Find a speculator for Trans]]&lt;br /&gt;
&lt;br /&gt;
[[Find a sugar supplier|Find a sugar supplier for Reverdie]]&lt;br /&gt;
&lt;br /&gt;
[[Find and sabotage the nuclear truck|Find and sabotage the nuclear truck]]&lt;br /&gt;
&lt;br /&gt;
[[Find the location of Apocalypso|Find the location of Apocalypso]]&lt;br /&gt;
&lt;br /&gt;
[[Find the missing Melindil|Find the missing Melindil]]&lt;br /&gt;
&lt;br /&gt;
[[Free the slaves|Free the slaves of Île-aux-courges]]&lt;br /&gt;
&lt;br /&gt;
[[Get more information on the Predation|Get more information on the Predation]]&lt;br /&gt;
&lt;br /&gt;
[[Help a pirate&amp;#039;s son|Help a pirate&amp;#039;s son escape from Poston prison]]&lt;br /&gt;
&lt;br /&gt;
[[Help the Red Panthers|Help the Red Panthers find the missing women]]&lt;br /&gt;
&lt;br /&gt;
[[Investigate Capital&amp;#039;s new robots|Investigate Capital&amp;#039;s new robots]]&lt;br /&gt;
&lt;br /&gt;
[[Bring back food from Mistissini|Bring back food from Mistissini]]&lt;br /&gt;
&lt;br /&gt;
[[Offer asylum in Apocalypso|Offer asylum in Apocalypso to the residents of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Pick up two bodies at SILO|Pick up two bodies at SILO and place them in the Coral Green Water Extractor]]&lt;br /&gt;
&lt;br /&gt;
[[Print the DSM-8|Print the DSM-8]]&lt;br /&gt;
&lt;br /&gt;
[[Provide access to ex-US buildings|Provide access to ex-US government buildings]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the desert|Reach the desert to see the extent of it]]&lt;br /&gt;
&lt;br /&gt;
[[Free / Kill farm animals|Free / Kill farm animals so that they are no longer exploited]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Corride&amp;#039;s belongings|Retrieve Corride&amp;#039;s belongings in Powassan]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Iga&amp;#039;s belongings|Retrieve Iga&amp;#039;s belongings from her house in Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Sacrifice or save the mutant babies|Sacrifice / Save the mutant babies]]&lt;br /&gt;
&lt;br /&gt;
[[Secure the Kettle Hotel|Secure the Kettle Hotel]]&lt;br /&gt;
&lt;br /&gt;
[[Share the anarchism archives|Share the anarchism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Share the feminism archives|Share the feminism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Spy or Obtain Information on Capital Police|Spy / Get information on Capital&amp;#039;s police]]&lt;br /&gt;
&lt;br /&gt;
[[Steal the sword of peace|Steal the sword of peace from King Denys I at La Baie]]&lt;br /&gt;
&lt;br /&gt;
[[Steal weapons|Steal weapons from Cartier or Patria]]&lt;br /&gt;
&lt;br /&gt;
[[Strut arround in a suit of carmor|Strut around in a suit of Carmor in the surrounding communities]]&lt;br /&gt;
&lt;br /&gt;
[[Take part in the Estrie conflict|Take part in the Estrie conflict]]&lt;br /&gt;
&lt;br /&gt;
[[Unlock all locations|Unlock all locations]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Local quests (30)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Local quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Local quests (or tasks) are small scenarios that can be experienced by any character. They only concern a specific location and are usually completed quickly.&lt;br /&gt;
&lt;br /&gt;
[[Administer a mutation serum|Administer a mutation serum to a Patria warrior]]&lt;br /&gt;
&lt;br /&gt;
[[Amputate two of your own fingers|Amputate two of your own fingers]]&lt;br /&gt;
&lt;br /&gt;
[[Attack Rêvaméricain|Attack Rêvaméricain to destroy its speculator]]&lt;br /&gt;
&lt;br /&gt;
[[Boil a dog&amp;#039;s head|Boil a dog head for the Jug game]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 1,000 bank bills|Bring 1,000 bank bills for an art project]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 4 artifacts|Bring 4 artifacts to a collector]]&lt;br /&gt;
&lt;br /&gt;
[[Bring back at least 2 newspapers|Bring at least 2 newspapers from the Predation to Tristane]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the activists|Find / Drive out the Capital activists]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the sensors|Clean the sensors]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a group to leave Terrace|Convince the conflicting group to leave Terrace]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the durvivors to Join Carmor|Convince the durvivors to Join Carmor]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the Pack to leave Capital for good|Convince the Pack to leave Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Deposit Sylvain&amp;#039;s body|Deposit Sylvain&amp;#039;s body at the top of the tower of silence]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy or disable the servers|Destroy / Disable the servers that drain electricity from the square]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the police from Capital|Drive out the Capital Police from the edge of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the poor|Drive out the poor settled near La Porte]]&lt;br /&gt;
&lt;br /&gt;
[[Find a toilet key|Find a toilet key]]&lt;br /&gt;
&lt;br /&gt;
[[Find the glasses|Find Phillip&amp;#039;s glasses]]&lt;br /&gt;
&lt;br /&gt;
[[Follow the peaceful path|Follow the peaceful path]]&lt;br /&gt;
&lt;br /&gt;
[[Get 5 repcoins|Get 5 repcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Help a child kill his first animal|Help a child in the community kill his first animal]]&lt;br /&gt;
&lt;br /&gt;
[[Join Sabbenay|Join the anarchist community being created in Sabbenay]]&lt;br /&gt;
&lt;br /&gt;
[[Optimize Ouyn&amp;#039;s electrical system|Optimize Ouyn&amp;#039;s electrical system]]&lt;br /&gt;
&lt;br /&gt;
[[Recover a stolen object|Recover a stolen item from a seller]]&lt;br /&gt;
&lt;br /&gt;
[[Repair or destroy the servers|Repair / Destroy the servers]]&lt;br /&gt;
&lt;br /&gt;
[[Save Abbenée from an intoxication|Save Abbenée from an intoxication]]&lt;br /&gt;
&lt;br /&gt;
[[Skin a member of the community|Skin a member of La Baie community]]&lt;br /&gt;
&lt;br /&gt;
[[Solve the vermin infestation|Solve, at least temporarily, the infestation of vermin in the archives]]&lt;br /&gt;
&lt;br /&gt;
[[Talk to the Summists about Scott&amp;#039;s help|Talk to the summits about Scott&amp;#039;s help in repairing the church roof.]]&lt;br /&gt;
&lt;br /&gt;
[[Teach how to read|Teach Violin how to read]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;DivLab&amp;#039;s quests (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;DivLab&amp;#039;s quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[DivLab]] is a networked computer system that offers tasks based on the needs of the [[Federated Communities of Merica|Federated Communities of Merica]], skills and location of its users. Each federated community must be visited if all tasks are to be completed.&lt;br /&gt;
&lt;br /&gt;
[[Assist Kofun|Assist Kofun to recover data from the research center servers]]&lt;br /&gt;
&lt;br /&gt;
[[Assist Sabbenay|Transmit the necessary information to Sabbenay for their community]]&lt;br /&gt;
&lt;br /&gt;
[[Become a spokesperson|Become a spokesperson for the federated communities of the Mericas]]&lt;br /&gt;
&lt;br /&gt;
[[Bring a federation letter|Bring a federation letter to La Main Tendue]]&lt;br /&gt;
&lt;br /&gt;
[[Bring clothes|Bring clothes for the annual parade]]&lt;br /&gt;
&lt;br /&gt;
[[Demine Noranda|Demine the City of Noranda]]&lt;br /&gt;
&lt;br /&gt;
[[Find a seed bank|Find a seed bank]]&lt;br /&gt;
&lt;br /&gt;
[[Find and recruit a crop expert|Find and recruit a crop expert]]&lt;br /&gt;
&lt;br /&gt;
[[Help the medicine of Cap-Lévis|Help the overworked medical staff of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Repair the water filtration system|Repair the water filtration system of the research center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Jobs (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Jobs&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Jobs&amp;#039;&amp;#039;&amp;#039; can only be accomplished by first being accepted into a community. They are usually repetitive and sometimes paid (in [[Cap|caps]], [[Local currency|local money]], [[Trinks|trinks]] or [[Gold bits|gold bits]]).&lt;br /&gt;
&lt;br /&gt;
[[Clinic|&amp;#039;&amp;#039;&amp;#039;Clinic&amp;#039;&amp;#039;&amp;#039; (Win-Win)]]&lt;br /&gt;
&lt;br /&gt;
[[Culture|&amp;#039;&amp;#039;&amp;#039;Culture&amp;#039;&amp;#039;&amp;#039; (Apocalypso, Archipel, Cap-Lévis, Coral, Fat, Kofun, La Baie, La main tendue, The Valley, Mistissini, Noranda, Patria, Rouge, Salvage, Terrace)]]&lt;br /&gt;
&lt;br /&gt;
[[Dormitory|&amp;#039;&amp;#039;&amp;#039;Dormitory&amp;#039;&amp;#039;&amp;#039; (Capital, Noranda, Ottawawa)]]&lt;br /&gt;
&lt;br /&gt;
[[Landfill|&amp;#039;&amp;#039;&amp;#039;Landfill&amp;#039;&amp;#039;&amp;#039; (Capital, La Porte)]]&lt;br /&gt;
&lt;br /&gt;
[[Livestock|&amp;#039;&amp;#039;&amp;#039;Livestock&amp;#039;&amp;#039;&amp;#039; (Archipel, Cartier, Fat, La Baie, Mistissini, Noranda, Patria)]]&lt;br /&gt;
&lt;br /&gt;
[[Offices|&amp;#039;&amp;#039;&amp;#039;Offices&amp;#039;&amp;#039;&amp;#039; (Carmor,  Noranda, La Porte, The Valley, Sumbridge)]]&lt;br /&gt;
&lt;br /&gt;
[[Research|&amp;#039;&amp;#039;&amp;#039;Research&amp;#039;&amp;#039;&amp;#039; (Kofun, Noranda)]]&lt;br /&gt;
&lt;br /&gt;
[[Security|&amp;#039;&amp;#039;&amp;#039;Security&amp;#039;&amp;#039;&amp;#039; (Capital, Cap-Lévis, Cartier, Poston)]]&lt;br /&gt;
&lt;br /&gt;
[[Shop|&amp;#039;&amp;#039;&amp;#039;Shop&amp;#039;&amp;#039;&amp;#039; (Apocalypso, The Valley, Noranda, Ottawawa, Poston, Sault)]]&lt;br /&gt;
&lt;br /&gt;
[[Workshop|&amp;#039;&amp;#039;&amp;#039;Workshop&amp;#039;&amp;#039;&amp;#039; (Carmor, Noranda, Rouge, Terrace, Sumbridge)]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Offer_asylum_in_Apocalypso&amp;diff=67684</id>
		<title>Offer asylum in Apocalypso</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Offer_asylum_in_Apocalypso&amp;diff=67684"/>
		<updated>2023-01-09T02:34:36Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Offer_asylum_in_Apocalypso.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Therru]]|at=[[Apocalypso]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Cap-Lévis]]&amp;lt;/p&amp;gt;|sub=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Escorting residents to The Valley]]&lt;br /&gt;
* [[Escorting residents to Apocalypso]]|reward=New companions}}&lt;br /&gt;
&lt;br /&gt;
In [[Apocalypso]], [[Therru]] asks the player to visit [[Cap-Lévis]] to offer its inhabitants political asylum if needed. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Offer asylum in Apocalypso to the inhabitants of Cap-Lévis|clue=Place the anouncement on the bulletin board of Le Canotier Lettré}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The inhabitants of [[Cap-Lévis]] (whether they stay masked or not) are sometimes filed by the [[Capital]] police and chased relentlessly. The commitment to fight against the city-state is a risky and permanent commitment. In this context, [[Apocalypso]], as a remote and secret place offers the best hope to those who can no longer continue to take direct action and wish to regain their safety. The journey is risky and long, but the solution is nonetheless the safest for them.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Help_a_pirate%27s_son&amp;diff=67683</id>
		<title>Help a pirate&#039;s son</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Help_a_pirate%27s_son&amp;diff=67683"/>
		<updated>2023-01-08T19:58:34Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Help_the_son_of_a_pirate.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Liberto]]|to=[[Apocalypso]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Poston]]&amp;lt;/p&amp;gt;&lt;br /&gt;
|reward=To [[Apocalypso]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Apocalypso]], [[Liberto]] asks the player to find his kidnapped son, [[Hibachi]] locked up in the private prison of [[Poston]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Free and return Hibachi to Apocalypso|clue=Look for a prison in Poston}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The inhabitants of [[Apocalypso]] rarely leave their island, other than to roam the nearby waters. However, some may travel as far as the ex-coastal cities to gather supplies. As it is customary for parents to always bring their children with them, Liberto, out of ignorance, went with his son to the vicinity of Poston, leading him right into a trap.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Help_a_pirate%27s_son&amp;diff=67682</id>
		<title>Help a pirate&#039;s son</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Help_a_pirate%27s_son&amp;diff=67682"/>
		<updated>2023-01-08T19:58:24Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Help_the_son_of_a_pirate.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Liberto]]|to=[[Apocalypso]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Poston]]&amp;lt;/p&amp;gt;&lt;br /&gt;
|reward=To [[Apocalypso]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Apocalypso]], [[Liberto]] asks the player to find his kidnapped son, [[Hibachi]] locked up in the private prison of [[Poston]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Free and return Hibachi to Apocalypso|index=Look for a prison in Poston}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The inhabitants of [[Apocalypso]] rarely leave their island, other than to roam the nearby waters. However, some may travel as far as the ex-coastal cities to gather supplies. As it is customary for parents to always bring their children with them, Liberto, out of ignorance, went with his son to the vicinity of Poston, leading him right into a trap.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67681</id>
		<title>Bring back food from Mistissini</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67681"/>
		<updated>2022-12-09T17:41:11Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Loot_the_food_reserve.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Gertru]]|at=[[Cartier]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Mistissini]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Melee weapons|Jug&amp;#039;s Spear]]&amp;lt;br&amp;gt;&lt;br /&gt;
* A [[Armor|Jug&amp;#039;s Armor]] if at least 15 units of food, drinks and sugar are given&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
In [[Cartier]], [[Gertru]], an army cook, asks the player to steal the food supply from the [[Mistissini]] producers. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Bring back food from Mistissini|clue=Give Gertru at least 5 units of food, beverage and honey}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Cartier]], taking on the task of escorting caravans (especially between [[Île-aux-courges]], [[Capital]] and its suburbs, is well supplied with a variety of foodstuffs (fruits, vegetables, live meat and women&amp;#039;s milk). Nevertheless, rumors circulate of products far superior in quality from the [[Mistissini]] producers&amp;#039; association, and [[Gertru]] would like to get his hands on them. It is not necessary for the player to actually plunder the food supply, he can simply buy enough food, drinks and honey to satisfy Gertru.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Loot_the_Mistissini_food_reserve&amp;diff=67680</id>
		<title>Loot the Mistissini food reserve</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Loot_the_Mistissini_food_reserve&amp;diff=67680"/>
		<updated>2022-12-09T17:36:09Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Anabellebel moved page Loot the Mistissini food reserve to Bring back food from Mistissini&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Bring back food from Mistissini]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67679</id>
		<title>Bring back food from Mistissini</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67679"/>
		<updated>2022-12-09T17:36:09Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Anabellebel moved page Loot the Mistissini food reserve to Bring back food from Mistissini&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Loot_the_food_reserve.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Gertru]]|at=[[Cartier]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Mistissini]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Melee weapons|Jug&amp;#039;s Spear]]&amp;lt;br&amp;gt;&lt;br /&gt;
* A [[Armor|Jug&amp;#039;s Armor]] if at least 15 units of food, drinks and sugar are given&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
In [[Cartier]], [[Gertru]], an army cook, asks the player to steal the food supply from the [[Mistissini]] producers. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Bring back food from Mistissini|clue=Give it all back to Gertru}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Cartier]], taking on the task of escorting caravans (especially between [[Île-aux-courges]], [[Capital]] and its suburbs, is well supplied with a variety of foodstuffs (fruits, vegetables, live meat and women&amp;#039;s milk). Nevertheless, rumors circulate of products far superior in quality from the [[Mistissini]] producers&amp;#039; association, and [[Gertru]] would like to get his hands on them. It is not necessary for the player to actually plunder the food supply, he can simply buy enough food, drinks and honey to satisfy Gertru.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67678</id>
		<title>Bring back food from Mistissini</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67678"/>
		<updated>2022-12-09T17:36:01Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Loot_the_food_reserve.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Gertru]]|at=[[Cartier]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Mistissini]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Melee weapons|Jug&amp;#039;s Spear]]&amp;lt;br&amp;gt;&lt;br /&gt;
* A [[Armor|Jug&amp;#039;s Armor]] if at least 15 units of food, drinks and sugar are given&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
In [[Cartier]], [[Gertru]], an army cook, asks the player to steal the food supply from the [[Mistissini]] producers. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Bring back food from Mistissini|clue=Give it all back to Gertru}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Cartier]], taking on the task of escorting caravans (especially between [[Île-aux-courges]], [[Capital]] and its suburbs, is well supplied with a variety of foodstuffs (fruits, vegetables, live meat and women&amp;#039;s milk). Nevertheless, rumors circulate of products far superior in quality from the [[Mistissini]] producers&amp;#039; association, and [[Gertru]] would like to get his hands on them. It is not necessary for the player to actually plunder the food supply, he can simply buy enough food, drinks and honey to satisfy Gertru.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67677</id>
		<title>The Sum:Contents</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67677"/>
		<updated>2022-12-09T17:35:30Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
{{TheSum/Title}}&lt;br /&gt;
&amp;lt;br&amp;gt;__TOC__&lt;br /&gt;
[[fr:wiki/Nous Aurons:Contenus]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Merica&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Worldmap&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Learning about the Worldmap can be a spoiler to the game.&lt;br /&gt;
* [[The Sum:Worldmap|Consult the interactive worldmap]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Communities&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;communities&amp;#039;&amp;#039;&amp;#039; are organized inhabited places that have a certain importance and influence on the other places of [[Merica]].&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Apocalypso]]&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[Cap-Lévis]]&lt;br /&gt;
* [[Capital (La Porte, Cartier)]]&lt;br /&gt;
* [[Carmor]]&lt;br /&gt;
* [[Chicago]]&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Kofun]]&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[La main tendue]]&lt;br /&gt;
* [[The Valley]]&lt;br /&gt;
* [[Mistissini]]&lt;br /&gt;
* [[Noranda (Ouyn)]]&lt;br /&gt;
* [[Ottawawa]]&lt;br /&gt;
* [[Patria]]&lt;br /&gt;
* [[Poston]]&lt;br /&gt;
* [[Salvage]]&lt;br /&gt;
* [[Sault]]&lt;br /&gt;
* [[SILO]]&lt;br /&gt;
* [[Service stations]]&lt;br /&gt;
* [[Sumbridge]]&lt;br /&gt;
* [[Terrace]]&lt;br /&gt;
* [[Win-Win]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Occupied locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Occupied locations&amp;#039;&amp;#039;&amp;#039; are places inhabited by several organized individuals (or just one person), which have minor importance and influence within [[Merica]] and have been recently developed.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Cap-Rouge]]&lt;br /&gt;
* [[Cola]]&lt;br /&gt;
* [[Corpses]]&lt;br /&gt;
* [[Estrie]]&lt;br /&gt;
* [[Eternity]]&lt;br /&gt;
* [[Givehub]]&lt;br /&gt;
* [[Ikea]]&lt;br /&gt;
* [[Île-aux-courges]]&lt;br /&gt;
* [[Kapuskasing]]&lt;br /&gt;
* [[Laflèche]]&lt;br /&gt;
* [[Machu Picchu]]&lt;br /&gt;
* [[M-O-O-N]]&lt;br /&gt;
* [[Metgermette]]&lt;br /&gt;
* [[Nouveau-Portneuf]]&lt;br /&gt;
* [[Outremonde]]&lt;br /&gt;
* [[Portland]]&lt;br /&gt;
* [[Sabbenay]]&lt;br /&gt;
* [[Southworld]]&lt;br /&gt;
* [[Taureau]]&lt;br /&gt;
* [[Vieux]]&lt;br /&gt;
* [[Village]]&lt;br /&gt;
* [[War-End]]&lt;br /&gt;
* [[Zigzag]]&lt;br /&gt;
* [[Zoo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Ghost towns (ex-cities)&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;ex-cities&amp;#039;&amp;#039;&amp;#039; are ghost towns with the most traces of the [[Predation]] and dangers. Generally, these places, whether visited often or not, remain abandoned and show little sign of transformation over the years.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[3 rivers]]&lt;br /&gt;
* [[Albany]]&lt;br /&gt;
* [[Alpena]]&lt;br /&gt;
* [[Anarres]]&lt;br /&gt;
* [[Aréna]]&lt;br /&gt;
* [[Asbest]]&lt;br /&gt;
* [[Ashland]]&lt;br /&gt;
* [[Bloomington]]&lt;br /&gt;
* [[Cami]]&lt;br /&gt;
* [[Camion]]&lt;br /&gt;
* [[Camping]]&lt;br /&gt;
* [[Cannibales]]&lt;br /&gt;
* [[Champaign]]&lt;br /&gt;
* [[Chapleau]]&lt;br /&gt;
* [[Cleveland]]&lt;br /&gt;
* [[Convoi]]&lt;br /&gt;
* [[Cubes]]&lt;br /&gt;
* [[Cycliste]]&lt;br /&gt;
* [[Davenport]]&lt;br /&gt;
* [[Disraeli]]&lt;br /&gt;
* [[Douglas]]&lt;br /&gt;
* [[Drapeaux]]&lt;br /&gt;
* [[Drum]]&lt;br /&gt;
* [[Eau Claire]]&lt;br /&gt;
* [[Enclot]]&lt;br /&gt;
* [[Flat Rock]]&lt;br /&gt;
* [[Forest city]]&lt;br /&gt;
* [[Friendship]]&lt;br /&gt;
* [[Gagnon]]&lt;br /&gt;
* [[Gaylord]]&lt;br /&gt;
* [[Georges]]&lt;br /&gt;
* [[Gilles]]&lt;br /&gt;
* [[Gladstone]]&lt;br /&gt;
* [[Grove]]&lt;br /&gt;
* [[Iroquois]]&lt;br /&gt;
* [[Ithaca]]&lt;br /&gt;
* [[Kennebec]]&lt;br /&gt;
* [[Kenosha]]&lt;br /&gt;
* [[Kettle]]&lt;br /&gt;
* [[L&amp;#039;autre Baie]]&lt;br /&gt;
* [[L&amp;#039;Étape]]&lt;br /&gt;
* [[La porte 2]]&lt;br /&gt;
* [[Labbattoir]]&lt;br /&gt;
* [[Lac Seul]]&lt;br /&gt;
* [[Lac carré]]&lt;br /&gt;
* [[Land O&amp;#039; Lake]]&lt;br /&gt;
* [[Laval]]&lt;br /&gt;
* [[Lazare]]&lt;br /&gt;
* [[Longlong]]&lt;br /&gt;
* [[Manistee]]&lt;br /&gt;
* [[Mara lake]]&lt;br /&gt;
* [[Massif]]&lt;br /&gt;
* [[Maïs]]&lt;br /&gt;
* [[Mentor]]&lt;br /&gt;
* [[Montagne]]&lt;br /&gt;
* [[Métro]]&lt;br /&gt;
* [[Nemaska]]&lt;br /&gt;
* [[Nipissing]]&lt;br /&gt;
* [[Patten]]&lt;br /&gt;
* [[Pintendre]]&lt;br /&gt;
* [[Piste]]&lt;br /&gt;
* [[Plattsburgh]]&lt;br /&gt;
* [[Porcupine]]&lt;br /&gt;
* [[Portsmouth]]&lt;br /&gt;
* [[Powassan]]&lt;br /&gt;
* [[Prairie farm]]&lt;br /&gt;
* [[Presque-Villa]]&lt;br /&gt;
* [[Providence]]&lt;br /&gt;
* [[Resolute]]&lt;br /&gt;
* [[Rich]]&lt;br /&gt;
* [[Scène]]&lt;br /&gt;
* [[Shack]]&lt;br /&gt;
* [[Springfield]]&lt;br /&gt;
* [[Stitt]]&lt;br /&gt;
* [[Sudbury]]&lt;br /&gt;
* [[Superior]]&lt;br /&gt;
* [[Syracuse]]&lt;br /&gt;
* [[Sépulture]]&lt;br /&gt;
* [[Tantie]]&lt;br /&gt;
* [[Techny]]&lt;br /&gt;
* [[Telado]]&lt;br /&gt;
* [[Thessalon]]&lt;br /&gt;
* [[Tomahawk]]&lt;br /&gt;
* [[Watersmeet]]&lt;br /&gt;
* [[Watertown]]&lt;br /&gt;
* [[Wawa]]&lt;br /&gt;
* [[Wilderness]]&lt;br /&gt;
* [[Ypsilanti]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Hidden locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The secret or &amp;#039;&amp;#039;&amp;#039;hidden locations&amp;#039;&amp;#039;&amp;#039; are small places, easy to miss, difficult to access or deliberately hidden. They often require the help of a map or the prior discovery of a clue to be found.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Autel]]&lt;br /&gt;
* [[Avion]]&lt;br /&gt;
* [[Bangor]]&lt;br /&gt;
* [[Battle]]&lt;br /&gt;
* [[Brookline]]&lt;br /&gt;
* [[Brûlé]]&lt;br /&gt;
* [[Burg]]&lt;br /&gt;
* [[Cache (canyon)]]&lt;br /&gt;
* [[Cache (missile)]]&lt;br /&gt;
* [[Cache (ours)]]&lt;br /&gt;
* [[Cache (patriotique)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Camp]]&lt;br /&gt;
* [[Caverne]]&lt;br /&gt;
* [[Crypte]]&lt;br /&gt;
* [[Ermite]]&lt;br /&gt;
* [[Franklin]]&lt;br /&gt;
* [[Golden arches]]&lt;br /&gt;
* [[Grayling]]&lt;br /&gt;
* [[Hartford]]&lt;br /&gt;
* [[La Liberté]]&lt;br /&gt;
* [[Lead]]&lt;br /&gt;
* [[Maison (Ottawawa)]]&lt;br /&gt;
* [[Maison (Sault)]]&lt;br /&gt;
* [[Marines]]&lt;br /&gt;
* [[Mir]]&lt;br /&gt;
* [[Monument]]&lt;br /&gt;
* [[Peoria]]&lt;br /&gt;
* [[Plymouth]]&lt;br /&gt;
* [[Pyramide]]&lt;br /&gt;
* [[Silo 2]]&lt;br /&gt;
* [[Vault]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Special events&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;special events&amp;#039;&amp;#039;&amp;#039; are scenarios that are suddenly triggered while exploring the map. They can be very dangerous.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Border]]&lt;br /&gt;
* [[Flood]]&lt;br /&gt;
* [[Mines]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Items&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] As in any post-apocalyptic game, [[Wikipedia 2197|The Sum]] contains hordes of items of any kind.&lt;br /&gt;
* [[The Sum:Ammos|Ammos]]&amp;lt;br&amp;gt;Munitions of all kinds.&lt;br /&gt;
* [[The Sum:Armors|Armors]]&amp;lt;br&amp;gt;Clothes and other personal protection suits made from various materials.&lt;br /&gt;
* [[The Sum:Collectables|Collectables]]&amp;lt;br&amp;gt;Any items that are found and used more than once. They often offer benefits by simply readily available in the character&amp;#039;s inventory, or are of use while equipped.&lt;br /&gt;
* [[The Sum:Consumables|Consumables]]&amp;lt;br&amp;gt;Items that are eaten, drank, swallowed or have a one-time use. They disappear as soon as they are used.&lt;br /&gt;
* [[The Sum:Firearms|Firearms]]&amp;lt;br&amp;gt;Firearms, whathever they are pistols, rifles, hi-tech guns, military assault weapons or anything in between.&lt;br /&gt;
* [[The Sum:Weapons|Weapons]]&amp;lt;br&amp;gt;Hand-held melee weapons of various sorts to thrown weapons and fighting gloves. Some are fragile and disappear after one use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Groups&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following &amp;#039;&amp;#039;&amp;#039;groups&amp;#039;&amp;#039;&amp;#039; have a particular influence within [[Merica]]:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Knights of Colombus (Joan of Arc&amp;#039;s guard)]]&lt;br /&gt;
* [[Unlockers]]&lt;br /&gt;
* [[Esclavage Qc]]&lt;br /&gt;
* [[Gang (Blades)]]&lt;br /&gt;
* [[Gang (Brotherhood)]]&lt;br /&gt;
* [[Gang (Cirques du Soleil)]]&lt;br /&gt;
* [[Gang (Corpses)]]&lt;br /&gt;
* [[Gang (Hand)]]&lt;br /&gt;
* [[Gang (Mad Dogs)]]&lt;br /&gt;
* [[Gang (The Postmen)]]&lt;br /&gt;
* [[Gang (Trashkhans)]]&lt;br /&gt;
* [[Golden archers]]&lt;br /&gt;
* [[Dwellers]]&lt;br /&gt;
* [[Jarrêts noirs]]&lt;br /&gt;
* [[Joggers]]&lt;br /&gt;
* [[Leaders (Sums of Jacob)]]&lt;br /&gt;
* [[Materialists]]&lt;br /&gt;
* [[Milicians]]&lt;br /&gt;
* [[Monks]]&lt;br /&gt;
* [[Erasers]]&lt;br /&gt;
* [[Red panthers]]&lt;br /&gt;
* [[Paramilitaries]]&lt;br /&gt;
* [[Patriots]]&lt;br /&gt;
* [[Painted skins]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Road Warriors]]&lt;br /&gt;
* [[Skins (dealers)]]&lt;br /&gt;
* [[Sumists]]&lt;br /&gt;
* [[The Invisible hand]]&lt;br /&gt;
* [[The Pack]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigos]]&lt;br /&gt;
* [[WWW (Win-Win-Wirlwind)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Professions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following professions were developed after the [[Predation]] era:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Acquirer]]&lt;br /&gt;
* [[Elder]]&lt;br /&gt;
* [[Attributor]]&lt;br /&gt;
* [[Black-blocker]]&lt;br /&gt;
* [[Conqueror of bread]]&lt;br /&gt;
* [[Runner]]&lt;br /&gt;
* [[Cruiser]] &amp;lt;!--Dealer--&amp;gt;&lt;br /&gt;
* [[Deliberator]]&lt;br /&gt;
* [[Unlocker]]&lt;br /&gt;
* [[Embroker]]  &amp;lt;!--Défusilleur.se Briseur de fusils et autres--&amp;gt;&lt;br /&gt;
* [[Exptrapolator|Exptrapolator/Speculator]]&lt;br /&gt;
* [[Keeper of knowledge]]&lt;br /&gt;
* [[Gleaner]]&lt;br /&gt;
* [[Jogger]]&lt;br /&gt;
* [[Medic]]&lt;br /&gt;
* [[Neo-missionnary]]&lt;br /&gt;
* [[Eraser]] &amp;lt;!--Effaceur.se--&amp;gt;&lt;br /&gt;
* [[Newser]]&lt;br /&gt;
* [[Peacemaker]]&lt;br /&gt;
* [[Stalker]]&lt;br /&gt;
* [[Trapper]]&lt;br /&gt;
* [[Pirate]]&lt;br /&gt;
* [[Poisoner]] &amp;lt;!--Prendre en charge les niveaux de toxicité des pèches--&amp;gt;&lt;br /&gt;
* [[Carrier]] &amp;lt;!--De corps à Coral--&amp;gt;&lt;br /&gt;
* [[Prosecutor]]&lt;br /&gt;
* [[Recycler]] &amp;lt;!--Débâtisseur.se--&amp;gt;&lt;br /&gt;
* [[Refugeer]]&lt;br /&gt;
* [[Road Warrior]]&lt;br /&gt;
* [[Greenhouser]]&lt;br /&gt;
* [[Sumist]]&lt;br /&gt;
* [[Speculator]]&lt;br /&gt;
* [[Taxi]]&lt;br /&gt;
* [[Invisible hand]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Main characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The 22 main characters of the game: &lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Amérique]]&lt;br /&gt;
* [[Basque]]&lt;br /&gt;
* [[Brave]]&lt;br /&gt;
* [[Chance]]&lt;br /&gt;
* [[Dann]]&lt;br /&gt;
* [[Épi]]&lt;br /&gt;
* [[Franche]]&lt;br /&gt;
* [[Géorgy]]&lt;br /&gt;
* [[Hiverse]]&lt;br /&gt;
* [[Isabette]]&lt;br /&gt;
* [[Kadi]]&lt;br /&gt;
* [[Leg]]&lt;br /&gt;
* [[Mara]]&lt;br /&gt;
* [[Marais]]&lt;br /&gt;
* [[Mercie]]&lt;br /&gt;
* [[Monréal]]&lt;br /&gt;
* [[Nouvelle]]&lt;br /&gt;
* [[Read]]&lt;br /&gt;
* [[Talée]]&lt;br /&gt;
* [[Tempo]]&lt;br /&gt;
* [[Vaillant]]&lt;br /&gt;
* [[Veille]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&amp;lt;h4&amp;gt;Chronology&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] [[Diagram : Movement of the main characters through time]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Companions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] These characters can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Adriana]]&lt;br /&gt;
* [[Aidan]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Ali]]&lt;br /&gt;
* [[Alicia]]&lt;br /&gt;
* [[Alina]]&lt;br /&gt;
* [[Anaïs]]&lt;br /&gt;
* [[Armée]]&lt;br /&gt;
* [[Art]]&lt;br /&gt;
* [[Atasá:ta]]&lt;br /&gt;
* [[Atironta]]&lt;br /&gt;
* [[Audrey]]&lt;br /&gt;
* [[Aurore]]&lt;br /&gt;
* [[Ben]]&lt;br /&gt;
* [[Big]]&lt;br /&gt;
* [[Boris]]&lt;br /&gt;
* [[Byron]]&lt;br /&gt;
* [[Carl]]&lt;br /&gt;
* [[Carlos]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Chantal]]&lt;br /&gt;
* [[Charles]]&lt;br /&gt;
* [[Chloé]]&lt;br /&gt;
* [[Christine]]&lt;br /&gt;
* [[Cindy]]&lt;br /&gt;
* [[Clara]]&lt;br /&gt;
* [[Claude-Ève]]&lt;br /&gt;
* [[Claude]]&lt;br /&gt;
* [[Cullen]]&lt;br /&gt;
* [[Danielle]]&lt;br /&gt;
* [[Darwin]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Deux]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Édith]]&lt;br /&gt;
* [[Elena]]&lt;br /&gt;
* [[Élise]]&lt;br /&gt;
* [[Elliot]]&lt;br /&gt;
* [[Elmer]]&lt;br /&gt;
* [[Emily]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Essence]]&lt;br /&gt;
* [[Esther]]&lt;br /&gt;
* [[Eva]]&lt;br /&gt;
* [[Eye]]&lt;br /&gt;
* [[Gaston]]&lt;br /&gt;
* [[George]]&lt;br /&gt;
* [[Gilbert]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Guy]]&lt;br /&gt;
* [[Halle]]&lt;br /&gt;
* [[Hanna]]&lt;br /&gt;
* [[Hélène]]&lt;br /&gt;
* [[Heure]]&lt;br /&gt;
* [[Hope]]&lt;br /&gt;
* [[Hugo]]&lt;br /&gt;
* [[Idem]]&lt;br /&gt;
* [[Irvin]]&lt;br /&gt;
* [[Isis]]&lt;br /&gt;
* [[Jacqueline]]&lt;br /&gt;
* [[Jay]]&lt;br /&gt;
* [[Jean]]&lt;br /&gt;
* [[Jeffrey]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy]]&lt;br /&gt;
* [[Joachim]]&lt;br /&gt;
* [[Joe]]&lt;br /&gt;
* [[Joëlle]]&lt;br /&gt;
* [[Jonathan]]&lt;br /&gt;
* [[Josie]]&lt;br /&gt;
* [[Julie]]&lt;br /&gt;
* [[Juliette]]&lt;br /&gt;
* [[Kailey]]&lt;br /&gt;
* [[Kateri]]&lt;br /&gt;
* [[Kenna]]&lt;br /&gt;
* [[Kenny]]&lt;br /&gt;
* [[Kiev]]&lt;br /&gt;
* [[Kin]]&lt;br /&gt;
* [[Kobe]]&lt;br /&gt;
* [[Lance]]&lt;br /&gt;
* [[Lark]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Lena]]&lt;br /&gt;
* [[Lily]]&lt;br /&gt;
* [[Line]]&lt;br /&gt;
* [[Lloyd]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Lua]]&lt;br /&gt;
* [[Maci]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maikan]]&lt;br /&gt;
* [[Manon]]&lt;br /&gt;
* [[Marco]]&lt;br /&gt;
* [[Marcot]]&lt;br /&gt;
* [[Mari]]&lt;br /&gt;
* [[Mariage]]&lt;br /&gt;
* [[Mario]]&lt;br /&gt;
* [[Maura]]&lt;br /&gt;
* [[Métusse]]&lt;br /&gt;
* [[Mie]]&lt;br /&gt;
* [[Miracle]]&lt;br /&gt;
* [[Mort]]&lt;br /&gt;
* [[Mune]]&lt;br /&gt;
* [[Nadège]]&lt;br /&gt;
* [[Neil]]&lt;br /&gt;
* [[Nipiushkaiats]]&lt;br /&gt;
* [[Olathe]]&lt;br /&gt;
* [[Oliva]]&lt;br /&gt;
* [[Olivia]]&lt;br /&gt;
* [[Oujé]]&lt;br /&gt;
* [[Owen]]&lt;br /&gt;
* [[Pari]]&lt;br /&gt;
* [[Paul]]&lt;br /&gt;
* [[Peck]]&lt;br /&gt;
* [[Phar]]&lt;br /&gt;
* [[Pierre]]&lt;br /&gt;
* [[Priscilla]]&lt;br /&gt;
* [[Randy]]&lt;br /&gt;
* [[Rigatoni]]&lt;br /&gt;
* [[Rina]]&lt;br /&gt;
* [[Ripley]]&lt;br /&gt;
* [[Ristourne]]&lt;br /&gt;
* [[Rive]]&lt;br /&gt;
* [[Robin]]&lt;br /&gt;
* [[Roger]]&lt;br /&gt;
* [[Sabrina]]&lt;br /&gt;
* [[Sierra]]&lt;br /&gt;
* [[Silva]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Sonia]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Tac]]&lt;br /&gt;
* [[Tierre]]&lt;br /&gt;
* [[Tiokwenhi]]&lt;br /&gt;
* [[Tomas]]&lt;br /&gt;
* [[Topie]]&lt;br /&gt;
* [[Trevor]]&lt;br /&gt;
* [[Wabis]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Youcef]]&lt;br /&gt;
* [[Zack]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion animals&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]]These animals can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Abandog (dog)]]&lt;br /&gt;
* [[Aldous (cow)]]&lt;br /&gt;
* [[Banania (monkey)]]&lt;br /&gt;
* [[Beard (singe)]]&lt;br /&gt;
* [[Bilou (cat)]]&lt;br /&gt;
* [[Blood (dog)]]&lt;br /&gt;
* [[Chaga (cow)]]&lt;br /&gt;
* [[Charlotte (pig)]]&lt;br /&gt;
* [[Coke (dog)]]&lt;br /&gt;
* [[Cordon bleu (monkey)]]&lt;br /&gt;
* [[Disquette (dog)]]&lt;br /&gt;
* [[Dogmeat (dog)]]&lt;br /&gt;
* [[Doom (dog)]]&lt;br /&gt;
* [[Emergency (dog)]]&lt;br /&gt;
* [[Hugo Ball (cow)]]&lt;br /&gt;
* [[Indiana II (cat)]]&lt;br /&gt;
* [[Jésus (dog)]]&lt;br /&gt;
* [[Jugger (dog)]]&lt;br /&gt;
* [[Lost (cow)]]&lt;br /&gt;
* [[Louve (wolf)]]&lt;br /&gt;
* [[Maline (cat)]]&lt;br /&gt;
* [[Michèle (monkey)]]&lt;br /&gt;
* [[Mishka (cow)]]&lt;br /&gt;
* [[Moon (cow)]]&lt;br /&gt;
* [[Mou (cow)]]&lt;br /&gt;
* [[Mouton (dog)]]&lt;br /&gt;
* [[Natoo (cow)]]&lt;br /&gt;
* [[Nature (wolf)]]&lt;br /&gt;
* [[Ninja (cow)]]&lt;br /&gt;
* [[No name (cow)]]&lt;br /&gt;
* [[Pebble (monkey)]]&lt;br /&gt;
* [[Pi (cow)]]&lt;br /&gt;
* [[Popolice (cat)]]&lt;br /&gt;
* [[Radio (dog)]]&lt;br /&gt;
* [[Raoul (bear)]]&lt;br /&gt;
* [[River (cow)]]&lt;br /&gt;
* [[Smell (dog)]]&lt;br /&gt;
* [[Wind (pig)]]&lt;br /&gt;
* [[Zora (cat)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion robots&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] These robots can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Assistant (robot)]]&lt;br /&gt;
* [[Dog (robot)]]&lt;br /&gt;
* [[Drone (robot)]]&lt;br /&gt;
* [[Filter (robot)]]&lt;br /&gt;
* [[Gardian (robot)]]&lt;br /&gt;
* [[Solar (robot)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Other characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Many other characters populate [[Merica]]. They can be either the inhabitants of a community, autonomous survivors, people in need who entrust a task to the main character, enemies, etc.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[987AV01SbBN112223EHUIG0H0|987AV...]]&lt;br /&gt;
* [[Adrienne]]&lt;br /&gt;
* [[Afrah]]&lt;br /&gt;
* [[Agitée]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Alexise]]&lt;br /&gt;
* [[Alme]]&lt;br /&gt;
* [[Alvaro]]&lt;br /&gt;
* [[Amma]]&lt;br /&gt;
* [[Ananda]]&lt;br /&gt;
* [[Angélis]]&lt;br /&gt;
* [[Annan]]&lt;br /&gt;
* [[Annika]]&lt;br /&gt;
* [[Aoi]]&lt;br /&gt;
* [[Arkadi]]&lt;br /&gt;
* [[Auve]]&lt;br /&gt;
* [[Beth]]&lt;br /&gt;
* [[Bienvenue]]&lt;br /&gt;
* [[Boscavo]]&lt;br /&gt;
* [[Brindacier &amp;amp; Mr. Dupont]]&lt;br /&gt;
* [[Businesse]]&lt;br /&gt;
* [[Caitlin]]&lt;br /&gt;
* [[Calgary]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Christmas]]&lt;br /&gt;
* [[Chumski]]&lt;br /&gt;
* [[Corride]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Devorée]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Dian]]&lt;br /&gt;
* [[Dimanchard]]&lt;br /&gt;
* [[Do]]&lt;br /&gt;
* [[Écharde]]&lt;br /&gt;
* [[Ecotopie]]&lt;br /&gt;
* [[Eden]]&lt;br /&gt;
* [[Efraïm]]&lt;br /&gt;
* [[Eliane]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Éthane]]&lt;br /&gt;
* [[Expédibus]]&lt;br /&gt;
* [[Fantastic Mr. Fox]]&lt;br /&gt;
* [[Fée]]&lt;br /&gt;
* [[Florencia]]&lt;br /&gt;
* [[Forrest]]&lt;br /&gt;
* [[Frances]]&lt;br /&gt;
* [[Gammorin]]&lt;br /&gt;
* [[Ged]]&lt;br /&gt;
* [[Gertru]]&lt;br /&gt;
* [[Goha]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Gorga]]&lt;br /&gt;
* [[Guélionne]]&lt;br /&gt;
* [[Guyennette]]&lt;br /&gt;
* [[Hugh]]&lt;br /&gt;
* [[Hugo Nadeau 3]]&lt;br /&gt;
* [[Hunter]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Inée]]&lt;br /&gt;
* [[Jacob]]&lt;br /&gt;
* [[Janick]]&lt;br /&gt;
* [[Jessage]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy Taylor, Hugo Molly &amp;amp; Carlos Dakota]]&lt;br /&gt;
* [[Josephe]]&lt;br /&gt;
* [[Kafkane]]&lt;br /&gt;
* [[Kawczak]]&lt;br /&gt;
* [[Klein]]&lt;br /&gt;
* [[L&amp;#039;autoursier]]&lt;br /&gt;
* [[Labadie]]&lt;br /&gt;
* [[Landry]]&lt;br /&gt;
* [[Laureau]]&lt;br /&gt;
* [[Lavauto]]&lt;br /&gt;
* [[Léann]]&lt;br /&gt;
* [[Léonde]]&lt;br /&gt;
* [[Liet]]&lt;br /&gt;
* [[Lindan]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maire Embaume]]&lt;br /&gt;
* [[Maïse]]&lt;br /&gt;
* [[Maleine]]&lt;br /&gt;
* [[Maphalde]]&lt;br /&gt;
* [[Marie-Ourse]]&lt;br /&gt;
* [[Marilyne]]&lt;br /&gt;
* [[Mèche]]&lt;br /&gt;
* [[Médee]]&lt;br /&gt;
* [[Melindil]]&lt;br /&gt;
* [[Météo]]&lt;br /&gt;
* [[Mi]]&lt;br /&gt;
* [[Naomi]]&lt;br /&gt;
* [[Neigée]]&lt;br /&gt;
* [[News]]&lt;br /&gt;
* [[Oeuvre]]&lt;br /&gt;
* [[Ogion]]&lt;br /&gt;
* [[Olivière]]&lt;br /&gt;
* [[Pablo]]&lt;br /&gt;
* [[Paprice]]&lt;br /&gt;
* [[Paranoid android]]&lt;br /&gt;
* [[Paryse]]&lt;br /&gt;
* [[Penthe]]&lt;br /&gt;
* [[Phillip]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pietro]]&lt;br /&gt;
* [[Pride]]&lt;br /&gt;
* [[Princet]]&lt;br /&gt;
* [[Rêvaméricain]]&lt;br /&gt;
* [[Reverdie]]&lt;br /&gt;
* [[Rogère]]&lt;br /&gt;
* [[Roke]]&lt;br /&gt;
* [[Rosalien]]&lt;br /&gt;
* [[Roshambo]]&lt;br /&gt;
* [[Sarahje]]&lt;br /&gt;
* [[Scott]]&lt;br /&gt;
* [[Sel]]&lt;br /&gt;
* [[Semi-guru]]&lt;br /&gt;
* [[Sergio]]&lt;br /&gt;
* [[Siesta]]&lt;br /&gt;
* [[Silex]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Skidoo]]&lt;br /&gt;
* [[Sol]]&lt;br /&gt;
* [[Sopli]]&lt;br /&gt;
* [[Soulage]]&lt;br /&gt;
* [[Sov]]&lt;br /&gt;
* [[Spensonia]]&lt;br /&gt;
* [[Sujuq]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Taiaiake]]&lt;br /&gt;
* [[Tandi]]&lt;br /&gt;
* [[Tantie Mammon]]&lt;br /&gt;
* [[Therru]]&lt;br /&gt;
* [[Thomase]]&lt;br /&gt;
* [[Traylor]]&lt;br /&gt;
* [[Tristane]]&lt;br /&gt;
* [[Unatherbomber]]&lt;br /&gt;
* [[Ursula]]&lt;br /&gt;
* [[Utopia]]&lt;br /&gt;
* [[Vaniale]]&lt;br /&gt;
* [[Victare]]&lt;br /&gt;
* [[Violon]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Wilco]]&lt;br /&gt;
* [[Williamme]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters (stats)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Skills&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Each Skill evolves with autonomy and experience.&lt;br /&gt;
* [[Skills (combat)|&amp;#039;&amp;#039;&amp;#039;Combat&amp;#039;&amp;#039;&amp;#039;]] (Pistol, Gun, Big Gun, Unarmed, Melee)&lt;br /&gt;
* [[Skills (survie)|&amp;#039;&amp;#039;&amp;#039;Survival&amp;#039;&amp;#039;&amp;#039;]] (Read, Survival, Medecine, Sneak, Lockpick, Steal)&lt;br /&gt;
* [[Skills (profession)|&amp;#039;&amp;#039;&amp;#039;Profession&amp;#039;&amp;#039;&amp;#039;]] (Traps, Science, Repair, Pilot, Exchange, Scavenge, Travel)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Bio&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] What sets you apart, including the organizations you&amp;#039;ve joined and the [[Perks]] you get after certain levels of autonomy.&lt;br /&gt;
* [[Perks (circumstantial)|&amp;#039;&amp;#039;&amp;#039;Circumstantial&amp;#039;&amp;#039;&amp;#039;]] (Biodigest, Cannibal, Child, Contagious, Illiterate, Killer, Loner, Milk maker, Parasitized, Radiated, Vegetarian)&lt;br /&gt;
* [[Perks (communities)|&amp;#039;&amp;#039;&amp;#039;Communities&amp;#039;&amp;#039;&amp;#039;]] (Farmer, Federated, Knight, Member, Patriot, Pirate, Proprietarian, Resistant, Road warrior, Royalist, Syndic, Wendigo, Witch)&lt;br /&gt;
* [[Perks (exclusive)|&amp;#039;&amp;#039;&amp;#039;Exclusive&amp;#039;&amp;#039;&amp;#039;]] (Auto-sacrificed, Connoisseur, Embroker, Jugger, Marked, Materialist, Medic, Monk, Mykobrewer, Panther, Saboteur, Sister, Unlocker, Vehement)&lt;br /&gt;
* [[Perks (from items)|&amp;#039;&amp;#039;&amp;#039;From items&amp;#039;&amp;#039;&amp;#039;]] (Helmeted, Informed, Long view, Masked, Night vision, Shod, Warned)&lt;br /&gt;
* [[Perks (normal)|&amp;#039;&amp;#039;&amp;#039;Normal&amp;#039;&amp;#039;&amp;#039;]] (Attentive, Bluffer, Bolder, Boxer, Bracing, Changed, Collectivist, Cowboy.girl, Dark vision, Drunken master, Faster, Hardened, Harder, Heroic, Higher, Hitter, Hygienic, Illuminated, Independant, Nomad, One Day at a Time, One with the universe, Passionnate, Precise, Quick Recovery, Rambo, Recycler, Runner, Self-Educated, Sharper, Silent Running, Slumdog, Smarter, Snakelike, Specialized, Stronger, Thrower, Without mercy)&lt;br /&gt;
* [[Perks (ultimate)|&amp;#039;&amp;#039;&amp;#039;Ultimate&amp;#039;&amp;#039;&amp;#039;]] (Alert,Amoral,Combo attacks,Duelist,Gunner,Hunter-gatherer,Lead Foot, Leader, Living Anatomy, Manual, Marginal, Miraculous, Native, Pyromaniac, Sadistic, Sly, Sniper, Weapon Geek)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Traits&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Traits&amp;#039;&amp;#039;&amp;#039; describe you in more detail. They have positive and negative effects.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Agressive]]&lt;br /&gt;
* [[Beefy]]&lt;br /&gt;
* [[Cerebral]]&lt;br /&gt;
* [[Delicate]]&lt;br /&gt;
* [[Disliked]]&lt;br /&gt;
* [[Disposable]]&lt;br /&gt;
* [[Excessive]]&lt;br /&gt;
* [[Favored]]&lt;br /&gt;
* [[Geek]]&lt;br /&gt;
* [[Generalist]]&lt;br /&gt;
* [[Gifted]]&lt;br /&gt;
* [[Immune]]&lt;br /&gt;
* [[Insensible]]&lt;br /&gt;
* [[Lighted]]&lt;br /&gt;
* [[Meticulous]]&lt;br /&gt;
* [[Mutant]]&lt;br /&gt;
* [[Night Person]]&lt;br /&gt;
* [[Old]]&lt;br /&gt;
* [[Peaceful]]&lt;br /&gt;
* [[Radical]]&lt;br /&gt;
* [[Reactive]]&lt;br /&gt;
* [[Reckless]]&lt;br /&gt;
* [[Shielded]]&lt;br /&gt;
* [[Stocky]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Thoughtful]]&lt;br /&gt;
* [[Trans]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;What to do?&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[The Sum:About#Goal|game goal]] is to find a place to live. Nevertheless, many other activities can be carried out!&lt;br /&gt;
&lt;br /&gt;
[[Find a place to live (important)|Find a place to live (important)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Red lines (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Red lines&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;red lines&amp;#039;&amp;#039;&amp;#039; represent goals that require a specific character. They are triggered when that character is chosen and played, usually at the beginning of the game.&lt;br /&gt;
&lt;br /&gt;
[[Become an adult|&amp;#039;&amp;#039;&amp;#039;Become an adult&amp;#039;&amp;#039;&amp;#039; (Mara)]]&lt;br /&gt;
&lt;br /&gt;
[[Escape|&amp;#039;&amp;#039;&amp;#039;Escape&amp;#039;&amp;#039;&amp;#039; (Brave, Dann, Monréal, Veille)]]&lt;br /&gt;
&lt;br /&gt;
[[Gather supplies|&amp;#039;&amp;#039;&amp;#039;Gather supplies&amp;#039;&amp;#039;&amp;#039; (Kadi, Hiverse)]]&lt;br /&gt;
&lt;br /&gt;
[[Leave home for good|&amp;#039;&amp;#039;&amp;#039;Leave home for good&amp;#039;&amp;#039;&amp;#039; (Amérique, Basque, Franche, Isabette, Nouvelle, Tempo)]]&lt;br /&gt;
&lt;br /&gt;
[[Make a friend or friends and come back|&amp;#039;&amp;#039;&amp;#039;Make a friend or friends and come back&amp;#039;&amp;#039;&amp;#039; (Mercie, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Offer your services as a medic|&amp;#039;&amp;#039;&amp;#039;Offer you services as a medic&amp;#039;&amp;#039;&amp;#039; (Chance)]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the sea|&amp;#039;&amp;#039;&amp;#039;Reach the sea&amp;#039;&amp;#039;&amp;#039; (Marais, Vaillant)]]&lt;br /&gt;
&lt;br /&gt;
[[Recover from your injuries|&amp;#039;&amp;#039;&amp;#039;Recover from your injuries&amp;#039;&amp;#039;&amp;#039; (Géorgy, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Return home|&amp;#039;&amp;#039;&amp;#039;Return home&amp;#039;&amp;#039;&amp;#039; (Brave, Géorgy, Read)]]&lt;br /&gt;
&lt;br /&gt;
[[Survive the HaNa virus|&amp;#039;&amp;#039;&amp;#039;Survive the HaNa virus&amp;#039;&amp;#039;&amp;#039; (Épi, Leg)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Quests (45)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Quests (or tasks) are scenarios that can be experienced by any main character and involve moving across the map to another (sometimes distant) locations.&lt;br /&gt;
&lt;br /&gt;
[[Address the reproductive problem|Address the reproductive problem]]&lt;br /&gt;
&lt;br /&gt;
[[Assassinate Her Majesty|Assassinate Her Majesty]]&lt;br /&gt;
&lt;br /&gt;
[[Cause a blackout|Cause a blackout in Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the shelters|Clean up Rouge&amp;#039;s shelters]]&lt;br /&gt;
&lt;br /&gt;
[[Conclude an agreement between Patria and the Brotherhood|Conclude an agreement between Patria and the Brotherhood]]&lt;br /&gt;
&lt;br /&gt;
[[Confront Carmor&amp;#039;s dangerous member|Confront Carmor&amp;#039;s dangerous member]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a community to build a wall|Convince a community to build a wall]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver boxes of cards|Deliver boxes of cards]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver the fingers of Shevèque|Deliver Shevèque&amp;#039;s fingers to Rouge]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy the war machine|Destroy the war machine that was rebuilt in Salvage]]&lt;br /&gt;
&lt;br /&gt;
[[Dismantle Givehub|Dismantle Givehub, the unfair competitor]]&lt;br /&gt;
&lt;br /&gt;
[[Donate the C.A.C.H.E. archives|Donate the C.A.C.H.E. archives to the Humanity archives]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the looters from Corpses|Drive out the looters from Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Eliminate the Serial Killer|Eliminate the Serial Killer]]&lt;br /&gt;
&lt;br /&gt;
[[Explore the nuclear shelter|Explore the nuclear shelter and bring back surveillance equipment]]&lt;br /&gt;
&lt;br /&gt;
[[Find a picture of Mammon&amp;#039;s husband|Find a picture of Mammon&amp;#039;s husband]]&lt;br /&gt;
&lt;br /&gt;
[[Find a speculator|Find a speculator for Trans]]&lt;br /&gt;
&lt;br /&gt;
[[Find a sugar supplier|Find a sugar supplier for Reverdie]]&lt;br /&gt;
&lt;br /&gt;
[[Find and sabotage the nuclear truck|Find and sabotage the nuclear truck]]&lt;br /&gt;
&lt;br /&gt;
[[Find the location of Apocalypso|Find the location of Apocalypso]]&lt;br /&gt;
&lt;br /&gt;
[[Find the missing Melindil|Find the missing Melindil]]&lt;br /&gt;
&lt;br /&gt;
[[Free the slaves|Free the slaves of Île-aux-courges]]&lt;br /&gt;
&lt;br /&gt;
[[Get more information on the Predation|Get more information on the Predation]]&lt;br /&gt;
&lt;br /&gt;
[[Help a pirate&amp;#039;s son|Help a pirate&amp;#039;s son escape from Poston prison]]&lt;br /&gt;
&lt;br /&gt;
[[Help the Red Panthers|Help the Red Panthers find the missing women]]&lt;br /&gt;
&lt;br /&gt;
[[Investigate Capital&amp;#039;s new robots|Investigate Capital&amp;#039;s new robots]]&lt;br /&gt;
&lt;br /&gt;
[[Bring back food from Mistissini|Bring back food from Mistissini]]&lt;br /&gt;
&lt;br /&gt;
[[Offer asylum in Apocalypso|Offering asylum in Apocalypso to the residents of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Pick up two bodies at SILO|Pick up two bodies at SILO and place them in the Coral Green Water Extractor]]&lt;br /&gt;
&lt;br /&gt;
[[Print the DSM-8|Print the DSM-8]]&lt;br /&gt;
&lt;br /&gt;
[[Provide access to ex-US buildings|Provide access to ex-US government buildings]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the desert|Reach the desert to see the extent of it]]&lt;br /&gt;
&lt;br /&gt;
[[Free / Kill farm animals|Free / Kill farm animals so that they are no longer exploited]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Corride&amp;#039;s belongings|Retrieve Corride&amp;#039;s belongings in Powassan]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Iga&amp;#039;s belongings|Retrieve Iga&amp;#039;s belongings from her house in Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Sacrifice or save the mutant babies|Sacrifice / Save the mutant babies]]&lt;br /&gt;
&lt;br /&gt;
[[Secure the Kettle Hotel|Secure the Kettle Hotel]]&lt;br /&gt;
&lt;br /&gt;
[[Share the anarchism archives|Share the anarchism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Share the feminism archives|Share the feminism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Spy or Obtain Information on Capital Police|Spy / Get information on Capital&amp;#039;s police]]&lt;br /&gt;
&lt;br /&gt;
[[Steal the sword of peace|Steal the sword of peace from King Denys I at La Baie]]&lt;br /&gt;
&lt;br /&gt;
[[Steal weapons|Steal weapons from Cartier or Patria]]&lt;br /&gt;
&lt;br /&gt;
[[Strut arround in a suit of carmor|Strut around in a suit of Carmor in the surrounding communities]]&lt;br /&gt;
&lt;br /&gt;
[[Take part in the Estrie conflict|Take part in the Estrie conflict]]&lt;br /&gt;
&lt;br /&gt;
[[Unlock all locations|Unlock all locations]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Local quests (30)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Local quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Local quests (or tasks) are small scenarios that can be experienced by any character. They only concern a specific location and are usually completed quickly.&lt;br /&gt;
&lt;br /&gt;
[[Administer a mutation serum|Administer a mutation serum to a Patria warrior]]&lt;br /&gt;
&lt;br /&gt;
[[Amputate two of your own fingers|Amputate two of your own fingers]]&lt;br /&gt;
&lt;br /&gt;
[[Attack Rêvaméricain|Attack Rêvaméricain to destroy its speculator]]&lt;br /&gt;
&lt;br /&gt;
[[Boil a dog&amp;#039;s head|Boil a dog head for the Jug game]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 1,000 bank bills|Bring 1,000 bank bills for an art project]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 4 artifacts|Bring 4 artifacts to a collector]]&lt;br /&gt;
&lt;br /&gt;
[[Bring back at least 2 newspapers|Bring at least 2 newspapers from the Predation to Tristane]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the activists|Find / Drive out the Capital activists]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the sensors|Clean the sensors]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a group to leave Terrace|Convince the conflicting group to leave Terrace]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the durvivors to Join Carmor|Convince the durvivors to Join Carmor]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the Pack to leave Capital for good|Convince the Pack to leave Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Deposit Sylvain&amp;#039;s body|Deposit Sylvain&amp;#039;s body at the top of the tower of silence]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy or disable the servers|Destroy / Disable the servers that drain electricity from the square]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the police from Capital|Drive out the Capital Police from the edge of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the poor|Drive out the poor settled near La Porte]]&lt;br /&gt;
&lt;br /&gt;
[[Find a toilet key|Find a toilet key]]&lt;br /&gt;
&lt;br /&gt;
[[Find the glasses|Find Phillip&amp;#039;s glasses]]&lt;br /&gt;
&lt;br /&gt;
[[Follow the peaceful path|Follow the peaceful path]]&lt;br /&gt;
&lt;br /&gt;
[[Get 5 repcoins|Get 5 repcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Help a child kill his first animal|Help a child in the community kill his first animal]]&lt;br /&gt;
&lt;br /&gt;
[[Join Sabbenay|Join the anarchist community being created in Sabbenay]]&lt;br /&gt;
&lt;br /&gt;
[[Optimize Ouyn&amp;#039;s electrical system|Optimize Ouyn&amp;#039;s electrical system]]&lt;br /&gt;
&lt;br /&gt;
[[Recover a stolen object|Recover a stolen item from a seller]]&lt;br /&gt;
&lt;br /&gt;
[[Repair or destroy the servers|Repair / Destroy the servers]]&lt;br /&gt;
&lt;br /&gt;
[[Save Abbenée from an intoxication|Save Abbenée from an intoxication]]&lt;br /&gt;
&lt;br /&gt;
[[Skin a member of the community|Skin a member of La Baie community]]&lt;br /&gt;
&lt;br /&gt;
[[Solve the vermin infestation|Solve, at least temporarily, the infestation of vermin in the archives]]&lt;br /&gt;
&lt;br /&gt;
[[Talk to the Summists about Scott&amp;#039;s help|Talk to the summits about Scott&amp;#039;s help in repairing the church roof.]]&lt;br /&gt;
&lt;br /&gt;
[[Teach how to read|Teach Violin how to read]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;DivLab&amp;#039;s quests (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;DivLab&amp;#039;s quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[DivLab]] is a networked computer system that offers tasks based on the needs of the [[Federated Communities of Merica|Federated Communities of Merica]], skills and location of its users. Each federated community must be visited if all tasks are to be completed.&lt;br /&gt;
&lt;br /&gt;
[[Assist Kofun|Assist Kofun to recover data from the research center servers]]&lt;br /&gt;
&lt;br /&gt;
[[Assist Sabbenay|Transmit the necessary information to Sabbenay for their community]]&lt;br /&gt;
&lt;br /&gt;
[[Become a spokesperson|Become a spokesperson for the federated communities of the Mericas]]&lt;br /&gt;
&lt;br /&gt;
[[Bring a federation letter|Bring a federation letter to La Main Tendue]]&lt;br /&gt;
&lt;br /&gt;
[[Bring clothes|Bring clothes for the annual parade]]&lt;br /&gt;
&lt;br /&gt;
[[Demine Noranda|Demine the City of Noranda]]&lt;br /&gt;
&lt;br /&gt;
[[Find a seed bank|Find a seed bank]]&lt;br /&gt;
&lt;br /&gt;
[[Find and recruit a crop expert|Find and recruit a crop expert]]&lt;br /&gt;
&lt;br /&gt;
[[Help the medicine of Cap-Lévis|Help the overworked medical staff of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Repair the water filtration system|Repair the water filtration system of the research center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Jobs (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Jobs&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Jobs&amp;#039;&amp;#039;&amp;#039; can only be accomplished by first being accepted into a community. They are usually repetitive and sometimes paid (in [[Cap|caps]], [[Local currency|local money]], [[Trinks|trinks]] or [[Gold bits|gold bits]]).&lt;br /&gt;
&lt;br /&gt;
[[Clinic|&amp;#039;&amp;#039;&amp;#039;Clinic&amp;#039;&amp;#039;&amp;#039; (Win-Win)]]&lt;br /&gt;
&lt;br /&gt;
[[Culture|&amp;#039;&amp;#039;&amp;#039;Culture&amp;#039;&amp;#039;&amp;#039; (Apocalypso, Archipel, Cap-Lévis, Coral, Fat, Kofun, La Baie, La main tendue, The Valley, Mistissini, Noranda, Patria, Rouge, Salvage, Terrace)]]&lt;br /&gt;
&lt;br /&gt;
[[Dormitory|&amp;#039;&amp;#039;&amp;#039;Dormitory&amp;#039;&amp;#039;&amp;#039; (Capital, Noranda, Ottawawa)]]&lt;br /&gt;
&lt;br /&gt;
[[Landfill|&amp;#039;&amp;#039;&amp;#039;Landfill&amp;#039;&amp;#039;&amp;#039; (Capital, La Porte)]]&lt;br /&gt;
&lt;br /&gt;
[[Livestock|&amp;#039;&amp;#039;&amp;#039;Livestock&amp;#039;&amp;#039;&amp;#039; (Archipel, Cartier, Fat, La Baie, Mistissini, Noranda, Patria)]]&lt;br /&gt;
&lt;br /&gt;
[[Offices|&amp;#039;&amp;#039;&amp;#039;Offices&amp;#039;&amp;#039;&amp;#039; (Carmor,  Noranda, La Porte, The Valley, Sumbridge)]]&lt;br /&gt;
&lt;br /&gt;
[[Research|&amp;#039;&amp;#039;&amp;#039;Research&amp;#039;&amp;#039;&amp;#039; (Kofun, Noranda)]]&lt;br /&gt;
&lt;br /&gt;
[[Security|&amp;#039;&amp;#039;&amp;#039;Security&amp;#039;&amp;#039;&amp;#039; (Capital, Cap-Lévis, Cartier, Poston)]]&lt;br /&gt;
&lt;br /&gt;
[[Shop|&amp;#039;&amp;#039;&amp;#039;Shop&amp;#039;&amp;#039;&amp;#039; (Apocalypso, The Valley, Noranda, Ottawawa, Poston, Sault)]]&lt;br /&gt;
&lt;br /&gt;
[[Workshop|&amp;#039;&amp;#039;&amp;#039;Workshop&amp;#039;&amp;#039;&amp;#039; (Carmor, Noranda, Rouge, Terrace, Sumbridge)]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Unlock_all_locations&amp;diff=67676</id>
		<title>Unlock all locations</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Unlock_all_locations&amp;diff=67676"/>
		<updated>2022-11-09T21:50:25Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;{{To illustrate}} {{Infobox|type=quest|image=Unlock_the_places.jpg|caption=Screenshot of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;.|by=Businesse|at=Salvage|locations=&amp;lt;p&amp;gt; * All lo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}&lt;br /&gt;
{{Infobox|type=quest|image=Unlock_the_places.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Businesse]]|at=[[Salvage]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* All locations in [[Merica]]&amp;lt;/p&amp;gt;|sub=|reward=-}}&lt;br /&gt;
&lt;br /&gt;
In [[Salvage]], [[Businesse]] instructs the player to unlock each and every [[Predation]] doors and locations. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Unlock all locations|hint=}}{{Warning|This quest is impossible to complete.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Predation]] has left countless places locked, secured, inaccessible. [[Businesse]] knows that the work of restoring access to these places of the past, a shared responsibility of the [[Unlockers]], will probably never end. Nevertheless, she plays her social role and offers the player to help the [[Unlockers]] in their endless task.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Take_part_in_the_Estrie_conflict&amp;diff=67675</id>
		<title>Take part in the Estrie conflict</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Take_part_in_the_Estrie_conflict&amp;diff=67675"/>
		<updated>2022-11-09T21:47:36Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;{{To illustrate}} {{Infobox|type=quest|image=Aider_les_habitantes_d_Estrie.jpg|caption=Screenshot of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;.|by=Pia / Melons|at=Estrie|loca...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}&lt;br /&gt;
{{Infobox|type=quest|image=Aider_les_habitantes_d_Estrie.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Pia]] / [[Melons]]|at=[[Estrie]]|locations=|condition=|reward=Become a [[Red Panther]] / [[Brotherhood]]|sub=Quests that can be completed. Only one of these is enough to complete the main quest:&lt;br /&gt;
* [[Hunt the Brotherhood / the Red Panthers from Estrie]]&lt;br /&gt;
* [[Get help from Patria / Archipel]]&lt;br /&gt;
* [[Spread the virus in Estrie]]&lt;br /&gt;
These two independent quests are also possible:&lt;br /&gt;
* [[Intercept delivery vehicle]]&lt;br /&gt;
* [[Restore electricity in Estrie]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Estrie]], [[Pia / Melons|Pia]] (or [[Pia / Melons|Melons]]) asks the player to take part in the conflict in Estrie between the [[Red Panthers]] and the [[Brotherhood]]. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Take part in the conflict in Estrie|hint=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Despite their rhetoric on the matter, the [[Red Panthers]] arrived in [[Estrie]] well before the [[Brotherhoood]], which explains their fairly advantageous facilities. A handful of residents already lived in [[Estrie]] before they came, and do not see the presence of either of these two groups favorably. This quest is designed to engage the player in the political life of this contested space.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67674</id>
		<title>Strut arround in a suit of carmor</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67674"/>
		<updated>2022-11-09T21:41:32Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Pavaner.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Alexa]]|at=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Win-Win]]&amp;lt;/p&amp;gt;|sub=|reward=Old version of [[Armor|charm]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Carmor]], [[Alexa]] asks the player to walk around in [[Fat]] and [[Win-Win]] with the latest model of [[Armor|carmor]] to advertise it. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Strut around wearing a Carmor&amp;#039;s carmor in nearby communities|hint=Visit Fat and Win-Win}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Carmor]] may be a communist monarchy, but it does produce goods for sale or trade with other communities (the most well-known good being armor made from auto parts).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Armors|carmor]] is a parody of the iconic armor from the video game franchise [[Wikipedia:fr:Fallout|Fallout]], the [[Wikipedia:en:Power Armor (Fallout)|&amp;#039;&amp;#039;Power Armor&amp;#039;&amp;#039;]]. It is also inspired by movies such as [[Wikipedia:en:Elysium (film)|&amp;#039;&amp;#039;Elysium&amp;#039;&amp;#039; (2013)]], [[Wikipedia:en:The_Matrix_Revolutions|&amp;#039;&amp;#039;The Matrix Revolutions&amp;#039;&amp;#039; (2003)]] and [[Wikipedia:en:District 9|&amp;#039;&amp;#039;District 9&amp;#039;&amp;#039; (2009)]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67673</id>
		<title>Strut arround in a suit of carmor</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67673"/>
		<updated>2022-11-09T21:41:10Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Pavaner.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Alexa]]|at=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Win-Win]]&amp;lt;/p&amp;gt;|sub=|reward=Old version of [[Armor|charm]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Carmor]], [[Alexa]] asks the player to walk around in [[Fat]] and [[Win-Win]] with the latest model of [[Armor|carmor]] to advertise it. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Strut around wearing a Carmor&amp;#039;s carmor in nearby communities|hint=Visit Fat and Win-Win}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Carmor]] may be a communist monarchy, but it does produce goods for sale or trade with other communities (the most well-known good being armor made from auto parts).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Armors|carmor]] is a parody of the iconic armor from the video game franchise [[Wikipedia:fr:Fallout|Fallout]], the [[Wikipedia:en:Power Armor (Fallout) ​​&amp;#039;&amp;#039;Power Armor&amp;#039;&amp;#039;]]. It is also inspired by movies such as [[Wikipedia:en:Elysium (film)|&amp;#039;&amp;#039;Elysium&amp;#039;&amp;#039; (2013)]], [[Wikipedia:en:The_Matrix_Revolutions|&amp;#039;&amp;#039;The Matrix Revolutions&amp;#039;&amp;#039; (2003)]] and [[Wikipedia:en:District 9|&amp;#039;&amp;#039;District 9&amp;#039;&amp;#039; (2009)]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67672</id>
		<title>Strut arround in a suit of carmor</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67672"/>
		<updated>2022-11-09T21:40:00Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Pavaner.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Alexa]]|at=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Win-Win]]&amp;lt;/p&amp;gt;|sub=|reward=Old version of [[Armor|charm]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Carmor]], [[Alexa]] asks the player to walk around in [[Fat]] and [[Win-Win]] with the latest model of [[Armor|carmor]] to advertise it. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Strut around wearing a Carmor&amp;#039;s carmor in nearby communities|hint=Visit Fat and Win-Win}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Carmor]] may be a communist monarchy, but it does produce goods for sale or trade with other communities (the most well-known good being armor made from auto parts).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Armors|carmor]] is a parody of the iconic armor from the video game franchise [[Wikipedia:fr:Fallout|Fallout]], the [https://fallout.fandom.com/fr/wiki/ Armor_assist%C3%A9e ​​&amp;#039;&amp;#039;Power Armor&amp;#039;&amp;#039;]. It is also inspired by movies such as [[Wikipedia:en:Elysium (film)|&amp;#039;&amp;#039;Elysium&amp;#039;&amp;#039; (2013)]], [[Wikipedia:en:The_Matrix_Revolutions|&amp;#039;&amp;#039;The Matrix Revolutions&amp;#039;&amp;#039; (2003)]] and [[Wikipedia:en:District 9|&amp;#039;&amp;#039;District 9&amp;#039;&amp;#039; (2009)]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67671</id>
		<title>Strut arround in a suit of carmor</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Strut_arround_in_a_suit_of_carmor&amp;diff=67671"/>
		<updated>2022-11-09T21:38:39Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;{{To illustrate}}{{To create}} {{Infobox|type=quest|image=Pavaner.jpg|caption=Screenshot of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;.|by=Alexa|at=Carmor|locations=&amp;lt;p&amp;gt; * Fat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Pavaner.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Alexa]]|at=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Win-Win]]&amp;lt;/p&amp;gt;|sub=|reward=Old version of [[Armor|charm]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Carmor]], [[Alexa]] asks the player to walk around in [[Fat]] and [[Win-Win]] with the latest model of [[Armor|carmor]] to advertise it. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Strut around wearing a Carmor&amp;#039;s carmor in nearby communities|hint=Visit Fat and Win-Win}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Carmor]] may be a communist monarchy, but it does produce goods for sale or trade with other communities (the most well-known good being armor made from auto parts).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Armors|carmor]] is a parody of the iconic armor from the video game franchise [[Wikipedia:fr:Fallout|Fallout]], the [https://fallout.fandom.com/fr/wiki/ Armor_assist%C3%A9e ​​&amp;#039;&amp;#039;Power Armor&amp;#039;&amp;#039;]. It is also inspired by movies such as [[Wikipedia:en:Elysium (film)|&amp;#039;&amp;#039;Elysium&amp;#039;&amp;#039; (2013)]], [[Wikipedia:en:District 9|&amp;#039;&amp;#039;The Matrix Revolutions&amp;#039;&amp;#039; (2003)] ] and [[Wikipedia:en:District 9|&amp;#039;&amp;#039;District 9&amp;#039;&amp;#039; (2009)]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Steal_weapons&amp;diff=67670</id>
		<title>Steal weapons</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Steal_weapons&amp;diff=67670"/>
		<updated>2022-11-09T21:34:05Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;{{To illustrate}}{{To create}} {{Infobox|type=quest|image=Voler_des_armes.jpg|caption=Screenshot of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;.|by=Beth|at=Red|locations=&amp;lt;p&amp;gt; * Ca...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Voler_des_armes.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Beth]]|at=[[Red]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Cartier]]&lt;br /&gt;
* [[Patria]]&amp;lt;/p&amp;gt;|sub=|reward=[[Pistols|Modified Lasgun]] if at least 10 guns are given or a [[Rifles|Modified Lasgun]] if at least 10 guns are given.}}&lt;br /&gt;
&lt;br /&gt;
At [[Red]], [[Beth]], a [[Red Panther]], asks the player to steal either [[Cartier]]&amp;#039;s gun stash or [[Patria]]&amp;#039;s. This [[The Sum:Contents#Quests|quest]] reads as follows:{{Quest|Steal weapons from Cartier or Patria|hint=Bring at least 10 pistols or rifles}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Cartier]], taking charge of escorting caravans (particularly between [[Île-aux-courges]], [[Capital]] and its suburbs, stores a good number of [[Browning pistols|pistols]] recovered from the ex-[[Wikipedia:en:Canadian Army|Canadian Army]] (the rifles recovered are all carried by their soldiers).[[Patria]], having recovered an arms depot confiscated by the ex-[[Wikipedia:fr:Service de police de la Ville de Montréal|SPVM]], has a more heterogeneous arsenal, consisting mainly of guns. It is not necessary for the player to actually steal the weapons, they can find them elsewhere or just buy enough pistols or rifles to satisfy [[Beth]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67669</id>
		<title>Spy or Obtain Information on Capital Police</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67669"/>
		<updated>2022-11-09T21:31:38Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}&lt;br /&gt;
{{Infobox|type=quest|image=Spy_on_the_police.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Klein]]|at=[[Fat]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Capital]]&amp;lt;/p&amp;gt;|sub=}}&lt;br /&gt;
&lt;br /&gt;
In the city of [[Fat]], [[Klein]] asks the player to spy on the police of [[Capital]]. This [[The Sum:Contents#Quests|quest]] reads:{{Quest|Spy / Obtain information on the Capital police|hint=Spy: Observe the police on the roofs for 15 minutes &amp;lt;br&amp;gt;&lt;br /&gt;
Obtain: Steal information about her from their database}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The authorities of [[Capital]], through the [[Uniques|trackers]] carried by its population, its drones and its police, store an impressive amount of data on its servers located in the basement of the police offices. The city of [[Fat]] is not in direct opposition to [[Capital]], but as a [[Wikipedia:en:City-State|City-State]], it is in some way a competitor. Since its police department ([[Wikipedia:fr:Shérif|shérif]]) is very well organized, it is normal that [[Fat]] wants to know as much as possible about the police and military organization of other [[Wikipedia:en:City-State|City-States]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
The organization of [[Fat|Fat City]] draws directly on the ideas of Hunter S. Thompson and [[Wikipedia:Hunter_S._Thompson#Birth_of_Gonzo|his campaign story]] to become sheriff of [[Wikipedia:Pitkin County|Pitkin County]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Steal_the_sword_of_peace&amp;diff=67668</id>
		<title>Steal the sword of peace</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Steal_the_sword_of_peace&amp;diff=67668"/>
		<updated>2022-11-09T21:31:18Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Voler_l_epee_de_la_paix.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Médée]]|at=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[Sabbenay]]&amp;lt;/p&amp;gt;|reward=[[knight]] training}}&lt;br /&gt;
&lt;br /&gt;
At [[Carmor]], [[Médée]], a Knight, asks the player to steal the [[Unique|Sword of Peace]], an [[Artifact|Artifact]] from a king of the [[Predation]]. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Steal King Denys 1st Sword of Peace at La Baie|hint=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Transported by oral tales of the &amp;quot;first king of Merica&amp;quot;, Denys 1&amp;lt;sup&amp;gt;&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;st&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; and his treasure counting a sword which was used to bring peace, [[Médée]] began to covet the object for her queen. After research interspersed with false leads and a large dose of luck, she learned that the object in question was in the possession of the elders of [[La Baie]], important figures of this community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;#039;&amp;#039;Sword of Peace&amp;#039;&amp;#039; is a direct refercence to the [https://www.lequotidien.com/archives/la-paix-retrouvee-de-denys-tremblay-23628335eee05a4d1d1e9bbe455beb0f art project] by Denys 1st and Serge Boily, &amp;#039;&amp;#039;Pacific Sword&amp;#039;&amp;#039; (1996).&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Steal_the_sword_of_peace&amp;diff=67667</id>
		<title>Steal the sword of peace</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Steal_the_sword_of_peace&amp;diff=67667"/>
		<updated>2022-11-09T21:31:05Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Voler_l_epee_de_la_paix.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Médée]]|to=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[Sabbenay]]&amp;lt;/p&amp;gt;|reward=[[knight]] training}}&lt;br /&gt;
&lt;br /&gt;
At [[Carmor]], [[Médée]], a Knight, asks the player to steal the [[Unique|Sword of Peace]], an [[Artifact|Artifact]] from a king of the [[Predation]]. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Steal King Denys 1st Sword of Peace at La Baie|hint=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Transported by oral tales of the &amp;quot;first king of Merica&amp;quot;, Denys 1&amp;lt;sup&amp;gt;&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;st&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; and his treasure counting a sword which was used to bring peace, [[Médée]] began to covet the object for her queen. After research interspersed with false leads and a large dose of luck, she learned that the object in question was in the possession of the elders of [[La Baie]], important figures of this community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;#039;&amp;#039;Sword of Peace&amp;#039;&amp;#039; is a direct refercence to the [https://www.lequotidien.com/archives/la-paix-retrouvee-de-denys-tremblay-23628335eee05a4d1d1e9bbe455beb0f art project] by Denys 1st and Serge Boily, &amp;#039;&amp;#039;Pacific Sword&amp;#039;&amp;#039; (1996).&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Steal_the_sword_of_peace&amp;diff=67666</id>
		<title>Steal the sword of peace</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Steal_the_sword_of_peace&amp;diff=67666"/>
		<updated>2022-11-09T21:30:38Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;{{To illustrate}}{{To create}} {{Infobox|type=quest|image=Voler_l_epee_de_la_paix.jpg|caption=Screenshot of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;.|by=Médée|to=[[Carmor] ]|locat...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Voler_l_epee_de_la_paix.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Médée]]|to=[[Carmor] ]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[Sabbenay]]&amp;lt;/p&amp;gt;|reward=[[knight]] training}}&lt;br /&gt;
&lt;br /&gt;
At [[Carmor]], [[Médée]], a Knight, asks the player to steal the [[Unique|Sword of Peace]], an [[Artifact|Artifact]] from a king of the [[Predation]]. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Steal King Denys 1st Sword of Peace at La Baie|hint=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Transported by oral tales of the &amp;quot;first king of Merica&amp;quot;, Denys 1&amp;lt;sup&amp;gt;&amp;lt;font size=&amp;quot;1&amp;quot;&amp;gt;st&amp;lt;/font&amp;gt;&amp;lt;/sup&amp;gt; and his treasure counting a sword which was used to bring peace, [[Médée]] began to covet the object for her queen. After research interspersed with false leads and a large dose of luck, she learned that the object in question was in the possession of the elders of [[La Baie]], important figures of this community.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The &amp;#039;&amp;#039;Sword of Peace&amp;#039;&amp;#039; is a direct refercence to the [https://www.lequotidien.com/archives/la-paix-retrouvee-de-denys-tremblay-23628335eee05a4d1d1e9bbe455beb0f art project] by Denys 1st and Serge Boily, &amp;#039;&amp;#039;Pacific Sword&amp;#039;&amp;#039; (1996).&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67665</id>
		<title>Spy or Obtain Information on Capital Police</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67665"/>
		<updated>2022-11-09T21:25:23Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}&lt;br /&gt;
{{Infobox|type=quest|image=Spy_on_the_police.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Klein]]|to=[[Fat]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Capital]]&amp;lt;/p&amp;gt;|sub=}}&lt;br /&gt;
&lt;br /&gt;
In the city of [[Fat]], [[Klein]] asks the player to spy on the police of [[Capital]]. This [[The Sum:Contents#Quests|quest]] reads:{{Quest|Spy / Obtain information on the Capital police|hint=Spy: Observe the police on the roofs for 15 minutes &amp;lt;br&amp;gt;&lt;br /&gt;
Obtain: Steal information about her from their database}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The authorities of [[Capital]], through the [[Uniques|trackers]] carried by its population, its drones and its police, store an impressive amount of data on its servers located in the basement of the police offices. The city of [[Fat]] is not in direct opposition to [[Capital]], but as a [[Wikipedia:en:City-State|City-State]], it is in some way a competitor. Since its police department ([[Wikipedia:fr:Shérif|shérif]]) is very well organized, it is normal that [[Fat]] wants to know as much as possible about the police and military organization of other [[Wikipedia:en:City-State|City-States]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
The organization of [[Fat|Fat City]] draws directly on the ideas of Hunter S. Thompson and [[Wikipedia:Hunter_S._Thompson#Birth_of_Gonzo|his campaign story]] to become sheriff of [[Wikipedia:Pitkin County|Pitkin County]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67664</id>
		<title>Spy or Obtain Information on Capital Police</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67664"/>
		<updated>2022-11-09T21:24:29Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}&lt;br /&gt;
{{Infobox|type=quest|image=Spy_on_the_police.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Klein]]|to=[[Fat] ]|places=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Capital]]&amp;lt;/p&amp;gt;|sub=}}&lt;br /&gt;
&lt;br /&gt;
In the city of [[Fat]], [[Klein]] asks the player to spy on the police of [[Capital]]. This [[The Sum:Contents#Quests|quest]] reads:{{Quest|Spy / Obtain information on the Capital police|hint=Spy: Observe the police on the roofs for 15 minutes &amp;lt;br&amp;gt;&lt;br /&gt;
Obtain: Steal information about her from their database}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The authorities of [[Capital]], through the [[Uniques|trackers]] carried by its population, its drones and its police, store an impressive amount of data on its servers located in the basement of the police offices. The city of [[Fat]] is not in direct opposition to [[Capital]], but as a [[Wikipedia:en:City-State|City-State]], it is in some way a competitor. Since its police department ([[Wikipedia:fr:Shérif|shérif]]) is very well organized, it is normal that [[Fat]] wants to know as much as possible about the police and military organization of other [[Wikipedia:en:City-State|City-States]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
The organization of [[Fat|Fat City]] draws directly on the ideas of Hunter S. Thompson and [[Wikipedia:Hunter_S._Thompson#Birth_of_Gonzo|his campaign story]] to become sheriff of [[Wikipedia:Pitkin County|Pitkin County]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67663</id>
		<title>Spy or Obtain Information on Capital Police</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Spy_or_Obtain_Information_on_Capital_Police&amp;diff=67663"/>
		<updated>2022-11-09T21:24:07Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;{{To illustrate}} {{Infobox|type=quete|image=Spy_on_the_police.jpg|caption=Screenshot of &amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;.|by=Klein|to=[[Fat] ]|places=&amp;lt;p&amp;gt; * Capital&amp;lt;/p&amp;gt;|...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}&lt;br /&gt;
{{Infobox|type=quete|image=Spy_on_the_police.jpg|caption=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Klein]]|to=[[Fat] ]|places=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Capital]]&amp;lt;/p&amp;gt;|sub=}}&lt;br /&gt;
&lt;br /&gt;
In the city of [[Fat]], [[Klein]] asks the player to spy on the police of [[Capital]]. This [[The Sum:Contents#Quests|quest]] reads:{{Quest|Spy / Obtain information on the Capital police|hint=Spy: Observe the police on the roofs for 15 minutes &amp;lt;br&amp;gt;&lt;br /&gt;
Obtain: Steal information about her from their database}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The authorities of [[Capital]], through the [[Uniques|trackers]] carried by its population, its drones and its police, store an impressive amount of data on its servers located in the basement of the police offices. The city of [[Fat]] is not in direct opposition to [[Capital]], but as a [[Wikipedia:en:City-State|City-State]], it is in some way a competitor. Since its police department ([[Wikipedia:fr:Shérif|shérif]]) is very well organized, it is normal that [[Fat]] wants to know as much as possible about the police and military organization of other [[Wikipedia:en:City-State|City-States]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
The organization of [[Fat|Fat City]] draws directly on the ideas of Hunter S. Thompson and [[Wikipedia:Hunter_S._Thompson#Birth_of_Gonzo|his campaign story]] to become sheriff of [[Wikipedia:Pitkin County|Pitkin County]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Sacrifice_or_save_the_mutant_babies&amp;diff=67662</id>
		<title>Sacrifice or save the mutant babies</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Sacrifice_or_save_the_mutant_babies&amp;diff=67662"/>
		<updated>2022-11-09T21:18:42Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Sacrifice_or_save_the_mutant_babies.jpg|legend=Screenshot from [[Wikipédia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Skidoo]]|at=[[Cartier]]|lieux=A community other than Capital (player&amp;#039;s choice)|reward=Continue to live in [[Cartier]]|condition=Live in [[Cartier]]}}&lt;br /&gt;
&lt;br /&gt;
[[Skidoo]] asks the player to sacrifice the 3 babies born deformed in the community a few weeks before. Cette [[Nous_Aurons:Contenus#Qu.C3.AAtes_.2845.29|quête]] reads:{{Quest|Sacrifice / Save the mutant babies|clue=Sacrifice: Drop the babies in the fire or Dbl-Click on the babies in your bag&amp;lt;br&amp;gt;Save: Drive the babies to a community other than Capital and its suburbs}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
When the player returns to [[Cartier]] after their first visit as a resident, they are informed that [[Skidoo]], an important figure in the community, wishes to speak to them. The annual cremation ceremony is arriving, where babies born deformed are thrown into the fire, always by the last to join in [[Cartier]]. The event is followed by an orgy (the only time of the year when the inhabitants are allowed to have sex with each other) which can last up to several weeks. The player is invited to take with them the 3 deformed babies born a few weeks before, then bring them to the big fire where the cremation will take place. They then have the choice to sacrifice them to submit to the rule or run away with the babies, which will lead to the hostility of the group towards them. If the player runs away, they misses the annual orgy (with the gain of the associated [[Perks (exclusive)|perk  &amp;#039;&amp;#039;Connoisseur&amp;#039;&amp;#039;]]) and the quest ends as soon as the babies are taken to another community (with the exception of [[Capital]] and its other fortified suburbs).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The narrative elements surrounding this quest are borrowed from Aldous Huxley&amp;#039;s novel [[Wikipedia:Ape and Essence|&amp;#039;&amp;#039;Ape and Essence&amp;#039;&amp;#039;]] (1948): child mutations, cremation and annual orgy).&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Sacrifice_or_save_the_mutant_babies&amp;diff=67661</id>
		<title>Sacrifice or save the mutant babies</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Sacrifice_or_save_the_mutant_babies&amp;diff=67661"/>
		<updated>2022-11-09T21:17:58Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Sacrifice_or_save_the_mutant_babies.jpg|legend=Capture d&amp;#039;écran de [[Wikipédia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Skidoo]]|at=[[Cartier]]|lieux=A community other than Capital (player&amp;#039;s choice)|reward=Continue to live in [[Cartier]]|condition=Live in [[Cartier]]}}&lt;br /&gt;
&lt;br /&gt;
[[Skidoo]] asks the player to sacrifice the 3 babies born deformed in the community a few weeks before. Cette [[Nous_Aurons:Contenus#Qu.C3.AAtes_.2845.29|quête]] reads:{{Quest|Sacrifice / Save the mutant babies|clue=Sacrifice: Drop the babies in the fire or Dbl-Click on the babies in your bag&amp;lt;br&amp;gt;Save: Drive the babies to a community other than Capital and its suburbs}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
When the player returns to [[Cartier]] after their first visit as a resident, they are informed that [[Skidoo]], an important figure in the community, wishes to speak to them. The annual cremation ceremony is arriving, where babies born deformed are thrown into the fire, always by the last to join in [[Cartier]]. The event is followed by an orgy (the only time of the year when the inhabitants are allowed to have sex with each other) which can last up to several weeks. The player is invited to take with them the 3 deformed babies born a few weeks before, then bring them to the big fire where the cremation will take place. They then have the choice to sacrifice them to submit to the rule or run away with the babies, which will lead to the hostility of the group towards them. If the player runs away, they misses the annual orgy (with the gain of the associated [[Perks (exclusive)|perk  &amp;#039;&amp;#039;Connoisseur&amp;#039;&amp;#039;]]) and the quest ends as soon as the babies are taken to another community (with the exception of [[Capital]] and its other fortified suburbs).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The narrative elements surrounding this quest are borrowed from Aldous Huxley&amp;#039;s novel [[Wikipedia:Ape and Essence|&amp;#039;&amp;#039;Ape and Essence&amp;#039;&amp;#039;]] (1948): child mutations, cremation and annual orgy).&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Free_/_Kill_farm_animals&amp;diff=67660</id>
		<title>Free / Kill farm animals</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Free_/_Kill_farm_animals&amp;diff=67660"/>
		<updated>2022-11-09T21:17:53Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Free_animals.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Pride]]|at=[[The Valley]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Cartier]]&lt;br /&gt;
* [[Patria]]&lt;br /&gt;
* [[Red]]&amp;lt;/p&amp;gt;|sub=|reward=-}}&lt;br /&gt;
&lt;br /&gt;
At [[The Valley]], [[Pride]] asks the player to release livestock from [[Rouge]] (pigs), [[Patria]] (cows) and [[Cartier]] (dogs). These [[The_Sum:Contents#Quests|quests]] read as follows:{{Quest|Free / Kill Red&amp;#039;s livestock so they are no longer exploited|clue=}}&lt;br /&gt;
{{Quest|Free / Kill Patria&amp;#039;s livestock so they are no longer exploited|clue=}}&lt;br /&gt;
{{Quest|Free / Kill Cartier&amp;#039;s livestock so they are no longer exploited|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
This quest asks about the consequences of domestication (apathy, self-confinement) and the limits of anti-speciesist activism. The freed animals (with the exception of [[Cartier]]&amp;#039;s dogs) will initially remain in their enclosure, and it will take some strategies to dislodge them there: building a fire, attacking the animals, etc. There is a good chance that this action will result in hostility from the inhabitants of the group concerned, as their survival is, after all, at stake. The player will be able to save the beasts, but they have the option to choose the most radical methods to achieve their ends, even poisoning / attacking the animals.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
The philosophical and moral school of thought of [[Wikipedia:Antispeciesism|antispeciesism]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Reach_the_desert&amp;diff=67659</id>
		<title>Reach the desert</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Reach_the_desert&amp;diff=67659"/>
		<updated>2022-11-09T21:17:48Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Reach_the_desert.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Ethane]]|to=[[Eternity]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* Any location in the [[Great American Desert]]&amp;lt;/p&amp;gt;&lt;br /&gt;
|reward=Join [[Eternity]]|sous=}}&lt;br /&gt;
&lt;br /&gt;
In [[Eternity]], [[Ethane]] asks the player to reach the [[Great American Desert]] to inform her of how far exactly it reaches. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Reach the desert to see how far it reaches|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Climate change has produced incredible consequences, including the creation and extent of the [[Great American Desert]] that has many people around the [[Revenants]] highly worried.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Print_the_DSM-8&amp;diff=67658</id>
		<title>Print the DSM-8</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Print_the_DSM-8&amp;diff=67658"/>
		<updated>2022-11-09T21:17:42Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Print_DSM-8.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Léann]]|at=[[Terrace]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Noranda]]&lt;br /&gt;
* [[Ouyn]]&amp;lt;/p&amp;gt;|sub=|reward=[[Drugs]]}}&lt;br /&gt;
&lt;br /&gt;
At [[Terrace]], [[Léann]] asks the player to go to [[Ouyn]] to print a copy of the [[Books|DSM-8 (Disunited States of Merica)]]. This [[The_SUm:Contents#Quests|quest]] reads:{{Quest|Print the DSM-8 in Ouyn|clue=Disunited States of Merica - Practical guide to decentralization}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The community of [[Noranda]] has a self-factory, [[Ouyn]], filled with various printers that a single person can operate. Among these, a &amp;#039;&amp;#039;book re-printer&amp;#039;&amp;#039; can easily print a copy of the [[Books|DSM-8]] from its internal memory. If the player is unable to access [[Ouyn]], he or she will be able to obtain a copy from [[Noranda]] residents in exchange for a few items.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
The [[Books|DSM-8]] is of course a parody of the [[Wikipedia:Diagnostic and Statistical Manual of Mental Disorders|Diagnostic and Statistical Manual of Mental Disorders (DSM)]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Offer_asylum_in_Apocalypso&amp;diff=67657</id>
		<title>Offer asylum in Apocalypso</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Offer_asylum_in_Apocalypso&amp;diff=67657"/>
		<updated>2022-11-09T21:17:37Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Offer_asylum_in_Apocalypso.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Therru]]|at=[[Apocalypso]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Cap-Lévis]]&amp;lt;/p&amp;gt;|sub=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Escorting residents to The Valley]]&lt;br /&gt;
* [[Escorting residents to Apocalypso]]|reward=New companions}}&lt;br /&gt;
&lt;br /&gt;
In [[Apocalypso]], [[Therru]] asks the player to visit [[Cap-Lévis]] to offer its inhabitants political asylum if needed. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Offer asylum in Apocalypso to the inhabitants of Cap-Lévis|clue=Pin an announcement in their headquarters}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The inhabitants of [[Cap-Lévis]] (whether they stay masked or not) are sometimes filed by the [[Capital]] police and chased relentlessly. The commitment to fight against the city-state is a risky and permanent commitment. In this context, [[Apocalypso]], as a remote and secret place offers the best hope to those who can no longer continue to take direct action and wish to regain their safety. The journey is risky and long, but the solution is nonetheless the safest for them.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67656</id>
		<title>Bring back food from Mistissini</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Bring_back_food_from_Mistissini&amp;diff=67656"/>
		<updated>2022-11-09T21:17:31Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Loot_the_food_reserve.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Gertru]]|at=[[Cartier]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Mistissini]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Melee weapons|Jug&amp;#039;s Spear]]&amp;lt;br&amp;gt;&lt;br /&gt;
* A [[Armor|Jug&amp;#039;s Armor]] if at least 15 units of food, drinks and sugar are given&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
In [[Cartier]], [[Gertru]], an army cook, asks the player to steal the food supply from the [[Mistissini]] producers. This [[The_Sum:Contents#Quests|quest]] reads as follows:{{Quest|Steal the food supply of Mistissini|clue=Give it all back to Gertru}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Cartier]], taking on the task of escorting caravans (especially between [[Île-aux-courges]], [[Capital]] and its suburbs, is well supplied with a variety of foodstuffs (fruits, vegetables, live meat and women&amp;#039;s milk). Nevertheless, rumors circulate of products far superior in quality from the [[Mistissini]] producers&amp;#039; association, and [[Gertru]] would like to get his hands on them. It is not necessary for the player to actually plunder the food supply, he can simply buy enough food, drinks and honey to satisfy Gertru.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Investigate_Capital%27s_new_robots&amp;diff=67655</id>
		<title>Investigate Capital&#039;s new robots</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Investigate_Capital%27s_new_robots&amp;diff=67655"/>
		<updated>2022-11-09T21:17:25Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Investigate_Capital_new_robots.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Mèche]]|at=[[Terrace]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Albany]]&lt;br /&gt;
* [[Golden Arches]]&lt;br /&gt;
* [[Kofun]]&amp;lt;/p&amp;gt;|sub=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Destroy Capital&amp;#039;s robot factory]]&lt;br /&gt;
* [[Inform the Golden Archers about elements of their religion]]&lt;br /&gt;
* [[Follow the Golden Archers&amp;#039; trail]]&lt;br /&gt;
&amp;lt;/p&amp;gt;|reward=[[Drone (robot)|A drone]] as a companion}}&lt;br /&gt;
&lt;br /&gt;
In [[Terrace]], [[Mèche]] asks the player to investigate the vicinity of [[Albany]] to discover the origin of [[Capital]]&amp;#039;s new robots, and if possible dismantle its operations. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Investigate Capital&amp;#039;s new robots|index=Search in Albany}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Albany]] is home to an elderly couple of ex-[[Golden archers|golden archers]] who know the location of [[Golden Arches]], a space dedicated to protecting Capital&amp;#039;s robot factory. The [[Golden archers|golden archers]] are crossbowmen who worship capitalism as a promise of a return to the golden era of the old world and its abundance, but also the McDonald&amp;#039;s [[Predation]] fast food company. The latter acts as a symbol or image of this vanished world. Their &amp;#039;&amp;#039;faith&amp;#039;&amp;#039; lies in the golden arches announcing wealth, the [[Wikipedia:Ronald McDonald|Ronald McDonald]] clown costumes announcing forever-play and forever-fun, and finally in the figure of the angel [[Wikipedia:Cupid|cupid]] distributing appetite, contentment and desire.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Help_the_Red_Panthers&amp;diff=67654</id>
		<title>Help the Red Panthers</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Help_the_Red_Panthers&amp;diff=67654"/>
		<updated>2022-11-09T21:17:19Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Help_panthers.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Brindacier]] |at=[[Estrie]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Cave]]&lt;br /&gt;
* [[Colony]]&lt;br /&gt;
* [[Lead]]&lt;br /&gt;
* [[Portland]]&amp;lt;/p&amp;gt;&lt;br /&gt;
|reward=Become a [[Red panthers|Red Panther]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Estrie]], [[Brindacier]] of the [[Red Panthers]] asks the player to find a group of missing women from [[Rouge]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Find the Missing Women|Hint=Search the uninhabited places surrounding Rouge}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The panthers unfortunately have no clues or directions for the player to find the missing women, except for the vague advice to search the uninhabited places surrounding [[Rouge]] for clues. A panther, [[Joyal]], accompanies the player in their search. Upon visiting the [[Cave]], [[Joyal]] is able to identify a few hidden items belonging to the missing women (a necklace, a piece of patterned clothing, a pair of glasses). The place presents chains on the wall (to keep some people prisoner) as well as a closet with about ten identical red dresses, which is quite curious. [[Joyal]] suggests that the player take one of the dresses and ask the survivors in the area if they have seen them before. In Portland, talking to [[Spensonia]] and [[Maleine]] about the dresses leads them to reveal that they have encountered (and sometimes narrowly escaped) numerous patrols of armed men dressed in black, escorting a group of chained women wearing similar dresses. Over the years, they have been able to identify their area of activity more precisely in order to avoid it. They reveal to the player the location of [[Lead]] where the women have been taken. Once [[Lead]] has been visited and the women freed, the player can find the location of [[Colony]] to free other missing women who are dealing with toxic waste.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Lead]] community is directly inspired by the &amp;quot;Republic of Gilead&amp;quot; from Margaret Atwood&amp;#039;s novel [[Wikipedia:The Handmaid&amp;#039;s Tale|&amp;#039;&amp;#039;The Handmaid&amp;#039;s Tale&amp;#039;&amp;#039; (1987)]. It serves to add an antagonist to the self-organizing anarchist communities, for the duration of a quest.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Help_a_pirate%27s_son&amp;diff=67653</id>
		<title>Help a pirate&#039;s son</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Help_a_pirate%27s_son&amp;diff=67653"/>
		<updated>2022-11-09T21:17:13Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Help_the_son_of_a_pirate.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Liberto]]|to=[[Apocalypso]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Poston]]&amp;lt;/p&amp;gt;&lt;br /&gt;
|reward=To [[Apocalypso]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Apocalypso]], [[Liberto]] asks the player to find his kidnapped son, [[Hibachi]] locked up in the private prison of [[Poston]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Help a pirate&amp;#039;s son escape from Poston&amp;#039;s prison|index=Free and bring Hibachi back to Apocalypso}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
The inhabitants of [[Apocalypso]] rarely leave their island, other than to roam the nearby waters. However, some may travel as far as the ex-coastal cities to gather supplies. As it is customary for parents to always bring their children with them, Liberto, out of ignorance, went with his son to the vicinity of Poston, leading him right into a trap.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Get_more_information_on_the_Predation&amp;diff=67652</id>
		<title>Get more information on the Predation</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Get_more_information_on_the_Predation&amp;diff=67652"/>
		<updated>2022-11-09T21:17:07Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Information_about_the_Predation.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Févrière]]|at=[[Kofun]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Eternity]]&amp;lt;/p&amp;gt;|sub=|reward=1 [[Money|repcoin]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Kofun]], [[Févrière]] asks the player to gather more information about the [[Predation]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Gather more information about the Predation|clue=Bring your findings to the scientists in Kofun}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
This quest can be accomplished:&lt;br /&gt;
* By accessing the research center servers in the basement of [[Kofun]].&lt;br /&gt;
* By obtaining a copy of the history of the [[Predation]] recorded by the [[Librairat]] in [[Eternity]].&lt;br /&gt;
* By giving a copy of the [[Jour Noir]] newspaper to the scientists.&lt;br /&gt;
&lt;br /&gt;
Although these three sources of information are partial and of questionable reliability at best, this is all that [[Kofun]] could possibly get access to. The &amp;#039;&amp;#039;research center&amp;#039;&amp;#039; that serves as a refuge for the inhabitants of [[Kofun]] was used in the days of the [[Predation]] by various telecommunication companies, among others as an Internet terminal and server warehouse. Repairing these servers will allow to decrypt the information they contain and reveal a lot of information about the Predation that is currently inaccessible to the inhabitants. It is also possible to visit the scribes of [[Eternity]] who copy by hand, for generations, a manuscript many times annotated and enriched revealing the condensed history of the [[Predation]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Find_a_sugar_supplier&amp;diff=67651</id>
		<title>Find a sugar supplier</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Find_a_sugar_supplier&amp;diff=67651"/>
		<updated>2022-11-09T21:17:00Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Find_a_sugar_provider.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Reverdie]]|at=[[Flat Rock]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Canyon]]&lt;br /&gt;
* [[Cola]]&lt;br /&gt;
* [[Mistissini]]&amp;lt;/p&amp;gt;|reward=[[Consumables|Kombucha]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Flat Rock]], [[Reverdie]] asks the player to locate a major source of sugar. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Find a sugar supplier for Reverdie|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Post-[[Predation]] sugar is so rare, so hard to find for [[Reverdie]] that the location of the found sugar depot does not matter to her, even if it turns out to be very far from her location. Also, bringing her more than 25 units of sugar will generate a dialogue that will lead her to give more [[Consumables|Kombucha]] to the player.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Drive_out_the_looters_from_Corpses&amp;diff=67650</id>
		<title>Drive out the looters from Corpses</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Drive_out_the_looters_from_Corpses&amp;diff=67650"/>
		<updated>2022-11-09T21:16:55Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Drive_out_the_looters.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Maïse]]|at=[[Sumbridge]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Corpses]]&amp;lt;/p&amp;gt;|sub=|reward=[[Tools|Scavenging assistant]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Sumbridge]], [[Maise]], a [[Sommism|sumist]], asks the player to hunt the looters of Corpses. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Drive out the looters from Corpses|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
In the colorful language of [[Sumism|sumism]], [[Maïse]] tells the player to &amp;#039;&amp;#039;amputate the diseased fingers of Merica&amp;#039;&amp;#039; by eliminating the [[Corpses]] (ex-Guelph raiders) to protect the other inhabitants of [[Merica]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Dismantle_Givehub&amp;diff=67649</id>
		<title>Dismantle Givehub</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Dismantle_Givehub&amp;diff=67649"/>
		<updated>2022-11-09T21:16:49Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Dismantle_Givehub.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;&amp;#039;]].|by=[[Emballé]]|at=[[Capital]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[GiveHub]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* Property in [[Capital]]&lt;br /&gt;
* &amp;lt;font color = &amp;quot;red&amp;quot;&amp;gt;Not possible anymore to live in [[Givehub]], [[Archipel]], [[Patria]] and [[Ottawawa]].&amp;lt;/font&amp;gt;&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
In [[Capital]], [[Emballé]] asks the player to go to [[GiveHub]] to dismantle their operations. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Dismantle Givehub, the unfair competitor|clue=Talk to the organizers/Attack GiveHub/Plant a bomb/Spread the HaNa virus}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Givehub]] is a free repository of items run by the [[Archipel]] cooperative, [[Patria]] and [[Ottawawa]], gathering items that can then be &amp;#039;&amp;#039;picked up&amp;#039;&amp;#039; by anyone. This practice is obviously considered intolerable by the inhabitants and speculators of [[Capital]]. The organizers named here are the representatives at GiveHub of [[Archipel]], [[Patria]] and [[Ottawawa]].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Convince_a_community_to_build_a_wall&amp;diff=67648</id>
		<title>Convince a community to build a wall</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Convince_a_community_to_build_a_wall&amp;diff=67648"/>
		<updated>2022-11-09T21:16:44Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Sell_a_wall.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Naomi]]|at=[[Carmor]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Sumbridge]]&lt;br /&gt;
* [[Win-Win]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* Live in [[Carmor]]&lt;br /&gt;
* [[Melee weapons|Cattle prod]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Carmor]], [[Naomi]] asks the player to convince a nearby community ([[Coral]], [[Sumbridge]], or [[Win-Win]]) to call on Carmor to build a wall for them to defend themselves. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Convince a community to build a wall for itself|clue=Communicate with Win-Win, Sumbridge or Coral}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Carmor]] is a walled community, some would say closed in on itself, but it paradoxically still often intervenes in outside conflicts. It is true that it considers this &amp;#039;&amp;#039;outside&amp;#039;&amp;#039; as a potential threat, and its numerous preparations (imposing armors and fortifications, mannequins simulating guards at the entrances, underground palace) prove it. However, it has never been directly attacked. Seeking to assist its neighbors and also to get into their good graces, [[Carmor]] wishes to build fortifications for them, mainly designed from carcasses. To do this, she sends several negotiators, the player being only one of them.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Confront_Carmor%27s_dangerous_member&amp;diff=67647</id>
		<title>Confront Carmor&#039;s dangerous member</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Confront_Carmor%27s_dangerous_member&amp;diff=67647"/>
		<updated>2022-11-09T21:16:37Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quete|image=Confronting_the_dangerous_member.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Annan]]|at=[[Red]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Archipelago]]&lt;br /&gt;
* [[Givehub]]&lt;br /&gt;
* [[Patria]]&lt;br /&gt;
* [[Ottawawa]]&amp;lt;/p&amp;gt;|sub=|reward=A [[Tools|bioscan]]}}&lt;br /&gt;
&lt;br /&gt;
At [[Red]], [[Annan]] asks the player to convince a knight deemed dangerous and present at [[Givehub]] to leave, by any means necessary. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Confront dangerous member of Carmor|clue=Convince him to leave Givehub or attack him}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Givehub]] is a free repository of items run by [[Archipel]], [[Patria]] and [[Ottawawa]] cooperative, items that can be &amp;#039;&amp;#039;picked up&amp;#039;&amp;#039; by anyone. Neither [[Rouge]] nor [[Carmor]] are involved in its organization, yet its members go there and participate in its activities, notably by depositing objects there. This quest raises the question of the belief of the victims of aggression and the need for popular justice, and what form it should take. It will be possible for the player going to Givehub to confront the Knights of Columbus, to attack them directly, or to talk to a Givehub organizer to address the problem. The last option is the most logical, but the most time-consuming, as it requires visiting another community to initiate a feedback process with Carmor.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Conclude_an_agreement_between_Patria_and_the_Brotherhood&amp;diff=67646</id>
		<title>Conclude an agreement between Patria and the Brotherhood</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Conclude_an_agreement_between_Patria_and_the_Brotherhood&amp;diff=67646"/>
		<updated>2022-11-09T21:16:31Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Conclude_an_agreement.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Meloche]]|at=[[Patria]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Estrie]]&amp;lt;/p&amp;gt;|sub=|reward=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Armor|Muscle Armor]]&lt;br /&gt;
* Location of [[Estrie]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Patria]], [[Meloche]], a [[Patriots|Patriot]], asks the player to contact the Brotherhood to make a deal with them. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Conclude a deal between Patria and the Brotherhood|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Patria]] and the [[Gang (Brotherhood)|Brotherhood]] have little, but still some things in common. They are both rather identity-based and homogeneous armed organizations, living with a certain fear of a threatening &amp;#039;&amp;#039;outside&amp;#039;&amp;#039;. Neither will shy away from the opportunity to increase their ability to defend themselves through some form of non-aggression and mutual assistance pact, but neither will (ever) go so far as to allow the other to absorb them or be absorbed by them.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Clean_the_shelters&amp;diff=67645</id>
		<title>Clean the shelters</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Clean_the_shelters&amp;diff=67645"/>
		<updated>2022-11-09T21:16:25Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Cleaning_the_shelters.jpg|caption=Screenshot from [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Honda]]|at=[[Red]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Land O&amp;#039; Lake]]&lt;br /&gt;
* [[Disraeli]]&lt;br /&gt;
* [[Sabbenay]]&amp;lt;/p&amp;gt;|sub=|reward=Become a [[Perks (exclusive)|sister]]}}&lt;br /&gt;
&lt;br /&gt;
In [[Rouge]], [[Honda]] asks the player to clean all the private shelters of [[Rouge]]. This [[The_Sum:Contents#Quests|quest]] reads:{{Quest|Clean up Rouge&amp;#039;s shelters|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Context&amp;lt;/h2&amp;gt;&lt;br /&gt;
Privacy is possible, but never optimal at the small anarcho-feminist community of [[Rouge]]. That&amp;#039;s why a group of women has built a series of remote private shelters that each [[Rouge]] resident can use as she pleases when unoccupied. Cleaning the shelters is a task that never falls to the same inhabitant, but rather rotates among a group of volunteers (able to risk an extended trip outside) to avoid boredom. This quest is designed to reveal the location of such shelters.&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67644</id>
		<title>The Sum:Contents</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67644"/>
		<updated>2022-11-09T21:13:46Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
{{TheSum/Title}}&lt;br /&gt;
&amp;lt;br&amp;gt;__TOC__&lt;br /&gt;
[[fr:wiki/Nous Aurons:Contenus]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Merica&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Worldmap&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Learning about the Worldmap can be a spoiler to the game.&lt;br /&gt;
* [[The Sum:Worldmap|Consult the interactive worldmap]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Communities&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;communities&amp;#039;&amp;#039;&amp;#039; are organized inhabited places that have a certain importance and influence on the other places of [[Merica]].&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Apocalypso]]&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[Cap-Lévis]]&lt;br /&gt;
* [[Capital (La Porte, Cartier)]]&lt;br /&gt;
* [[Carmor]]&lt;br /&gt;
* [[Chicago]]&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Kofun]]&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[La main tendue]]&lt;br /&gt;
* [[The Valley]]&lt;br /&gt;
* [[Mistissini]]&lt;br /&gt;
* [[Noranda (Ouyn)]]&lt;br /&gt;
* [[Ottawawa]]&lt;br /&gt;
* [[Patria]]&lt;br /&gt;
* [[Poston]]&lt;br /&gt;
* [[Salvage]]&lt;br /&gt;
* [[Sault]]&lt;br /&gt;
* [[SILO]]&lt;br /&gt;
* [[Service stations]]&lt;br /&gt;
* [[Sumbridge]]&lt;br /&gt;
* [[Terrace]]&lt;br /&gt;
* [[Win-Win]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Occupied locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Occupied locations&amp;#039;&amp;#039;&amp;#039; are places inhabited by several organized individuals (or just one person), which have minor importance and influence within [[Merica]] and have been recently developed.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Cap-Rouge]]&lt;br /&gt;
* [[Cola]]&lt;br /&gt;
* [[Corpses]]&lt;br /&gt;
* [[Estrie]]&lt;br /&gt;
* [[Eternity]]&lt;br /&gt;
* [[Givehub]]&lt;br /&gt;
* [[Ikea]]&lt;br /&gt;
* [[Île-aux-courges]]&lt;br /&gt;
* [[Kapuskasing]]&lt;br /&gt;
* [[Laflèche]]&lt;br /&gt;
* [[Machu Picchu]]&lt;br /&gt;
* [[M-O-O-N]]&lt;br /&gt;
* [[Metgermette]]&lt;br /&gt;
* [[Nouveau-Portneuf]]&lt;br /&gt;
* [[Outremonde]]&lt;br /&gt;
* [[Portland]]&lt;br /&gt;
* [[Sabbenay]]&lt;br /&gt;
* [[Southworld]]&lt;br /&gt;
* [[Taureau]]&lt;br /&gt;
* [[Vieux]]&lt;br /&gt;
* [[Village]]&lt;br /&gt;
* [[War-End]]&lt;br /&gt;
* [[Zigzag]]&lt;br /&gt;
* [[Zoo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Ghost towns (ex-cities)&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;ex-cities&amp;#039;&amp;#039;&amp;#039; are ghost towns with the most traces of the [[Predation]] and dangers. Generally, these places, whether visited often or not, remain abandoned and show little sign of transformation over the years.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[3 rivers]]&lt;br /&gt;
* [[Albany]]&lt;br /&gt;
* [[Alpena]]&lt;br /&gt;
* [[Anarres]]&lt;br /&gt;
* [[Aréna]]&lt;br /&gt;
* [[Asbest]]&lt;br /&gt;
* [[Ashland]]&lt;br /&gt;
* [[Bloomington]]&lt;br /&gt;
* [[Cami]]&lt;br /&gt;
* [[Camion]]&lt;br /&gt;
* [[Camping]]&lt;br /&gt;
* [[Cannibales]]&lt;br /&gt;
* [[Champaign]]&lt;br /&gt;
* [[Chapleau]]&lt;br /&gt;
* [[Cleveland]]&lt;br /&gt;
* [[Convoi]]&lt;br /&gt;
* [[Cubes]]&lt;br /&gt;
* [[Cycliste]]&lt;br /&gt;
* [[Davenport]]&lt;br /&gt;
* [[Disraeli]]&lt;br /&gt;
* [[Douglas]]&lt;br /&gt;
* [[Drapeaux]]&lt;br /&gt;
* [[Drum]]&lt;br /&gt;
* [[Eau Claire]]&lt;br /&gt;
* [[Enclot]]&lt;br /&gt;
* [[Flat Rock]]&lt;br /&gt;
* [[Forest city]]&lt;br /&gt;
* [[Friendship]]&lt;br /&gt;
* [[Gagnon]]&lt;br /&gt;
* [[Gaylord]]&lt;br /&gt;
* [[Georges]]&lt;br /&gt;
* [[Gilles]]&lt;br /&gt;
* [[Gladstone]]&lt;br /&gt;
* [[Grove]]&lt;br /&gt;
* [[Iroquois]]&lt;br /&gt;
* [[Ithaca]]&lt;br /&gt;
* [[Kennebec]]&lt;br /&gt;
* [[Kenosha]]&lt;br /&gt;
* [[Kettle]]&lt;br /&gt;
* [[L&amp;#039;autre Baie]]&lt;br /&gt;
* [[L&amp;#039;Étape]]&lt;br /&gt;
* [[La porte 2]]&lt;br /&gt;
* [[Labbattoir]]&lt;br /&gt;
* [[Lac Seul]]&lt;br /&gt;
* [[Lac carré]]&lt;br /&gt;
* [[Land O&amp;#039; Lake]]&lt;br /&gt;
* [[Laval]]&lt;br /&gt;
* [[Lazare]]&lt;br /&gt;
* [[Longlong]]&lt;br /&gt;
* [[Manistee]]&lt;br /&gt;
* [[Mara lake]]&lt;br /&gt;
* [[Massif]]&lt;br /&gt;
* [[Maïs]]&lt;br /&gt;
* [[Mentor]]&lt;br /&gt;
* [[Montagne]]&lt;br /&gt;
* [[Métro]]&lt;br /&gt;
* [[Nemaska]]&lt;br /&gt;
* [[Nipissing]]&lt;br /&gt;
* [[Patten]]&lt;br /&gt;
* [[Pintendre]]&lt;br /&gt;
* [[Piste]]&lt;br /&gt;
* [[Plattsburgh]]&lt;br /&gt;
* [[Porcupine]]&lt;br /&gt;
* [[Portsmouth]]&lt;br /&gt;
* [[Powassan]]&lt;br /&gt;
* [[Prairie farm]]&lt;br /&gt;
* [[Presque-Villa]]&lt;br /&gt;
* [[Providence]]&lt;br /&gt;
* [[Resolute]]&lt;br /&gt;
* [[Rich]]&lt;br /&gt;
* [[Scène]]&lt;br /&gt;
* [[Shack]]&lt;br /&gt;
* [[Springfield]]&lt;br /&gt;
* [[Stitt]]&lt;br /&gt;
* [[Sudbury]]&lt;br /&gt;
* [[Superior]]&lt;br /&gt;
* [[Syracuse]]&lt;br /&gt;
* [[Sépulture]]&lt;br /&gt;
* [[Tantie]]&lt;br /&gt;
* [[Techny]]&lt;br /&gt;
* [[Telado]]&lt;br /&gt;
* [[Thessalon]]&lt;br /&gt;
* [[Tomahawk]]&lt;br /&gt;
* [[Watersmeet]]&lt;br /&gt;
* [[Watertown]]&lt;br /&gt;
* [[Wawa]]&lt;br /&gt;
* [[Wilderness]]&lt;br /&gt;
* [[Ypsilanti]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Hidden locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The secret or &amp;#039;&amp;#039;&amp;#039;hidden locations&amp;#039;&amp;#039;&amp;#039; are small places, easy to miss, difficult to access or deliberately hidden. They often require the help of a map or the prior discovery of a clue to be found.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Autel]]&lt;br /&gt;
* [[Avion]]&lt;br /&gt;
* [[Bangor]]&lt;br /&gt;
* [[Battle]]&lt;br /&gt;
* [[Brookline]]&lt;br /&gt;
* [[Brûlé]]&lt;br /&gt;
* [[Burg]]&lt;br /&gt;
* [[Cache (canyon)]]&lt;br /&gt;
* [[Cache (missile)]]&lt;br /&gt;
* [[Cache (ours)]]&lt;br /&gt;
* [[Cache (patriotique)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Camp]]&lt;br /&gt;
* [[Caverne]]&lt;br /&gt;
* [[Crypte]]&lt;br /&gt;
* [[Ermite]]&lt;br /&gt;
* [[Franklin]]&lt;br /&gt;
* [[Golden arches]]&lt;br /&gt;
* [[Grayling]]&lt;br /&gt;
* [[Hartford]]&lt;br /&gt;
* [[La Liberté]]&lt;br /&gt;
* [[Lead]]&lt;br /&gt;
* [[Maison (Ottawawa)]]&lt;br /&gt;
* [[Maison (Sault)]]&lt;br /&gt;
* [[Marines]]&lt;br /&gt;
* [[Mir]]&lt;br /&gt;
* [[Monument]]&lt;br /&gt;
* [[Peoria]]&lt;br /&gt;
* [[Plymouth]]&lt;br /&gt;
* [[Pyramide]]&lt;br /&gt;
* [[Silo 2]]&lt;br /&gt;
* [[Vault]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Special events&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;special events&amp;#039;&amp;#039;&amp;#039; are scenarios that are suddenly triggered while exploring the map. They can be very dangerous.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Border]]&lt;br /&gt;
* [[Flood]]&lt;br /&gt;
* [[Mines]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Items&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] As in any post-apocalyptic game, [[Wikipedia 2197|The Sum]] contains hordes of items of any kind.&lt;br /&gt;
* [[The Sum:Ammos|Ammos]]&amp;lt;br&amp;gt;Munitions of all kinds.&lt;br /&gt;
* [[The Sum:Armors|Armors]]&amp;lt;br&amp;gt;Clothes and other personal protection suits made from various materials.&lt;br /&gt;
* [[The Sum:Collectables|Collectables]]&amp;lt;br&amp;gt;Any items that are found and used more than once. They often offer benefits by simply readily available in the character&amp;#039;s inventory, or are of use while equipped.&lt;br /&gt;
* [[The Sum:Consumables|Consumables]]&amp;lt;br&amp;gt;Items that are eaten, drank, swallowed or have a one-time use. They disappear as soon as they are used.&lt;br /&gt;
* [[The Sum:Firearms|Firearms]]&amp;lt;br&amp;gt;Firearms, whathever they are pistols, rifles, hi-tech guns, military assault weapons or anything in between.&lt;br /&gt;
* [[The Sum:Weapons|Weapons]]&amp;lt;br&amp;gt;Hand-held melee weapons of various sorts to thrown weapons and fighting gloves. Some are fragile and disappear after one use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Groups&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following &amp;#039;&amp;#039;&amp;#039;groups&amp;#039;&amp;#039;&amp;#039; have a particular influence within [[Merica]]:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Knights of Colombus (Joan of Arc&amp;#039;s guard)]]&lt;br /&gt;
* [[Unlockers]]&lt;br /&gt;
* [[Esclavage Qc]]&lt;br /&gt;
* [[Gang (Blades)]]&lt;br /&gt;
* [[Gang (Brotherhood)]]&lt;br /&gt;
* [[Gang (Cirques du Soleil)]]&lt;br /&gt;
* [[Gang (Corpses)]]&lt;br /&gt;
* [[Gang (Hand)]]&lt;br /&gt;
* [[Gang (Mad Dogs)]]&lt;br /&gt;
* [[Gang (The Postmen)]]&lt;br /&gt;
* [[Gang (Trashkhans)]]&lt;br /&gt;
* [[Golden archers]]&lt;br /&gt;
* [[Dwellers]]&lt;br /&gt;
* [[Jarrêts noirs]]&lt;br /&gt;
* [[Joggers]]&lt;br /&gt;
* [[Leaders (Sums of Jacob)]]&lt;br /&gt;
* [[Materialists]]&lt;br /&gt;
* [[Milicians]]&lt;br /&gt;
* [[Monks]]&lt;br /&gt;
* [[Erasers]]&lt;br /&gt;
* [[Red panthers]]&lt;br /&gt;
* [[Paramilitaries]]&lt;br /&gt;
* [[Patriots]]&lt;br /&gt;
* [[Painted skins]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Road Warriors]]&lt;br /&gt;
* [[Skins (dealers)]]&lt;br /&gt;
* [[Sumists]]&lt;br /&gt;
* [[The Invisible hand]]&lt;br /&gt;
* [[The Pack]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigos]]&lt;br /&gt;
* [[WWW (Win-Win-Wirlwind)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Professions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following professions were developed after the [[Predation]] era:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Acquirer]]&lt;br /&gt;
* [[Elder]]&lt;br /&gt;
* [[Attributor]]&lt;br /&gt;
* [[Black-blocker]]&lt;br /&gt;
* [[Conqueror of bread]]&lt;br /&gt;
* [[Runner]]&lt;br /&gt;
* [[Cruiser]] &amp;lt;!--Dealer--&amp;gt;&lt;br /&gt;
* [[Deliberator]]&lt;br /&gt;
* [[Unlocker]]&lt;br /&gt;
* [[Embroker]]  &amp;lt;!--Défusilleur.se Briseur de fusils et autres--&amp;gt;&lt;br /&gt;
* [[Exptrapolator|Exptrapolator/Speculator]]&lt;br /&gt;
* [[Keeper of knowledge]]&lt;br /&gt;
* [[Gleaner]]&lt;br /&gt;
* [[Jogger]]&lt;br /&gt;
* [[Medic]]&lt;br /&gt;
* [[Neo-missionnary]]&lt;br /&gt;
* [[Eraser]] &amp;lt;!--Effaceur.se--&amp;gt;&lt;br /&gt;
* [[Newser]]&lt;br /&gt;
* [[Peacemaker]]&lt;br /&gt;
* [[Stalker]]&lt;br /&gt;
* [[Trapper]]&lt;br /&gt;
* [[Pirate]]&lt;br /&gt;
* [[Poisoner]] &amp;lt;!--Prendre en charge les niveaux de toxicité des pèches--&amp;gt;&lt;br /&gt;
* [[Carrier]] &amp;lt;!--De corps à Coral--&amp;gt;&lt;br /&gt;
* [[Prosecutor]]&lt;br /&gt;
* [[Recycler]] &amp;lt;!--Débâtisseur.se--&amp;gt;&lt;br /&gt;
* [[Refugeer]]&lt;br /&gt;
* [[Road Warrior]]&lt;br /&gt;
* [[Greenhouser]]&lt;br /&gt;
* [[Sumist]]&lt;br /&gt;
* [[Speculator]]&lt;br /&gt;
* [[Taxi]]&lt;br /&gt;
* [[Invisible hand]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Main characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The 22 main characters of the game: &lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Amérique]]&lt;br /&gt;
* [[Basque]]&lt;br /&gt;
* [[Brave]]&lt;br /&gt;
* [[Chance]]&lt;br /&gt;
* [[Dann]]&lt;br /&gt;
* [[Épi]]&lt;br /&gt;
* [[Franche]]&lt;br /&gt;
* [[Géorgy]]&lt;br /&gt;
* [[Hiverse]]&lt;br /&gt;
* [[Isabette]]&lt;br /&gt;
* [[Kadi]]&lt;br /&gt;
* [[Leg]]&lt;br /&gt;
* [[Mara]]&lt;br /&gt;
* [[Marais]]&lt;br /&gt;
* [[Mercie]]&lt;br /&gt;
* [[Monréal]]&lt;br /&gt;
* [[Nouvelle]]&lt;br /&gt;
* [[Read]]&lt;br /&gt;
* [[Talée]]&lt;br /&gt;
* [[Tempo]]&lt;br /&gt;
* [[Vaillant]]&lt;br /&gt;
* [[Veille]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&amp;lt;h4&amp;gt;Chronology&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] [[Diagram : Movement of the main characters through time]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Companions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] These characters can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Adriana]]&lt;br /&gt;
* [[Aidan]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Ali]]&lt;br /&gt;
* [[Alicia]]&lt;br /&gt;
* [[Alina]]&lt;br /&gt;
* [[Anaïs]]&lt;br /&gt;
* [[Armée]]&lt;br /&gt;
* [[Art]]&lt;br /&gt;
* [[Atasá:ta]]&lt;br /&gt;
* [[Atironta]]&lt;br /&gt;
* [[Audrey]]&lt;br /&gt;
* [[Aurore]]&lt;br /&gt;
* [[Ben]]&lt;br /&gt;
* [[Big]]&lt;br /&gt;
* [[Boris]]&lt;br /&gt;
* [[Byron]]&lt;br /&gt;
* [[Carl]]&lt;br /&gt;
* [[Carlos]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Chantal]]&lt;br /&gt;
* [[Charles]]&lt;br /&gt;
* [[Chloé]]&lt;br /&gt;
* [[Christine]]&lt;br /&gt;
* [[Cindy]]&lt;br /&gt;
* [[Clara]]&lt;br /&gt;
* [[Claude-Ève]]&lt;br /&gt;
* [[Claude]]&lt;br /&gt;
* [[Cullen]]&lt;br /&gt;
* [[Danielle]]&lt;br /&gt;
* [[Darwin]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Deux]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Édith]]&lt;br /&gt;
* [[Elena]]&lt;br /&gt;
* [[Élise]]&lt;br /&gt;
* [[Elliot]]&lt;br /&gt;
* [[Elmer]]&lt;br /&gt;
* [[Emily]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Essence]]&lt;br /&gt;
* [[Esther]]&lt;br /&gt;
* [[Eva]]&lt;br /&gt;
* [[Eye]]&lt;br /&gt;
* [[Gaston]]&lt;br /&gt;
* [[George]]&lt;br /&gt;
* [[Gilbert]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Guy]]&lt;br /&gt;
* [[Halle]]&lt;br /&gt;
* [[Hanna]]&lt;br /&gt;
* [[Hélène]]&lt;br /&gt;
* [[Heure]]&lt;br /&gt;
* [[Hope]]&lt;br /&gt;
* [[Hugo]]&lt;br /&gt;
* [[Idem]]&lt;br /&gt;
* [[Irvin]]&lt;br /&gt;
* [[Isis]]&lt;br /&gt;
* [[Jacqueline]]&lt;br /&gt;
* [[Jay]]&lt;br /&gt;
* [[Jean]]&lt;br /&gt;
* [[Jeffrey]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy]]&lt;br /&gt;
* [[Joachim]]&lt;br /&gt;
* [[Joe]]&lt;br /&gt;
* [[Joëlle]]&lt;br /&gt;
* [[Jonathan]]&lt;br /&gt;
* [[Josie]]&lt;br /&gt;
* [[Julie]]&lt;br /&gt;
* [[Juliette]]&lt;br /&gt;
* [[Kailey]]&lt;br /&gt;
* [[Kateri]]&lt;br /&gt;
* [[Kenna]]&lt;br /&gt;
* [[Kenny]]&lt;br /&gt;
* [[Kiev]]&lt;br /&gt;
* [[Kin]]&lt;br /&gt;
* [[Kobe]]&lt;br /&gt;
* [[Lance]]&lt;br /&gt;
* [[Lark]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Lena]]&lt;br /&gt;
* [[Lily]]&lt;br /&gt;
* [[Line]]&lt;br /&gt;
* [[Lloyd]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Lua]]&lt;br /&gt;
* [[Maci]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maikan]]&lt;br /&gt;
* [[Manon]]&lt;br /&gt;
* [[Marco]]&lt;br /&gt;
* [[Marcot]]&lt;br /&gt;
* [[Mari]]&lt;br /&gt;
* [[Mariage]]&lt;br /&gt;
* [[Mario]]&lt;br /&gt;
* [[Maura]]&lt;br /&gt;
* [[Métusse]]&lt;br /&gt;
* [[Mie]]&lt;br /&gt;
* [[Miracle]]&lt;br /&gt;
* [[Mort]]&lt;br /&gt;
* [[Mune]]&lt;br /&gt;
* [[Nadège]]&lt;br /&gt;
* [[Neil]]&lt;br /&gt;
* [[Nipiushkaiats]]&lt;br /&gt;
* [[Olathe]]&lt;br /&gt;
* [[Oliva]]&lt;br /&gt;
* [[Olivia]]&lt;br /&gt;
* [[Oujé]]&lt;br /&gt;
* [[Owen]]&lt;br /&gt;
* [[Pari]]&lt;br /&gt;
* [[Paul]]&lt;br /&gt;
* [[Peck]]&lt;br /&gt;
* [[Phar]]&lt;br /&gt;
* [[Pierre]]&lt;br /&gt;
* [[Priscilla]]&lt;br /&gt;
* [[Randy]]&lt;br /&gt;
* [[Rigatoni]]&lt;br /&gt;
* [[Rina]]&lt;br /&gt;
* [[Ripley]]&lt;br /&gt;
* [[Ristourne]]&lt;br /&gt;
* [[Rive]]&lt;br /&gt;
* [[Robin]]&lt;br /&gt;
* [[Roger]]&lt;br /&gt;
* [[Sabrina]]&lt;br /&gt;
* [[Sierra]]&lt;br /&gt;
* [[Silva]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Sonia]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Tac]]&lt;br /&gt;
* [[Tierre]]&lt;br /&gt;
* [[Tiokwenhi]]&lt;br /&gt;
* [[Tomas]]&lt;br /&gt;
* [[Topie]]&lt;br /&gt;
* [[Trevor]]&lt;br /&gt;
* [[Wabis]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Youcef]]&lt;br /&gt;
* [[Zack]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion animals&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]]These animals can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Abandog (dog)]]&lt;br /&gt;
* [[Aldous (cow)]]&lt;br /&gt;
* [[Banania (monkey)]]&lt;br /&gt;
* [[Beard (singe)]]&lt;br /&gt;
* [[Bilou (cat)]]&lt;br /&gt;
* [[Blood (dog)]]&lt;br /&gt;
* [[Chaga (cow)]]&lt;br /&gt;
* [[Charlotte (pig)]]&lt;br /&gt;
* [[Coke (dog)]]&lt;br /&gt;
* [[Cordon bleu (monkey)]]&lt;br /&gt;
* [[Disquette (dog)]]&lt;br /&gt;
* [[Dogmeat (dog)]]&lt;br /&gt;
* [[Doom (dog)]]&lt;br /&gt;
* [[Emergency (dog)]]&lt;br /&gt;
* [[Hugo Ball (cow)]]&lt;br /&gt;
* [[Indiana II (cat)]]&lt;br /&gt;
* [[Jésus (dog)]]&lt;br /&gt;
* [[Jugger (dog)]]&lt;br /&gt;
* [[Lost (cow)]]&lt;br /&gt;
* [[Louve (wolf)]]&lt;br /&gt;
* [[Maline (cat)]]&lt;br /&gt;
* [[Michèle (monkey)]]&lt;br /&gt;
* [[Mishka (cow)]]&lt;br /&gt;
* [[Moon (cow)]]&lt;br /&gt;
* [[Mou (cow)]]&lt;br /&gt;
* [[Mouton (dog)]]&lt;br /&gt;
* [[Natoo (cow)]]&lt;br /&gt;
* [[Nature (wolf)]]&lt;br /&gt;
* [[Ninja (cow)]]&lt;br /&gt;
* [[No name (cow)]]&lt;br /&gt;
* [[Pebble (monkey)]]&lt;br /&gt;
* [[Pi (cow)]]&lt;br /&gt;
* [[Popolice (cat)]]&lt;br /&gt;
* [[Radio (dog)]]&lt;br /&gt;
* [[Raoul (bear)]]&lt;br /&gt;
* [[River (cow)]]&lt;br /&gt;
* [[Smell (dog)]]&lt;br /&gt;
* [[Wind (pig)]]&lt;br /&gt;
* [[Zora (cat)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion robots&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] These robots can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Assistant (robot)]]&lt;br /&gt;
* [[Dog (robot)]]&lt;br /&gt;
* [[Drone (robot)]]&lt;br /&gt;
* [[Filter (robot)]]&lt;br /&gt;
* [[Gardian (robot)]]&lt;br /&gt;
* [[Solar (robot)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Other characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Many other characters populate [[Merica]]. They can be either the inhabitants of a community, autonomous survivors, people in need who entrust a task to the main character, enemies, etc.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[987AV01SbBN112223EHUIG0H0|987AV...]]&lt;br /&gt;
* [[Adrienne]]&lt;br /&gt;
* [[Afrah]]&lt;br /&gt;
* [[Agitée]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Alexise]]&lt;br /&gt;
* [[Alme]]&lt;br /&gt;
* [[Alvaro]]&lt;br /&gt;
* [[Amma]]&lt;br /&gt;
* [[Ananda]]&lt;br /&gt;
* [[Angélis]]&lt;br /&gt;
* [[Annan]]&lt;br /&gt;
* [[Annika]]&lt;br /&gt;
* [[Aoi]]&lt;br /&gt;
* [[Arkadi]]&lt;br /&gt;
* [[Auve]]&lt;br /&gt;
* [[Beth]]&lt;br /&gt;
* [[Bienvenue]]&lt;br /&gt;
* [[Boscavo]]&lt;br /&gt;
* [[Brindacier &amp;amp; Mr. Dupont]]&lt;br /&gt;
* [[Businesse]]&lt;br /&gt;
* [[Caitlin]]&lt;br /&gt;
* [[Calgary]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Christmas]]&lt;br /&gt;
* [[Chumski]]&lt;br /&gt;
* [[Corride]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Devorée]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Dian]]&lt;br /&gt;
* [[Dimanchard]]&lt;br /&gt;
* [[Do]]&lt;br /&gt;
* [[Écharde]]&lt;br /&gt;
* [[Ecotopie]]&lt;br /&gt;
* [[Eden]]&lt;br /&gt;
* [[Efraïm]]&lt;br /&gt;
* [[Eliane]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Éthane]]&lt;br /&gt;
* [[Expédibus]]&lt;br /&gt;
* [[Fantastic Mr. Fox]]&lt;br /&gt;
* [[Fée]]&lt;br /&gt;
* [[Florencia]]&lt;br /&gt;
* [[Forrest]]&lt;br /&gt;
* [[Frances]]&lt;br /&gt;
* [[Gammorin]]&lt;br /&gt;
* [[Ged]]&lt;br /&gt;
* [[Gertru]]&lt;br /&gt;
* [[Goha]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Gorga]]&lt;br /&gt;
* [[Guélionne]]&lt;br /&gt;
* [[Guyennette]]&lt;br /&gt;
* [[Hugh]]&lt;br /&gt;
* [[Hugo Nadeau 3]]&lt;br /&gt;
* [[Hunter]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Inée]]&lt;br /&gt;
* [[Jacob]]&lt;br /&gt;
* [[Janick]]&lt;br /&gt;
* [[Jessage]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy Taylor, Hugo Molly &amp;amp; Carlos Dakota]]&lt;br /&gt;
* [[Josephe]]&lt;br /&gt;
* [[Kafkane]]&lt;br /&gt;
* [[Kawczak]]&lt;br /&gt;
* [[Klein]]&lt;br /&gt;
* [[L&amp;#039;autoursier]]&lt;br /&gt;
* [[Labadie]]&lt;br /&gt;
* [[Landry]]&lt;br /&gt;
* [[Laureau]]&lt;br /&gt;
* [[Lavauto]]&lt;br /&gt;
* [[Léann]]&lt;br /&gt;
* [[Léonde]]&lt;br /&gt;
* [[Liet]]&lt;br /&gt;
* [[Lindan]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maire Embaume]]&lt;br /&gt;
* [[Maïse]]&lt;br /&gt;
* [[Maleine]]&lt;br /&gt;
* [[Maphalde]]&lt;br /&gt;
* [[Marie-Ourse]]&lt;br /&gt;
* [[Marilyne]]&lt;br /&gt;
* [[Mèche]]&lt;br /&gt;
* [[Médee]]&lt;br /&gt;
* [[Melindil]]&lt;br /&gt;
* [[Météo]]&lt;br /&gt;
* [[Mi]]&lt;br /&gt;
* [[Naomi]]&lt;br /&gt;
* [[Neigée]]&lt;br /&gt;
* [[News]]&lt;br /&gt;
* [[Oeuvre]]&lt;br /&gt;
* [[Ogion]]&lt;br /&gt;
* [[Olivière]]&lt;br /&gt;
* [[Pablo]]&lt;br /&gt;
* [[Paprice]]&lt;br /&gt;
* [[Paranoid android]]&lt;br /&gt;
* [[Paryse]]&lt;br /&gt;
* [[Penthe]]&lt;br /&gt;
* [[Phillip]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pietro]]&lt;br /&gt;
* [[Pride]]&lt;br /&gt;
* [[Princet]]&lt;br /&gt;
* [[Rêvaméricain]]&lt;br /&gt;
* [[Reverdie]]&lt;br /&gt;
* [[Rogère]]&lt;br /&gt;
* [[Roke]]&lt;br /&gt;
* [[Rosalien]]&lt;br /&gt;
* [[Roshambo]]&lt;br /&gt;
* [[Sarahje]]&lt;br /&gt;
* [[Scott]]&lt;br /&gt;
* [[Sel]]&lt;br /&gt;
* [[Semi-guru]]&lt;br /&gt;
* [[Sergio]]&lt;br /&gt;
* [[Siesta]]&lt;br /&gt;
* [[Silex]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Skidoo]]&lt;br /&gt;
* [[Sol]]&lt;br /&gt;
* [[Sopli]]&lt;br /&gt;
* [[Soulage]]&lt;br /&gt;
* [[Sov]]&lt;br /&gt;
* [[Spensonia]]&lt;br /&gt;
* [[Sujuq]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Taiaiake]]&lt;br /&gt;
* [[Tandi]]&lt;br /&gt;
* [[Tantie Mammon]]&lt;br /&gt;
* [[Therru]]&lt;br /&gt;
* [[Thomase]]&lt;br /&gt;
* [[Traylor]]&lt;br /&gt;
* [[Tristane]]&lt;br /&gt;
* [[Unatherbomber]]&lt;br /&gt;
* [[Ursula]]&lt;br /&gt;
* [[Utopia]]&lt;br /&gt;
* [[Vaniale]]&lt;br /&gt;
* [[Victare]]&lt;br /&gt;
* [[Violon]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Wilco]]&lt;br /&gt;
* [[Williamme]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters (stats)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Skills&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Each Skill evolves with autonomy and experience.&lt;br /&gt;
* [[Skills (combat)|&amp;#039;&amp;#039;&amp;#039;Combat&amp;#039;&amp;#039;&amp;#039;]] (Pistol, Gun, Big Gun, Unarmed, Melee)&lt;br /&gt;
* [[Skills (survie)|&amp;#039;&amp;#039;&amp;#039;Survival&amp;#039;&amp;#039;&amp;#039;]] (Read, Survival, Medecine, Sneak, Lockpick, Steal)&lt;br /&gt;
* [[Skills (profession)|&amp;#039;&amp;#039;&amp;#039;Profession&amp;#039;&amp;#039;&amp;#039;]] (Traps, Science, Repair, Pilot, Exchange, Scavenge, Travel)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Bio&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] What sets you apart, including the organizations you&amp;#039;ve joined and the [[Perks]] you get after certain levels of autonomy.&lt;br /&gt;
* [[Perks (circumstantial)|&amp;#039;&amp;#039;&amp;#039;Circumstantial&amp;#039;&amp;#039;&amp;#039;]] (Biodigest, Cannibal, Child, Contagious, Illiterate, Killer, Loner, Milk maker, Parasitized, Radiated, Vegetarian)&lt;br /&gt;
* [[Perks (communities)|&amp;#039;&amp;#039;&amp;#039;Communities&amp;#039;&amp;#039;&amp;#039;]] (Farmer, Federated, Knight, Member, Patriot, Pirate, Proprietarian, Resistant, Road warrior, Royalist, Syndic, Wendigo, Witch)&lt;br /&gt;
* [[Perks (exclusive)|&amp;#039;&amp;#039;&amp;#039;Exclusive&amp;#039;&amp;#039;&amp;#039;]] (Auto-sacrificed, Connoisseur, Embroker, Jugger, Marked, Materialist, Medic, Monk, Mykobrewer, Panther, Saboteur, Sister, Unlocker, Vehement)&lt;br /&gt;
* [[Perks (from items)|&amp;#039;&amp;#039;&amp;#039;From items&amp;#039;&amp;#039;&amp;#039;]] (Helmeted, Informed, Long view, Masked, Night vision, Shod, Warned)&lt;br /&gt;
* [[Perks (normal)|&amp;#039;&amp;#039;&amp;#039;Normal&amp;#039;&amp;#039;&amp;#039;]] (Attentive, Bluffer, Bolder, Boxer, Bracing, Changed, Collectivist, Cowboy.girl, Dark vision, Drunken master, Faster, Hardened, Harder, Heroic, Higher, Hitter, Hygienic, Illuminated, Independant, Nomad, One Day at a Time, One with the universe, Passionnate, Precise, Quick Recovery, Rambo, Recycler, Runner, Self-Educated, Sharper, Silent Running, Slumdog, Smarter, Snakelike, Specialized, Stronger, Thrower, Without mercy)&lt;br /&gt;
* [[Perks (ultimate)|&amp;#039;&amp;#039;&amp;#039;Ultimate&amp;#039;&amp;#039;&amp;#039;]] (Alert,Amoral,Combo attacks,Duelist,Gunner,Hunter-gatherer,Lead Foot, Leader, Living Anatomy, Manual, Marginal, Miraculous, Native, Pyromaniac, Sadistic, Sly, Sniper, Weapon Geek)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Traits&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Traits&amp;#039;&amp;#039;&amp;#039; describe you in more detail. They have positive and negative effects.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Agressive]]&lt;br /&gt;
* [[Beefy]]&lt;br /&gt;
* [[Cerebral]]&lt;br /&gt;
* [[Delicate]]&lt;br /&gt;
* [[Disliked]]&lt;br /&gt;
* [[Disposable]]&lt;br /&gt;
* [[Excessive]]&lt;br /&gt;
* [[Favored]]&lt;br /&gt;
* [[Geek]]&lt;br /&gt;
* [[Generalist]]&lt;br /&gt;
* [[Gifted]]&lt;br /&gt;
* [[Immune]]&lt;br /&gt;
* [[Insensible]]&lt;br /&gt;
* [[Lighted]]&lt;br /&gt;
* [[Meticulous]]&lt;br /&gt;
* [[Mutant]]&lt;br /&gt;
* [[Night Person]]&lt;br /&gt;
* [[Old]]&lt;br /&gt;
* [[Peaceful]]&lt;br /&gt;
* [[Radical]]&lt;br /&gt;
* [[Reactive]]&lt;br /&gt;
* [[Reckless]]&lt;br /&gt;
* [[Shielded]]&lt;br /&gt;
* [[Stocky]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Thoughtful]]&lt;br /&gt;
* [[Trans]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;What to do?&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[The Sum:About#Goal|game goal]] is to find a place to live. Nevertheless, many other activities can be carried out!&lt;br /&gt;
&lt;br /&gt;
[[Find a place to live (important)|Find a place to live (important)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Red lines (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Red lines&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;red lines&amp;#039;&amp;#039;&amp;#039; represent goals that require a specific character. They are triggered when that character is chosen and played, usually at the beginning of the game.&lt;br /&gt;
&lt;br /&gt;
[[Become an adult|&amp;#039;&amp;#039;&amp;#039;Become an adult&amp;#039;&amp;#039;&amp;#039; (Mara)]]&lt;br /&gt;
&lt;br /&gt;
[[Escape|&amp;#039;&amp;#039;&amp;#039;Escape&amp;#039;&amp;#039;&amp;#039; (Brave, Dann, Monréal, Veille)]]&lt;br /&gt;
&lt;br /&gt;
[[Gather supplies|&amp;#039;&amp;#039;&amp;#039;Gather supplies&amp;#039;&amp;#039;&amp;#039; (Kadi, Hiverse)]]&lt;br /&gt;
&lt;br /&gt;
[[Leave home for good|&amp;#039;&amp;#039;&amp;#039;Leave home for good&amp;#039;&amp;#039;&amp;#039; (Amérique, Basque, Franche, Isabette, Nouvelle, Tempo)]]&lt;br /&gt;
&lt;br /&gt;
[[Make a friend or friends and come back|&amp;#039;&amp;#039;&amp;#039;Make a friend or friends and come back&amp;#039;&amp;#039;&amp;#039; (Mercie, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Offer your services as a medic|&amp;#039;&amp;#039;&amp;#039;Offer you services as a medic&amp;#039;&amp;#039;&amp;#039; (Chance)]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the sea|&amp;#039;&amp;#039;&amp;#039;Reach the sea&amp;#039;&amp;#039;&amp;#039; (Marais, Vaillant)]]&lt;br /&gt;
&lt;br /&gt;
[[Recover from your injuries|&amp;#039;&amp;#039;&amp;#039;Recover from your injuries&amp;#039;&amp;#039;&amp;#039; (Géorgy, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Return home|&amp;#039;&amp;#039;&amp;#039;Return home&amp;#039;&amp;#039;&amp;#039; (Brave, Géorgy, Read)]]&lt;br /&gt;
&lt;br /&gt;
[[Survive the HaNa virus|&amp;#039;&amp;#039;&amp;#039;Survive the HaNa virus&amp;#039;&amp;#039;&amp;#039; (Épi, Leg)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Quests (45)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Quests (or tasks) are scenarios that can be experienced by any main character and involve moving across the map to another (sometimes distant) locations.&lt;br /&gt;
&lt;br /&gt;
[[Address the reproductive problem|Address the reproductive problem]]&lt;br /&gt;
&lt;br /&gt;
[[Assassinate Her Majesty|Assassinate Her Majesty]]&lt;br /&gt;
&lt;br /&gt;
[[Cause a blackout|Cause a blackout in Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the shelters|Clean up Rouge&amp;#039;s shelters]]&lt;br /&gt;
&lt;br /&gt;
[[Conclude an agreement between Patria and the Brotherhood|Conclude an agreement between Patria and the Brotherhood]]&lt;br /&gt;
&lt;br /&gt;
[[Confront Carmor&amp;#039;s dangerous member|Confront Carmor&amp;#039;s dangerous member]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a community to build a wall|Convince a community to build a wall]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver boxes of cards|Deliver boxes of cards]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver the fingers of Shevèque|Deliver Shevèque&amp;#039;s fingers to Rouge]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy the war machine|Destroy the war machine that was rebuilt in Salvage]]&lt;br /&gt;
&lt;br /&gt;
[[Dismantle Givehub|Dismantle Givehub, the unfair competitor]]&lt;br /&gt;
&lt;br /&gt;
[[Donate the C.A.C.H.E. archives|Donate the C.A.C.H.E. archives to the Humanity archives]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the looters from Corpses|Drive out the looters from Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Eliminate the Serial Killer|Eliminate the Serial Killer]]&lt;br /&gt;
&lt;br /&gt;
[[Explore the nuclear shelter|Explore the nuclear shelter and bring back surveillance equipment]]&lt;br /&gt;
&lt;br /&gt;
[[Find a picture of Mammon&amp;#039;s husband|Find a picture of Mammon&amp;#039;s husband]]&lt;br /&gt;
&lt;br /&gt;
[[Find a speculator|Find a speculator for Trans]]&lt;br /&gt;
&lt;br /&gt;
[[Find a sugar supplier|Find a sugar supplier for Reverdie]]&lt;br /&gt;
&lt;br /&gt;
[[Find and sabotage the nuclear truck|Find and sabotage the nuclear truck]]&lt;br /&gt;
&lt;br /&gt;
[[Find the location of Apocalypso|Find the location of Apocalypso]]&lt;br /&gt;
&lt;br /&gt;
[[Find the missing Melindil|Find the missing Melindil]]&lt;br /&gt;
&lt;br /&gt;
[[Free the slaves|Free the slaves of Île-aux-courges]]&lt;br /&gt;
&lt;br /&gt;
[[Get more information on the Predation|Get more information on the Predation]]&lt;br /&gt;
&lt;br /&gt;
[[Help a pirate&amp;#039;s son|Help a pirate&amp;#039;s son escape from Poston prison]]&lt;br /&gt;
&lt;br /&gt;
[[Help the Red Panthers|Help the Red Panthers find the missing women]]&lt;br /&gt;
&lt;br /&gt;
[[Investigate Capital&amp;#039;s new robots|Investigate Capital&amp;#039;s new robots]]&lt;br /&gt;
&lt;br /&gt;
[[Loot the Mistissini food reserve|Loot the Mistissini food reserve]]&lt;br /&gt;
&lt;br /&gt;
[[Offer asylum in Apocalypso|Offering asylum in Apocalypso to the residents of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Pick up two bodies at SILO|Pick up two bodies at SILO and place them in the Coral Green Water Extractor]]&lt;br /&gt;
&lt;br /&gt;
[[Print the DSM-8|Print the DSM-8]]&lt;br /&gt;
&lt;br /&gt;
[[Provide access to ex-US buildings|Provide access to ex-US government buildings]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the desert|Reach the desert to see the extent of it]]&lt;br /&gt;
&lt;br /&gt;
[[Free / Kill farm animals|Free / Kill farm animals so that they are no longer exploited]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Corride&amp;#039;s belongings|Retrieve Corride&amp;#039;s belongings in Powassan]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Iga&amp;#039;s belongings|Retrieve Iga&amp;#039;s belongings from her house in Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Sacrifice or save the mutant babies|Sacrifice / Save the mutant babies]]&lt;br /&gt;
&lt;br /&gt;
[[Secure the Kettle Hotel|Secure the Kettle Hotel]]&lt;br /&gt;
&lt;br /&gt;
[[Share the anarchism archives|Share the anarchism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Share the feminism archives|Share the feminism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Spy or Obtain Information on Capital Police|Spy / Get information on Capital&amp;#039;s police]]&lt;br /&gt;
&lt;br /&gt;
[[Steal the sword of peace|Steal the sword of peace from King Denys I at La Baie]]&lt;br /&gt;
&lt;br /&gt;
[[Steal weapons|Steal weapons from Cartier or Patria]]&lt;br /&gt;
&lt;br /&gt;
[[Strut arround in a suit of carmor|Strut around in a suit of Carmor in the surrounding communities]]&lt;br /&gt;
&lt;br /&gt;
[[Take part in the Estrie conflict|Take part in the Estrie conflict]]&lt;br /&gt;
&lt;br /&gt;
[[Unlock all locations|Unlock all locations]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Local quests (30)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Local quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Local quests (or tasks) are small scenarios that can be experienced by any character. They only concern a specific location and are usually completed quickly.&lt;br /&gt;
&lt;br /&gt;
[[Administer a mutation serum|Administer a mutation serum to a Patria warrior]]&lt;br /&gt;
&lt;br /&gt;
[[Amputate two of your own fingers|Amputate two of your own fingers]]&lt;br /&gt;
&lt;br /&gt;
[[Attack Rêvaméricain|Attack Rêvaméricain to destroy its speculator]]&lt;br /&gt;
&lt;br /&gt;
[[Boil a dog&amp;#039;s head|Boil a dog head for the Jug game]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 1,000 bank bills|Bring 1,000 bank bills for an art project]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 4 artifacts|Bring 4 artifacts to a collector]]&lt;br /&gt;
&lt;br /&gt;
[[Bring back at least 2 newspapers|Bring at least 2 newspapers from the Predation to Tristane]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the activists|Find / Drive out the Capital activists]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the sensors|Clean the sensors]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a group to leave Terrace|Convince the conflicting group to leave Terrace]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the durvivors to Join Carmor|Convince the durvivors to Join Carmor]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the Pack to leave Capital for good|Convince the Pack to leave Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Deposit Sylvain&amp;#039;s body|Deposit Sylvain&amp;#039;s body at the top of the tower of silence]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy or disable the servers|Destroy / Disable the servers that drain electricity from the square]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the police from Capital|Drive out the Capital Police from the edge of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the poor|Drive out the poor settled near La Porte]]&lt;br /&gt;
&lt;br /&gt;
[[Find a toilet key|Find a toilet key]]&lt;br /&gt;
&lt;br /&gt;
[[Find the glasses|Find Phillip&amp;#039;s glasses]]&lt;br /&gt;
&lt;br /&gt;
[[Follow the peaceful path|Follow the peaceful path]]&lt;br /&gt;
&lt;br /&gt;
[[Get 5 repcoins|Get 5 repcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Help a child kill his first animal|Help a child in the community kill his first animal]]&lt;br /&gt;
&lt;br /&gt;
[[Join Sabbenay|Join the anarchist community being created in Sabbenay]]&lt;br /&gt;
&lt;br /&gt;
[[Optimize Ouyn&amp;#039;s electrical system|Optimize Ouyn&amp;#039;s electrical system]]&lt;br /&gt;
&lt;br /&gt;
[[Recover a stolen object|Recover a stolen item from a seller]]&lt;br /&gt;
&lt;br /&gt;
[[Repair or destroy the servers|Repair / Destroy the servers]]&lt;br /&gt;
&lt;br /&gt;
[[Save Abbenée from an intoxication|Save Abbenée from an intoxication]]&lt;br /&gt;
&lt;br /&gt;
[[Skin a member of the community|Skin a member of La Baie community]]&lt;br /&gt;
&lt;br /&gt;
[[Solve the vermin infestation|Solve, at least temporarily, the infestation of vermin in the archives]]&lt;br /&gt;
&lt;br /&gt;
[[Talk to the Summists about Scott&amp;#039;s help|Talk to the summits about Scott&amp;#039;s help in repairing the church roof.]]&lt;br /&gt;
&lt;br /&gt;
[[Teach how to read|Teach Violin how to read]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;DivLab&amp;#039;s quests (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;DivLab&amp;#039;s quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[DivLab]] is a networked computer system that offers tasks based on the needs of the [[Federated Communities of Merica|Federated Communities of Merica]], skills and location of its users. Each federated community must be visited if all tasks are to be completed.&lt;br /&gt;
&lt;br /&gt;
[[Assist Kofun|Assist Kofun to recover data from the research center servers]]&lt;br /&gt;
&lt;br /&gt;
[[Assist Sabbenay|Transmit the necessary information to Sabbenay for their community]]&lt;br /&gt;
&lt;br /&gt;
[[Become a spokesperson|Become a spokesperson for the federated communities of the Mericas]]&lt;br /&gt;
&lt;br /&gt;
[[Bring a federation letter|Bring a federation letter to La Main Tendue]]&lt;br /&gt;
&lt;br /&gt;
[[Bring clothes|Bring clothes for the annual parade]]&lt;br /&gt;
&lt;br /&gt;
[[Demine Noranda|Demine the City of Noranda]]&lt;br /&gt;
&lt;br /&gt;
[[Find a seed bank|Find a seed bank]]&lt;br /&gt;
&lt;br /&gt;
[[Find and recruit a crop expert|Find and recruit a crop expert]]&lt;br /&gt;
&lt;br /&gt;
[[Help the medicine of Cap-Lévis|Help the overworked medical staff of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Repair the water filtration system|Repair the water filtration system of the research center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Jobs (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Jobs&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Jobs&amp;#039;&amp;#039;&amp;#039; can only be accomplished by first being accepted into a community. They are usually repetitive and sometimes paid (in [[Cap|caps]], [[Local currency|local money]], [[Trinks|trinks]] or [[Gold bits|gold bits]]).&lt;br /&gt;
&lt;br /&gt;
[[Clinic|&amp;#039;&amp;#039;&amp;#039;Clinic&amp;#039;&amp;#039;&amp;#039; (Win-Win)]]&lt;br /&gt;
&lt;br /&gt;
[[Culture|&amp;#039;&amp;#039;&amp;#039;Culture&amp;#039;&amp;#039;&amp;#039; (Apocalypso, Archipel, Cap-Lévis, Coral, Fat, Kofun, La Baie, La main tendue, The Valley, Mistissini, Noranda, Patria, Rouge, Salvage, Terrace)]]&lt;br /&gt;
&lt;br /&gt;
[[Dormitory|&amp;#039;&amp;#039;&amp;#039;Dormitory&amp;#039;&amp;#039;&amp;#039; (Capital, Noranda, Ottawawa)]]&lt;br /&gt;
&lt;br /&gt;
[[Landfill|&amp;#039;&amp;#039;&amp;#039;Landfill&amp;#039;&amp;#039;&amp;#039; (Capital, La Porte)]]&lt;br /&gt;
&lt;br /&gt;
[[Livestock|&amp;#039;&amp;#039;&amp;#039;Livestock&amp;#039;&amp;#039;&amp;#039; (Archipel, Cartier, Fat, La Baie, Mistissini, Noranda, Patria)]]&lt;br /&gt;
&lt;br /&gt;
[[Offices|&amp;#039;&amp;#039;&amp;#039;Offices&amp;#039;&amp;#039;&amp;#039; (Carmor,  Noranda, La Porte, The Valley, Sumbridge)]]&lt;br /&gt;
&lt;br /&gt;
[[Research|&amp;#039;&amp;#039;&amp;#039;Research&amp;#039;&amp;#039;&amp;#039; (Kofun, Noranda)]]&lt;br /&gt;
&lt;br /&gt;
[[Security|&amp;#039;&amp;#039;&amp;#039;Security&amp;#039;&amp;#039;&amp;#039; (Capital, Cap-Lévis, Cartier, Poston)]]&lt;br /&gt;
&lt;br /&gt;
[[Shop|&amp;#039;&amp;#039;&amp;#039;Shop&amp;#039;&amp;#039;&amp;#039; (Apocalypso, The Valley, Noranda, Ottawawa, Poston, Sault)]]&lt;br /&gt;
&lt;br /&gt;
[[Workshop|&amp;#039;&amp;#039;&amp;#039;Workshop&amp;#039;&amp;#039;&amp;#039; (Carmor, Noranda, Rouge, Terrace, Sumbridge)]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Assassinate_Her_Majesty&amp;diff=67643</id>
		<title>Assassinate Her Majesty</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Assassinate_Her_Majesty&amp;diff=67643"/>
		<updated>2022-11-09T21:13:22Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{To illustrate}}{{To create}}&lt;br /&gt;
{{Infobox|type=quest|image=Assassinate Her Majesty.jpg|legend=Screenshot of [[Wikipedia 2197|&amp;#039;&amp;#039;The Sum&amp;#039;&amp;#039;]].|by=[[Taiaiake]]|at=[[Patria]]|locations=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Carmor]]&lt;br /&gt;
* [[3 rivers]]&amp;lt;/p&amp;gt;&lt;br /&gt;
|reward=a [[Guns|AK47 gun]]|sous=&amp;lt;p&amp;gt;&lt;br /&gt;
* [[Challenge the Queen to a fight to the death]]&lt;br /&gt;
* [[Distract the inhabitants of Carmor]]&lt;br /&gt;
* [[Ambush her majesty&amp;#039;s chamber]]&lt;br /&gt;
* [[Become King.Queen of Carmor]]&lt;br /&gt;
* [[Choose the political fate of Carmor]]&amp;lt;/p&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
In [[Patria]], [[Taiaiake]] offers the player to assassinate the queen of [[Carmor]]. This [[We_Look:Contents#Qu.C3.AAtes_.2845.29|quest]] reads as follows:{{Quest|Assassinate Her Majesty|clue=}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Contexte&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[Carmor]] is the only known monarchy around the [[Great Lakes]]. It is not perpetuated by lineage, but is renewed at the death of the king (queen) by a week-long joust requiring a wide variety of skills (combat, defense, leadership, military tactics, management, speech). It comes from the perpetuation of the values of the &amp;quot;Knights of Columbus&amp;quot;, centered around mutual aid, family, love and charity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Inspiration&amp;lt;/h2&amp;gt;&lt;br /&gt;
The [[Carmor]] knights&amp;#039; battle arena at [[3 rivers]] is inspired by the [[Wikipedia:Thunderdome|&amp;#039;&amp;#039;thunderdome&amp;#039;&amp;#039;]] from the movie [[Wikipedia:Mad Max:Mad Max Beyond Thunderdome|Mad Max: Beyond the Thunderdome (1985)].&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67642</id>
		<title>The Sum:Contents</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=The_Sum:Contents&amp;diff=67642"/>
		<updated>2022-11-09T21:12:38Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
{{TheSum/Title}}&lt;br /&gt;
&amp;lt;br&amp;gt;__TOC__&lt;br /&gt;
[[fr:wiki/Nous Aurons:Contenus]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Merica&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Worldmap&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Learning about the Worldmap can be a spoiler to the game.&lt;br /&gt;
* [[The Sum:Worldmap|Consult the interactive worldmap]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Communities&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;communities&amp;#039;&amp;#039;&amp;#039; are organized inhabited places that have a certain importance and influence on the other places of [[Merica]].&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Apocalypso]]&lt;br /&gt;
* [[Archipel]]&lt;br /&gt;
* [[Cap-Lévis]]&lt;br /&gt;
* [[Capital (La Porte, Cartier)]]&lt;br /&gt;
* [[Carmor]]&lt;br /&gt;
* [[Chicago]]&lt;br /&gt;
* [[Coral]]&lt;br /&gt;
* [[Fat]]&lt;br /&gt;
* [[Kofun]]&lt;br /&gt;
* [[La Baie]]&lt;br /&gt;
* [[La main tendue]]&lt;br /&gt;
* [[The Valley]]&lt;br /&gt;
* [[Mistissini]]&lt;br /&gt;
* [[Noranda (Ouyn)]]&lt;br /&gt;
* [[Ottawawa]]&lt;br /&gt;
* [[Patria]]&lt;br /&gt;
* [[Poston]]&lt;br /&gt;
* [[Salvage]]&lt;br /&gt;
* [[Sault]]&lt;br /&gt;
* [[SILO]]&lt;br /&gt;
* [[Service stations]]&lt;br /&gt;
* [[Sumbridge]]&lt;br /&gt;
* [[Terrace]]&lt;br /&gt;
* [[Win-Win]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Occupied locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Occupied locations&amp;#039;&amp;#039;&amp;#039; are places inhabited by several organized individuals (or just one person), which have minor importance and influence within [[Merica]] and have been recently developed.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Cap-Rouge]]&lt;br /&gt;
* [[Cola]]&lt;br /&gt;
* [[Corpses]]&lt;br /&gt;
* [[Estrie]]&lt;br /&gt;
* [[Eternity]]&lt;br /&gt;
* [[Givehub]]&lt;br /&gt;
* [[Ikea]]&lt;br /&gt;
* [[Île-aux-courges]]&lt;br /&gt;
* [[Kapuskasing]]&lt;br /&gt;
* [[Laflèche]]&lt;br /&gt;
* [[Machu Picchu]]&lt;br /&gt;
* [[M-O-O-N]]&lt;br /&gt;
* [[Metgermette]]&lt;br /&gt;
* [[Nouveau-Portneuf]]&lt;br /&gt;
* [[Outremonde]]&lt;br /&gt;
* [[Portland]]&lt;br /&gt;
* [[Sabbenay]]&lt;br /&gt;
* [[Southworld]]&lt;br /&gt;
* [[Taureau]]&lt;br /&gt;
* [[Vieux]]&lt;br /&gt;
* [[Village]]&lt;br /&gt;
* [[War-End]]&lt;br /&gt;
* [[Zigzag]]&lt;br /&gt;
* [[Zoo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Ghost towns (ex-cities)&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;ex-cities&amp;#039;&amp;#039;&amp;#039; are ghost towns with the most traces of the [[Predation]] and dangers. Generally, these places, whether visited often or not, remain abandoned and show little sign of transformation over the years.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[3 rivers]]&lt;br /&gt;
* [[Albany]]&lt;br /&gt;
* [[Alpena]]&lt;br /&gt;
* [[Anarres]]&lt;br /&gt;
* [[Aréna]]&lt;br /&gt;
* [[Asbest]]&lt;br /&gt;
* [[Ashland]]&lt;br /&gt;
* [[Bloomington]]&lt;br /&gt;
* [[Cami]]&lt;br /&gt;
* [[Camion]]&lt;br /&gt;
* [[Camping]]&lt;br /&gt;
* [[Cannibales]]&lt;br /&gt;
* [[Champaign]]&lt;br /&gt;
* [[Chapleau]]&lt;br /&gt;
* [[Cleveland]]&lt;br /&gt;
* [[Convoi]]&lt;br /&gt;
* [[Cubes]]&lt;br /&gt;
* [[Cycliste]]&lt;br /&gt;
* [[Davenport]]&lt;br /&gt;
* [[Disraeli]]&lt;br /&gt;
* [[Douglas]]&lt;br /&gt;
* [[Drapeaux]]&lt;br /&gt;
* [[Drum]]&lt;br /&gt;
* [[Eau Claire]]&lt;br /&gt;
* [[Enclot]]&lt;br /&gt;
* [[Flat Rock]]&lt;br /&gt;
* [[Forest city]]&lt;br /&gt;
* [[Friendship]]&lt;br /&gt;
* [[Gagnon]]&lt;br /&gt;
* [[Gaylord]]&lt;br /&gt;
* [[Georges]]&lt;br /&gt;
* [[Gilles]]&lt;br /&gt;
* [[Gladstone]]&lt;br /&gt;
* [[Grove]]&lt;br /&gt;
* [[Iroquois]]&lt;br /&gt;
* [[Ithaca]]&lt;br /&gt;
* [[Kennebec]]&lt;br /&gt;
* [[Kenosha]]&lt;br /&gt;
* [[Kettle]]&lt;br /&gt;
* [[L&amp;#039;autre Baie]]&lt;br /&gt;
* [[L&amp;#039;Étape]]&lt;br /&gt;
* [[La porte 2]]&lt;br /&gt;
* [[Labbattoir]]&lt;br /&gt;
* [[Lac Seul]]&lt;br /&gt;
* [[Lac carré]]&lt;br /&gt;
* [[Land O&amp;#039; Lake]]&lt;br /&gt;
* [[Laval]]&lt;br /&gt;
* [[Lazare]]&lt;br /&gt;
* [[Longlong]]&lt;br /&gt;
* [[Manistee]]&lt;br /&gt;
* [[Mara lake]]&lt;br /&gt;
* [[Massif]]&lt;br /&gt;
* [[Maïs]]&lt;br /&gt;
* [[Mentor]]&lt;br /&gt;
* [[Montagne]]&lt;br /&gt;
* [[Métro]]&lt;br /&gt;
* [[Nemaska]]&lt;br /&gt;
* [[Nipissing]]&lt;br /&gt;
* [[Patten]]&lt;br /&gt;
* [[Pintendre]]&lt;br /&gt;
* [[Piste]]&lt;br /&gt;
* [[Plattsburgh]]&lt;br /&gt;
* [[Porcupine]]&lt;br /&gt;
* [[Portsmouth]]&lt;br /&gt;
* [[Powassan]]&lt;br /&gt;
* [[Prairie farm]]&lt;br /&gt;
* [[Presque-Villa]]&lt;br /&gt;
* [[Providence]]&lt;br /&gt;
* [[Resolute]]&lt;br /&gt;
* [[Rich]]&lt;br /&gt;
* [[Scène]]&lt;br /&gt;
* [[Shack]]&lt;br /&gt;
* [[Springfield]]&lt;br /&gt;
* [[Stitt]]&lt;br /&gt;
* [[Sudbury]]&lt;br /&gt;
* [[Superior]]&lt;br /&gt;
* [[Syracuse]]&lt;br /&gt;
* [[Sépulture]]&lt;br /&gt;
* [[Tantie]]&lt;br /&gt;
* [[Techny]]&lt;br /&gt;
* [[Telado]]&lt;br /&gt;
* [[Thessalon]]&lt;br /&gt;
* [[Tomahawk]]&lt;br /&gt;
* [[Watersmeet]]&lt;br /&gt;
* [[Watertown]]&lt;br /&gt;
* [[Wawa]]&lt;br /&gt;
* [[Wilderness]]&lt;br /&gt;
* [[Ypsilanti]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Hidden locations&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The secret or &amp;#039;&amp;#039;&amp;#039;hidden locations&amp;#039;&amp;#039;&amp;#039; are small places, easy to miss, difficult to access or deliberately hidden. They often require the help of a map or the prior discovery of a clue to be found.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Autel]]&lt;br /&gt;
* [[Avion]]&lt;br /&gt;
* [[Bangor]]&lt;br /&gt;
* [[Battle]]&lt;br /&gt;
* [[Brookline]]&lt;br /&gt;
* [[Brûlé]]&lt;br /&gt;
* [[Burg]]&lt;br /&gt;
* [[Cache (canyon)]]&lt;br /&gt;
* [[Cache (missile)]]&lt;br /&gt;
* [[Cache (ours)]]&lt;br /&gt;
* [[Cache (patriotique)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Cache (petite)]]&lt;br /&gt;
* [[Camp]]&lt;br /&gt;
* [[Caverne]]&lt;br /&gt;
* [[Crypte]]&lt;br /&gt;
* [[Ermite]]&lt;br /&gt;
* [[Franklin]]&lt;br /&gt;
* [[Golden arches]]&lt;br /&gt;
* [[Grayling]]&lt;br /&gt;
* [[Hartford]]&lt;br /&gt;
* [[La Liberté]]&lt;br /&gt;
* [[Lead]]&lt;br /&gt;
* [[Maison (Ottawawa)]]&lt;br /&gt;
* [[Maison (Sault)]]&lt;br /&gt;
* [[Marines]]&lt;br /&gt;
* [[Mir]]&lt;br /&gt;
* [[Monument]]&lt;br /&gt;
* [[Peoria]]&lt;br /&gt;
* [[Plymouth]]&lt;br /&gt;
* [[Pyramide]]&lt;br /&gt;
* [[Silo 2]]&lt;br /&gt;
* [[Vault]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Special events&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;special events&amp;#039;&amp;#039;&amp;#039; are scenarios that are suddenly triggered while exploring the map. They can be very dangerous.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Border]]&lt;br /&gt;
* [[Flood]]&lt;br /&gt;
* [[Mines]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Items&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] As in any post-apocalyptic game, [[Wikipedia 2197|The Sum]] contains hordes of items of any kind.&lt;br /&gt;
* [[The Sum:Ammos|Ammos]]&amp;lt;br&amp;gt;Munitions of all kinds.&lt;br /&gt;
* [[The Sum:Armors|Armors]]&amp;lt;br&amp;gt;Clothes and other personal protection suits made from various materials.&lt;br /&gt;
* [[The Sum:Collectables|Collectables]]&amp;lt;br&amp;gt;Any items that are found and used more than once. They often offer benefits by simply readily available in the character&amp;#039;s inventory, or are of use while equipped.&lt;br /&gt;
* [[The Sum:Consumables|Consumables]]&amp;lt;br&amp;gt;Items that are eaten, drank, swallowed or have a one-time use. They disappear as soon as they are used.&lt;br /&gt;
* [[The Sum:Firearms|Firearms]]&amp;lt;br&amp;gt;Firearms, whathever they are pistols, rifles, hi-tech guns, military assault weapons or anything in between.&lt;br /&gt;
* [[The Sum:Weapons|Weapons]]&amp;lt;br&amp;gt;Hand-held melee weapons of various sorts to thrown weapons and fighting gloves. Some are fragile and disappear after one use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Groups&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Groups&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following &amp;#039;&amp;#039;&amp;#039;groups&amp;#039;&amp;#039;&amp;#039; have a particular influence within [[Merica]]:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Knights of Colombus (Joan of Arc&amp;#039;s guard)]]&lt;br /&gt;
* [[Unlockers]]&lt;br /&gt;
* [[Esclavage Qc]]&lt;br /&gt;
* [[Gang (Blades)]]&lt;br /&gt;
* [[Gang (Brotherhood)]]&lt;br /&gt;
* [[Gang (Cirques du Soleil)]]&lt;br /&gt;
* [[Gang (Corpses)]]&lt;br /&gt;
* [[Gang (Hand)]]&lt;br /&gt;
* [[Gang (Mad Dogs)]]&lt;br /&gt;
* [[Gang (The Postmen)]]&lt;br /&gt;
* [[Gang (Trashkhans)]]&lt;br /&gt;
* [[Golden archers]]&lt;br /&gt;
* [[Dwellers]]&lt;br /&gt;
* [[Jarrêts noirs]]&lt;br /&gt;
* [[Joggers]]&lt;br /&gt;
* [[Leaders (Sums of Jacob)]]&lt;br /&gt;
* [[Materialists]]&lt;br /&gt;
* [[Milicians]]&lt;br /&gt;
* [[Monks]]&lt;br /&gt;
* [[Erasers]]&lt;br /&gt;
* [[Red panthers]]&lt;br /&gt;
* [[Paramilitaries]]&lt;br /&gt;
* [[Patriots]]&lt;br /&gt;
* [[Painted skins]]&lt;br /&gt;
* [[Pirates]]&lt;br /&gt;
* [[Road Warriors]]&lt;br /&gt;
* [[Skins (dealers)]]&lt;br /&gt;
* [[Sumists]]&lt;br /&gt;
* [[The Invisible hand]]&lt;br /&gt;
* [[The Pack]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigos]]&lt;br /&gt;
* [[WWW (Win-Win-Wirlwind)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Professions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The following professions were developed after the [[Predation]] era:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Acquirer]]&lt;br /&gt;
* [[Elder]]&lt;br /&gt;
* [[Attributor]]&lt;br /&gt;
* [[Black-blocker]]&lt;br /&gt;
* [[Conqueror of bread]]&lt;br /&gt;
* [[Runner]]&lt;br /&gt;
* [[Cruiser]] &amp;lt;!--Dealer--&amp;gt;&lt;br /&gt;
* [[Deliberator]]&lt;br /&gt;
* [[Unlocker]]&lt;br /&gt;
* [[Embroker]]  &amp;lt;!--Défusilleur.se Briseur de fusils et autres--&amp;gt;&lt;br /&gt;
* [[Exptrapolator|Exptrapolator/Speculator]]&lt;br /&gt;
* [[Keeper of knowledge]]&lt;br /&gt;
* [[Gleaner]]&lt;br /&gt;
* [[Jogger]]&lt;br /&gt;
* [[Medic]]&lt;br /&gt;
* [[Neo-missionnary]]&lt;br /&gt;
* [[Eraser]] &amp;lt;!--Effaceur.se--&amp;gt;&lt;br /&gt;
* [[Newser]]&lt;br /&gt;
* [[Peacemaker]]&lt;br /&gt;
* [[Stalker]]&lt;br /&gt;
* [[Trapper]]&lt;br /&gt;
* [[Pirate]]&lt;br /&gt;
* [[Poisoner]] &amp;lt;!--Prendre en charge les niveaux de toxicité des pèches--&amp;gt;&lt;br /&gt;
* [[Carrier]] &amp;lt;!--De corps à Coral--&amp;gt;&lt;br /&gt;
* [[Prosecutor]]&lt;br /&gt;
* [[Recycler]] &amp;lt;!--Débâtisseur.se--&amp;gt;&lt;br /&gt;
* [[Refugeer]]&lt;br /&gt;
* [[Road Warrior]]&lt;br /&gt;
* [[Greenhouser]]&lt;br /&gt;
* [[Sumist]]&lt;br /&gt;
* [[Speculator]]&lt;br /&gt;
* [[Taxi]]&lt;br /&gt;
* [[Invisible hand]]&lt;br /&gt;
* [[VHEMT]]&lt;br /&gt;
* [[Wendigo]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Main characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] The 22 main characters of the game: &lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Amérique]]&lt;br /&gt;
* [[Basque]]&lt;br /&gt;
* [[Brave]]&lt;br /&gt;
* [[Chance]]&lt;br /&gt;
* [[Dann]]&lt;br /&gt;
* [[Épi]]&lt;br /&gt;
* [[Franche]]&lt;br /&gt;
* [[Géorgy]]&lt;br /&gt;
* [[Hiverse]]&lt;br /&gt;
* [[Isabette]]&lt;br /&gt;
* [[Kadi]]&lt;br /&gt;
* [[Leg]]&lt;br /&gt;
* [[Mara]]&lt;br /&gt;
* [[Marais]]&lt;br /&gt;
* [[Mercie]]&lt;br /&gt;
* [[Monréal]]&lt;br /&gt;
* [[Nouvelle]]&lt;br /&gt;
* [[Read]]&lt;br /&gt;
* [[Talée]]&lt;br /&gt;
* [[Tempo]]&lt;br /&gt;
* [[Vaillant]]&lt;br /&gt;
* [[Veille]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&amp;lt;h4&amp;gt;Chronology&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] [[Diagram : Movement of the main characters through time]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Companions&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] These characters can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Adriana]]&lt;br /&gt;
* [[Aidan]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Ali]]&lt;br /&gt;
* [[Alicia]]&lt;br /&gt;
* [[Alina]]&lt;br /&gt;
* [[Anaïs]]&lt;br /&gt;
* [[Armée]]&lt;br /&gt;
* [[Art]]&lt;br /&gt;
* [[Atasá:ta]]&lt;br /&gt;
* [[Atironta]]&lt;br /&gt;
* [[Audrey]]&lt;br /&gt;
* [[Aurore]]&lt;br /&gt;
* [[Ben]]&lt;br /&gt;
* [[Big]]&lt;br /&gt;
* [[Boris]]&lt;br /&gt;
* [[Byron]]&lt;br /&gt;
* [[Carl]]&lt;br /&gt;
* [[Carlos]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Chantal]]&lt;br /&gt;
* [[Charles]]&lt;br /&gt;
* [[Chloé]]&lt;br /&gt;
* [[Christine]]&lt;br /&gt;
* [[Cindy]]&lt;br /&gt;
* [[Clara]]&lt;br /&gt;
* [[Claude-Ève]]&lt;br /&gt;
* [[Claude]]&lt;br /&gt;
* [[Cullen]]&lt;br /&gt;
* [[Danielle]]&lt;br /&gt;
* [[Darwin]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Deux]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Édith]]&lt;br /&gt;
* [[Elena]]&lt;br /&gt;
* [[Élise]]&lt;br /&gt;
* [[Elliot]]&lt;br /&gt;
* [[Elmer]]&lt;br /&gt;
* [[Emily]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Essence]]&lt;br /&gt;
* [[Esther]]&lt;br /&gt;
* [[Eva]]&lt;br /&gt;
* [[Eye]]&lt;br /&gt;
* [[Gaston]]&lt;br /&gt;
* [[George]]&lt;br /&gt;
* [[Gilbert]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Guy]]&lt;br /&gt;
* [[Halle]]&lt;br /&gt;
* [[Hanna]]&lt;br /&gt;
* [[Hélène]]&lt;br /&gt;
* [[Heure]]&lt;br /&gt;
* [[Hope]]&lt;br /&gt;
* [[Hugo]]&lt;br /&gt;
* [[Idem]]&lt;br /&gt;
* [[Irvin]]&lt;br /&gt;
* [[Isis]]&lt;br /&gt;
* [[Jacqueline]]&lt;br /&gt;
* [[Jay]]&lt;br /&gt;
* [[Jean]]&lt;br /&gt;
* [[Jeffrey]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy]]&lt;br /&gt;
* [[Joachim]]&lt;br /&gt;
* [[Joe]]&lt;br /&gt;
* [[Joëlle]]&lt;br /&gt;
* [[Jonathan]]&lt;br /&gt;
* [[Josie]]&lt;br /&gt;
* [[Julie]]&lt;br /&gt;
* [[Juliette]]&lt;br /&gt;
* [[Kailey]]&lt;br /&gt;
* [[Kateri]]&lt;br /&gt;
* [[Kenna]]&lt;br /&gt;
* [[Kenny]]&lt;br /&gt;
* [[Kiev]]&lt;br /&gt;
* [[Kin]]&lt;br /&gt;
* [[Kobe]]&lt;br /&gt;
* [[Lance]]&lt;br /&gt;
* [[Lark]]&lt;br /&gt;
* [[Larry]]&lt;br /&gt;
* [[Lena]]&lt;br /&gt;
* [[Lily]]&lt;br /&gt;
* [[Line]]&lt;br /&gt;
* [[Lloyd]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Lua]]&lt;br /&gt;
* [[Maci]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maikan]]&lt;br /&gt;
* [[Manon]]&lt;br /&gt;
* [[Marco]]&lt;br /&gt;
* [[Marcot]]&lt;br /&gt;
* [[Mari]]&lt;br /&gt;
* [[Mariage]]&lt;br /&gt;
* [[Mario]]&lt;br /&gt;
* [[Maura]]&lt;br /&gt;
* [[Métusse]]&lt;br /&gt;
* [[Mie]]&lt;br /&gt;
* [[Miracle]]&lt;br /&gt;
* [[Mort]]&lt;br /&gt;
* [[Mune]]&lt;br /&gt;
* [[Nadège]]&lt;br /&gt;
* [[Neil]]&lt;br /&gt;
* [[Nipiushkaiats]]&lt;br /&gt;
* [[Olathe]]&lt;br /&gt;
* [[Oliva]]&lt;br /&gt;
* [[Olivia]]&lt;br /&gt;
* [[Oujé]]&lt;br /&gt;
* [[Owen]]&lt;br /&gt;
* [[Pari]]&lt;br /&gt;
* [[Paul]]&lt;br /&gt;
* [[Peck]]&lt;br /&gt;
* [[Phar]]&lt;br /&gt;
* [[Pierre]]&lt;br /&gt;
* [[Priscilla]]&lt;br /&gt;
* [[Randy]]&lt;br /&gt;
* [[Rigatoni]]&lt;br /&gt;
* [[Rina]]&lt;br /&gt;
* [[Ripley]]&lt;br /&gt;
* [[Ristourne]]&lt;br /&gt;
* [[Rive]]&lt;br /&gt;
* [[Robin]]&lt;br /&gt;
* [[Roger]]&lt;br /&gt;
* [[Sabrina]]&lt;br /&gt;
* [[Sierra]]&lt;br /&gt;
* [[Silva]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Sonia]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Stella]]&lt;br /&gt;
* [[Tac]]&lt;br /&gt;
* [[Tierre]]&lt;br /&gt;
* [[Tiokwenhi]]&lt;br /&gt;
* [[Tomas]]&lt;br /&gt;
* [[Topie]]&lt;br /&gt;
* [[Trevor]]&lt;br /&gt;
* [[Wabis]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Youcef]]&lt;br /&gt;
* [[Zack]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion animals&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]]These animals can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Abandog (dog)]]&lt;br /&gt;
* [[Aldous (cow)]]&lt;br /&gt;
* [[Banania (monkey)]]&lt;br /&gt;
* [[Beard (singe)]]&lt;br /&gt;
* [[Bilou (cat)]]&lt;br /&gt;
* [[Blood (dog)]]&lt;br /&gt;
* [[Chaga (cow)]]&lt;br /&gt;
* [[Charlotte (pig)]]&lt;br /&gt;
* [[Coke (dog)]]&lt;br /&gt;
* [[Cordon bleu (monkey)]]&lt;br /&gt;
* [[Disquette (dog)]]&lt;br /&gt;
* [[Dogmeat (dog)]]&lt;br /&gt;
* [[Doom (dog)]]&lt;br /&gt;
* [[Emergency (dog)]]&lt;br /&gt;
* [[Hugo Ball (cow)]]&lt;br /&gt;
* [[Indiana II (cat)]]&lt;br /&gt;
* [[Jésus (dog)]]&lt;br /&gt;
* [[Jugger (dog)]]&lt;br /&gt;
* [[Lost (cow)]]&lt;br /&gt;
* [[Louve (wolf)]]&lt;br /&gt;
* [[Maline (cat)]]&lt;br /&gt;
* [[Michèle (monkey)]]&lt;br /&gt;
* [[Mishka (cow)]]&lt;br /&gt;
* [[Moon (cow)]]&lt;br /&gt;
* [[Mou (cow)]]&lt;br /&gt;
* [[Mouton (dog)]]&lt;br /&gt;
* [[Natoo (cow)]]&lt;br /&gt;
* [[Nature (wolf)]]&lt;br /&gt;
* [[Ninja (cow)]]&lt;br /&gt;
* [[No name (cow)]]&lt;br /&gt;
* [[Pebble (monkey)]]&lt;br /&gt;
* [[Pi (cow)]]&lt;br /&gt;
* [[Popolice (cat)]]&lt;br /&gt;
* [[Radio (dog)]]&lt;br /&gt;
* [[Raoul (bear)]]&lt;br /&gt;
* [[River (cow)]]&lt;br /&gt;
* [[Smell (dog)]]&lt;br /&gt;
* [[Wind (pig)]]&lt;br /&gt;
* [[Zora (cat)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h4&amp;gt;Companion robots&amp;lt;/h4&amp;gt;&lt;br /&gt;
[[#top|↑]] These robots can join the player&amp;#039;s team:&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Assistant (robot)]]&lt;br /&gt;
* [[Dog (robot)]]&lt;br /&gt;
* [[Drone (robot)]]&lt;br /&gt;
* [[Filter (robot)]]&lt;br /&gt;
* [[Gardian (robot)]]&lt;br /&gt;
* [[Solar (robot)]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;h3&amp;gt;Other characters&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Many other characters populate [[Merica]]. They can be either the inhabitants of a community, autonomous survivors, people in need who entrust a task to the main character, enemies, etc.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[987AV01SbBN112223EHUIG0H0|987AV...]]&lt;br /&gt;
* [[Adrienne]]&lt;br /&gt;
* [[Afrah]]&lt;br /&gt;
* [[Agitée]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Aisance]]&lt;br /&gt;
* [[Alain]]&lt;br /&gt;
* [[Alexise]]&lt;br /&gt;
* [[Alme]]&lt;br /&gt;
* [[Alvaro]]&lt;br /&gt;
* [[Amma]]&lt;br /&gt;
* [[Ananda]]&lt;br /&gt;
* [[Angélis]]&lt;br /&gt;
* [[Annan]]&lt;br /&gt;
* [[Annika]]&lt;br /&gt;
* [[Aoi]]&lt;br /&gt;
* [[Arkadi]]&lt;br /&gt;
* [[Auve]]&lt;br /&gt;
* [[Beth]]&lt;br /&gt;
* [[Bienvenue]]&lt;br /&gt;
* [[Boscavo]]&lt;br /&gt;
* [[Brindacier &amp;amp; Mr. Dupont]]&lt;br /&gt;
* [[Businesse]]&lt;br /&gt;
* [[Caitlin]]&lt;br /&gt;
* [[Calgary]]&lt;br /&gt;
* [[Chancelle]]&lt;br /&gt;
* [[Christmas]]&lt;br /&gt;
* [[Chumski]]&lt;br /&gt;
* [[Corride]]&lt;br /&gt;
* [[Davide]]&lt;br /&gt;
* [[Devorée]]&lt;br /&gt;
* [[Dhon]]&lt;br /&gt;
* [[Dian]]&lt;br /&gt;
* [[Dimanchard]]&lt;br /&gt;
* [[Do]]&lt;br /&gt;
* [[Écharde]]&lt;br /&gt;
* [[Ecotopie]]&lt;br /&gt;
* [[Eden]]&lt;br /&gt;
* [[Efraïm]]&lt;br /&gt;
* [[Eliane]]&lt;br /&gt;
* [[Emmanuel]]&lt;br /&gt;
* [[Éthane]]&lt;br /&gt;
* [[Expédibus]]&lt;br /&gt;
* [[Fantastic Mr. Fox]]&lt;br /&gt;
* [[Fée]]&lt;br /&gt;
* [[Florencia]]&lt;br /&gt;
* [[Forrest]]&lt;br /&gt;
* [[Frances]]&lt;br /&gt;
* [[Gammorin]]&lt;br /&gt;
* [[Ged]]&lt;br /&gt;
* [[Gertru]]&lt;br /&gt;
* [[Goha]]&lt;br /&gt;
* [[Gont]]&lt;br /&gt;
* [[Gorga]]&lt;br /&gt;
* [[Guélionne]]&lt;br /&gt;
* [[Guyennette]]&lt;br /&gt;
* [[Hugh]]&lt;br /&gt;
* [[Hugo Nadeau 3]]&lt;br /&gt;
* [[Hunter]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Iga]]&lt;br /&gt;
* [[Inée]]&lt;br /&gt;
* [[Jacob]]&lt;br /&gt;
* [[Janick]]&lt;br /&gt;
* [[Jessage]]&lt;br /&gt;
* [[Jésus]]&lt;br /&gt;
* [[Jimmy Taylor, Hugo Molly &amp;amp; Carlos Dakota]]&lt;br /&gt;
* [[Josephe]]&lt;br /&gt;
* [[Kafkane]]&lt;br /&gt;
* [[Kawczak]]&lt;br /&gt;
* [[Klein]]&lt;br /&gt;
* [[L&amp;#039;autoursier]]&lt;br /&gt;
* [[Labadie]]&lt;br /&gt;
* [[Landry]]&lt;br /&gt;
* [[Laureau]]&lt;br /&gt;
* [[Lavauto]]&lt;br /&gt;
* [[Léann]]&lt;br /&gt;
* [[Léonde]]&lt;br /&gt;
* [[Liet]]&lt;br /&gt;
* [[Lindan]]&lt;br /&gt;
* [[Louise]]&lt;br /&gt;
* [[Maïche]]&lt;br /&gt;
* [[Maire Embaume]]&lt;br /&gt;
* [[Maïse]]&lt;br /&gt;
* [[Maleine]]&lt;br /&gt;
* [[Maphalde]]&lt;br /&gt;
* [[Marie-Ourse]]&lt;br /&gt;
* [[Marilyne]]&lt;br /&gt;
* [[Mèche]]&lt;br /&gt;
* [[Médee]]&lt;br /&gt;
* [[Melindil]]&lt;br /&gt;
* [[Météo]]&lt;br /&gt;
* [[Mi]]&lt;br /&gt;
* [[Naomi]]&lt;br /&gt;
* [[Neigée]]&lt;br /&gt;
* [[News]]&lt;br /&gt;
* [[Oeuvre]]&lt;br /&gt;
* [[Ogion]]&lt;br /&gt;
* [[Olivière]]&lt;br /&gt;
* [[Pablo]]&lt;br /&gt;
* [[Paprice]]&lt;br /&gt;
* [[Paranoid android]]&lt;br /&gt;
* [[Paryse]]&lt;br /&gt;
* [[Penthe]]&lt;br /&gt;
* [[Phillip]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pia]]&lt;br /&gt;
* [[Pietro]]&lt;br /&gt;
* [[Pride]]&lt;br /&gt;
* [[Princet]]&lt;br /&gt;
* [[Rêvaméricain]]&lt;br /&gt;
* [[Reverdie]]&lt;br /&gt;
* [[Rogère]]&lt;br /&gt;
* [[Roke]]&lt;br /&gt;
* [[Rosalien]]&lt;br /&gt;
* [[Roshambo]]&lt;br /&gt;
* [[Sarahje]]&lt;br /&gt;
* [[Scott]]&lt;br /&gt;
* [[Sel]]&lt;br /&gt;
* [[Semi-guru]]&lt;br /&gt;
* [[Sergio]]&lt;br /&gt;
* [[Siesta]]&lt;br /&gt;
* [[Silex]]&lt;br /&gt;
* [[Simon]]&lt;br /&gt;
* [[Ski]]&lt;br /&gt;
* [[Skidoo]]&lt;br /&gt;
* [[Sol]]&lt;br /&gt;
* [[Sopli]]&lt;br /&gt;
* [[Soulage]]&lt;br /&gt;
* [[Sov]]&lt;br /&gt;
* [[Spensonia]]&lt;br /&gt;
* [[Sujuq]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Taiaiake]]&lt;br /&gt;
* [[Tandi]]&lt;br /&gt;
* [[Tantie Mammon]]&lt;br /&gt;
* [[Therru]]&lt;br /&gt;
* [[Thomase]]&lt;br /&gt;
* [[Traylor]]&lt;br /&gt;
* [[Tristane]]&lt;br /&gt;
* [[Unatherbomber]]&lt;br /&gt;
* [[Ursula]]&lt;br /&gt;
* [[Utopia]]&lt;br /&gt;
* [[Vaniale]]&lt;br /&gt;
* [[Victare]]&lt;br /&gt;
* [[Violon]]&lt;br /&gt;
* [[Walmarthe]]&lt;br /&gt;
* [[Wilco]]&lt;br /&gt;
* [[Williamme]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Characters (stats)&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Skills&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] Each Skill evolves with autonomy and experience.&lt;br /&gt;
* [[Skills (combat)|&amp;#039;&amp;#039;&amp;#039;Combat&amp;#039;&amp;#039;&amp;#039;]] (Pistol, Gun, Big Gun, Unarmed, Melee)&lt;br /&gt;
* [[Skills (survie)|&amp;#039;&amp;#039;&amp;#039;Survival&amp;#039;&amp;#039;&amp;#039;]] (Read, Survival, Medecine, Sneak, Lockpick, Steal)&lt;br /&gt;
* [[Skills (profession)|&amp;#039;&amp;#039;&amp;#039;Profession&amp;#039;&amp;#039;&amp;#039;]] (Traps, Science, Repair, Pilot, Exchange, Scavenge, Travel)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Bio&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] What sets you apart, including the organizations you&amp;#039;ve joined and the [[Perks]] you get after certain levels of autonomy.&lt;br /&gt;
* [[Perks (circumstantial)|&amp;#039;&amp;#039;&amp;#039;Circumstantial&amp;#039;&amp;#039;&amp;#039;]] (Biodigest, Cannibal, Child, Contagious, Illiterate, Killer, Loner, Milk maker, Parasitized, Radiated, Vegetarian)&lt;br /&gt;
* [[Perks (communities)|&amp;#039;&amp;#039;&amp;#039;Communities&amp;#039;&amp;#039;&amp;#039;]] (Farmer, Federated, Knight, Member, Patriot, Pirate, Proprietarian, Resistant, Road warrior, Royalist, Syndic, Wendigo, Witch)&lt;br /&gt;
* [[Perks (exclusive)|&amp;#039;&amp;#039;&amp;#039;Exclusive&amp;#039;&amp;#039;&amp;#039;]] (Auto-sacrificed, Connoisseur, Embroker, Jugger, Marked, Materialist, Medic, Monk, Mykobrewer, Panther, Saboteur, Sister, Unlocker, Vehement)&lt;br /&gt;
* [[Perks (from items)|&amp;#039;&amp;#039;&amp;#039;From items&amp;#039;&amp;#039;&amp;#039;]] (Helmeted, Informed, Long view, Masked, Night vision, Shod, Warned)&lt;br /&gt;
* [[Perks (normal)|&amp;#039;&amp;#039;&amp;#039;Normal&amp;#039;&amp;#039;&amp;#039;]] (Attentive, Bluffer, Bolder, Boxer, Bracing, Changed, Collectivist, Cowboy.girl, Dark vision, Drunken master, Faster, Hardened, Harder, Heroic, Higher, Hitter, Hygienic, Illuminated, Independant, Nomad, One Day at a Time, One with the universe, Passionnate, Precise, Quick Recovery, Rambo, Recycler, Runner, Self-Educated, Sharper, Silent Running, Slumdog, Smarter, Snakelike, Specialized, Stronger, Thrower, Without mercy)&lt;br /&gt;
* [[Perks (ultimate)|&amp;#039;&amp;#039;&amp;#039;Ultimate&amp;#039;&amp;#039;&amp;#039;]] (Alert,Amoral,Combo attacks,Duelist,Gunner,Hunter-gatherer,Lead Foot, Leader, Living Anatomy, Manual, Marginal, Miraculous, Native, Pyromaniac, Sadistic, Sly, Sniper, Weapon Geek)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Traits&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Traits&amp;#039;&amp;#039;&amp;#039; describe you in more detail. They have positive and negative effects.&lt;br /&gt;
{{début de colonnes|class=liste-simple|nombre=5|taille=10|écart=1em}}&lt;br /&gt;
* [[Agressive]]&lt;br /&gt;
* [[Beefy]]&lt;br /&gt;
* [[Cerebral]]&lt;br /&gt;
* [[Delicate]]&lt;br /&gt;
* [[Disliked]]&lt;br /&gt;
* [[Disposable]]&lt;br /&gt;
* [[Excessive]]&lt;br /&gt;
* [[Favored]]&lt;br /&gt;
* [[Geek]]&lt;br /&gt;
* [[Generalist]]&lt;br /&gt;
* [[Gifted]]&lt;br /&gt;
* [[Immune]]&lt;br /&gt;
* [[Insensible]]&lt;br /&gt;
* [[Lighted]]&lt;br /&gt;
* [[Meticulous]]&lt;br /&gt;
* [[Mutant]]&lt;br /&gt;
* [[Night Person]]&lt;br /&gt;
* [[Old]]&lt;br /&gt;
* [[Peaceful]]&lt;br /&gt;
* [[Radical]]&lt;br /&gt;
* [[Reactive]]&lt;br /&gt;
* [[Reckless]]&lt;br /&gt;
* [[Shielded]]&lt;br /&gt;
* [[Stocky]]&lt;br /&gt;
* [[Survivor]]&lt;br /&gt;
* [[Thoughtful]]&lt;br /&gt;
* [[Trans]]&lt;br /&gt;
{{fin de colonnes}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;What to do?&amp;lt;/h2&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[The Sum:About#Goal|game goal]] is to find a place to live. Nevertheless, many other activities can be carried out!&lt;br /&gt;
&lt;br /&gt;
[[Find a place to live (important)|Find a place to live (important)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Red lines (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Red lines&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The &amp;#039;&amp;#039;&amp;#039;red lines&amp;#039;&amp;#039;&amp;#039; represent goals that require a specific character. They are triggered when that character is chosen and played, usually at the beginning of the game.&lt;br /&gt;
&lt;br /&gt;
[[Become an adult|&amp;#039;&amp;#039;&amp;#039;Become an adult&amp;#039;&amp;#039;&amp;#039; (Mara)]]&lt;br /&gt;
&lt;br /&gt;
[[Escape|&amp;#039;&amp;#039;&amp;#039;Escape&amp;#039;&amp;#039;&amp;#039; (Brave, Dann, Monréal, Veille)]]&lt;br /&gt;
&lt;br /&gt;
[[Gather supplies|&amp;#039;&amp;#039;&amp;#039;Gather supplies&amp;#039;&amp;#039;&amp;#039; (Kadi, Hiverse)]]&lt;br /&gt;
&lt;br /&gt;
[[Leave home for good|&amp;#039;&amp;#039;&amp;#039;Leave home for good&amp;#039;&amp;#039;&amp;#039; (Amérique, Basque, Franche, Isabette, Nouvelle, Tempo)]]&lt;br /&gt;
&lt;br /&gt;
[[Make a friend or friends and come back|&amp;#039;&amp;#039;&amp;#039;Make a friend or friends and come back&amp;#039;&amp;#039;&amp;#039; (Mercie, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Offer your services as a medic|&amp;#039;&amp;#039;&amp;#039;Offer you services as a medic&amp;#039;&amp;#039;&amp;#039; (Chance)]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the sea|&amp;#039;&amp;#039;&amp;#039;Reach the sea&amp;#039;&amp;#039;&amp;#039; (Marais, Vaillant)]]&lt;br /&gt;
&lt;br /&gt;
[[Recover from your injuries|&amp;#039;&amp;#039;&amp;#039;Recover from your injuries&amp;#039;&amp;#039;&amp;#039; (Géorgy, Talée)]]&lt;br /&gt;
&lt;br /&gt;
[[Return home|&amp;#039;&amp;#039;&amp;#039;Return home&amp;#039;&amp;#039;&amp;#039; (Brave, Géorgy, Read)]]&lt;br /&gt;
&lt;br /&gt;
[[Survive the HaNa virus|&amp;#039;&amp;#039;&amp;#039;Survive the HaNa virus&amp;#039;&amp;#039;&amp;#039; (Épi, Leg)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Quests (45)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Quests (or tasks) are scenarios that can be experienced by any main character and involve moving across the map to another (sometimes distant) locations.&lt;br /&gt;
&lt;br /&gt;
[[Address the reproductive problem|Address the reproductive problem]]&lt;br /&gt;
&lt;br /&gt;
[[Assassinate Her Majesty|Assassinate Her Majesty]]&lt;br /&gt;
&lt;br /&gt;
[[Cause a blackout|Cause a blackout in Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the shelters|Clean up Red&amp;#039;s shelters]]&lt;br /&gt;
&lt;br /&gt;
[[Conclude an agreement between Patria and the Brotherhood|Conclude an agreement between Patria and the Brotherhood]]&lt;br /&gt;
&lt;br /&gt;
[[Confront Carmor&amp;#039;s dangerous member|Confront Carmor&amp;#039;s dangerous member]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a community to build a wall|Convince a community to build a wall]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver boxes of cards|Deliver boxes of cards]]&lt;br /&gt;
&lt;br /&gt;
[[Deliver the fingers of Shevèque|Deliver Shevèque&amp;#039;s fingers to Rouge]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy the war machine|Destroy the war machine that was rebuilt in Salvage]]&lt;br /&gt;
&lt;br /&gt;
[[Dismantle Givehub|Dismantle Givehub, the unfair competitor]]&lt;br /&gt;
&lt;br /&gt;
[[Donate the C.A.C.H.E. archives|Donate the C.A.C.H.E. archives to the Humanity archives]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the looters from Corpses|Drive out the looters from Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Eliminate the Serial Killer|Eliminate the Serial Killer]]&lt;br /&gt;
&lt;br /&gt;
[[Explore the nuclear shelter|Explore the nuclear shelter and bring back surveillance equipment]]&lt;br /&gt;
&lt;br /&gt;
[[Find a picture of Mammon&amp;#039;s husband|Find a picture of Mammon&amp;#039;s husband]]&lt;br /&gt;
&lt;br /&gt;
[[Find a speculator|Find a speculator for Trans]]&lt;br /&gt;
&lt;br /&gt;
[[Find a sugar supplier|Find a sugar supplier for Reverdie]]&lt;br /&gt;
&lt;br /&gt;
[[Find and sabotage the nuclear truck|Find and sabotage the nuclear truck]]&lt;br /&gt;
&lt;br /&gt;
[[Find the location of Apocalypso|Find the location of Apocalypso]]&lt;br /&gt;
&lt;br /&gt;
[[Find the missing Melindil|Find the missing Melindil]]&lt;br /&gt;
&lt;br /&gt;
[[Free the slaves|Free the slaves of Île-aux-courges]]&lt;br /&gt;
&lt;br /&gt;
[[Get more information on the Predation|Get more information on the Predation]]&lt;br /&gt;
&lt;br /&gt;
[[Help a pirate&amp;#039;s son|Help a pirate&amp;#039;s son escape from Poston prison]]&lt;br /&gt;
&lt;br /&gt;
[[Help the Red Panthers|Help the Red Panthers find the missing women]]&lt;br /&gt;
&lt;br /&gt;
[[Investigate Capital&amp;#039;s new robots|Investigate Capital&amp;#039;s new robots]]&lt;br /&gt;
&lt;br /&gt;
[[Loot the Mistissini food reserve|Loot the Mistissini food reserve]]&lt;br /&gt;
&lt;br /&gt;
[[Offer asylum in Apocalypso|Offering asylum in Apocalypso to the residents of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Pick up two bodies at SILO|Pick up two bodies at SILO and place them in the Coral Green Water Extractor]]&lt;br /&gt;
&lt;br /&gt;
[[Print the DSM-8|Print the DSM-8]]&lt;br /&gt;
&lt;br /&gt;
[[Provide access to ex-US buildings|Provide access to ex-US government buildings]]&lt;br /&gt;
&lt;br /&gt;
[[Reach the desert|Reach the desert to see the extent of it]]&lt;br /&gt;
&lt;br /&gt;
[[Free / Kill farm animals|Free / Kill farm animals so that they are no longer exploited]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Corride&amp;#039;s belongings|Retrieve Corride&amp;#039;s belongings in Powassan]]&lt;br /&gt;
&lt;br /&gt;
[[Retrieve Iga&amp;#039;s belongings|Retrieve Iga&amp;#039;s belongings from her house in Corpses]]&lt;br /&gt;
&lt;br /&gt;
[[Sacrifice or save the mutant babies|Sacrifice / Save the mutant babies]]&lt;br /&gt;
&lt;br /&gt;
[[Secure the Kettle Hotel|Secure the Kettle Hotel]]&lt;br /&gt;
&lt;br /&gt;
[[Share the anarchism archives|Share the anarchism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Share the feminism archives|Share the feminism archives]]&lt;br /&gt;
&lt;br /&gt;
[[Spy or Obtain Information on Capital Police|Spy / Get information on Capital&amp;#039;s police]]&lt;br /&gt;
&lt;br /&gt;
[[Steal the sword of peace|Steal the sword of peace from King Denys I at La Baie]]&lt;br /&gt;
&lt;br /&gt;
[[Steal weapons|Steal weapons from Cartier or Patria]]&lt;br /&gt;
&lt;br /&gt;
[[Strut arround in a suit of carmor|Strut around in a suit of Carmor in the surrounding communities]]&lt;br /&gt;
&lt;br /&gt;
[[Take part in the Estrie conflict|Take part in the Estrie conflict]]&lt;br /&gt;
&lt;br /&gt;
[[Unlock all locations|Unlock all locations]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Local quests (30)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Local quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] Local quests (or tasks) are small scenarios that can be experienced by any character. They only concern a specific location and are usually completed quickly.&lt;br /&gt;
&lt;br /&gt;
[[Administer a mutation serum|Administer a mutation serum to a Patria warrior]]&lt;br /&gt;
&lt;br /&gt;
[[Amputate two of your own fingers|Amputate two of your own fingers]]&lt;br /&gt;
&lt;br /&gt;
[[Attack Rêvaméricain|Attack Rêvaméricain to destroy its speculator]]&lt;br /&gt;
&lt;br /&gt;
[[Boil a dog&amp;#039;s head|Boil a dog head for the Jug game]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 1,000 bank bills|Bring 1,000 bank bills for an art project]]&lt;br /&gt;
&lt;br /&gt;
[[Bring 4 artifacts|Bring 4 artifacts to a collector]]&lt;br /&gt;
&lt;br /&gt;
[[Bring back at least 2 newspapers|Bring at least 2 newspapers from the Predation to Tristane]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the activists|Find / Drive out the Capital activists]]&lt;br /&gt;
&lt;br /&gt;
[[Clean the sensors|Clean the sensors]]&lt;br /&gt;
&lt;br /&gt;
[[Convince a group to leave Terrace|Convince the conflicting group to leave Terrace]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the durvivors to Join Carmor|Convince the durvivors to Join Carmor]]&lt;br /&gt;
&lt;br /&gt;
[[Convince the Pack to leave Capital for good|Convince the Pack to leave Capital]]&lt;br /&gt;
&lt;br /&gt;
[[Deposit Sylvain&amp;#039;s body|Deposit Sylvain&amp;#039;s body at the top of the tower of silence]]&lt;br /&gt;
&lt;br /&gt;
[[Destroy or disable the servers|Destroy / Disable the servers that drain electricity from the square]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the police from Capital|Drive out the Capital Police from the edge of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Drive out the poor|Drive out the poor settled near La Porte]]&lt;br /&gt;
&lt;br /&gt;
[[Find a toilet key|Find a toilet key]]&lt;br /&gt;
&lt;br /&gt;
[[Find the glasses|Find Phillip&amp;#039;s glasses]]&lt;br /&gt;
&lt;br /&gt;
[[Follow the peaceful path|Follow the peaceful path]]&lt;br /&gt;
&lt;br /&gt;
[[Get 5 repcoins|Get 5 repcoins]]&lt;br /&gt;
&lt;br /&gt;
[[Help a child kill his first animal|Help a child in the community kill his first animal]]&lt;br /&gt;
&lt;br /&gt;
[[Join Sabbenay|Join the anarchist community being created in Sabbenay]]&lt;br /&gt;
&lt;br /&gt;
[[Optimize Ouyn&amp;#039;s electrical system|Optimize Ouyn&amp;#039;s electrical system]]&lt;br /&gt;
&lt;br /&gt;
[[Recover a stolen object|Recover a stolen item from a seller]]&lt;br /&gt;
&lt;br /&gt;
[[Repair or destroy the servers|Repair / Destroy the servers]]&lt;br /&gt;
&lt;br /&gt;
[[Save Abbenée from an intoxication|Save Abbenée from an intoxication]]&lt;br /&gt;
&lt;br /&gt;
[[Skin a member of the community|Skin a member of La Baie community]]&lt;br /&gt;
&lt;br /&gt;
[[Solve the vermin infestation|Solve, at least temporarily, the infestation of vermin in the archives]]&lt;br /&gt;
&lt;br /&gt;
[[Talk to the Summists about Scott&amp;#039;s help|Talk to the summits about Scott&amp;#039;s help in repairing the church roof.]]&lt;br /&gt;
&lt;br /&gt;
[[Teach how to read|Teach Violin how to read]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;DivLab&amp;#039;s quests (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;DivLab&amp;#039;s quests&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] The [[DivLab]] is a networked computer system that offers tasks based on the needs of the [[Federated Communities of Merica|Federated Communities of Merica]], skills and location of its users. Each federated community must be visited if all tasks are to be completed.&lt;br /&gt;
&lt;br /&gt;
[[Assist Kofun|Assist Kofun to recover data from the research center servers]]&lt;br /&gt;
&lt;br /&gt;
[[Assist Sabbenay|Transmit the necessary information to Sabbenay for their community]]&lt;br /&gt;
&lt;br /&gt;
[[Become a spokesperson|Become a spokesperson for the federated communities of the Mericas]]&lt;br /&gt;
&lt;br /&gt;
[[Bring a federation letter|Bring a federation letter to La Main Tendue]]&lt;br /&gt;
&lt;br /&gt;
[[Bring clothes|Bring clothes for the annual parade]]&lt;br /&gt;
&lt;br /&gt;
[[Demine Noranda|Demine the City of Noranda]]&lt;br /&gt;
&lt;br /&gt;
[[Find a seed bank|Find a seed bank]]&lt;br /&gt;
&lt;br /&gt;
[[Find and recruit a crop expert|Find and recruit a crop expert]]&lt;br /&gt;
&lt;br /&gt;
[[Help the medicine of Cap-Lévis|Help the overworked medical staff of Cap-Lévis]]&lt;br /&gt;
&lt;br /&gt;
[[Repair the water filtration system|Repair the water filtration system of the research center]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;Jobs (10)&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;span id=&amp;quot;Jobs&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
[[#top|↑]] &amp;#039;&amp;#039;&amp;#039;Jobs&amp;#039;&amp;#039;&amp;#039; can only be accomplished by first being accepted into a community. They are usually repetitive and sometimes paid (in [[Cap|caps]], [[Local currency|local money]], [[Trinks|trinks]] or [[Gold bits|gold bits]]).&lt;br /&gt;
&lt;br /&gt;
[[Clinic|&amp;#039;&amp;#039;&amp;#039;Clinic&amp;#039;&amp;#039;&amp;#039; (Win-Win)]]&lt;br /&gt;
&lt;br /&gt;
[[Culture|&amp;#039;&amp;#039;&amp;#039;Culture&amp;#039;&amp;#039;&amp;#039; (Apocalypso, Archipel, Cap-Lévis, Coral, Fat, Kofun, La Baie, La main tendue, The Valley, Mistissini, Noranda, Patria, Rouge, Salvage, Terrace)]]&lt;br /&gt;
&lt;br /&gt;
[[Dormitory|&amp;#039;&amp;#039;&amp;#039;Dormitory&amp;#039;&amp;#039;&amp;#039; (Capital, Noranda, Ottawawa)]]&lt;br /&gt;
&lt;br /&gt;
[[Landfill|&amp;#039;&amp;#039;&amp;#039;Landfill&amp;#039;&amp;#039;&amp;#039; (Capital, La Porte)]]&lt;br /&gt;
&lt;br /&gt;
[[Livestock|&amp;#039;&amp;#039;&amp;#039;Livestock&amp;#039;&amp;#039;&amp;#039; (Archipel, Cartier, Fat, La Baie, Mistissini, Noranda, Patria)]]&lt;br /&gt;
&lt;br /&gt;
[[Offices|&amp;#039;&amp;#039;&amp;#039;Offices&amp;#039;&amp;#039;&amp;#039; (Carmor,  Noranda, La Porte, The Valley, Sumbridge)]]&lt;br /&gt;
&lt;br /&gt;
[[Research|&amp;#039;&amp;#039;&amp;#039;Research&amp;#039;&amp;#039;&amp;#039; (Kofun, Noranda)]]&lt;br /&gt;
&lt;br /&gt;
[[Security|&amp;#039;&amp;#039;&amp;#039;Security&amp;#039;&amp;#039;&amp;#039; (Capital, Cap-Lévis, Cartier, Poston)]]&lt;br /&gt;
&lt;br /&gt;
[[Shop|&amp;#039;&amp;#039;&amp;#039;Shop&amp;#039;&amp;#039;&amp;#039; (Apocalypso, The Valley, Noranda, Ottawawa, Poston, Sault)]]&lt;br /&gt;
&lt;br /&gt;
[[Workshop|&amp;#039;&amp;#039;&amp;#039;Workshop&amp;#039;&amp;#039;&amp;#039; (Carmor, Noranda, Rouge, Terrace, Sumbridge)]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=MediaWiki:Sidebar&amp;diff=67641</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=MediaWiki:Sidebar&amp;diff=67641"/>
		<updated>2022-11-09T21:09:56Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Protected &amp;quot;MediaWiki:Sidebar&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** Help:Index|Help&lt;br /&gt;
* The Sum&lt;br /&gt;
** The Sum:About|Presentation&lt;br /&gt;
** The Sum:Strategy guide|Strategy guide&lt;br /&gt;
** The Sum:Contents|Contents&lt;br /&gt;
** The Sum:Modding|Modding&lt;br /&gt;
** https://www.moddb.com/mods/thesum/downloads|Downloads&lt;br /&gt;
** The Sum:Team|Team / Contact&lt;br /&gt;
* LANGUAGES&lt;br /&gt;
* TOOLBOX&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Template:To_detail&amp;diff=67640</id>
		<title>Template:To detail</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Template:To_detail&amp;diff=67640"/>
		<updated>2022-11-09T20:46:59Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Created page with &amp;quot;&amp;lt;includeonly&amp;gt; &amp;lt;div style=&amp;quot;border-width:1px 1px 1px 10px;margin:0.8em 10%;padding:0.5em 1em;border-style:solid;border-color:#4be8ff;background-color:#ffffff0d;&amp;quot;&amp;gt; &amp;lt;div style=&amp;quot;pa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border-width:1px 1px 1px 10px;margin:0.8em 10%;padding:0.5em 1em;border-style:solid;border-color:#4be8ff;background-color:#ffffff0d;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding-left:.5em;padding-right:.5em;&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;table width=&amp;quot;100%&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td width=&amp;quot;75px&amp;quot;&amp;gt;[[Fichier:2017-fr.wp-red-source.svg|50px|frameless|link=|alt=]]&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span style=&amp;quot;color:#ffffff;font-weight:bold;&amp;quot;&amp;gt;This article is a draft&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#c1c1c1;font-weight:bold;&amp;quot;&amp;gt;It lacks information. Add the ones you know!&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
[[Catégorie:À sourcer]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
	<entry>
		<id>https://en.wikipedia2197.org/index.php?title=Category:To_be_detailed&amp;diff=67639</id>
		<title>Category:To be detailed</title>
		<link rel="alternate" type="text/html" href="https://en.wikipedia2197.org/index.php?title=Category:To_be_detailed&amp;diff=67639"/>
		<updated>2022-11-09T20:38:11Z</updated>

		<summary type="html">&lt;p&gt;Anabellebel: Anabellebel moved page Category:To be detailed to Category:To detail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[:Category:To detail]]&lt;/div&gt;</summary>
		<author><name>Anabellebel</name></author>
	</entry>
</feed>