<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.flexiblesurvival.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mokou</id>
	<title>Flexible Survival - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.flexiblesurvival.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mokou"/>
	<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/w/Special:Contributions/Mokou"/>
	<updated>2026-06-10T12:05:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Multiplayer_Commands&amp;diff=664563</id>
		<title>Multiplayer Commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Multiplayer_Commands&amp;diff=664563"/>
		<updated>2017-12-25T02:59:59Z</updated>

		<summary type="html">&lt;p&gt;Mokou: /* channel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Comprehensive set of commands to be used in the Flexible Survival Multiplayer game, with a description and sample usage.&amp;lt;br&amp;gt;&lt;br /&gt;
work in progress -- there are tons of commands to properly document.&lt;br /&gt;
&lt;br /&gt;
==Combat==&lt;br /&gt;
&lt;br /&gt;
==Communication==&lt;br /&gt;
===channel===&lt;br /&gt;
While channel is not a command, it is used to describe how to interact with a given channel, as each channel can be thought of as its own command. See [[#channels|channels]] for a full list of current channels.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;channel name&amp;amp;gt; off&amp;lt;/code&amp;gt; Stop displaying text from the channel &amp;amp;lt;channel name&amp;amp;gt; (muting the channel)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;channel name&amp;amp;gt; on&amp;lt;/code&amp;gt; Turns the channel back on. All channels are on by default.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;channel name&amp;amp;gt; &amp;amp;lt;some message&amp;amp;gt;&amp;lt;/code&amp;gt; Sends &amp;amp;lt;some message&amp;amp;gt; to the channel &amp;amp;lt;channel name&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
more to be added here.&lt;br /&gt;
&lt;br /&gt;
NOTE: The Mail of these commands can be omitted without issue.&lt;br /&gt;
&lt;br /&gt;
===channels===&lt;br /&gt;
&amp;lt;code&amp;gt;channels&amp;lt;/code&amp;gt; Lists all public channels in Flexible Survival.&lt;br /&gt;
===mail===&lt;br /&gt;
&amp;lt;code&amp;gt;mail&amp;lt;/code&amp;gt; Lists your mail messages in the inbox.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Show message &amp;amp;lt;msg&amp;amp;gt; in inbox&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;folder&amp;amp;gt;&amp;lt;/code&amp;gt; List contents of folder&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;folder&amp;amp;gt;=&amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Show message &amp;amp;lt;msg&amp;amp;gt; in inbox folder &amp;amp;lt;folder&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;nickname&amp;amp;gt;=some subject&amp;lt;/code&amp;gt; Begins composing a mail message to &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail #reply &amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Reply to &amp;amp;lt;msg&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail #delete &amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Delete &amp;amp;lt;msg&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Folders may be specified by number or name. Messages may be specified by number or the first few letters of the subject. Option strings do not have to be typed completely: &amp;lt;code&amp;gt;mail #delete 2&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mail  #del 2&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;mail #d 2&amp;lt;/code&amp;gt; would all delete the second message in your Inbox.&amp;lt;br&amp;gt;&lt;br /&gt;
See [[mail|mail]] for more use-cases and options&lt;br /&gt;
===page===&lt;br /&gt;
&amp;lt;code&amp;gt;page &amp;amp;lt;nickname&amp;amp;gt;=some message&amp;lt;/code&amp;gt; Send a private message to a single player named &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page &amp;amp;lt;nickname&amp;amp;gt; &amp;amp;lt;nickname2&amp;amp;gt; &amp;amp;lt;nickname3&amp;amp;gt; ... =some message&amp;lt;/code&amp;gt; Send a private message to multiple players named &amp;amp;lt;nickname&amp;amp;gt; &amp;amp;lt;nickname2&amp;amp;gt; &amp;amp;lt;nickname3&amp;amp;gt; ...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page some message&amp;lt;/code&amp;gt; Send a private message to the last target(s) of the page command. Alternate form: &amp;lt;code&amp;gt;page =some message&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;/code&amp;gt; Send your location privately to &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #r some message&amp;lt;/code&amp;gt; Reply to a page that was sent to you. Alternate form: &amp;lt;code&amp;gt;page #r =some message&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #R some message&amp;lt;/code&amp;gt; Reply to a multi-nickname page. Alternate form: &amp;lt;code&amp;gt;page #R =some message&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #erase &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;/code&amp;gt; Erase a page sent to &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #who&amp;lt;/code&amp;gt; List the last &amp;amp;lt;nickname&amp;amp;gt; you paged, who last paged you, and who you are ignoring&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #last&amp;lt;/code&amp;gt; See the last 20 pages that others sent to you and you sent to others&amp;lt;br&amp;gt;&lt;br /&gt;
There are many other use-cases and options of [[page|page]], such as #alias, #sleepmsg, #ignore, #version, #global and many more.&lt;br /&gt;
&lt;br /&gt;
===whisper===&lt;br /&gt;
&amp;lt;code&amp;gt;whisper &amp;amp;lt;nickname&amp;amp;gt;=some message&amp;lt;/code&amp;gt; Sends &amp;amp;lt;nickname&amp;amp;gt; a private message in the current [[local room|local room]] you are in.&lt;br /&gt;
&lt;br /&gt;
==Crafting &amp;amp; Upgrading Items==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outside of Game==&lt;br /&gt;
&lt;br /&gt;
===+wiki/create===&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; &amp;lt;code&amp;gt;+wiki/create &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;/code&amp;gt; This command creates a user account on the game&#039;s wiki using your default account email and password, with the username &amp;amp;lt;nickname&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Multiplayer_Commands&amp;diff=664562</id>
		<title>Multiplayer Commands</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Multiplayer_Commands&amp;diff=664562"/>
		<updated>2017-12-25T02:59:29Z</updated>

		<summary type="html">&lt;p&gt;Mokou: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Comprehensive set of commands to be used in the Flexible Survival Multiplayer game, with a description and sample usage.&amp;lt;br&amp;gt;&lt;br /&gt;
work in progress -- there are tons of commands to properly document.&lt;br /&gt;
&lt;br /&gt;
==Combat==&lt;br /&gt;
&lt;br /&gt;
==Communication==&lt;br /&gt;
===channel===&lt;br /&gt;
While channel is not a command, it is used to describe how to interact with a given channel, as each channel can be thought of as its own command. See [[#channels|channels]] for a full list of current channels.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;channel name&amp;amp;gt; off&amp;lt;/code&amp;gt; Stop displaying text from the channel &amp;amp;lt;channel name&amp;amp;gt; (muting the channel)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;channel name&amp;amp;gt; on&amp;lt;/code&amp;gt; Turns the channel back on. All channels are on by default.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;channel name&amp;amp;gt; &amp;amp;lt;some message&amp;amp;gt;&amp;lt;/code&amp;gt; Sends &amp;amp;lt;some message&amp;amp;gt; to the channel &amp;amp;lt;channel name&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
more to be added here&lt;br /&gt;
NOTE: The Mail of these commands can be omitted without issue.&lt;br /&gt;
===channels===&lt;br /&gt;
&amp;lt;code&amp;gt;channels&amp;lt;/code&amp;gt; Lists all public channels in Flexible Survival.&lt;br /&gt;
===mail===&lt;br /&gt;
&amp;lt;code&amp;gt;mail&amp;lt;/code&amp;gt; Lists your mail messages in the inbox.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Show message &amp;amp;lt;msg&amp;amp;gt; in inbox&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;folder&amp;amp;gt;&amp;lt;/code&amp;gt; List contents of folder&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;folder&amp;amp;gt;=&amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Show message &amp;amp;lt;msg&amp;amp;gt; in inbox folder &amp;amp;lt;folder&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail &amp;amp;lt;nickname&amp;amp;gt;=some subject&amp;lt;/code&amp;gt; Begins composing a mail message to &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail #reply &amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Reply to &amp;amp;lt;msg&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;mail #delete &amp;amp;lt;msg&amp;amp;gt;&amp;lt;/code&amp;gt; Delete &amp;amp;lt;msg&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Folders may be specified by number or name. Messages may be specified by number or the first few letters of the subject. Option strings do not have to be typed completely: &amp;lt;code&amp;gt;mail #delete 2&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;mail  #del 2&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;mail #d 2&amp;lt;/code&amp;gt; would all delete the second message in your Inbox.&amp;lt;br&amp;gt;&lt;br /&gt;
See [[mail|mail]] for more use-cases and options&lt;br /&gt;
===page===&lt;br /&gt;
&amp;lt;code&amp;gt;page &amp;amp;lt;nickname&amp;amp;gt;=some message&amp;lt;/code&amp;gt; Send a private message to a single player named &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page &amp;amp;lt;nickname&amp;amp;gt; &amp;amp;lt;nickname2&amp;amp;gt; &amp;amp;lt;nickname3&amp;amp;gt; ... =some message&amp;lt;/code&amp;gt; Send a private message to multiple players named &amp;amp;lt;nickname&amp;amp;gt; &amp;amp;lt;nickname2&amp;amp;gt; &amp;amp;lt;nickname3&amp;amp;gt; ...&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page some message&amp;lt;/code&amp;gt; Send a private message to the last target(s) of the page command. Alternate form: &amp;lt;code&amp;gt;page =some message&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;/code&amp;gt; Send your location privately to &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #r some message&amp;lt;/code&amp;gt; Reply to a page that was sent to you. Alternate form: &amp;lt;code&amp;gt;page #r =some message&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #R some message&amp;lt;/code&amp;gt; Reply to a multi-nickname page. Alternate form: &amp;lt;code&amp;gt;page #R =some message&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #erase &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;/code&amp;gt; Erase a page sent to &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #who&amp;lt;/code&amp;gt; List the last &amp;amp;lt;nickname&amp;amp;gt; you paged, who last paged you, and who you are ignoring&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;page #last&amp;lt;/code&amp;gt; See the last 20 pages that others sent to you and you sent to others&amp;lt;br&amp;gt;&lt;br /&gt;
There are many other use-cases and options of [[page|page]], such as #alias, #sleepmsg, #ignore, #version, #global and many more.&lt;br /&gt;
&lt;br /&gt;
===whisper===&lt;br /&gt;
&amp;lt;code&amp;gt;whisper &amp;amp;lt;nickname&amp;amp;gt;=some message&amp;lt;/code&amp;gt; Sends &amp;amp;lt;nickname&amp;amp;gt; a private message in the current [[local room|local room]] you are in.&lt;br /&gt;
&lt;br /&gt;
==Crafting &amp;amp; Upgrading Items==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Outside of Game==&lt;br /&gt;
&lt;br /&gt;
===+wiki/create===&lt;br /&gt;
&#039;&#039;&#039;Usage:&#039;&#039;&#039; &amp;lt;code&amp;gt;+wiki/create &amp;amp;lt;nickname&amp;amp;gt;&amp;lt;/code&amp;gt; This command creates a user account on the game&#039;s wiki using your default account email and password, with the username &amp;amp;lt;nickname&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Mokou/Infobox&amp;diff=628537</id>
		<title>Mokou/Infobox</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Mokou/Infobox&amp;diff=628537"/>
		<updated>2017-10-01T00:42:37Z</updated>

		<summary type="html">&lt;p&gt;Mokou: Created page with &amp;quot;Overview Birthday: May 16th, 1988  Place of Birth: United States, CA - Fairhaven  Gender: Female  Primary Form: Fennec  Faction: Promethean  Group: None  Primary Combat Role:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Overview&lt;br /&gt;
Birthday: May 16th, 1988&lt;br /&gt;
&lt;br /&gt;
Place of Birth: United States, CA - Fairhaven&lt;br /&gt;
&lt;br /&gt;
Gender: Female&lt;br /&gt;
&lt;br /&gt;
Primary Form: Fennec&lt;br /&gt;
&lt;br /&gt;
Faction: Promethean&lt;br /&gt;
&lt;br /&gt;
Group: None&lt;br /&gt;
&lt;br /&gt;
Primary Combat Role: Cursed Lover&lt;br /&gt;
&lt;br /&gt;
Primary Defense: Um... Overwhelming Contact&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Mokou/Stereotypes&amp;diff=628108</id>
		<title>Mokou/Stereotypes</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Mokou/Stereotypes&amp;diff=628108"/>
		<updated>2017-09-30T06:26:34Z</updated>

		<summary type="html">&lt;p&gt;Mokou: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Zephyr:&amp;#039;&amp;#039;&amp;#039; &amp;quot;There isn&amp;#039;t much to say about these people. They are here. They seek to take what they can from it. They are the scavengers of the new world. A solution might b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Zephyr:&#039;&#039;&#039; &amp;quot;There isn&#039;t much to say about these people. They are here. They seek to take what they can from it. They are the scavengers of the new world. A solution might be found if they wanted, but they will survive despite it all. So, they continue. They... they are varied. But as a whole... smart.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RSX:&#039;&#039;&#039; &amp;quot;Idealist in the worst sense of the way. They are aiming to restore the fragments of a broken country. I want to see them succeed. I want to cheer them on. I &#039;&#039;want&#039;&#039; to have them win. To have them be better. And then I see them level their guns at me. They are fighting a war they can&#039;t win. . . Most of them.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prometheans:&#039;&#039;&#039; &amp;quot;Idealists in the worst sense of the way. Not the same way as RSX, but equally poorly planned. They want to fix the world. Not make it as it was. But as it will be. They&#039;ll win in the end... I just fear what it will look like. I know they can help... They got me here after all. I just... I think they will forget too much of how it is to be human.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Survivors:&#039;&#039;&#039; &amp;quot;Me. They see the flaws in each, or seperate flaws in each. They don&#039;t want to pick a flawed system, or maybe they are full of spite. Don&#039;t label them. Don&#039;t label any of them. Find out from each.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ferals:&#039;&#039;&#039; &amp;quot;One word: &#039;&#039;Human&#039;&#039;&amp;quot;&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Mokou/Introduction&amp;diff=628107</id>
		<title>Mokou/Introduction</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Mokou/Introduction&amp;diff=628107"/>
		<updated>2017-09-30T06:00:40Z</updated>

		<summary type="html">&lt;p&gt;Mokou: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For those who sought this lass&#039;s information, Along with her report, several downloadable audio logs could be found. The rest of her report was practically a Medical Statement. Indeed, it was. An attachment could be found, but seemed to continually deny access. Strange.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name: Mokou NoLastNameGiven                  &lt;br /&gt;
&lt;br /&gt;
Age:27-29&lt;br /&gt;
&lt;br /&gt;
Eye Color: Mocha Brown&lt;br /&gt;
&lt;br /&gt;
Common Form: Fennec&lt;br /&gt;
&lt;br /&gt;
_Height:4&#039;5&amp;quot; - 1.35m   &lt;br /&gt;
&lt;br /&gt;
_Weight: 80lb 7oz - 36.29kg &lt;br /&gt;
&lt;br /&gt;
_Sex: Female, Pure&lt;br /&gt;
&lt;br /&gt;
BloodType: O-         &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Treatment Time: 3 Months&lt;br /&gt;
&lt;br /&gt;
Recovered: &#039;&#039;&#039;Y&#039;&#039;&#039;/N&lt;br /&gt;
&lt;br /&gt;
Profile: Recent Aquire from Scout Group C. Temporary Hold given for recovery&lt;br /&gt;
&lt;br /&gt;
Recovery Time: &#039;&#039;&#039;N/A&#039;&#039;&#039; See Note&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Mokou/Introduction&amp;diff=628106</id>
		<title>Mokou/Introduction</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Mokou/Introduction&amp;diff=628106"/>
		<updated>2017-09-30T05:23:50Z</updated>

		<summary type="html">&lt;p&gt;Mokou: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For those who sought this lass&#039;s information, Along with her report, several downloadable audio logs could be found. The rest of her report was practically a Medical Statement. Indeed, it was.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Name: Mokou NoLastNameGiven                  Age:27-29&lt;br /&gt;
Common Form: Fennec    Height:4&#039;5&amp;quot; - 1.35m   Weight: 80lb 7oz - 36.29kg &lt;br /&gt;
Sex: Female, Pure      BloodType: O-         PregRecent:----No Yes&lt;br /&gt;
&lt;br /&gt;
Fur color: &lt;br /&gt;
Hair color: &lt;br /&gt;
Eye color: &lt;br /&gt;
Height: &lt;br /&gt;
Weight: &lt;br /&gt;
Generation:&lt;br /&gt;
Ability:&lt;br /&gt;
Group:&lt;br /&gt;
Quote:&lt;br /&gt;
Attacks: &lt;br /&gt;
Profile:&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Mokou/Introduction&amp;diff=628105</id>
		<title>Mokou/Introduction</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Mokou/Introduction&amp;diff=628105"/>
		<updated>2017-09-30T05:08:23Z</updated>

		<summary type="html">&lt;p&gt;Mokou: Created page with &amp;quot;&amp;#039;&amp;#039;For those who sought this lass&amp;#039;s information, Along with her report, several downloadable audio logs could be found. The rest of her report was practically a Medical Stateme...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For those who sought this lass&#039;s information, Along with her report, several downloadable audio logs could be found. The rest of her report was practically a Medical Statement. Indeed, it was.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
	<entry>
		<id>https://wiki.flexiblesurvival.com/index.php?title=Mokou&amp;diff=628104</id>
		<title>Mokou</title>
		<link rel="alternate" type="text/html" href="https://wiki.flexiblesurvival.com/index.php?title=Mokou&amp;diff=628104"/>
		<updated>2017-09-30T05:02:49Z</updated>

		<summary type="html">&lt;p&gt;Mokou: Created page with &amp;quot;Category:PCsCategory:Active PCs {{ :Template:Charpage  }}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:PCs]][[Category:Active PCs]]&lt;br /&gt;
{{ :Template:Charpage &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mokou</name></author>
	</entry>
</feed>