From ecca572bff5cb729770079470866a342acefbc0c Mon Sep 17 00:00:00 2001 From: Skillbert Date: Wed, 17 Dec 2025 20:18:27 +0100 Subject: [PATCH] new identikit property --- src/opcodes/identitykit.jsonc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/opcodes/identitykit.jsonc b/src/opcodes/identitykit.jsonc index 8140be7..7385fd7 100644 --- a/src/opcodes/identitykit.jsonc +++ b/src/opcodes/identitykit.jsonc @@ -1,10 +1,12 @@ -{ - //male 0head,1jaw/beard,2body,3arms,4hands,5legs,6feet, - //female 7head,9body,10arms,11hands,12legs,13feet, - //also a couple of values in 70-74 range for some reason, bugged? - "0x01": { "name": "bodypart", "read": "ubyte" }, - "0x02": { "name": "models", "read": ["array","ubyte","varuint"]}, - "0x03": { "name": "iscopy", "read": "true" }, - "0x28": { "name": "recolor", "read": ["array","ubyte",["tuple","ushort","ushort"]] }, - "0x3c": { "name": "headmodel", "read": "varuint" } +{ + //male 0head,1jaw/beard,2body,3arms,4hands,5legs,6feet, + //female 7head,9body,10arms,11hands,12legs,13feet, + //also a couple of values in 70-74 range for some reason, bugged? + "0x01": { "name": "bodypart", "read": "ubyte" }, + "0x02": { "name": "models", "read": ["array","ubyte","varuint"]}, + "0x03": { "name": "iscopy", "read": "true" }, + "0x28": { "name": "recolor", "read": ["array","ubyte",["tuple","ushort","ushort"]] }, + "0x3c": { "name": "headmodel", "read": "varuint" }, + // seems to be hair style related + "0x3d": { "name": "unknown", "read": "varuint" } } \ No newline at end of file