퍼밋 셔틀 추가
This commit is contained in:
parent
22d1130dbd
commit
22e693466b
BIN
Content/Textures/Things/Misc/PNShuttle.png
Normal file
BIN
Content/Textures/Things/Misc/PNShuttle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -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>
|
15
Royalty/Defs/Royal_ThingDef_Misc.dev
Normal file
15
Royalty/Defs/Royal_ThingDef_Misc.dev
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user