wip Royaltitles

This commit is contained in:
Cocopomel 2021-03-11 06:58:00 +09:00
parent 31de7d1495
commit 1ba634af95

View File

@ -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>