暂存
This commit is contained in:
parent
a0d3b56a35
commit
0dec7c2905
Binary file not shown.
Binary file not shown.
@ -6,6 +6,12 @@
|
||||
|
||||
<DRM_MedDrop.label>请求药物</DRM_MedDrop.label>
|
||||
<DRM_MedDrop.description>请求一包20个草药。这是她们能找到最好的货了。</DRM_MedDrop.description>
|
||||
|
||||
<DRM_DressDrop.label>请求衣物</DRM_DressDrop.label>
|
||||
<DRM_DressDrop.description>请求3件龙娘裙装。每位龙娘都应该好好穿衣服。</DRM_DressDrop.description>
|
||||
|
||||
<DRM_WoolDrop.label>请求龙娘毛发</DRM_WoolDrop.label>
|
||||
<DRM_WoolDrop.description>请求100个龙娘毛发。利用它们做新衣服穿。</DRM_WoolDrop.description>
|
||||
|
||||
<DRM_CallVillagerTeam.label>呼叫龙娘工程队</DRM_CallVillagerTeam.label>
|
||||
<DRM_CallVillagerTeam.description>一队4名龙娘村民会来帮助你工作4天。你最好能保证她们的安全。</DRM_CallVillagerTeam.description>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<workerClass>RoyalTitlePermitWorker_DropResources</workerClass>
|
||||
<faction>Dragonian_NPC</faction>
|
||||
<permitPointCost>1</permitPointCost>
|
||||
<cooldownDays>45</cooldownDays>
|
||||
<cooldownDays>20</cooldownDays>
|
||||
<usableOnWorldMap>true</usableOnWorldMap>
|
||||
<royalAid>
|
||||
<targetingRange>39.9</targetingRange>
|
||||
@ -86,7 +86,7 @@
|
||||
<label>med drop</label>
|
||||
<description>Call for a drop of 20 Herbal medicine.That's the best thing they can find.</description>
|
||||
<minTitle>DRM_Stranger</minTitle>
|
||||
<uiPosition>(0,1)</uiPosition>
|
||||
<uiPosition>(1,0)</uiPosition>
|
||||
<royalAid>
|
||||
<itemsToDrop>
|
||||
<MedicineHerbal>20</MedicineHerbal>
|
||||
@ -95,6 +95,38 @@
|
||||
</royalAid>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<RoyalTitlePermitDef ParentName="DRM_DropResourcesBase">
|
||||
<defName>DRM_DressDrop</defName>
|
||||
<label>Dress drop</label>
|
||||
<description>Call for a drop of 3 basic dress.All dragonian should dress up nice and clean.</description>
|
||||
<workerClass>DragonianMix.RoyalTitlePermitWorker_DropResources</workerClass>
|
||||
<minTitle>DRM_Stranger</minTitle>
|
||||
<uiPosition>(0,1)</uiPosition>
|
||||
<royalAid>
|
||||
<itemsToDrop>
|
||||
<DR_BasicDress>
|
||||
<stuff>WoolDragonian</stuff>
|
||||
<count>3</count>
|
||||
</DR_BasicDress>
|
||||
</itemsToDrop>
|
||||
<favorCost>8</favorCost>
|
||||
</royalAid>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<RoyalTitlePermitDef ParentName="DRM_DropResourcesBase">
|
||||
<defName>DRM_WoolDrop</defName>
|
||||
<label>Wool drop</label>
|
||||
<description>Call for a drop of 100 dragonian wool.Make use of them.</description>
|
||||
<minTitle>DRM_Stranger</minTitle>
|
||||
<uiPosition>(1,1)</uiPosition>
|
||||
<royalAid>
|
||||
<itemsToDrop>
|
||||
<WoolDragonian>100</WoolDragonian>
|
||||
</itemsToDrop>
|
||||
<favorCost>8</favorCost>
|
||||
</royalAid>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<RoyalTitlePermitDef>
|
||||
<defName>DRM_CallVillagerTeam</defName>
|
||||
<label>call Villager team</label>
|
||||
@ -112,7 +144,7 @@
|
||||
<targetingRange>44.9</targetingRange>
|
||||
<targetingRequireLOS>false</targetingRequireLOS>
|
||||
</royalAid>
|
||||
<cooldownDays>60</cooldownDays>
|
||||
<cooldownDays>40</cooldownDays>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<RoyalTitlePermitDef>
|
||||
@ -173,7 +205,7 @@
|
||||
<pawnCount>6</pawnCount>
|
||||
<targetingRange>39.9</targetingRange>
|
||||
</royalAid>
|
||||
<cooldownDays>60</cooldownDays>
|
||||
<cooldownDays>40</cooldownDays>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<RoyalTitlePermitDef>
|
||||
@ -191,7 +223,7 @@
|
||||
<pawnCount>4</pawnCount>
|
||||
<targetingRange>39.9</targetingRange>
|
||||
</royalAid>
|
||||
<cooldownDays>50</cooldownDays>
|
||||
<cooldownDays>40</cooldownDays>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<RoyalTitlePermitDef>
|
||||
@ -210,7 +242,7 @@
|
||||
<pawnCount>4</pawnCount>
|
||||
<targetingRange>39.9</targetingRange>
|
||||
</royalAid>
|
||||
<cooldownDays>60</cooldownDays>
|
||||
<cooldownDays>40</cooldownDays>
|
||||
</RoyalTitlePermitDef>
|
||||
|
||||
<!--<RoyalTitlePermitDef>
|
||||
|
Loading…
x
Reference in New Issue
Block a user