퍼밋 셔틀 추가

This commit is contained in:
Cocopomel
2022-07-12 21:41:38 +09:00
parent 22d1130dbd
commit 22e693466b
3 changed files with 34 additions and 1 deletions

View File

@@ -57,7 +57,7 @@
<!--OTP 지급-->
<RoyalTitlePermitDef ParentName="PN_DropResourcesBase">
<defName>PN_DropOTPCard</defName>
<label>request OTP card</label>
<label>request PnL OTP card</label>
<description>Request for a drop of PnL OTP card.</description>
<minTitle>PN_Title_Senior</minTitle>
<permitPointCost>1</permitPointCost>
@@ -341,4 +341,22 @@
<favorCost>10</favorCost>
</royalAid>
</RoyalTitlePermitDef>
<RoyalTitlePermitDef>
<defName>PN_RequestTransportShuttle</defName>
<label>request transport shuttle</label>
<description>request a shuttle for your own use. It will transport colonists, items, and animals anywhere you like within 70 world tiles.</description>
<workerClass>RoyalTitlePermitWorker_CallShuttle</workerClass>
<minTitle>PN_Title_Manager</minTitle>
<faction>PN_SubsidiaryFaction</faction>
<permitPointCost>1</permitPointCost>
<cooldownDays>60</cooldownDays>
<usableOnWorldMap>true</usableOnWorldMap>
<uiPosition>(0,10)</uiPosition>
<royalAid>
<favorCost>4</favorCost>
<targetingRange>44.9</targetingRange>
<targetingRequireLOS>false</targetingRequireLOS>
</royalAid>
</RoyalTitlePermitDef>
</Defs>