diff --git a/1.3/Defs/Drugs/Drugs_Fuel.xml b/1.3/Defs/Drugs/Drugs_Fuel.xml index 1437a6c..ceaec5e 100644 --- a/1.3/Defs/Drugs/Drugs_Fuel.xml +++ b/1.3/Defs/Drugs/Drugs_Fuel.xml @@ -4,6 +4,7 @@ <defName>PN_Fuel</defName> <label>Automaton Fuel</label> <parent>Drugs</parent> + <iconPath>UI/Icons/PNCT_PNFuel</iconPath> </ThingCategoryDef> <!--==================================== 오토마톤 연료 ====================================--> diff --git a/1.3/Defs/HediffDefs/Hediffs_BodyParts.xml b/1.3/Defs/HediffDefs/Hediffs_BodyParts.xml index 18e9bda..0368bfa 100644 --- a/1.3/Defs/HediffDefs/Hediffs_BodyParts.xml +++ b/1.3/Defs/HediffDefs/Hediffs_BodyParts.xml @@ -18,6 +18,7 @@ <defName>PN_BodyPartsAutomaton</defName> <label>Automaton</label> <parent>BodyParts</parent> + <iconPath>Things/Item/Health/HealthItem</iconPath> </ThingCategoryDef> <ThingDef Name="PN_BodyPartBase" Abstract="True"> diff --git a/1.3/Defs/ThingDef/ThingDef_Item.xml b/1.3/Defs/ThingDef/ThingDef_Item.xml index c3e999d..d7c2e4c 100644 --- a/1.3/Defs/ThingDef/ThingDef_Item.xml +++ b/1.3/Defs/ThingDef/ThingDef_Item.xml @@ -4,7 +4,7 @@ <defName>PN_AutomatonCatagory</defName> <label>PnL Industry</label> <parent>Manufactured</parent> - <iconPath>UI/Icons/ThingCategories/Manufactured</iconPath> + <iconPath>UI/Icons/PNCT_PnL</iconPath> </ThingCategoryDef> <!--==================================== 미완성 오토마톤 ====================================--> @@ -191,7 +191,7 @@ <defName>PNKit</defName> <label>Repair kit</label> <parent>PN_AutomatonCatagory</parent> - <iconPath>UI/Icons/ThingCategories/Medicine</iconPath> + <iconPath>UI/Icons/PNCT_PNRepairkit</iconPath> </ThingCategoryDef> <ThingDef ParentName="ResourceBase"> diff --git a/1.3/Defs/ThingDef/ThingDef_Module.xml b/1.3/Defs/ThingDef/ThingDef_Module.xml index c10022e..96cbb8d 100644 --- a/1.3/Defs/ThingDef/ThingDef_Module.xml +++ b/1.3/Defs/ThingDef/ThingDef_Module.xml @@ -10,6 +10,7 @@ <defName>PNApparelModule</defName> <label>Automaton Module</label> <parent>PN_AutomatonCatagory</parent> + <iconPath>Things/Item/PNModuleIndustrial</iconPath> </ThingCategoryDef> <ThingDef Name="PN_ApparelModuleBase" ParentName="ApparelNoQualityBase" Abstract="True"> diff --git a/1.3/Defs/ThingDef/ThingDef_Shell.xml b/1.3/Defs/ThingDef/ThingDef_Shell.xml index b3cc9d0..2d05701 100644 --- a/1.3/Defs/ThingDef/ThingDef_Shell.xml +++ b/1.3/Defs/ThingDef/ThingDef_Shell.xml @@ -6,7 +6,7 @@ <defName>PN_Shell</defName> <label>PnL Shell</label> <parent>PN_AutomatonCatagory</parent> - <iconPath>UI/Icons/ThingCategories/Manufactured</iconPath> + <iconPath>UI/Icons/PNCT_PNShell</iconPath> </ThingCategoryDef> <ThingDef ParentName="ResourceBase" Name="PN_ShellBase" Abstract="True"> diff --git a/Content/Textures/UI/Icons/PNCT_PNFuel.png b/Content/Textures/UI/Icons/PNCT_PNFuel.png new file mode 100644 index 0000000..cbe94c5 Binary files /dev/null and b/Content/Textures/UI/Icons/PNCT_PNFuel.png differ diff --git a/Content/Textures/UI/Icons/PNCT_PNRepairkit.png b/Content/Textures/UI/Icons/PNCT_PNRepairkit.png new file mode 100644 index 0000000..20a441b Binary files /dev/null and b/Content/Textures/UI/Icons/PNCT_PNRepairkit.png differ diff --git a/Content/Textures/UI/Icons/PNCT_PNShell.png b/Content/Textures/UI/Icons/PNCT_PNShell.png new file mode 100644 index 0000000..cd705af Binary files /dev/null and b/Content/Textures/UI/Icons/PNCT_PNShell.png differ diff --git a/Content/Textures/UI/Icons/PNCT_PnL.png b/Content/Textures/UI/Icons/PNCT_PnL.png new file mode 100644 index 0000000..1a5a3dc Binary files /dev/null and b/Content/Textures/UI/Icons/PNCT_PnL.png differ