mirror of
https://github.com/FalloutCollaborationProject/FCP-Ghouls.git
synced 2026-07-27 17:02:21 -07:00
33 lines
924 B
XML
33 lines
924 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!-- TODO: need Baby -->
|
|
|
|
<FurDef>
|
|
<defName>FCP_Fur_Ghoul</defName>
|
|
<noGraphic>true</noGraphic>
|
|
<bodyTypeGraphicPaths>
|
|
<Male>FCP_Ghoul/Bodies/Naked_Male</Male>
|
|
<Female>FCP_Ghoul/Bodies/Naked_Female</Female>
|
|
<Hulk>FCP_Ghoul/Bodies/Naked_Hulk</Hulk>
|
|
<Fat>FCP_Ghoul/Bodies/Naked_Fat</Fat>
|
|
<Thin>FCP_Ghoul/Bodies/Naked_Thin</Thin>
|
|
<Child>FCP_Ghoul/Bodies/Naked_Child</Child>
|
|
</bodyTypeGraphicPaths>
|
|
</FurDef>
|
|
|
|
<!-- TODO: need Fat, Child, Baby -->
|
|
|
|
<FurDef>
|
|
<defName>FCP_Fur_Feral_Ghoul</defName>
|
|
<noGraphic>true</noGraphic>
|
|
<bodyTypeGraphicPaths>
|
|
<Male>FCP_Ghoul/Feral/Bodies/Naked_Male</Male>
|
|
<Female>FCP_Ghoul/Feral/Bodies/Naked_Male</Female>
|
|
<Hulk>FCP_Ghoul/Feral/Bodies/Naked_Male</Hulk>
|
|
<Thin>FCP_Ghoul/Feral/Bodies/Naked_Male</Thin>
|
|
<Fat>FCP_Ghoul/Feral/Bodies/Naked_Male</Fat>
|
|
</bodyTypeGraphicPaths>
|
|
</FurDef>
|
|
|
|
</Defs> |