From 013fef6b116d92317e0ae6510fe970231fa1d5e0 Mon Sep 17 00:00:00 2001 From: Cocopomel <79386233+Cocopomel@users.noreply.github.com> Date: Fri, 1 Jul 2022 01:43:49 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=81=EC=9C=84=20=EC=9E=91=EC=84=B1=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Defs/PnLCareerLevel/Royal_Permits.xmlback | 17 ++++ .../PnLCareerLevel/Royal_Thoughts.xmlback | 36 ++++++++ .../Defs/PnLCareerLevel/Royal_Titles.xmlback | 91 +++++++++++++++++++ .../Royal_TraderKinds.xmlback} | 2 +- Royalty/Defs/Royal_Permits_PnL.xmlback | 18 ---- Royalty/Defs/Royal_Titles_PnL.xmlback | 24 ----- 6 files changed, 145 insertions(+), 43 deletions(-) create mode 100644 Royalty/Defs/PnLCareerLevel/Royal_Permits.xmlback create mode 100644 Royalty/Defs/PnLCareerLevel/Royal_Thoughts.xmlback create mode 100644 Royalty/Defs/PnLCareerLevel/Royal_Titles.xmlback rename Royalty/Defs/{Royal_TraderKinds_PnL.xmlback => PnLCareerLevel/Royal_TraderKinds.xmlback} (93%) delete mode 100644 Royalty/Defs/Royal_Permits_PnL.xmlback delete mode 100644 Royalty/Defs/Royal_Titles_PnL.xmlback diff --git a/Royalty/Defs/PnLCareerLevel/Royal_Permits.xmlback b/Royalty/Defs/PnLCareerLevel/Royal_Permits.xmlback new file mode 100644 index 0000000..f1c7e1f --- /dev/null +++ b/Royalty/Defs/PnLCareerLevel/Royal_Permits.xmlback @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8" ?> +<Defs> + <RoyalTitlePermitDef> + <defName>PN_Benefit</defName> + <label>PnL employee benefits</label> + </RoyalTitlePermitDef> + + <!-- 허가증 : 쿨타임 다 차면 공짜, 쿨타임 중엔 신임장 소모 --> + <RoyalTitlePermitDef Name="PN_BenefitBase" Abstract="True"> + <faction>PN_SubsidiaryFaction</faction> + <permitPointCost>1</permitPointCost> + <cooldownDays>60</cooldownDays> + </RoyalTitlePermitDef> + + + +</Defs> \ No newline at end of file diff --git a/Royalty/Defs/PnLCareerLevel/Royal_Thoughts.xmlback b/Royalty/Defs/PnLCareerLevel/Royal_Thoughts.xmlback new file mode 100644 index 0000000..bdb5790 --- /dev/null +++ b/Royalty/Defs/PnLCareerLevel/Royal_Thoughts.xmlback @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8" ?> +<Defs> + <!--승진--> + <ThoughtDef> + <defName>PN_LevelPromotion</defName> + <durationDays>7</durationDays> + <thoughtClass>Thought_MemoryRoyalTitle</thoughtClass> + <nullifyingTraits> + <li>Ascetic</li> + </nullifyingTraits> + <stages> + <li> + <label>promoted to {TITLE}</label> + <description>I was promoted to {TITLE}. I love the recognition!</description> + <baseMoodEffect>8</baseMoodEffect> + </li> + </stages> + </ThoughtDef> + + <!--해고--> + <ThoughtDef> + <defName>PN_LevelDemotion</defName> + <durationDays>7</durationDays> + <thoughtClass>Thought_MemoryRoyalTitle</thoughtClass> + <nullifyingTraits> + <li>Ascetic</li> + </nullifyingTraits> + <stages> + <li> + <label>demoted to {TITLE}</label> + <description>I demoted to {TITLE}.</description> + <baseMoodEffect>-8</baseMoodEffect> + </li> + </stages> + </ThoughtDef> +</Defs> \ No newline at end of file diff --git a/Royalty/Defs/PnLCareerLevel/Royal_Titles.xmlback b/Royalty/Defs/PnLCareerLevel/Royal_Titles.xmlback new file mode 100644 index 0000000..cc779c0 --- /dev/null +++ b/Royalty/Defs/PnLCareerLevel/Royal_Titles.xmlback @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="utf-8" ?> +<Defs> + <!--베이스--> + <RoyalTitleDef Abstract="True" Name="PN_TitleBase"> + <tags> + <li>PN_PnLCareerLevelTag</li> + </tags> + <awardThought>PN_LevelPromotion</awardThought> + <lostThought>PN_LevelDemotion</lostThought> + <allowDignifiedMeditationFocus>False</allowDignifiedMeditationFocus> + <permitPointsAwarded>1</permitPointsAwarded> + </RoyalTitleDef> + + <!--Intern 인턴--> + <RoyalTitleDef ParentName="PN_TitleBase"> + <defName>PN_Level_Intern</defName> + <label>PnL Intern</label> + <description>Intern of PnL Logistics.</description> + <seniority>100</seniority> + <favorCost>50</favorCost> + <changeHeirQuestPoints>1000</changeHeirQuestPoints> + <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> + </RoyalTitleDef> + + <!--Associate 사원--> + <RoyalTitleDef ParentName="PN_TitleBase"> + <defName>PN_Level_Associate</defName> + <label>PnL Associate</label> + <description>Associate of PnL Logistics.</description> + <seniority>200</seniority> + <favorCost>50</favorCost> + <changeHeirQuestPoints>1000</changeHeirQuestPoints> + <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> + </RoyalTitleDef> + + <!--Senior 대리--> + <RoyalTitleDef ParentName="PN_TitleBase"> + <defName>PN_Level_Senior</defName> + <label>PnL Senior</label> + <description>Senior of PnL Logistics.</description> + <seniority>300</seniority> + <favorCost>50</favorCost> + <changeHeirQuestPoints>1000</changeHeirQuestPoints> + <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> + </RoyalTitleDef> + + <!--Manager 과장--> + <RoyalTitleDef ParentName="PN_TitleBase"> + <defName>PN_Level_Manager</defName> + <label>PnL Manager</label> + <description>Manager of PnL Logistics.</description> + <seniority>400</seniority> + <favorCost>50</favorCost> + <changeHeirQuestPoints>1000</changeHeirQuestPoints> + <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> + </RoyalTitleDef> + + <!--Senior Manager 부장--> + <RoyalTitleDef ParentName="PN_TitleBase"> + <defName>PN_Level_SeniorManager</defName> + <label>Senior Manager</label> + <description>Senior Manager of PnL Logistics.</description> + <seniority>500</seniority> + <favorCost>50</favorCost> + <changeHeirQuestPoints>1000</changeHeirQuestPoints> + <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> + </RoyalTitleDef> + + <!--Director 이사--> + <RoyalTitleDef ParentName="PN_TitleBase"> + <defName>PN_LevelDirector</defName> + <label>Director</label> + <description>Director of PnL Logistics.</description> + <seniority>600</seniority> + <favorCost>50</favorCost> + <changeHeirQuestPoints>1000</changeHeirQuestPoints> + <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> + </RoyalTitleDef> + + + + <!--NPC Only--> + + <!--Senior Director 상무--> + + <!--VP 전무--> + + <!--SVP 부사장--> + + <!--CEO--> +</Defs> \ No newline at end of file diff --git a/Royalty/Defs/Royal_TraderKinds_PnL.xmlback b/Royalty/Defs/PnLCareerLevel/Royal_TraderKinds.xmlback similarity index 93% rename from Royalty/Defs/Royal_TraderKinds_PnL.xmlback rename to Royalty/Defs/PnLCareerLevel/Royal_TraderKinds.xmlback index d8b9d87..042b780 100644 --- a/Royalty/Defs/Royal_TraderKinds_PnL.xmlback +++ b/Royalty/Defs/PnLCareerLevel/Royal_TraderKinds.xmlback @@ -2,7 +2,7 @@ <Defs> <TraderKindDef> <defName>PN_Caravan_TributeCollector</defName> - <label>VIP point exchanger</label> + <label>PnL performance appraiser</label> <requestable>True</requestable> <commonality>1</commonality> <category>TributeCollector</category> diff --git a/Royalty/Defs/Royal_Permits_PnL.xmlback b/Royalty/Defs/Royal_Permits_PnL.xmlback deleted file mode 100644 index 57c11fd..0000000 --- a/Royalty/Defs/Royal_Permits_PnL.xmlback +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<Defs> - <RoyalTitlePermitDef> - <defName>PN_VIPMembership</defName> - <label>PnL VIP Membership Service</label> - </RoyalTitlePermitDef> - <!-- 허가증 --> - <RoyalTitlePermitDef Name="Cartel_DropResourcesBase" Abstract="True"> - <workerClass>RoyalTitlePermitWorker_DropResources</workerClass> - <faction>PN_SubsidiaryFaction</faction> - <permitPointCost>1</permitPointCost> - <cooldownDays>45</cooldownDays> - <usableOnWorldMap>true</usableOnWorldMap> - <royalAid> - <targetingRange>39.9</targetingRange> - </royalAid> - </RoyalTitlePermitDef> -</Defs> \ No newline at end of file diff --git a/Royalty/Defs/Royal_Titles_PnL.xmlback b/Royalty/Defs/Royal_Titles_PnL.xmlback deleted file mode 100644 index afa085c..0000000 --- a/Royalty/Defs/Royal_Titles_PnL.xmlback +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<Defs> - <!--베이스--> - <RoyalTitleDef Abstract="True" Name="PN_TitleBase"> - <tags> - <li>PN_VIPMembership</li> - </tags> - <awardThought>GainedTitle</awardThought> - <lostThought>LostTitle</lostThought> - <allowDignifiedMeditationFocus>True</allowDignifiedMeditationFocus> - <awardWorkerClass>RoyalTitleAwardWorker_Instant</awardWorkerClass> - <canBeInherited>False</canBeInherited> - </RoyalTitleDef> - - <!--브론즈--> - - <!--실버--> - - <!--골드--> - - <!--플래티넘--> - - <!--다이아--> -</Defs> \ No newline at end of file