From 1ba634af9529df324f6fd55956e7ed449596ead0 Mon Sep 17 00:00:00 2001
From: Cocopomel <79386233+Cocopomel@users.noreply.github.com>
Date: Thu, 11 Mar 2021 06:58:00 +0900
Subject: [PATCH] wip Royaltitles

---
 1.2/Defs/RoyalTitles/RoyalTitles_Empire_wip | 22 +++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 1.2/Defs/RoyalTitles/RoyalTitles_Empire_wip

diff --git a/1.2/Defs/RoyalTitles/RoyalTitles_Empire_wip b/1.2/Defs/RoyalTitles/RoyalTitles_Empire_wip
new file mode 100644
index 0000000..62a7514
--- /dev/null
+++ b/1.2/Defs/RoyalTitles/RoyalTitles_Empire_wip
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<Defs>
+  <RoyalTitleDef Abstract="True" Name="PN_BaseEmpireTitle">
+    <tags>
+      <li>EmpireAutomatonTitle</li>
+    </tags>
+    <awardThought>GainedTitle</awardThought>
+    <lostThought>LostTitle</lostThought>
+    <recruitmentDifficultyOffset>0.2</recruitmentDifficultyOffset>
+  </RoyalTitleDef>
+
+  <RoyalTitleDef ParentName="PN_BaseEmpireTitle">
+    <defName>Freeholder</defName>
+    <label>freeholder</label>
+    <description>...</description>
+    <seniority>0</seniority>
+    <favorCost>1</favorCost>
+    <changeHeirQuestPoints>1000</changeHeirQuestPoints>
+    <allowDignifiedMeditationFocus>False</allowDignifiedMeditationFocus>
+    <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass>
+  </RoyalTitleDef>
+</Defs>
\ No newline at end of file