This commit is contained in:
Cocopomel 2021-06-13 22:06:10 +09:00
parent 9532193c6e
commit e816acd9b9
2 changed files with 7 additions and 7 deletions

View File

@ -229,7 +229,7 @@
<ThingDef ParentName="ApparelMakeableBase"> <ThingDef ParentName="ApparelMakeableBase">
<defName>PN_ApparelCape</defName> <defName>PN_ApparelCape</defName>
<description>...</description> <description>...</description>
<label>Paniel Cape</label> <label>Paniel cape</label>
<recipeMaker> <recipeMaker>
<researchPrerequisite>ComplexClothing</researchPrerequisite> <researchPrerequisite>ComplexClothing</researchPrerequisite>
</recipeMaker> </recipeMaker>
@ -295,8 +295,8 @@
<!--==================================== 가정부 ====================================--> <!--==================================== 가정부 ====================================-->
<ThingDef ParentName="PN_ApparelBase"> <ThingDef ParentName="PN_ApparelBase">
<defName>PN_ApparelHousekeeper</defName> <defName>PN_ApparelMaid</defName>
<label>Paniel housekeeper uniform</label> <label>Paniel maid uniform</label>
<description>...</description> <description>...</description>
<graphicData> <graphicData>
<texPath>Things/Apparel/PNHousekeeper1</texPath> <texPath>Things/Apparel/PNHousekeeper1</texPath>
@ -373,8 +373,8 @@
</ThingDef> </ThingDef>
<ThingDef ParentName="PN_HatBase"> <ThingDef ParentName="PN_HatBase">
<defName>PN_ApparelHousekeeperHat</defName> <defName>PN_ApparelMaidHat</defName>
<label>Paniel housekeeper hat</label> <label>Paniel maid hat</label>
<description>...</description> <description>...</description>
<graphicData> <graphicData>
<texPath>Things/Apparel/hats/PNHousekeeperhatA1</texPath> <texPath>Things/Apparel/hats/PNHousekeeperhatA1</texPath>

View File

@ -581,8 +581,8 @@
<li>PN_ApparelBasic</li> <li>PN_ApparelBasic</li>
<li>PN_ApparelBasicHat</li> <li>PN_ApparelBasicHat</li>
<li>PN_ApparelCape</li> <li>PN_ApparelCape</li>
<li>PN_ApparelHousekeeper</li> <li>PN_ApparelMaid</li>
<li>PN_ApparelHousekeeperHat</li> <li>PN_ApparelMaidHat</li>
<li>PN_ApparelWorker</li> <li>PN_ApparelWorker</li>
<li>PN_ApparelWorkerHat</li> <li>PN_ApparelWorkerHat</li>
<li>PN_ApparelSoldier</li> <li>PN_ApparelSoldier</li>