VIP 맴버십 생성
This commit is contained in:
parent
d59c1f0669
commit
d9954c5669
18
Royalty/Defs/Royal_Permits_PnL.xmlback
Normal file
18
Royalty/Defs/Royal_Permits_PnL.xmlback
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<?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>
|
24
Royalty/Defs/Royal_Titles_PnL.xmlback
Normal file
24
Royalty/Defs/Royal_Titles_PnL.xmlback
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
<?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>
|
22
Royalty/Defs/Royal_TraderKinds_PnL.xmlback
Normal file
22
Royalty/Defs/Royal_TraderKinds_PnL.xmlback
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<Defs>
|
||||||
|
<TraderKindDef>
|
||||||
|
<defName>PN_Caravan_TributeCollector</defName>
|
||||||
|
<label>VIP point exchanger</label>
|
||||||
|
<requestable>True</requestable>
|
||||||
|
<commonality>1</commonality>
|
||||||
|
<category>TributeCollector</category>
|
||||||
|
<tradeCurrency>Favor</tradeCurrency>
|
||||||
|
<faction>PN_SubsidiaryFaction</faction>
|
||||||
|
<hideThingsNotWillingToTrade>True</hideThingsNotWillingToTrade>
|
||||||
|
<stockGenerators>
|
||||||
|
<!-- Buying -->
|
||||||
|
<li Class="StockGenerator_BuySingleDef">
|
||||||
|
<thingDef>Silver</thingDef>
|
||||||
|
</li>
|
||||||
|
<li Class="StockGenerator_BuySingleDef">
|
||||||
|
<thingDef>Gold</thingDef>
|
||||||
|
</li>
|
||||||
|
</stockGenerators>
|
||||||
|
</TraderKindDef>
|
||||||
|
</Defs>
|
Loading…
x
Reference in New Issue
Block a user