퍼밋 셔틀 추가

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -57,7 +57,7 @@
<!--OTP 지급--> <!--OTP 지급-->
<RoyalTitlePermitDef ParentName="PN_DropResourcesBase"> <RoyalTitlePermitDef ParentName="PN_DropResourcesBase">
<defName>PN_DropOTPCard</defName> <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> <description>Request for a drop of PnL OTP card.</description>
<minTitle>PN_Title_Senior</minTitle> <minTitle>PN_Title_Senior</minTitle>
<permitPointCost>1</permitPointCost> <permitPointCost>1</permitPointCost>
@ -341,4 +341,22 @@
<favorCost>10</favorCost> <favorCost>10</favorCost>
</royalAid> </royalAid>
</RoyalTitlePermitDef> </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> </Defs>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--PnL shuttle-->
<ThingDef ParentName="ShuttleBase">
<defName>PN_Shuttle</defName>
<label>PnL shuttle</label>
<description>A spacer-tech shuttle designed for transit between surface and orbit, or between moons of a planetary system.</description>
<graphicData>
<texPath>Things/Building/Misc/Shuttle</texPath>
<color>(162,164,149)</color>
</graphicData>
</ThingDef>
</Defs>