Merge branch 'master' of ssh://git.scicore.unibas.ch:2222/cs108-fs22/Gruppe-8
This commit is contained in:
commit
31e532c8f2
162
.gitignore
vendored
Normal file
162
.gitignore
vendored
Normal file
@ -0,0 +1,162 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/intellij,gradle,java
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij,gradle,java
|
||||
|
||||
### Intellij ###
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
|
||||
# AWS User-specific
|
||||
.idea/**/aws.xml
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
|
||||
# Sensitive or high-churn files
|
||||
.idea/**/dataSources/
|
||||
.idea/**/dataSources.ids
|
||||
.idea/**/dataSources.local.xml
|
||||
.idea/**/sqlDataSources.xml
|
||||
.idea/**/dynamic.xml
|
||||
.idea/**/uiDesigner.xml
|
||||
.idea/**/dbnavigator.xml
|
||||
|
||||
# Gradle
|
||||
.idea/**/gradle.xml
|
||||
.idea/**/libraries
|
||||
|
||||
# Gradle and Maven with auto-import
|
||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||
# since they will be recreated, and may cause churn. Uncomment if using
|
||||
# auto-import.
|
||||
# .idea/artifacts
|
||||
# .idea/compiler.xml
|
||||
# .idea/jarRepositories.xml
|
||||
# .idea/modules.xml
|
||||
# .idea/*.iml
|
||||
# .idea/modules
|
||||
# *.iml
|
||||
# *.ipr
|
||||
|
||||
# CMake
|
||||
cmake-build-*/
|
||||
|
||||
# Mongo Explorer plugin
|
||||
.idea/**/mongoSettings.xml
|
||||
|
||||
# File-based project format
|
||||
*.iws
|
||||
|
||||
# IntelliJ
|
||||
out/
|
||||
|
||||
# mpeltonen/sbt-idea plugin
|
||||
.idea_modules/
|
||||
|
||||
# JIRA plugin
|
||||
atlassian-ide-plugin.xml
|
||||
|
||||
# Cursive Clojure plugin
|
||||
.idea/replstate.xml
|
||||
|
||||
# SonarLint plugin
|
||||
.idea/sonarlint/
|
||||
|
||||
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||||
com_crashlytics_export_strings.xml
|
||||
crashlytics.properties
|
||||
crashlytics-build.properties
|
||||
fabric.properties
|
||||
|
||||
# Editor-based Rest Client
|
||||
.idea/httpRequests
|
||||
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
### Intellij Patch ###
|
||||
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
|
||||
|
||||
# *.iml
|
||||
# modules.xml
|
||||
# .idea/misc.xml
|
||||
# *.ipr
|
||||
|
||||
# Sonarlint plugin
|
||||
# https://plugins.jetbrains.com/plugin/7973-sonarlint
|
||||
.idea/**/sonarlint/
|
||||
|
||||
# SonarQube Plugin
|
||||
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
|
||||
.idea/**/sonarIssues.xml
|
||||
|
||||
# Markdown Navigator plugin
|
||||
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
|
||||
.idea/**/markdown-navigator.xml
|
||||
.idea/**/markdown-navigator-enh.xml
|
||||
.idea/**/markdown-navigator/
|
||||
|
||||
# Cache file creation bug
|
||||
# See https://youtrack.jetbrains.com/issue/JBR-2257
|
||||
.idea/$CACHE_FILE$
|
||||
|
||||
# CodeStream plugin
|
||||
# https://plugins.jetbrains.com/plugin/12206-codestream
|
||||
.idea/codestream.xml
|
||||
|
||||
### Java ###
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
### Gradle ###
|
||||
.gradle
|
||||
**/build/
|
||||
!src/**/build/
|
||||
|
||||
# Ignore Gradle GUI config
|
||||
gradle-app.setting
|
||||
|
||||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
||||
!gradle-wrapper.jar
|
||||
|
||||
# Avoid ignore Gradle wrappper properties
|
||||
!gradle-wrapper.properties
|
||||
|
||||
# Cache of project
|
||||
.gradletasknamecache
|
||||
|
||||
# Eclipse Gradle plugin generated files
|
||||
# Eclipse Core
|
||||
.project
|
||||
# JDT-specific (Eclipse Java Development Tools)
|
||||
.classpath
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/intellij,gradle,java
|
||||
0
Meilenstein I/.gitkeep
Normal file
0
Meilenstein I/.gitkeep
Normal file
8
Meilenstein I/BudaServerClientStuff/.idea/.gitignore
generated
vendored
Normal file
8
Meilenstein I/BudaServerClientStuff/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
6
Meilenstein I/BudaServerClientStuff/.idea/misc.xml
generated
Normal file
6
Meilenstein I/BudaServerClientStuff/.idea/misc.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
||||
8
Meilenstein I/BudaServerClientStuff/.idea/modules.xml
generated
Normal file
8
Meilenstein I/BudaServerClientStuff/.idea/modules.xml
generated
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/BudaServerClientStuff.iml" filepath="$PROJECT_DIR$/BudaServerClientStuff.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
10
Meilenstein I/BudaServerClientStuff/README.txt
Normal file
10
Meilenstein I/BudaServerClientStuff/README.txt
Normal file
@ -0,0 +1,10 @@
|
||||
This is a demo of some (very basic) client / server functionality.
|
||||
Run BudaClient.java for the Client and BudaServer.java for the Server. Everything connects locally via port 8090
|
||||
|
||||
Type "Name:Jonas B." to change the client's name to Jonas B (the "." is where the name stops).
|
||||
|
||||
Type "Names" for the Server to display everyone who is connected along with their name (if they have set a name).
|
||||
|
||||
Typing "Quitx" should quit everything but I havent quite managed to implement that yet so just repeatedly use ctrl+c to quit everything.
|
||||
|
||||
-Jonas
|
||||
29
Meilenstein I/BudaServerClientStuff/src/BudaClient.java
Normal file
29
Meilenstein I/BudaServerClientStuff/src/BudaClient.java
Normal file
@ -0,0 +1,29 @@
|
||||
|
||||
import java.io.*;
|
||||
import java.net.Socket;
|
||||
|
||||
public class BudaClient {
|
||||
public static void main(String[] args) {
|
||||
Socket sock = null;
|
||||
try {
|
||||
sock = new Socket("localhost", 8090);
|
||||
OutputStream out= sock.getOutputStream();
|
||||
BufferedReader conin = new BufferedReader(new InputStreamReader(System.in));
|
||||
String line = "";
|
||||
while (true) {
|
||||
line = conin.readLine();
|
||||
out.write(line.getBytes());
|
||||
if (line.equalsIgnoreCase("Quitx")) {
|
||||
break;
|
||||
}
|
||||
//line.startsWith() //todo: automatically handle name lengths
|
||||
//TODO: Implement inputStream in.
|
||||
}
|
||||
|
||||
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@ -0,0 +1,73 @@
|
||||
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
import java.net.Socket;
|
||||
|
||||
public class BudaClientThread implements Runnable {
|
||||
int number;
|
||||
Socket socket;
|
||||
String name;
|
||||
|
||||
|
||||
public BudaClientThread(int number, Socket socket) {
|
||||
this.number = number;
|
||||
this.socket = socket;
|
||||
name = "";
|
||||
}
|
||||
|
||||
public void run() {
|
||||
System.out.println("Connection " + number + " established.");
|
||||
try {
|
||||
InputStream in = socket.getInputStream();
|
||||
OutputStream out = socket.getOutputStream();
|
||||
byte[] command;
|
||||
String comString;
|
||||
while (true) {
|
||||
command = new byte[5];
|
||||
System.out.println("Waiting to receive a line");
|
||||
in.read(command);
|
||||
System.out.println("Got a line!");
|
||||
comString = new String(command);
|
||||
System.out.println("Client number " + number + " sent this message: " + comString);
|
||||
if (comString.equalsIgnoreCase("Quitx")) {
|
||||
BudaServer.quit = true;
|
||||
System.out.println("I just set quit to true!");
|
||||
break;
|
||||
}
|
||||
|
||||
//todo: do as switch.
|
||||
|
||||
if (comString.equalsIgnoreCase("NAME:")) { //todo: implement these as methods?
|
||||
setName(in);
|
||||
}
|
||||
|
||||
if (comString.equalsIgnoreCase("NAMES")) {
|
||||
printnames();
|
||||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
public void printnames() {
|
||||
for (BudaClientThread t: BudaServer.Clients) {
|
||||
System.out.println(t.name + " connected (#" + t.number + ")");
|
||||
}
|
||||
}
|
||||
|
||||
public void setName(InputStream in) throws IOException {
|
||||
//byte[] namebyte = new byte[0];
|
||||
String nameString = "";
|
||||
int i;
|
||||
while (true) {
|
||||
i = in.read();
|
||||
if (i == 46) break;
|
||||
nameString = nameString + (char) i;
|
||||
}
|
||||
this.name = nameString;
|
||||
}
|
||||
|
||||
}
|
||||
25
Meilenstein I/BudaServerClientStuff/src/BudaServer.java
Normal file
25
Meilenstein I/BudaServerClientStuff/src/BudaServer.java
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.ServerSocket;
|
||||
import java.net.Socket;
|
||||
import java.util.HashSet;
|
||||
|
||||
public class BudaServer {
|
||||
public static boolean quit = false; //todo: meaningfully implement this
|
||||
public static HashSet<BudaClientThread> Clients = new HashSet<BudaClientThread>();
|
||||
static int connections = 0;
|
||||
|
||||
public static void main(String[] args) {
|
||||
ServerConnector ServC = new ServerConnector();
|
||||
Thread ServCThread = new Thread(ServC);
|
||||
ServCThread.start();
|
||||
System.out.println("Server has entered its main loop");
|
||||
while (!quit) {
|
||||
//Main server stuff goes here
|
||||
}
|
||||
//ServCThread.stop(); //todo: find some alternative for this.
|
||||
System.out.println("stopping the main BudaServer thread.");
|
||||
System.out.println("Quitting after the next connection is made.");
|
||||
}
|
||||
}
|
||||
25
Meilenstein I/BudaServerClientStuff/src/ClientListener.java
Normal file
25
Meilenstein I/BudaServerClientStuff/src/ClientListener.java
Normal file
@ -0,0 +1,25 @@
|
||||
import java.io.*;
|
||||
import java.net.Socket;
|
||||
|
||||
public class ClientListener implements Runnable{
|
||||
private final Socket sock;
|
||||
|
||||
public ClientListener(Socket sock) {
|
||||
this.sock = sock;
|
||||
}
|
||||
|
||||
public void run(){
|
||||
byte[] command = new byte[5];
|
||||
String comString;
|
||||
|
||||
try {
|
||||
InputStream in = sock.getInputStream();
|
||||
in.read(command);
|
||||
System.out.println("Got a line!");
|
||||
comString = new String(command);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
27
Meilenstein I/BudaServerClientStuff/src/ServerConnector.java
Normal file
27
Meilenstein I/BudaServerClientStuff/src/ServerConnector.java
Normal file
@ -0,0 +1,27 @@
|
||||
import java.io.IOException;
|
||||
import java.net.ServerSocket;
|
||||
import java.net.Socket;
|
||||
|
||||
public class ServerConnector implements Runnable{
|
||||
public void run() {
|
||||
try {
|
||||
System.out.println(
|
||||
"Warte auf Verbindungen auf Port 8090...");
|
||||
ServerSocket servSock = new ServerSocket(8090);
|
||||
while (true) {
|
||||
Socket socket = servSock.accept();
|
||||
System.out.println("got a connection: socket " + BudaServer.connections + socket.toString());
|
||||
BudaClientThread newClientThread = new BudaClientThread(++BudaServer.connections, socket);
|
||||
BudaServer.Clients.add(newClientThread);
|
||||
Thread bCT = new Thread(newClientThread);
|
||||
bCT.start();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
System.out.println("server got an error");
|
||||
System.err.println(e);
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
107
Meilenstein I/Diary - Stand 22-3-14.txt
Normal file
107
Meilenstein I/Diary - Stand 22-3-14.txt
Normal file
@ -0,0 +1,107 @@
|
||||
NOTE: Dies ist die .txt-Version des Diary, die .docx-Version ist im Ordner "documentation", allerdings unter dem namen "Protokoll" (Name hier geändert um Verwechslung mit client-server-Protokoll zu vermeiden).
|
||||
|
||||
|
||||
|
||||
|
||||
02.03.2022 – alle Gruppenmitglieder
|
||||
|
||||
- Einrichtung Git und IntelliJ
|
||||
|
||||
- Spielidee: Jonas: Werwolf-Spiel
|
||||
|
||||
6 Spieler, rundenbasiert
|
||||
|
||||
Grobe Idee: Es gibt einen Geist und 5 Personen, die in einem Nachtzug in benachbarten Kabinen fahren. Ein Geist kann in der Nacht einen anderen „gesunden“ Spieler (Person) infizieren. Dabei läuft der Geist neben anderen Personen und sie „hören“ den Geist (Benachrichtigung). Wenn die Nacht vorbei ist, müssen sich alle Spieler entscheiden, ob sie sagen, sie hätten etwas gehört oder nicht (mit Chat). Dann gibt es am Tag eine Abstimmung, wer der Geist ist (Stimme der Geister zählt nicht). Der Spieler mit den meisten Stimmen wird aus dem Spiel geworfen. In der nächsten Nacht stimmen die verbliebenen Geister ab, wen sie infizieren wollen. Anschliessend beginnt die Infektionsphase erneut.
|
||||
|
||||
Das Spiel ist vorbei, wenn nur Geister oder nur Personen übrig sind.
|
||||
Schräge/isometrische Grafik, prerendered
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
08.03.2022 – alle Gruppenmitglieder
|
||||
|
||||
- Ziele für heute: Spieldesign/Spielregeln, Analyse, Projektplanung
|
||||
|
||||
- Spieldesign:
|
||||
|
||||
- Mindestens 6 Spieler (bei weniger als 6 human players wird der Rest mit NPCs aufgefüllt)
|
||||
|
||||
- Zwei Arten/Rollen von Spielern: ghosts, humans
|
||||
|
||||
- Server kommuniziert Spielern, ob sie humans oder ghosts sind
|
||||
|
||||
- Spieler, der neues Spiel kreiert, ist Admin (darf neues Spiel z.B. auch nur mit NPCs anfangen)
|
||||
|
||||
- ghosts vs. humans: Geister können Menschen infizieren und zu Geistern machen. Sind nur Geister im Spiel übrig, haben Geister gewonnen. Haben die Menschen den ursprünglichen Geist aus dem Spiel geworfen, haben sie gewonnen.
|
||||
|
||||
(- Versucht ein Geist, einen Menschen zu infizieren, ist nicht sicher, ob er es schafft)
|
||||
|
||||
- Eine Runde = ein Tag-Nacht-Zyklus
|
||||
|
||||
- Geister haben separaten Chat, in dem sie entscheiden können, wen sie in der nächsten Nacht infizieren
|
||||
- Nacht: Geister aktiv, infizieren Menschen
|
||||
- Infizierte wissen, wer sie infiziert hat
|
||||
- Läuft der Geist neben Menschen, ohne sie zu infizieren, werden diese benachrichtigt
|
||||
- Tag: anonyme Abstimmung, wer aus Spiel herausgekickt werden soll
|
||||
|
||||
- time limit: Wenn man in einer bestimmten Zeit nicht abgestimmt hat, kriegt man eine Stimme für sich selbst
|
||||
|
||||
- Spieler dürfen vor der Abstimmung sagen, ob sie einen Geist gehört haben oder nicht (Geister können Menschen dabei täuschen)
|
||||
|
||||
- Stimmen der Geistern zählen nicht
|
||||
|
||||
- Rausgeworfene Spieler werden Zuschauer
|
||||
|
||||
- Nach Abstimmung wissen alle, wer ausgewählt worden ist, und ob der Spieler Geist war.
|
||||
|
||||
|
||||
Zusammenfassung:
|
||||
|
||||
- Spielbeginn: 6 Spielfelder. Erste Runde beginnt. Es ist Nacht, es gibt einen Geist. Geist stimmt für einen Menschen, den er infizieren will (Abstimmung mit time-limit; in möglichen späteren Runden stimmen mehrere Geister über zu infizierenden Menschen). Er infiziert diesen Menschen.
|
||||
|
||||
- Infizierter wird benachrichtigt, dass er nun Geist ist; zudem Benachrichtigungen über Bewegung des Geistes
|
||||
|
||||
- Es wird Tag: Menschen stimmen ab (mit Chat für Menschen, mit time limit), Geister-Stimmen zählen nicht. Wenn ein Geist die meisten Stimmen erhalten hat, wird er zum Zuschauer. Wenn Menschen für einen Menschen stimmen, werden sie benachrichtigt, dass er kein Geist ist (er wird nicht rausgeworfen) und das Spiel geht mit ihm weiter.
|
||||
|
||||
- Spielende: entweder es gibt nur Geister (Geister gewonnen) oder erster Geist durch Menschen-Abstimmung aus dem Spiel geworfen (Menschen gewonnen).
|
||||
|
||||
- Spieltitel: “Night train to Budapest”
|
||||
|
||||
- Durchspielen auf Papier
|
||||
|
||||
- Softwareanforderungen:
|
||||
- 2D-Grafik
|
||||
- Event-Handler (kümmert sich um Input/Output)
|
||||
|
||||
- Zustandsspeicherung/Zustandsverwaltung (ist Tag / Nacht / Abstimmungszeit / Infektionszeit?)
|
||||
|
||||
- Client/Server-Kommunikation
|
||||
|
||||
- Separate Chatfunktion
|
||||
|
||||
|
||||
- Grundlagen der Projektplanung
|
||||
- Netzwerkprotokoll
|
||||
- Client/-Serverstruktur
|
||||
- Chatfunktion
|
||||
- Spiellogik (Speicherung, Methoden für Veränderung)
|
||||
- GUI
|
||||
- Klassenstruktur (Datenstrukturen, Client/Server greifen darauf zu)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
11.03.2022 – alle Gruppenmitglieder
|
||||
|
||||
- Einrichtung, Synchronisation GanttProject
|
||||
|
||||
- Projektplanung: Anfang (parallelisierbar): Klassenstruktur (Human, Ghost, …), Spiellogik (Spielzustand, Voting), Client/Server (rundenbasiert), später: GUI (2D-Engine, Animation), Chat (mit speziellem Ghost-Modus)
|
||||
|
||||
- Aufgabenaufteilung Meilenstein 1: Vorbereitung Präsentation (Jonas), Übersicht Netzwerk (Sebastian), Softwareanforderungen (Alex), detaillierter Projektplan (Seraina)
|
||||
|
||||
- Netzwerktopologie für das Spiel: Stern
|
||||
|
||||
|
||||
BIN
Meilenstein I/ProjektplanProv.pdf
Normal file
BIN
Meilenstein I/ProjektplanProv.pdf
Normal file
Binary file not shown.
@ -1,30 +1,31 @@
|
||||
{\rtf1\adeflang1025\ansi\ansicpg0\uc1\adeff31507\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi31507\deflang8192\deflangfe8192\themelang8192\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
|
||||
{\rtf1\adeflang1025\ansi\ansicpg0\uc1\adeff0\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang8192\deflangfe8192\themelang8192\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}
|
||||
{\f37\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
|
||||
{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhimajor\f31502\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0302020204030204}Calibri Light;}
|
||||
{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}
|
||||
{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}
|
||||
{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f43\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\f44\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\f46\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f47\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f48\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f49\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
|
||||
{\f50\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f51\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f413\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\f414\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}
|
||||
{\f416\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\f417\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\f418\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);}{\f419\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}
|
||||
{\f420\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\f421\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
|
||||
{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
|
||||
{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;}{\fhimajor\f31529\fbidi \fswiss\fcharset204\fprq2 Calibri Light Cyr;}{\fhimajor\f31531\fbidi \fswiss\fcharset161\fprq2 Calibri Light Greek;}
|
||||
{\fhimajor\f31532\fbidi \fswiss\fcharset162\fprq2 Calibri Light Tur;}{\fhimajor\f31533\fbidi \fswiss\fcharset177\fprq2 Calibri Light (Hebrew);}{\fhimajor\f31534\fbidi \fswiss\fcharset178\fprq2 Calibri Light (Arabic);}
|
||||
{\fhimajor\f31535\fbidi \fswiss\fcharset186\fprq2 Calibri Light Baltic;}{\fhimajor\f31536\fbidi \fswiss\fcharset163\fprq2 Calibri Light (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
|
||||
{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
|
||||
{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}
|
||||
{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
|
||||
{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}
|
||||
{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}
|
||||
{\f50\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f51\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f383\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f384\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}
|
||||
{\f386\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f387\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f390\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f391\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}
|
||||
{\f413\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\f414\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\f416\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\f417\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}
|
||||
{\f418\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);}{\f419\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\f420\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\f421\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}
|
||||
{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}
|
||||
{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
|
||||
{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;}{\fhimajor\f31529\fbidi \fswiss\fcharset204\fprq2 Calibri Light Cyr;}
|
||||
{\fhimajor\f31531\fbidi \fswiss\fcharset161\fprq2 Calibri Light Greek;}{\fhimajor\f31532\fbidi \fswiss\fcharset162\fprq2 Calibri Light Tur;}{\fhimajor\f31533\fbidi \fswiss\fcharset177\fprq2 Calibri Light (Hebrew);}
|
||||
{\fhimajor\f31534\fbidi \fswiss\fcharset178\fprq2 Calibri Light (Arabic);}{\fhimajor\f31535\fbidi \fswiss\fcharset186\fprq2 Calibri Light Baltic;}{\fhimajor\f31536\fbidi \fswiss\fcharset163\fprq2 Calibri Light (Vietnamese);}
|
||||
{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}
|
||||
{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}
|
||||
{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}
|
||||
{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}
|
||||
{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}
|
||||
{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
|
||||
{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
|
||||
{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}
|
||||
{\fhiminor\f31573\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);}{\fhiminor\f31574\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}
|
||||
{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}
|
||||
{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}
|
||||
@ -32,127 +33,141 @@
|
||||
{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;
|
||||
\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;\red0\green0\blue0;\red0\green0\blue0;}{\*\defchp \fs22\loch\af31506\hich\af31506\dbch\af31505 }{\*\defpap
|
||||
\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\upr{\stylesheet{\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
|
||||
\rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \snext0 \sqformat \spriority0 Normal;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1
|
||||
\rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \snext0 \sqformat \spriority0 Normal;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1
|
||||
Default Paragraph Font;}{\*\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv
|
||||
\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\snext11 \ssemihidden \sunhideused Normal Table;}{\s15\ql \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
|
||||
\fs24\lang8192\langfe8192\cgrid\langnp8192\langfenp8192 \sbasedon0 \snext15 \ssemihidden \sunhideused \styrsid4807755 Normal (Web);}{\s16\ql \li0\ri0\sa160\sl259\slmult1\widctlpar
|
||||
\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\fs24\lang8192\langfe8192\loch\f0\hich\af0\dbch\af31505\cgrid\langnp8192\langfenp8192 \sbasedon0 \snext15 \ssemihidden \sunhideused \styrsid4807755 Normal (Web);}{\s16\ql \li0\ri0\sa160\sl259\slmult1\widctlpar
|
||||
\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\sbasedon0 \snext16 \slink17 \sunhideused \styrsid4807755 header;}{\*\cs17 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \sbasedon10 \slink16 \slocked \styrsid4807755 Header Char;}{\s18\ql \li0\ri0\sa160\sl259\slmult1\widctlpar
|
||||
\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\sbasedon0 \snext18 \slink19 \sunhideused \styrsid4807755 footer;}{\*\cs19 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \sbasedon10 \slink18 \slocked \styrsid4807755 Footer Char;}}{\*\ud\uc0{\stylesheet{\ql \li0\ri0\sa160\sl259\slmult1
|
||||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \snext0 \sqformat \spriority0 Normal;}
|
||||
{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\*
|
||||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \snext0 \sqformat \spriority0 Normal;}{\*
|
||||
\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\*
|
||||
\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa160\sl259\slmult1
|
||||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \snext11 \ssemihidden \sunhideused
|
||||
Normal Table;}{\s15\ql \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang8192\langfe8192\cgrid\langnp8192\langfenp8192
|
||||
\sbasedon0 \snext15 \ssemihidden \sunhideused \styrsid4807755 Normal (Web);}{\s16\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025
|
||||
\ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \sbasedon0 \snext16 \slink17 \sunhideused \styrsid4807755 header;}{\*\cs17 \additive \rtlch\fcs1 \af0 \ltrch\fcs0
|
||||
\sbasedon10 \slink16 \slocked \styrsid4807755 Header Char;}{\s18\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \sbasedon0 \snext18 \slink19 \sunhideused \styrsid4807755 footer;}{\*\cs19 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \sbasedon10 \slink18 \slocked \styrsid4807755
|
||||
Footer Char;}}}}{\*\pgptbl {\pgp\ipgp0\itap0\li0\ri0\sb0\sa0}}{\*\rsidtbl \rsid4807755\rsid11216310\rsid13128906}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info
|
||||
{\upr{\operator Jonas Biedermann}{\*\ud\uc0{\operator Jonas Biedermann}}}{\creatim\yr2022\mo3\dy4\hr13\min53}{\revtim\yr2022\mo3\dy4\hr13\min59}{\version2}{\edmins6}{\nofpages2}{\nofwords785}{\nofchars4481}{\upr{\nofcharsws5256}
|
||||
{\*\ud\uc0{\nofcharsws5256}}}{\vern43}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect
|
||||
\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 \snext11 \ssemihidden \sunhideused
|
||||
Normal Table;}{\s15\ql \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
|
||||
\fs24\lang8192\langfe8192\loch\f0\hich\af0\dbch\af31505\cgrid\langnp8192\langfenp8192 \sbasedon0 \snext15 \ssemihidden \sunhideused \styrsid4807755 Normal (Web);}{\s16\ql \li0\ri0\sa160\sl259\slmult1\widctlpar
|
||||
\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\sbasedon0 \snext16 \slink17 \sunhideused \styrsid4807755 header;}{\*\cs17 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \sbasedon10 \slink16 \slocked \styrsid4807755 Header Char;}{\s18\ql \li0\ri0\sa160\sl259\slmult1\widctlpar
|
||||
\tqc\tx4513\tqr\tx9026\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192
|
||||
\sbasedon0 \snext18 \slink19 \sunhideused \styrsid4807755 footer;}{\*\cs19 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \sbasedon10 \slink18 \slocked \styrsid4807755 Footer Char;}}}}{\*\pgptbl {\pgp\ipgp0\itap0\li0\ri0\sb0\sa0}}{\*\rsidtbl \rsid3175994
|
||||
\rsid4807755\rsid11216310\rsid13128906\rsid14768832}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\upr{\operator Jonas Biedermann}
|
||||
{\*\ud\uc0{\operator Jonas Biedermann}}}{\creatim\yr2022\mo3\dy4\hr13\min53}{\revtim\yr2022\mo3\dy8\hr13\min15}{\version3}{\edmins25}{\nofpages2}{\nofwords791}{\nofchars4514}{\upr{\nofcharsws5295}{\*\ud\uc0{\nofcharsws5295}}}{\vern43}}
|
||||
{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect
|
||||
\widowctrl\ftnbj\aenddoc\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\horzdoc\dghspace120\dgvspace120\dghorigin1701
|
||||
\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale92\rsidroot4807755 \fet0{\*\wgrffmtfilter 2450}\ilfomacatclnup0{\*\ftnsep \ltrpar \pard\plain \ltrpar
|
||||
\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {
|
||||
\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid13128906 \chftnsep
|
||||
\par }}{\*\ftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid13128906 \chftnsepc
|
||||
\par }}{\*\aftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid13128906 \chftnsep
|
||||
\par }}{\*\aftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid13128906 \chftnsepc
|
||||
\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1
|
||||
\af0 \ltrch\fcs0 \insrsid14768832 \chftnsep
|
||||
\par }}{\*\ftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid14768832 \chftnsepc
|
||||
\par }}{\*\aftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid14768832 \chftnsep
|
||||
\par }}{\*\aftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid14768832 \chftnsepc
|
||||
\par }}\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4
|
||||
\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}
|
||||
{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar
|
||||
\s15\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang8192\langfe8192\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af37\afs36 \ltrch\fcs0
|
||||
\f37\fs36\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 POSSIBLE GAME RULES}{\rtlch\fcs1 \af37\afs36 \ltrch\fcs0 \f37\fs36\lang2057\langfe8192\langnp2057\insrsid4807755
|
||||
\s15\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang8192\langfe8192\loch\af0\hich\af0\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1
|
||||
\af37\afs36 \ltrch\fcs0 \f37\fs36\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 POSSIBLE GAME RULES}{\rtlch\fcs1 \af37\afs36 \ltrch\fcs0 \f37\fs36\lang2057\langfe8192\langnp2057\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs36 \ltrch\fcs0 \f37\fs36\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 (These are }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 proposals}{
|
||||
\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 for possible game rules which could be implemented later to balance the game or make it more
|
||||
interesting. Exactly which combination of these rules makes for a fun game is something we'll have to see. See Protokoll_Gruppe_8.docx for the general outline of the basic rules.)
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 (These are }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0
|
||||
\b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 proposals}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
\hich\af37\dbch\af31505\loch\f37
|
||||
for possible game rules which could be implemented later to balance the game or make it more interesting. Exactly which combination of these rules makes for a fun game is something we'll have to see. See Protokoll_Gruppe_8.docx for the general outline of
|
||||
\hich\af37\dbch\af31505\loch\f37 \hich\af37\dbch\af31505\loch\f37 the basic rules.)
|
||||
\par \~
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Vote of ghosts during the day }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid11216310 (secretly)}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 doesn't count}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 (otherwise ghosts can just outvote humans at some point)}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 .}{\rtlch\fcs1 \af37\afs22
|
||||
\ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 Vote of ghosts during the day }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid11216310 \hich\af37\dbch\af31505\loch\f37 (secretly)}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
\hich\af37\dbch\af31505\loch\f37 doesn't count}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37 (otherwise ghosts can just outvote humans at some point)}{\rtlch\fcs1
|
||||
\af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 .}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid3175994
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid3175994\charrsid3175994 \hich\af37\dbch\af31505\loch\f37 Vo\hich\af37\dbch\af31505\loch\f37 tes can be public\hich\af37\dbch\af31505\loch\f37 ly visible}{
|
||||
\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid3175994 \hich\af37\dbch\af31505\loch\f37 or not}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid3175994
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Sometimes ghost conversion fails}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755
|
||||
and the "victim" does not turn into a ghost. This could be communicated in a number of different ways:}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 Sometimes ghost conversion fails}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37 and the "victim" does not turn into a ghost. This could be communicated in a number \hich\af37\dbch\af31505\loch\f37 of different ways:}{\rtlch\fcs1 \af37\afs22
|
||||
\ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }\pard \ltrpar\s15\ql \li540\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin540\itap0\pararsid4807755 {\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
\hich\af37\dbch\af31505\loch\f37
|
||||
-Not at all. Only the ghosts know that conversion failed. Not even the "victim" knows that they would have been converted if the ghosts succeeded. This means that everyone assumes that there is one more ghost now, even though there isn't.
|
||||
\par \~
|
||||
\par -A}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 message to just the "victim", so other human players don't know }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 that conversion failed until the "victim" (presumably) tells them in the morning - if they believe it. }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -A}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37 message to just the "victim", so other human players don't know }{\rtlch\fcs1 \af37\afs22
|
||||
\ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 that conversion failed until the "victim" (presumably) tells them in the morning - if they believe it. }{\rtlch\fcs1 \af37\afs22
|
||||
\ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par -A message to everyone that the ghost conversion failed, but no direct message to the "victim" telling them that they were the "victim", so that no one (except the ghosts) knows who is the "victim" but everyone knows conversion failed.
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -A message to everyone that the ghost conversion failed, but no direct message to the\hich\af37\dbch\af31505\loch\f37
|
||||
"victim" telling them that they were the "victim", so that no one (except the ghosts) knows who is the "victim" but everyone knows conversion failed.
|
||||
\par \~
|
||||
\par -Both a message to everyone that conversion failed as well as a direct message to the "victim" telling them that they were the "victim". Possibly some ghosts will falsely claim that they were
|
||||
the "victim", so the true "victim" will have to convince the group if multiple people report being the "victim".
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -Both a message to everyone that conversion failed as well as a direct message to the "victim" telling \hich\af37\dbch\af31505\loch\f37
|
||||
them that they were the "victim". Possibly some ghosts will falsely claim that they were the "victim", so the true "victim" will have to convince the group if multiple people report being the "victim".
|
||||
\par \~
|
||||
\par -A message to everyone telling them that conversion failed and telling them who the "victim" was. This means that everyone knows who the "victim" is and there can be no deception on that front.
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -A message to everyone telling them that conversion \hich\af37\dbch\af31505\loch\f37
|
||||
failed and telling them who the "victim" was. This means that everyone knows who the "victim" is and there can be no deception on that front.
|
||||
\par }\pard \ltrpar\s15\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 {\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 If the original ghost }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
(the one who started off as a ghost in the first round)}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 is voted off, the ghosts immediately lose.}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Either this rule or the previous one about failed conversions is necessary for the humans to have a chance to win.
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 If the original ghost }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 (the one who started off as a ghost in the first round)}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0
|
||||
\b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 is voted off, the ghosts immediat\hich\af37\dbch\af31505\loch\f37 ely lose.}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 Either this rule or the previous one about failed conversions is necessary for the humans to have a chance to win.
|
||||
\par \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 If a ghost is voted off}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
, there is a (possibly high) chance that }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 adjacent ghosts are also voted off}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 . This wou}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid11216310 l}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 d incentivise ghosts to travel further distances despite passing by other people's doors.
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 If a ghost is voted off}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 , there is a (possibly high) chance that }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0
|
||||
\b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 adjacent ghosts are also voted off}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
\hich\af37\dbch\af31505\loch\f37 . This wou}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid11216310 \hich\af37\dbch\af31505\loch\f37 l}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 d incentivise ghost\hich\af37\dbch\af31505\loch\f37 s to travel further distances despite passing by other people's doors.
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Voting for a non-ghost doesn\rquote t kick them off the train}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 so non-ghosts don\rquote t drop off too quickly, also everyone }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 now }{\rtlch\fcs1
|
||||
\af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 knows that the person voted for definitely isn't a ghost (yet).}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 Voting for a non-ghost doesn\hich\f37 \rquote \loch\f37 t kick them off the train}{\rtlch\fcs1
|
||||
\af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37 so non-ghosts don\hich\f37 \rquote \loch\f37 t drop off too quickly, also everyone }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 now }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
knows that the person voted for definitely isn't a ghost (yet).}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par -Sometimes }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 ghosts can walk by a door without the person in the room hearing something}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 . Thi
|
||||
s makes the ghost's location less obvious and also incentivises the ghost to travel further. However, if passing by a door is unlikely to alert the passenger, it would add more uncertainty and reduce the ability for deductive reasoning (you can't say "wel
|
||||
l
|
||||
the ghost can't have passed by there cause otherwise that person would have heard something"), so the effect of this mechanic depends greatly on the percentage of how often passing by a door does / does not cause a noise. Also you could implement it so t
|
||||
he ghosts know whether or not a passenger heard something or so that they don't know.
|
||||
\par -\hich\af37\dbch\af31505\loch\f37 Sometimes }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
ghosts can walk by a door without the person in the room hearing something}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
. This makes the ghost's location less obvious and also incentivises the ghost to travel further. However, if passing by a door is unlikely to alert the passenger, it would\hich\af37\dbch\af31505\loch\f37
|
||||
add more uncertainty and reduce the ability for deductive reasoning (you can't say "well the ghost can't have passed by there cause otherwise that person would have heard something"), so the effect of this mechanic depends greatly on the percentage of ho
|
||||
\hich\af37\dbch\af31505\loch\f37 w\hich\af37\dbch\af31505\loch\f37 often passing by a door does / does not cause a noise. Also you could implement it so the ghosts know whether or not a passenger heard something or so that they don't know.
|
||||
\par \~
|
||||
\par -Rather than discuss in the chat, }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 players }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0
|
||||
\b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 must}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
decide before the day begins whether or not to claim they heard something}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 (so who does / does not claim to have heard s
|
||||
omething is coded into the game and shown in the GUI rather than just a part of the discussion). This means as a ghost you have to think about your strategy beforehand and can't just wait to see who reports hearing something before you decide whether or n
|
||||
ot you claim to have heard something (especially if the previous rule is implemented and the ghosts don't know who did or did not hear something)
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -Rather than discuss in the chat, }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
players must decide before the day begins whet\hich\af37\dbch\af31505\loch\f37 her or not to claim they heard something}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
\hich\af37\dbch\af31505\loch\f37 (so who does / does not claim to have heard something is coded into the game and shown in the GUI rather than just a part of the discussion). This means as a ghost you have to think about your strategy beforehand an
|
||||
\hich\af37\dbch\af31505\loch\f37
|
||||
d can't just wait to see who reports hearing something before you decide whether or not you claim to have heard something (especially if the previous rule is implemented and the ghosts don't know who did or did not hear something)
|
||||
\par \~
|
||||
\par \~
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 One
|
||||
person is granted the ability to see outside their door at night}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 (so also see in what direction ghosts move & how many).}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 In general, some players / }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 NPC}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 s might be given special abilities from the start, like in the game Werewolves.}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
One person is grante\hich\af37\dbch\af31505\loch\f37 d the ability to see outside their door at night}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
(so also see in what direction ghosts move & how many).}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 In general, some players / }{\rtlch\fcs1 \af37\afs22
|
||||
\ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37 NPC}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
s might be given special abilities from the start, like in the game Werewolves.}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Voting only begins after }{\rtlch\fcs1
|
||||
\ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 the }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 second night so}{\rtlch\fcs1
|
||||
\af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 as to give}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 the}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 ghosts a head start}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 .}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
Voting only begins after the second ni\hich\af37\dbch\af31505\loch\f37 ght so}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37 as to give}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 the}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
ghosts a head start}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 .}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang3072\langfe8192\langnp3072\insrsid4807755
|
||||
\par }{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Players have the ability to challenge someone's claim that they heard something}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 . The game then shows whether the person who claims to have heard something is lying or telling the truth. If the chall
|
||||
enger is right and the person was lying, the liar (persumably) becomes a prime suspect and will (persumably) be voted off. If the challenger is wrong (so the person was telling the truth), the challenger is automatically thrown off the train (regardless o
|
||||
f whether they are a ghost or a human)}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 , so you should only use this ability if you\rquote re confident the other person is lying}{\rtlch\fcs1 \af37\afs22
|
||||
\ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 . This ability could be:
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 Players have the ability to challenge someone's claim that they heard something}{\rtlch\fcs1
|
||||
\af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
. The game then shows whether the person who claims to have heard something is lying or telling the truth. If the challenger is rig\hich\af37\dbch\af31505\loch\f37
|
||||
ht and the person was lying, the liar (persumably) becomes a prime suspect and will (persumably) be voted off. If the challenger is wrong (so the person was telling the truth), the challenger is automatically thrown off the train (regardless of whether th
|
||||
\hich\af37\dbch\af31505\loch\f37 e\hich\af37\dbch\af31505\loch\f37 y are a ghost or a human)}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
, so you should only use this ability if you\hich\f37 \rquote \loch\f37 re confident the other person is lying}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
. This ability could be:
|
||||
\par }\pard \ltrpar\s15\ql \li540\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin540\itap0\pararsid4807755 {\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
-An ability that every player can use once in the game
|
||||
\par -An ability that players unlock after some rounds
|
||||
\par -An ability that only one character starts out with (again, Werewolves-style). This could be interesting especially if the person with this ability turns into a ghost themselves.
|
||||
\hich\af37\dbch\af31505\loch\f37 -An ability that every player can use once in the game
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -An ability that players unlock after some rounds
|
||||
\par \hich\af37\dbch\af31505\loch\f37 -An ability that only one character starts out with (again, Werewolves-style). This could be interesting especially if the person with this ability turns into a ghost themselves.
|
||||
\par }\pard \ltrpar\s15\ql \li0\ri0\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4807755 {\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 Ghosts }{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 can}{
|
||||
\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 walk out one end of the train and enter the other}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 , so they can reach their destination by going left or by going righ}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid11216310 t}{\rtlch\fcs1
|
||||
\af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 (=>modulo arithmetic)
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 Ghosts can walk out one \hich\af37\dbch\af31505\loch\f37 end of the train and enter the other}{
|
||||
\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 , so they can reach their destination by going left or by going righ}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid11216310 \hich\af37\dbch\af31505\loch\f37 t}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0 \f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37
|
||||
(=>modulo arithmetic)
|
||||
\par \~
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 People share a cabin with one other passenger}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755
|
||||
. How exactly this interacts with the rules (e.g. does one passenger hear it if the other person in their cabin is a ghost?) remains to be determined, but this could possibly add an additional layer of complexity to the game if it is too simple.
|
||||
\par }\pard\plain \ltrpar\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af31507 \ltrch\fcs0 \insrsid13128906
|
||||
\par -}{\rtlch\fcs1 \ab\af37\afs22 \ltrch\fcs0 \b\f37\fs22\ul\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 People share a cabin with one other passenger}{\rtlch\fcs1 \af37\afs22 \ltrch\fcs0
|
||||
\f37\fs22\lang2057\langfe8192\langnp2057\insrsid4807755\charrsid4807755 \hich\af37\dbch\af31505\loch\f37 . How exactly this interacts with the rules (e.g. does one passenger hear it if \hich\af37\dbch\af31505\loch\f37
|
||||
the other person in their cabin is a ghost?) remains to be determined, but this could possibly add an additional layer of complexity to the game if it is too simple.
|
||||
\par }\pard\plain \ltrpar\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0
|
||||
\fs22\lang8192\langfe8192\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp8192\langfenp8192 {\rtlch\fcs1 \af0 \ltrch\fcs0 \insrsid13128906
|
||||
\par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a
|
||||
9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad
|
||||
5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6
|
||||
@ -237,35 +252,25 @@ faadb081f196af190c6a98242f8467912ab0a651ad6a5a548d8cc3c1aafb6121653923699635d3ca
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Top of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Bottom of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal (Web);\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Acronym;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Address;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Cite;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Code;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Definition;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Keyboard;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Preformatted;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Sample;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Typewriter;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Table;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 1;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 2;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 2;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 3;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 2;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 6;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 2;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 6;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 2;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Contemporary;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Elegant;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Professional;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 2;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority39 \lsdlocked0 Table Grid;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Theme;\lsdsemihidden1 \lsdlocked0 Placeholder Text;
|
||||
\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid;\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2;
|
||||
\lsdpriority65 \lsdlocked0 Medium List 1;\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2;\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List;
|
||||
\lsdpriority71 \lsdlocked0 Colorful Shading;\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1;\lsdpriority61 \lsdlocked0 Light List Accent 1;
|
||||
\lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdsemihidden1 \lsdlocked0 Revision;
|
||||
\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;
|
||||
\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;\lsdpriority72 \lsdlocked0 Colorful List Accent 1;
|
||||
\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2;
|
||||
\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;
|
||||
\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;
|
||||
\lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3;
|
||||
\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;
|
||||
\lsdpriority70 \lsdlocked0 Dark List Accent 3;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4;
|
||||
\lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdpriority62 \lsdlocked0 Light Grid Accent 4;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4;
|
||||
\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4;
|
||||
\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4;\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5;
|
||||
\lsdpriority62 \lsdlocked0 Light Grid Accent 5;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1;
|
||||
\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority39 \lsdlocked0 Table Grid;
|
||||
\lsdsemihidden1 \lsdlocked0 Placeholder Text;\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid;
|
||||
\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2;\lsdpriority65 \lsdlocked0 Medium List 1;\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2;
|
||||
\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List;\lsdpriority71 \lsdlocked0 Colorful Shading;\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1;
|
||||
\lsdpriority61 \lsdlocked0 Light List Accent 1;\lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;
|
||||
\lsdsemihidden1 \lsdlocked0 Revision;\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;
|
||||
\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;
|
||||
\lsdpriority72 \lsdlocked0 Colorful List Accent 1;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2;
|
||||
\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;
|
||||
\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;
|
||||
\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;\lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3;
|
||||
\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;
|
||||
\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;\lsdpriority70 \lsdlocked0 Dark List Accent 3;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;
|
||||
\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4;\lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdpriority62 \lsdlocked0 Light Grid Accent 4;
|
||||
\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;
|
||||
\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4;
|
||||
\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5;\lsdpriority62 \lsdlocked0 Light Grid Accent 5;
|
||||
\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5;
|
||||
\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5;\lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 5;
|
||||
\lsdpriority72 \lsdlocked0 Colorful List Accent 5;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdpriority61 \lsdlocked0 Light List Accent 6;\lsdpriority62 \lsdlocked0 Light Grid Accent 6;
|
||||
\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 6;
|
||||
@ -307,8 +312,8 @@ fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
|
||||
ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000000ac
|
||||
4dc1c72fd801feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000
|
||||
ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000060cf
|
||||
c422e632d801feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000
|
||||
00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000105000000000000}}
|
||||
BIN
documentation/Protocol Draft.xlsx
Normal file
BIN
documentation/Protocol Draft.xlsx
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user