mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
This commit is contained in:
parent
fec7819bf2
commit
5fc8209c85
69 changed files with 2455 additions and 2715 deletions
|
|
@ -132,14 +132,14 @@ public static class ItemSwap
|
|||
public static FileSwap CreatePhyb(MetaFileManager manager, Func<Utf8GamePath, FullPath> redirections, EstType type,
|
||||
GenderRace race, EstEntry estEntry)
|
||||
{
|
||||
var phybPath = GamePaths.Phyb.Customization(race, type.ToName(), estEntry.AsId);
|
||||
var phybPath = GamePaths.Phyb.Customization(race, type.ToSuffix(), estEntry.AsId);
|
||||
return FileSwap.CreateSwap(manager, ResourceType.Phyb, redirections, phybPath, phybPath);
|
||||
}
|
||||
|
||||
public static FileSwap CreateSklb(MetaFileManager manager, Func<Utf8GamePath, FullPath> redirections, EstType type,
|
||||
GenderRace race, EstEntry estEntry)
|
||||
{
|
||||
var sklbPath = GamePaths.Sklb.Customization(race, type.ToName(), estEntry.AsId);
|
||||
var sklbPath = GamePaths.Sklb.Customization(race, type.ToSuffix(), estEntry.AsId);
|
||||
return FileSwap.CreateSwap(manager, ResourceType.Sklb, redirections, sklbPath, sklbPath);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue