17 lines
478 B
XML
17 lines
478 B
XML
<?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> |