issue-9: add sash slot and actor part support

This commit is contained in:
server
2026-04-16 21:08:27 +02:00
parent 1eda856283
commit 64d1cc35c1
11 changed files with 65 additions and 7 deletions

View File

@@ -103,6 +103,7 @@ class CItemData
{
COSTUME_BODY, //0 갑옷(main look)
COSTUME_HAIR, //1 헤어(탈착가능)
COSTUME_SASH, //2 어깨/등 장식
COSTUME_NUM_TYPES,
};
@@ -252,6 +253,7 @@ class CItemData
WEAR_RING1, //21
WEAR_RING2, //22
WEAR_BELT, //23
WEAR_COSTUME_SASH, //24
WEAR_MAX_NUM,
};
@@ -273,6 +275,7 @@ class CItemData
WEARABLE_COSTUME_BODY = (1 << 12),
WEARABLE_COSTUME_HAIR = (1 << 13),
WEARABLE_BELT = (1 << 14),
WEARABLE_COSTUME_SASH = (1 << 15),
};
enum EApplyTypes