From d1aa086bd6d08a5067e95fb71a050030cac2dfe1 Mon Sep 17 00:00:00 2001
From: Cocopomel <79386233+Cocopomel@users.noreply.github.com>
Date: Thu, 14 Oct 2021 15:37:05 +0900
Subject: [PATCH] =?UTF-8?q?Banished=20ThoughtDef=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AutomataRaceSettings/AutomataRaceDef.xml | 9 +++
.../AutomataRaceSettings.xml | 2 +
1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml | 72 +++++++++++++++++++
3 files changed, 83 insertions(+)
diff --git a/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml b/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml
index c796313..cf860f9 100644
--- a/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml
+++ b/1.3/Defs/AutomataRaceSettings/AutomataRaceDef.xml
@@ -486,6 +486,14 @@
PN_WitnessedDestroyedAlly
PN_WitnessedDestroyedAllyforPN
+
+ PN_AutomatonBanished
+ PN_AutomatonBanishedforPN
+
+
+ PN_AutomatonBanishedToDie
+ PN_AutomatonBanishedToDieforPN
+
@@ -517,6 +525,7 @@
ObservedLayingCorpse
ObservedLayingRottingCorpse
DeniedJoining
+ PrisonerBanishedToDie
SleptInBarracks
diff --git a/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml b/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml
index 1d91351..0ce55c7 100644
--- a/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml
+++ b/1.3/Defs/AutomataRaceSettings/AutomataRaceSettings.xml
@@ -45,9 +45,11 @@
ColonistBanished
+ PN_AutomatonBanished
ColonistBanishedToDie
+ PN_AutomatonBanishedToDie
PrisonerBanishedToDie
diff --git a/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml b/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml
index 099f8b2..1630da8 100644
--- a/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml
+++ b/1.3/Defs/ThoughtDefs/Thoughts_LostDeath.xml
@@ -331,4 +331,76 @@
+
+
+
+
+ PN_AutomatonBanished
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We just banished automaton. I hope they can meet a new master.
+ -1
+
+
+
+
+
+ PN_AutomatonBanishedToDie
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We banished automaton in such a way that there's almost no way they'll survive.
+ -2
+
+
+
+
+
+
+
+ PN_AutomatonBanishedforPN
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We just banished colleague. I hope they can meet a new master.
+ -2
+
+
+
+
+
+ PN_AutomatonBanishedToDieforPN
+ 6
+ 5
+ true
+
+ Psychopath
+
+
+
+
+ We banished colleague in such a way that there's almost no way they'll survive.
+ -3
+
+
+
\ No newline at end of file