Map clothing/accessories group (19 keys)

This commit is contained in:
2026-06-13 18:55:49 +02:00
parent 95a4557869
commit 09c3b663b1
73 changed files with 76 additions and 57 deletions

View File

@@ -103,6 +103,25 @@ namespace _2DGAMELIB
["飛沫"] = "Splash",
["飛膜先"] = "MembraneTip",
["飛膜根"] = "MembraneBase",
["上着トップ"] = "JacketTop",
["上着ミドル"] = "JacketMid",
["上着ボトム前"] = "JacketBottomFront",
["上着ボトム後"] = "JacketBottomBack",
["下着トップ"] = "UnderwearTop",
["下着ボトム"] = "UnderwearBottom",
["下着乳首左"] = "UnderwearNippleLeft",
["下着陰核"] = "UnderwearClitoris",
["帽子"] = "Hat",
["パンスト"] = "Pantyhose",
["キャップ左"] = "CapLeft",
["キャップ中"] = "CapMid",
["玉口枷"] = "BallGag",
["留具前"] = "FastenerFront",
["留具後"] = "FastenerBack",
["拘束具上"] = "RestraintUpper",
["拘束具下"] = "RestraintLower",
["拘束鎖"] = "RestraintChain",
["押し付け"] = "Pressing",
};
public static void MigrateKeys(this Obj obj)