From 58f3bf6884cf6ac59f34dff1060230a43022f63a Mon Sep 17 00:00:00 2001 From: REDCODE Date: Sat, 13 Jun 2026 17:56:01 +0200 Subject: [PATCH] Phase 0.3-0.5: SVG export + YAML sidecars + asset catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add hair class KeyMap entries (基髪→BaseHair, 前髪→FrontHair, 胸毛→ChestHair) - Implement cardinal spline → cubic Bezier SVG export for all 175 body parts - Generate YAML sidecar files (part.yaml) per part with metadata - Write Catalog.yaml index for runtime asset loading - Output to SlaveMatrix/Assets/Parts/{EnglishName}/ structure - Each part directory contains part.yaml + x{x}y{y}.svg morph variants - 838 SVGs across 324 morph variants, 175 sidecars, 1 catalog - Extraction tool now serves as the asset build pipeline step --- 2DGAMELIB/_2DGAMELIB/ObjExtensions.cs | 18 +- SlaveMatrix.Extract/Program.cs | 331 ++- SlaveMatrix/Assets/Catalog.yaml | 351 +++ SlaveMatrix/Assets/Parts/BackHair0/part.yaml | 590 +++++ SlaveMatrix/Assets/Parts/BackHair0/x0y0.svg | 49 + SlaveMatrix/Assets/Parts/BackHair0/x0y1.svg | 49 + SlaveMatrix/Assets/Parts/BackHair0/x0y10.svg | 37 + SlaveMatrix/Assets/Parts/BackHair0/x0y11.svg | 91 + SlaveMatrix/Assets/Parts/BackHair0/x0y12.svg | 88 + SlaveMatrix/Assets/Parts/BackHair0/x0y13.svg | 88 + SlaveMatrix/Assets/Parts/BackHair0/x0y14.svg | 85 + SlaveMatrix/Assets/Parts/BackHair0/x0y15.svg | 88 + SlaveMatrix/Assets/Parts/BackHair0/x0y16.svg | 171 ++ SlaveMatrix/Assets/Parts/BackHair0/x0y17.svg | 171 ++ SlaveMatrix/Assets/Parts/BackHair0/x0y18.svg | 165 ++ SlaveMatrix/Assets/Parts/BackHair0/x0y19.svg | 171 ++ SlaveMatrix/Assets/Parts/BackHair0/x0y2.svg | 38 + SlaveMatrix/Assets/Parts/BackHair0/x0y20.svg | 62 + SlaveMatrix/Assets/Parts/BackHair0/x0y21.svg | 5 + SlaveMatrix/Assets/Parts/BackHair0/x0y3.svg | 147 ++ SlaveMatrix/Assets/Parts/BackHair0/x0y4.svg | 37 + SlaveMatrix/Assets/Parts/BackHair0/x0y5.svg | 37 + SlaveMatrix/Assets/Parts/BackHair0/x0y6.svg | 32 + SlaveMatrix/Assets/Parts/BackHair0/x0y7.svg | 77 + SlaveMatrix/Assets/Parts/BackHair0/x0y8.svg | 43 + SlaveMatrix/Assets/Parts/BackHair0/x0y9.svg | 43 + SlaveMatrix/Assets/Parts/BackHair1/part.yaml | 182 ++ SlaveMatrix/Assets/Parts/BackHair1/x0y0.svg | 41 + SlaveMatrix/Assets/Parts/BackHair1/x0y1.svg | 41 + SlaveMatrix/Assets/Parts/BackHair1/x0y2.svg | 34 + SlaveMatrix/Assets/Parts/BackHair1/x0y3.svg | 101 + SlaveMatrix/Assets/Parts/BackHair1/x0y4.svg | 38 + SlaveMatrix/Assets/Parts/BackHair1/x0y5.svg | 38 + SlaveMatrix/Assets/Parts/BackHair1/x0y6.svg | 32 + SlaveMatrix/Assets/Parts/BackHair1/x0y7.svg | 86 + SlaveMatrix/Assets/Parts/BaseHair/part.yaml | 28 + SlaveMatrix/Assets/Parts/BaseHair/x0y0.svg | 9 + SlaveMatrix/Assets/Parts/ChestHair/part.yaml | 11 + SlaveMatrix/Assets/Parts/ChestHair/x0y0.svg | 17 + SlaveMatrix/Assets/Parts/Cough/part.yaml | 129 ++ SlaveMatrix/Assets/Parts/Cough/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/Cough/x0y1.svg | 11 + SlaveMatrix/Assets/Parts/Cough/x0y2.svg | 11 + SlaveMatrix/Assets/Parts/Cough/x0y3.svg | 11 + SlaveMatrix/Assets/Parts/Cough/x0y4.svg | 11 + SlaveMatrix/Assets/Parts/FrontHair/part.yaml | 1414 ++++++++++++ SlaveMatrix/Assets/Parts/FrontHair/x0y0.svg | 197 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y1.svg | 197 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y10.svg | 156 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y11.svg | 156 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y12.svg | 180 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y13.svg | 182 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y14.svg | 188 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y15.svg | 190 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y16.svg | 182 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y17.svg | 173 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y18.svg | 188 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y2.svg | 197 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y3.svg | 197 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y4.svg | 186 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y5.svg | 174 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y6.svg | 192 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y7.svg | 204 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y8.svg | 180 ++ SlaveMatrix/Assets/Parts/FrontHair/x0y9.svg | 192 ++ SlaveMatrix/Assets/Parts/Head/part.yaml | 161 ++ SlaveMatrix/Assets/Parts/Head/x0y0.svg | 137 ++ SlaveMatrix/Assets/Parts/Leg/part.yaml | 621 +++++ SlaveMatrix/Assets/Parts/Leg/x0y0.svg | 846 +++++++ SlaveMatrix/Assets/Parts/Leg/x0y1.svg | 846 +++++++ SlaveMatrix/Assets/Parts/LowerArm/part.yaml | 230 ++ SlaveMatrix/Assets/Parts/LowerArm/x0y0.svg | 721 ++++++ SlaveMatrix/Assets/Parts/Neck/part.yaml | 139 ++ SlaveMatrix/Assets/Parts/Neck/x0y0.svg | 199 ++ SlaveMatrix/Assets/Parts/Shoulder/part.yaml | 33 + SlaveMatrix/Assets/Parts/Shoulder/x0y0.svg | 56 + SlaveMatrix/Assets/Parts/Torso/part.yaml | 47 + SlaveMatrix/Assets/Parts/Torso/x0y0.svg | 43 + SlaveMatrix/Assets/Parts/T字剃刀/part.yaml | 31 + SlaveMatrix/Assets/Parts/T字剃刀/x0y0.svg | 89 + SlaveMatrix/Assets/Parts/UpperArm/part.yaml | 104 + SlaveMatrix/Assets/Parts/UpperArm/x0y0.svg | 439 ++++ SlaveMatrix/Assets/Parts/Waist/part.yaml | 367 +++ SlaveMatrix/Assets/Parts/Waist/x0y0.svg | 178 ++ SlaveMatrix/Assets/Parts/Waist/x0y1.svg | 178 ++ SlaveMatrix/Assets/Parts/Waist/x0y2.svg | 178 ++ SlaveMatrix/Assets/Parts/Waist/x0y3.svg | 178 ++ SlaveMatrix/Assets/Parts/Waist/x0y4.svg | 178 ++ SlaveMatrix/Assets/Parts/ぶっかけ/part.yaml | 38 + SlaveMatrix/Assets/Parts/ぶっかけ/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x0y1.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x0y2.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x0y3.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x0y4.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x1y0.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x1y1.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x1y2.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x1y3.svg | 4 + SlaveMatrix/Assets/Parts/ぶっかけ/x1y4.svg | 4 + SlaveMatrix/Assets/Parts/アナル/part.yaml | 81 + SlaveMatrix/Assets/Parts/アナル/x0y0.svg | 34 + SlaveMatrix/Assets/Parts/アナル/x0y1.svg | 34 + SlaveMatrix/Assets/Parts/アナル/x0y2.svg | 34 + SlaveMatrix/Assets/Parts/アナル/x0y3.svg | 34 + SlaveMatrix/Assets/Parts/アナル/x0y4.svg | 34 + .../Assets/Parts/エイリアン目左/part.yaml | 38 + .../Assets/Parts/エイリアン目左/x0y0.svg | 7 + .../Assets/Parts/エイリアン目左/x0y1.svg | 7 + .../Assets/Parts/エイリアン目左/x0y2.svg | 7 + .../Assets/Parts/エイリアン目左/x0y3.svg | 7 + .../Assets/Parts/エイリアン目左/x0y4.svg | 7 + SlaveMatrix/Assets/Parts/キスマーク/part.yaml | 11 + SlaveMatrix/Assets/Parts/キスマーク/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/キャップ中/part.yaml | 21 + SlaveMatrix/Assets/Parts/キャップ中/x0y0.svg | 5 + SlaveMatrix/Assets/Parts/キャップ左/part.yaml | 21 + SlaveMatrix/Assets/Parts/キャップ左/x0y0.svg | 5 + SlaveMatrix/Assets/Parts/コモン/part.yaml | 141 ++ SlaveMatrix/Assets/Parts/コモン/x0y0.svg | 46 + SlaveMatrix/Assets/Parts/コモン/x0y1.svg | 46 + SlaveMatrix/Assets/Parts/コモン/x0y2.svg | 43 + SlaveMatrix/Assets/Parts/コモン/x0y3.svg | 40 + SlaveMatrix/Assets/Parts/コモン/x0y4.svg | 34 + SlaveMatrix/Assets/Parts/ディル/part.yaml | 104 + SlaveMatrix/Assets/Parts/ディル/x0y0.svg | 53 + SlaveMatrix/Assets/Parts/ディル/x0y1.svg | 53 + SlaveMatrix/Assets/Parts/ディル/x0y2.svg | 52 + SlaveMatrix/Assets/Parts/ディル/x0y3.svg | 48 + SlaveMatrix/Assets/Parts/ディル/x0y4.svg | 43 + SlaveMatrix/Assets/Parts/デンマ/part.yaml | 111 + SlaveMatrix/Assets/Parts/デンマ/x0y0.svg | 40 + SlaveMatrix/Assets/Parts/デンマ/x0y1.svg | 40 + SlaveMatrix/Assets/Parts/デンマ/x0y2.svg | 39 + SlaveMatrix/Assets/Parts/デンマ/x0y3.svg | 38 + SlaveMatrix/Assets/Parts/デンマ/x0y4.svg | 37 + SlaveMatrix/Assets/Parts/ドリル/part.yaml | 393 ++++ SlaveMatrix/Assets/Parts/ドリル/x0y0.svg | 52 + SlaveMatrix/Assets/Parts/ドリル/x0y1.svg | 51 + SlaveMatrix/Assets/Parts/ドリル/x0y2.svg | 46 + SlaveMatrix/Assets/Parts/ドリル/x0y3.svg | 41 + SlaveMatrix/Assets/Parts/ドリル/x0y4.svg | 37 + SlaveMatrix/Assets/Parts/ドリル/x1y0.svg | 53 + SlaveMatrix/Assets/Parts/ドリル/x1y1.svg | 51 + SlaveMatrix/Assets/Parts/ドリル/x1y2.svg | 47 + SlaveMatrix/Assets/Parts/ドリル/x1y3.svg | 42 + SlaveMatrix/Assets/Parts/ドリル/x1y4.svg | 37 + SlaveMatrix/Assets/Parts/ドリル/x2y0.svg | 55 + SlaveMatrix/Assets/Parts/ドリル/x2y1.svg | 53 + SlaveMatrix/Assets/Parts/ドリル/x2y2.svg | 48 + SlaveMatrix/Assets/Parts/ドリル/x2y3.svg | 44 + SlaveMatrix/Assets/Parts/ドリル/x2y4.svg | 38 + SlaveMatrix/Assets/Parts/ハンド/part.yaml | 562 +++++ SlaveMatrix/Assets/Parts/ハンド/x0y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x10y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x10y1.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x10y2.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x10y3.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x10y4.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x11y0.svg | 68 + SlaveMatrix/Assets/Parts/ハンド/x12y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x13y0.svg | 69 + SlaveMatrix/Assets/Parts/ハンド/x14y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x14y1.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x14y2.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x1y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x2y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x2y1.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x2y2.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x2y3.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x2y4.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x3y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x4y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x5y0.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x5y1.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x5y2.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x5y3.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x5y4.svg | 92 + SlaveMatrix/Assets/Parts/ハンド/x6y0.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x6y1.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x6y2.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x6y3.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x6y4.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x7y0.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x7y1.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x7y2.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x7y3.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x7y4.svg | 94 + SlaveMatrix/Assets/Parts/ハンド/x8y0.svg | 17 + SlaveMatrix/Assets/Parts/ハンド/x8y1.svg | 17 + SlaveMatrix/Assets/Parts/ハンド/x8y2.svg | 17 + SlaveMatrix/Assets/Parts/ハンド/x8y3.svg | 17 + SlaveMatrix/Assets/Parts/ハンド/x8y4.svg | 17 + SlaveMatrix/Assets/Parts/ハンド/x9y0.svg | 16 + SlaveMatrix/Assets/Parts/ハンド/x9y1.svg | 16 + SlaveMatrix/Assets/Parts/ハンド/x9y2.svg | 16 + SlaveMatrix/Assets/Parts/ハンド/x9y3.svg | 16 + SlaveMatrix/Assets/Parts/ハンド/x9y4.svg | 16 + SlaveMatrix/Assets/Parts/パンスト/part.yaml | 46 + SlaveMatrix/Assets/Parts/パンスト/x0y0.svg | 18 + SlaveMatrix/Assets/Parts/パンスト/x0y1.svg | 18 + SlaveMatrix/Assets/Parts/パンスト/x0y2.svg | 18 + SlaveMatrix/Assets/Parts/パンスト/x0y3.svg | 18 + SlaveMatrix/Assets/Parts/パンスト/x0y4.svg | 18 + SlaveMatrix/Assets/Parts/パール/part.yaml | 122 + SlaveMatrix/Assets/Parts/パール/x0y0.svg | 17 + SlaveMatrix/Assets/Parts/パール/x0y1.svg | 17 + SlaveMatrix/Assets/Parts/パール/x0y10.svg | 12 + SlaveMatrix/Assets/Parts/パール/x0y11.svg | 12 + SlaveMatrix/Assets/Parts/パール/x0y12.svg | 11 + SlaveMatrix/Assets/Parts/パール/x0y13.svg | 11 + SlaveMatrix/Assets/Parts/パール/x0y14.svg | 10 + SlaveMatrix/Assets/Parts/パール/x0y15.svg | 10 + SlaveMatrix/Assets/Parts/パール/x0y16.svg | 10 + SlaveMatrix/Assets/Parts/パール/x0y2.svg | 16 + SlaveMatrix/Assets/Parts/パール/x0y3.svg | 16 + SlaveMatrix/Assets/Parts/パール/x0y4.svg | 15 + SlaveMatrix/Assets/Parts/パール/x0y5.svg | 15 + SlaveMatrix/Assets/Parts/パール/x0y6.svg | 14 + SlaveMatrix/Assets/Parts/パール/x0y7.svg | 14 + SlaveMatrix/Assets/Parts/パール/x0y8.svg | 13 + SlaveMatrix/Assets/Parts/パール/x0y9.svg | 13 + SlaveMatrix/Assets/Parts/ピアス/part.yaml | 11 + SlaveMatrix/Assets/Parts/ピアス/x0y0.svg | 7 + SlaveMatrix/Assets/Parts/ペニス/part.yaml | 135 ++ SlaveMatrix/Assets/Parts/ペニス/x0y0.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x0y1.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x0y2.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x0y3.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x0y4.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x1y0.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x1y1.svg | 24 + SlaveMatrix/Assets/Parts/ペニス/x1y2.svg | 23 + SlaveMatrix/Assets/Parts/ペニス/x1y3.svg | 19 + SlaveMatrix/Assets/Parts/ペニス/x1y4.svg | 14 + SlaveMatrix/Assets/Parts/ボテ腹/part.yaml | 90 + SlaveMatrix/Assets/Parts/ボテ腹/x0y0.svg | 21 + SlaveMatrix/Assets/Parts/ボテ腹/x0y1.svg | 21 + SlaveMatrix/Assets/Parts/ボテ腹/x0y2.svg | 21 + SlaveMatrix/Assets/Parts/ボテ腹/x0y3.svg | 21 + SlaveMatrix/Assets/Parts/ボテ腹/x0y4.svg | 21 + SlaveMatrix/Assets/Parts/ボテ腹板/part.yaml | 119 + SlaveMatrix/Assets/Parts/ボテ腹板/x0y0.svg | 60 + SlaveMatrix/Assets/Parts/ボテ腹板/x0y1.svg | 60 + SlaveMatrix/Assets/Parts/ボテ腹板/x0y2.svg | 60 + SlaveMatrix/Assets/Parts/ボテ腹板/x0y3.svg | 60 + SlaveMatrix/Assets/Parts/ボテ腹板/x0y4.svg | 60 + SlaveMatrix/Assets/Parts/マウス/part.yaml | 117 + SlaveMatrix/Assets/Parts/マウス/x0y0.svg | 13 + SlaveMatrix/Assets/Parts/マウス/x1y0.svg | 13 + SlaveMatrix/Assets/Parts/マウス/x2y0.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x3y0.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x3y1.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x3y2.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x3y3.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x3y4.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x4y0.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x4y1.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x4y2.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x4y3.svg | 15 + SlaveMatrix/Assets/Parts/マウス/x4y4.svg | 15 + SlaveMatrix/Assets/Parts/ロータ/part.yaml | 54 + SlaveMatrix/Assets/Parts/ロータ/x0y0.svg | 8 + SlaveMatrix/Assets/Parts/ロータ/x0y1.svg | 8 + SlaveMatrix/Assets/Parts/ロータ/x0y2.svg | 8 + SlaveMatrix/Assets/Parts/ロータ/x0y3.svg | 7 + SlaveMatrix/Assets/Parts/ロータ/x0y4.svg | 7 + SlaveMatrix/Assets/Parts/上着トップ/part.yaml | 220 ++ SlaveMatrix/Assets/Parts/上着トップ/x0y0.svg | 70 + SlaveMatrix/Assets/Parts/上着トップ/x1y0.svg | 95 + SlaveMatrix/Assets/Parts/上着トップ/x2y0.svg | 135 ++ SlaveMatrix/Assets/Parts/上着トップ/x3y0.svg | 69 + .../Assets/Parts/上着ボトム前/part.yaml | 409 ++++ .../Assets/Parts/上着ボトム前/x0y0.svg | 74 + .../Assets/Parts/上着ボトム前/x0y1.svg | 74 + .../Assets/Parts/上着ボトム前/x1y0.svg | 43 + .../Assets/Parts/上着ボトム前/x1y1.svg | 42 + .../Assets/Parts/上着ボトム前/x2y0.svg | 74 + .../Assets/Parts/上着ボトム前/x2y1.svg | 78 + .../Assets/Parts/上着ボトム前/x3y0.svg | 38 + .../Assets/Parts/上着ボトム前/x3y1.svg | 42 + .../Assets/Parts/上着ボトム前/x4y0.svg | 62 + .../Assets/Parts/上着ボトム前/x4y1.svg | 62 + .../Assets/Parts/上着ボトム後/part.yaml | 24 + .../Assets/Parts/上着ボトム後/x0y0.svg | 10 + .../Assets/Parts/上着ボトム後/x0y1.svg | 10 + SlaveMatrix/Assets/Parts/上着ミドル/part.yaml | 107 + SlaveMatrix/Assets/Parts/上着ミドル/x0y0.svg | 23 + SlaveMatrix/Assets/Parts/上着ミドル/x1y0.svg | 66 + SlaveMatrix/Assets/Parts/上着ミドル/x2y0.svg | 48 + SlaveMatrix/Assets/Parts/上着ミドル/x3y0.svg | 14 + SlaveMatrix/Assets/Parts/下着トップ/part.yaml | 507 +++++ SlaveMatrix/Assets/Parts/下着トップ/x0y0.svg | 531 +++++ SlaveMatrix/Assets/Parts/下着トップ/x1y0.svg | 59 + SlaveMatrix/Assets/Parts/下着トップ/x2y0.svg | 63 + SlaveMatrix/Assets/Parts/下着トップ/x3y0.svg | 69 + SlaveMatrix/Assets/Parts/下着トップ/x4y0.svg | 91 + SlaveMatrix/Assets/Parts/下着ボトム/part.yaml | 736 ++++++ SlaveMatrix/Assets/Parts/下着ボトム/x0y0.svg | 231 ++ SlaveMatrix/Assets/Parts/下着ボトム/x0y1.svg | 231 ++ SlaveMatrix/Assets/Parts/下着ボトム/x0y2.svg | 231 ++ SlaveMatrix/Assets/Parts/下着ボトム/x0y3.svg | 231 ++ SlaveMatrix/Assets/Parts/下着ボトム/x0y4.svg | 231 ++ SlaveMatrix/Assets/Parts/下着ボトム/x1y0.svg | 155 ++ SlaveMatrix/Assets/Parts/下着ボトム/x1y1.svg | 155 ++ SlaveMatrix/Assets/Parts/下着ボトム/x1y2.svg | 155 ++ SlaveMatrix/Assets/Parts/下着ボトム/x1y3.svg | 155 ++ SlaveMatrix/Assets/Parts/下着ボトム/x1y4.svg | 155 ++ SlaveMatrix/Assets/Parts/下着乳首左/part.yaml | 18 + SlaveMatrix/Assets/Parts/下着乳首左/x0y0.svg | 8 + SlaveMatrix/Assets/Parts/下着陰核/part.yaml | 11 + SlaveMatrix/Assets/Parts/下着陰核/x0y0.svg | 5 + SlaveMatrix/Assets/Parts/前翅/part.yaml | 229 ++ SlaveMatrix/Assets/Parts/前翅/x0y0.svg | 91 + SlaveMatrix/Assets/Parts/前翅/x0y1.svg | 109 + SlaveMatrix/Assets/Parts/前翅/x1y0.svg | 59 + SlaveMatrix/Assets/Parts/前翅/x1y1.svg | 94 + SlaveMatrix/Assets/Parts/前翅/x2y0.svg | 96 + SlaveMatrix/Assets/Parts/前翅/x2y1.svg | 176 ++ SlaveMatrix/Assets/Parts/前翅/x3y0.svg | 29 + SlaveMatrix/Assets/Parts/前翅/x3y1.svg | 48 + SlaveMatrix/Assets/Parts/単眼目/part.yaml | 29 + SlaveMatrix/Assets/Parts/単眼目/x0y0.svg | 12 + SlaveMatrix/Assets/Parts/単眼眉/part.yaml | 17 + SlaveMatrix/Assets/Parts/単眼眉/x0y0.svg | 5 + SlaveMatrix/Assets/Parts/単眼眉/x0y1.svg | 5 + SlaveMatrix/Assets/Parts/単眼眉/x0y2.svg | 5 + SlaveMatrix/Assets/Parts/単眼瞼/part.yaml | 419 ++++ SlaveMatrix/Assets/Parts/単眼瞼/x0y0.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x0y1.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x0y2.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x0y3.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x0y4.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x1y0.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x1y1.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x1y2.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x1y3.svg | 43 + SlaveMatrix/Assets/Parts/単眼瞼/x1y4.svg | 43 + SlaveMatrix/Assets/Parts/単足/part.yaml | 312 +++ SlaveMatrix/Assets/Parts/単足/x0y0.svg | 233 ++ SlaveMatrix/Assets/Parts/単足/x0y1.svg | 110 + SlaveMatrix/Assets/Parts/反応/part.yaml | 78 + SlaveMatrix/Assets/Parts/反応/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/反応/x0y1.svg | 19 + SlaveMatrix/Assets/Parts/反応/x0y2.svg | 27 + SlaveMatrix/Assets/Parts/反応/x0y3.svg | 19 + SlaveMatrix/Assets/Parts/反応/x0y4.svg | 11 + SlaveMatrix/Assets/Parts/反応/x1y0.svg | 42 + SlaveMatrix/Assets/Parts/反応/x1y1.svg | 42 + SlaveMatrix/Assets/Parts/口/part.yaml | 485 ++++ SlaveMatrix/Assets/Parts/口/x0y0.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y1.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y10.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y11.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y12.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y13.svg | 19 + SlaveMatrix/Assets/Parts/口/x0y2.svg | 18 + SlaveMatrix/Assets/Parts/口/x0y3.svg | 18 + SlaveMatrix/Assets/Parts/口/x0y4.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y5.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y6.svg | 17 + SlaveMatrix/Assets/Parts/口/x0y7.svg | 18 + SlaveMatrix/Assets/Parts/口/x0y8.svg | 18 + SlaveMatrix/Assets/Parts/口/x0y9.svg | 17 + SlaveMatrix/Assets/Parts/口/x1y0.svg | 42 + SlaveMatrix/Assets/Parts/口/x1y1.svg | 42 + SlaveMatrix/Assets/Parts/口/x1y10.svg | 15 + SlaveMatrix/Assets/Parts/口/x1y11.svg | 15 + SlaveMatrix/Assets/Parts/口/x1y12.svg | 36 + SlaveMatrix/Assets/Parts/口/x1y13.svg | 15 + SlaveMatrix/Assets/Parts/口/x1y2.svg | 26 + SlaveMatrix/Assets/Parts/口/x1y3.svg | 26 + SlaveMatrix/Assets/Parts/口/x1y4.svg | 15 + SlaveMatrix/Assets/Parts/口/x1y5.svg | 36 + SlaveMatrix/Assets/Parts/口/x1y6.svg | 36 + SlaveMatrix/Assets/Parts/口/x1y7.svg | 24 + SlaveMatrix/Assets/Parts/口/x1y8.svg | 24 + SlaveMatrix/Assets/Parts/口/x1y9.svg | 36 + SlaveMatrix/Assets/Parts/吹出し/part.yaml | 16 + SlaveMatrix/Assets/Parts/吹出し/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/呼気/part.yaml | 48 + SlaveMatrix/Assets/Parts/呼気/x0y0.svg | 27 + SlaveMatrix/Assets/Parts/呼気/x0y1.svg | 27 + SlaveMatrix/Assets/Parts/噴乳左/part.yaml | 32 + SlaveMatrix/Assets/Parts/噴乳左/x0y0.svg | 5 + SlaveMatrix/Assets/Parts/噴乳左/x0y1.svg | 9 + SlaveMatrix/Assets/Parts/噴乳左/x0y2.svg | 9 + SlaveMatrix/Assets/Parts/噴乳左/x0y3.svg | 9 + SlaveMatrix/Assets/Parts/噴乳左/x0y4.svg | 9 + SlaveMatrix/Assets/Parts/噴乳左/x0y5.svg | 9 + .../Assets/Parts/四足LowerArm/part.yaml | 98 + .../Assets/Parts/四足LowerArm/x0y0.svg | 77 + .../Assets/Parts/四足LowerArm/x1y0.svg | 16 + .../Assets/Parts/四足UpperArm/part.yaml | 51 + .../Assets/Parts/四足UpperArm/x0y0.svg | 36 + .../Assets/Parts/四足UpperArm/x1y0.svg | 13 + SlaveMatrix/Assets/Parts/四足ボテ腹/part.yaml | 45 + SlaveMatrix/Assets/Parts/四足ボテ腹/x0y0.svg | 10 + SlaveMatrix/Assets/Parts/四足ボテ腹/x0y1.svg | 10 + SlaveMatrix/Assets/Parts/四足ボテ腹/x0y2.svg | 10 + SlaveMatrix/Assets/Parts/四足ボテ腹/x0y3.svg | 10 + SlaveMatrix/Assets/Parts/四足ボテ腹/x0y4.svg | 10 + SlaveMatrix/Assets/Parts/四足固定帯/part.yaml | 422 ++++ SlaveMatrix/Assets/Parts/四足固定帯/x0y0.svg | 67 + SlaveMatrix/Assets/Parts/四足固定帯/x0y1.svg | 67 + SlaveMatrix/Assets/Parts/四足固定帯/x0y2.svg | 67 + SlaveMatrix/Assets/Parts/四足固定帯/x0y3.svg | 67 + SlaveMatrix/Assets/Parts/四足固定帯/x0y4.svg | 67 + SlaveMatrix/Assets/Parts/四足性器/part.yaml | 129 ++ SlaveMatrix/Assets/Parts/四足性器/x0y0.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x0y1.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x0y2.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x0y3.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x0y4.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x0y5.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x1y0.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x1y1.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x1y2.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x1y3.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x1y4.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x1y5.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x2y0.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x2y1.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x2y2.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x2y3.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x2y4.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x2y5.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x3y0.svg | 10 + SlaveMatrix/Assets/Parts/四足性器/x3y1.svg | 13 + SlaveMatrix/Assets/Parts/四足性器/x3y2.svg | 13 + SlaveMatrix/Assets/Parts/四足性器/x3y3.svg | 13 + SlaveMatrix/Assets/Parts/四足性器/x3y4.svg | 13 + SlaveMatrix/Assets/Parts/四足性器/x3y5.svg | 13 + .../Assets/Parts/四足性器精液垂れ/part.yaml | 77 + .../Assets/Parts/四足性器精液垂れ/x0y0.svg | 6 + .../Assets/Parts/四足性器精液垂れ/x0y1.svg | 6 + .../Assets/Parts/四足性器精液垂れ/x0y2.svg | 6 + .../Assets/Parts/四足性器精液垂れ/x0y3.svg | 6 + .../Assets/Parts/四足性器精液垂れ/x0y4.svg | 6 + .../Assets/Parts/四足性器精液垂れ/x0y5.svg | 6 + SlaveMatrix/Assets/Parts/四足手/part.yaml | 176 ++ SlaveMatrix/Assets/Parts/四足手/x0y0.svg | 72 + SlaveMatrix/Assets/Parts/四足手/x1y0.svg | 38 + SlaveMatrix/Assets/Parts/四足手/x1y1.svg | 43 + SlaveMatrix/Assets/Parts/四足放尿/part.yaml | 263 +++ SlaveMatrix/Assets/Parts/四足放尿/x0y0.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y1.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y10.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y2.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y3.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y4.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y5.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y6.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y7.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y8.svg | 9 + SlaveMatrix/Assets/Parts/四足放尿/x0y9.svg | 8 + SlaveMatrix/Assets/Parts/四足断面/part.yaml | 74 + SlaveMatrix/Assets/Parts/四足断面/x0y0.svg | 14 + SlaveMatrix/Assets/Parts/四足断面/x0y1.svg | 14 + SlaveMatrix/Assets/Parts/四足断面/x0y2.svg | 14 + SlaveMatrix/Assets/Parts/四足断面/x0y3.svg | 14 + SlaveMatrix/Assets/Parts/四足断面/x0y4.svg | 14 + SlaveMatrix/Assets/Parts/四足染み/part.yaml | 62 + SlaveMatrix/Assets/Parts/四足染み/x0y0.svg | 35 + SlaveMatrix/Assets/Parts/四足潮吹/part.yaml | 783 +++++++ SlaveMatrix/Assets/Parts/四足潮吹/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y1.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y2.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y3.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y4.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y5.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y6.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y7.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x0y8.svg | 4 + SlaveMatrix/Assets/Parts/四足潮吹/x1y0.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y1.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y2.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y3.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y4.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y5.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y6.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y7.svg | 24 + SlaveMatrix/Assets/Parts/四足潮吹/x1y8.svg | 24 + SlaveMatrix/Assets/Parts/四足留具前/part.yaml | 53 + SlaveMatrix/Assets/Parts/四足留具前/x0y0.svg | 22 + SlaveMatrix/Assets/Parts/四足留具後/part.yaml | 47 + SlaveMatrix/Assets/Parts/四足留具後/x0y0.svg | 20 + SlaveMatrix/Assets/Parts/四足肛門/part.yaml | 18 + SlaveMatrix/Assets/Parts/四足肛門/x0y0.svg | 6 + .../Assets/Parts/四足肛門精液垂れ/part.yaml | 26 + .../Assets/Parts/四足肛門精液垂れ/x0y0.svg | 4 + .../Assets/Parts/四足肛門精液垂れ/x0y1.svg | 4 + .../Assets/Parts/四足肛門精液垂れ/x0y2.svg | 4 + .../Assets/Parts/四足肛門精液垂れ/x0y3.svg | 4 + .../Assets/Parts/四足肛門精液垂れ/x0y4.svg | 4 + .../Assets/Parts/四足肛門精液垂れ/x0y5.svg | 4 + SlaveMatrix/Assets/Parts/四足胴/part.yaml | 38 + SlaveMatrix/Assets/Parts/四足胴/x0y0.svg | 27 + SlaveMatrix/Assets/Parts/四足胸郭/part.yaml | 72 + SlaveMatrix/Assets/Parts/四足胸郭/x0y0.svg | 111 + SlaveMatrix/Assets/Parts/四足脇/part.yaml | 21 + SlaveMatrix/Assets/Parts/四足脇/x0y0.svg | 9 + SlaveMatrix/Assets/Parts/四足脚/part.yaml | 255 +++ SlaveMatrix/Assets/Parts/四足脚/x0y0.svg | 41 + SlaveMatrix/Assets/Parts/四足脚/x1y0.svg | 35 + SlaveMatrix/Assets/Parts/四足脚/x2y0.svg | 41 + SlaveMatrix/Assets/Parts/四足脚/x3y0.svg | 123 + SlaveMatrix/Assets/Parts/四足腰/part.yaml | 372 +++ SlaveMatrix/Assets/Parts/四足腰/x0y0.svg | 99 + SlaveMatrix/Assets/Parts/四足腰/x0y1.svg | 99 + SlaveMatrix/Assets/Parts/四足腰/x0y2.svg | 99 + SlaveMatrix/Assets/Parts/四足腰/x0y3.svg | 99 + SlaveMatrix/Assets/Parts/四足腰/x0y4.svg | 99 + SlaveMatrix/Assets/Parts/四足腿/part.yaml | 87 + SlaveMatrix/Assets/Parts/四足腿/x0y0.svg | 17 + SlaveMatrix/Assets/Parts/四足腿/x1y0.svg | 11 + SlaveMatrix/Assets/Parts/四足腿/x2y0.svg | 11 + SlaveMatrix/Assets/Parts/四足腿/x3y0.svg | 55 + .../Assets/Parts/四足膣内精液/part.yaml | 26 + .../Assets/Parts/四足膣内精液/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/四足膣基/part.yaml | 11 + SlaveMatrix/Assets/Parts/四足膣基/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/四足足/part.yaml | 735 ++++++ SlaveMatrix/Assets/Parts/四足足/x0y0.svg | 100 + SlaveMatrix/Assets/Parts/四足足/x1y0.svg | 47 + SlaveMatrix/Assets/Parts/四足足/x1y1.svg | 50 + SlaveMatrix/Assets/Parts/四足足/x2y0.svg | 297 +++ SlaveMatrix/Assets/Parts/四足足/x3y0.svg | 236 ++ SlaveMatrix/Assets/Parts/四足飛沫/part.yaml | 234 ++ SlaveMatrix/Assets/Parts/四足飛沫/x0y0.svg | 14 + SlaveMatrix/Assets/Parts/四足飛沫/x0y1.svg | 14 + SlaveMatrix/Assets/Parts/四足飛沫/x0y2.svg | 14 + SlaveMatrix/Assets/Parts/四足飛沫/x0y3.svg | 14 + SlaveMatrix/Assets/Parts/四足飛沫/x0y4.svg | 14 + SlaveMatrix/Assets/Parts/固定帯/part.yaml | 422 ++++ SlaveMatrix/Assets/Parts/固定帯/x0y0.svg | 67 + SlaveMatrix/Assets/Parts/固定帯/x0y1.svg | 67 + SlaveMatrix/Assets/Parts/固定帯/x0y2.svg | 67 + SlaveMatrix/Assets/Parts/固定帯/x0y3.svg | 67 + SlaveMatrix/Assets/Parts/固定帯/x0y4.svg | 67 + SlaveMatrix/Assets/Parts/多足/part.yaml | 286 +++ SlaveMatrix/Assets/Parts/多足/x0y0.svg | 8 + SlaveMatrix/Assets/Parts/多足/x0y1.svg | 23 + SlaveMatrix/Assets/Parts/多足/x0y2.svg | 152 ++ SlaveMatrix/Assets/Parts/大顎上/part.yaml | 28 + SlaveMatrix/Assets/Parts/大顎上/x0y0.svg | 17 + SlaveMatrix/Assets/Parts/大顎基/part.yaml | 24 + SlaveMatrix/Assets/Parts/大顎基/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/射精/part.yaml | 79 + SlaveMatrix/Assets/Parts/射精/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/射精/x0y1.svg | 4 + SlaveMatrix/Assets/Parts/射精/x0y2.svg | 4 + SlaveMatrix/Assets/Parts/射精/x0y3.svg | 4 + SlaveMatrix/Assets/Parts/射精/x0y4.svg | 4 + SlaveMatrix/Assets/Parts/射精/x0y5.svg | 4 + SlaveMatrix/Assets/Parts/射精/x0y6.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y0.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y1.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y10.svg | 5 + SlaveMatrix/Assets/Parts/射精/x1y11.svg | 5 + SlaveMatrix/Assets/Parts/射精/x1y12.svg | 5 + SlaveMatrix/Assets/Parts/射精/x1y13.svg | 5 + SlaveMatrix/Assets/Parts/射精/x1y14.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y2.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y3.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y4.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y5.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y6.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y7.svg | 4 + SlaveMatrix/Assets/Parts/射精/x1y8.svg | 5 + SlaveMatrix/Assets/Parts/射精/x1y9.svg | 5 + SlaveMatrix/Assets/Parts/尾/part.yaml | 165 ++ SlaveMatrix/Assets/Parts/尾/x0y0.svg | 73 + SlaveMatrix/Assets/Parts/尾/x0y1.svg | 79 + SlaveMatrix/Assets/Parts/尾/x0y10.svg | 113 + SlaveMatrix/Assets/Parts/尾/x0y11.svg | 69 + SlaveMatrix/Assets/Parts/尾/x0y12.svg | 131 ++ SlaveMatrix/Assets/Parts/尾/x0y13.svg | 820 +++++++ SlaveMatrix/Assets/Parts/尾/x0y14.svg | 923 ++++++++ SlaveMatrix/Assets/Parts/尾/x0y15.svg | 27 + SlaveMatrix/Assets/Parts/尾/x0y16.svg | 1108 +++++++++ SlaveMatrix/Assets/Parts/尾/x0y17.svg | 428 ++++ SlaveMatrix/Assets/Parts/尾/x0y18.svg | 674 ++++++ SlaveMatrix/Assets/Parts/尾/x0y19.svg | 1504 ++++++++++++ SlaveMatrix/Assets/Parts/尾/x0y2.svg | 51 + SlaveMatrix/Assets/Parts/尾/x0y20.svg | 503 ++++ SlaveMatrix/Assets/Parts/尾/x0y21.svg | 267 +++ SlaveMatrix/Assets/Parts/尾/x0y22.svg | 172 ++ SlaveMatrix/Assets/Parts/尾/x0y3.svg | 177 ++ SlaveMatrix/Assets/Parts/尾/x0y4.svg | 211 ++ SlaveMatrix/Assets/Parts/尾/x0y5.svg | 289 +++ SlaveMatrix/Assets/Parts/尾/x0y6.svg | 155 ++ SlaveMatrix/Assets/Parts/尾/x0y7.svg | 104 + SlaveMatrix/Assets/Parts/尾/x0y8.svg | 105 + SlaveMatrix/Assets/Parts/尾/x0y9.svg | 131 ++ SlaveMatrix/Assets/Parts/尾/x1y0.svg | 10 + SlaveMatrix/Assets/Parts/尾/x2y0.svg | 238 ++ SlaveMatrix/Assets/Parts/帽子/part.yaml | 27 + SlaveMatrix/Assets/Parts/帽子/x0y0.svg | 27 + SlaveMatrix/Assets/Parts/後翅/part.yaml | 345 +++ SlaveMatrix/Assets/Parts/後翅/x0y0.svg | 55 + SlaveMatrix/Assets/Parts/後翅/x0y1.svg | 110 + SlaveMatrix/Assets/Parts/後翅/x1y0.svg | 70 + SlaveMatrix/Assets/Parts/後翅/x1y1.svg | 114 + SlaveMatrix/Assets/Parts/後翅/x2y0.svg | 97 + SlaveMatrix/Assets/Parts/後翅/x2y1.svg | 170 ++ SlaveMatrix/Assets/Parts/後翅/x3y0.svg | 434 ++++ SlaveMatrix/Assets/Parts/後翅/x3y1.svg | 474 ++++ SlaveMatrix/Assets/Parts/性器/part.yaml | 129 ++ SlaveMatrix/Assets/Parts/性器/x0y0.svg | 10 + SlaveMatrix/Assets/Parts/性器/x0y1.svg | 10 + SlaveMatrix/Assets/Parts/性器/x0y2.svg | 10 + SlaveMatrix/Assets/Parts/性器/x0y3.svg | 10 + SlaveMatrix/Assets/Parts/性器/x0y4.svg | 10 + SlaveMatrix/Assets/Parts/性器/x0y5.svg | 10 + SlaveMatrix/Assets/Parts/性器/x1y0.svg | 10 + SlaveMatrix/Assets/Parts/性器/x1y1.svg | 10 + SlaveMatrix/Assets/Parts/性器/x1y2.svg | 10 + SlaveMatrix/Assets/Parts/性器/x1y3.svg | 10 + SlaveMatrix/Assets/Parts/性器/x1y4.svg | 10 + SlaveMatrix/Assets/Parts/性器/x1y5.svg | 10 + SlaveMatrix/Assets/Parts/性器/x2y0.svg | 10 + SlaveMatrix/Assets/Parts/性器/x2y1.svg | 10 + SlaveMatrix/Assets/Parts/性器/x2y2.svg | 10 + SlaveMatrix/Assets/Parts/性器/x2y3.svg | 10 + SlaveMatrix/Assets/Parts/性器/x2y4.svg | 10 + SlaveMatrix/Assets/Parts/性器/x2y5.svg | 10 + SlaveMatrix/Assets/Parts/性器/x3y0.svg | 10 + SlaveMatrix/Assets/Parts/性器/x3y1.svg | 13 + SlaveMatrix/Assets/Parts/性器/x3y2.svg | 13 + SlaveMatrix/Assets/Parts/性器/x3y3.svg | 13 + SlaveMatrix/Assets/Parts/性器/x3y4.svg | 13 + SlaveMatrix/Assets/Parts/性器/x3y5.svg | 13 + .../Assets/Parts/性器精液垂れ/part.yaml | 77 + .../Assets/Parts/性器精液垂れ/x0y0.svg | 6 + .../Assets/Parts/性器精液垂れ/x0y1.svg | 6 + .../Assets/Parts/性器精液垂れ/x0y2.svg | 6 + .../Assets/Parts/性器精液垂れ/x0y3.svg | 6 + .../Assets/Parts/性器精液垂れ/x0y4.svg | 6 + .../Assets/Parts/性器精液垂れ/x0y5.svg | 6 + SlaveMatrix/Assets/Parts/意思表示/part.yaml | 54 + SlaveMatrix/Assets/Parts/意思表示/x0y0.svg | 28 + SlaveMatrix/Assets/Parts/意思表示/x0y1.svg | 16 + SlaveMatrix/Assets/Parts/意思表示/x0y2.svg | 20 + SlaveMatrix/Assets/Parts/意思表示/x0y3.svg | 19 + SlaveMatrix/Assets/Parts/手/part.yaml | 1004 ++++++++ SlaveMatrix/Assets/Parts/手/x0y0.svg | 129 ++ SlaveMatrix/Assets/Parts/手/x0y1.svg | 159 ++ SlaveMatrix/Assets/Parts/手/x0y10.svg | 159 ++ SlaveMatrix/Assets/Parts/手/x0y2.svg | 159 ++ SlaveMatrix/Assets/Parts/手/x0y3.svg | 157 ++ SlaveMatrix/Assets/Parts/手/x0y4.svg | 159 ++ SlaveMatrix/Assets/Parts/手/x0y5.svg | 158 ++ SlaveMatrix/Assets/Parts/手/x0y6.svg | 158 ++ SlaveMatrix/Assets/Parts/手/x0y7.svg | 155 ++ SlaveMatrix/Assets/Parts/手/x0y8.svg | 159 ++ SlaveMatrix/Assets/Parts/手/x0y9.svg | 129 ++ SlaveMatrix/Assets/Parts/押し付け/part.yaml | 11 + SlaveMatrix/Assets/Parts/押し付け/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/拘束具上/part.yaml | 32 + SlaveMatrix/Assets/Parts/拘束具上/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/拘束具下/part.yaml | 32 + SlaveMatrix/Assets/Parts/拘束具下/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/拘束鎖/part.yaml | 28 + SlaveMatrix/Assets/Parts/拘束鎖/x0y0.svg | 63 + SlaveMatrix/Assets/Parts/放尿/part.yaml | 263 +++ SlaveMatrix/Assets/Parts/放尿/x0y0.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y1.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y10.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y2.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y3.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y4.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y5.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y6.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y7.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y8.svg | 9 + SlaveMatrix/Assets/Parts/放尿/x0y9.svg | 8 + SlaveMatrix/Assets/Parts/断面/part.yaml | 74 + SlaveMatrix/Assets/Parts/断面/x0y0.svg | 14 + SlaveMatrix/Assets/Parts/断面/x0y1.svg | 14 + SlaveMatrix/Assets/Parts/断面/x0y2.svg | 14 + SlaveMatrix/Assets/Parts/断面/x0y3.svg | 14 + SlaveMatrix/Assets/Parts/断面/x0y4.svg | 14 + SlaveMatrix/Assets/Parts/染み/part.yaml | 62 + SlaveMatrix/Assets/Parts/染み/x0y0.svg | 35 + SlaveMatrix/Assets/Parts/植/part.yaml | 196 ++ SlaveMatrix/Assets/Parts/植/x0y0.svg | 460 ++++ SlaveMatrix/Assets/Parts/横髪左/part.yaml | 96 + SlaveMatrix/Assets/Parts/横髪左/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/横髪左/x0y1.svg | 11 + SlaveMatrix/Assets/Parts/横髪左/x0y2.svg | 9 + SlaveMatrix/Assets/Parts/横髪左/x0y3.svg | 23 + SlaveMatrix/Assets/Parts/横髪左/x0y4.svg | 55 + SlaveMatrix/Assets/Parts/横髪左/x0y5.svg | 6 + SlaveMatrix/Assets/Parts/汗/part.yaml | 34 + SlaveMatrix/Assets/Parts/汗/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/汗/x0y1.svg | 6 + SlaveMatrix/Assets/Parts/汗/x0y2.svg | 6 + SlaveMatrix/Assets/Parts/汗/x0y3.svg | 6 + SlaveMatrix/Assets/Parts/汗/x0y4.svg | 6 + SlaveMatrix/Assets/Parts/汚れ/part.yaml | 28 + SlaveMatrix/Assets/Parts/汚れ/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/汚れ/x0y1.svg | 6 + SlaveMatrix/Assets/Parts/汚れ/x0y2.svg | 9 + SlaveMatrix/Assets/Parts/汚れ/x0y3.svg | 8 + SlaveMatrix/Assets/Parts/汚れ/x0y4.svg | 8 + SlaveMatrix/Assets/Parts/流血中/part.yaml | 74 + SlaveMatrix/Assets/Parts/流血中/x0y0.svg | 29 + SlaveMatrix/Assets/Parts/流血中/x0y1.svg | 29 + SlaveMatrix/Assets/Parts/流血中/x0y2.svg | 29 + SlaveMatrix/Assets/Parts/流血中/x0y3.svg | 29 + SlaveMatrix/Assets/Parts/流血中/x0y4.svg | 29 + SlaveMatrix/Assets/Parts/流血大/part.yaml | 74 + SlaveMatrix/Assets/Parts/流血大/x0y0.svg | 29 + SlaveMatrix/Assets/Parts/流血大/x0y1.svg | 29 + SlaveMatrix/Assets/Parts/流血大/x0y2.svg | 29 + SlaveMatrix/Assets/Parts/流血大/x0y3.svg | 29 + SlaveMatrix/Assets/Parts/流血大/x0y4.svg | 29 + SlaveMatrix/Assets/Parts/流血小/part.yaml | 49 + SlaveMatrix/Assets/Parts/流血小/x0y0.svg | 26 + SlaveMatrix/Assets/Parts/流血小/x0y1.svg | 26 + SlaveMatrix/Assets/Parts/流血小/x0y2.svg | 26 + SlaveMatrix/Assets/Parts/流血小/x0y3.svg | 26 + SlaveMatrix/Assets/Parts/流血小/x0y4.svg | 26 + SlaveMatrix/Assets/Parts/涎口裂け左/part.yaml | 23 + SlaveMatrix/Assets/Parts/涎口裂け左/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/涎口裂け左/x0y1.svg | 6 + SlaveMatrix/Assets/Parts/涎口裂け左/x0y2.svg | 6 + SlaveMatrix/Assets/Parts/涎口裂け左/x0y3.svg | 6 + SlaveMatrix/Assets/Parts/涎口裂け左/x0y4.svg | 6 + SlaveMatrix/Assets/Parts/涎左/part.yaml | 23 + SlaveMatrix/Assets/Parts/涎左/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/涎左/x0y1.svg | 6 + SlaveMatrix/Assets/Parts/涎左/x0y2.svg | 6 + SlaveMatrix/Assets/Parts/涎左/x0y3.svg | 6 + SlaveMatrix/Assets/Parts/涎左/x0y4.svg | 6 + SlaveMatrix/Assets/Parts/涙左/part.yaml | 38 + SlaveMatrix/Assets/Parts/涙左/x0y0.svg | 9 + SlaveMatrix/Assets/Parts/涙左/x0y1.svg | 12 + SlaveMatrix/Assets/Parts/涙左/x0y2.svg | 12 + SlaveMatrix/Assets/Parts/涙左/x0y3.svg | 12 + SlaveMatrix/Assets/Parts/涙左/x0y4.svg | 12 + SlaveMatrix/Assets/Parts/涙左/x0y5.svg | 12 + SlaveMatrix/Assets/Parts/潮吹/part.yaml | 783 +++++++ SlaveMatrix/Assets/Parts/潮吹/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y1.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y2.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y3.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y4.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y5.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y6.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y7.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x0y8.svg | 4 + SlaveMatrix/Assets/Parts/潮吹/x1y0.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y1.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y2.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y3.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y4.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y5.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y6.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y7.svg | 24 + SlaveMatrix/Assets/Parts/潮吹/x1y8.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/part.yaml | 161 ++ SlaveMatrix/Assets/Parts/獣性瞼左/x0y0.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x0y1.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x0y2.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x0y3.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x0y4.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x1y0.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x1y1.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x1y2.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x1y3.svg | 24 + SlaveMatrix/Assets/Parts/獣性瞼左/x1y4.svg | 24 + .../Assets/Parts/獣翼LowerArm/part.yaml | 54 + .../Assets/Parts/獣翼LowerArm/x0y0.svg | 85 + .../Assets/Parts/獣翼UpperArm/part.yaml | 21 + .../Assets/Parts/獣翼UpperArm/x0y0.svg | 38 + SlaveMatrix/Assets/Parts/獣翼手/part.yaml | 81 + SlaveMatrix/Assets/Parts/獣翼手/x0y0.svg | 75 + SlaveMatrix/Assets/Parts/獣耳/part.yaml | 53 + SlaveMatrix/Assets/Parts/獣耳/x0y0.svg | 21 + SlaveMatrix/Assets/Parts/獣耳/x0y1.svg | 21 + SlaveMatrix/Assets/Parts/獣耳/x0y2.svg | 21 + SlaveMatrix/Assets/Parts/獣耳/x1y0.svg | 21 + SlaveMatrix/Assets/Parts/獣耳/x1y1.svg | 21 + SlaveMatrix/Assets/Parts/獣耳/x1y2.svg | 21 + SlaveMatrix/Assets/Parts/玉口枷/part.yaml | 123 + SlaveMatrix/Assets/Parts/玉口枷/x0y0.svg | 40 + SlaveMatrix/Assets/Parts/留具前/part.yaml | 53 + SlaveMatrix/Assets/Parts/留具前/x0y0.svg | 22 + SlaveMatrix/Assets/Parts/留具後/part.yaml | 47 + SlaveMatrix/Assets/Parts/留具後/x0y0.svg | 20 + SlaveMatrix/Assets/Parts/目傷左/part.yaml | 29 + SlaveMatrix/Assets/Parts/目傷左/x0y0.svg | 7 + SlaveMatrix/Assets/Parts/目傷左/x0y1.svg | 7 + SlaveMatrix/Assets/Parts/目傷左/x0y2.svg | 7 + SlaveMatrix/Assets/Parts/目傷左/x0y3.svg | 7 + SlaveMatrix/Assets/Parts/目傷左/x0y4.svg | 7 + SlaveMatrix/Assets/Parts/目尻影左/part.yaml | 20 + SlaveMatrix/Assets/Parts/目尻影左/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/目左/part.yaml | 29 + SlaveMatrix/Assets/Parts/目左/x0y0.svg | 12 + SlaveMatrix/Assets/Parts/目隠帯/part.yaml | 117 + SlaveMatrix/Assets/Parts/目隠帯/x0y0.svg | 30 + SlaveMatrix/Assets/Parts/眉左/part.yaml | 26 + SlaveMatrix/Assets/Parts/眉左/x0y0.svg | 5 + SlaveMatrix/Assets/Parts/眉左/x0y1.svg | 6 + SlaveMatrix/Assets/Parts/眉左/x0y2.svg | 6 + SlaveMatrix/Assets/Parts/節足/part.yaml | 461 ++++ SlaveMatrix/Assets/Parts/節足/x0y0.svg | 72 + SlaveMatrix/Assets/Parts/節足/x0y1.svg | 48 + SlaveMatrix/Assets/Parts/節足/x0y2.svg | 64 + SlaveMatrix/Assets/Parts/節足/x0y3.svg | 75 + SlaveMatrix/Assets/Parts/節足/x0y4.svg | 52 + SlaveMatrix/Assets/Parts/節足/x0y5.svg | 51 + SlaveMatrix/Assets/Parts/節足/x0y6.svg | 37 + SlaveMatrix/Assets/Parts/紅潮/part.yaml | 41 + SlaveMatrix/Assets/Parts/紅潮/x0y0.svg | 19 + SlaveMatrix/Assets/Parts/羽根箒/part.yaml | 50 + SlaveMatrix/Assets/Parts/羽根箒/x0y0.svg | 20 + SlaveMatrix/Assets/Parts/耳/part.yaml | 202 ++ SlaveMatrix/Assets/Parts/耳/x0y0.svg | 12 + SlaveMatrix/Assets/Parts/耳/x10y0.svg | 15 + SlaveMatrix/Assets/Parts/耳/x10y1.svg | 15 + SlaveMatrix/Assets/Parts/耳/x10y2.svg | 15 + SlaveMatrix/Assets/Parts/耳/x11y0.svg | 17 + SlaveMatrix/Assets/Parts/耳/x11y1.svg | 17 + SlaveMatrix/Assets/Parts/耳/x11y2.svg | 17 + SlaveMatrix/Assets/Parts/耳/x1y0.svg | 13 + SlaveMatrix/Assets/Parts/耳/x2y0.svg | 12 + SlaveMatrix/Assets/Parts/耳/x2y1.svg | 12 + SlaveMatrix/Assets/Parts/耳/x2y2.svg | 12 + SlaveMatrix/Assets/Parts/耳/x3y0.svg | 12 + SlaveMatrix/Assets/Parts/耳/x3y1.svg | 12 + SlaveMatrix/Assets/Parts/耳/x3y2.svg | 12 + SlaveMatrix/Assets/Parts/耳/x4y0.svg | 14 + SlaveMatrix/Assets/Parts/耳/x4y1.svg | 14 + SlaveMatrix/Assets/Parts/耳/x4y2.svg | 14 + SlaveMatrix/Assets/Parts/耳/x5y0.svg | 17 + SlaveMatrix/Assets/Parts/耳/x5y1.svg | 17 + SlaveMatrix/Assets/Parts/耳/x5y2.svg | 17 + SlaveMatrix/Assets/Parts/耳/x6y0.svg | 21 + SlaveMatrix/Assets/Parts/耳/x6y1.svg | 21 + SlaveMatrix/Assets/Parts/耳/x6y2.svg | 21 + SlaveMatrix/Assets/Parts/耳/x7y0.svg | 21 + SlaveMatrix/Assets/Parts/耳/x7y1.svg | 21 + SlaveMatrix/Assets/Parts/耳/x7y2.svg | 21 + SlaveMatrix/Assets/Parts/耳/x8y0.svg | 20 + SlaveMatrix/Assets/Parts/耳/x8y1.svg | 20 + SlaveMatrix/Assets/Parts/耳/x8y2.svg | 20 + SlaveMatrix/Assets/Parts/耳/x9y0.svg | 22 + SlaveMatrix/Assets/Parts/耳/x9y1.svg | 22 + SlaveMatrix/Assets/Parts/耳/x9y2.svg | 22 + SlaveMatrix/Assets/Parts/肛門/part.yaml | 18 + SlaveMatrix/Assets/Parts/肛門/x0y0.svg | 6 + .../Assets/Parts/肛門精液垂れ/part.yaml | 26 + .../Assets/Parts/肛門精液垂れ/x0y0.svg | 4 + .../Assets/Parts/肛門精液垂れ/x0y1.svg | 4 + .../Assets/Parts/肛門精液垂れ/x0y2.svg | 4 + .../Assets/Parts/肛門精液垂れ/x0y3.svg | 4 + .../Assets/Parts/肛門精液垂れ/x0y4.svg | 4 + .../Assets/Parts/肛門精液垂れ/x0y5.svg | 4 + SlaveMatrix/Assets/Parts/背中/part.yaml | 175 ++ SlaveMatrix/Assets/Parts/背中/x0y0.svg | 23 + SlaveMatrix/Assets/Parts/背中/x0y1.svg | 145 ++ SlaveMatrix/Assets/Parts/背中/x0y2.svg | 7 + SlaveMatrix/Assets/Parts/胴肌/part.yaml | 20 + SlaveMatrix/Assets/Parts/胴肌/x0y0.svg | 19 + SlaveMatrix/Assets/Parts/胴腹板/part.yaml | 21 + SlaveMatrix/Assets/Parts/胴腹板/x0y0.svg | 16 + SlaveMatrix/Assets/Parts/胸左/part.yaml | 133 ++ SlaveMatrix/Assets/Parts/胸左/x0y0.svg | 49 + SlaveMatrix/Assets/Parts/胸左/x0y1.svg | 49 + SlaveMatrix/Assets/Parts/胸左/x0y2.svg | 44 + SlaveMatrix/Assets/Parts/胸左/x0y3.svg | 46 + SlaveMatrix/Assets/Parts/胸左/x0y4.svg | 46 + SlaveMatrix/Assets/Parts/胸郭/part.yaml | 110 + SlaveMatrix/Assets/Parts/胸郭/x0y0.svg | 217 ++ SlaveMatrix/Assets/Parts/胸郭肌/part.yaml | 91 + SlaveMatrix/Assets/Parts/胸郭肌/x0y0.svg | 159 ++ SlaveMatrix/Assets/Parts/胸郭腹板/part.yaml | 17 + SlaveMatrix/Assets/Parts/胸郭腹板/x0y0.svg | 15 + SlaveMatrix/Assets/Parts/腰肌/part.yaml | 198 ++ SlaveMatrix/Assets/Parts/腰肌/x0y0.svg | 125 + SlaveMatrix/Assets/Parts/腰肌/x0y1.svg | 125 + SlaveMatrix/Assets/Parts/腰肌/x0y2.svg | 125 + SlaveMatrix/Assets/Parts/腰肌/x0y3.svg | 125 + SlaveMatrix/Assets/Parts/腰肌/x0y4.svg | 125 + SlaveMatrix/Assets/Parts/腿/part.yaml | 342 +++ SlaveMatrix/Assets/Parts/腿/x0y0.svg | 282 +++ SlaveMatrix/Assets/Parts/腿/x0y1.svg | 288 +++ SlaveMatrix/Assets/Parts/腿/x0y2.svg | 221 ++ SlaveMatrix/Assets/Parts/腿/x0y3.svg | 227 ++ SlaveMatrix/Assets/Parts/腿/x0y4.svg | 219 ++ SlaveMatrix/Assets/Parts/膣内精液/part.yaml | 26 + SlaveMatrix/Assets/Parts/膣内精液/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/膣基/part.yaml | 11 + SlaveMatrix/Assets/Parts/膣基/x0y0.svg | 4 + SlaveMatrix/Assets/Parts/舌/part.yaml | 83 + SlaveMatrix/Assets/Parts/舌/x0y0.svg | 18 + SlaveMatrix/Assets/Parts/舌/x0y1.svg | 58 + SlaveMatrix/Assets/Parts/葉/part.yaml | 36 + SlaveMatrix/Assets/Parts/葉/x0y0.svg | 8 + SlaveMatrix/Assets/Parts/葉/x0y1.svg | 15 + SlaveMatrix/Assets/Parts/葉/x0y2.svg | 16 + SlaveMatrix/Assets/Parts/葉/x1y0.svg | 8 + SlaveMatrix/Assets/Parts/葉/x1y1.svg | 21 + SlaveMatrix/Assets/Parts/葉/x1y2.svg | 17 + SlaveMatrix/Assets/Parts/虫鎌/part.yaml | 86 + SlaveMatrix/Assets/Parts/虫鎌/x0y0.svg | 51 + SlaveMatrix/Assets/Parts/虫顎/part.yaml | 88 + SlaveMatrix/Assets/Parts/虫顎/x0y0.svg | 19 + SlaveMatrix/Assets/Parts/虫顎/x1y0.svg | 42 + SlaveMatrix/Assets/Parts/虫顎/x1y1.svg | 26 + SlaveMatrix/Assets/Parts/衝撃/part.yaml | 11 + SlaveMatrix/Assets/Parts/衝撃/x0y0.svg | 11 + SlaveMatrix/Assets/Parts/角/part.yaml | 133 ++ SlaveMatrix/Assets/Parts/角/x0y0.svg | 15 + SlaveMatrix/Assets/Parts/角/x0y1.svg | 12 + SlaveMatrix/Assets/Parts/角/x1y0.svg | 10 + SlaveMatrix/Assets/Parts/角/x1y1.svg | 10 + SlaveMatrix/Assets/Parts/角/x2y0.svg | 37 + SlaveMatrix/Assets/Parts/角/x2y1.svg | 41 + SlaveMatrix/Assets/Parts/角/x3y0.svg | 21 + SlaveMatrix/Assets/Parts/角/x3y1.svg | 15 + SlaveMatrix/Assets/Parts/角/x4y0.svg | 14 + SlaveMatrix/Assets/Parts/角/x4y1.svg | 8 + SlaveMatrix/Assets/Parts/角/x5y0.svg | 12 + SlaveMatrix/Assets/Parts/角/x5y1.svg | 7 + SlaveMatrix/Assets/Parts/角/x6y0.svg | 12 + SlaveMatrix/Assets/Parts/角/x6y1.svg | 9 + SlaveMatrix/Assets/Parts/角/x7y0.svg | 13 + SlaveMatrix/Assets/Parts/角/x7y1.svg | 11 + SlaveMatrix/Assets/Parts/角/x8y0.svg | 11 + SlaveMatrix/Assets/Parts/角/x8y1.svg | 10 + SlaveMatrix/Assets/Parts/角/x9y0.svg | 40 + SlaveMatrix/Assets/Parts/角/x9y1.svg | 18 + SlaveMatrix/Assets/Parts/触手/part.yaml | 2019 +++++++++++++++++ SlaveMatrix/Assets/Parts/触手/x0y0.svg | 701 ++++++ SlaveMatrix/Assets/Parts/触手/x0y1.svg | 515 +++++ SlaveMatrix/Assets/Parts/触手/x0y2.svg | 1195 ++++++++++ SlaveMatrix/Assets/Parts/触手/x0y3.svg | 672 ++++++ SlaveMatrix/Assets/Parts/触覚/part.yaml | 1230 ++++++++++ SlaveMatrix/Assets/Parts/触覚/x0y0.svg | 243 ++ SlaveMatrix/Assets/Parts/触覚/x0y1.svg | 132 ++ SlaveMatrix/Assets/Parts/触覚/x0y2.svg | 45 + SlaveMatrix/Assets/Parts/触覚/x0y3.svg | 143 ++ SlaveMatrix/Assets/Parts/触覚/x0y4.svg | 607 +++++ SlaveMatrix/Assets/Parts/触覚/x0y5.svg | 93 + SlaveMatrix/Assets/Parts/調教鞭/part.yaml | 297 +++ SlaveMatrix/Assets/Parts/調教鞭/x0y0.svg | 22 + SlaveMatrix/Assets/Parts/調教鞭/x0y1.svg | 22 + SlaveMatrix/Assets/Parts/調教鞭/x0y2.svg | 22 + SlaveMatrix/Assets/Parts/調教鞭/x0y3.svg | 22 + SlaveMatrix/Assets/Parts/調教鞭/x0y4.svg | 22 + SlaveMatrix/Assets/Parts/調教鞭/x1y0.svg | 28 + SlaveMatrix/Assets/Parts/調教鞭/x1y1.svg | 28 + SlaveMatrix/Assets/Parts/調教鞭/x1y2.svg | 28 + SlaveMatrix/Assets/Parts/調教鞭/x1y3.svg | 22 + SlaveMatrix/Assets/Parts/調教鞭/x1y4.svg | 28 + SlaveMatrix/Assets/Parts/足/part.yaml | 470 ++++ SlaveMatrix/Assets/Parts/足/x0y0.svg | 450 ++++ SlaveMatrix/Assets/Parts/足/x0y1.svg | 475 ++++ SlaveMatrix/Assets/Parts/鎖/part.yaml | 21 + SlaveMatrix/Assets/Parts/鎖/x0y0.svg | 17 + SlaveMatrix/Assets/Parts/長物/part.yaml | 504 ++++ SlaveMatrix/Assets/Parts/長物/x0y0.svg | 348 +++ SlaveMatrix/Assets/Parts/長物/x0y1.svg | 129 ++ SlaveMatrix/Assets/Parts/長物/x0y2.svg | 71 + SlaveMatrix/Assets/Parts/長物/x0y3.svg | 138 ++ SlaveMatrix/Assets/Parts/青筋左/part.yaml | 11 + SlaveMatrix/Assets/Parts/青筋左/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/鞭痕/part.yaml | 11 + SlaveMatrix/Assets/Parts/鞭痕/x0y0.svg | 7 + SlaveMatrix/Assets/Parts/頬目左/part.yaml | 29 + SlaveMatrix/Assets/Parts/頬目左/x0y0.svg | 12 + SlaveMatrix/Assets/Parts/頬瞼左/part.yaml | 109 + SlaveMatrix/Assets/Parts/頬瞼左/x0y0.svg | 23 + SlaveMatrix/Assets/Parts/頬瞼左/x0y1.svg | 23 + SlaveMatrix/Assets/Parts/頬瞼左/x0y2.svg | 23 + SlaveMatrix/Assets/Parts/頬瞼左/x0y3.svg | 23 + SlaveMatrix/Assets/Parts/頬瞼左/x0y4.svg | 23 + SlaveMatrix/Assets/Parts/頬肌左/part.yaml | 59 + SlaveMatrix/Assets/Parts/頬肌左/x0y0.svg | 104 + SlaveMatrix/Assets/Parts/頭部前/part.yaml | 344 +++ SlaveMatrix/Assets/Parts/頭部前/x0y0.svg | 367 +++ SlaveMatrix/Assets/Parts/頭部前/x0y1.svg | 25 + SlaveMatrix/Assets/Parts/頭部前/x0y2.svg | 9 + SlaveMatrix/Assets/Parts/頭部後/part.yaml | 21 + SlaveMatrix/Assets/Parts/頭部後/x0y0.svg | 30 + SlaveMatrix/Assets/Parts/額目/part.yaml | 29 + SlaveMatrix/Assets/Parts/額目/x0y0.svg | 12 + SlaveMatrix/Assets/Parts/額瞼/part.yaml | 109 + SlaveMatrix/Assets/Parts/額瞼/x0y0.svg | 23 + SlaveMatrix/Assets/Parts/額瞼/x0y1.svg | 23 + SlaveMatrix/Assets/Parts/額瞼/x0y2.svg | 23 + SlaveMatrix/Assets/Parts/額瞼/x0y3.svg | 23 + SlaveMatrix/Assets/Parts/額瞼/x0y4.svg | 23 + .../Assets/Parts/顔ハイライト左/part.yaml | 17 + .../Assets/Parts/顔ハイライト左/x0y0.svg | 8 + SlaveMatrix/Assets/Parts/顔面/part.yaml | 275 +++ SlaveMatrix/Assets/Parts/顔面/x0y0.svg | 126 + SlaveMatrix/Assets/Parts/顔面/x1y0.svg | 100 + SlaveMatrix/Assets/Parts/顔面/x2y0.svg | 93 + SlaveMatrix/Assets/Parts/飛沫/part.yaml | 234 ++ SlaveMatrix/Assets/Parts/飛沫/x0y0.svg | 14 + SlaveMatrix/Assets/Parts/飛沫/x0y1.svg | 14 + SlaveMatrix/Assets/Parts/飛沫/x0y2.svg | 14 + SlaveMatrix/Assets/Parts/飛沫/x0y3.svg | 14 + SlaveMatrix/Assets/Parts/飛沫/x0y4.svg | 14 + SlaveMatrix/Assets/Parts/飛膜先/part.yaml | 14 + SlaveMatrix/Assets/Parts/飛膜先/x0y0.svg | 12 + SlaveMatrix/Assets/Parts/飛膜先/x0y1.svg | 46 + SlaveMatrix/Assets/Parts/飛膜根/part.yaml | 14 + SlaveMatrix/Assets/Parts/飛膜根/x0y0.svg | 7 + SlaveMatrix/Assets/Parts/飛膜根/x0y1.svg | 14 + SlaveMatrix/Assets/Parts/魔性中瞼左/part.yaml | 193 ++ SlaveMatrix/Assets/Parts/魔性中瞼左/x0y0.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x0y1.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x0y2.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x0y3.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x0y4.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x1y0.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x1y1.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x1y2.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x1y3.svg | 27 + SlaveMatrix/Assets/Parts/魔性中瞼左/x1y4.svg | 27 + SlaveMatrix/Assets/Parts/魔性弱瞼左/part.yaml | 157 ++ SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y0.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y1.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y2.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y3.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y4.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y0.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y1.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y2.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y3.svg | 24 + SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y4.svg | 24 + SlaveMatrix/Assets/Parts/魔性強瞼左/part.yaml | 193 ++ SlaveMatrix/Assets/Parts/魔性強瞼左/x0y0.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x0y1.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x0y2.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x0y3.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x0y4.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x1y0.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x1y1.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x1y2.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x1y3.svg | 27 + SlaveMatrix/Assets/Parts/魔性強瞼左/x1y4.svg | 27 + SlaveMatrix/Assets/Parts/鰭/part.yaml | 34 + SlaveMatrix/Assets/Parts/鰭/x0y0.svg | 22 + SlaveMatrix/Assets/Parts/鰭/x0y1.svg | 30 + SlaveMatrix/Assets/Parts/鰭/x1y0.svg | 6 + SlaveMatrix/Assets/Parts/鰭/x1y1.svg | 6 + .../Assets/Parts/鳥翼LowerArm/part.yaml | 173 ++ .../Assets/Parts/鳥翼LowerArm/x0y0.svg | 301 +++ .../Assets/Parts/鳥翼UpperArm/part.yaml | 36 + .../Assets/Parts/鳥翼UpperArm/x0y0.svg | 55 + SlaveMatrix/Assets/Parts/鳥翼手/part.yaml | 256 +++ SlaveMatrix/Assets/Parts/鳥翼手/x0y0.svg | 303 +++ SlaveMatrix/Assets/Parts/鼻/part.yaml | 31 + SlaveMatrix/Assets/Parts/鼻/x0y0.svg | 7 + SlaveMatrix/Assets/Parts/鼻/x0y1.svg | 4 + SlaveMatrix/Assets/Parts/鼻水左/part.yaml | 23 + SlaveMatrix/Assets/Parts/鼻水左/x0y0.svg | 6 + SlaveMatrix/Assets/Parts/鼻水左/x0y1.svg | 6 + SlaveMatrix/Assets/Parts/鼻水左/x0y2.svg | 6 + SlaveMatrix/Assets/Parts/鼻水左/x0y3.svg | 6 + SlaveMatrix/Assets/Parts/鼻水左/x0y4.svg | 6 + SlaveMatrix/Assets/Parts/鼻肌/part.yaml | 17 + SlaveMatrix/Assets/Parts/鼻肌/x0y0.svg | 23 + 1070 files changed, 83799 insertions(+), 32 deletions(-) create mode 100644 SlaveMatrix/Assets/Catalog.yaml create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y11.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y12.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y13.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y14.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y15.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y16.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y17.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y18.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y19.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y20.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y21.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair0/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/BackHair1/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/BaseHair/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/BaseHair/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ChestHair/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ChestHair/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Cough/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Cough/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Cough/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/Cough/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/Cough/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/Cough/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y11.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y12.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y13.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y14.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y15.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y16.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y17.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y18.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/FrontHair/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/Head/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Head/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Leg/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Leg/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Leg/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/LowerArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/LowerArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Neck/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Neck/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Shoulder/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Shoulder/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Torso/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Torso/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/T字剃刀/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/T字剃刀/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/UpperArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/UpperArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Waist/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/Waist/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/Waist/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/Waist/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/Waist/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/Waist/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ぶっかけ/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/アナル/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/アナル/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/アナル/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/アナル/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/アナル/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/アナル/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/エイリアン目左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/エイリアン目左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/エイリアン目左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/エイリアン目左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/エイリアン目左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/エイリアン目左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/キスマーク/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/キスマーク/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/キャップ中/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/キャップ中/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/キャップ左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/キャップ左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/コモン/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/コモン/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/コモン/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/コモン/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/コモン/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/コモン/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ディル/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ディル/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ディル/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ディル/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ディル/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ディル/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/デンマ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/デンマ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/デンマ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/デンマ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/デンマ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/デンマ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x2y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x2y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ドリル/x2y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x10y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x10y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x10y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x10y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x10y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x11y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x12y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x13y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x14y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x14y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x14y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x2y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x2y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x2y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x4y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x5y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x5y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x5y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x5y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x5y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x6y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x6y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x6y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x6y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x6y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x7y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x7y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x7y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x7y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x7y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x8y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x8y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x8y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x8y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x8y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x9y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x9y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x9y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x9y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ハンド/x9y4.svg create mode 100644 SlaveMatrix/Assets/Parts/パンスト/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/パンスト/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/パンスト/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/パンスト/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/パンスト/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/パンスト/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y11.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y12.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y13.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y14.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y15.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y16.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/パール/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/ピアス/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ピアス/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ペニス/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹板/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹板/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹板/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹板/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹板/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ボテ腹板/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/マウス/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x3y2.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x3y3.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x3y4.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x4y0.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x4y1.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x4y2.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x4y3.svg create mode 100644 SlaveMatrix/Assets/Parts/マウス/x4y4.svg create mode 100644 SlaveMatrix/Assets/Parts/ロータ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/ロータ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/ロータ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/ロータ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/ロータ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/ロータ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/上着トップ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/上着トップ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着トップ/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着トップ/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着トップ/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x4y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム前/x4y1.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム後/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム後/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ボトム後/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ミドル/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/上着ミドル/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ミドル/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ミドル/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/上着ミドル/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着トップ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/下着トップ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着トップ/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着トップ/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着トップ/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着トップ/x4y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/下着ボトム/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/下着乳首左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/下着乳首左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/下着陰核/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/下着陰核/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/前翅/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/前翅/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼目/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/単眼目/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼眉/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/単眼眉/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼眉/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼眉/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/単眼瞼/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/単足/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/単足/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/単足/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/反応/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/反応/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/口/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/口/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y11.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y12.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y13.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y10.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y11.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y12.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y13.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y5.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y6.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y7.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y8.svg create mode 100644 SlaveMatrix/Assets/Parts/口/x1y9.svg create mode 100644 SlaveMatrix/Assets/Parts/吹出し/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/吹出し/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/呼気/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/呼気/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/呼気/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/噴乳左/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足LowerArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足LowerArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足LowerArm/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足UpperArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足UpperArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足UpperArm/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足ボテ腹/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足ボテ腹/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足ボテ腹/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足ボテ腹/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足ボテ腹/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足ボテ腹/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足固定帯/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足固定帯/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足固定帯/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足固定帯/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足固定帯/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足固定帯/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x1y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x2y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x2y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x2y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x2y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x3y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x3y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x3y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器/x3y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足手/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足手/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足手/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足手/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/四足放尿/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/四足断面/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足断面/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足断面/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足断面/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足断面/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足断面/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足染み/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足染み/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y6.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y7.svg create mode 100644 SlaveMatrix/Assets/Parts/四足潮吹/x1y8.svg create mode 100644 SlaveMatrix/Assets/Parts/四足留具前/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足留具前/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足留具後/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足留具後/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足肛門/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/四足胴/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足胴/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足胸郭/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足胸郭/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足脇/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足脇/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足脚/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足脚/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足脚/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足脚/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足脚/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腰/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足腰/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腰/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腰/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腰/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腰/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腿/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足腿/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腿/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腿/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足腿/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足膣内精液/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足膣内精液/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足膣基/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足膣基/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足足/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足足/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足足/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足足/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足足/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足足/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足飛沫/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/四足飛沫/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/四足飛沫/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/四足飛沫/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/四足飛沫/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/四足飛沫/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/固定帯/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/固定帯/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/固定帯/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/固定帯/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/固定帯/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/固定帯/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/多足/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/多足/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/多足/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/多足/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/大顎上/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/大顎上/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/大顎基/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/大顎基/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y10.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y11.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y12.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y13.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y14.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y5.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y6.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y7.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y8.svg create mode 100644 SlaveMatrix/Assets/Parts/射精/x1y9.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y11.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y12.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y13.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y14.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y15.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y16.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y17.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y18.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y19.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y20.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y21.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y22.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/尾/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/帽子/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/帽子/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/後翅/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/後翅/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/性器/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x1y5.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x2y2.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x2y3.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x2y4.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x2y5.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x3y2.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x3y3.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x3y4.svg create mode 100644 SlaveMatrix/Assets/Parts/性器/x3y5.svg create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/性器精液垂れ/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/意思表示/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/意思表示/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/意思表示/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/意思表示/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/意思表示/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/手/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/手/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/手/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/押し付け/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/押し付け/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/拘束具上/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/拘束具上/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/拘束具下/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/拘束具下/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/拘束鎖/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/拘束鎖/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y10.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/放尿/x0y9.svg create mode 100644 SlaveMatrix/Assets/Parts/断面/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/断面/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/断面/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/断面/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/断面/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/断面/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/染み/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/染み/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/植/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/植/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/横髪左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/横髪左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/横髪左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/横髪左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/横髪左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/横髪左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/横髪左/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/汗/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/汗/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/汗/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/汗/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/汗/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/汗/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/汚れ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/汚れ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/汚れ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/汚れ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/汚れ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/汚れ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/流血中/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/流血中/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/流血中/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/流血中/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/流血中/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/流血中/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/流血大/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/流血大/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/流血大/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/流血大/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/流血大/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/流血大/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/流血小/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/流血小/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/流血小/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/流血小/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/流血小/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/流血小/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/涎口裂け左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/涎口裂け左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/涎口裂け左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/涎口裂け左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/涎口裂け左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/涎口裂け左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/涎左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/涎左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/涎左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/涎左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/涎左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/涎左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/涙左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/涙左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/涙左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/涙左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/涙左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/涙左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/涙左/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y7.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x0y8.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y5.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y6.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y7.svg create mode 100644 SlaveMatrix/Assets/Parts/潮吹/x1y8.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/獣性瞼左/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/獣翼LowerArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/獣翼LowerArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣翼UpperArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/獣翼UpperArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣翼手/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/獣翼手/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣耳/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/獣耳/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣耳/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/獣耳/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/獣耳/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/獣耳/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/獣耳/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/玉口枷/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/玉口枷/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/留具前/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/留具前/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/留具後/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/留具後/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/目傷左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/目傷左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/目傷左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/目傷左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/目傷左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/目傷左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/目尻影左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/目尻影左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/目左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/目左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/目隠帯/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/目隠帯/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/眉左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/眉左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/眉左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/眉左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/節足/x0y6.svg create mode 100644 SlaveMatrix/Assets/Parts/紅潮/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/紅潮/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/羽根箒/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/羽根箒/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/耳/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x10y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x10y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x10y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x11y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x11y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x11y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x2y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x3y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x4y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x4y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x4y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x5y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x5y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x5y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x6y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x6y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x6y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x7y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x7y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x7y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x8y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x8y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x8y2.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x9y0.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x9y1.svg create mode 100644 SlaveMatrix/Assets/Parts/耳/x9y2.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/肛門/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/背中/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/背中/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/背中/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/背中/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/胴肌/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/胴肌/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/胴腹板/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/胴腹板/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/胸左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/胸左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/胸左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/胸左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/胸左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/胸左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/胸郭/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/胸郭/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/胸郭肌/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/胸郭肌/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/胸郭腹板/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/胸郭腹板/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/腰肌/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/腰肌/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/腰肌/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/腰肌/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/腰肌/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/腰肌/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/腿/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/腿/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/腿/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/腿/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/腿/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/腿/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/膣内精液/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/膣内精液/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/膣基/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/膣基/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/舌/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/舌/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/舌/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/葉/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/葉/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/葉/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/葉/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/葉/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/葉/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/葉/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/虫鎌/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/虫鎌/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/虫顎/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/虫顎/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/虫顎/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/虫顎/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/衝撃/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/衝撃/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/角/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x2y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x3y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x3y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x4y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x4y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x5y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x5y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x6y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x6y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x7y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x7y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x8y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x8y1.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x9y0.svg create mode 100644 SlaveMatrix/Assets/Parts/角/x9y1.svg create mode 100644 SlaveMatrix/Assets/Parts/触手/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/触手/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/触手/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/触手/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/触手/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/触覚/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/触覚/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/触覚/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/触覚/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/触覚/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/触覚/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/触覚/x0y5.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/調教鞭/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/足/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/足/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/足/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/鎖/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鎖/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/長物/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/長物/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/長物/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/長物/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/長物/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/青筋左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/青筋左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鞭痕/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鞭痕/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/頬目左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/頬目左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/頬瞼左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/頬瞼左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/頬瞼左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/頬瞼左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/頬瞼左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/頬瞼左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/頬肌左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/頬肌左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/頭部前/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/頭部前/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/頭部前/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/頭部前/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/頭部後/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/頭部後/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/額目/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/額目/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/額瞼/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/額瞼/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/額瞼/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/額瞼/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/額瞼/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/額瞼/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/顔ハイライト左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/顔ハイライト左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/顔面/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/顔面/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/顔面/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/顔面/x2y0.svg create mode 100644 SlaveMatrix/Assets/Parts/飛沫/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/飛沫/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/飛沫/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/飛沫/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/飛沫/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/飛沫/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/飛膜先/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/飛膜先/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/飛膜先/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/飛膜根/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/飛膜根/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/飛膜根/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性中瞼左/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x1y2.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x1y3.svg create mode 100644 SlaveMatrix/Assets/Parts/魔性強瞼左/x1y4.svg create mode 100644 SlaveMatrix/Assets/Parts/鰭/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鰭/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鰭/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/鰭/x1y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鰭/x1y1.svg create mode 100644 SlaveMatrix/Assets/Parts/鳥翼LowerArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鳥翼LowerArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鳥翼UpperArm/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鳥翼UpperArm/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鳥翼手/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鳥翼手/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鼻/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻水左/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鼻水左/x0y0.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻水左/x0y1.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻水左/x0y2.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻水左/x0y3.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻水左/x0y4.svg create mode 100644 SlaveMatrix/Assets/Parts/鼻肌/part.yaml create mode 100644 SlaveMatrix/Assets/Parts/鼻肌/x0y0.svg diff --git a/2DGAMELIB/_2DGAMELIB/ObjExtensions.cs b/2DGAMELIB/_2DGAMELIB/ObjExtensions.cs index 9ec8b60..af3bff8 100644 --- a/2DGAMELIB/_2DGAMELIB/ObjExtensions.cs +++ b/2DGAMELIB/_2DGAMELIB/ObjExtensions.cs @@ -28,20 +28,10 @@ namespace _2DGAMELIB ["四足上腕"] = "四足UpperArm", ["鳥翼下腕"] = "鳥翼LowerArm", ["獣翼下腕"] = "獣翼LowerArm", - ["四足下腕"] = "四足LowerArm" - //["乳房"] = "Breast", - //["腹"] = "Abdomen", - //["顔"] = "Face", - //["目"] = "Eye", - //["眉"] = "Eyebrow", - //["瞼"] = "Eyelid", - //["鼻"] = "Nose", - //["口"] = "Mouth", - //["耳"] = "Ear", - //["触覚"] = "Antenna", - //["髪"] = "Hair", - //["基髪"] = "BaseHair", - //["吹出し"] = "SpeechBubble", + ["四足下腕"] = "四足LowerArm", + ["基髪"] = "BaseHair", + ["胸毛"] = "ChestHair", + ["前髪"] = "FrontHair", }; public static void MigrateKeys(this Obj obj) diff --git a/SlaveMatrix.Extract/Program.cs b/SlaveMatrix.Extract/Program.cs index cd61325..c93aff8 100644 --- a/SlaveMatrix.Extract/Program.cs +++ b/SlaveMatrix.Extract/Program.cs @@ -2,8 +2,10 @@ using SlaveMatrix.Properties; using System; using System.Collections.Generic; +using System.Globalization; using System.IO; using System.Linq; +using System.Text; using Newtonsoft.Json; using Newtonsoft.Json.Linq; @@ -11,14 +13,24 @@ namespace SlaveMatrix.Extract; class Program { - static readonly string OutputDir = Path.Combine(Directory.GetCurrentDirectory(), "extracted"); + static readonly string ProjectRoot = Environment.CurrentDirectory; + + static string AssetsDir = Path.Combine(ProjectRoot, "SlaveMatrix", "Assets"); + static string OutputDir; static void Main(string[] args) { - Console.WriteLine("SlaveMatrix Resource Extractor"); + Console.WriteLine("SlaveMatrix Asset Extractor"); Console.WriteLine("=================================\n"); - Directory.CreateDirectory(OutputDir); + OutputDir = args.Length > 0 && args[0] == "--output" && args.Length > 1 + ? Path.GetFullPath(args[1]) + : Path.GetFullPath(AssetsDir); + + var partsDir = Path.Combine(OutputDir, "Parts"); + var jsonDir = Path.Combine(OutputDir, "..", "..", "extracted"); + Directory.CreateDirectory(partsDir); + Directory.CreateDirectory(jsonDir); var resources = new (string Name, byte[] Data)[] { @@ -37,6 +49,10 @@ class Program ("その他", Resources.その他), }; + var catalog = new JObject(); + catalog["parts"] = new JArray(); + var catalogParts = (JArray)catalog["parts"]; + foreach (var (name, data) in resources) { Console.Write($"Loading {name}... "); @@ -53,26 +69,305 @@ class Program obj.MigrateKeys(); Console.WriteLine("OK"); - var objDir = Path.Combine(OutputDir, name); - Directory.CreateDirectory(objDir); + var jsonObj = ExportObj(obj); + var jsonPath = Path.Combine(jsonDir, $"{name}.json"); + File.WriteAllText(jsonPath, JsonConvert.SerializeObject(jsonObj, Formatting.Indented)); - Console.Write(" Exporting to JSON... "); - try + var keys = obj.Difss.Keys.Cast().ToList(); + + foreach (var key in keys) { - var jobj = ExportObj(obj); - var json = JsonConvert.SerializeObject(jobj, Formatting.Indented); - File.WriteAllText(Path.Combine(objDir, $"{name}.json"), json); - Console.WriteLine($"OK ({json.Length / 1024}KB)"); - } - catch (Exception ex) { Console.WriteLine($"FAILED: {ex.Message}"); } + var difs = obj.Difss[key]; + var partDir = Path.Combine(partsDir, SanitizeName(key)); + Directory.CreateDirectory(partDir); - Console.Write(" Validating... "); - var keyCount = obj.Difss.Keys.Cast().Count(); - File.WriteAllLines(Path.Combine(objDir, $"{name}_keys.txt"), obj.Difss.Keys.Cast()); - Console.WriteLine($"OK ({keyCount} keys)"); + var foundJoints = new List(); + var originalTag = jsonObj["Difss"]?[key]?["Tag"]?.ToString() ?? key; + + var partEntry = new JObject + { + ["id"] = key, + ["original_key"] = originalTag, + ["resource"] = name, + ["morph_x"] = difs.CountX, + ["morph_y"] = difs.CountY, + ["variants"] = new JArray(), + ["fields"] = new JArray() + }; + + var variants = (JArray)partEntry["variants"]; + + for (int x = 0; x < difs.CountX; x++) + { + var dif = difs[x]; + for (int y = 0; y < dif.Count; y++) + { + var pars = dif[y]; + var svgName = $"x{x}y{y}.svg"; + var svgContent = ExportParsToSvg(pars, foundJoints); + + variants.Add(new JObject + { + ["x"] = x, + ["y"] = y, + ["file"] = svgName + }); + + File.WriteAllText(Path.Combine(partDir, svgName), svgContent); + } + } + + foreach (string childKey in difs[0][0].Keys) + { + ((JArray)partEntry["fields"]).Add(new JObject { ["name"] = childKey }); + } + + if (foundJoints.Count > 0) + { + var joints = new JArray(); + foreach (var j in foundJoints.Distinct()) + { + var parts = j.Split(','); + joints.Add(new JObject + { + ["position"] = new JArray + { + double.Parse(parts[0], CultureInfo.InvariantCulture), + double.Parse(parts[1], CultureInfo.InvariantCulture) + } + }); + } + partEntry["joints"] = joints; + } + + var yaml = ToYaml((JObject)partEntry); + File.WriteAllText(Path.Combine(partDir, "part.yaml"), yaml); + + catalogParts.Add(new JObject + { + ["id"] = key, + ["path"] = $"Parts/{SanitizeName(key)}/" + }); + } + + Console.WriteLine($" -> {keys.Count} parts exported"); } - Console.WriteLine("\nExtraction complete."); + var catalogYaml = ToYaml(catalog); + var catalogPath = Path.Combine(OutputDir, "Catalog.yaml"); + File.WriteAllText(catalogPath, catalogYaml); + Console.WriteLine($"\nCatalog: {catalogPath}"); + Console.WriteLine($"Total: {((JArray)catalog["parts"]).Count} parts\n"); + } + + static string ToYaml(JObject obj, int indent = 0) + { + var prefix = new string(' ', indent); + var sb = new StringBuilder(); + foreach (var prop in obj.Properties()) + { + if (prop.Value is JObject nested) + { + sb.AppendLine($"{prefix}{prop.Name}:"); + sb.Append(ToYaml(nested, indent + 2)); + } + else if (prop.Value is JArray arr) + { + if (arr.Count == 0) + { + sb.AppendLine($"{prefix}{prop.Name}: []"); + continue; + } + + if (arr[0] is JObject) + { + sb.AppendLine($"{prefix}{prop.Name}:"); + foreach (var item in arr) + { + var objItem = (JObject)item; + sb.Append($"{prefix}- "); + var first = true; + foreach (var p in objItem.Properties()) + { + if (first) + { + sb.AppendLine($"{p.Name}: {FormatYamlValue(p.Value)}"); + first = false; + } + else + { + sb.AppendLine($"{prefix} {p.Name}: {FormatYamlValue(p.Value)}"); + } + } + } + } + else + { + sb.AppendLine($"{prefix}{prop.Name}:"); + foreach (var item in arr) + sb.AppendLine($"{prefix}- {FormatYamlValue(item)}"); + } + } + else + { + sb.AppendLine($"{prefix}{prop.Name}: {FormatYamlValue(prop.Value)}"); + } + } + return sb.ToString(); + } + + static string FormatYamlValue(JToken token) + { + if (token.Type == JTokenType.String) + { + var s = token.Value(); + if (s.Contains(':') || s.Contains('#') || s.Contains('\n')) + return $"\"{s}\""; + return s; + } + if (token.Type == JTokenType.Float) + return ((double)token).ToString("G", CultureInfo.InvariantCulture); + if (token.Type == JTokenType.Integer) + return ((long)token).ToString(CultureInfo.InvariantCulture); + return token.ToString(); + } + + static string ExportParsToSvg(Pars pars, List foundJoints) + { + var sb = new StringBuilder(); + sb.AppendLine(""); + sb.AppendLine(""); + ExportParsToSvgInner(pars, sb, foundJoints); + sb.AppendLine(""); + return sb.ToString(); + } + + static void ExportParsToSvgInner(Pars pars, StringBuilder sb, List foundJoints) + { + foreach (string key in pars.Keys) + { + var val = pars[key]; + if (val is Pars childPars) + { + sb.AppendLine($""); + ExportParsToSvgInner(childPars, sb, foundJoints); + sb.AppendLine(""); + } + else if (val is Par par) + { + ExportParToSvg(par, key, sb, foundJoints); + } + } + } + + static void ExportParToSvg(Par par, string name, StringBuilder sb, List foundJoints) + { + if (!par.Dra) return; + + var bx = par.BasePoint.X; + var by = par.BasePoint.Y; + var px = par.Position.X; + var py = par.Position.Y; + var angle = par.Angle; + var sx = par.Size * par.SizeX; + var sy = par.Size * par.SizeY; + + var hasTransform = System.Math.Abs(bx) > 0.001 || System.Math.Abs(by) > 0.001 + || System.Math.Abs(px) > 0.001 || System.Math.Abs(py) > 0.001 + || System.Math.Abs(angle) > 0.001 || System.Math.Abs(sx - 1) > 0.001 || System.Math.Abs(sy - 1) > 0.001; + + if (hasTransform) + sb.Append($""); + + foreach (var outObj in par.OP) + { + var points = outObj.ps; + if (points.Count < 2) continue; + + var d = BuildSvgPath(points, outObj.Tension, par.Closed); + var fill = par.Closed ? "#cccccc" : "none"; + var stroke = outObj.Outline ? "#000000" : "none"; + var sw_val = outObj.Outline ? System.Math.Max(par.PenWidth, 0.001) : 0.0; + sb.AppendLine($""); + } + + if (hasTransform) + sb.Append(""); + + foreach (var joi in par.JP) + { + foundJoints.Add($"{F(joi.Joint.X)},{F(joi.Joint.Y)}"); + } + } + + static string BuildSvgPath(List points, float tension, bool closed) + { + int n = points.Count; + if (n < 2) return ""; + + var sb = new StringBuilder(); + sb.Append($"M {F(points[0].X)} {F(points[0].Y)}"); + + if (n == 2) + { + sb.Append($" L {F(points[1].X)} {F(points[1].Y)}"); + if (closed) sb.Append(" Z"); + return sb.ToString(); + } + + double tensionFactor = 1.0 - tension; + if (tensionFactor < 0.0) tensionFactor = 0.0; + int segmentCount = closed ? n : n - 1; + + for (int i = 0; i < segmentCount; i++) + { + int p0, p1, p2, p3; + + if (closed) + { + p0 = (i - 1 + n) % n; + p1 = i; + p2 = (i + 1) % n; + p3 = (i + 2) % n; + } + else + { + p0 = System.Math.Max(i - 1, 0); + p1 = i; + p2 = i + 1; + p3 = System.Math.Min(i + 2, n - 1); + } + + var ci1x = tensionFactor * 0.5 * (points[p2].X - points[p0].X); + var ci1y = tensionFactor * 0.5 * (points[p2].Y - points[p0].Y); + var ci2x = tensionFactor * 0.5 * (points[p3].X - points[p1].X); + var ci2y = tensionFactor * 0.5 * (points[p3].Y - points[p1].Y); + + var c1x = F(points[p1].X + ci1x / 3); + var c1y = F(points[p1].Y + ci1y / 3); + var c2x = F(points[p2].X + ci2x / 3); + var c2y = F(points[p2].Y + ci2y / 3); + var ex = F(points[p2].X); + var ey = F(points[p2].Y); + + sb.Append($" C {c1x} {c1y} {c2x} {c2y} {ex} {ey}"); + } + + if (closed) sb.Append(" Z"); + return sb.ToString(); + } + + static string F(double v) => v.ToString("G", CultureInfo.InvariantCulture); + + static string EscapeXml(string s) => s.Replace("&", "&").Replace("<", "<").Replace(">", ">").Replace("\"", """); + + static string SanitizeName(string name) + { + var invalid = Path.GetInvalidFileNameChars(); + var result = name; + foreach (var c in invalid) + result = result.Replace(c, '_'); + return result; } static JObject ExportObj(Obj obj) diff --git a/SlaveMatrix/Assets/Catalog.yaml b/SlaveMatrix/Assets/Catalog.yaml new file mode 100644 index 0000000..2639093 --- /dev/null +++ b/SlaveMatrix/Assets/Catalog.yaml @@ -0,0 +1,351 @@ +parts: +- id: 上着ボトム後 + path: Parts/上着ボトム後/ +- id: BackHair1 + path: Parts/BackHair1/ +- id: BackHair0 + path: Parts/BackHair0/ +- id: Waist + path: Parts/Waist/ +- id: Torso + path: Parts/Torso/ +- id: 胸郭 + path: Parts/胸郭/ +- id: 膣基 + path: Parts/膣基/ +- id: 膣内精液 + path: Parts/膣内精液/ +- id: 断面 + path: Parts/断面/ +- id: ボテ腹 + path: Parts/ボテ腹/ +- id: 腰肌 + path: Parts/腰肌/ +- id: ボテ腹板 + path: Parts/ボテ腹板/ +- id: 胴腹板 + path: Parts/胴腹板/ +- id: 胴肌 + path: Parts/胴肌/ +- id: 肛門 + path: Parts/肛門/ +- id: 固定帯 + path: Parts/固定帯/ +- id: Neck + path: Parts/Neck/ +- id: Head + path: Parts/Head/ +- id: BaseHair + path: Parts/BaseHair/ +- id: 単眼目 + path: Parts/単眼目/ +- id: 単眼瞼 + path: Parts/単眼瞼/ +- id: 目左 + path: Parts/目左/ +- id: 魔性弱瞼左 + path: Parts/魔性弱瞼左/ +- id: 魔性中瞼左 + path: Parts/魔性中瞼左/ +- id: 魔性強瞼左 + path: Parts/魔性強瞼左/ +- id: 獣性瞼左 + path: Parts/獣性瞼左/ +- id: エイリアン目左 + path: Parts/エイリアン目左/ +- id: 鼻肌 + path: Parts/鼻肌/ +- id: 目傷左 + path: Parts/目傷左/ +- id: 頬肌左 + path: Parts/頬肌左/ +- id: 額目 + path: Parts/額目/ +- id: 額瞼 + path: Parts/額瞼/ +- id: 頬目左 + path: Parts/頬目左/ +- id: 頬瞼左 + path: Parts/頬瞼左/ +- id: 紅潮 + path: Parts/紅潮/ +- id: 目尻影左 + path: Parts/目尻影左/ +- id: 顔ハイライト左 + path: Parts/顔ハイライト左/ +- id: 涙左 + path: Parts/涙左/ +- id: 目隠帯 + path: Parts/目隠帯/ +- id: 鼻水左 + path: Parts/鼻水左/ +- id: 鼻 + path: Parts/鼻/ +- id: 口 + path: Parts/口/ +- id: 舌 + path: Parts/舌/ +- id: 涎左 + path: Parts/涎左/ +- id: 涎口裂け左 + path: Parts/涎口裂け左/ +- id: 玉口枷 + path: Parts/玉口枷/ +- id: 胸郭腹板 + path: Parts/胸郭腹板/ +- id: 胸郭肌 + path: Parts/胸郭肌/ +- id: 胸左 + path: Parts/胸左/ +- id: ChestHair + path: Parts/ChestHair/ +- id: 横髪左 + path: Parts/横髪左/ +- id: FrontHair + path: Parts/FrontHair/ +- id: 単眼眉 + path: Parts/単眼眉/ +- id: 眉左 + path: Parts/眉左/ +- id: 青筋左 + path: Parts/青筋左/ +- id: 噴乳左 + path: Parts/噴乳左/ +- id: キャップ左 + path: Parts/キャップ左/ +- id: 下着乳首左 + path: Parts/下着乳首左/ +- id: 下着ボトム + path: Parts/下着ボトム/ +- id: 下着陰核 + path: Parts/下着陰核/ +- id: パンスト + path: Parts/パンスト/ +- id: 下着トップ + path: Parts/下着トップ/ +- id: 上着ボトム前 + path: Parts/上着ボトム前/ +- id: 上着ミドル + path: Parts/上着ミドル/ +- id: 上着トップ + path: Parts/上着トップ/ +- id: 帽子 + path: Parts/帽子/ +- id: 肛門精液垂れ + path: Parts/肛門精液垂れ/ +- id: Cough + path: Parts/Cough/ +- id: 呼気 + path: Parts/呼気/ +- id: 留具後 + path: Parts/留具後/ +- id: 留具前 + path: Parts/留具前/ +- id: 意思表示 + path: Parts/意思表示/ +- id: 反応 + path: Parts/反応/ +- id: 吹出し + path: Parts/吹出し/ +- id: Shoulder + path: Parts/Shoulder/ +- id: 四足脇 + path: Parts/四足脇/ +- id: UpperArm + path: Parts/UpperArm/ +- id: LowerArm + path: Parts/LowerArm/ +- id: 手 + path: Parts/手/ +- id: 鳥翼UpperArm + path: Parts/鳥翼UpperArm/ +- id: 鳥翼LowerArm + path: Parts/鳥翼LowerArm/ +- id: 鳥翼手 + path: Parts/鳥翼手/ +- id: 飛膜根 + path: Parts/飛膜根/ +- id: 飛膜先 + path: Parts/飛膜先/ +- id: 獣翼UpperArm + path: Parts/獣翼UpperArm/ +- id: 獣翼LowerArm + path: Parts/獣翼LowerArm/ +- id: 獣翼手 + path: Parts/獣翼手/ +- id: 四足UpperArm + path: Parts/四足UpperArm/ +- id: 四足LowerArm + path: Parts/四足LowerArm/ +- id: 四足手 + path: Parts/四足手/ +- id: 腿 + path: Parts/腿/ +- id: Leg + path: Parts/Leg/ +- id: 足 + path: Parts/足/ +- id: 四足腿 + path: Parts/四足腿/ +- id: 四足脚 + path: Parts/四足脚/ +- id: 四足足 + path: Parts/四足足/ +- id: 尾 + path: Parts/尾/ +- id: 長物 + path: Parts/長物/ +- id: 四足腰 + path: Parts/四足腰/ +- id: 四足胴 + path: Parts/四足胴/ +- id: 四足胸郭 + path: Parts/四足胸郭/ +- id: 四足膣基 + path: Parts/四足膣基/ +- id: 四足膣内精液 + path: Parts/四足膣内精液/ +- id: 四足断面 + path: Parts/四足断面/ +- id: 四足ボテ腹 + path: Parts/四足ボテ腹/ +- id: 四足肛門 + path: Parts/四足肛門/ +- id: 四足固定帯 + path: Parts/四足固定帯/ +- id: 多足 + path: Parts/多足/ +- id: 単足 + path: Parts/単足/ +- id: 四足留具後 + path: Parts/四足留具後/ +- id: 四足留具前 + path: Parts/四足留具前/ +- id: 四足肛門精液垂れ + path: Parts/四足肛門精液垂れ/ +- id: 鰭 + path: Parts/鰭/ +- id: 葉 + path: Parts/葉/ +- id: 角 + path: Parts/角/ +- id: 耳 + path: Parts/耳/ +- id: 植 + path: Parts/植/ +- id: 獣耳 + path: Parts/獣耳/ +- id: 虫顎 + path: Parts/虫顎/ +- id: 触覚 + path: Parts/触覚/ +- id: 虫鎌 + path: Parts/虫鎌/ +- id: 前翅 + path: Parts/前翅/ +- id: 後翅 + path: Parts/後翅/ +- id: 節足 + path: Parts/節足/ +- id: 触手 + path: Parts/触手/ +- id: 尾 + path: Parts/尾/ +- id: 頭部後 + path: Parts/頭部後/ +- id: 頭部前 + path: Parts/頭部前/ +- id: 大顎基 + path: Parts/大顎基/ +- id: 大顎上 + path: Parts/大顎上/ +- id: 顔面 + path: Parts/顔面/ +- id: 角 + path: Parts/角/ +- id: 背中 + path: Parts/背中/ +- id: 性器 + path: Parts/性器/ +- id: 四足性器 + path: Parts/四足性器/ +- id: 飛沫 + path: Parts/飛沫/ +- id: 潮吹 + path: Parts/潮吹/ +- id: 放尿 + path: Parts/放尿/ +- id: 性器精液垂れ + path: Parts/性器精液垂れ/ +- id: 四足飛沫 + path: Parts/四足飛沫/ +- id: 四足潮吹 + path: Parts/四足潮吹/ +- id: 四足放尿 + path: Parts/四足放尿/ +- id: 四足性器精液垂れ + path: Parts/四足性器精液垂れ/ +- id: ピアス + path: Parts/ピアス/ +- id: キャップ中 + path: Parts/キャップ中/ +- id: キスマーク + path: Parts/キスマーク/ +- id: 鞭痕 + path: Parts/鞭痕/ +- id: 汗 + path: Parts/汗/ +- id: ぶっかけ + path: Parts/ぶっかけ/ +- id: 汚れ + path: Parts/汚れ/ +- id: 押し付け + path: Parts/押し付け/ +- id: 射精 + path: Parts/射精/ +- id: ペニス + path: Parts/ペニス/ +- id: ハンド + path: Parts/ハンド/ +- id: マウス + path: Parts/マウス/ +- id: ロータ + path: Parts/ロータ/ +- id: コモン + path: Parts/コモン/ +- id: ディル + path: Parts/ディル/ +- id: アナル + path: Parts/アナル/ +- id: デンマ + path: Parts/デンマ/ +- id: ドリル + path: Parts/ドリル/ +- id: パール + path: Parts/パール/ +- id: 羽根箒 + path: Parts/羽根箒/ +- id: 調教鞭 + path: Parts/調教鞭/ +- id: T字剃刀 + path: Parts/T字剃刀/ +- id: 染み + path: Parts/染み/ +- id: 四足染み + path: Parts/四足染み/ +- id: 拘束具上 + path: Parts/拘束具上/ +- id: 拘束具下 + path: Parts/拘束具下/ +- id: 衝撃 + path: Parts/衝撃/ +- id: 流血大 + path: Parts/流血大/ +- id: 流血中 + path: Parts/流血中/ +- id: 流血小 + path: Parts/流血小/ +- id: 鎖 + path: Parts/鎖/ +- id: 拘束鎖 + path: Parts/拘束鎖/ diff --git a/SlaveMatrix/Assets/Parts/BackHair0/part.yaml b/SlaveMatrix/Assets/Parts/BackHair0/part.yaml new file mode 100644 index 0000000..a8b51dc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/part.yaml @@ -0,0 +1,590 @@ +id: BackHair0 +original_key: 後髪0 +resource: 胴体 +morph_x: 1 +morph_y: 22 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +- x: 0 + y: 11 + file: x0y11.svg +- x: 0 + y: 12 + file: x0y12.svg +- x: 0 + y: 13 + file: x0y13.svg +- x: 0 + y: 14 + file: x0y14.svg +- x: 0 + y: 15 + file: x0y15.svg +- x: 0 + y: 16 + file: x0y16.svg +- x: 0 + y: 17 + file: x0y17.svg +- x: 0 + y: 18 + file: x0y18.svg +- x: 0 + y: 19 + file: x0y19.svg +- x: 0 + y: 20 + file: x0y20.svg +- x: 0 + y: 21 + file: x0y21.svg +fields: +- name: 髪基 +- name: 髪中 +- name: 髪左1 +- name: 髪左2 +- name: 髪左3 +- name: 髪左4 +- name: 髪左5 +- name: 髪右1 +- name: 髪右2 +- name: 髪右3 +- name: 髪右4 +- name: 髪右5 +joints: +- position: [ + 0.2178778082444386, + 0.2564261171219583 +] +- position: [ + 0.1969765324956132, + 0.2418517012073054 +] +- position: [ + 0.23877908399326392, + 0.2418517012073054 +] +- position: [ + 0.208475178732748, + 0.25264026464676625 +] +- position: [ + 0.2272804377561291, + 0.25264026464676625 +] +- position: [ + 0.1935624706360835, + 0.23378664862188522 +] +- position: [ + 0.2421931458527936, + 0.23378664862188522 +] +- position: [ + 0.20272585561418063, + 0.24700948110253684 +] +- position: [ + 0.23302976087469654, + 0.24700948110253684 +] +- position: [ + 0.21212848512587115, + 0.25517236379805497 +] +- position: [ + 0.22362713136300597, + 0.25517236379805497 +] +- position: [ + 0.2178778082444386, + 0.2559396002614368 +] +- position: [ + 0.08512163657345904, + 0.09752048584487923 +] +- position: [ + 0.020184612282548316, + 0.020184612282548316 +] +- position: [ + 0.17135528044934764, + 0.16840896144042491 +] +- position: [ + 0.17467966828326895, + 0.16840896144042491 +] +- position: [ + 0.19324010248212642, + 0.15723772401224015 +] +- position: [ + 0.1977855506682589, + 0.15723772401224015 +] +- position: [ + 0.17212207720570655, + 0.15551976265953 +] +- position: [ + 0.17391287152691007, + 0.15558259873908495 +] +- position: [ + 0.1939281285635483, + 0.15692381981311482 +] +- position: [ + 0.19709752458683705, + 0.15692381981311482 +] +- position: [ + 0.17867857642604565, + 0.1760156191948301 +] +- position: [ + 0.1720485124034892, + 0.1760156191948301 +] +- position: [ + 0.19243750713113184, + 0.15887381915795443 +] +- position: [ + 0.1985881460192535, + 0.15887381915795445 +] +- position: [ + 0.20163777230049718, + 0.26759312584763717 +] +- position: [ + 0.23411784418837994, + 0.2675931258476371 +] +- position: [ + 0.1698911549641544, + 0.16370062891978251 +] +- position: [ + 0.16423597669562123, + 0.16295628623321495 +] +- position: [ + 0.164270517413585, + 0.16370062891978251 +] +- position: [ + 0.16992569568211818, + 0.16295628623321495 +] +- position: [ + 0.16329436248073068, + 0.16272078756355457 +] +- position: [ + 0.16971407774046293, + 0.1638147726946744 +] +- position: [ + 0.17086730989700877, + 0.16272078756355457 +] +- position: [ + 0.16444759463727648, + 0.16381477269467437 +] +- position: [ + 0.16980055837755084, + 0.16354318253042563 +] +- position: [ + 0.1641742448408192, + 0.16269214387427047 +] +- position: [ + 0.1643611140001886, + 0.16354318253042563 +] +- position: [ + 0.1699874275369202, + 0.1626921438742705 +] +- position: [ + 0.16296099505277442, + 0.1625737426969202 +] +- position: [ + 0.16966827706965412, + 0.16388870505348654 +] +- position: [ + 0.17120067732496502, + 0.16257374269692026 +] +- position: [ + 0.16449339530808535, + 0.16388870505348654 +] +- position: [ + 0.2178778082444386, + 0.2703446812816859 +] +- position: [ + 0.13796833536796266, + 0.11963988320424497 +] +- position: [ + 0.13796833536796266, + 0.12467799413480772 +] +- position: [ + 0.13796833536796266, + 0.1191360721111887 +] +- position: [ + 0.13796833536796266, + 0.12367037194869515 +] +- position: [ + 0.13796833536796266, + 0.11868264212743805 +] +- position: [ + 0.13796833536796266, + 0.12276351198119388 +] +- position: [ + 0.13796833536796266, + 0.11827455514206248 +] +- position: [ + 0.13796833536796266, + 0.12194733801044272 +] +- position: [ + 0.13796833536796266, + 0.11790727685522445 +] +- position: [ + 0.13796833536796266, + 0.12121278143676666 +] +- position: [ + 0.13796833536796266, + 0.11757672639707023 +] +- position: [ + 0.13796833536796266, + 0.12055168052045823 +] +- position: [ + 0.13796833536796266, + 0.11727923098473143 +] +- position: [ + 0.13796833536796266, + 0.11995668969578065 +] +- position: [ + 0.13796833536796266, + 0.11701148511362652 +] +- position: [ + 0.13796833536796266, + 0.11942119795357078 +] +- position: [ + 0.19447579759386655, + 0.15755241441891785 +] +- position: [ + 0.19654985555651883, + 0.15755241441891785 +] +- position: [ + 0.19461061136143892, + 0.15755241441891785 +] +- position: [ + 0.19641504178894645, + 0.15755241441891785 +] +- position: [ + 0.2018449291759475, + 0.2660394492817595 +] +- position: [ + 0.2339106873129296, + 0.26603944928175943 +] +- position: [ + 0.1379683353679626, + 0.11926191815171247 +] +- position: [ + 0.1379683353679626, + 0.12392206402974258 +] +- position: [ + 0.1379683353679626, + 0.11879590356390944 +] +- position: [ + 0.1379683353679626, + 0.12299003485413657 +] +- position: [ + 0.1379683353679626, + 0.11837649043488672 +] +- position: [ + 0.1379683353679626, + 0.12215120859609112 +] +- position: [ + 0.1379683353679626, + 0.11799901861876629 +] +- position: [ + 0.1379683353679626, + 0.12139626496385024 +] +- position: [ + 0.1379683353679626, + 0.11765929398425788 +] +- position: [ + 0.1379683353679626, + 0.1207168156948335 +] +- position: [ + 0.1379683353679626, + 0.11735354181320028 +] +- position: [ + 0.1379683353679626, + 0.12010531135271839 +] +- position: [ + 0.1379683353679626, + 0.11707836485924847 +] +- position: [ + 0.1379683353679626, + 0.11955495744481476 +] +- position: [ + 0.1379683353679626, + 0.11683070560069185 +] +- position: [ + 0.1379683353679626, + 0.11905963892770145 +] +- position: [ + 0.19454349958080752, + 0.15749136861225138 +] +- position: [ + 0.1964821535695777, + 0.15749136861225138 +] +- position: [ + 0.19648215356957766, + 0.15749136861225138 +] +- position: [ + 0.1945434995808076, + 0.15749136861225138 +] +- position: [ + 0.19647205641338622, + 0.15747723164928143 +] +- position: [ + 0.19455359673699912, + 0.15747723164928143 +] +- position: [ + 0.13796833536796266, + 0.11926191815171247 +] +- position: [ + 0.13796833536796266, + 0.12392206402974258 +] +- position: [ + 0.13796833536796266, + 0.11879590356390944 +] +- position: [ + 0.13796833536796266, + 0.12299003485413657 +] +- position: [ + 0.13796833536796266, + 0.11837649043488672 +] +- position: [ + 0.13796833536796266, + 0.12215120859609112 +] +- position: [ + 0.13796833536796266, + 0.11799901861876629 +] +- position: [ + 0.13796833536796266, + 0.12139626496385024 +] +- position: [ + 0.13796833536796266, + 0.11765929398425788 +] +- position: [ + 0.13796833536796266, + 0.1207168156948335 +] +- position: [ + 0.13796833536796266, + 0.11735354181320028 +] +- position: [ + 0.13796833536796266, + 0.12010531135271839 +] +- position: [ + 0.13796833536796266, + 0.11707836485924847 +] +- position: [ + 0.13796833536796266, + 0.11955495744481476 +] +- position: [ + 0.13796833536796266, + 0.11683070560069185 +] +- position: [ + 0.13796833536796266, + 0.11905963892770145 +] +- position: [ + 0.19634735653442098, + 0.15746708922656819 +] +- position: [ + 0.1946782966159643, + 0.15746708922656819 +] +- position: [ + 0.19467829661596428, + 0.15746708922656819 +] +- position: [ + 0.19634735653442104, + 0.15746708922656819 +] +- position: [ + 0.19647205641338622, + 0.1574661372066027 +] +- position: [ + 0.19455359673699912, + 0.1574661372066027 +] +- position: [ + 0.0275187318942521, + 0.050004379462195055 +] +- position: [ + 0.13865206406918631, + 0.11082449952161813 +] +- position: [ + 0.1396033010206994, + 0.10670423961541153 +] +- position: [ + 0.14062950453675518, + 0.11131550203408158 +] +- position: [ + 0.14329067370554777, + 0.10802923179448086 +] +- position: [ + 0.14180078442666083, + 0.11281467192812238 +] +- position: [ + 0.14563323348535911, + 0.11102757158256243 +] +- position: [ + 0.1421963309925757, + 0.11467557221182609 +] +- position: [ + 0.1464243266171888, + 0.1147493721499699 +] +- position: [ + 0.1417360808996267, + 0.116521534509284 +] +- position: [ + 0.1455038264312908, + 0.11844129674488574 +] +- position: [ + 0.14051319424700948, + 0.11797891407087607 +] +- position: [ + 0.14305805312605638, + 0.12135605586806991 +] +- position: [ + 0.1387751978546163, + 0.11875271991973224 +] +- position: [ + 0.13958206034127008, + 0.12290366756578229 +] diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y0.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y0.svg new file mode 100644 index 0000000..450bd8c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y0.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y1.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y1.svg new file mode 100644 index 0000000..55d635a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y1.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y10.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y10.svg new file mode 100644 index 0000000..17e2296 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y10.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y11.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y11.svg new file mode 100644 index 0000000..ab9dfa8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y11.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y12.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y12.svg new file mode 100644 index 0000000..e76b268 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y12.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y13.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y13.svg new file mode 100644 index 0000000..0f62e59 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y13.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y14.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y14.svg new file mode 100644 index 0000000..a2a0ba7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y14.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y15.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y15.svg new file mode 100644 index 0000000..dd40925 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y15.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y16.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y16.svg new file mode 100644 index 0000000..dc5b398 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y16.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y17.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y17.svg new file mode 100644 index 0000000..f36b46e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y17.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y18.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y18.svg new file mode 100644 index 0000000..ed0c15b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y18.svg @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y19.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y19.svg new file mode 100644 index 0000000..476ac90 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y19.svg @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y2.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y2.svg new file mode 100644 index 0000000..b78acbd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y2.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y20.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y20.svg new file mode 100644 index 0000000..44e0c75 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y20.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y21.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y21.svg new file mode 100644 index 0000000..9ac98c7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y21.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y3.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y3.svg new file mode 100644 index 0000000..fa2e341 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y3.svg @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y4.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y4.svg new file mode 100644 index 0000000..c30baf0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y5.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y5.svg new file mode 100644 index 0000000..dd1293c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y5.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y6.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y6.svg new file mode 100644 index 0000000..b46068b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y6.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y7.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y7.svg new file mode 100644 index 0000000..6de2d81 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y7.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y8.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y8.svg new file mode 100644 index 0000000..05f221d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y8.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair0/x0y9.svg b/SlaveMatrix/Assets/Parts/BackHair0/x0y9.svg new file mode 100644 index 0000000..059aac7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair0/x0y9.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/part.yaml b/SlaveMatrix/Assets/Parts/BackHair1/part.yaml new file mode 100644 index 0000000..ce4a318 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/part.yaml @@ -0,0 +1,182 @@ +id: BackHair1 +original_key: 後髪1 +resource: 胴体 +morph_x: 1 +morph_y: 8 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +fields: +- name: 髪基 +- name: お下げ +joints: +- position: [ + 0.0275187318942521, + 0.017102829910013467 +] +- position: [ + 0.19083898557750778, + 0.15734206532767245 +] +- position: [ + 0.20018666757287754, + 0.15734206532767245 +] +- position: [ + 0.1703391963183732, + 0.16170951931532562 +] +- position: [ + 0.17278168464839316, + 0.1698064594849867 +] +- position: [ + 0.17388453110939092, + 0.16170951931532562 +] +- position: [ + 0.1763676310576798, + 0.1698064594849867 +] +- position: [ + 0.19074550875755406, + 0.1566145604668384 +] +- position: [ + 0.20028014439283123, + 0.1566145604668384 +] +- position: [ + 0.17032489459331163, + 0.16093829994956305 +] +- position: [ + 0.17281272183592566, + 0.16912391084504008 +] +- position: [ + 0.17396138038179998, + 0.16093829994956305 +] +- position: [ + 0.17661423747377847, + 0.16912391084504008 +] +- position: [ + 0.19162018693446026, + 0.1557889914369246 +] +- position: [ + 0.1994054662159251, + 0.1557889914369246 +] +- position: [ + 0.17043188209928087, + 0.1644159844888365 +] +- position: [ + 0.17191675091978087, + 0.17205722086933817 +] +- position: [ + 0.17702560808169224, + 0.1644159844888365 +] +- position: [ + 0.17819552995556803, + 0.17205722086933817 +] +- position: [ + 0.007501695109867956, + 0.029968914837671178 +] +- position: [ + 0.04753576867863624, + 0.029968914837671178 +] +- position: [ + 0.1684988523822399, + 0.1605457289686459 +] +- position: [ + 0.1713192910203347, + 0.17150268208528838 +] +- position: [ + 0.17534461603285442, + 0.1605457289686459 +] +- position: [ + 0.17165014375958507, + 0.1715026820852884 +] +- position: [ + 0.16855153801109019, + 0.1605363902535818 +] +- position: [ + 0.17135218578497635, + 0.1715026820852884 +] +- position: [ + 0.17529193040400418, + 0.1605363902535818 +] +- position: [ + 0.17161724899494338, + 0.1715026820852884 +] +- position: [ + 0.16836789275482927, + 0.15883431798168077 +] +- position: [ + 0.17098695098170855, + 0.17193226703642722 +] +- position: [ + 0.1754755756602651, + 0.15883431798168077 +] +- position: [ + 0.17198248379821113, + 0.17193226703642722 +] +- position: [ + 0.16777609858339262, + 0.15976546273597753 +] +- position: [ + 0.170454862871674, + 0.17203853778868491 +] +- position: [ + 0.17606736983170176, + 0.15976546273597753 +] +- position: [ + 0.17251457190824565, + 0.17203853778868494 +] diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y0.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y0.svg new file mode 100644 index 0000000..965428c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y0.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y1.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y1.svg new file mode 100644 index 0000000..462bfaa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y1.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y2.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y2.svg new file mode 100644 index 0000000..8f98944 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y2.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y3.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y3.svg new file mode 100644 index 0000000..f78aeb3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y3.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y4.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y4.svg new file mode 100644 index 0000000..079eec8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y4.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y5.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y5.svg new file mode 100644 index 0000000..0947834 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y5.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y6.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y6.svg new file mode 100644 index 0000000..f71220a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y6.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BackHair1/x0y7.svg b/SlaveMatrix/Assets/Parts/BackHair1/x0y7.svg new file mode 100644 index 0000000..8b9ae5b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BackHair1/x0y7.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/BaseHair/part.yaml b/SlaveMatrix/Assets/Parts/BaseHair/part.yaml new file mode 100644 index 0000000..f09e5a6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BaseHair/part.yaml @@ -0,0 +1,28 @@ +id: BaseHair +original_key: 基髪 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 髪 +joints: +- position: [ + 0.3496084009802555, + 0.3484280984670132 +] +- position: [ + 0.39187296969485164, + 0.3484280984670132 +] +- position: [ + 0.37074068533755355, + 0.3369604475899917 +] +- position: [ + 0.37074068533755355, + 0.34104165692268584 +] diff --git a/SlaveMatrix/Assets/Parts/BaseHair/x0y0.svg b/SlaveMatrix/Assets/Parts/BaseHair/x0y0.svg new file mode 100644 index 0000000..0631a8e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/BaseHair/x0y0.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ChestHair/part.yaml b/SlaveMatrix/Assets/Parts/ChestHair/part.yaml new file mode 100644 index 0000000..e2abb2e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ChestHair/part.yaml @@ -0,0 +1,11 @@ +id: ChestHair +original_key: 胸毛 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 獣性 diff --git a/SlaveMatrix/Assets/Parts/ChestHair/x0y0.svg b/SlaveMatrix/Assets/Parts/ChestHair/x0y0.svg new file mode 100644 index 0000000..3a92a55 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ChestHair/x0y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Cough/part.yaml b/SlaveMatrix/Assets/Parts/Cough/part.yaml new file mode 100644 index 0000000..33d9e2f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Cough/part.yaml @@ -0,0 +1,129 @@ +id: Cough +original_key: 咳 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 咳基 +- name: 雫1 +- name: 雫2 +- name: 雫3 +- name: 雫4 +- name: 雫5 +joints: +- position: [ + 0.015060186809668778, + 0.011804050326270342 +] +- position: [ + 0.023325542716308097, + 0.01180405032627034 +] +- position: [ + 0.019192864762988437, + 0.012747043616595701 +] +- position: [ + 0.017126525786328606, + 0.01246475024727707 +] +- position: [ + 0.021259203739648267, + 0.01246475024727707 +] +- position: [ + 0.0132805523660205, + 0.014281815633928652 +] +- position: [ + 0.025105177159956374, + 0.014281815633928649 +] +- position: [ + 0.019192864762988437, + 0.015630885409900368 +] +- position: [ + 0.016236708564504466, + 0.015227029458418903 +] +- position: [ + 0.022149020961472407, + 0.015227029458418903 +] +- position: [ + 0.01150091792237222, + 0.016759580941586964 +] +- position: [ + 0.026884811603604654, + 0.016759580941586957 +] +- position: [ + 0.019192864762988437, + 0.018514727203205038 +] +- position: [ + 0.015346891342680326, + 0.017989308669560736 +] +- position: [ + 0.023038838183296547, + 0.017989308669560736 +] +- position: [ + 0.009721283478723941, + 0.019237346249245273 +] +- position: [ + 0.028664446047252934, + 0.019237346249245266 +] +- position: [ + 0.019192864762988437, + 0.021398568996509708 +] +- position: [ + 0.014457074120856186, + 0.02075158788070257 +] +- position: [ + 0.023928655405120687, + 0.02075158788070257 +] +- position: [ + 0.007941649035075663, + 0.021715111556903584 +] +- position: [ + 0.03044408049090121, + 0.021715111556903578 +] +- position: [ + 0.019192864762988437, + 0.024282410789814374 +] +- position: [ + 0.013567256899032046, + 0.023513867091844397 +] +- position: [ + 0.024818472626944827, + 0.023513867091844397 +] diff --git a/SlaveMatrix/Assets/Parts/Cough/x0y0.svg b/SlaveMatrix/Assets/Parts/Cough/x0y0.svg new file mode 100644 index 0000000..4f164ad --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Cough/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Cough/x0y1.svg b/SlaveMatrix/Assets/Parts/Cough/x0y1.svg new file mode 100644 index 0000000..9539c99 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Cough/x0y1.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Cough/x0y2.svg b/SlaveMatrix/Assets/Parts/Cough/x0y2.svg new file mode 100644 index 0000000..29177ee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Cough/x0y2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Cough/x0y3.svg b/SlaveMatrix/Assets/Parts/Cough/x0y3.svg new file mode 100644 index 0000000..2c8a50f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Cough/x0y3.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Cough/x0y4.svg b/SlaveMatrix/Assets/Parts/Cough/x0y4.svg new file mode 100644 index 0000000..6377546 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Cough/x0y4.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/part.yaml b/SlaveMatrix/Assets/Parts/FrontHair/part.yaml new file mode 100644 index 0000000..ae359ad --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/part.yaml @@ -0,0 +1,1414 @@ +id: FrontHair +original_key: 前髪 +resource: 胴体 +morph_x: 1 +morph_y: 19 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +- x: 0 + y: 11 + file: x0y11.svg +- x: 0 + y: 12 + file: x0y12.svg +- x: 0 + y: 13 + file: x0y13.svg +- x: 0 + y: 14 + file: x0y14.svg +- x: 0 + y: 15 + file: x0y15.svg +- x: 0 + y: 16 + file: x0y16.svg +- x: 0 + y: 17 + file: x0y17.svg +- x: 0 + y: 18 + file: x0y18.svg +fields: +- name: 髪左1 +- name: 髪左2 +- name: 髪左3 +- name: 編み左 +- name: 髪ハネ左 +- name: 髪左4 +- name: 髪左5 +- name: ハイライト左 +- name: 髪頭頂横左1 +- name: 髪頭頂横左2 +- name: 髪右1 +- name: 髪右2 +- name: 髪右3 +- name: 編み右 +- name: 髪ハネ右 +- name: 髪右4 +- name: 髪右5 +- name: 髪中央 +- name: ハイライト右 +- name: 髪頭頂横右1 +- name: 髪頭頂横右2 +joints: +- position: [ + 0.1693669722693588, + 0.171713299118109 +] +- position: [ + 0.16928101775610307, + 0.17211472882426787 +] +- position: [ + 0.17831794646394608, + 0.1316991173414205 +] +- position: [ + 0.17636384408275532, + 0.13491230330821288 +] +- position: [ + 0.13719132017366142, + 0.1183715007749421 +] +- position: [ + 0.13641430497936025, + 0.12214122927620204 +] +- position: [ + 0.13821967547234315, + 0.1181187148907762 +] +- position: [ + 0.13847101557672362, + 0.12163565750787037 +] +- position: [ + 0.16888807394355737, + 0.1742804021112376 +] +- position: [ + 0.17687126022591093, + 0.15815295485117023 +] +- position: [ + 0.16251947488299406, + 0.17258636559749127 +] +- position: [ + 0.1690042953971375, + 0.16250855622745677 +] +- position: [ + 0.17990148122239258, + 0.171713299118109 +] +- position: [ + 0.1778969362066607, + 0.17211472882426787 +] +- position: [ + 0.18222615122632752, + 0.1316991173414205 +] +- position: [ + 0.1841802536075183, + 0.13491230330821288 +] +- position: [ + 0.13874535056226386, + 0.1183715007749421 +] +- position: [ + 0.139522365756565, + 0.12214122927620204 +] +- position: [ + 0.1377169952635821, + 0.1181187148907762 +] +- position: [ + 0.13746565515920162, + 0.12163565750787037 +] +- position: [ + 0.17776337504960307, + 0.1742804021112376 +] +- position: [ + 0.16978018876724948, + 0.15815295485117023 +] +- position: [ + 0.17595732687892768, + 0.17258636559749127 +] +- position: [ + 0.17512478897470363, + 0.17257310011779994 +] +- position: [ + 0.1689014891579164, + 0.17257310011779994 +] +- position: [ + 0.17450349355165434, + 0.16250855622745677 +] +- position: [ + 0.16938014040555002, + 0.171713299118109 +] +- position: [ + 0.16949641571736698, + 0.17208080677380286 +] +- position: [ + 0.17831794646394605, + 0.1316991173414205 +] +- position: [ + 0.13719132017366142, + 0.11837150077494211 +] +- position: [ + 0.16889916806994, + 0.17426873678097674 +] +- position: [ + 0.17641331266219343, + 0.15868089713211356 +] +- position: [ + 0.1690042953971375, + 0.1625141417485411 +] +- position: [ + 0.17988831308620126, + 0.171713299118109 +] +- position: [ + 0.17768153824539676, + 0.17208080677380286 +] +- position: [ + 0.18222615122632754, + 0.1316991173414205 +] +- position: [ + 0.139522365756565, + 0.12214122927620205 +] +- position: [ + 0.17775228092322054, + 0.17426873678097674 +] +- position: [ + 0.17023813633096696, + 0.15868089713211356 +] +- position: [ + 0.17505890836772017, + 0.17257310011779994 +] +- position: [ + 0.1688511668004748, + 0.17257310011779994 +] +- position: [ + 0.17450349355165434, + 0.1625141417485411 +] +- position: [ + 0.16936644549123334, + 0.17170163769843835 +] +- position: [ + 0.16928058691709658, + 0.17210330725845474 +] +- position: [ + 0.16888763013412114, + 0.1742921852731173 +] +- position: [ + 0.17664541667293943, + 0.15828194321476613 +] +- position: [ + 0.17820920785016905, + 0.13162759200222712 +] +- position: [ + 0.17614636685520124, + 0.13476925262982606 +] +- position: [ + 0.1370628241667307, + 0.11834154185845433 +] +- position: [ + 0.13615731296549882, + 0.12208131144322651 +] +- position: [ + 0.1380992012890555, + 0.11812552041752969 +] +- position: [ + 0.13823006721014833, + 0.12164926856137737 +] +- position: [ + 0.16971098564811257, + 0.1724448991205529 +] +- position: [ + 0.16903179138791005, + 0.1625141417485411 +] +- position: [ + 0.179902008000518, + 0.17170163769843835 +] +- position: [ + 0.17789736704566722, + 0.17210330725845474 +] +- position: [ + 0.17776381885903925, + 0.1742921852731173 +] +- position: [ + 0.17000603232022102, + 0.15828194321476613 +] +- position: [ + 0.18233488984010457, + 0.13162759200222712 +] +- position: [ + 0.18439773083507238, + 0.13476925262982606 +] +- position: [ + 0.13887384656919455, + 0.11834154185845433 +] +- position: [ + 0.13977935777042638, + 0.12208131144322651 +] +- position: [ + 0.13783746944686978, + 0.11812552041752969 +] +- position: [ + 0.1377066035257769, + 0.12164926856137737 +] +- position: [ + 0.18273667628567275, + 0.1724448991205529 +] +- position: [ + 0.16887476775179258, + 0.1726892468330755 +] +- position: [ + 0.17509868996080075, + 0.1726892468330755 +] +- position: [ + 0.17447599756088175, + 0.1625141417485411 +] +- position: [ + 0.16936906847967625, + 0.17169067814499248 +] +- position: [ + 0.16928273219549755, + 0.17209257312277493 +] +- position: [ + 0.1783732169559132, + 0.1317334172327694 +] +- position: [ + 0.1764743850666896, + 0.13498090309091065 +] +- position: [ + 0.1372559330114594, + 0.11838475998378924 +] +- position: [ + 0.1365435306549562, + 0.12216774769389631 +] +- position: [ + 0.13827980689300828, + 0.11811370458528321 +] +- position: [ + 0.13859127841805388, + 0.12162563689688437 +] +- position: [ + 0.16888983999623552, + 0.17430325924146994 +] +- position: [ + 0.17600509105897028, + 0.15835162317830023 +] +- position: [ + 0.1625221488153173, + 0.17265963460741096 +] +- position: [ + 0.16922170978915135, + 0.16237962785308793 +] +- position: [ + 0.17989938501207509, + 0.17169067814499248 +] +- position: [ + 0.17789522176726624, + 0.17209257312277493 +] +- position: [ + 0.1821708807343604, + 0.1317334172327694 +] +- position: [ + 0.18406971262358401, + 0.13498090309091065 +] +- position: [ + 0.13868073772446587, + 0.11838475998378924 +] +- position: [ + 0.139393140080969, + 0.12216774769389631 +] +- position: [ + 0.137656863842917, + 0.11811370458528321 +] +- position: [ + 0.13734539231787132, + 0.12162563689688437 +] +- position: [ + 0.17776160899692495, + 0.17430325924146994 +] +- position: [ + 0.17064635793419014, + 0.15835162317830023 +] +- position: [ + 0.17595465294660445, + 0.17265963460741096 +] +- position: [ + 0.16776174116915996, + 0.1728282176011345 +] +- position: [ + 0.17617975955558027, + 0.1728282176011345 +] +- position: [ + 0.17428607915964045, + 0.16237962785308793 +] +- position: [ + 0.16941912330377976, + 0.1717247296185782 +] +- position: [ + 0.16932367081773944, + 0.17212592422046094 +] +- position: [ + 0.16893201107774575, + 0.17426885227929614 +] +- position: [ + 0.17728639582913375, + 0.15782850434794388 +] +- position: [ + 0.16258599890277595, + 0.172549342369182 +] +- position: [ + 0.16903151915037767, + 0.1624878732087881 +] +- position: [ + 0.1798493301879716, + 0.1717247296185782 +] +- position: [ + 0.17785428314502427, + 0.17212592422046094 +] +- position: [ + 0.17771943791541472, + 0.17426885227929614 +] +- position: [ + 0.16936505316402672, + 0.15782850434794388 +] +- position: [ + 0.17589080285914582, + 0.172549342369182 +] +- position: [ + 0.17503552393633479, + 0.17244418786906707 +] +- position: [ + 0.16887384094941668, + 0.17244418786906707 +] +- position: [ + 0.17447626979841416, + 0.1624878732087881 +] +- position: [ + 0.18294501755560244, + 0.17151790391238764 +] +- position: [ + 0.1657667600730112, + 0.18360760562563724 +] +- position: [ + 0.20012327503819372, + 0.18360760562563724 +] +- position: [ + 0.16565430269193146, + 0.18715454194859893 +] +- position: [ + 0.17826327121049407, + 0.13166383868249937 +] +- position: [ + 0.1762544935758513, + 0.13484174599037052 +] +- position: [ + 0.13712694402221873, + 0.1183570932702753 +] +- position: [ + 0.13628555267647488, + 0.12211241426686845 +] +- position: [ + 0.13815946749104743, + 0.11812265390147864 +] +- position: [ + 0.13835059961413218, + 0.12164353552927523 +] +- position: [ + 0.18228082647977956, + 0.13166383868249937 +] +- position: [ + 0.18428960411442233, + 0.13484174599037052 +] +- position: [ + 0.13880972671370653, + 0.1183570932702753 +] +- position: [ + 0.13965111805945035, + 0.12211241426686846 +] +- position: [ + 0.13777720324487783, + 0.11812265390147864 +] +- position: [ + 0.13758607112179302, + 0.12164353552927523 +] +- position: [ + 0.17589146816587434, + 0.17258711357889847 +] +- position: [ + 0.17344304584738368, + 0.1678607869049267 +] +- position: [ + 0.17232882517946446, + 0.16686713573715894 +] +- position: [ + 0.17431395332261115, + 0.1584190162708302 +] +- position: [ + 0.16258533359604743, + 0.17258711357889847 +] +- position: [ + 0.17440524021272114, + 0.1710619536306224 +] +- position: [ + 0.16347197158639803, + 0.1661175362031481 +] +- position: [ + 0.17560083972842241, + 0.1661175362031481 +] +- position: [ + 0.16905874290361783, + 0.16251552430326496 +] +- position: [ + 0.17444904604517397, + 0.16251552430326496 +] +- position: [ + 0.18049899287162127, + 0.18448278710775373 +] +- position: [ + 0.18539104223958364, + 0.18448278710775373 +] +- position: [ + 0.16931376767868692, + 0.17171318365850827 +] +- position: [ + 0.16923750301645374, + 0.17211461573945785 +] +- position: [ + 0.16884324919049654, + 0.1742805187762067 +] +- position: [ + 0.17374040022588855, + 0.15847221332124298 +] +- position: [ + 0.17813461009125484, + 0.1315593437720231 +] +- position: [ + 0.17599717133737286, + 0.13463275616941797 +] +- position: [ + 0.1369892865864341, + 0.11828762048656082 +] +- position: [ + 0.1360102378049056, + 0.12197346869943947 +] +- position: [ + 0.138039600822597, + 0.11809205815284005 +] +- position: [ + 0.13811086627723132, + 0.12158234403199805 +] +- position: [ + 0.16245160694362065, + 0.17258673956949436 +] +- position: [ + 0.16883434182214857, + 0.16266102591192994 +] +- position: [ + 0.17995468581306442, + 0.17171318365850827 +] +- position: [ + 0.17794045094631009, + 0.17211461573945785 +] +- position: [ + 0.17780819980266382, + 0.1742805187762067 +] +- position: [ + 0.1729110487672718, + 0.15847221332124298 +] +- position: [ + 0.1824094875990188, + 0.1315593437720231 +] +- position: [ + 0.18454692635290076, + 0.13463275616941797 +] +- position: [ + 0.13894738414949115, + 0.11828762048656082 +] +- position: [ + 0.1399264329310196, + 0.12197346869943947 +] +- position: [ + 0.13789706991332826, + 0.11809205815284005 +] +- position: [ + 0.13782580445869388, + 0.12158234403199807 +] +- position: [ + 0.1760251948183011, + 0.17258673956949436 +] +- position: [ + 0.1746734471266432, + 0.16266102591192994 +] +- position: [ + 0.18294501755560247, + 0.1678392016608918 +] +- position: [ + 0.17374038301688793, + 0.15847233994109258 +] +- position: [ + 0.17291106597627243, + 0.15847233994109258 +] +- position: [ + 0.16941196562061528, + 0.17287907820791693 +] +- position: [ + 0.1688867074974761, + 0.17443619729075377 +] +- position: [ + 0.1828995386055173, + 0.17886803276673896 +] +- position: [ + 0.1815986611040961, + 0.17589758964875535 +] +- position: [ + 0.18429137400710882, + 0.17589758964875535 +] +- position: [ + 0.16888556542575445, + 0.17275843220853043 +] +- position: [ + 0.17004121004097764, + 0.17143575432027364 +] +- position: [ + 0.16820735450513907, + 0.15682210637063745 +] +- position: [ + 0.1704783406906223, + 0.1726876432310108 +] +- position: [ + 0.18627051280318302, + 0.1546909894589335 +] +- position: [ + 0.1784290658504682, + 0.13176672790846677 +] +- position: [ + 0.1765860828557996, + 0.13504752444230544 +] +- position: [ + 0.13732076285391637, + 0.11839686685793324 +] +- position: [ + 0.13667319033987016, + 0.12219196144218433 +] +- position: [ + 0.1383398434364296, + 0.11810762451118724 +] +- position: [ + 0.1387113515048965, + 0.12161347674869245 +] +- position: [ + 0.16903151915037767, + 0.16251552430326496 +] +- position: [ + 0.19048738320544717, + 0.17275843220853043 +] +- position: [ + 0.17713674392178616, + 0.17143575432027364 +] +- position: [ + 0.17578432087665777, + 0.15682210637063745 +] +- position: [ + 0.18196932124316298, + 0.1726876432310108 +] +- position: [ + 0.16617714913060233, + 0.1546909894589335 +] +- position: [ + 0.18211503183980543, + 0.13176672790846677 +] +- position: [ + 0.18395801483447402, + 0.13504752444230544 +] +- position: [ + 0.13861590788200892, + 0.11839686685793324 +] +- position: [ + 0.13926348039605507, + 0.12219196144218433 +] +- position: [ + 0.13759682729949568, + 0.11810762451118724 +] +- position: [ + 0.1372253192310287, + 0.12161347674869245 +] +- position: [ + 0.17447626979841416, + 0.16251552430326496 +] +- position: [ + 0.18830558911509435, + 0.17275843220853043 +] +- position: [ + 0.17067104521120186, + 0.17146339645278796 +] +- position: [ + 0.18097644263489537, + 0.17724922467108956 +] +- position: [ + 0.18491359247630954, + 0.17724922467108956 +] +- position: [ + 0.18140824485991758, + 0.18520475453132168 +] +- position: [ + 0.18448179025128733, + 0.18520475453132168 +] +- position: [ + 0.18223221288210711, + 0.18038193419960125 +] +- position: [ + 0.18365782222909782, + 0.18038193419960125 +] +- position: [ + 0.1801016949976879, + 0.17099992633255673 +] +- position: [ + 0.185788340113517, + 0.17099992633255673 +] +- position: [ + 0.15794212748337333, + 0.18259478087481823 +] +- position: [ + 0.17895487302838456, + 0.1320204368695976 +] +- position: [ + 0.1776376972116323, + 0.13555494236456703 +] +- position: [ + 0.1379107212250674, + 0.11845348178927448 +] +- position: [ + 0.1378531070821722, + 0.12230519130486676 +] +- position: [ + 0.13887289931671082, + 0.11800517684158097 +] +- position: [ + 0.139777463265459, + 0.12140858140947991 +] +- position: [ + 0.15971083712788178, + 0.17724900213544173 +] +- position: [ + 0.1766716099440297, + 0.15799802612929947 +] +- position: [ + 0.2065532030639728, + 0.18259478087481823 +] +- position: [ + 0.18158922466188906, + 0.1320204368695976 +] +- position: [ + 0.18290640047864132, + 0.13555494236456705 +] +- position: [ + 0.1380259495108579, + 0.11845348178927448 +] +- position: [ + 0.13808356365375304, + 0.12230519130486675 +] +- position: [ + 0.13706377141921444, + 0.11800517684158097 +] +- position: [ + 0.1361592074704662, + 0.1214085814094799 +] +- position: [ + 0.2047844934194644, + 0.17724900213544173 +] +- position: [ + 0.18782372060331648, + 0.15799802612929947 +] +- position: [ + 0.18155786515725897, + 0.17621351982146624 +] +- position: [ + 0.18433216995394594, + 0.17621351982146624 +] +- position: [ + 0.16805352689597963, + 0.1567808978809224 +] +- position: [ + 0.16855828708548318, + 0.17361054270784368 +] +- position: [ + 0.1807094529857822, + 0.16756485222437129 +] +- position: [ + 0.16537318955163005, + 0.17495999121849168 +] +- position: [ + 0.17854243062787956, + 0.13183034133030455 +] +- position: [ + 0.17681281241062233, + 0.13517475128598092 +] +- position: [ + 0.13745099450152878, + 0.118417609202763 +] +- position: [ + 0.13693365363509497, + 0.12223344613184381 +] +- position: [ + 0.13845955877516103, + 0.11809226279068204 +] +- position: [ + 0.1389507821823594, + 0.121582753307682 +] +- position: [ + 0.1697095524774085, + 0.17522102389215577 +] +- position: [ + 0.18685345907151213, + 0.15351952897128296 +] +- position: [ + 0.1759381484858171, + 0.1567808978809224 +] +- position: [ + 0.19081466154571838, + 0.17361054270784368 +] +- position: [ + 0.17866349564541942, + 0.1675648522243713 +] +- position: [ + 0.18180476441113372, + 0.17495999121849168 +] +- position: [ + 0.18200166706239407, + 0.13183034133030455 +] +- position: [ + 0.1837312852796513, + 0.13517475128598092 +] +- position: [ + 0.1384856762343965, + 0.118417609202763 +] +- position: [ + 0.13900301710083024, + 0.12223344613184381 +] +- position: [ + 0.13747711196076426, + 0.11809226279068202 +] +- position: [ + 0.13698588855356583, + 0.121582753307682 +] +- position: [ + 0.18273810945637675, + 0.17522102389215577 +] +- position: [ + 0.16559420286227322, + 0.15351952897128296 +] +- position: [ + 0.18152998339405227, + 0.1780977452644252 +] +- position: [ + 0.18436005171715264, + 0.1780977452644252 +] +- position: [ + 0.1825638697320904, + 0.1915287482195077 +] +- position: [ + 0.18332616537911453, + 0.1915287482195077 +] +- position: [ + 0.1679344771132582, + 0.15676864961786097 +] +- position: [ + 0.16468361877246648, + 0.17554215490315525 +] +- position: [ + 0.1760571982685385, + 0.15676864961786097 +] +- position: [ + 0.1824943351902972, + 0.17554215490315525 +] +- position: [ + 0.16633424556867007, + 0.16245102208279358 +] +- position: [ + 0.17063358911560725, + 0.17043857267841886 +] +- position: [ + 0.17496054942205266, + 0.16590981359526624 +] +- position: [ + 0.1712430060381118, + 0.160234585115483 +] +- position: [ + 0.1795854248124385, + 0.16245102208279358 +] +- position: [ + 0.17528608126550135, + 0.17043857267841886 +] +- position: [ + 0.1865949017988431, + 0.16590981359526624 +] +- position: [ + 0.17994159143321958, + 0.160234585115483 +] +- position: [ + 0.18262180183381474, + 0.19156453551332772 +] +- position: [ + 0.18326823327739017, + 0.19156453551332772 +] +- position: [ + 0.17897465957076544, + 0.1768810952434671 +] +- position: [ + 0.18691537554043947, + 0.1768810952434671 +] +- position: [ + 0.16196191786987202, + 0.15927236172521778 +] +- position: [ + 0.19765812269860725, + 0.15927236172521778 +] +- position: [ + 0.18152998339405227, + 0.1784568251062708 +] +- position: [ + 0.18436005171715264, + 0.1784568251062708 +] +- position: [ + 0.1825638697320904, + 0.19102207560050963 +] +- position: [ + 0.18332616537911453, + 0.19102207560050963 +] +- position: [ + 0.1679754927937318, + 0.15675628259557775 +] +- position: [ + 0.16468559936069985, + 0.17554084449832372 +] +- position: [ + 0.17848547613549676, + 0.13179903922175815 +] +- position: [ + 0.17669890342585667, + 0.1351121470688882 +] +- position: [ + 0.1373857899532343, + 0.11840781770950298 +] +- position: [ + 0.136803244538506, + 0.12221386314532381 +] +- position: [ + 0.13839976681489435, + 0.11810047652053778 +] +- position: [ + 0.13883119826182608, + 0.12159918076739354 +] +- position: [ + 0.17601618258806487, + 0.15675628259557775 +] +- position: [ + 0.18249235460206384, + 0.17554084449832372 +] +- position: [ + 0.18205862155477687, + 0.13179903922175817 +] +- position: [ + 0.18384519426441695, + 0.1351121470688882 +] +- position: [ + 0.13855088078269098, + 0.11840781770950298 +] +- position: [ + 0.13913342619741922, + 0.12221386314532381 +] +- position: [ + 0.1375369039210309, + 0.11810047652053778 +] +- position: [ + 0.13710547247409915, + 0.12159918076739354 +] +- position: [ + 0.16599222568140798, + 0.16059796675991614 +] +- position: [ + 0.17076403464338585, + 0.17085066307495608 +] +- position: [ + 0.16729395803648703, + 0.16463580835000674 +] +- position: [ + 0.1671004557820906, + 0.16685673519463806 +] +- position: [ + 0.17992744469970048, + 0.16059796675991614 +] +- position: [ + 0.17515563573772264, + 0.17085066307495608 +] +- position: [ + 0.1807538827983203, + 0.16463580835000674 +] +- position: [ + 0.1807063660227001, + 0.16685673519463806 +] +- position: [ + 0.17853112406696353, + 0.1764790791897398 +] +- position: [ + 0.1873589110442414, + 0.1764790791897398 +] +- position: [ + 0.1825767809797357, + 0.1910028829827356 +] +- position: [ + 0.1833132541314692, + 0.1910028829827356 +] +- position: [ + 0.16236538914079618, + 0.1600925770365485 +] +- position: [ + 0.19725465142768306, + 0.1600925770365485 +] +- position: [ + 0.17853112406696353, + 0.1765286909425133 +] +- position: [ + 0.1873589110442414, + 0.1765286909425133 +] +- position: [ + 0.1775093237859099, + 0.19126186376570883 +] +- position: [ + 0.17838284332942314, + 0.19081330180055373 +] +- position: [ + 0.16236339175826686, + 0.16020634357994465 +] +- position: [ + 0.1972566488102124, + 0.16020634357994465 +] +- position: [ + 0.18320222116899923, + 0.1600255732371693 +] +- position: [ + 0.1761876619948918, + 0.17089855767926915 +] +- position: [ + 0.16668898663232262, + 0.1614589223065271 +] +- position: [ + 0.17098361469810272, + 0.17077862325689847 +] +- position: [ + 0.16910497976368424, + 0.166172978781706 +] +- position: [ + 0.18174932322325818, + 0.16531940640366483 +] +- position: [ + 0.17995623478575254, + 0.16844035232802135 +] +- position: [ + 0.17771943791541467, + 0.17426885227929614 +] +- position: [ + 0.1758908028591458, + 0.172549342369182 +] +- position: [ + 0.17785428314502438, + 0.17212592422046094 +] +- position: [ + 0.17503576694737855, + 0.17244418786906707 +] +- position: [ + 0.16887408396046044, + 0.17244418786906707 +] +- position: [ + 0.18088020447072123, + 0.19068959539780161 +] +- position: [ + 0.1785752630018499, + 0.1764790791897398 +] +- position: [ + 0.187314772109355, + 0.1764790791897398 +] +- position: [ + 0.1625631300111996, + 0.16009370343796828 +] +- position: [ + 0.1623653891407962, + 0.16020634357994465 +] +- position: [ + 0.1970569105572796, + 0.16009370343796828 +] +- position: [ + 0.1972546514276831, + 0.16020634357994465 +] +- position: [ + 0.17068608431002322, + 0.1661174070430033 +] +- position: [ + 0.179198029661811, + 0.16059796675991614 +] +- position: [ + 0.17020115591354887, + 0.16747674551049913 +] +- position: [ + 0.17513367773225094, + 0.17085066307495608 +] +- position: [ + 0.18110825576255393, + 0.1672931670943411 +] diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y0.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y0.svg new file mode 100644 index 0000000..482ed7b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y0.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y1.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y1.svg new file mode 100644 index 0000000..44a4306 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y1.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y10.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y10.svg new file mode 100644 index 0000000..98548f4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y10.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y11.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y11.svg new file mode 100644 index 0000000..d1b5751 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y11.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y12.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y12.svg new file mode 100644 index 0000000..6b4feec --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y12.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y13.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y13.svg new file mode 100644 index 0000000..2fc60e3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y13.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y14.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y14.svg new file mode 100644 index 0000000..dfcd2f1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y14.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y15.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y15.svg new file mode 100644 index 0000000..e4a99f8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y15.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y16.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y16.svg new file mode 100644 index 0000000..0f2f062 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y16.svg @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y17.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y17.svg new file mode 100644 index 0000000..9ee20ca --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y17.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y18.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y18.svg new file mode 100644 index 0000000..ccf675f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y18.svg @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y2.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y2.svg new file mode 100644 index 0000000..c3824a9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y2.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y3.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y3.svg new file mode 100644 index 0000000..29d574f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y3.svg @@ -0,0 +1,197 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y4.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y4.svg new file mode 100644 index 0000000..5626c35 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y4.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y5.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y5.svg new file mode 100644 index 0000000..32cb146 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y5.svg @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y6.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y6.svg new file mode 100644 index 0000000..1ae3099 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y6.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y7.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y7.svg new file mode 100644 index 0000000..3ab6654 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y7.svg @@ -0,0 +1,204 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y8.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y8.svg new file mode 100644 index 0000000..a418e64 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y8.svg @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/FrontHair/x0y9.svg b/SlaveMatrix/Assets/Parts/FrontHair/x0y9.svg new file mode 100644 index 0000000..0a37b13 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/FrontHair/x0y9.svg @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Head/part.yaml b/SlaveMatrix/Assets/Parts/Head/part.yaml new file mode 100644 index 0000000..693d474 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Head/part.yaml @@ -0,0 +1,161 @@ +id: Head +original_key: 頭 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 頭 +- name: 悪タトゥ +- name: 隈取 +- name: 牛柄 +- name: 紋柄 +- name: 鱗 +- name: 秘石 +- name: 蜘蛛 +- name: 羽虫 +- name: 虫顎 +joints: +- position: [ + 0.325660778875035, + 0.30724888638986997 +] +- position: [ + 0.3140629577981696, + 0.33507300983397786 +] +- position: [ + 0.33725859995190033, + 0.33507300983397786 +] +- position: [ + 0.325660778875035, + 0.3475866191971522 +] +- position: [ + 0.325660778875035, + 0.35283667725986706 +] +- position: [ + 0.30971667370376876, + 0.3472782997025536 +] +- position: [ + 0.3416048840463011, + 0.3472782997025536 +] +- position: [ + 0.325660778875035, + 0.3259992394014397 +] +- position: [ + 0.3136532154470967, + 0.3281139051296563 +] +- position: [ + 0.33766834230297327, + 0.3281139051296563 +] +- position: [ + 0.3072025663111125, + 0.3427805214474796 +] +- position: [ + 0.34411899143895747, + 0.3427805214474796 +] +- position: [ + 0.325660778875035, + 0.3426574535109141 +] +- position: [ + 0.325660778875035, + 0.3355073490124566 +] +- position: [ + 0.325660778875035, + 0.3224637611283464 +] +- position: [ + 0.314297149848741, + 0.34471592349770175 +] +- position: [ + 0.3370244079013289, + 0.34471592349770175 +] +- position: [ + 0.32166017482401127, + 0.3328545875292032 +] +- position: [ + 0.3296613829260587, + 0.3328545875292032 +] +- position: [ + 0.09243455877744376, + 0.05603588457046835 +] +- position: [ + 0.05525949428892117, + 0.04506909969290476 +] +- position: [ + 0.051575282924774424, + 0.04316183665218195 +] +- position: [ + 0.05212288829087039, + 0.0438867035399312 +] +- position: [ + 0.04627101447745933, + 0.04315277112042598 +] +- position: [ + 0.04665460082490724, + 0.04370812388235593 +] +- position: [ + 0.05988007280821028, + 0.04316183665218195 +] +- position: [ + 0.05933246744211429, + 0.0438867035399312 +] +- position: [ + 0.06518434125552541, + 0.04315277112042598 +] +- position: [ + 0.06480075490807746, + 0.04370812388235593 +] +- position: [ + 0.05532887162175761, + 0.04738674885130874 +] +- position: [ + 0.05572767786649241, + 0.047853210505894694 +] +- position: [ + 0.052599384364690645, + 0.0433763180130744 +] +- position: [ + 0.05299819060942545, + 0.043842779667660356 +] +- position: [ + 0.05885597136829401, + 0.0433763180130744 +] +- position: [ + 0.05845716512355925, + 0.043842779667660356 +] diff --git a/SlaveMatrix/Assets/Parts/Head/x0y0.svg b/SlaveMatrix/Assets/Parts/Head/x0y0.svg new file mode 100644 index 0000000..a448e3d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Head/x0y0.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Leg/part.yaml b/SlaveMatrix/Assets/Parts/Leg/part.yaml new file mode 100644 index 0000000..7fe0c98 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Leg/part.yaml @@ -0,0 +1,621 @@ +id: Leg +original_key: 脚 +resource: 脚左 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 脚 +- name: 筋 +- name: 獣性 +- name: 淫タトゥ +- name: 悪タトゥ +- name: 虫性 +- name: 竜性 +- name: 紋柄 +- name: 傷X1 +- name: 傷X2 +- name: 傷I1 +- name: 傷I2 +- name: 傷I3 +- name: 傷I4 +- name: 傷I5 +- name: ハイライト1 +- name: ハイライト2 +- name: パンスト +- name: ソックス +- name: ブーツ +- name: アーマ +- name: 脚輪上 +- name: 脚輪下 +joints: +- position: [ + 0.09572348526559771, + 0.14584073717397594 +] +- position: [ + 0.09180138873031214, + 0.07753166928063453 +] +- position: [ + 0.095950093739533, + 0.1282337929525404 +] +- position: [ + 0.09304121806775453, + 0.06001525132547012 +] +- position: [ + 0.09500000000000001, + 0.051903285658359895 +] +- position: [ + 0.0003600566152769462, + 0.008091326850281601 +] +- position: [ + -0.0010159507277685861, + 0.008091326850281605 +] +- position: [ + 0.00695227749744998, + 0.01602013802246163 +] +- position: [ + 0.005576270154404435, + 0.01602013802246163 +] +- position: [ + 0.0007673793179061897, + 0.020157095615202396 +] +- position: [ + -0.00035613023672210277, + 0.020156893922954725 +] +- position: [ + 0.006447281920615491, + 0.01602054140695697 +] +- position: [ + 0.005323772365987196, + 0.0160203397147093 +] +- position: [ + 0.09896479607036231, + 0.08834479602587608 +] +- position: [ + 0.08181426158199984, + 0.04458007775504181 +] +- position: [ + 0.08198718301006389, + 0.03739120140540819 +] +- position: [ + 0.0804955796309858, + 0.06499288538669921 +] +- position: [ + 0.0802251061367735, + 0.05940884107393683 +] +- position: [ + 0.08133310816358887, + 0.06680171782391923 +] +- position: [ + 0.08058861431442073, + 0.060399963956123515 +] +- position: [ + 0.081059078832612, + 0.0663959983987484 +] +- position: [ + 0.08088874424859004, + 0.059557125621039514 +] +- position: [ + 0.08067472344304345, + 0.06729997090308382 +] +- position: [ + 0.08096502484531118, + 0.0587476829923761 +] +- position: [ + 0.08036153380006815, + 0.06315127802018108 +] +- position: [ + 0.08078699404980934, + 0.05661589652284246 +] +- position: [ + 0.024563813342889238, + -0.000748995544530239 +] +- position: [ + 0.0917286927977138, + 0.07156980844252359 +] +- position: [ + 0.03534573953313161, + 0.010854787735141954 +] +- position: [ + 0.04304857912405821, + 0.010331312304009523 +] +- position: [ + 0.08441385442536176, + 0.059006652541785706 +] +- position: [ + 0.1019435738861305, + 0.058455118226636835 +] +- position: [ + 0.08392277142829428, + 0.05048617365165566 +] +- position: [ + 0.10142588326003785, + 0.04974272871929949 +] +- position: [ + 0.09180784840005708, + 0.1017724289653407 +] +- position: [ + 0.09872524439760137, + 0.1017724289653407 +] +- position: [ + 0.08299371340221416, + 0.0832879739928487 +] +- position: [ + 0.10365878103963244, + 0.0823696325090997 +] +- position: [ + 0.09304035790468818, + 0.05997881404589095 +] +- position: [ + 0.09340355599633918, + 0.06675792530859648 +] +- position: [ + 0.09283969503324285, + 0.05610279015554212 +] +- position: [ + 0.09382982374027467, + 0.07362819497827139 +] +- position: [ + 0.09414673938481867, + 0.08049115620268428 +] +- position: [ + 0.09448487049961683, + 0.0872584241615765 +] +- position: [ + 0.09478433811083238, + 0.09433546139180239 +] +- position: [ + 0.0950753267122646, + 0.1012575176720479 +] +- position: [ + 0.09531653957260745, + 0.10850845202935794 +] +- position: [ + 0.0954562702122131, + 0.11569163749944615 +] +- position: [ + 0.09564142495106887, + 0.12268927287047339 +] +- position: [ + 0.09578446068574702, + 0.12959206614650406 +] +- position: [ + 0.03819884600474942, + 0.02865806331982813 +] +- position: [ + 0.026157934496867506, + 0.028868238211993132 +] +- position: [ + 0.03826043535428203, + 0.02876262128707293 +] +- position: [ + 0.026217689677903257, + 0.02876262128707293 +] +- position: [ + 0.03832019053531778, + 0.02886823821199313 +] +- position: [ + 0.02627927902743587, + 0.02865806331982813 +] +- position: [ + 0.01932512644641132, + 0.019971505554291336 +] +- position: [ + 0.020510289415672737, + 0.019971505554291336 +] +- position: [ + 0.09465687167302204, + 0.07854886947781806 +] +- position: [ + 0.1542823992713851, + 0.1274455748277361 +] +- position: [ + 0.15614389227025793, + 0.2019992953897198 +] +- position: [ + 0.14220480695539653, + 0.14282133287054954 +] +- position: [ + 0.1648850430429757, + 0.14294734678876592 +] +- position: [ + 0.142267453732897, + 0.15746574945034 +] +- position: [ + 0.1645318009006371, + 0.15724599368460468 +] +- position: [ + 0.007158385921593912, + 0.011152769902399138 +] +- position: [ + 0.01969483214462997, + 0.011152769902399133 +] +- position: [ + -0.0028058003749752954, + 0.011152769902399138 +] +- position: [ + 0.025111340179773567, + 0.011152769902399133 +] +- position: [ + 0.0025882837889024905, + 0.007758324996586715 +] +- position: [ + 0.0062254902117855155, + 0.007758324996586708 +] +- position: [ + 0.009291159781387833, + 0.007758324996586708 +] +- position: [ + 0.008688127712691002, + 0.011152769902399134 +] +- position: [ + 0.016423451712281337, + 0.011152769902399133 +] +- position: [ + 0.0025399571685848703, + 0.011152769902399134 +] +- position: [ + 0.019765582636213398, + 0.011152769902399133 +] +- position: [ + 0.004568270724333347, + 0.007758324996586713 +] +- position: [ + 0.0076351091978167805, + 0.0077583249965867095 +] +- position: [ + 0.007881540795356558, + 0.00775832499658671 +] +- position: [ + 0.09889818174224159, + 0.13291974884908517 +] +- position: [ + 0.101553155130431, + 0.07157397696702322 +] +- position: [ + 0.09951703359658895, + 0.12145348802147979 +] +- position: [ + 0.10008718630891096, + 0.05963219087296709 +] +- position: [ + -0.00014298845402748668, + 0.006590776960973318 +] +- position: [ + -0.001560276017364385, + 0.006590776960973321 +] +- position: [ + 0.007034837938032713, + 0.01602013802246163 +] +- position: [ + 0.005617550374695801, + 0.01602013802246163 +] +- position: [ + 0.0006707836330272911, + 0.018641005015724896 +] +- position: [ + -0.0004527259216010013, + 0.018640803583256836 +] +- position: [ + 0.006447281920615491, + 0.016020540887397745 +] +- position: [ + 0.005323772365987196, + 0.01602033945492969 +] +- position: [ + 0.09069448251610542, + 0.08625248223586819 +] +- position: [ + 0.07853776134048863, + 0.04513833780498477 +] +- position: [ + 0.07396163894800083, + 0.0383992744357367 +] +- position: [ + 0.08056803669871752, + 0.06424678466722064 +] +- position: [ + 0.07567515331844495, + 0.05897725819278058 +] +- position: [ + 0.07979414570754546, + 0.06597130290062336 +] +- position: [ + 0.07634402938229136, + 0.05993202706061605 +] +- position: [ + 0.08013021501408304, + 0.06558167178057928 +] +- position: [ + 0.07669183929664233, + 0.05915974166023682 +] +- position: [ + 0.08046951813960133, + 0.06641720176798635 +] +- position: [ + 0.07746828218765374, + 0.058402807707866294 +] +- position: [ + 0.08063772970232172, + 0.06251456482110727 +] +- position: [ + 0.07741739357677672, + 0.05639689568823754 +] +- position: [ + 0.019118089093797377, + 0.0010708763421778613 +] +- position: [ + 0.10144247482989083, + 0.06656991494722132 +] +- position: [ + 0.02847174849806258, + 0.010036318043525498 +] +- position: [ + 0.03491440353191365, + 0.009497347739631548 +] +- position: [ + 0.0785443414351116, + 0.05845831204631579 +] +- position: [ + 0.09607406089588034, + 0.05789045231543852 +] +- position: [ + 0.07824468452926887, + 0.051025426858271244 +] +- position: [ + 0.09473161411567477, + 0.049769345014958645 +] +- position: [ + 0.08503508521376832, + 0.10248995545200801 +] +- position: [ + 0.09195248121131261, + 0.10248995545200801 +] +- position: [ + 0.07922427395252933, + 0.08365492749572716 +] +- position: [ + 0.09778926804938229, + 0.08251283622066229 +] +- position: [ + 0.08578345762692724, + 0.05954244412602916 +] +- position: [ + 0.08617036365127685, + 0.0665158753724613 +] +- position: [ + 0.08552775639170887, + 0.0556896836345869 +] +- position: [ + 0.08669177181531552, + 0.07352519729552756 +] +- position: [ + 0.08707582544221215, + 0.08030749879597321 +] +- position: [ + 0.08743918931356758, + 0.08719649236096991 +] +- position: [ + 0.08795450949782738, + 0.09438300176079249 +] +- position: [ + 0.08827490777793019, + 0.10130009948010853 +] +- position: [ + 0.08862356496443537, + 0.10817450020413664 +] +- position: [ + 0.08879802098239738, + 0.11470410226528217 +] +- position: [ + 0.08906709949644548, + 0.12126504355477227 +] +- position: [ + 0.0891109212235268, + 0.1280032382582753 +] +- position: [ + 0.03813544124743244, + 0.02844553595547709 +] +- position: [ + 0.02610003168633562, + 0.02887826217708438 +] +- position: [ + 0.03826043535428203, + 0.028659718626693947 +] +- position: [ + 0.026217689677903257, + 0.028659718626693947 +] +- position: [ + 0.03819884600474942, + 0.028552065743618703 +] +- position: [ + 0.026157934496867506, + 0.028768461812591788 +] +- position: [ + 0.03832019053531778, + 0.028768461812591784 +] +- position: [ + 0.02627927902743587, + 0.028552065743618703 +] +- position: [ + 0.018026089058073253, + 0.02000208325255054 +] +- position: [ + 0.01921053005807583, + 0.019959497358315197 +] +- position: [ + 0.09460088181140028, + 0.07857897860365469 +] +- position: [ + 0.14729489882784708, + 0.1266392523260577 +] +- position: [ + 0.1479337290178143, + 0.20339976301667612 +] +- position: [ + 0.13753005158872503, + 0.1424701328069384 +] +- position: [ + 0.1605387407175896, + 0.14259987673713398 +] +- position: [ + 0.13771422962793572, + 0.15754802411749066 +] +- position: [ + 0.16094397740411467, + 0.15732176358108957 +] +- position: [ + 0.007881540795356558, + 0.007758324996586711 +] diff --git a/SlaveMatrix/Assets/Parts/Leg/x0y0.svg b/SlaveMatrix/Assets/Parts/Leg/x0y0.svg new file mode 100644 index 0000000..46b6cf8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Leg/x0y0.svg @@ -0,0 +1,846 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Leg/x0y1.svg b/SlaveMatrix/Assets/Parts/Leg/x0y1.svg new file mode 100644 index 0000000..c41c287 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Leg/x0y1.svg @@ -0,0 +1,846 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/LowerArm/part.yaml b/SlaveMatrix/Assets/Parts/LowerArm/part.yaml new file mode 100644 index 0000000..a81696e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/LowerArm/part.yaml @@ -0,0 +1,230 @@ +id: LowerArm +original_key: 下腕 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 下腕 +- name: 筋肉 +- name: 植性1 +- name: 獣性1 +- name: 竜性1 +- name: 虫性1 +- name: 淫タトゥ +- name: 悪タトゥ +- name: 植性2 +- name: 獣性2 +- name: 竜性2 +- name: 虫性2 +- name: 傷X1 +- name: 傷I1 +- name: 傷I2 +- name: ハイライト +- name: グローブ +- name: 鎧 +- name: 腕輪 +joints: +- position: [ + 0.07551640869111194, + 0.08037201570194648 +] +- position: [ + 0.07550739062107162, + 0.07881663137584644 +] +- position: [ + 0.05419205417122354, + 0.07951435776882662 +] +- position: [ + 0.04865732996047142, + 0.0790651578338222 +] +- position: [ + 0.09224881764639194, + 0.07870666616650525 +] +- position: [ + 0.03615171859473153, + 0.0794197511652783 +] +- position: [ + 0.038141594443493514, + 0.0686192017326257 +] +- position: [ + 0.03803633007400521, + 0.09010850460009992 +] +- position: [ + 0.07738063509356544, + 0.08037201570194648 +] +- position: [ + 0.022513710083252956, + 0.015355466486504125 +] +- position: [ + 0.022559269673697098, + 0.01554274260720842 +] +- position: [ + 0.0225373887621452, + 0.01544892382298245 +] +- position: [ + 0.022597612083877054, + 0.015731350105065902 +] +- position: [ + 0.022481830680694412, + 0.019310000624976943 +] +- position: [ + 0.0035714943348595643, + 0.013449723391500308 +] +- position: [ + 0.003571716196332002, + 0.012685431177467456 +] +- position: [ + 0.004199819088414027, + 0.017548722450527337 +] +- position: [ + 0.004200040949886465, + 0.016784430236494483 +] +- position: [ + 0.016843839976272434, + 0.012689390062294982 +] +- position: [ + 0.01684383997627243, + 0.011588584187858556 +] +- position: [ + 0.004200262811358903, + 0.01822174977133449 +] +- position: [ + 0.004200262811358902, + 0.017120943896898055 +] +- position: [ + 0.08412477642939539, + 0.05688059287924617 +] +- position: [ + 0.016843839976272434, + 0.01248954518468498 +] +- position: [ + 0.01684383997627243, + 0.011322690957782369 +] +- position: [ + 0.004200262811358903, + 0.018353846476266863 +] +- position: [ + 0.004200262811358902, + 0.01718699224936424 +] +- position: [ + 0.03402488093749831, + 0.011895946234457406 +] +- position: [ + 0.03420525405029605, + 0.01659159181946095 +] +- position: [ + 0.03749035567820547, + 0.02902856725848721 +] +- position: [ + 0.03740581297774585, + 0.02929250386025821 +] +- position: [ + 0.037312126265517914, + 0.029551012323715514 +] +- position: [ + 0.03720959791144962, + 0.02980386242874717 +] +- position: [ + 0.037281688690074075, + 0.030705913345912487 +] +- position: [ + 0.0008778820692602247, + 0.02000241966693153 +] +- position: [ + 0.008957294083689117, + 0.021124318540371036 +] +- position: [ + 0.016938510371299707, + 0.0222841467233524 +] +- position: [ + 0.025005992605264253, + 0.022705611621185135 +] +- position: [ + 0.05205934181561566, + 0.0791732174084057 +] +- position: [ + 0.05205934181561566, + 0.07917440268619945 +] +- position: [ + 0.047009957722034666, + 0.023477650909356725 +] +- position: [ + 0.006130349670994406, + 0.019521813214735492 +] +- position: [ + -0.0072968278849671565, + 0.016167390064742056 +] +- position: [ + 0.011152769902399134, + 0.013044629247219094 +] +- position: [ + 0.011152769902399133, + 0.007106994545133555 +] +- position: [ + 0.011152769902399134, + 0.01776396495687496 +] +- position: [ + 0.011152769902399133, + 0.004541574847923305 +] +- position: [ + 0.007758324996586712, + 0.01020701065596839 +] +- position: [ + 0.00990621563199129, + 0.00950162629545907 +] +- position: [ + 0.005610434361182024, + 0.006015023697714344 +] diff --git a/SlaveMatrix/Assets/Parts/LowerArm/x0y0.svg b/SlaveMatrix/Assets/Parts/LowerArm/x0y0.svg new file mode 100644 index 0000000..a93471b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/LowerArm/x0y0.svg @@ -0,0 +1,721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Neck/part.yaml b/SlaveMatrix/Assets/Parts/Neck/part.yaml new file mode 100644 index 0000000..be21b3e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Neck/part.yaml @@ -0,0 +1,139 @@ +id: Neck +original_key: 首 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 植性 +- name: 首 +- name: 虫性 +- name: 鱗 +- name: 淫タトゥ +- name: 悪タトゥ +- name: ヴィオラ +- name: 首輪 +joints: +- position: [ + -0.004995337548714474, + 0.0004979414188921913 +] +- position: [ + 0.016211003027175944, + 0.000497941418892187 +] +- position: [ + -0.0037357220581254146, + 0.005588012340224058 +] +- position: [ + 0.014951387536586905, + 0.005588012340224053 +] +- position: [ + 0.5, + 0.4887225994119858 +] +- position: [ + 0.5, + 0.5073680233284092 +] +- position: [ + 0.011869046253740682, + 0.0028891069362062425 +] +- position: [ + 0.011869046253740675, + 0.0028891069362062425 +] +- position: [ + 0.011869046253740677, + 0.0034307818046324995 +] +- position: [ + 0.015058466988291015, + 0.01001728973385724 +] +- position: [ + 0.015058466988291015, + 0.01776672804746955 +] +- position: [ + 0.015058466988291015, + 0.017380462313904214 +] +- position: [ + 0.015058466988291015, + 0.017049287730588635 +] +- position: [ + 0.015058466988291015, + 0.016765346922218434 +] +- position: [ + 0.015058466988291015, + 0.01652190317164204 +] +- position: [ + -4.469779268346951E-05, + 0.014092319898051394 +] +- position: [ + -0.0014606006442214666, + 0.014092319898051394 +] +- position: [ + 0.0070320685144348955, + 0.01602013802246163 +] +- position: [ + 0.005616165662896898, + 0.01602013802246163 +] +- position: [ + -0.0020009652566640285, + 0.002418865533895344 +] +- position: [ + -0.003517875083207439, + 0.010573208435388086 +] +- position: [ + 0.013216630735125356, + 0.002418865533895344 +] +- position: [ + 0.014733540561668867, + 0.010573208435388086 +] +- position: [ + 0.008564895603205596, + 0.011152769902399134 +] +- position: [ + 0.016686985802775445, + 0.011152769902399133 +] +- position: [ + 0.0021093165318941576, + 0.011152769902399134 +] +- position: [ + 0.020196223272904115, + 0.011152769902399133 +] +- position: [ + 0.004408768010720679, + 0.007758324996586713 +] +- position: [ + 0.007521553876108054, + 0.0077583249965867095 +] +- position: [ + 0.007995096117065285, + 0.00775832499658671 +] diff --git a/SlaveMatrix/Assets/Parts/Neck/x0y0.svg b/SlaveMatrix/Assets/Parts/Neck/x0y0.svg new file mode 100644 index 0000000..92949b3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Neck/x0y0.svg @@ -0,0 +1,199 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Shoulder/part.yaml b/SlaveMatrix/Assets/Parts/Shoulder/part.yaml new file mode 100644 index 0000000..321c218 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Shoulder/part.yaml @@ -0,0 +1,33 @@ +id: Shoulder +original_key: 肩 +resource: 肩左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 脇 +- name: 肩 +joints: +- position: [ + 0.030850908155102816, + 0.06745715429702073 +] +- position: [ + 0.03969795971544586, + 0.07221140108871305 +] +- position: [ + 0.0562503924684768, + 0.06022872118377538 +] +- position: [ + 0.03825814978767629, + 0.06551608770860626 +] +- position: [ + 0.03016810701801849, + 0.06728509033885754 +] diff --git a/SlaveMatrix/Assets/Parts/Shoulder/x0y0.svg b/SlaveMatrix/Assets/Parts/Shoulder/x0y0.svg new file mode 100644 index 0000000..32237e9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Shoulder/x0y0.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Torso/part.yaml b/SlaveMatrix/Assets/Parts/Torso/part.yaml new file mode 100644 index 0000000..4ff1f2c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Torso/part.yaml @@ -0,0 +1,47 @@ +id: Torso +original_key: 胴 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 胴 +- name: 筋肉 +- name: 獣性 +- name: 植タトゥ +joints: +- position: [ + 0.5, + 0.525925439940814 +] +- position: [ + 0.49084942215127053, + 0.531891026214109 +] +- position: [ + 0.5091505778487299, + 0.531891026214109 +] +- position: [ + 0.47950612315817276, + 0.5342460034502376 +] +- position: [ + 0.5204938768418274, + 0.5342460034502376 +] +- position: [ + 0.5000000000000002, + 0.531891026214109 +] +- position: [ + 0.011819984866887245, + 0.0048159168484769345 +] +- position: [ + 0.0016388137072666491, + 0.0048159168484769345 +] diff --git a/SlaveMatrix/Assets/Parts/Torso/x0y0.svg b/SlaveMatrix/Assets/Parts/Torso/x0y0.svg new file mode 100644 index 0000000..9d93fcd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Torso/x0y0.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/T字剃刀/part.yaml b/SlaveMatrix/Assets/Parts/T字剃刀/part.yaml new file mode 100644 index 0000000..7dd8cc7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/T字剃刀/part.yaml @@ -0,0 +1,31 @@ +id: T字剃刀 +original_key: T字剃刀 +resource: カーソル +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: ヘッド +- name: 刃 +- name: 首 +- name: グリップ +joints: +- position: [ + 0.09437924547149004, + 0.09265034207925384 +] +- position: [ + 0.016020138022461626, + 0.008737801282823494 +] +- position: [ + 0.016020138022461633, + 0.005066197399102398 +] +- position: [ + 0.01602013802246163, + 0.0191025105165327 +] diff --git a/SlaveMatrix/Assets/Parts/T字剃刀/x0y0.svg b/SlaveMatrix/Assets/Parts/T字剃刀/x0y0.svg new file mode 100644 index 0000000..313e0f3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/T字剃刀/x0y0.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/UpperArm/part.yaml b/SlaveMatrix/Assets/Parts/UpperArm/part.yaml new file mode 100644 index 0000000..c2f7b28 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/UpperArm/part.yaml @@ -0,0 +1,104 @@ +id: UpperArm +original_key: 上腕 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 筋肉上 +- name: 上腕 +- name: 筋肉下 +- name: 虫性 +- name: 淫タトゥ +- name: 悪タトゥ +- name: 植タトゥ +- name: 獣性 +- name: 紋柄 +- name: 鱗 +- name: ハイライト +- name: 植性 +- name: 傷X +- name: グローブ +- name: シャツ +- name: ナース +- name: 鎧 +joints: +- position: [ + 0.07814964004132166, + 0.06697964060192962 +] +- position: [ + 0.05740038952425257, + 0.06703750188040752 +] +- position: [ + 0.010555487495621272, + 0.011749948329940287 +] +- position: [ + 0.010555487495621272, + 0.010338658747329484 +] +- position: [ + 0.004200262811358903, + 0.018842717187683242 +] +- position: [ + 0.004200262811358902, + 0.017431427605072432 +] +- position: [ + -0.002716858145791588, + 0.01204127508642238 +] +- position: [ + -0.002716636284319151, + 0.010731191619331898 +] +- position: [ + 0.004199819088414027, + 0.018640304956642605 +] +- position: [ + 0.004200040949886464, + 0.017330221489552114 +] +- position: [ + 0.026869317529760166, + 0.030271893733198652 +] +- position: [ + 0.02752606661803168, + 0.027501172559863132 +] +- position: [ + 0.0875053695160822, + 0.06643890580352285 +] +- position: [ + 0.08748706963117976, + 0.06643746838038998 +] +- position: [ + 0.09894680594361244, + 0.08947767346697902 +] +- position: [ + 0.09138717458072837, + 0.09108990260088277 +] +- position: [ + 0.0062629437883077056, + 0.011952414894564908 +] +- position: [ + 0.05828671255163689, + 0.024613770291503877 +] +- position: [ + 0.04664787353630749, + 0.029830521185509957 +] diff --git a/SlaveMatrix/Assets/Parts/UpperArm/x0y0.svg b/SlaveMatrix/Assets/Parts/UpperArm/x0y0.svg new file mode 100644 index 0000000..56fb6f2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/UpperArm/x0y0.svg @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Waist/part.yaml b/SlaveMatrix/Assets/Parts/Waist/part.yaml new file mode 100644 index 0000000..b614eff --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Waist/part.yaml @@ -0,0 +1,367 @@ +id: Waist +original_key: 腰 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 腰 +- name: 股 +- name: 下腹 +- name: 腰皺 +- name: 筋肉 +- name: ハイライト +- name: 臍 +- name: 虫性 +- name: 淫タトゥ +- name: 獣性 +- name: 紋柄 +- name: 鱗 +- name: 傷X左 +- name: 傷X右 +- name: 傷I左 +- name: 傷I右 +- name: ハイライト上左 +- name: ハイライト上右 +- name: ハイライト下左 +- name: ハイライト下右 +joints: +- position: [ + 0.5000000000000002, + 0.4732245506977483 +] +- position: [ + 0.47938456472027985, + 0.5179248041533326 +] +- position: [ + 0.5206154352797204, + 0.5179248041533326 +] +- position: [ + 0.5000000000000001, + 0.48510796701365455 +] +- position: [ + 0.5000000000000001, + 0.5216135717769247 +] +- position: [ + 0.5000000000000001, + 0.527034541777027 +] +- position: [ + 0.5000000000000001, + 0.47870237904216456 +] +- position: [ + 0.5000000000000002, + 0.4953870876261485 +] +- position: [ + 0.4934556365038463, + 0.48323250154800246 +] +- position: [ + 0.506544363496155, + 0.48323250154800246 +] +- position: [ + 0.4778895056651132, + 0.4756384440899468 +] +- position: [ + 0.5221104943348872, + 0.4756384440899468 +] +- position: [ + 0.5000000000000001, + 0.5028792172788893 +] +- position: [ + 0.09500000000000003, + 0.09851030131002228 +] +- position: [ + 0.07470698472545342, + 0.09930024362971097 +] +- position: [ + 0.11529301527454647, + 0.09930024362971097 +] +- position: [ + 0.01919286476298848, + 0.026044966334642206 +] +- position: [ + 0.5000000000000002, + 0.4726661654790053 +] +- position: [ + 0.47917098232966115, + 0.5171088415793125 +] +- position: [ + 0.5208290176703392, + 0.5171088415793125 +] +- position: [ + 0.5000000000000001, + 0.48219787831765754 +] +- position: [ + 0.5000000000000001, + 0.5208087756772546 +] +- position: [ + 0.5000000000000002, + 0.526791606898426 +] +- position: [ + 0.5000000000000001, + 0.47657965637744015 +] +- position: [ + 0.5000000000000002, + 0.4937290419693564 +] +- position: [ + 0.4934578603950188, + 0.4804447267889169 +] +- position: [ + 0.506542139604982, + 0.4804447267889169 +] +- position: [ + 0.4781614766567406, + 0.47504325143562276 +] +- position: [ + 0.5218385233432598, + 0.47504325143562276 +] +- position: [ + 0.5000000000000002, + 0.5028176270761189 +] +- position: [ + 0.09500000000000003, + 0.09810801732194308 +] +- position: [ + 0.07466509350993522, + 0.09922520377873464 +] +- position: [ + 0.11533490649006484, + 0.09922520377873464 +] +- position: [ + 0.5000000000000002, + 0.47210778026026223 +] +- position: [ + 0.47895739993904246, + 0.5162928790052923 +] +- position: [ + 0.5210426000609578, + 0.5162928790052923 +] +- position: [ + 0.5000000000000001, + 0.4792877896216606 +] +- position: [ + 0.5000000000000001, + 0.5194526853797667 +] +- position: [ + 0.5000000000000002, + 0.5265486720198249 +] +- position: [ + 0.5000000000000001, + 0.47478418869358446 +] +- position: [ + 0.5000000000000002, + 0.49207099631256435 +] +- position: [ + 0.49346008428619137, + 0.4776569520298313 +] +- position: [ + 0.506539915713809, + 0.4776569520298313 +] +- position: [ + 0.478433447648368, + 0.47444805878129875 +] +- position: [ + 0.5215665523516323, + 0.47444805878129875 +] +- position: [ + 0.5000000000000002, + 0.5027560368733484 +] +- position: [ + 0.09500000000000003, + 0.09770573333386386 +] +- position: [ + 0.07462320229441693, + 0.09915016392775831 +] +- position: [ + 0.11537679770558314, + 0.09915016392775831 +] +- position: [ + 0.5000000000000002, + 0.47233384179720206 +] +- position: [ + 0.47888211546377446, + 0.5143186009474842 +] +- position: [ + 0.5211178845362259, + 0.5143186009474842 +] +- position: [ + 0.5000000000000001, + 0.47777018251311604 +] +- position: [ + 0.5000000000000001, + 0.5142010488322678 +] +- position: [ + 0.5000000000000002, + 0.5248698124788598 +] +- position: [ + 0.5000000000000001, + 0.47453302966104693 +] +- position: [ + 0.5000000000000002, + 0.49261972333743 +] +- position: [ + 0.49349365146754204, + 0.47604627504399655 +] +- position: [ + 0.506506348532458, + 0.47604627504399655 +] +- position: [ + 0.47811426267356383, + 0.4746485176712184 +] +- position: [ + 0.5218857373264365, + 0.47464851767121846 +] +- position: [ + 0.5000000000000002, + 0.5023010568767862 +] +- position: [ + 0.09500000000000003, + 0.09968780133751481 +] +- position: [ + 0.07399390065866218, + 0.0967993680424499 +] +- position: [ + 0.11600609934133789, + 0.0967993680424499 +] +- position: [ + 0.5000000000000002, + 0.47255990333414194 +] +- position: [ + 0.4788068309885065, + 0.512344322889676 +] +- position: [ + 0.5211931690114939, + 0.512344322889676 +] +- position: [ + 0.5000000000000001, + 0.4761151160455526 +] +- position: [ + 0.5000000000000001, + 0.5089494122847689 +] +- position: [ + 0.5000000000000001, + 0.5225946076752476 +] +- position: [ + 0.5000000000000001, + 0.4742429803777582 +] +- position: [ + 0.5000000000000002, + 0.49316845036229556 +] +- position: [ + 0.4935272186488927, + 0.47443559805816177 +] +- position: [ + 0.5064727813511071, + 0.47443559805816177 +] +- position: [ + 0.4777950776987596, + 0.4748489765611381 +] +- position: [ + 0.5222049223012407, + 0.47484897656113817 +] +- position: [ + 0.5000000000000002, + 0.501846076880224 +] +- position: [ + 0.09500000000000001, + 0.10044515484456887 +] +- position: [ + 0.07336459902290743, + 0.09444857215714147 +] +- position: [ + 0.11663540097709264, + 0.09444857215714147 +] diff --git a/SlaveMatrix/Assets/Parts/Waist/x0y0.svg b/SlaveMatrix/Assets/Parts/Waist/x0y0.svg new file mode 100644 index 0000000..df869f7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Waist/x0y0.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Waist/x0y1.svg b/SlaveMatrix/Assets/Parts/Waist/x0y1.svg new file mode 100644 index 0000000..a4e3469 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Waist/x0y1.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Waist/x0y2.svg b/SlaveMatrix/Assets/Parts/Waist/x0y2.svg new file mode 100644 index 0000000..6da4d4c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Waist/x0y2.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Waist/x0y3.svg b/SlaveMatrix/Assets/Parts/Waist/x0y3.svg new file mode 100644 index 0000000..7e299cb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Waist/x0y3.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/Waist/x0y4.svg b/SlaveMatrix/Assets/Parts/Waist/x0y4.svg new file mode 100644 index 0000000..5ffe356 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/Waist/x0y4.svg @@ -0,0 +1,178 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/part.yaml b/SlaveMatrix/Assets/Parts/ぶっかけ/part.yaml new file mode 100644 index 0000000..407d475 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/part.yaml @@ -0,0 +1,38 @@ +id: ぶっかけ +original_key: ぶっかけ +resource: スタンプ +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 精液 diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x0y0.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y0.svg new file mode 100644 index 0000000..79c4836 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x0y1.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y1.svg new file mode 100644 index 0000000..5fffa98 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x0y2.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y2.svg new file mode 100644 index 0000000..5b02430 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x0y3.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y3.svg new file mode 100644 index 0000000..24f16e2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x0y4.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y4.svg new file mode 100644 index 0000000..cf25499 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x0y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x1y0.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y0.svg new file mode 100644 index 0000000..ed8680a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x1y1.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y1.svg new file mode 100644 index 0000000..f5faa74 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x1y2.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y2.svg new file mode 100644 index 0000000..f313347 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x1y3.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y3.svg new file mode 100644 index 0000000..66ad16b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/ぶっかけ/x1y4.svg b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y4.svg new file mode 100644 index 0000000..27f6102 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ぶっかけ/x1y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/アナル/part.yaml b/SlaveMatrix/Assets/Parts/アナル/part.yaml new file mode 100644 index 0000000..6148ea3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/アナル/part.yaml @@ -0,0 +1,81 @@ +id: アナル +original_key: アナル +resource: カーソル +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: ヘッド +- name: ユニット +joints: +- position: [ + 0.13378251699291144, + 0.11355214938035088 +] +- position: [ + 0.015096514070287394, + 0.008994956633415117 +] +- position: [ + 0.015096514070287394, + 0.02583752236359944 +] +- position: [ + 0.015096514070287394, + 0.024174770409468336 +] +- position: [ + 0.012973415475779428, + 0.011724460486568064 +] +- position: [ + 0.01659846530546976, + 0.016050552809990976 +] +- position: [ + 0.01659846530546976, + 0.01202250245401227 +] +- position: [ + 0.015096514070287396, + 0.015096514070287394 +] +- position: [ + 0.010730129621974588, + 0.011361187233872302 +] +- position: [ + 0.010730129621974588, + 0.010079949052140581 +] +- position: [ + 0.13378251699291144, + 0.11928408161324774 +] +- position: [ + 0.13378251699291144, + 0.12654698894011573 +] +- position: [ + 0.13378251699291144, + 0.1353153973823115 +] +- position: [ + 0.13378251699291144, + 0.14434463610587728 +] diff --git a/SlaveMatrix/Assets/Parts/アナル/x0y0.svg b/SlaveMatrix/Assets/Parts/アナル/x0y0.svg new file mode 100644 index 0000000..d86767f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/アナル/x0y0.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/アナル/x0y1.svg b/SlaveMatrix/Assets/Parts/アナル/x0y1.svg new file mode 100644 index 0000000..7bd1823 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/アナル/x0y1.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/アナル/x0y2.svg b/SlaveMatrix/Assets/Parts/アナル/x0y2.svg new file mode 100644 index 0000000..d3fb942 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/アナル/x0y2.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/アナル/x0y3.svg b/SlaveMatrix/Assets/Parts/アナル/x0y3.svg new file mode 100644 index 0000000..dbac69f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/アナル/x0y3.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/アナル/x0y4.svg b/SlaveMatrix/Assets/Parts/アナル/x0y4.svg new file mode 100644 index 0000000..a0c49f7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/アナル/x0y4.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/エイリアン目左/part.yaml b/SlaveMatrix/Assets/Parts/エイリアン目左/part.yaml new file mode 100644 index 0000000..389f36a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/エイリアン目左/part.yaml @@ -0,0 +1,38 @@ +id: エイリアン目左 +original_key: エイリアン目左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 目 +- name: ハイライト +- name: 瞬膜 +joints: +- position: [ + 0.07201831829563823, + 0.07009349303433152 +] +- position: [ + 0.06209512995649251, + 0.06384421952947215 +] +- position: [ + 0.06598325895842165, + 0.06598325895842165 +] diff --git a/SlaveMatrix/Assets/Parts/エイリアン目左/x0y0.svg b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y0.svg new file mode 100644 index 0000000..b87e295 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/エイリアン目左/x0y1.svg b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y1.svg new file mode 100644 index 0000000..387dc93 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/エイリアン目左/x0y2.svg b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y2.svg new file mode 100644 index 0000000..78219dc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/エイリアン目左/x0y3.svg b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y3.svg new file mode 100644 index 0000000..ee11fa8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/エイリアン目左/x0y4.svg b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y4.svg new file mode 100644 index 0000000..bcc132b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/エイリアン目左/x0y4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/キスマーク/part.yaml b/SlaveMatrix/Assets/Parts/キスマーク/part.yaml new file mode 100644 index 0000000..d46d64b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/キスマーク/part.yaml @@ -0,0 +1,11 @@ +id: キスマーク +original_key: キスマーク +resource: スタンプ +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: キスマーク diff --git a/SlaveMatrix/Assets/Parts/キスマーク/x0y0.svg b/SlaveMatrix/Assets/Parts/キスマーク/x0y0.svg new file mode 100644 index 0000000..3a19f71 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/キスマーク/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/キャップ中/part.yaml b/SlaveMatrix/Assets/Parts/キャップ中/part.yaml new file mode 100644 index 0000000..caa5f5b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/キャップ中/part.yaml @@ -0,0 +1,21 @@ +id: キャップ中 +original_key: キャップ中 +resource: 性器付 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 根本 +- name: 先端 +joints: +- position: [ + 0.06340964978890513, + 0.062268294184447646 +] +- position: [ + 0.06616030380424216, + 0.06744268731810606 +] diff --git a/SlaveMatrix/Assets/Parts/キャップ中/x0y0.svg b/SlaveMatrix/Assets/Parts/キャップ中/x0y0.svg new file mode 100644 index 0000000..6429bc2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/キャップ中/x0y0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/キャップ左/part.yaml b/SlaveMatrix/Assets/Parts/キャップ左/part.yaml new file mode 100644 index 0000000..a7cbc30 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/キャップ左/part.yaml @@ -0,0 +1,21 @@ +id: キャップ左 +original_key: キャップ左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 根本 +- name: 先端 +joints: +- position: [ + 0.062307184933579875, + 0.06311424522123704 +] +- position: [ + 0.06359724402559523, + 0.06940939225806525 +] diff --git a/SlaveMatrix/Assets/Parts/キャップ左/x0y0.svg b/SlaveMatrix/Assets/Parts/キャップ左/x0y0.svg new file mode 100644 index 0000000..6f620d1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/キャップ左/x0y0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/コモン/part.yaml b/SlaveMatrix/Assets/Parts/コモン/part.yaml new file mode 100644 index 0000000..8e8c07f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/コモン/part.yaml @@ -0,0 +1,141 @@ +id: コモン +original_key: コモン +resource: カーソル +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: ヘッド +- name: イボ1 +- name: イボ2 +- name: イボ3 +- name: イボ4 +- name: イボ5 +- name: イボ6 +- name: イボ7 +- name: イボ8 +- name: イボ9 +- name: イボ10 +- name: イボ11 +- name: イボ12 +- name: ユニット +joints: +- position: [ + 0.13378251699291144, + 0.12931669781016433 +] +- position: [ + 0.13025602786396706, + 0.13144194344665242 +] +- position: [ + 0.13730900612185581, + 0.13144194344665242 +] +- position: [ + 0.13378251699291144, + 0.13373217802572146 +] +- position: [ + 0.1298067276185459, + 0.1358394790959896 +] +- position: [ + 0.13775830636727696, + 0.13583947909598953 +] +- position: [ + 0.13378251699291144, + 0.13810587664660348 +] +- position: [ + 0.1296829859116102, + 0.14042230754499122 +] +- position: [ + 0.13788204807421264, + 0.1404223075449911 +] +- position: [ + 0.13378251699291144, + 0.14289337725758489 +] +- position: [ + 0.12954156681796944, + 0.1451531913341967 +] +- position: [ + 0.1380234671678534, + 0.14515319133419663 +] +- position: [ + 0.1337825169929114, + 0.12259096115209812 +] +- position: [ + 0.015096514070287394, + 0.008994956633415117 +] +- position: [ + 0.015096514070287394, + 0.02583752236359944 +] +- position: [ + 0.015096514070287394, + 0.024174770409468336 +] +- position: [ + 0.012973415475779428, + 0.011724460486568064 +] +- position: [ + 0.01659846530546976, + 0.016050552809990976 +] +- position: [ + 0.01659846530546976, + 0.01202250245401227 +] +- position: [ + 0.015096514070287396, + 0.015096514070287394 +] +- position: [ + 0.010730129621974588, + 0.011361187233872302 +] +- position: [ + 0.010730129621974588, + 0.010079949052140581 +] +- position: [ + 0.1337825169929114, + 0.12782836776840087 +] +- position: [ + 0.1337825169929114, + 0.1330233499121119 +] +- position: [ + 0.1337825169929114, + 0.139271441175424 +] +- position: [ + 0.13378251699291144, + 0.14627422395928047 +] diff --git a/SlaveMatrix/Assets/Parts/コモン/x0y0.svg b/SlaveMatrix/Assets/Parts/コモン/x0y0.svg new file mode 100644 index 0000000..767d891 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/コモン/x0y0.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/コモン/x0y1.svg b/SlaveMatrix/Assets/Parts/コモン/x0y1.svg new file mode 100644 index 0000000..f3fb4ab --- /dev/null +++ b/SlaveMatrix/Assets/Parts/コモン/x0y1.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/コモン/x0y2.svg b/SlaveMatrix/Assets/Parts/コモン/x0y2.svg new file mode 100644 index 0000000..41807b9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/コモン/x0y2.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/コモン/x0y3.svg b/SlaveMatrix/Assets/Parts/コモン/x0y3.svg new file mode 100644 index 0000000..2014fc4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/コモン/x0y3.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/コモン/x0y4.svg b/SlaveMatrix/Assets/Parts/コモン/x0y4.svg new file mode 100644 index 0000000..b529afe --- /dev/null +++ b/SlaveMatrix/Assets/Parts/コモン/x0y4.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ディル/part.yaml b/SlaveMatrix/Assets/Parts/ディル/part.yaml new file mode 100644 index 0000000..4520b31 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ディル/part.yaml @@ -0,0 +1,104 @@ +id: ディル +original_key: ディル +resource: カーソル +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: ヘッド +- name: 血管1 +- name: 血管2 +- name: 亀頭 +- name: ユニット +joints: +- position: [ + 0.08102318639656234, + 0.07149302749639855 +] +- position: [ + 0.08115576679685055, + 0.08325856624410181 +] +- position: [ + 0.08143565875301455, + 0.0949683986485574 +] +- position: [ + 0.08102318639656234, + 0.0680530273765141 +] +- position: [ + 0.015096514070287394, + 0.008994956633415117 +] +- position: [ + 0.015096514070287394, + 0.02583752236359944 +] +- position: [ + 0.015096514070287394, + 0.024174770409468336 +] +- position: [ + 0.012973415475779428, + 0.011724460486568064 +] +- position: [ + 0.01659846530546976, + 0.016050552809990976 +] +- position: [ + 0.01659846530546976, + 0.01202250245401227 +] +- position: [ + 0.015096514070287396, + 0.015096514070287394 +] +- position: [ + 0.010730129621974588, + 0.011361187233872302 +] +- position: [ + 0.010730129621974588, + 0.010079949052140581 +] +- position: [ + 0.08102318639656234, + 0.07265656564697649 +] +- position: [ + 0.08102318639656234, + 0.07778559959499572 +] +- position: [ + 0.08114913777683613, + 0.08304868992334173 +] +- position: [ + 0.08102318639656234, + 0.08430755201688865 +] +- position: [ + 0.08114913777683613, + 0.09322253498813593 +] +- position: [ + 0.08102318639656234, + 0.0913572876284958 +] diff --git a/SlaveMatrix/Assets/Parts/ディル/x0y0.svg b/SlaveMatrix/Assets/Parts/ディル/x0y0.svg new file mode 100644 index 0000000..889beb2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ディル/x0y0.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ディル/x0y1.svg b/SlaveMatrix/Assets/Parts/ディル/x0y1.svg new file mode 100644 index 0000000..3d9aa4b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ディル/x0y1.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ディル/x0y2.svg b/SlaveMatrix/Assets/Parts/ディル/x0y2.svg new file mode 100644 index 0000000..f5edba5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ディル/x0y2.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ディル/x0y3.svg b/SlaveMatrix/Assets/Parts/ディル/x0y3.svg new file mode 100644 index 0000000..643230c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ディル/x0y3.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ディル/x0y4.svg b/SlaveMatrix/Assets/Parts/ディル/x0y4.svg new file mode 100644 index 0000000..29a8b5d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ディル/x0y4.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/デンマ/part.yaml b/SlaveMatrix/Assets/Parts/デンマ/part.yaml new file mode 100644 index 0000000..e4fc356 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/デンマ/part.yaml @@ -0,0 +1,111 @@ +id: デンマ +original_key: デンマ +resource: カーソル +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: ヘッド +- name: ヘッド線1 +- name: ヘッド線2 +- name: ヘッド線3 +- name: ヘッド線4 +- name: 拡張ユニット +- name: 拡張ユニット色 +- name: ユニット +joints: +- position: [ + 0.1671129154395151, + 0.17101337175190495 +] +- position: [ + 0.16711291543951512, + 0.1614272731440278 +] +- position: [ + 0.13378251699291144, + 0.13073409929756874 +] +- position: [ + 0.015096514070287394, + 0.008994956633415117 +] +- position: [ + 0.015096514070287394, + 0.02583752236359944 +] +- position: [ + 0.015096514070287394, + 0.024174770409468336 +] +- position: [ + 0.012973415475779428, + 0.011724460486568064 +] +- position: [ + 0.01659846530546976, + 0.016050552809990976 +] +- position: [ + 0.01659846530546976, + 0.01202250245401227 +] +- position: [ + 0.015096514070287396, + 0.015096514070287394 +] +- position: [ + 0.010730129621974588, + 0.011361187233872302 +] +- position: [ + 0.010730129621974588, + 0.010079949052140581 +] +- position: [ + 0.1671129154395151, + 0.17101943945399567 +] +- position: [ + 0.16711291543951512, + 0.16449923857512946 +] +- position: [ + 0.1671129154395151, + 0.17101374056541532 +] +- position: [ + 0.16711291543951512, + 0.1667849713471875 +] +- position: [ + 0.1671129154395151, + 0.17102610230373105 +] +- position: [ + 0.16711291543951512, + 0.16928073961810183 +] +- position: [ + 0.1671129154395151, + 0.17102589712204097 +] +- position: [ + 0.16711291543951512, + 0.171506953939159 +] diff --git a/SlaveMatrix/Assets/Parts/デンマ/x0y0.svg b/SlaveMatrix/Assets/Parts/デンマ/x0y0.svg new file mode 100644 index 0000000..372481e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/デンマ/x0y0.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/デンマ/x0y1.svg b/SlaveMatrix/Assets/Parts/デンマ/x0y1.svg new file mode 100644 index 0000000..75699b0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/デンマ/x0y1.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/デンマ/x0y2.svg b/SlaveMatrix/Assets/Parts/デンマ/x0y2.svg new file mode 100644 index 0000000..bb8ee2e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/デンマ/x0y2.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/デンマ/x0y3.svg b/SlaveMatrix/Assets/Parts/デンマ/x0y3.svg new file mode 100644 index 0000000..66abf4e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/デンマ/x0y3.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/デンマ/x0y4.svg b/SlaveMatrix/Assets/Parts/デンマ/x0y4.svg new file mode 100644 index 0000000..bf24caf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/デンマ/x0y4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/part.yaml b/SlaveMatrix/Assets/Parts/ドリル/part.yaml new file mode 100644 index 0000000..fea3266 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/part.yaml @@ -0,0 +1,393 @@ +id: ドリル +original_key: ドリル +resource: カーソル +morph_x: 3 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 2 + y: 2 + file: x2y2.svg +- x: 2 + y: 3 + file: x2y3.svg +- x: 2 + y: 4 + file: x2y4.svg +fields: +- name: ヘッド +- name: イボ1 +- name: イボ2 +- name: イボ3 +- name: イボ4 +- name: イボ5 +- name: イボ6 +- name: イボ7 +- name: イボ8 +- name: イボ9 +- name: イボ10 +- name: イボ11 +- name: イボ12 +- name: イボ13 +- name: イボ14 +- name: イボ15 +- name: イボ16 +- name: イボ17 +- name: イボ18 +- name: ユニット +joints: +- position: [ + 0.13524406373754871, + 0.13489176100433747 +] +- position: [ + 0.13524406373754871, + 0.14443493056618587 +] +- position: [ + 0.13775498659913266, + 0.1344152820341334 +] +- position: [ + 0.1365560447557771, + 0.13931304712921652 +] +- position: [ + 0.13775498659913266, + 0.1441664260505672 +] +- position: [ + 0.1365560447557771, + 0.130041095480147 +] +- position: [ + 0.1319624113527583, + 0.13557244524748624 +] +- position: [ + 0.13345139133117379, + 0.13982356031157794 +] +- position: [ + 0.1319624113527583, + 0.1454340729308269 +] +- position: [ + 0.13345139133117379, + 0.13055160866250842 +] +- position: [ + 0.1297579036414935, + 0.13706995058241342 +] +- position: [ + 0.13093488822249855, + 0.14132106564650523 +] +- position: [ + 0.1297579036414935, + 0.14700523404369198 +] +- position: [ + 0.13093488822249855, + 0.13204911399743574 +] +- position: [ + 0.13775498659913266, + 0.12596257789997295 +] +- position: [ + 0.1297579036414935, + 0.12837916959256782 +] +- position: [ + 0.13524406373754871, + 0.1260762460749233 +] +- position: [ + 0.1319624113527583, + 0.1269268439293091 +] +- position: [ + 0.13378251699291144, + 0.1227879183983796 +] +- position: [ + 0.015096514070287394, + 0.008994956633415117 +] +- position: [ + 0.015096514070287394, + 0.02583752236359944 +] +- position: [ + 0.015096514070287394, + 0.024174770409468336 +] +- position: [ + 0.012973415475779428, + 0.011724460486568064 +] +- position: [ + 0.01659846530546976, + 0.016050552809990976 +] +- position: [ + 0.01659846530546976, + 0.01202250245401227 +] +- position: [ + 0.015096514070287396, + 0.015096514070287394 +] +- position: [ + 0.010730129621974588, + 0.011361187233872302 +] +- position: [ + 0.010730129621974588, + 0.010079949052140581 +] +- position: [ + 0.13378251699291144, + 0.12810334973133003 +] +- position: [ + 0.13378251699291144, + 0.13308812845414306 +] +- position: [ + 0.13378251699291144, + 0.1393184179188128 +] +- position: [ + 0.13378251699291144, + 0.14625591376806124 +] +- position: [ + 0.13528008425726679, + 0.13179821833094585 +] +- position: [ + 0.13528008425726679, + 0.1417335017922244 +] +- position: [ + 0.137859657438826, + 0.13132173936074176 +] +- position: [ + 0.13661411047723163, + 0.1362195044558249 +] +- position: [ + 0.137859657438826, + 0.14125702282202032 +] +- position: [ + 0.13661411047723163, + 0.1467904193832247 +] +- position: [ + 0.1319472417119699, + 0.13247890257409461 +] +- position: [ + 0.13348501072090566, + 0.13673001763818632 +] +- position: [ + 0.1319472417119699, + 0.14241418603537317 +] +- position: [ + 0.13348501072090566, + 0.14730093256558613 +] +- position: [ + 0.12981834310915175, + 0.1339764079090218 +] +- position: [ + 0.13090163782729788, + 0.1382275229731136 +] +- position: [ + 0.12981834310915175, + 0.14391169137030035 +] +- position: [ + 0.13090163782729788, + 0.14879843790051342 +] +- position: [ + 0.13661411047723163, + 0.12699069472556218 +] +- position: [ + 0.13090163782729788, + 0.12888895377563492 +] +- position: [ + 0.13348501072090566, + 0.12770938427244924 +] +- position: [ + 0.1319472417119699, + 0.12479587037743661 +] +- position: [ + 0.13528008425726679, + 0.12401285547765448 +] +- position: [ + 0.13378251699291144, + 0.12811144668472962 +] +- position: [ + 0.13378251699291144, + 0.1330879177766152 +] +- position: [ + 0.13378251699291144, + 0.13931829276496235 +] +- position: [ + 0.13378251699291144, + 0.14625726612939022 +] +- position: [ + 0.1354161139939212, + 0.1382062710115428 +] +- position: [ + 0.1354161139939212, + 0.1473102820977439 +] +- position: [ + 0.13788342897562186, + 0.1377297920413387 +] +- position: [ + 0.1365560447557771, + 0.14262755713642183 +] +- position: [ + 0.13788342897562186, + 0.1467992578004393 +] +- position: [ + 0.1365560447557771, + 0.1333556054873523 +] +- position: [ + 0.13205459737841052, + 0.13888695525469155 +] +- position: [ + 0.13340217903288756, + 0.14310738041130913 +] +- position: [ + 0.13205459737841052, + 0.14855583326914612 +] +- position: [ + 0.13340217903288756, + 0.1338047388547655 +] +- position: [ + 0.12983224619657538, + 0.14038446058961873 +] +- position: [ + 0.13081475556206523, + 0.14463557565371055 +] +- position: [ + 0.12983224619657538, + 0.15016064757055142 +] +- position: [ + 0.13081475556206523, + 0.13536362400464105 +] +- position: [ + 0.13788342897562186, + 0.12878259686264293 +] +- position: [ + 0.12983224619657538, + 0.13165529321691777 +] +- position: [ + 0.1354161139939212, + 0.1290490189968685 +] +- position: [ + 0.13205459737841052, + 0.13006853767224782 +] +- position: [ + 0.13081475556206523, + 0.12663993557932854 +] +- position: [ + 0.13340217903288756, + 0.12515824431675654 +] +- position: [ + 0.13608912133481454, + 0.12467948176016011 +] +- position: [ + 0.13378251699291144, + 0.12810639617004566 +] +- position: [ + 0.13378251699291144, + 0.1330881803360005 +] +- position: [ + 0.13378251699291144, + 0.13931897993896572 +] +- position: [ + 0.13378251699291144, + 0.14625644123000298 +] diff --git a/SlaveMatrix/Assets/Parts/ドリル/x0y0.svg b/SlaveMatrix/Assets/Parts/ドリル/x0y0.svg new file mode 100644 index 0000000..cfd25b5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x0y0.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x0y1.svg b/SlaveMatrix/Assets/Parts/ドリル/x0y1.svg new file mode 100644 index 0000000..79e86a8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x0y1.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x0y2.svg b/SlaveMatrix/Assets/Parts/ドリル/x0y2.svg new file mode 100644 index 0000000..b044ad5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x0y2.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x0y3.svg b/SlaveMatrix/Assets/Parts/ドリル/x0y3.svg new file mode 100644 index 0000000..f1a212d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x0y3.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x0y4.svg b/SlaveMatrix/Assets/Parts/ドリル/x0y4.svg new file mode 100644 index 0000000..b2487ec --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x0y4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x1y0.svg b/SlaveMatrix/Assets/Parts/ドリル/x1y0.svg new file mode 100644 index 0000000..f0d60a6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x1y0.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x1y1.svg b/SlaveMatrix/Assets/Parts/ドリル/x1y1.svg new file mode 100644 index 0000000..40aaa05 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x1y1.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x1y2.svg b/SlaveMatrix/Assets/Parts/ドリル/x1y2.svg new file mode 100644 index 0000000..bd9a375 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x1y2.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x1y3.svg b/SlaveMatrix/Assets/Parts/ドリル/x1y3.svg new file mode 100644 index 0000000..4b4b9d0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x1y3.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x1y4.svg b/SlaveMatrix/Assets/Parts/ドリル/x1y4.svg new file mode 100644 index 0000000..07d714a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x1y4.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x2y0.svg b/SlaveMatrix/Assets/Parts/ドリル/x2y0.svg new file mode 100644 index 0000000..38766df --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x2y0.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x2y1.svg b/SlaveMatrix/Assets/Parts/ドリル/x2y1.svg new file mode 100644 index 0000000..46b8778 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x2y1.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x2y2.svg b/SlaveMatrix/Assets/Parts/ドリル/x2y2.svg new file mode 100644 index 0000000..8a9fe3e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x2y2.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x2y3.svg b/SlaveMatrix/Assets/Parts/ドリル/x2y3.svg new file mode 100644 index 0000000..ca23a7c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x2y3.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ドリル/x2y4.svg b/SlaveMatrix/Assets/Parts/ドリル/x2y4.svg new file mode 100644 index 0000000..c9ca70c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ドリル/x2y4.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/part.yaml b/SlaveMatrix/Assets/Parts/ハンド/part.yaml new file mode 100644 index 0000000..fb63f40 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/part.yaml @@ -0,0 +1,562 @@ +id: ハンド +original_key: ハンド +resource: カーソル +morph_x: 15 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 2 + y: 2 + file: x2y2.svg +- x: 2 + y: 3 + file: x2y3.svg +- x: 2 + y: 4 + file: x2y4.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 4 + y: 0 + file: x4y0.svg +- x: 5 + y: 0 + file: x5y0.svg +- x: 5 + y: 1 + file: x5y1.svg +- x: 5 + y: 2 + file: x5y2.svg +- x: 5 + y: 3 + file: x5y3.svg +- x: 5 + y: 4 + file: x5y4.svg +- x: 6 + y: 0 + file: x6y0.svg +- x: 6 + y: 1 + file: x6y1.svg +- x: 6 + y: 2 + file: x6y2.svg +- x: 6 + y: 3 + file: x6y3.svg +- x: 6 + y: 4 + file: x6y4.svg +- x: 7 + y: 0 + file: x7y0.svg +- x: 7 + y: 1 + file: x7y1.svg +- x: 7 + y: 2 + file: x7y2.svg +- x: 7 + y: 3 + file: x7y3.svg +- x: 7 + y: 4 + file: x7y4.svg +- x: 8 + y: 0 + file: x8y0.svg +- x: 8 + y: 1 + file: x8y1.svg +- x: 8 + y: 2 + file: x8y2.svg +- x: 8 + y: 3 + file: x8y3.svg +- x: 8 + y: 4 + file: x8y4.svg +- x: 9 + y: 0 + file: x9y0.svg +- x: 9 + y: 1 + file: x9y1.svg +- x: 9 + y: 2 + file: x9y2.svg +- x: 9 + y: 3 + file: x9y3.svg +- x: 9 + y: 4 + file: x9y4.svg +- x: 10 + y: 0 + file: x10y0.svg +- x: 10 + y: 1 + file: x10y1.svg +- x: 10 + y: 2 + file: x10y2.svg +- x: 10 + y: 3 + file: x10y3.svg +- x: 10 + y: 4 + file: x10y4.svg +- x: 11 + y: 0 + file: x11y0.svg +- x: 12 + y: 0 + file: x12y0.svg +- x: 13 + y: 0 + file: x13y0.svg +- x: 14 + y: 0 + file: x14y0.svg +- x: 14 + y: 1 + file: x14y1.svg +- x: 14 + y: 2 + file: x14y2.svg +fields: +- name: 親指 +- name: 手 +- name: 小指 +- name: 薬指 +- name: 中指 +- name: 人指 +- name: 呪印 +joints: +- position: [ + 0.08854605315351077, + 0.09970377992654857 +] +- position: [ + 0.09259437803141518, + 0.09999332463204352 +] +- position: [ + 0.09663656492782474, + 0.10012369032589341 +] +- position: [ + 0.10067875182423432, + 0.10025405601974328 +] +- position: [ + 0.0885076438651922, + 0.10992803882453743 +] +- position: [ + 0.09458263146474093, + 0.10830082793321334 +] +- position: [ + 0.09047404608537207, + 0.09757821671691232 +] +- position: [ + 0.09464821651337088, + 0.09896728451176712 +] +- position: [ + 0.09858055047047361, + 0.0997118642496653 +] +- position: [ + 0.1027559484947714, + 0.10045644398756345 +] +- position: [ + 0.0891896826483186, + 0.10754504714786824 +] +- position: [ + 0.09541560442574455, + 0.10710959032884322 +] +- position: [ + 0.09133085189389735, + 0.09840764876945349 +] +- position: [ + 0.09563606990472961, + 0.09877940627161737 +] +- position: [ + 0.09934609108496995, + 0.1000996283334103 +] +- position: [ + 0.10330094376540437, + 0.10169871239357695 +] +- position: [ + 0.0891768732846392, + 0.10672843727763222 +] +- position: [ + 0.09523458446898181, + 0.10695386604464766 +] +- position: [ + 0.08939784123755702, + 0.09978177793043524 +] +- position: [ + 0.09336375436022017, + 0.10031953478976864 +] +- position: [ + 0.0973296674828833, + 0.10085729164910201 +] +- position: [ + 0.10129558060554646, + 0.10139504850843535 +] +- position: [ + 0.08836162663610628, + 0.10917121948980547 +] +- position: [ + 0.09448715150420912, + 0.1084479720585848 +] +- position: [ + 0.0922681589921371, + 0.10057195299956499 +] +- position: [ + 0.09618600085905302, + 0.100770981479435 +] +- position: [ + 0.09912784711543036, + 0.10090019093308364 +] +- position: [ + 0.10031245364077257, + 0.10068157284581017 +] +- position: [ + 0.09052256921681974, + 0.11026604907434508 +] +- position: [ + 0.09697763134275163, + 0.10929378960871887 +] +- position: [ + 0.10234014398419611, + 0.09857854588202904 +] +- position: [ + 0.10566506382566113, + 0.09844639282049783 +] +- position: [ + 0.1084273305133258, + 0.09847188949499161 +] +- position: [ + 0.11058748878101847, + 0.09814326171773594 +] +- position: [ + 0.10099474813312248, + 0.10822194355099699 +] +- position: [ + 0.10642622271381172, + 0.10706911753249294 +] +- position: [ + 0.09495621388563169, + 0.108966583764936 +] +- position: [ + 0.09892212700829484, + 0.10950434062426939 +] +- position: [ + 0.10288804013095797, + 0.1095817488714909 +] +- position: [ + 0.10671481764828135, + 0.11032941025332449 +] +- position: [ + 0.09527920703618498, + 0.11993553961856802 +] +- position: [ + 0.09993443007633579, + 0.11764729386272899 +] +- position: [ + 0.03299131048642913, + -0.056272616480795457 +] +- position: [ + 0.03299131048642913, + -0.053112317109097876 +] +- position: [ + 0.03299131048642913, + -0.05068001017012582 +] +- position: [ + 0.03299131048642913, + -0.04824798057849003 +] +- position: [ + 0.03299131048642913, + -0.04581595098685424 +] +- position: [ + 0.0975542824196157, + 0.1112012024887921 +] +- position: [ + 0.1007376776255629, + 0.11089469022790167 +] +- position: [ + 0.10387966757324898, + 0.11124373494019373 +] +- position: [ + 0.1066210396459649, + 0.11130540711463278 +] +- position: [ + 0.09610246841148051, + 0.12022558491836745 +] +- position: [ + 0.10290316681660358, + 0.11973524705686266 +] +- position: [ + 0.0332718186285094, + -0.05747871368379783 +] +- position: [ + 0.0332718186285094, + -0.054592393460243076 +] +- position: [ + 0.0332718186285094, + -0.052260849181725355 +] +- position: [ + 0.0332718186285094, + -0.04989255388802792 +] +- position: [ + 0.0332718186285094, + -0.04737331426967801 +] +- position: [ + 0.10128218971378922, + 0.11012101268579763 +] +- position: [ + 0.09690561181157767, + 0.10905730650975337 +] +- position: [ + 0.09294960173450297, + 0.10850018885015324 +] +- position: [ + 0.08799119367334172, + 0.10896699881738597 +] +- position: [ + 0.09757183330965293, + 0.11724891570285398 +] +- position: [ + 0.03102803215017267, + -0.05476806997861358 +] +- position: [ + 0.0310069587371948, + -0.05095861249048177 +] +- position: [ + 0.03098588532421693, + -0.04791640268920309 +] +- position: [ + 0.030964811911239058, + -0.044874192887924415 +] +- position: [ + 0.030943738498261188, + -0.041831983086645735 +] +- position: [ + 0.10060680600228994, + 0.10562685998506784 +] +- position: [ + 0.09616668883194145, + 0.10487103958533148 +] +- position: [ + 0.09218145283319185, + 0.10459123634942245 +] +- position: [ + 0.08750943956663883, + 0.10516437829858419 +] +- position: [ + 0.09740270521953223, + 0.11299622116770827 +] +- position: [ + 0.08921011111594085, + 0.10492163519870543 +] +- position: [ + 0.09370490960474388, + 0.10463407388674646 +] +- position: [ + 0.09769756146597705, + 0.10477237403694828 +] +- position: [ + 0.10228407130783493, + 0.10583073462166254 +] +- position: [ + 0.09162635149967428, + 0.11258554598069472 +] +- position: [ + 0.0957027163729556, + 0.11130621736275226 +] +- position: [ + 0.10282960736376026, + 0.09848150789926045 +] +- position: [ + 0.10345782988783181, + 0.10114238226087673 +] +- position: [ + 0.10224830655422498, + 0.10320030288828116 +] +- position: [ + 0.1023381995503417, + 0.10492730267405534 +] +- position: [ + 0.09809969145745386, + 0.10874091002454107 +] +- position: [ + 0.10419148397229444, + 0.10890535315398818 +] +- position: [ + 0.08939448490679419, + 0.10027710336871044 +] +- position: [ + 0.0937095434762738, + 0.1000460724115418 +] +- position: [ + 0.09756719838371632, + 0.10083711101070193 +] +- position: [ + 0.10170611219707676, + 0.10187022378334232 +] +- position: [ + 0.08841949860840959, + 0.10881669041756376 +] +- position: [ + 0.0943749203964139, + 0.10835502180956857 +] +- position: [ + 0.09960389378175848, + 0.10047118109085391 +] +- position: [ + 0.10250577850096954, + 0.10202865314769495 +] +- position: [ + 0.10311217592782804, + 0.10321188780264486 +] +- position: [ + 0.10341340280873342, + 0.10462547512939259 +] +- position: [ + 0.09747799863760837, + 0.10887242952819697 +] +- position: [ + 0.10253818720342012, + 0.10840234030196351 +] +- position: [ + 0.0975522657630045, + 0.10479518055585997 +] +- position: [ + 0.10090509235268526, + 0.10515084085379012 +] +- position: [ + 0.10306009791974888, + 0.10715147786879063 +] +- position: [ + 0.10469002052203444, + 0.10809533947578488 +] +- position: [ + 0.0929206528684568, + 0.11284466233934974 +] +- position: [ + 0.09779627851365016, + 0.11381971062586532 +] diff --git a/SlaveMatrix/Assets/Parts/ハンド/x0y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x0y0.svg new file mode 100644 index 0000000..c8a2a50 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x0y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x10y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x10y0.svg new file mode 100644 index 0000000..ac9f8dc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x10y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x10y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x10y1.svg new file mode 100644 index 0000000..a4620ba --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x10y1.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x10y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x10y2.svg new file mode 100644 index 0000000..52bf561 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x10y2.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x10y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x10y3.svg new file mode 100644 index 0000000..402b0af --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x10y3.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x10y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x10y4.svg new file mode 100644 index 0000000..729e155 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x10y4.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x11y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x11y0.svg new file mode 100644 index 0000000..7683b7c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x11y0.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x12y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x12y0.svg new file mode 100644 index 0000000..4a6ad8a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x12y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x13y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x13y0.svg new file mode 100644 index 0000000..99135d1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x13y0.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x14y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x14y0.svg new file mode 100644 index 0000000..1951976 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x14y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x14y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x14y1.svg new file mode 100644 index 0000000..60b0a03 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x14y1.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x14y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x14y2.svg new file mode 100644 index 0000000..0c7e714 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x14y2.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x1y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x1y0.svg new file mode 100644 index 0000000..69ffff9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x1y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x2y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x2y0.svg new file mode 100644 index 0000000..a610e27 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x2y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x2y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x2y1.svg new file mode 100644 index 0000000..7064f12 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x2y1.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x2y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x2y2.svg new file mode 100644 index 0000000..f0710e9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x2y2.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x2y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x2y3.svg new file mode 100644 index 0000000..6259822 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x2y3.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x2y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x2y4.svg new file mode 100644 index 0000000..fad6a91 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x2y4.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x3y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x3y0.svg new file mode 100644 index 0000000..8646d8a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x3y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x4y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x4y0.svg new file mode 100644 index 0000000..ec9976c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x4y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x5y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x5y0.svg new file mode 100644 index 0000000..53ecf0d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x5y0.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x5y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x5y1.svg new file mode 100644 index 0000000..23a8b73 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x5y1.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x5y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x5y2.svg new file mode 100644 index 0000000..f8e7d83 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x5y2.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x5y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x5y3.svg new file mode 100644 index 0000000..d36c741 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x5y3.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x5y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x5y4.svg new file mode 100644 index 0000000..0643746 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x5y4.svg @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x6y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x6y0.svg new file mode 100644 index 0000000..92e010c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x6y0.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x6y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x6y1.svg new file mode 100644 index 0000000..bb4cc43 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x6y1.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x6y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x6y2.svg new file mode 100644 index 0000000..3f62440 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x6y2.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x6y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x6y3.svg new file mode 100644 index 0000000..750052a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x6y3.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x6y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x6y4.svg new file mode 100644 index 0000000..7220bc0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x6y4.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x7y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x7y0.svg new file mode 100644 index 0000000..068c7bb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x7y0.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x7y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x7y1.svg new file mode 100644 index 0000000..34f00ff --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x7y1.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x7y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x7y2.svg new file mode 100644 index 0000000..8941f3c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x7y2.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x7y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x7y3.svg new file mode 100644 index 0000000..71514cf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x7y3.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x7y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x7y4.svg new file mode 100644 index 0000000..594d07a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x7y4.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x8y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x8y0.svg new file mode 100644 index 0000000..39a8699 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x8y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x8y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x8y1.svg new file mode 100644 index 0000000..0faaefe --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x8y1.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x8y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x8y2.svg new file mode 100644 index 0000000..64e5237 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x8y2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x8y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x8y3.svg new file mode 100644 index 0000000..b4c2ccd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x8y3.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x8y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x8y4.svg new file mode 100644 index 0000000..ea6639b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x8y4.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x9y0.svg b/SlaveMatrix/Assets/Parts/ハンド/x9y0.svg new file mode 100644 index 0000000..0eacd46 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x9y0.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x9y1.svg b/SlaveMatrix/Assets/Parts/ハンド/x9y1.svg new file mode 100644 index 0000000..52289d7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x9y1.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x9y2.svg b/SlaveMatrix/Assets/Parts/ハンド/x9y2.svg new file mode 100644 index 0000000..ed99e94 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x9y2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x9y3.svg b/SlaveMatrix/Assets/Parts/ハンド/x9y3.svg new file mode 100644 index 0000000..db23662 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x9y3.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ハンド/x9y4.svg b/SlaveMatrix/Assets/Parts/ハンド/x9y4.svg new file mode 100644 index 0000000..8c42cda --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ハンド/x9y4.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パンスト/part.yaml b/SlaveMatrix/Assets/Parts/パンスト/part.yaml new file mode 100644 index 0000000..f31fae1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パンスト/part.yaml @@ -0,0 +1,46 @@ +id: パンスト +original_key: パンスト +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: パンスト +- name: ウエストテープ +- name: センターシーム +joints: +- position: [ + 0.5000000000000001, + 0.48046623087434376 +] +- position: [ + 0.5000000000000001, + 0.4797974233488578 +] +- position: [ + 0.5000000000000001, + 0.47912861582337185 +] +- position: [ + 0.5000000000000001, + 0.4792778694192512 +] +- position: [ + 0.5000000000000001, + 0.4794271230151306 +] diff --git a/SlaveMatrix/Assets/Parts/パンスト/x0y0.svg b/SlaveMatrix/Assets/Parts/パンスト/x0y0.svg new file mode 100644 index 0000000..22dcbca --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パンスト/x0y0.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パンスト/x0y1.svg b/SlaveMatrix/Assets/Parts/パンスト/x0y1.svg new file mode 100644 index 0000000..8e1a334 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パンスト/x0y1.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パンスト/x0y2.svg b/SlaveMatrix/Assets/Parts/パンスト/x0y2.svg new file mode 100644 index 0000000..63f1958 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パンスト/x0y2.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パンスト/x0y3.svg b/SlaveMatrix/Assets/Parts/パンスト/x0y3.svg new file mode 100644 index 0000000..f9e35c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パンスト/x0y3.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パンスト/x0y4.svg b/SlaveMatrix/Assets/Parts/パンスト/x0y4.svg new file mode 100644 index 0000000..9b77d79 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パンスト/x0y4.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/part.yaml b/SlaveMatrix/Assets/Parts/パール/part.yaml new file mode 100644 index 0000000..583a438 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/part.yaml @@ -0,0 +1,122 @@ +id: パール +original_key: パール +resource: カーソル +morph_x: 1 +morph_y: 17 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +- x: 0 + y: 11 + file: x0y11.svg +- x: 0 + y: 12 + file: x0y12.svg +- x: 0 + y: 13 + file: x0y13.svg +- x: 0 + y: 14 + file: x0y14.svg +- x: 0 + y: 15 + file: x0y15.svg +- x: 0 + y: 16 + file: x0y16.svg +fields: +- name: 軸 +- name: 玉境界 +- name: 玉1 +- name: 玉2 +- name: 玉3 +- name: 玉4 +- name: 玉5 +- name: 玉6 +- name: 玉7 +- name: 輪上 +- name: 輪下 +joints: +- position: [ + 0.01668198317155192, + -0.004017073659485483 +] +- position: [ + 0.01668198317155192, + 0.006332454756033218 +] +- position: [ + 0.01668198317155192, + 0.027031511587070615 +] +- position: [ + 0.01668198317155192, + 0.0011576905482738676 +] +- position: [ + 0.01668198317155192, + 0.01150721896379257 +] +- position: [ + 0.01668198317155192, + 0.021856747379311266 +] +- position: [ + 0.01668198317155192, + 0.032206275794829965 +] +- position: [ + 0.01668198317155192, + 0.01668198317155192 +] +- position: [ + 0.032807389218031946, + 0.030261186362389548 +] +- position: [ + 0.007606109943618107, + -0.0021237840334584358 +] +- position: [ + 0.007606109943618109, + 0.011409164915427206 +] +- position: [ + 0.032807389218031946, + 0.03280277419872378 +] +- position: [ + 0.0076061099436181044, + -0.00425633944750486 +] diff --git a/SlaveMatrix/Assets/Parts/パール/x0y0.svg b/SlaveMatrix/Assets/Parts/パール/x0y0.svg new file mode 100644 index 0000000..e8b6f54 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y1.svg b/SlaveMatrix/Assets/Parts/パール/x0y1.svg new file mode 100644 index 0000000..3e79881 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y1.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y10.svg b/SlaveMatrix/Assets/Parts/パール/x0y10.svg new file mode 100644 index 0000000..b380489 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y10.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y11.svg b/SlaveMatrix/Assets/Parts/パール/x0y11.svg new file mode 100644 index 0000000..3b2f27f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y11.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y12.svg b/SlaveMatrix/Assets/Parts/パール/x0y12.svg new file mode 100644 index 0000000..01b2fa0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y12.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y13.svg b/SlaveMatrix/Assets/Parts/パール/x0y13.svg new file mode 100644 index 0000000..033eafd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y13.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y14.svg b/SlaveMatrix/Assets/Parts/パール/x0y14.svg new file mode 100644 index 0000000..9e130ce --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y14.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y15.svg b/SlaveMatrix/Assets/Parts/パール/x0y15.svg new file mode 100644 index 0000000..48ad342 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y15.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y16.svg b/SlaveMatrix/Assets/Parts/パール/x0y16.svg new file mode 100644 index 0000000..1a67bea --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y16.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y2.svg b/SlaveMatrix/Assets/Parts/パール/x0y2.svg new file mode 100644 index 0000000..6e7df42 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y3.svg b/SlaveMatrix/Assets/Parts/パール/x0y3.svg new file mode 100644 index 0000000..0ac2d1f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y3.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y4.svg b/SlaveMatrix/Assets/Parts/パール/x0y4.svg new file mode 100644 index 0000000..7d72211 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y4.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y5.svg b/SlaveMatrix/Assets/Parts/パール/x0y5.svg new file mode 100644 index 0000000..1a52817 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y5.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y6.svg b/SlaveMatrix/Assets/Parts/パール/x0y6.svg new file mode 100644 index 0000000..a3c6871 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y6.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y7.svg b/SlaveMatrix/Assets/Parts/パール/x0y7.svg new file mode 100644 index 0000000..b5e2528 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y7.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y8.svg b/SlaveMatrix/Assets/Parts/パール/x0y8.svg new file mode 100644 index 0000000..5403fab --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y8.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/パール/x0y9.svg b/SlaveMatrix/Assets/Parts/パール/x0y9.svg new file mode 100644 index 0000000..29b5be8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/パール/x0y9.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ピアス/part.yaml b/SlaveMatrix/Assets/Parts/ピアス/part.yaml new file mode 100644 index 0000000..ab5dacb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ピアス/part.yaml @@ -0,0 +1,11 @@ +id: ピアス +original_key: ピアス +resource: 性器付 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: ピアス diff --git a/SlaveMatrix/Assets/Parts/ピアス/x0y0.svg b/SlaveMatrix/Assets/Parts/ピアス/x0y0.svg new file mode 100644 index 0000000..fba56f6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ピアス/x0y0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/part.yaml b/SlaveMatrix/Assets/Parts/ペニス/part.yaml new file mode 100644 index 0000000..a7604b4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/part.yaml @@ -0,0 +1,135 @@ +id: ペニス +original_key: ペニス +resource: カーソル +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 陰嚢 +- name: 陰茎 +- name: 血管下 +- name: 血管上 +- name: 亀頭 +joints: +- position: [ + 0.04070481695325185, + 0.03613061498776804 +] +- position: [ + 0.08102318639656234, + 0.07149302749639855 +] +- position: [ + 0.08115576679685055, + 0.08325856624410181 +] +- position: [ + 0.08143565875301455, + 0.0949683986485574 +] +- position: [ + 0.08102318639656234, + 0.0680530273765141 +] +- position: [ + 0.08102318639656234, + 0.07100477135959177 +] +- position: [ + 0.08116073856186136, + 0.08321151781033391 +] +- position: [ + 0.08102318639656234, + 0.06743577123521166 +] +- position: [ + 0.08102318639656234, + 0.07051651522278499 +] +- position: [ + 0.08116571032687217, + 0.083164469376566 +] +- position: [ + 0.08102318639656234, + 0.06681851509390921 +] +- position: [ + 0.08102318639656234, + 0.0700282590859782 +] +- position: [ + 0.08117068209188297, + 0.0831174209427981 +] +- position: [ + 0.08102318639656234, + 0.06620125895260677 +] +- position: [ + 0.08102318639656234, + 0.06954000294917144 +] +- position: [ + 0.08117565385689378, + 0.0830703725090302 +] +- position: [ + 0.08102318639656234, + 0.06558400281130433 +] +- position: [ + 0.08102318639656234, + 0.07265656564697649 +] +- position: [ + 0.08102318639656234, + 0.07778559959499572 +] +- position: [ + 0.08114913777683613, + 0.08304868992334173 +] +- position: [ + 0.08102318639656234, + 0.08430755201688865 +] +- position: [ + 0.08114913777683613, + 0.09322253498813593 +] +- position: [ + 0.08102318639656234, + 0.0913572876284958 +] diff --git a/SlaveMatrix/Assets/Parts/ペニス/x0y0.svg b/SlaveMatrix/Assets/Parts/ペニス/x0y0.svg new file mode 100644 index 0000000..c4ae121 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x0y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x0y1.svg b/SlaveMatrix/Assets/Parts/ペニス/x0y1.svg new file mode 100644 index 0000000..d18dbce --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x0y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x0y2.svg b/SlaveMatrix/Assets/Parts/ペニス/x0y2.svg new file mode 100644 index 0000000..3a29750 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x0y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x0y3.svg b/SlaveMatrix/Assets/Parts/ペニス/x0y3.svg new file mode 100644 index 0000000..6b3375c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x0y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x0y4.svg b/SlaveMatrix/Assets/Parts/ペニス/x0y4.svg new file mode 100644 index 0000000..4f98fb9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x0y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x1y0.svg b/SlaveMatrix/Assets/Parts/ペニス/x1y0.svg new file mode 100644 index 0000000..ed88d56 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x1y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x1y1.svg b/SlaveMatrix/Assets/Parts/ペニス/x1y1.svg new file mode 100644 index 0000000..cec75c6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x1y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x1y2.svg b/SlaveMatrix/Assets/Parts/ペニス/x1y2.svg new file mode 100644 index 0000000..3ded323 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x1y2.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x1y3.svg b/SlaveMatrix/Assets/Parts/ペニス/x1y3.svg new file mode 100644 index 0000000..00dadac --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x1y3.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ペニス/x1y4.svg b/SlaveMatrix/Assets/Parts/ペニス/x1y4.svg new file mode 100644 index 0000000..63ec364 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ペニス/x1y4.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹/part.yaml b/SlaveMatrix/Assets/Parts/ボテ腹/part.yaml new file mode 100644 index 0000000..6a1b4c6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹/part.yaml @@ -0,0 +1,90 @@ +id: ボテ腹 +original_key: ボテ腹 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 腹 +- name: ハイライト +- name: 臍 +- name: ハイライト左1 +- name: ハイライト左2 +- name: ハイライト右1 +- name: ハイライト右2 +joints: +- position: [ + 0.026957988763944608, + 0.03446974372952896 +] +- position: [ + 0.024927023118239192, + 0.025619903160748574 +] +- position: [ + 0.05383343545615449, + 0.025619903160748574 +] +- position: [ + 0.026957988763944608, + 0.03492021579046219 +] +- position: [ + 0.023656255581669262, + 0.023463244649179628 +] +- position: [ + 0.05510420299272442, + 0.023463244649179628 +] +- position: [ + 0.026957988763944604, + 0.03537068785139543 +] +- position: [ + 0.022385488045099336, + 0.021306586137610682 +] +- position: [ + 0.056374970529294355, + 0.021306586137610682 +] +- position: [ + 0.026957988763944604, + 0.03582115991232867 +] +- position: [ + 0.02111472050852941, + 0.019149927626041736 +] +- position: [ + 0.05764573806586429, + 0.019149927626041736 +] +- position: [ + 0.026957988763944604, + 0.036313249433296564 +] +- position: [ + 0.019843952971959483, + 0.01699326911447279 +] +- position: [ + 0.05891650560243422, + 0.01699326911447279 +] diff --git a/SlaveMatrix/Assets/Parts/ボテ腹/x0y0.svg b/SlaveMatrix/Assets/Parts/ボテ腹/x0y0.svg new file mode 100644 index 0000000..ae9ec51 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹/x0y0.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹/x0y1.svg b/SlaveMatrix/Assets/Parts/ボテ腹/x0y1.svg new file mode 100644 index 0000000..c5a6ea6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹/x0y1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹/x0y2.svg b/SlaveMatrix/Assets/Parts/ボテ腹/x0y2.svg new file mode 100644 index 0000000..984da4c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹/x0y2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹/x0y3.svg b/SlaveMatrix/Assets/Parts/ボテ腹/x0y3.svg new file mode 100644 index 0000000..e9e42a2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹/x0y3.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹/x0y4.svg b/SlaveMatrix/Assets/Parts/ボテ腹/x0y4.svg new file mode 100644 index 0000000..c7ca8c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹/x0y4.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹板/part.yaml b/SlaveMatrix/Assets/Parts/ボテ腹板/part.yaml new file mode 100644 index 0000000..548aaa4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹板/part.yaml @@ -0,0 +1,119 @@ +id: ボテ腹板 +original_key: ボテ腹板 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 腹板4 +- name: 腹板3 +- name: 腹板2 +- name: 腹板1 +joints: +- position: [ + 0.0376489974103562, + 0.039663678766006905 +] +- position: [ + 0.5000000158677831, + 0.5169376461657764 +] +- position: [ + 0.500000015867783, + 0.5277717296676049 +] +- position: [ + 0.49999999596755706, + 0.5259249847687908 +] +- position: [ + 0.49999999596755706, + 0.5371420787122967 +] +- position: [ + 0.5000000158677831, + 0.4911207396055851 +] +- position: [ + 0.5000000158677831, + 0.5016366726587811 +] +- position: [ + 0.500000015867783, + 0.5280966898218826 +] +- position: [ + 0.49999999596755706, + 0.5375465826891214 +] +- position: [ + 0.5000000158677831, + 0.4897949329693053 +] +- position: [ + 0.5000000158677831, + 0.5008829688495349 +] +- position: [ + 0.500000015867783, + 0.5284216499761605 +] +- position: [ + 0.49999999596755706, + 0.537951086665946 +] +- position: [ + 0.5000000158677831, + 0.4884691263330255 +] +- position: [ + 0.5000000158677831, + 0.5001292650402885 +] +- position: [ + 0.500000015867783, + 0.5287466101304383 +] +- position: [ + 0.49999999596755706, + 0.5383555906427707 +] +- position: [ + 0.5000000158677831, + 0.48714331969674574 +] +- position: [ + 0.5000000158677831, + 0.49937556123104226 +] +- position: [ + 0.500000015867783, + 0.5290715702847161 +] +- position: [ + 0.49999999596755706, + 0.5387600946195954 +] +- position: [ + 0.5000000158677831, + 0.4858175130604659 +] +- position: [ + 0.5000000158677831, + 0.498621857421796 +] diff --git a/SlaveMatrix/Assets/Parts/ボテ腹板/x0y0.svg b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y0.svg new file mode 100644 index 0000000..ff08686 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y0.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹板/x0y1.svg b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y1.svg new file mode 100644 index 0000000..cbf5d90 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y1.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹板/x0y2.svg b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y2.svg new file mode 100644 index 0000000..354e64c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y2.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹板/x0y3.svg b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y3.svg new file mode 100644 index 0000000..e7a297a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y3.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ボテ腹板/x0y4.svg b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y4.svg new file mode 100644 index 0000000..9e06bf8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ボテ腹板/x0y4.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/part.yaml b/SlaveMatrix/Assets/Parts/マウス/part.yaml new file mode 100644 index 0000000..340b631 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/part.yaml @@ -0,0 +1,117 @@ +id: マウス +original_key: マウス +resource: カーソル +morph_x: 5 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +- x: 3 + y: 2 + file: x3y2.svg +- x: 3 + y: 3 + file: x3y3.svg +- x: 3 + y: 4 + file: x3y4.svg +- x: 4 + y: 0 + file: x4y0.svg +- x: 4 + y: 1 + file: x4y1.svg +- x: 4 + y: 2 + file: x4y2.svg +- x: 4 + y: 3 + file: x4y3.svg +- x: 4 + y: 4 + file: x4y4.svg +fields: +- name: 上唇 +- name: 下唇 +joints: +- position: [ + 0.08663433525792666, + 0.09125943999934301 +] +- position: [ + 0.08663433525792666, + 0.09252481345842273 +] +- position: [ + 0.08663433525792666, + 0.0942893812302423 +] +- position: [ + 0.08663433525792667, + 0.08730583325659479 +] +- position: [ + 0.032352957670447643, + 0.035412740244716044 +] +- position: [ + 0.08663433525792667, + 0.08775053220016547 +] +- position: [ + 0.032352957670447643, + 0.03340554648343343 +] +- position: [ + 0.032352957670447643, + 0.02722184925890157 +] +- position: [ + 0.032352957670447643, + 0.020952165787735507 +] +- position: [ + 0.032352957670447643, + 0.018818516198404554 +] +- position: [ + 0.032352957670447643, + 0.01790023708699755 +] +- position: [ + 0.08663433525792666, + 0.09143404052903872 +] +- position: [ + 0.08663433525792667, + 0.08769389570589538 +] +- position: [ + 0.032352957670447643, + 0.020112294310455893 +] +- position: [ + 0.032352957670447643, + 0.022181876674046294 +] +- position: [ + 0.032352957670447643, + 0.02418022160770272 +] +- position: [ + 0.032352957670447643, + 0.0262435325627117 +] diff --git a/SlaveMatrix/Assets/Parts/マウス/x0y0.svg b/SlaveMatrix/Assets/Parts/マウス/x0y0.svg new file mode 100644 index 0000000..a53226d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x0y0.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x1y0.svg b/SlaveMatrix/Assets/Parts/マウス/x1y0.svg new file mode 100644 index 0000000..8706759 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x1y0.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x2y0.svg b/SlaveMatrix/Assets/Parts/マウス/x2y0.svg new file mode 100644 index 0000000..c8a6cf7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x2y0.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x3y0.svg b/SlaveMatrix/Assets/Parts/マウス/x3y0.svg new file mode 100644 index 0000000..29f3941 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x3y0.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x3y1.svg b/SlaveMatrix/Assets/Parts/マウス/x3y1.svg new file mode 100644 index 0000000..8088de9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x3y1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x3y2.svg b/SlaveMatrix/Assets/Parts/マウス/x3y2.svg new file mode 100644 index 0000000..99ed80b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x3y2.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x3y3.svg b/SlaveMatrix/Assets/Parts/マウス/x3y3.svg new file mode 100644 index 0000000..652df0e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x3y3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x3y4.svg b/SlaveMatrix/Assets/Parts/マウス/x3y4.svg new file mode 100644 index 0000000..99890ee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x3y4.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x4y0.svg b/SlaveMatrix/Assets/Parts/マウス/x4y0.svg new file mode 100644 index 0000000..c00f35c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x4y0.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x4y1.svg b/SlaveMatrix/Assets/Parts/マウス/x4y1.svg new file mode 100644 index 0000000..abcabc2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x4y1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x4y2.svg b/SlaveMatrix/Assets/Parts/マウス/x4y2.svg new file mode 100644 index 0000000..cc2f469 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x4y2.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x4y3.svg b/SlaveMatrix/Assets/Parts/マウス/x4y3.svg new file mode 100644 index 0000000..db18164 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x4y3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/マウス/x4y4.svg b/SlaveMatrix/Assets/Parts/マウス/x4y4.svg new file mode 100644 index 0000000..08ea92d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/マウス/x4y4.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ロータ/part.yaml b/SlaveMatrix/Assets/Parts/ロータ/part.yaml new file mode 100644 index 0000000..2164848 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ロータ/part.yaml @@ -0,0 +1,54 @@ +id: ロータ +original_key: ロータ +resource: カーソル +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: ロータ +- name: ロータ線 +- name: コード +joints: +- position: [ + 0.10732044992926547, + 0.1075588722206271 +] +- position: [ + 0.10732044992926547, + 0.11402625295022291 +] +- position: [ + 0.10732044992926545, + 0.10057781184069739 +] +- position: [ + 0.10732044992926545, + 0.10388006362098119 +] +- position: [ + 0.10732044992926545, + 0.1068149255768162 +] +- position: [ + 0.10732044992926545, + 0.11032210223123305 +] +- position: [ + 0.10732044992926545, + 0.1133912299015676 +] diff --git a/SlaveMatrix/Assets/Parts/ロータ/x0y0.svg b/SlaveMatrix/Assets/Parts/ロータ/x0y0.svg new file mode 100644 index 0000000..92b69f5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ロータ/x0y0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ロータ/x0y1.svg b/SlaveMatrix/Assets/Parts/ロータ/x0y1.svg new file mode 100644 index 0000000..2065db7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ロータ/x0y1.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ロータ/x0y2.svg b/SlaveMatrix/Assets/Parts/ロータ/x0y2.svg new file mode 100644 index 0000000..6a24d22 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ロータ/x0y2.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ロータ/x0y3.svg b/SlaveMatrix/Assets/Parts/ロータ/x0y3.svg new file mode 100644 index 0000000..ccd0533 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ロータ/x0y3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/ロータ/x0y4.svg b/SlaveMatrix/Assets/Parts/ロータ/x0y4.svg new file mode 100644 index 0000000..eee959e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/ロータ/x0y4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着トップ/part.yaml b/SlaveMatrix/Assets/Parts/上着トップ/part.yaml new file mode 100644 index 0000000..b3e4979 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着トップ/part.yaml @@ -0,0 +1,220 @@ +id: 上着トップ +original_key: 上着トップ +resource: 胴体 +morph_x: 4 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +fields: +- name: 服 +- name: バスト +- name: 襟 +- name: ポケット左 +- name: ポケット右 +- name: フロント +- name: 皺 +- name: ボタン +joints: +- position: [ + 0.5, + 0.4951480702968771 +] +- position: [ + 0.5, + 0.46651004992165607 +] +- position: [ + 0.07254848247970712, + 0.09678583319297329 +] +- position: [ + 0.11745151752029288, + 0.09678583319297329 +] +- position: [ + 0.08574068751423099, + 0.0783918684111818 +] +- position: [ + 0.08566014520624803, + 0.0783918684111818 +] +- position: [ + 0.03768409112142947, + 0.05778525341579246 +] +- position: [ + 0.07470766985250746, + 0.05778525341579246 +] +- position: [ + 0.06097473902225092, + 0.027441765488605246 +] +- position: [ + 0.0671877604830419, + 0.04631463097200669 +] +- position: [ + 0.06966674400949215, + 0.06946197844358637 +] +- position: [ + 0.06717706948177658, + 0.08572827262036632 +] +- position: [ + 0.05619588048696844, + 0.029930445865887688 +] +- position: [ + 0.5, + 0.47506311673470936 +] +- position: [ + 0.5, + 0.48877820389242177 +] +- position: [ + 0.5, + 0.5063718026416808 +] +- position: [ + 0.5, + 0.5243631943274394 +] +- position: [ + 0.49455652639716713, + 0.4653456143614895 +] +- position: [ + 0.5054434736028328, + 0.4653456143614895 +] +- position: [ + 0.07232396730450419, + 0.09815005504138384 +] +- position: [ + 0.11767603269549581, + 0.09815005504138384 +] +- position: [ + 0.5, + 0.4950541775443434 +] +- position: [ + 0.5, + 0.4926088659028696 +] +- position: [ + 0.5, + 0.5107621313331399 +] +- position: [ + 0.5, + 0.5284403842918706 +] +- position: [ + 0.022986364471475812, + 0.028631180590094747 +] +- position: [ + 0.022986364471475812, + 0.03397235382652867 +] +- position: [ + 0.022986364471475812, + 0.03874364814136732 +] +- position: [ + 0.022986364471475812, + 0.042560648084643 +] +- position: [ + 0.022986364471475812, + 0.022986364471475812 +] +- position: [ + 0.022986364471475812, + 0.045846381537069984 +] +- position: [ + 0.022986364471475812, + 0.04912269530270834 +] +- position: [ + 0.4931311383968201, + 0.5052150599901606 +] +- position: [ + 0.4784973443360055, + 0.5256397381707782 +] +- position: [ + 0.4780931412971137, + 0.5316862762347014 +] +- position: [ + 0.5068688616031799, + 0.5052150599901606 +] +- position: [ + 0.5215026556639943, + 0.5256397381707782 +] +- position: [ + 0.5219068587028862, + 0.5316862762347014 +] +- position: [ + 0.05564574782993492, + 0.117726112569584 +] +- position: [ + 0.04168056943955022, + 0.08689454992065422 +] +- position: [ + 0.06961092622031961, + 0.08689454992065422 +] +- position: [ + 0.05564574782993492, + 0.08323194791212354 +] +- position: [ + 0.021576882785831274, + 0.02528912136484472 +] +- position: [ + 0.013901683685404042, + 0.016263631688509472 +] +- position: [ + 0.02609648320221774, + 0.02528912136484472 +] +- position: [ + 0.03377168230264507, + 0.016263631688509472 +] +- position: [ + 0.03859736943002123, + 0.020296716595066593 +] +- position: [ + 0.02967932924550639, + 0.020296716595066593 +] diff --git a/SlaveMatrix/Assets/Parts/上着トップ/x0y0.svg b/SlaveMatrix/Assets/Parts/上着トップ/x0y0.svg new file mode 100644 index 0000000..6d8a83a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着トップ/x0y0.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着トップ/x1y0.svg b/SlaveMatrix/Assets/Parts/上着トップ/x1y0.svg new file mode 100644 index 0000000..5fc6f81 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着トップ/x1y0.svg @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着トップ/x2y0.svg b/SlaveMatrix/Assets/Parts/上着トップ/x2y0.svg new file mode 100644 index 0000000..9d4e877 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着トップ/x2y0.svg @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着トップ/x3y0.svg b/SlaveMatrix/Assets/Parts/上着トップ/x3y0.svg new file mode 100644 index 0000000..453e72b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着トップ/x3y0.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/part.yaml b/SlaveMatrix/Assets/Parts/上着ボトム前/part.yaml new file mode 100644 index 0000000..5fd682c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/part.yaml @@ -0,0 +1,409 @@ +id: 上着ボトム前 +original_key: 上着ボトム前 +resource: 胴体 +morph_x: 5 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +- x: 4 + y: 0 + file: x4y0.svg +- x: 4 + y: 1 + file: x4y1.svg +fields: +- name: 中 +- name: 左 +- name: 右 +joints: +- position: [ + 0.05000000000000002, + 0.09999872059266612 +] +- position: [ + 0.05, + 0.09091686431693212 +] +- position: [ + 0.032912228215365505, + 0.07678176713671643 +] +- position: [ + 0.06708777178463454, + 0.07678176713671643 +] +- position: [ + 0.05, + 0.12496738337188261 +] +- position: [ + 0.02983445163137872, + 0.08557668859068447 +] +- position: [ + 0.041049607732651094, + 0.0625925781578362 +] +- position: [ + 0.03707201706983381, + 0.04209093809688731 +] +- position: [ + 0.0438190685061692, + 0.05096716233440098 +] +- position: [ + 0.036339857984279085, + 0.03658458107117683 +] +- position: [ + 0.031043206116844062, + 0.09598049882329282 +] +- position: [ + 0.06932074266097207, + 0.08557668859068447 +] +- position: [ + 0.058105586559699635, + 0.0625925781578362 +] +- position: [ + 0.06208317722251693, + 0.04209093809688731 +] +- position: [ + 0.05533612578618152, + 0.05096716233440098 +] +- position: [ + 0.06281533630807169, + 0.03658458107117683 +] +- position: [ + 0.0681119881755067, + 0.09598049882329282 +] +- position: [ + 0.05000000000000002, + 0.0687195209898942 +] +- position: [ + 0.05, + 0.06531927400025939 +] +- position: [ + 0.032228717343980126, + 0.06002709361598664 +] +- position: [ + 0.06777128265601992, + 0.06002709361598664 +] +- position: [ + 0.05, + 0.0789527064154183 +] +- position: [ + 0.02904472581078685, + 0.06331991220835229 +] +- position: [ + 0.04070848815611012, + 0.05471466126229387 +] +- position: [ + 0.036571793866780146, + 0.047038847223474615 +] +- position: [ + 0.04358872736056895, + 0.050362105577999736 +] +- position: [ + 0.03581034841780323, + 0.04497726715304861 +] +- position: [ + 0.03030183047567081, + 0.06721509875944084 +] +- position: [ + 0.07011046848156394, + 0.06331991220835229 +] +- position: [ + 0.058446706136240596, + 0.05471466126229387 +] +- position: [ + 0.06258340042557059, + 0.047038847223474615 +] +- position: [ + 0.055566466931781765, + 0.050362105577999736 +] +- position: [ + 0.06334484587454753, + 0.04497726715304861 +] +- position: [ + 0.06885336381667995, + 0.06721509875944084 +] +- position: [ + 0.019192864762988458, + 0.046192244066239084 +] +- position: [ + 0.019192864762988458, + 0.04461295425523574 +] +- position: [ + -0.006691149553467639, + 0.02683560512443486 +] +- position: [ + 0.045076879079444535, + 0.02683560512443486 +] +- position: [ + 0.01919286476298846, + 0.04768149402667544 +] +- position: [ + -0.011055168762446891, + -0.0033305845646532514 +] +- position: [ + 0.020999154705704067, + -0.003330584564653251 +] +- position: [ + -0.010696120479465577, + 0.07227756693238338 +] +- position: [ + 0.01590612736201539, + 0.07227756693238335 +] +- position: [ + 0.0026050034412749036, + 0.1559117465584542 +] +- position: [ + 0.002605003441274908, + 0.06491299992227918 +] +- position: [ + 0.04088101376349288, + 0.002546584307640413 +] +- position: [ + 0.05190603561896237, + 0.003962695760914153 +] +- position: [ + 0.06429188034540138, + 0.11854673338797611 +] +- position: [ + 0.05721666222696286, + -0.004817982702463774 +] +- position: [ + 0.10069693683546024, + 0.1414738283414162 +] +- position: [ + 0.15309903460979873, + 0.14147382834141625 +] +- position: [ + 0.12689798572262942, + 0.15040840502291727 +] +- position: [ + 0.12689798572262942, + 0.16542028663761893 +] +- position: [ + 0.12689798572262945, + 0.18608719354521236 +] +- position: [ + 0.09421645957505947, + 0.19950500460969528 +] +- position: [ + 0.15957951187019948, + 0.1995050046096953 +] +- position: [ + 0.0857398940134024, + 0.07853587567887717 +] +- position: [ + 0.08566093870707658, + 0.07853587567887717 +] +- position: [ + 0.013037089447541617, + 0.03292901439411536 +] +- position: [ + 0.05282093934068907, + 0.03292901439411536 +] +- position: [ + 0.04665955952112546, + 0.010116105280898846 +] +- position: [ + 0.05044168476276517, + 0.02953840966291148 +] +- position: [ + 0.032929014394115316, + -0.010670751184569479 +] +- position: [ + 0.09991090536884517, + 0.1295820874506483 +] +- position: [ + 0.1538850660764138, + 0.1295820874506483 +] +- position: [ + 0.12689798572262942, + 0.13209762198261327 +] +- position: [ + 0.12689798572262942, + 0.13632422475717335 +] +- position: [ + 0.12689798572262945, + 0.14214300273045968 +] +- position: [ + 0.09323601379063239, + 0.14592079414457043 +] +- position: [ + 0.16055995765462658, + 0.14592079414457043 +] +- position: [ + 0.0857410783429973, + 0.08368323634913158 +] +- position: [ + 0.0856597543774817, + 0.08368323634913158 +] +- position: [ + 0.012440331699144404, + 0.032929014394115344 +] +- position: [ + 0.05341769708908629, + 0.032929014394115344 +] +- position: [ + 0.04750523247547607, + 0.025265878056972915 +] +- position: [ + 0.050967064873824665, + 0.031941930442068826 +] +- position: [ + 0.03292901439411556, + 0.0076539722171397335 +] +- position: [ + 0.1268979857226295, + 0.12136474429013658 +] +- position: [ + 0.12689798572262945, + 0.12136474429013658 +] +- position: [ + 0.03181113772348233, + 0.0368208508124961 +] +- position: [ + 0.008508843975975431, + 0.04002969057079903 +] +- position: [ + 0.05511343147098918, + 0.04002969057079903 +] +- position: [ + 0.031811137723482326, + 0.02649042132064048 +] +- position: [ + 0.031811137723482326, + 0.04059453681386101 +] +- position: [ + 0.05564574782993492, + 0.13689851935403374 +] +- position: [ + 0.06404621170187096, + 0.08766824062918745 +] +- position: [ + 0.0878231298925474, + 0.08766824062918745 +] +- position: [ + 0.08579707501459226, + 0.09118517290047026 +] +- position: [ + 0.05564574782993492, + 0.12868509957535262 +] +- position: [ + 0.06087840994142136, + 0.0775952525462431 +] +- position: [ + 0.090990931652997, + 0.07759525254624312 +] +- position: [ + 0.08579707501459226, + 0.08785904619453887 +] diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x0y0.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x0y0.svg new file mode 100644 index 0000000..f430eed --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x0y0.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x0y1.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x0y1.svg new file mode 100644 index 0000000..9addbf5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x0y1.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x1y0.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x1y0.svg new file mode 100644 index 0000000..a7307c8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x1y0.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x1y1.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x1y1.svg new file mode 100644 index 0000000..fa71007 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x1y1.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x2y0.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x2y0.svg new file mode 100644 index 0000000..844534c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x2y0.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x2y1.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x2y1.svg new file mode 100644 index 0000000..4b5ceb5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x2y1.svg @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x3y0.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x3y0.svg new file mode 100644 index 0000000..71948cc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x3y0.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x3y1.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x3y1.svg new file mode 100644 index 0000000..327694f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x3y1.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x4y0.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x4y0.svg new file mode 100644 index 0000000..76cb530 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x4y0.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム前/x4y1.svg b/SlaveMatrix/Assets/Parts/上着ボトム前/x4y1.svg new file mode 100644 index 0000000..b6e1dd6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム前/x4y1.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム後/part.yaml b/SlaveMatrix/Assets/Parts/上着ボトム後/part.yaml new file mode 100644 index 0000000..f8ee63f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム後/part.yaml @@ -0,0 +1,24 @@ +id: 上着ボトム後 +original_key: 上着ボトム後 +resource: 胴体 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 下地 +- name: 染み +joints: +- position: [ + 0.04999999999999989, + 0.06356656105620564 +] +- position: [ + 0.049999999999999885, + 0.06411142293104663 +] diff --git a/SlaveMatrix/Assets/Parts/上着ボトム後/x0y0.svg b/SlaveMatrix/Assets/Parts/上着ボトム後/x0y0.svg new file mode 100644 index 0000000..e7dd901 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム後/x0y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ボトム後/x0y1.svg b/SlaveMatrix/Assets/Parts/上着ボトム後/x0y1.svg new file mode 100644 index 0000000..cb90893 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ボトム後/x0y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ミドル/part.yaml b/SlaveMatrix/Assets/Parts/上着ミドル/part.yaml new file mode 100644 index 0000000..a68a9ab --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ミドル/part.yaml @@ -0,0 +1,107 @@ +id: 上着ミドル +original_key: 上着ミドル +resource: 胴体 +morph_x: 4 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +fields: +- name: 服 +- name: フロント +- name: ベルト +joints: +- position: [ + 0.5000000000000004, + 0.532514735622999 +] +- position: [ + -0.0004204635931454658, + 0.011318676102749581 +] +- position: [ + 0.027156921482393435, + 0.01131867610274958 +] +- position: [ + 0.013368228944623988, + 0.006018023155197124 +] +- position: [ + 0.5000000000000002, + 0.5553664673696466 +] +- position: [ + 0.4800633934942725, + 0.565070459666305 +] +- position: [ + 0.5196341468864946, + 0.565070459666305 +] +- position: [ + 0.5000000000000002, + 0.538818298672354 +] +- position: [ + 0.5000000000000002, + 0.5351429699864648 +] +- position: [ + 0.5000000000000002, + 0.5317870968287524 +] +- position: [ + 0.5000000000000002, + 0.5444939280314173 +] +- position: [ + 0.47927571859730556, + 0.5339637416181956 +] +- position: [ + 0.5207242814026949, + 0.5339637416181956 +] +- position: [ + 0.5000000000000002, + 0.5378017819458598 +] +- position: [ + 0.498674286049, + 0.5395911103407449 +] +- position: [ + 0.5015456489254317, + 0.5395911103407449 +] +- position: [ + 0.4818566626954348, + 0.5420113593196239 +] +- position: [ + 0.5183632722789966, + 0.5420113593196239 +] +- position: [ + 0.4860656237308828, + 0.5498302162396619 +] +- position: [ + 0.5141543112435486, + 0.5498302162396619 +] +- position: [ + 0.5000000000000002, + 0.5352918175685764 +] diff --git a/SlaveMatrix/Assets/Parts/上着ミドル/x0y0.svg b/SlaveMatrix/Assets/Parts/上着ミドル/x0y0.svg new file mode 100644 index 0000000..1f3b84a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ミドル/x0y0.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ミドル/x1y0.svg b/SlaveMatrix/Assets/Parts/上着ミドル/x1y0.svg new file mode 100644 index 0000000..ebf58cb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ミドル/x1y0.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ミドル/x2y0.svg b/SlaveMatrix/Assets/Parts/上着ミドル/x2y0.svg new file mode 100644 index 0000000..3269e46 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ミドル/x2y0.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/上着ミドル/x3y0.svg b/SlaveMatrix/Assets/Parts/上着ミドル/x3y0.svg new file mode 100644 index 0000000..15fa977 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/上着ミドル/x3y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着トップ/part.yaml b/SlaveMatrix/Assets/Parts/下着トップ/part.yaml new file mode 100644 index 0000000..e0474b6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着トップ/part.yaml @@ -0,0 +1,507 @@ +id: 下着トップ +original_key: 下着トップ +resource: 胴体 +morph_x: 5 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 4 + y: 0 + file: x4y0.svg +fields: +- name: バンド +- name: カップ左 +- name: カップ右 +- name: リボン +joints: +- position: [ + 0.04491598303972057, + 0.06151749320654246 +] +- position: [ + 0.044915983039720574, + 0.06446598179687718 +] +- position: [ + 0.04491598303972057, + 0.061687127743161936 +] +- position: [ + 0.022669781695864907, + 0.057262790490485015 +] +- position: [ + 0.06716218438357616, + 0.057262790490485 +] +- position: [ + 0.02878285247227616, + 0.029495750151703366 +] +- position: [ + -0.0005479424107625941, + -0.0014398847996092013 +] +- position: [ + 0.005283512274453585, + 0.005805574724875962 +] +- position: [ + 0.00461131638651325, + 0.004592779962658297 +] +- position: [ + 0.005273794793212653, + 0.00583839766651893 +] +- position: [ + 0.004622861004877604, + 0.004614052888282826 +] +- position: [ + 0.005216694254064382, + 0.005999662091142614 +] +- position: [ + 0.004674935103203234, + 0.004723238781016249 +] +- position: [ + 0.0051457572463709635, + 0.006155335621492899 +] +- position: [ + 0.004717295847244892, + 0.004836548131591803 +] +- position: [ + 0.0050615236435938805, + 0.006304233488005573 +] +- position: [ + 0.004749620846162302, + 0.004953118587433548 +] +- position: [ + 0.004964634514311912, + 0.0064452224880094874 +] +- position: [ + 0.004771664087195337, + 0.005072062976985368 +] +- position: [ + 0.004855827243302144, + 0.0065772296100831225 +] +- position: [ + 0.004783257807969659, + 0.005192476061622187 +] +- position: [ + 0.0047359299195965905, + 0.006699250200319413 +] +- position: [ + 0.004784313773269698, + 0.005313441425062504 +] +- position: [ + 0.004605855034224637, + 0.00681035560834862 +] +- position: [ + 0.004774823946561914, + 0.005434038447849662 +] +- position: [ + 0.004466592535605319, + 0.006909700254928367 +] +- position: [ + 0.004754860551157659, + 0.005553349313821774 +] +- position: [ + 0.004319202295442126, + 0.006996528067312238 +] +- position: [ + 0.004724575520550193, + 0.005670465995246924 +] +- position: [ + 0.004164806042459367, + 0.007070178233419925 +] +- position: [ + 0.004684199342109043, + 0.005784497163462477 +] +- position: [ + 0.005552744648256777, + 0.018459071231795156 +] +- position: [ + -0.001668422842896142, + 0.01123999006307268 +] +- position: [ + 0.012446448447351871, + 0.029738497241009878 +] +- position: [ + 0.00527625329863433, + 0.0035002977032207133 +] +- position: [ + 0.008822541951978416, + 0.01580145642589437 +] +- position: [ + 0.000244970567814523, + 0.02356093738151145 +] +- position: [ + 0.008158073584926885, + 0.027669164054033663 +] +- position: [ + -0.0016296740000806996, + 0.01616173031042806 +] +- position: [ + 0.0075290945573520006, + 0.022185756870099837 +] +- position: [ + 0.0025801845188056617, + 0.015068119527027968 +] +- position: [ + 0.0035799709140907888, + 0.007900562840733302 +] +- position: [ + 0.015505718959400047, + 0.02437082558018856 +] +- position: [ + 0.022986364471475812, + 0.022986364471475812 +] +- position: [ + 0.026254611316228155, + 0.029495750151703363 +] +- position: [ + 0.011763607889223985, + -0.0014398847996092013 +] +- position: [ + 0.0015137735330900367, + 0.005805574724875962 +] +- position: [ + 0.0021859694210303125, + 0.004592779962658297 +] +- position: [ + 0.001523491014330894, + 0.00583839766651893 +] +- position: [ + 0.0021744248026659657, + 0.004614052888282826 +] +- position: [ + 0.0015805915534792023, + 0.005999662091142614 +] +- position: [ + 0.002122350704340312, + 0.004723238781016249 +] +- position: [ + 0.001651528561172608, + 0.006155335621492899 +] +- position: [ + 0.00207998996029865, + 0.004836548131591803 +] +- position: [ + 0.0017357621639497074, + 0.006304233488005573 +] +- position: [ + 0.0020476649613812934, + 0.004953118587433548 +] +- position: [ + 0.0018326512932317158, + 0.0064452224880094874 +] +- position: [ + 0.002025621720348276, + 0.005072062976985368 +] +- position: [ + 0.0019414585642413937, + 0.0065772296100831225 +] +- position: [ + 0.0020140279995738706, + 0.005192476061622187 +] +- position: [ + 0.0020613558879469815, + 0.006699250200319413 +] +- position: [ + 0.0020129720342739184, + 0.005313441425062504 +] +- position: [ + 0.002191430773318968, + 0.00681035560834862 +] +- position: [ + 0.0020224618609816997, + 0.005434038447849662 +] +- position: [ + 0.0023306932719382553, + 0.006909700254928367 +] +- position: [ + 0.00204242525638592, + 0.005553349313821774 +] +- position: [ + 0.0024780835121014895, + 0.006996528067312238 +] +- position: [ + 0.00207271028699336, + 0.005670465995246924 +] +- position: [ + 0.0026324797650841532, + 0.007070178233419925 +] +- position: [ + 0.0021130864654345456, + 0.005784497163462477 +] +- position: [ + 0.040419984294694886, + 0.018459071231795156 +] +- position: [ + 0.047641151785847824, + 0.01123999006307268 +] +- position: [ + 0.03352628049559986, + 0.029738497241009878 +] +- position: [ + 0.040696475644317366, + 0.0035002977032207133 +] +- position: [ + 0.037150186990973284, + 0.01580145642589437 +] +- position: [ + 0.045727758375137165, + 0.02356093738151145 +] +- position: [ + 0.03781465535802482, + 0.027669164054033663 +] +- position: [ + 0.047602402943032376, + 0.01616173031042806 +] +- position: [ + 0.03844363438559972, + 0.022185756870099837 +] +- position: [ + 0.04339254442414605, + 0.015068119527027968 +] +- position: [ + 0.042392758028860875, + 0.007900562840733302 +] +- position: [ + 0.030467009983551636, + 0.02437082558018856 +] +- position: [ + 0.011152769902399131, + 0.011721310501286246 +] +- position: [ + 0.02751873189425209, + 0.04411960701763567 +] +- position: [ + 0.010992467512406774, + 0.01511735537969739 +] +- position: [ + 0.034980261430544925, + 0.01511735537969739 +] +- position: [ + 0.054841631265338184, + 0.05973703726716743 +] +- position: [ + 0.05925355410614824, + 0.06674754055473293 +] +- position: [ + 0.05565588689684002, + 0.07681103417373915 +] +- position: [ + 0.04900622540703051, + 0.06809441225696174 +] +- position: [ + 0.09278407350499071, + 0.05973703726716743 +] +- position: [ + 0.08837215066418057, + 0.06674754055473293 +] +- position: [ + 0.09196981787348889, + 0.07681103417373915 +] +- position: [ + 0.09861947936329843, + 0.06809441225696174 +] +- position: [ + 0.003385882542734951, + 0.04043774770099906 +] +- position: [ + 0.004382940904154572, + 0.04998168150948899 +] +- position: [ + 0.005326331459559586, + 0.034473162539332164 +] +- position: [ + 0.007320448182398826, + 0.05552498781924807 +] +- position: [ + 0.051651581245769275, + 0.04043774770099906 +] +- position: [ + 0.05065452288434971, + 0.04998168150948899 +] +- position: [ + 0.049711132328944675, + 0.034473162539332164 +] +- position: [ + 0.047717015606105424, + 0.05552498781924807 +] +- position: [ + 0.09500000000000003, + 0.10757094735189934 +] +- position: [ + 0.09500000000000003, + 0.09530277820033403 +] +- position: [ + 0.09500000000000001, + 0.11929031729433974 +] +- position: [ + 0.004322366415459698, + 0.04772256068308063 +] +- position: [ + 0.006254708420836353, + 0.05081262067016246 +] +- position: [ + 0.0033732867889129116, + 0.04404892916697643 +] +- position: [ + 0.008193166562024774, + 0.05355510404815791 +] +- position: [ + 0.050715097373044575, + 0.04772256068308063 +] +- position: [ + 0.04878275536766792, + 0.05081262067016246 +] +- position: [ + 0.05166417699959136, + 0.04404892916697643 +] +- position: [ + 0.04684429722647953, + 0.05355510404815791 +] +- position: [ + 0.0803553463937555, + 0.07358719558038895 +] +- position: [ + 0.0845802528095914, + 0.07030249069932647 +] +- position: [ + 0.0759034352889436, + 0.07709890515042761 +] +- position: [ + 0.07096486609257867, + 0.07358719558038895 +] +- position: [ + 0.06673995967674284, + 0.07030249069932647 +] +- position: [ + 0.07541677719739065, + 0.07709890515042761 +] +- position: [ + 0.07566010624316709, + 0.07566010624316706 +] diff --git a/SlaveMatrix/Assets/Parts/下着トップ/x0y0.svg b/SlaveMatrix/Assets/Parts/下着トップ/x0y0.svg new file mode 100644 index 0000000..f02b2c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着トップ/x0y0.svg @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着トップ/x1y0.svg b/SlaveMatrix/Assets/Parts/下着トップ/x1y0.svg new file mode 100644 index 0000000..80218b6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着トップ/x1y0.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着トップ/x2y0.svg b/SlaveMatrix/Assets/Parts/下着トップ/x2y0.svg new file mode 100644 index 0000000..a340aaf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着トップ/x2y0.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着トップ/x3y0.svg b/SlaveMatrix/Assets/Parts/下着トップ/x3y0.svg new file mode 100644 index 0000000..37f9521 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着トップ/x3y0.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着トップ/x4y0.svg b/SlaveMatrix/Assets/Parts/下着トップ/x4y0.svg new file mode 100644 index 0000000..3f2f996 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着トップ/x4y0.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/part.yaml b/SlaveMatrix/Assets/Parts/下着ボトム/part.yaml new file mode 100644 index 0000000..53053c5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/part.yaml @@ -0,0 +1,736 @@ +id: 下着ボトム +original_key: 下着ボトム +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 紐左 +- name: 紐右 +- name: 下地 +- name: 線 +- name: セクシーランジェリー +- name: ライン +- name: 結び紐左 +- name: 結び紐右 +- name: リボン +- name: 染み +joints: +- position: [ + 0.025051046573901354, + 0.0264750391066524 +] +- position: [ + 0.04815170834340531, + 0.0264750391066524 +] +- position: [ + 0.08227720006132207, + 0.11328695909523287 +] +- position: [ + 0.12740102756332622, + 0.11328695909523287 +] +- position: [ + 0.10483911381232414, + 0.13604099245688514 +] +- position: [ + 0.10483911381232416, + 0.11777840360509871 +] +- position: [ + 0.09092109271986301, + 0.12199121083685295 +] +- position: [ + 0.11875713490478526, + 0.12199121083685295 +] +- position: [ + 0.09657756184238177, + 0.125551731142371 +] +- position: [ + 0.1131006657822665, + 0.125551731142371 +] +- position: [ + 0.09772705048628308, + 0.12209728783519444 +] +- position: [ + 0.1119511771383652, + 0.12209728783519444 +] +- position: [ + 0.09966141210281146, + 0.1303280989148066 +] +- position: [ + 0.11001681552183681, + 0.1303280989148066 +] +- position: [ + 0.09037139898418398, + 0.11830004014721247 +] +- position: [ + 0.11930682864046431, + 0.11830004014721247 +] +- position: [ + 0.09394343048867225, + 0.12348026202574768 +] +- position: [ + 0.11573479713597604, + 0.1234802620257477 +] +- position: [ + 0.08518845038149364, + 0.1148472350436264 +] +- position: [ + 0.12448977724315469, + 0.11484723504362641 +] +- position: [ + 0.10354549526930301, + 0.13910941474583935 +] +- position: [ + 0.10613273235534523, + 0.13910941474583935 +] +- position: [ + 0.011152769902399131, + 0.012484957406035889 +] +- position: [ + 0.025941514493228963, + 0.026594575423934237 +] +- position: [ + 0.0472612404240777, + 0.026594575423934244 +] +- position: [ + 0.08227720006132207, + 0.11233940288733754 +] +- position: [ + 0.12740102756332622, + 0.11233940288733754 +] +- position: [ + 0.10483911381232414, + 0.1372323153849852 +] +- position: [ + 0.10483911381232416, + 0.11725304318113078 +] +- position: [ + 0.09092109271986301, + 0.12186185429266991 +] +- position: [ + 0.11875713490478526, + 0.12186185429266991 +] +- position: [ + 0.09657756184238177, + 0.12575706350690674 +] +- position: [ + 0.1131006657822665, + 0.12575706350690674 +] +- position: [ + 0.09772705048628308, + 0.12197790252885551 +] +- position: [ + 0.1119511771383652, + 0.12197790252885551 +] +- position: [ + 0.09966141210281146, + 0.1309824098499513 +] +- position: [ + 0.11001681552183681, + 0.1309824098499513 +] +- position: [ + 0.09037139898418398, + 0.11782371355820323 +] +- position: [ + 0.11930682864046431, + 0.11782371355820323 +] +- position: [ + 0.09394343048867225, + 0.12349087629332076 +] +- position: [ + 0.11573479713597604, + 0.12349087629332078 +] +- position: [ + 0.08518845038149364, + 0.11404634477488007 +] +- position: [ + 0.12448977724315469, + 0.11404634477488007 +] +- position: [ + 0.10345157458410316, + 0.1411414496315827 +] +- position: [ + 0.10622665304054509, + 0.1411414496315827 +] +- position: [ + 0.011152769902399131, + 0.01259269413655461 +] +- position: [ + 0.02683198241255657, + 0.026714111741216073 +] +- position: [ + 0.046370772504750093, + 0.02671411174121608 +] +- position: [ + 0.08227720006132207, + 0.11139184667944223 +] +- position: [ + 0.12740102756332622, + 0.11139184667944223 +] +- position: [ + 0.10483911381232414, + 0.1384236383130853 +] +- position: [ + 0.10483911381232416, + 0.11672768275716283 +] +- position: [ + 0.09092109271986301, + 0.12173249774848688 +] +- position: [ + 0.11875713490478526, + 0.12173249774848688 +] +- position: [ + 0.09657756184238177, + 0.1259623958714425 +] +- position: [ + 0.1131006657822665, + 0.1259623958714425 +] +- position: [ + 0.09772705048628308, + 0.12185851722251659 +] +- position: [ + 0.1119511771383652, + 0.12185851722251659 +] +- position: [ + 0.09966141210281146, + 0.13163672078509597 +] +- position: [ + 0.11001681552183681, + 0.13163672078509597 +] +- position: [ + 0.09037139898418398, + 0.11734738696919397 +] +- position: [ + 0.11930682864046431, + 0.11734738696919397 +] +- position: [ + 0.09394343048867225, + 0.12350149056089385 +] +- position: [ + 0.11573479713597604, + 0.12350149056089388 +] +- position: [ + 0.08518845038149364, + 0.11324545450613374 +] +- position: [ + 0.12448977724315469, + 0.11324545450613374 +] +- position: [ + 0.1033576538989033, + 0.14317348451732603 +] +- position: [ + 0.10632057372574494, + 0.14317348451732603 +] +- position: [ + 0.011152769902399131, + 0.012700430867073328 +] +- position: [ + 0.02732755016678847, + 0.02734580074784848 +] +- position: [ + 0.04587520475051819, + 0.027345800747848484 +] +- position: [ + 0.08227720006132207, + 0.10826737526589908 +] +- position: [ + 0.12740102756332622, + 0.10826737526589908 +] +- position: [ + 0.10483911381232414, + 0.1342069732981828 +] +- position: [ + 0.10483911381232416, + 0.11338762200714612 +] +- position: [ + 0.09092109271986301, + 0.11819022225134597 +] +- position: [ + 0.11875713490478526, + 0.11819022225134597 +] +- position: [ + 0.09657756184238177, + 0.12224921539963664 +] +- position: [ + 0.1131006657822665, + 0.12224921539963664 +] +- position: [ + 0.09772705048628308, + 0.11831115002945528 +] +- position: [ + 0.1119511771383652, + 0.11831115002945528 +] +- position: [ + 0.09966141210281146, + 0.12769427466021321 +] +- position: [ + 0.11001681552183681, + 0.12769427466021321 +] +- position: [ + 0.09037139898418398, + 0.11398228766515582 +] +- position: [ + 0.11930682864046431, + 0.11398228766515582 +] +- position: [ + 0.09394343048867225, + 0.11988774060668597 +] +- position: [ + 0.11573479713597604, + 0.119887740606686 +] +- position: [ + 0.08518845038149364, + 0.11004608984706771 +] +- position: [ + 0.12448977724315469, + 0.11004608984706771 +] +- position: [ + 0.10326373321370345, + 0.14189012351667935 +] +- position: [ + 0.10641449441094479, + 0.14189012351667935 +] +- position: [ + 0.011152769902399131, + 0.012486057546096066 +] +- position: [ + 0.027823117921020372, + 0.02797748975448089 +] +- position: [ + 0.045379636996286284, + 0.02797748975448089 +] +- position: [ + 0.08227720006132207, + 0.10514290385235593 +] +- position: [ + 0.12740102756332622, + 0.10514290385235593 +] +- position: [ + 0.10483911381232414, + 0.1299903082832803 +] +- position: [ + 0.10483911381232416, + 0.11004756125712942 +] +- position: [ + 0.09092109271986301, + 0.11464794675420506 +] +- position: [ + 0.11875713490478526, + 0.11464794675420506 +] +- position: [ + 0.09657756184238177, + 0.11853603492783077 +] +- position: [ + 0.1131006657822665, + 0.11853603492783077 +] +- position: [ + 0.09772705048628308, + 0.11476378283639396 +] +- position: [ + 0.1119511771383652, + 0.11476378283639396 +] +- position: [ + 0.09966141210281146, + 0.12375182853533044 +] +- position: [ + 0.11001681552183681, + 0.12375182853533044 +] +- position: [ + 0.09037139898418398, + 0.11061718836111767 +] +- position: [ + 0.11930682864046431, + 0.11061718836111767 +] +- position: [ + 0.09394343048867225, + 0.11627399065247811 +] +- position: [ + 0.11573479713597604, + 0.11627399065247813 +] +- position: [ + 0.08518845038149364, + 0.10684672518800166 +] +- position: [ + 0.12448977724315469, + 0.10684672518800167 +] +- position: [ + 0.1031698125285036, + 0.14060676251603269 +] +- position: [ + 0.10650841509614464, + 0.14060676251603269 +] +- position: [ + 0.011152769902399131, + 0.012271684225118805 +] +- position: [ + 0.026928121746534105, + 0.024094245353171537 +] +- position: [ + 0.012346108948706212, + 0.014838912247338045 +] +- position: [ + 0.043729227477197985, + 0.024094245353171534 +] +- position: [ + 0.05831124027502591, + 0.014838912247338043 +] +- position: [ + 0.09513749089939325, + 0.12182855310119738 +] +- position: [ + 0.11454073672525503, + 0.12182855310119738 +] +- position: [ + 0.10483911381232415, + 0.12412568415014757 +] +- position: [ + 0.10015396998315382, + 0.12811698504460187 +] +- position: [ + 0.10952425764149445, + 0.1281169850446019 +] +- position: [ + 0.026928121746534105, + 0.023765968864350777 +] +- position: [ + 0.013220843511339255, + 0.014540034528154892 +] +- position: [ + 0.043729227477197985, + 0.023765968864350773 +] +- position: [ + 0.057436505712392866, + 0.01454003452815489 +] +- position: [ + 0.09513749089939325, + 0.12162726183727224 +] +- position: [ + 0.11454073672525503, + 0.12162726183727224 +] +- position: [ + 0.10483911381232414, + 0.13718671191126453 +] +- position: [ + 0.10483911381232415, + 0.12419407607136923 +] +- position: [ + 0.10015396998315382, + 0.1287872640542443 +] +- position: [ + 0.10952425764149445, + 0.1287872640542443 +] +- position: [ + 0.10345184752762024, + 0.1411411461716715 +] +- position: [ + 0.106226380097028, + 0.1411411461716715 +] +- position: [ + 0.026928121746534105, + 0.023437692375530013 +] +- position: [ + 0.014095578073972295, + 0.014241156808971735 +] +- position: [ + 0.043729227477197985, + 0.023437692375530013 +] +- position: [ + 0.05656177114975981, + 0.014241156808971735 +] +- position: [ + 0.09513749089939325, + 0.12142597057334711 +] +- position: [ + 0.11454073672525503, + 0.12142597057334711 +] +- position: [ + 0.10483911381232414, + 0.13833243136564394 +] +- position: [ + 0.10483911381232415, + 0.12426246799259089 +] +- position: [ + 0.10015396998315382, + 0.12945754306388668 +] +- position: [ + 0.10952425764149445, + 0.12945754306388668 +] +- position: [ + 0.10335819978593748, + 0.1431728775975037 +] +- position: [ + 0.10632002783871077, + 0.1431728775975037 +] +- position: [ + 0.026928121746534105, + 0.024533020533103123 +] +- position: [ + 0.014123471830626316, + 0.016728827689557232 +] +- position: [ + 0.043729227477197985, + 0.024533020533103123 +] +- position: [ + 0.05653387739310582, + 0.016728827689557232 +] +- position: [ + 0.09513749089939325, + 0.117355559189051 +] +- position: [ + 0.11454073672525503, + 0.117355559189051 +] +- position: [ + 0.10483911381232414, + 0.1340519175396111 +] +- position: [ + 0.10483911381232415, + 0.12014140486866537 +] +- position: [ + 0.10015396998315382, + 0.12533550938609944 +] +- position: [ + 0.10952425764149445, + 0.12533550938609944 +] +- position: [ + 0.10326394615468817, + 0.14189036801485672 +] +- position: [ + 0.10641428146996007, + 0.14189036801485672 +] +- position: [ + 0.026928121746534105, + 0.025628348690676234 +] +- position: [ + 0.014151365587280338, + 0.019216498570142737 +] +- position: [ + 0.043729227477197985, + 0.025628348690676234 +] +- position: [ + 0.05650598363645182, + 0.019216498570142737 +] +- position: [ + 0.09513749089939325, + 0.11328514780475486 +] +- position: [ + 0.11454073672525503, + 0.11328514780475486 +] +- position: [ + 0.10483911381232414, + 0.12977140371357823 +] +- position: [ + 0.10483911381232415, + 0.11602034174473987 +] +- position: [ + 0.10015396998315382, + 0.12121347570831217 +] +- position: [ + 0.10952425764149445, + 0.1212134757083122 +] +- position: [ + 0.10316969252343888, + 0.14060785843220974 +] +- position: [ + 0.10650853510120936, + 0.14060785843220974 +] diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x0y0.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x0y0.svg new file mode 100644 index 0000000..a3272cb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x0y0.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x0y1.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x0y1.svg new file mode 100644 index 0000000..523d7bb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x0y1.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x0y2.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x0y2.svg new file mode 100644 index 0000000..bbe1b5e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x0y2.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x0y3.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x0y3.svg new file mode 100644 index 0000000..655c00e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x0y3.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x0y4.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x0y4.svg new file mode 100644 index 0000000..dee229d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x0y4.svg @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x1y0.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x1y0.svg new file mode 100644 index 0000000..d5cd42f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x1y0.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x1y1.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x1y1.svg new file mode 100644 index 0000000..e5b8240 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x1y1.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x1y2.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x1y2.svg new file mode 100644 index 0000000..ac8ab45 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x1y2.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x1y3.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x1y3.svg new file mode 100644 index 0000000..7a73994 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x1y3.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着ボトム/x1y4.svg b/SlaveMatrix/Assets/Parts/下着ボトム/x1y4.svg new file mode 100644 index 0000000..9856022 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着ボトム/x1y4.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着乳首左/part.yaml b/SlaveMatrix/Assets/Parts/下着乳首左/part.yaml new file mode 100644 index 0000000..53c14a7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着乳首左/part.yaml @@ -0,0 +1,18 @@ +id: 下着乳首左 +original_key: 下着乳首左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 乳首 +- name: 染み2 +- name: 染み1 +joints: +- position: [ + 0.046536991075733905, + 0.04653699107573395 +] diff --git a/SlaveMatrix/Assets/Parts/下着乳首左/x0y0.svg b/SlaveMatrix/Assets/Parts/下着乳首左/x0y0.svg new file mode 100644 index 0000000..ec378c2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着乳首左/x0y0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/下着陰核/part.yaml b/SlaveMatrix/Assets/Parts/下着陰核/part.yaml new file mode 100644 index 0000000..9bddb58 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着陰核/part.yaml @@ -0,0 +1,11 @@ +id: 下着陰核 +original_key: 下着陰核 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 陰核 diff --git a/SlaveMatrix/Assets/Parts/下着陰核/x0y0.svg b/SlaveMatrix/Assets/Parts/下着陰核/x0y0.svg new file mode 100644 index 0000000..b542596 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/下着陰核/x0y0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/part.yaml b/SlaveMatrix/Assets/Parts/前翅/part.yaml new file mode 100644 index 0000000..bccaef3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/part.yaml @@ -0,0 +1,229 @@ +id: 前翅 +original_key: 前翅 +resource: 肢左 +morph_x: 4 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +fields: +- name: 前翅 +- name: 付根 +- name: 甲付根 +- name: 紋1 +- name: 紋2 +joints: +- position: [ + 0.02646952479254918, + 0.10258633946405947 +] +- position: [ + 0.049310998883462555, + 0.10517459833911773 +] +- position: [ + 0.031501737208059544, + 0.08523913106904321 +] +- position: [ + 0.10466333277891372, + 0.07996792050983796 +] +- position: [ + 0.04229813244763436, + 0.06224120562286835 +] +- position: [ + 0.043786136597197156, + 0.04485717345627478 +] +- position: [ + 0.030251123137960072, + 0.022745892605950946 +] +- position: [ + 0.04455249409732582, + 0.059461902107539204 +] +- position: [ + 0.043789942402295653, + 0.05324076915446978 +] +- position: [ + 0.05094445403623389, + 0.0729614302493962 +] +- position: [ + 0.0864802341677767, + 0.06873102287370016 +] +- position: [ + 0.08599169822064144, + 0.061278294208058026 +] +- position: [ + 0.0027094351370523864, + 0.04364367504356461 +] +- position: [ + 0.48202319261836735, + 0.3605129587267886 +] +- position: [ + 0.3130409113054048, + 0.35204578262732605 +] +- position: [ + 0.40955665823487186, + 0.37491577801447196 +] +- position: [ + 0.29477050353547873, + 0.36528514118739575 +] +- position: [ + 0.3946072324766099, + 0.38021544566293775 +] +- position: [ + 0.3245949263587972, + 0.37779392726487004 +] +- position: [ + 0.044690053336099336, + 0.02779170011834194 +] +- position: [ + 0.029628376974310262, + 0.02577016282548092 +] +- position: [ + 0.01261473662032318, + 0.02568578482003784 +] +- position: [ + -0.0059208807668046926, + 0.024360187992777154 +] +- position: [ + -0.024354107202625458, + 0.024217117275471656 +] +- position: [ + -0.041740082968237155, + 0.02417076435968929 +] +- position: [ + -0.05815132419300957, + 0.02445834937335421 +] +- position: [ + 0.08155508110214878, + 0.030871922677884064 +] +- position: [ + 0.06771190030833206, + 0.029048319074947745 +] +- position: [ + 0.05377648911958406, + 0.028038235003411835 +] +- position: [ + 0.041036901475305414, + 0.02626064411213105 +] +- position: [ + 0.02820913491858116, + 0.02486635561066705 +] +- position: [ + 0.015311042360157567, + 0.02403379379465921 +] +- position: [ + 0.0030310807212877433, + 0.02376786097036746 +] +- position: [ + -0.008059382169022813, + 0.02436787776718596 +] +- position: [ + -0.019458452998569596, + 0.027063513818454364 +] +- position: [ + -0.029162677429287936, + 0.03166668402032038 +] +- position: [ + 0.0994908119621427, + 0.08934030687722486 +] +- position: [ + 0.09849234720695396, + 0.10114345350935565 +] +- position: [ + 0.09212380323728672, + 0.0964892800119153 +] +- position: [ + 0.09498135835192734, + 0.10164444590204712 +] +- position: [ + 0.15478509400170468, + 0.19276796400916865 +] +- position: [ + 0.16965110913742548, + 0.26237408942673757 +] +- position: [ + 0.2476466005165518, + 0.28727309814408014 +] +- position: [ + 0.21443138479022777, + 0.2883059558067951 +] +- position: [ + 0.18031773962074293, + 0.2887575690611527 +] +- position: [ + 0.13637010336356592, + 0.2866949290363223 +] +- position: [ + 0.19955239105994738, + 0.24471569771292645 +] +- position: [ + 0.21884257633520882, + 0.24605670035180774 +] diff --git a/SlaveMatrix/Assets/Parts/前翅/x0y0.svg b/SlaveMatrix/Assets/Parts/前翅/x0y0.svg new file mode 100644 index 0000000..02ba15f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x0y0.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x0y1.svg b/SlaveMatrix/Assets/Parts/前翅/x0y1.svg new file mode 100644 index 0000000..5e5d28a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x0y1.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x1y0.svg b/SlaveMatrix/Assets/Parts/前翅/x1y0.svg new file mode 100644 index 0000000..0d19253 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x1y0.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x1y1.svg b/SlaveMatrix/Assets/Parts/前翅/x1y1.svg new file mode 100644 index 0000000..e1b9876 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x1y1.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x2y0.svg b/SlaveMatrix/Assets/Parts/前翅/x2y0.svg new file mode 100644 index 0000000..3090aa7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x2y0.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x2y1.svg b/SlaveMatrix/Assets/Parts/前翅/x2y1.svg new file mode 100644 index 0000000..219261b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x2y1.svg @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x3y0.svg b/SlaveMatrix/Assets/Parts/前翅/x3y0.svg new file mode 100644 index 0000000..c8bd3ae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x3y0.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/前翅/x3y1.svg b/SlaveMatrix/Assets/Parts/前翅/x3y1.svg new file mode 100644 index 0000000..6dd84ae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/前翅/x3y1.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼目/part.yaml b/SlaveMatrix/Assets/Parts/単眼目/part.yaml new file mode 100644 index 0000000..f94402c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼目/part.yaml @@ -0,0 +1,29 @@ +id: 単眼目 +original_key: 単眼目 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 白目 +- name: 黒目 +joints: +- position: [ + 0.07809586966010823, + 0.07809586966010823 +] +- position: [ + 0.1177961770091645, + 0.11904100711121159 +] +- position: [ + 0.12234836603134454, + 0.12234836603134451 +] +- position: [ + 0.12690055505352454, + 0.1256557249514774 +] diff --git a/SlaveMatrix/Assets/Parts/単眼目/x0y0.svg b/SlaveMatrix/Assets/Parts/単眼目/x0y0.svg new file mode 100644 index 0000000..8d64e70 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼目/x0y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼眉/part.yaml b/SlaveMatrix/Assets/Parts/単眼眉/part.yaml new file mode 100644 index 0000000..2961373 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼眉/part.yaml @@ -0,0 +1,17 @@ +id: 単眼眉 +original_key: 単眼眉 +resource: 胴体 +morph_x: 1 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +fields: +- name: 眉 diff --git a/SlaveMatrix/Assets/Parts/単眼眉/x0y0.svg b/SlaveMatrix/Assets/Parts/単眼眉/x0y0.svg new file mode 100644 index 0000000..553c1c8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼眉/x0y0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼眉/x0y1.svg b/SlaveMatrix/Assets/Parts/単眼眉/x0y1.svg new file mode 100644 index 0000000..30af2e6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼眉/x0y1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼眉/x0y2.svg b/SlaveMatrix/Assets/Parts/単眼眉/x0y2.svg new file mode 100644 index 0000000..6524cd4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼眉/x0y2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/part.yaml b/SlaveMatrix/Assets/Parts/単眼瞼/part.yaml new file mode 100644 index 0000000..4eae727 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/part.yaml @@ -0,0 +1,419 @@ +id: 単眼瞼 +original_key: 単眼瞼 +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 瞼下 +- name: 瞼上 +- name: 二重 +- name: 睫毛下下左 +- name: 睫毛下上左 +- name: 睫毛下下右 +- name: 睫毛下上右 +- name: 睫毛上下左 +- name: 睫毛上中左 +- name: 睫毛上上左 +- name: 睫毛上下右 +- name: 睫毛上中右 +- name: 睫毛上上右 +joints: +- position: [ + 0.08985627737454514, + 0.0779856977250038 +] +- position: [ + 0.10680118848065483, + 0.07798569772500379 +] +- position: [ + 0.09832873292759998, + 0.09709240353214248 +] +- position: [ + 0.11136106193148383, + 0.08874995494105849 +] +- position: [ + 0.08529640392371614, + 0.08874995494105849 +] +- position: [ + 0.1122887589176608, + 0.08724280820919364 +] +- position: [ + 0.08436870693753917, + 0.08724280820919364 +] +- position: [ + 0.0837084489074863, + 0.08492149860350665 +] +- position: [ + 0.11294901694771367, + 0.08492149860350665 +] +- position: [ + 0.08614830893764823, + 0.08118048360030466 +] +- position: [ + 0.11050915691755173, + 0.08118048360030466 +] +- position: [ + 0.09832873292759998, + 0.07299405965415559 +] +- position: [ + 0.08985627737454514, + 0.0813718107068904 +] +- position: [ + 0.10680118848065483, + 0.0813718107068904 +] +- position: [ + 0.11136106193148383, + 0.08888769464243254 +] +- position: [ + 0.08529640392371614, + 0.08888769464243254 +] +- position: [ + 0.1122887589176608, + 0.0875501019179025 +] +- position: [ + 0.08436870693753917, + 0.0875501019179025 +] +- position: [ + 0.0837084489074863, + 0.08548993964285528 +] +- position: [ + 0.11294901694771367, + 0.08548993964285528 +] +- position: [ + 0.08614830893764823, + 0.08336159793706727 +] +- position: [ + 0.11050915691755173, + 0.08336159793706727 +] +- position: [ + 0.08985627737454514, + 0.08475792368877699 +] +- position: [ + 0.10680118848065483, + 0.08475792368877699 +] +- position: [ + 0.11136106193148383, + 0.0890254343438066 +] +- position: [ + 0.08529640392371614, + 0.0890254343438066 +] +- position: [ + 0.1122887589176608, + 0.08785739562661135 +] +- position: [ + 0.08436870693753917, + 0.08785739562661135 +] +- position: [ + 0.0837084489074863, + 0.08605838068220392 +] +- position: [ + 0.11294901694771367, + 0.08605838068220392 +] +- position: [ + 0.08614830893764823, + 0.08554271227382987 +] +- position: [ + 0.11050915691755173, + 0.08554271227382987 +] +- position: [ + 0.08985627737454514, + 0.08814403667066359 +] +- position: [ + 0.10680118848065483, + 0.08814403667066359 +] +- position: [ + 0.11136106193148383, + 0.08916317404518065 +] +- position: [ + 0.08529640392371614, + 0.08916317404518065 +] +- position: [ + 0.1122887589176608, + 0.0881646893353202 +] +- position: [ + 0.08436870693753917, + 0.0881646893353202 +] +- position: [ + 0.0837084489074863, + 0.08662682172155256 +] +- position: [ + 0.11294901694771367, + 0.08662682172155256 +] +- position: [ + 0.08614830893764823, + 0.08772382661059247 +] +- position: [ + 0.11050915691755173, + 0.08772382661059247 +] +- position: [ + 0.08985627737454514, + 0.0915301496525502 +] +- position: [ + 0.10680118848065483, + 0.0915301496525502 +] +- position: [ + 0.11136106193148383, + 0.0893009137465547 +] +- position: [ + 0.08529640392371614, + 0.0893009137465547 +] +- position: [ + 0.1122887589176608, + 0.08847198304402905 +] +- position: [ + 0.08436870693753917, + 0.08847198304402905 +] +- position: [ + 0.0837084489074863, + 0.0871952627609012 +] +- position: [ + 0.11294901694771367, + 0.0871952627609012 +] +- position: [ + 0.08614830893764823, + 0.08990494094735507 +] +- position: [ + 0.11050915691755173, + 0.08990494094735507 +] +- position: [ + 0.08985627737454514, + 0.08030295136448448 +] +- position: [ + 0.10680118848065483, + 0.08030295136448448 +] +- position: [ + 0.11136106193148383, + 0.08879859624859247 +] +- position: [ + 0.08529640392371614, + 0.08879859624859247 +] +- position: [ + 0.1122887589176608, + 0.08782267231949632 +] +- position: [ + 0.08436870693753917, + 0.08782267231949632 +] +- position: [ + 0.0837084489074863, + 0.0862137873060808 +] +- position: [ + 0.11294901694771367, + 0.0862137873060808 +] +- position: [ + 0.08614830893764823, + 0.0829651971831106 +] +- position: [ + 0.11050915691755173, + 0.0829651971831106 +] +- position: [ + 0.08985627737454514, + 0.08262020500396518 +] +- position: [ + 0.10680118848065483, + 0.08262020500396516 +] +- position: [ + 0.11136106193148383, + 0.08884723755612646 +] +- position: [ + 0.08529640392371614, + 0.08884723755612646 +] +- position: [ + 0.1122887589176608, + 0.088402536429799 +] +- position: [ + 0.08436870693753917, + 0.088402536429799 +] +- position: [ + 0.0837084489074863, + 0.08750607600865495 +] +- position: [ + 0.11294901694771367, + 0.08750607600865495 +] +- position: [ + 0.08614830893764823, + 0.08474991076591655 +] +- position: [ + 0.11050915691755173, + 0.08474991076591655 +] +- position: [ + 0.08985627737454514, + 0.08493745864344587 +] +- position: [ + 0.10680118848065483, + 0.08493745864344586 +] +- position: [ + 0.11136106193148383, + 0.08889587886366045 +] +- position: [ + 0.08529640392371614, + 0.08889587886366045 +] +- position: [ + 0.1122887589176608, + 0.08898240054010169 +] +- position: [ + 0.08436870693753917, + 0.08898240054010169 +] +- position: [ + 0.0837084489074863, + 0.0887983647112291 +] +- position: [ + 0.11294901694771367, + 0.0887983647112291 +] +- position: [ + 0.08614830893764823, + 0.0865346243487225 +] +- position: [ + 0.11050915691755173, + 0.0865346243487225 +] +- position: [ + 0.08985627737454514, + 0.08725471228292656 +] +- position: [ + 0.10680118848065483, + 0.08725471228292656 +] +- position: [ + 0.11136106193148383, + 0.08894452017119443 +] +- position: [ + 0.08529640392371614, + 0.08894452017119443 +] +- position: [ + 0.1122887589176608, + 0.08956226465040437 +] +- position: [ + 0.08436870693753917, + 0.08956226465040437 +] +- position: [ + 0.0837084489074863, + 0.09009065341380325 +] +- position: [ + 0.11294901694771367, + 0.09009065341380325 +] +- position: [ + 0.08614830893764823, + 0.08831933793152844 +] +- position: [ + 0.11050915691755173, + 0.08831933793152844 +] diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x0y0.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x0y0.svg new file mode 100644 index 0000000..7022dd5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x0y0.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x0y1.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x0y1.svg new file mode 100644 index 0000000..19c950e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x0y1.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x0y2.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x0y2.svg new file mode 100644 index 0000000..be5d986 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x0y2.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x0y3.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x0y3.svg new file mode 100644 index 0000000..4531de1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x0y3.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x0y4.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x0y4.svg new file mode 100644 index 0000000..41d98f4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x0y4.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x1y0.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x1y0.svg new file mode 100644 index 0000000..7022dd5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x1y0.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x1y1.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x1y1.svg new file mode 100644 index 0000000..eff8838 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x1y1.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x1y2.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x1y2.svg new file mode 100644 index 0000000..1c7b8fc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x1y2.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x1y3.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x1y3.svg new file mode 100644 index 0000000..b8054e5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x1y3.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単眼瞼/x1y4.svg b/SlaveMatrix/Assets/Parts/単眼瞼/x1y4.svg new file mode 100644 index 0000000..ed40006 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単眼瞼/x1y4.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単足/part.yaml b/SlaveMatrix/Assets/Parts/単足/part.yaml new file mode 100644 index 0000000..9e8d080 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単足/part.yaml @@ -0,0 +1,312 @@ +id: 単足 +original_key: 単足 +resource: 半身 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 幹上 +- name: 幹下 +- name: 葉左 +- name: 葉右 +- name: 脈上1 +- name: 脈上2 +- name: 脈下1 +- name: 脈下2 +- name: 虫食 +- name: 脚輪 +joints: +- position: [ + 0.09500000000000008, + 0.17691261154616272 +] +- position: [ + 0.09500000000000007, + 0.16904572876208893 +] +- position: [ + 0.07002931131160665, + 0.17691261154616272 +] +- position: [ + 0.11997068868839351, + 0.17691261154616272 +] +- position: [ + 0.09500000000000008, + 0.17683638770672228 +] +- position: [ + 0.03557280134427762, + 0.10205238692154427 +] +- position: [ + 0.0496310950772863, + 0.10205238692154427 +] +- position: [ + 0.06368938881029498, + 0.10205238692154427 +] +- position: [ + 0.07774768254330366, + 0.10205238692154427 +] +- position: [ + 0.09180597627631235, + 0.10205238692154427 +] +- position: [ + 0.06368938881029497, + 0.07790079119754885 +] +- position: [ + 0.03871870012190157, + 0.0517563713480067 +] +- position: [ + 0.08866007749868843, + 0.0517563713480067 +] +- position: [ + 0.009808467808557727, + 0.01168444534071929 +] +- position: [ + 0.04748841870471809, + 0.011684445340719295 +] +- position: [ + -0.0012066699836209497, + 0.006476822784429874 +] +- position: [ + 0.058503556496896744, + 0.006476822784429891 +] +- position: [ + 0.0021258406483610067, + 0.012576207179050617 +] +- position: [ + 0.05517104586491483, + 0.012576207179050634 +] +- position: [ + 0.0286484432566379, + 0.029672907356915287 +] +- position: [ + 0.003165074137840446, + 0.008564964088969241 +] +- position: [ + 0.054131812375435344, + 0.008564964088969259 +] +- position: [ + -0.003180560659711216, + 0.040790838597520085 +] +- position: [ + 0.06047744717298689, + 0.04079083859752007 +] +- position: [ + 0.0022034959700401114, + 0.021103658966780785 +] +- position: [ + 0.0550933905432357, + 0.0211036589667808 +] +- position: [ + -0.004453778910013963, + 0.053161443162800026 +] +- position: [ + 0.061750665423289774, + 0.05316144316280001 +] +- position: [ + 0.04085340918625369, + 0.04187250681062297 +] +- position: [ + 0.037310057673351854, + 0.041731956116719426 +] +- position: [ + 0.03972904847220141, + 0.0419513435068266 +] +- position: [ + 0.037467578422739393, + 0.041866704057466037 +] +- position: [ + 0.03877892019094844, + 0.04326920942061119 +] +- position: [ + 0.03787218806344008, + 0.040291201050448984 +] +- position: [ + 0.039063787423470164, + 0.04187250681062297 +] +- position: [ + 0.042607138936372004, + 0.041731956116719426 +] +- position: [ + 0.04018814813752247, + 0.0419513435068266 +] +- position: [ + 0.04244961818698446, + 0.041866704057466037 +] +- position: [ + 0.04113827641877543, + 0.04326920942061119 +] +- position: [ + 0.042045008546283756, + 0.0402912010504489 +] +- position: [ + 0.0030548394803135135, + 0.011152769902399133 +] +- position: [ + 0.028470340278987077, + 0.011152769902399133 +] +- position: [ + -0.017145844212106628, + 0.011152769902399133 +] +- position: [ + 0.0394513840169049, + 0.011152769902399133 +] +- position: [ + -0.00036683643421006845, + 0.00775832499658672 +] +- position: [ + 0.004121641192398952, + 0.0077583249965867025 +] +- position: [ + 0.011395008800774414, + 0.007758324996586706 +] +- position: [ + 0.49991827896652297, + 0.5366671741633849 +] +- position: [ + 0.3684666960316575, + 0.622391516942116 +] +- position: [ + 0.6314526309899238, + 0.622391516942116 +] +- position: [ + 0.6017061800158461, + 0.47480474699353187 +] +- position: [ + 0.39819396649296657, + 0.4748047469935321 +] +- position: [ + 0.49995219598419927, + 0.7004725757173847 +] +- position: [ + 0.36034579305909725, + 0.5651603581711837 +] +- position: [ + 0.6395559557396221, + 0.5651603581711837 +] +- position: [ + 0.022252532553218105, + 0.06537333308378172 +] +- position: [ + 0.3737330250871266, + 0.5622827829387125 +] +- position: [ + 0.6261860497386317, + 0.5622827829387125 +] +- position: [ + 0.4999595374128794, + 0.6565035326291919 +] +- position: [ + 0.41379935378423816, + 0.5004310422953153 +] +- position: [ + 0.5861107794229501, + 0.5004310422953153 +] +- position: [ + 0.09581419223770296, + 0.09783896525867175 +] +- position: [ + 0.07026171439809945, + 0.09783896525867175 +] +- position: [ + 0.17953007495091683, + 0.058526390708523786 +] +- position: [ + 0.4999580966832776, + 0.6175613690760081 +] +- position: [ + 0.4999581233529927, + 0.5852912141368188 +] +- position: [ + 0.49995814665822014, + 0.5589242291939045 +] +- position: [ + 0.0402522802424298, + 0.07193791306326183 +] +- position: [ + 0.011903961250042104, + 0.0649680293622682 +] +- position: [ + 0.40668167129437344, + 0.4231156431393461 +] +- position: [ + 0.08933830248375838, + 0.089810391191288 +] +- position: [ + 0.4637205517833623, + 0.4647525907478888 +] diff --git a/SlaveMatrix/Assets/Parts/単足/x0y0.svg b/SlaveMatrix/Assets/Parts/単足/x0y0.svg new file mode 100644 index 0000000..6a7e065 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単足/x0y0.svg @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/単足/x0y1.svg b/SlaveMatrix/Assets/Parts/単足/x0y1.svg new file mode 100644 index 0000000..c51c160 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/単足/x0y1.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/part.yaml b/SlaveMatrix/Assets/Parts/反応/part.yaml new file mode 100644 index 0000000..c0b077a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/part.yaml @@ -0,0 +1,78 @@ +id: 反応 +original_key: 反応 +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +fields: +- name: ハート1 +joints: +- position: [ + 0.06217451838669498, + 0.077335892101858 +] +- position: [ + 0.09700342545889178, + 0.082272254854096 +] +- position: [ + 0.09280537368454664, + 0.0796874415854505 +] +- position: [ + 0.09045759438894074, + 0.09028596764748087 +] +- position: [ + 0.05177604378487254, + 0.0674435216707411 +] +- position: [ + 0.09061074736909328, + 0.07824994160597509 +] +- position: [ + 0.09104474915077942, + 0.09070149566785961 +] +- position: [ + 0.03507551815502461, + 0.0504218512505051 +] +- position: [ + 0.08622149473818655, + 0.07537494164702424 +] +- position: [ + 0.09221905867445673, + 0.09153255170861709 +] +- position: [ + 0.04633367086839623, + 0.13069322252871968 +] +- position: [ + 0.05366632913160385, + 0.13069322252871968 +] diff --git a/SlaveMatrix/Assets/Parts/反応/x0y0.svg b/SlaveMatrix/Assets/Parts/反応/x0y0.svg new file mode 100644 index 0000000..5e4c44c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/x0y1.svg b/SlaveMatrix/Assets/Parts/反応/x0y1.svg new file mode 100644 index 0000000..6b6b026 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x0y1.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/x0y2.svg b/SlaveMatrix/Assets/Parts/反応/x0y2.svg new file mode 100644 index 0000000..6e1fa7f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x0y2.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/x0y3.svg b/SlaveMatrix/Assets/Parts/反応/x0y3.svg new file mode 100644 index 0000000..5c46d1a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x0y3.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/x0y4.svg b/SlaveMatrix/Assets/Parts/反応/x0y4.svg new file mode 100644 index 0000000..7a8cf3f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x0y4.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/x1y0.svg b/SlaveMatrix/Assets/Parts/反応/x1y0.svg new file mode 100644 index 0000000..df6ab2a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x1y0.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/反応/x1y1.svg b/SlaveMatrix/Assets/Parts/反応/x1y1.svg new file mode 100644 index 0000000..2ac11d9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/反応/x1y1.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/part.yaml b/SlaveMatrix/Assets/Parts/口/part.yaml new file mode 100644 index 0000000..4354508 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/part.yaml @@ -0,0 +1,485 @@ +id: 口 +original_key: 口 +resource: 胴体 +morph_x: 2 +morph_y: 14 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +- x: 0 + y: 11 + file: x0y11.svg +- x: 0 + y: 12 + file: x0y12.svg +- x: 0 + y: 13 + file: x0y13.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 1 + y: 5 + file: x1y5.svg +- x: 1 + y: 6 + file: x1y6.svg +- x: 1 + y: 7 + file: x1y7.svg +- x: 1 + y: 8 + file: x1y8.svg +- x: 1 + y: 9 + file: x1y9.svg +- x: 1 + y: 10 + file: x1y10.svg +- x: 1 + y: 11 + file: x1y11.svg +- x: 1 + y: 12 + file: x1y12.svg +- x: 1 + y: 13 + file: x1y13.svg +fields: +- name: 口 +- name: 口紅上 +- name: 牙左 +- name: 牙右 +- name: 口紅下 +joints: +- position: [ + 0.027518731894252135, + 0.025310854556553457 +] +- position: [ + 0.03078878608933493, + 0.025621824810640896 +] +- position: [ + 0.024248677699169264, + 0.025621824810640896 +] +- position: [ + 0.027518731894252135, + 0.02735699148648141 +] +- position: [ + 0.0015508584062358156, + 0.0038959809806709236 +] +- position: [ + 0.027518731894252132, + 0.02434891876394108 +] +- position: [ + 0.024208448420187954, + 0.02474157211862309 +] +- position: [ + 0.03082901536831624, + 0.02474157211862309 +] +- position: [ + 0.027518731894252142, + 0.027138347197043902 +] +- position: [ + 0.0015508584062358156, + 0.0044039212349575065 +] +- position: [ + 0.027518731894252135, + 0.024365984869179565 +] +- position: [ + 0.024208448420187954, + 0.024754711690314755 +] +- position: [ + 0.03082901536831624, + 0.024754711690314755 +] +- position: [ + 0.027518731894252135, + 0.026585172837965913 +] +- position: [ + 0.0015508584062358156, + 0.0049363022123449 +] +- position: [ + 0.027518731894252135, + 0.027232251154918872 +] +- position: [ + 0.030741985481187162, + 0.02724551985420362 +] +- position: [ + 0.024295478307317035, + 0.02724551985420362 +] +- position: [ + 0.027518731894252146, + 0.027771696033600198 +] +- position: [ + 0.0015508584062358156, + 0.002911745627516926 +] +- position: [ + 0.027518731894252125, + 0.027976033399546112 +] +- position: [ + 0.027518731894252125, + 0.026120071515051902 +] +- position: [ + 0.03047502829607056, + 0.026927897631484298 +] +- position: [ + 0.02456243549243363, + 0.026927897631484298 +] +- position: [ + 0.0015508584062358156, + 0.003936780913832335 +] +- position: [ + 0.027518731894252125, + 0.02789078365656244 +] +- position: [ + 0.027518731894252125, + 0.02603482177206823 +] +- position: [ + 0.03046696092726286, + 0.02684336971427548 +] +- position: [ + 0.02457050286124133, + 0.02684336971427548 +] +- position: [ + 0.0015508584062358156, + 0.0038528722615575046 +] +- position: [ + 0.03047502829607059, + 0.026927897631484298 +] +- position: [ + 0.024562435492433657, + 0.026927897631484298 +] +- position: [ + 0.03046696092726289, + 0.02684336971427548 +] +- position: [ + 0.024570502861241357, + 0.02684336971427548 +] +- position: [ + 0.027518731894252132, + 0.025433976526934896 +] +- position: [ + 0.030501082324182083, + 0.02598147138841191 +] +- position: [ + 0.024536381464322108, + 0.02598147138841191 +] +- position: [ + 0.027518731894252142, + 0.027831905435605896 +] +- position: [ + 0.0015508584062358156, + 0.005268514757616221 +] +- position: [ + 0.02751873189425214, + 0.027236446639882683 +] +- position: [ + 0.02446191085157115, + 0.027336845727053406 +] +- position: [ + 0.03057555293693304, + 0.027336845727053406 +] +- position: [ + 0.027518731894252118, + 0.02767347106366434 +] +- position: [ + 0.0015508584062358156, + 0.002981935536246011 +] +- position: [ + 0.027518731894252132, + 0.02661490152307635 +] +- position: [ + 0.02446612038138512, + 0.026846074472731338 +] +- position: [ + 0.030571343407119075, + 0.026846074472731338 +] +- position: [ + 0.027518731894252118, + 0.02708400183208089 +] +- position: [ + 0.0015508584062358156, + 0.0029352246168476478 +] +- position: [ + 0.027518731894252135, + 0.025244182639269714 +] +- position: [ + 0.024206202070958447, + 0.025996221735904223 +] +- position: [ + 0.030831261717545744, + 0.025996221735904223 +] +- position: [ + 0.027518731894252142, + 0.02795876732336682 +] +- position: [ + 0.0015508584062358156, + 0.005284993804565528 +] +- position: [ + 0.025097617011172118, + 0.02785175987315245 +] +- position: [ + 0.029939846777332073, + 0.02785175987315245 +] +- position: [ + 0.027518731894252132, + 0.02601350150082443 +] +- position: [ + 0.02420776466409411, + 0.025881252008465565 +] +- position: [ + 0.03082969912441008, + 0.025881252008465565 +] +- position: [ + 0.027518731894252142, + 0.02824253973543952 +] +- position: [ + 0.0015508584062358156, + 0.004799049060581451 +] +- position: [ + 0.02751873189425214, + 0.028952919078869363 +] +- position: [ + 0.02751873189425214, + 0.02648625992637621 +] +- position: [ + 0.0015508584062358156, + 0.003364952832827656 +] +- position: [ + 0.02751873189425214, + 0.029211608041708186 +] +- position: [ + 0.02751873189425214, + 0.025034841530166243 +] +- position: [ + 0.0015508584062358156, + 0.003673736207759117 +] +- position: [ + 0.027518731894252135, + 0.029211608041708186 +] +- position: [ + 0.027518731894252135, + 0.025034841530166243 +] +- position: [ + 0.0273887684688786, + 0.025340005343167517 +] +- position: [ + 0.027388768468878607, + 0.026405046988044776 +] +- position: [ + 0.027518731894252146, + 0.027121701382495454 +] +- position: [ + 0.027518731894252146, + 0.024100204978246238 +] +- position: [ + 0.0015508584062358156, + 0.0032645596978373545 +] +- position: [ + 0.02751873189425214, + 0.027032271692731907 +] +- position: [ + 0.02751873189425214, + 0.023979759807336954 +] +- position: [ + 0.0015508584062358156, + 0.0032283696952025093 +] +- position: [ + 0.02751873189425214, + 0.027112583949762552 +] +- position: [ + 0.02751873189425214, + 0.024100204978246238 +] +- position: [ + 0.0015508584062358156, + 0.0032721094157501947 +] +- position: [ + 0.02751873189425214, + 0.026990669956270273 +] +- position: [ + 0.0015508584062358156, + 0.003274427576302469 +] +- position: [ + 0.02751873189425214, + 0.027676180752587473 +] +- position: [ + 0.02751873189425214, + 0.02361938317083359 +] +- position: [ + 0.0015508584062358156, + 0.003430994792374973 +] +- position: [ + 0.0273887684688786, + 0.025211409544480274 +] +- position: [ + 0.027388768468878603, + 0.026276451189357525 +] +- position: [ + 0.0015508584062358156, + 0.0029181200557450676 +] +- position: [ + 0.0273887684688786, + 0.025266931426011375 +] +- position: [ + 0.027388768468878597, + 0.02642005733504022 +] +- position: [ + 0.0015508584062358156, + 0.0028565918319988595 +] +- position: [ + 0.027518731894252125, + 0.0279164799183149 +] +- position: [ + 0.027518731894252125, + 0.02431983697375127 +] +- position: [ + 0.0015508584062358156, + 0.0032866893140836013 +] +- position: [ + 0.027400312273938247, + 0.026574410459313556 +] +- position: [ + 0.02740031227393824, + 0.027562061362992805 +] +- position: [ + 0.0015508584062358156, + 0.002714652114442084 +] diff --git a/SlaveMatrix/Assets/Parts/口/x0y0.svg b/SlaveMatrix/Assets/Parts/口/x0y0.svg new file mode 100644 index 0000000..2e2a9c2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y1.svg b/SlaveMatrix/Assets/Parts/口/x0y1.svg new file mode 100644 index 0000000..a246af1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y1.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y10.svg b/SlaveMatrix/Assets/Parts/口/x0y10.svg new file mode 100644 index 0000000..08b1658 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y10.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y11.svg b/SlaveMatrix/Assets/Parts/口/x0y11.svg new file mode 100644 index 0000000..90708d2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y11.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y12.svg b/SlaveMatrix/Assets/Parts/口/x0y12.svg new file mode 100644 index 0000000..7bc9e10 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y12.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y13.svg b/SlaveMatrix/Assets/Parts/口/x0y13.svg new file mode 100644 index 0000000..94263c0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y13.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y2.svg b/SlaveMatrix/Assets/Parts/口/x0y2.svg new file mode 100644 index 0000000..5936a21 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y2.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y3.svg b/SlaveMatrix/Assets/Parts/口/x0y3.svg new file mode 100644 index 0000000..5cf0bed --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y3.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y4.svg b/SlaveMatrix/Assets/Parts/口/x0y4.svg new file mode 100644 index 0000000..cec220e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y4.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y5.svg b/SlaveMatrix/Assets/Parts/口/x0y5.svg new file mode 100644 index 0000000..8fc5998 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y5.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y6.svg b/SlaveMatrix/Assets/Parts/口/x0y6.svg new file mode 100644 index 0000000..487dfca --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y6.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y7.svg b/SlaveMatrix/Assets/Parts/口/x0y7.svg new file mode 100644 index 0000000..2521ba2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y7.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y8.svg b/SlaveMatrix/Assets/Parts/口/x0y8.svg new file mode 100644 index 0000000..666261a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y8.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x0y9.svg b/SlaveMatrix/Assets/Parts/口/x0y9.svg new file mode 100644 index 0000000..d87102d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x0y9.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y0.svg b/SlaveMatrix/Assets/Parts/口/x1y0.svg new file mode 100644 index 0000000..10a62a6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y0.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y1.svg b/SlaveMatrix/Assets/Parts/口/x1y1.svg new file mode 100644 index 0000000..2f27cd6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y1.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y10.svg b/SlaveMatrix/Assets/Parts/口/x1y10.svg new file mode 100644 index 0000000..02cf01c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y10.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y11.svg b/SlaveMatrix/Assets/Parts/口/x1y11.svg new file mode 100644 index 0000000..bde94b9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y11.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y12.svg b/SlaveMatrix/Assets/Parts/口/x1y12.svg new file mode 100644 index 0000000..457e6a5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y12.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y13.svg b/SlaveMatrix/Assets/Parts/口/x1y13.svg new file mode 100644 index 0000000..546da21 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y13.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y2.svg b/SlaveMatrix/Assets/Parts/口/x1y2.svg new file mode 100644 index 0000000..2b67f44 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y2.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y3.svg b/SlaveMatrix/Assets/Parts/口/x1y3.svg new file mode 100644 index 0000000..ed04ee9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y3.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y4.svg b/SlaveMatrix/Assets/Parts/口/x1y4.svg new file mode 100644 index 0000000..7564155 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y4.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y5.svg b/SlaveMatrix/Assets/Parts/口/x1y5.svg new file mode 100644 index 0000000..9d01c8d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y5.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y6.svg b/SlaveMatrix/Assets/Parts/口/x1y6.svg new file mode 100644 index 0000000..43a1172 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y6.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y7.svg b/SlaveMatrix/Assets/Parts/口/x1y7.svg new file mode 100644 index 0000000..8089a94 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y7.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y8.svg b/SlaveMatrix/Assets/Parts/口/x1y8.svg new file mode 100644 index 0000000..ac586ee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y8.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/口/x1y9.svg b/SlaveMatrix/Assets/Parts/口/x1y9.svg new file mode 100644 index 0000000..70a50af --- /dev/null +++ b/SlaveMatrix/Assets/Parts/口/x1y9.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/吹出し/part.yaml b/SlaveMatrix/Assets/Parts/吹出し/part.yaml new file mode 100644 index 0000000..5900a82 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/吹出し/part.yaml @@ -0,0 +1,16 @@ +id: 吹出し +original_key: 吹出し +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 吹出し +joints: +- position: [ + -0.02371400659028311, + 0.1393050794173243 +] diff --git a/SlaveMatrix/Assets/Parts/吹出し/x0y0.svg b/SlaveMatrix/Assets/Parts/吹出し/x0y0.svg new file mode 100644 index 0000000..a1dfa3a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/吹出し/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/呼気/part.yaml b/SlaveMatrix/Assets/Parts/呼気/part.yaml new file mode 100644 index 0000000..7797050 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/呼気/part.yaml @@ -0,0 +1,48 @@ +id: 呼気 +original_key: 呼気 +resource: 胴体 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 呼気左1 +- name: 呼気左2 +- name: 呼気左3 +- name: 呼気右1 +- name: 呼気右2 +- name: 呼気右3 +joints: +- position: [ + 0.3344464727836933, + 0.3345962358494053 +] +- position: [ + 0.34431444163765135, + 0.3325224543213954 +] +- position: [ + 0.3384660967986369, + 0.33969153389651674 +] +- position: [ + 0.33189882376013763, + 0.33969153389651674 +] +- position: [ + 0.35418241049160937, + 0.3345962358494053 +] +- position: [ + 0.3501627864766659, + 0.33969153389651674 +] +- position: [ + 0.356730059515165, + 0.33969153389651674 +] diff --git a/SlaveMatrix/Assets/Parts/呼気/x0y0.svg b/SlaveMatrix/Assets/Parts/呼気/x0y0.svg new file mode 100644 index 0000000..c580aae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/呼気/x0y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/呼気/x0y1.svg b/SlaveMatrix/Assets/Parts/呼気/x0y1.svg new file mode 100644 index 0000000..b13beee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/呼気/x0y1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/噴乳左/part.yaml b/SlaveMatrix/Assets/Parts/噴乳左/part.yaml new file mode 100644 index 0000000..0f5ee23 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/part.yaml @@ -0,0 +1,32 @@ +id: 噴乳左 +original_key: 噴乳左 +resource: 胴体 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 母乳垂れ1 +- name: 母乳垂れ2 +joints: +- position: [ + 0.061904468716062144, + 0.07267129069752817 +] diff --git a/SlaveMatrix/Assets/Parts/噴乳左/x0y0.svg b/SlaveMatrix/Assets/Parts/噴乳左/x0y0.svg new file mode 100644 index 0000000..49ba46d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/x0y0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/噴乳左/x0y1.svg b/SlaveMatrix/Assets/Parts/噴乳左/x0y1.svg new file mode 100644 index 0000000..044734d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/x0y1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/噴乳左/x0y2.svg b/SlaveMatrix/Assets/Parts/噴乳左/x0y2.svg new file mode 100644 index 0000000..d23e2c1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/x0y2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/噴乳左/x0y3.svg b/SlaveMatrix/Assets/Parts/噴乳左/x0y3.svg new file mode 100644 index 0000000..9b77557 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/x0y3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/噴乳左/x0y4.svg b/SlaveMatrix/Assets/Parts/噴乳左/x0y4.svg new file mode 100644 index 0000000..bed3722 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/x0y4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/噴乳左/x0y5.svg b/SlaveMatrix/Assets/Parts/噴乳左/x0y5.svg new file mode 100644 index 0000000..a1a0d74 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/噴乳左/x0y5.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足LowerArm/part.yaml b/SlaveMatrix/Assets/Parts/四足LowerArm/part.yaml new file mode 100644 index 0000000..8b0bb9a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足LowerArm/part.yaml @@ -0,0 +1,98 @@ +id: 四足LowerArm +original_key: 四足下腕 +resource: 腕左 +morph_x: 2 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +fields: +- name: 下腕 +- name: 筋肉 +- name: 鱗 +- name: 腕輪 +joints: +- position: [ + 0.06830131609171752, + 0.08267217426435583 +] +- position: [ + 0.06845391071577397, + 0.08017048562974353 +] +- position: [ + 0.043866001958765784, + 0.08066551895348782 +] +- position: [ + 0.05941078030718124, + 0.08092821603673048 +] +- position: [ + 0.04709893390534738, + 0.06174314088540028 +] +- position: [ + 0.051750196173318636, + 0.04630419879927744 +] +- position: [ + 0.05184149360389476, + 0.045813443590590384 +] +- position: [ + 0.05189908979277369, + 0.04419529771519512 +] +- position: [ + 0.051694166842060185, + 0.042965648283923685 +] +- position: [ + 0.051888294827516945, + 0.04407094783165195 +] +- position: [ + 0.011152769902399134, + 0.015017547950448702 +] +- position: [ + 0.011152769902399133, + 0.0028878722867743747 +] +- position: [ + 0.011152769902399134, + 0.024658425905775855 +] +- position: [ + 0.011152769902399133, + -0.002352886100977586 +] +- position: [ + 0.007758324996586714, + 0.012760613675638964 +] +- position: [ + 0.009906215631991289, + 0.011319621775581325 +] +- position: [ + 0.005610434361182021, + 0.004197028217592075 +] +- position: [ + 0.06316987105115596, + 0.06911991453336086 +] +- position: [ + 0.06179019060576512, + 0.06290537769811243 +] +- position: [ + 0.0443978934332051, + 0.06736467542975345 +] diff --git a/SlaveMatrix/Assets/Parts/四足LowerArm/x0y0.svg b/SlaveMatrix/Assets/Parts/四足LowerArm/x0y0.svg new file mode 100644 index 0000000..751ebbc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足LowerArm/x0y0.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足LowerArm/x1y0.svg b/SlaveMatrix/Assets/Parts/四足LowerArm/x1y0.svg new file mode 100644 index 0000000..8e48075 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足LowerArm/x1y0.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足UpperArm/part.yaml b/SlaveMatrix/Assets/Parts/四足UpperArm/part.yaml new file mode 100644 index 0000000..1d0f07c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足UpperArm/part.yaml @@ -0,0 +1,51 @@ +id: 四足UpperArm +original_key: 四足上腕 +resource: 腕左 +morph_x: 2 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +fields: +- name: 筋肉上 +- name: 上腕 +- name: 筋肉下 +- name: 虎柄 +- name: 鱗 +joints: +- position: [ + 0.0776090258406749, + 0.0666146658662219 +] +- position: [ + 0.05636515080019466, + 0.06626143700652762 +] +- position: [ + 0.009307784641308431, + -0.023539039544349737 +] +- position: [ + 0.008842682619453885, + -0.02328738079580974 +] +- position: [ + 0.008073215725038512, + -0.022975682007035987 +] +- position: [ + 0.03829360131887328, + 0.0050548530859284855 +] +- position: [ + 0.09118582473193013, + 0.07089467187295634 +] +- position: [ + 0.08706011231230343, + 0.06548408928052393 +] diff --git a/SlaveMatrix/Assets/Parts/四足UpperArm/x0y0.svg b/SlaveMatrix/Assets/Parts/四足UpperArm/x0y0.svg new file mode 100644 index 0000000..590c3af --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足UpperArm/x0y0.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足UpperArm/x1y0.svg b/SlaveMatrix/Assets/Parts/四足UpperArm/x1y0.svg new file mode 100644 index 0000000..3f438d4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足UpperArm/x1y0.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足ボテ腹/part.yaml b/SlaveMatrix/Assets/Parts/四足ボテ腹/part.yaml new file mode 100644 index 0000000..49899cc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足ボテ腹/part.yaml @@ -0,0 +1,45 @@ +id: 四足ボテ腹 +original_key: 四足ボテ腹 +resource: 半身 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 腹 +- name: 臍 +joints: +- position: [ + 0.026957988763944597, + 0.026994133758398098 +] +- position: [ + 0.026957988763944597, + 0.027556190748792737 +] +- position: [ + 0.026957988763944597, + 0.02811824773918739 +] +- position: [ + 0.026957988763944597, + 0.028680304729582058 +] +- position: [ + 0.026957988763944597, + 0.02930606894747038 +] diff --git a/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y0.svg b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y0.svg new file mode 100644 index 0000000..744fd33 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y1.svg b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y1.svg new file mode 100644 index 0000000..6a2c3e0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y2.svg b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y2.svg new file mode 100644 index 0000000..ee52055 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y3.svg b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y3.svg new file mode 100644 index 0000000..36dfb30 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y4.svg b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y4.svg new file mode 100644 index 0000000..2ef2df7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足ボテ腹/x0y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足固定帯/part.yaml b/SlaveMatrix/Assets/Parts/四足固定帯/part.yaml new file mode 100644 index 0000000..255c634 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足固定帯/part.yaml @@ -0,0 +1,422 @@ +id: 四足固定帯 +original_key: 四足固定帯 +resource: 半身 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 革左上 +- name: 革右上 +- name: 革 +- name: 金具左1 +- name: 金具左2 +- name: 金具左3 +- name: 丸金具上左1 +- name: 丸金具上左2 +- name: 丸金具上左3 +- name: 金具右1 +- name: 金具右2 +- name: 金具右3 +- name: 丸金具上右1 +- name: 丸金具上右2 +- name: 丸金具上右3 +- name: 輪後上 +- name: 輪後下通常 +- name: 輪前上 +- name: 輪前下通常 +- name: 革左下 +- name: 革右下 +- name: 丸金具下左 +- name: 丸金具下右 +- name: 革下1 +- name: 革下2 +- name: 丸金具下1 +- name: 丸金具下2 +joints: +- position: [ + -0.0014188466009395504, + -0.0007350022621906467 +] +- position: [ + 0.028284593641646143, + -0.0007350022621906467 +] +- position: [ + -0.0038478078433456762, + 0.0031896203613226257 +] +- position: [ + 0.030713554884052252, + 0.0031896203613226257 +] +- position: [ + -0.015725157004951855, + -0.009183934346095423 +] +- position: [ + 0.04259090404565847, + -0.009183934346095423 +] +- position: [ + -0.008714729694992035, + -0.003154966859529969 +] +- position: [ + 0.035580476735698675, + -0.003154966859529969 +] +- position: [ + 0.013432873520353264, + 0.03909350451529489 +] +- position: [ + 0.010836577234843572, + 0.02385339810859675 +] +- position: [ + 0.01602916980586297, + 0.02385339810859675 +] +- position: [ + 0.01149880375232658, + 0.021371024260863392 +] +- position: [ + 0.015366943288379944, + 0.021371024260863392 +] +- position: [ + 0.004703670810952154, + 0.0051439026120358245 +] +- position: [ + 0.010812979182221266, + 0.0051439026120358245 +] +- position: [ + 0.00760610994361811, + 0.018275960532014104 +] +- position: [ + 0.007606109943618107, + 0.003019405100189454 +] +- position: [ + 0.00760610994361811, + 0.021060787919551998 +] +- position: [ + 0.0026699173665859647, + 0.017689965585583584 +] +- position: [ + 0.012542302520650254, + 0.017689965585583584 +] +- position: [ + 0.007606109943618107, + 0.0056421985030905945 +] +- position: [ + 0.017691648763822, + 0.01651059331932458 +] +- position: [ + 0.019173031213256194, + 0.01651059331932458 +] +- position: [ + 0.018432339988539145, + 0.019241890346097867 +] +- position: [ + 0.018432339988539145, + 0.019285494864393817 +] +- position: [ + -0.0014188466009395504, + -0.000996503707143037 +] +- position: [ + 0.028284593641646143, + -0.000996503707143037 +] +- position: [ + -0.0038478078433456762, + 0.0029281189163702357 +] +- position: [ + 0.030713554884052252, + 0.0029281189163702357 +] +- position: [ + -0.015725157004951855, + -0.009445435791047813 +] +- position: [ + 0.04259090404565847, + -0.009445435791047813 +] +- position: [ + -0.008714729694992035, + -0.003416468304482359 +] +- position: [ + 0.035580476735698675, + -0.003416468304482359 +] +- position: [ + 0.013432873520353264, + 0.03749704003600582 +] +- position: [ + 0.010836577234843572, + 0.023591896663644363 +] +- position: [ + 0.01602916980586297, + 0.023591896663644363 +] +- position: [ + 0.01149880375232658, + 0.021109522815911004 +] +- position: [ + 0.015366943288379944, + 0.021109522815911004 +] +- position: [ + 0.00760610994361811, + 0.01866292792179984 +] +- position: [ + 0.007606109943618107, + 0.003376903625942883 +] +- position: [ + 0.017585953856733106, + 0.016609381888391027 +] +- position: [ + 0.01927872612034509, + 0.016609381888391016 +] +- position: [ + -0.0014188466009395504, + -0.0012580051520954274 +] +- position: [ + 0.028284593641646143, + -0.0012580051520954274 +] +- position: [ + -0.0038478078433456762, + 0.0026666174714178453 +] +- position: [ + 0.030713554884052252, + 0.0026666174714178453 +] +- position: [ + -0.015725157004951855, + -0.009706937236000203 +] +- position: [ + 0.04259090404565847, + -0.009706937236000203 +] +- position: [ + -0.008714729694992035, + -0.003677969749434749 +] +- position: [ + 0.035580476735698675, + -0.003677969749434749 +] +- position: [ + 0.013432873520353264, + 0.03590057555671676 +] +- position: [ + 0.010836577234843572, + 0.023330395218691975 +] +- position: [ + 0.01602916980586297, + 0.023330395218691975 +] +- position: [ + 0.01149880375232658, + 0.020848021370958616 +] +- position: [ + 0.015366943288379944, + 0.020848021370958616 +] +- position: [ + 0.00760610994361811, + 0.019049895311585578 +] +- position: [ + 0.007606109943618107, + 0.003734402151696312 +] +- position: [ + 0.01748025894964421, + 0.016708170457457473 +] +- position: [ + 0.019384421027433988, + 0.01670817045745746 +] +- position: [ + -0.0014188466009395504, + -0.0015195065970478178 +] +- position: [ + 0.028284593641646143, + -0.0015195065970478178 +] +- position: [ + -0.0038478078433456762, + 0.002405116026465455 +] +- position: [ + 0.030713554884052252, + 0.002405116026465455 +] +- position: [ + -0.015725157004951855, + -0.009968438680952593 +] +- position: [ + 0.04259090404565847, + -0.009968438680952593 +] +- position: [ + -0.008714729694992035, + -0.00393947119438714 +] +- position: [ + 0.035580476735698675, + -0.00393947119438714 +] +- position: [ + 0.013432873520353264, + 0.034304111077427694 +] +- position: [ + 0.010836577234843572, + 0.023068893773739583 +] +- position: [ + 0.01602916980586297, + 0.023068893773739583 +] +- position: [ + 0.01149880375232658, + 0.020586519926006224 +] +- position: [ + 0.015366943288379944, + 0.020586519926006224 +] +- position: [ + 0.00760610994361811, + 0.019436862701371318 +] +- position: [ + 0.007606109943618107, + 0.004091900677449742 +] +- position: [ + 0.017374564042555312, + 0.016806959026523922 +] +- position: [ + 0.01949011593452288, + 0.016806959026523894 +] +- position: [ + -0.0014188466009395504, + -0.001781008042000209 +] +- position: [ + 0.028284593641646143, + -0.001781008042000209 +] +- position: [ + -0.0038478078433456762, + 0.0021436145815130637 +] +- position: [ + 0.030713554884052252, + 0.0021436145815130637 +] +- position: [ + -0.015725157004951855, + -0.010229940125904984 +] +- position: [ + 0.04259090404565847, + -0.010229940125904984 +] +- position: [ + -0.008714729694992035, + -0.004200972639339531 +] +- position: [ + 0.035580476735698675, + -0.004200972639339531 +] +- position: [ + 0.013432873520353264, + 0.03270764659813863 +] +- position: [ + 0.010836577234843572, + 0.02280739232878719 +] +- position: [ + 0.01602916980586297, + 0.02280739232878719 +] +- position: [ + 0.01149880375232658, + 0.020325018481053832 +] +- position: [ + 0.015366943288379944, + 0.020325018481053832 +] +- position: [ + 0.00760610994361811, + 0.019823830091157055 +] +- position: [ + 0.007606109943618107, + 0.00444939920320317 +] +- position: [ + 0.017268869135466422, + 0.01690574759559037 +] +- position: [ + 0.019595810841611775, + 0.016905747595590336 +] diff --git a/SlaveMatrix/Assets/Parts/四足固定帯/x0y0.svg b/SlaveMatrix/Assets/Parts/四足固定帯/x0y0.svg new file mode 100644 index 0000000..ef54f8e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足固定帯/x0y0.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足固定帯/x0y1.svg b/SlaveMatrix/Assets/Parts/四足固定帯/x0y1.svg new file mode 100644 index 0000000..a996ee4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足固定帯/x0y1.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足固定帯/x0y2.svg b/SlaveMatrix/Assets/Parts/四足固定帯/x0y2.svg new file mode 100644 index 0000000..f92df5a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足固定帯/x0y2.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足固定帯/x0y3.svg b/SlaveMatrix/Assets/Parts/四足固定帯/x0y3.svg new file mode 100644 index 0000000..48bb175 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足固定帯/x0y3.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足固定帯/x0y4.svg b/SlaveMatrix/Assets/Parts/四足固定帯/x0y4.svg new file mode 100644 index 0000000..fe16785 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足固定帯/x0y4.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/part.yaml b/SlaveMatrix/Assets/Parts/四足性器/part.yaml new file mode 100644 index 0000000..e0dcf55 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/part.yaml @@ -0,0 +1,129 @@ +id: 四足性器 +original_key: 四足性器 +resource: 性器 +morph_x: 4 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 1 + y: 5 + file: x1y5.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 2 + y: 2 + file: x2y2.svg +- x: 2 + y: 3 + file: x2y3.svg +- x: 2 + y: 4 + file: x2y4.svg +- x: 2 + y: 5 + file: x2y5.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +- x: 3 + y: 2 + file: x3y2.svg +- x: 3 + y: 3 + file: x3y3.svg +- x: 3 + y: 4 + file: x3y4.svg +- x: 3 + y: 5 + file: x3y5.svg +fields: +- name: 小陰唇 +- name: 性器基 +- name: 陰核 +- name: 尿道 +- name: 膣口 +joints: +- position: [ + 0.01919286476298842, + 0.023595236640994305 +] +- position: [ + 0.019192864762988426, + 0.013894537276120108 +] +- position: [ + 0.019192864762988447, + 0.017204273695853593 +] +- position: [ + 0.019192864762988426, + 0.02087839664316967 +] +- position: [ + 0.017946087271852165, + 0.013223195550123659 +] +- position: [ + 0.017935023838670416, + 0.012543171719556996 +] +- position: [ + 0.019192864762988426, + 0.01208742032849737 +] +- position: [ + 0.02045070568730644, + 0.012543171719556996 +] +- position: [ + 0.01919286476298842, + 0.017204273695853593 +] +- position: [ + 0.01919286476298842, + 0.02087839664316967 +] +- position: [ + 0.02043964225412464, + 0.013223195550123659 +] diff --git a/SlaveMatrix/Assets/Parts/四足性器/x0y0.svg b/SlaveMatrix/Assets/Parts/四足性器/x0y0.svg new file mode 100644 index 0000000..52a2eb5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x0y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x0y1.svg b/SlaveMatrix/Assets/Parts/四足性器/x0y1.svg new file mode 100644 index 0000000..59d640a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x0y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x0y2.svg b/SlaveMatrix/Assets/Parts/四足性器/x0y2.svg new file mode 100644 index 0000000..1cda6f2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x0y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x0y3.svg b/SlaveMatrix/Assets/Parts/四足性器/x0y3.svg new file mode 100644 index 0000000..59a0e93 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x0y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x0y4.svg b/SlaveMatrix/Assets/Parts/四足性器/x0y4.svg new file mode 100644 index 0000000..8a57436 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x0y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x0y5.svg b/SlaveMatrix/Assets/Parts/四足性器/x0y5.svg new file mode 100644 index 0000000..9b17ada --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x0y5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x1y0.svg b/SlaveMatrix/Assets/Parts/四足性器/x1y0.svg new file mode 100644 index 0000000..479b00f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x1y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x1y1.svg b/SlaveMatrix/Assets/Parts/四足性器/x1y1.svg new file mode 100644 index 0000000..e196de1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x1y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x1y2.svg b/SlaveMatrix/Assets/Parts/四足性器/x1y2.svg new file mode 100644 index 0000000..91fe6b5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x1y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x1y3.svg b/SlaveMatrix/Assets/Parts/四足性器/x1y3.svg new file mode 100644 index 0000000..d89afe2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x1y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x1y4.svg b/SlaveMatrix/Assets/Parts/四足性器/x1y4.svg new file mode 100644 index 0000000..c219865 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x1y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x1y5.svg b/SlaveMatrix/Assets/Parts/四足性器/x1y5.svg new file mode 100644 index 0000000..3148038 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x1y5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x2y0.svg b/SlaveMatrix/Assets/Parts/四足性器/x2y0.svg new file mode 100644 index 0000000..479b00f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x2y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x2y1.svg b/SlaveMatrix/Assets/Parts/四足性器/x2y1.svg new file mode 100644 index 0000000..5b192df --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x2y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x2y2.svg b/SlaveMatrix/Assets/Parts/四足性器/x2y2.svg new file mode 100644 index 0000000..ee83fc9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x2y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x2y3.svg b/SlaveMatrix/Assets/Parts/四足性器/x2y3.svg new file mode 100644 index 0000000..b0d8040 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x2y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x2y4.svg b/SlaveMatrix/Assets/Parts/四足性器/x2y4.svg new file mode 100644 index 0000000..ee83fc9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x2y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x2y5.svg b/SlaveMatrix/Assets/Parts/四足性器/x2y5.svg new file mode 100644 index 0000000..5b192df --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x2y5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x3y0.svg b/SlaveMatrix/Assets/Parts/四足性器/x3y0.svg new file mode 100644 index 0000000..52a2eb5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x3y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x3y1.svg b/SlaveMatrix/Assets/Parts/四足性器/x3y1.svg new file mode 100644 index 0000000..bc5b308 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x3y1.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x3y2.svg b/SlaveMatrix/Assets/Parts/四足性器/x3y2.svg new file mode 100644 index 0000000..55d8404 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x3y2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x3y3.svg b/SlaveMatrix/Assets/Parts/四足性器/x3y3.svg new file mode 100644 index 0000000..7d2f4e9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x3y3.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x3y4.svg b/SlaveMatrix/Assets/Parts/四足性器/x3y4.svg new file mode 100644 index 0000000..55d8404 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x3y4.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器/x3y5.svg b/SlaveMatrix/Assets/Parts/四足性器/x3y5.svg new file mode 100644 index 0000000..beca995 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器/x3y5.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/part.yaml b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/part.yaml new file mode 100644 index 0000000..fb925a1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/part.yaml @@ -0,0 +1,77 @@ +id: 四足性器精液垂れ +original_key: 四足性器精液垂れ +resource: 性器付 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 精液 +- name: 血液1 +- name: 血液2 +joints: +- position: [ + 0.045273530460727726, + 0.04780735699075963 +] +- position: [ + 0.04751747344176094, + 0.04893598901689323 +] +- position: [ + 0.04384854627043383, + 0.04833623460002859 +] +- position: [ + 0.049248830461773974, + 0.0501929525749941 +] +- position: [ + 0.04366161801766724, + 0.04982976519188901 +] +- position: [ + 0.05008878612007953, + 0.05199596116110425 +] +- position: [ + 0.043181786607571535, + 0.05243780231990122 +] +- position: [ + 0.05044074291569975, + 0.054279196768348616 +] +- position: [ + 0.04282960243775627, + 0.05501115652561337 +] +- position: [ + 0.052097248153165306, + 0.05746634912354322 +] +- position: [ + 0.0430167552032555, + 0.054896311143700485 +] +- position: [ + 0.051700620560104764, + 0.05870688305017794 +] diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y0.svg b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y0.svg new file mode 100644 index 0000000..5f484eb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y1.svg b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y1.svg new file mode 100644 index 0000000..1c41943 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y2.svg b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y2.svg new file mode 100644 index 0000000..b045383 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y3.svg b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y3.svg new file mode 100644 index 0000000..352d758 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y4.svg b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y4.svg new file mode 100644 index 0000000..81dcd7a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y5.svg b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y5.svg new file mode 100644 index 0000000..f955c19 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足性器精液垂れ/x0y5.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足手/part.yaml b/SlaveMatrix/Assets/Parts/四足手/part.yaml new file mode 100644 index 0000000..e209a79 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足手/part.yaml @@ -0,0 +1,176 @@ +id: 四足手 +original_key: 四足手 +resource: 腕左 +morph_x: 2 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +fields: +- name: 手 +- name: 親指 +- name: 小指 +- name: 薬指 +- name: 中指 +- name: 人指 +- name: 鱗 +joints: +- position: [ + 0.022264599688832674, + 0.031815932331494476 +] +- position: [ + 0.014342207372900146, + 0.024683420528256048 +] +- position: [ + 0.012912382014479876, + 0.017285053153543818 +] +- position: [ + 0.01329760987442305, + 0.00991364587958356 +] +- position: [ + 0.015360117533824267, + 0.004179204800019981 +] +- position: [ + 0.03045402586446332, + 0.014522297907929752 +] +- position: [ + 0.01438937314156745, + 0.01868042795249625 +] +- position: [ + 0.013301571578263876, + 0.017517527770512135 +] +- position: [ + 0.012619092061807835, + 0.018266501469563698 +] +- position: [ + 0.012931789519860244, + 0.018606716921793675 +] +- position: [ + 0.013379091847391906, + 0.018702142544004253 +] +- position: [ + 0.02271700869500711, + 0.02491280196221563 +] +- position: [ + 0.02271700869500711, + 0.024924793580065444 +] +- position: [ + 0.030593652587492793, + 0.028706557188651262 +] +- position: [ + 0.045588786542345966, + 0.08448288456155162 +] +- position: [ + 0.08271024416233785, + 0.08510469371004094 +] +- position: [ + 0.060781641105046746, + 0.08410851595625603 +] +- position: [ + 0.06444709634441742, + 0.07995959606291429 +] +- position: [ + 0.011152769902399131, + 0.008239431033861166 +] +- position: [ + 0.011152769902399133, + 0.017382997659006787 +] +- position: [ + 0.01115276990239913, + 0.000971964668422632 +] +- position: [ + 0.011152769902399134, + 0.021333575136375627 +] +- position: [ + 0.007758324996586708, + 0.003987510254020811 +] +- position: [ + 0.009906215631991296, + 0.0050737557406937035 +] +- position: [ + 0.005610434361182031, + 0.010442894252479741 +] +- position: [ + 0.05001732602910411, + 0.08453057270466469 +] +- position: [ + 0.08303557742045153, + 0.08556355258364548 +] +- position: [ + 0.06104787643003595, + 0.08426334232066955 +] +- position: [ + 0.08313250877363348, + 0.08339381443970978 +] +- position: [ + 0.07828136157164597, + 0.08190959850724853 +] +- position: [ + 0.09149600738165391, + 0.08929325231422847 +] +- position: [ + 0.011152769902399131, + 0.00809376409043427 +] +- position: [ + 0.011152769902399133, + 0.01769450904683717 +] +- position: [ + 0.01115276990239913, + 0.0004629244067238074 +] +- position: [ + 0.011152769902399134, + 0.02184261539807445 +] +- position: [ + 0.007758324996586708, + 0.003798969516892516 +] +- position: [ + 0.009906215631991296, + 0.004939527277899054 +] +- position: [ + 0.005610434361182031, + 0.010577122715274391 +] diff --git a/SlaveMatrix/Assets/Parts/四足手/x0y0.svg b/SlaveMatrix/Assets/Parts/四足手/x0y0.svg new file mode 100644 index 0000000..9633b00 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足手/x0y0.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足手/x1y0.svg b/SlaveMatrix/Assets/Parts/四足手/x1y0.svg new file mode 100644 index 0000000..de502d6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足手/x1y0.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足手/x1y1.svg b/SlaveMatrix/Assets/Parts/四足手/x1y1.svg new file mode 100644 index 0000000..90fe22a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足手/x1y1.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/part.yaml b/SlaveMatrix/Assets/Parts/四足放尿/part.yaml new file mode 100644 index 0000000..59a5577 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/part.yaml @@ -0,0 +1,263 @@ +id: 四足放尿 +original_key: 四足放尿 +resource: 性器付 +morph_x: 1 +morph_y: 11 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +fields: +- name: 尿 +- name: 尿散り1 +- name: 尿散り2 +- name: 尿散り3 +- name: 尿散り4 +- name: 尿散り5 +joints: +- position: [ + 0.12075622500919761, + 0.12708960234915945 +] +- position: [ + 0.11551008068372773, + 0.12583768477440643 +] +- position: [ + 0.11865983033008004, + 0.1252403411862788 +] +- position: [ + 0.11925009340493797, + 0.1260143252646274 +] +- position: [ + 0.12513183488714172, + 0.1217651569085887 +] +- position: [ + 0.11667808607938429, + 0.13804677266447463 +] +- position: [ + 0.12316701181428807, + 0.13705448782888396 +] +- position: [ + 0.12076053336457482, + 0.1355623885335009 +] +- position: [ + 0.11872368871346259, + 0.13704649593286394 +] +- position: [ + 0.1130257669895674, + 0.13249595491910043 +] +- position: [ + 0.12266635206292564, + 0.14900394297978986 +] +- position: [ + 0.1149346449185879, + 0.14827129088336144 +] +- position: [ + 0.11659785217166235, + 0.14588443588072308 +] +- position: [ + 0.12008127839902885, + 0.14807866660110047 +] +- position: [ + 0.12559538036461546, + 0.14322675292961218 +] +- position: [ + 0.11476795902565637, + 0.1599611132951051 +] +- position: [ + 0.12374244757942804, + 0.15948809393783897 +] +- position: [ + 0.12282251152299242, + 0.15620648322794523 +] +- position: [ + 0.11789250371937168, + 0.159110837269337 +] +- position: [ + 0.11256222151209366, + 0.15395755094012392 +] +- position: [ + 0.12457647911665365, + 0.17091828361042033 +] +- position: [ + 0.11435920915344808, + 0.1707048969923165 +] +- position: [ + 0.11453587401324467, + 0.16652853057516737 +] +- position: [ + 0.12091246339311973, + 0.17014300793757348 +] +- position: [ + 0.12605892584208922, + 0.16468834895063572 +] +- position: [ + 0.11285783197192831, + 0.18187545392573556 +] +- position: [ + 0.12431788334456773, + 0.18192170004679403 +] +- position: [ + 0.12488448968141017, + 0.1768505779223895 +] +- position: [ + 0.11706131872528078, + 0.18117517860581 +] +- position: [ + 0.11209867603461993, + 0.17541914696114747 +] +- position: [ + 0.12648660617038168, + 0.1928326242410508 +] +- position: [ + 0.11378377338830825, + 0.19313850310127156 +] +- position: [ + 0.11247389585482695, + 0.1871726252696117 +] +- position: [ + 0.1217436483872106, + 0.19220734927404648 +] +- position: [ + 0.12652247131956296, + 0.1861499449716592 +] +- position: [ + 0.11094770491820025, + 0.20378979455636603 +] +- position: [ + 0.12489331910970769, + 0.20435530615574904 +] +- position: [ + 0.12694646783982777, + 0.19749467261683384 +] +- position: [ + 0.11623013373118987, + 0.203239519942283 +] +- position: [ + 0.11163513055714619, + 0.19688074298217095 +] +- position: [ + 0.12839673322410966, + 0.21474696487168127 +] +- position: [ + 0.11320833762316845, + 0.21557210921022657 +] +- position: [ + 0.11041191769640926, + 0.20781671996405598 +] +- position: [ + 0.12257483338130148, + 0.21427169061051954 +] +- position: [ + 0.1272922622662858, + 0.20661627363814167 +] +- position: [ + 0.11241422059867912, + 0.2170699841519506 +] +- position: [ + 0.12523355906726283, + 0.21560356166730743 +] +- position: [ + 0.12445440332830343, + 0.20933587038402512 +] +- position: [ + 0.1161437989708721, + 0.21480638238089544 +] +- position: [ + 0.10999264139133635, + 0.21474696487168127 +] +- position: [ + 0.12518103699227753, + 0.21557210921022657 +] +- position: [ + 0.12797745691903664, + 0.20781671996405598 +] +- position: [ + 0.11581454123414442, + 0.21427169061051954 +] +- position: [ + 0.1109866286822534, + 0.20702360024188993 +] diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y0.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y0.svg new file mode 100644 index 0000000..b08bbc6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y0.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y1.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y1.svg new file mode 100644 index 0000000..a3f3748 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y10.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y10.svg new file mode 100644 index 0000000..3c32be1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y10.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y2.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y2.svg new file mode 100644 index 0000000..5b4e9e4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y3.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y3.svg new file mode 100644 index 0000000..9fecb82 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y4.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y4.svg new file mode 100644 index 0000000..98de551 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y5.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y5.svg new file mode 100644 index 0000000..ada7e89 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y5.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y6.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y6.svg new file mode 100644 index 0000000..f96de4e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y6.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y7.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y7.svg new file mode 100644 index 0000000..b4d6374 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y7.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y8.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y8.svg new file mode 100644 index 0000000..490c253 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y8.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足放尿/x0y9.svg b/SlaveMatrix/Assets/Parts/四足放尿/x0y9.svg new file mode 100644 index 0000000..fc88132 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足放尿/x0y9.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足断面/part.yaml b/SlaveMatrix/Assets/Parts/四足断面/part.yaml new file mode 100644 index 0000000..3d31127 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足断面/part.yaml @@ -0,0 +1,74 @@ +id: 四足断面 +original_key: 四足断面 +resource: 半身 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 膣基 +- name: 膣壁左 +- name: 膣壁右 +- name: 卵巣左 +- name: 卵管左 +- name: 卵巣右 +- name: 卵管右 +- name: 子宮 +- name: 子宮内 +- name: 子宮口 +- name: 精液 +joints: +- position: [ + 0.027564282951598268, + 0.028740295197142426 +] +- position: [ + 0.03548968984921339, + 0.02874029519714242 +] +- position: [ + 0.03152698640040582, + 0.016297679253218463 +] +- position: [ + 0.062181567670719494, + 0.0742074490859955 +] +- position: [ + 0.06218156767071952, + 0.06261134446525408 +] +- position: [ + 0.06915434906547871, + 0.05813246792084563 +] +- position: [ + 0.055208786275960285, + 0.05813246792084563 +] +- position: [ + 0.05461180784238318, + 0.0606338591996015 +] +- position: [ + 0.06975132749905585, + 0.0606338591996015 +] +- position: [ + 0.03152698640040582, + 0.015509463426494025 +] diff --git a/SlaveMatrix/Assets/Parts/四足断面/x0y0.svg b/SlaveMatrix/Assets/Parts/四足断面/x0y0.svg new file mode 100644 index 0000000..c367a0d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足断面/x0y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足断面/x0y1.svg b/SlaveMatrix/Assets/Parts/四足断面/x0y1.svg new file mode 100644 index 0000000..6399789 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足断面/x0y1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足断面/x0y2.svg b/SlaveMatrix/Assets/Parts/四足断面/x0y2.svg new file mode 100644 index 0000000..47ca874 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足断面/x0y2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足断面/x0y3.svg b/SlaveMatrix/Assets/Parts/四足断面/x0y3.svg new file mode 100644 index 0000000..00e75bf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足断面/x0y3.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足断面/x0y4.svg b/SlaveMatrix/Assets/Parts/四足断面/x0y4.svg new file mode 100644 index 0000000..1aa43f4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足断面/x0y4.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足染み/part.yaml b/SlaveMatrix/Assets/Parts/四足染み/part.yaml new file mode 100644 index 0000000..d8f7b73 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足染み/part.yaml @@ -0,0 +1,62 @@ +id: 四足染み +original_key: 四足染み +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 潮1 +- name: 潮2 +- name: 潮3 +- name: 尿1 +- name: 尿2 +- name: 汗 +- name: 湯気 +joints: +- position: [ + 0.2775277367793258, + 0.2673779032672849 +] +- position: [ + 0.27752773677932585, + 0.30381436492321273 +] +- position: [ + 0.34744901594506805, + 0.38181830645607867 +] +- position: [ + 0.34744901594506805, + 0.4231961056345822 +] +- position: [ + 0.33467017873915106, + 0.3211995973988318 +] +- position: [ + 0.34431444163765135, + 0.3325224543213954 +] +- position: [ + 0.32968722181715443, + 0.3151730084663655 +] +- position: [ + 0.33447471851947264, + 0.31371797961326753 +] +- position: [ + 0.3539587045361517, + 0.3211995973988318 +] +- position: [ + 0.3589416614581483, + 0.3151730084663655 +] +- position: [ + 0.3541541647558301, + 0.31371797961326753 +] diff --git a/SlaveMatrix/Assets/Parts/四足染み/x0y0.svg b/SlaveMatrix/Assets/Parts/四足染み/x0y0.svg new file mode 100644 index 0000000..0fa42e0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足染み/x0y0.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/part.yaml b/SlaveMatrix/Assets/Parts/四足潮吹/part.yaml new file mode 100644 index 0000000..88abd9d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/part.yaml @@ -0,0 +1,783 @@ +id: 四足潮吹 +original_key: 四足潮吹 +resource: 性器付 +morph_x: 2 +morph_y: 9 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 1 + y: 5 + file: x1y5.svg +- x: 1 + y: 6 + file: x1y6.svg +- x: 1 + y: 7 + file: x1y7.svg +- x: 1 + y: 8 + file: x1y8.svg +fields: +- name: 雫 +joints: +- position: [ + 0.019834153740371882, + 0.012908727431539741 +] +- position: [ + 0.020700848601497512, + 0.01402283899071682 +] +- position: [ + 0.01910625560036344, + 0.014093836235635343 +] +- position: [ + 0.02186769357759332, + 0.015977781179383685 +] +- position: [ + 0.018223589296132044, + 0.015508548365953875 +] +- position: [ + 0.02271818609370141, + 0.017972892532125848 +] +- position: [ + 0.019633337669545475, + 0.01584650506594884 +] +- position: [ + 0.017672452641930996, + 0.01719153173620989 +] +- position: [ + 0.021042735470579055, + 0.017361981855115186 +] +- position: [ + 0.019220334060524168, + 0.017439202200982967 +] +- position: [ + 0.01718741569970324, + 0.019289417537955864 +] +- position: [ + 0.018840175498367126, + 0.01903091980192639 +] +- position: [ + 0.020581423576718542, + 0.01878686913767272 +] +- position: [ + 0.022761739482113953, + 0.01979533043512324 +] +- position: [ + 0.01783389044462837, + 0.0211284681775916 +] +- position: [ + 0.018983017781625006, + 0.02249777290922076 +] +- position: [ + 0.01961020485690783, + 0.02038479022060013 +] +- position: [ + 0.020504296502091894, + 0.023424069600613672 +] +- position: [ + 0.02134086755484572, + 0.020494997311696888 +] +- position: [ + 0.02160329512753014, + 0.021813376426549434 +] +- position: [ + 0.019877755356463602, + 0.01365890221325182 +] +- position: [ + 0.020910101728738924, + 0.01581480505252405 +] +- position: [ + 0.018776076077349626, + 0.015489437244504661 +] +- position: [ + 0.02255983601748564, + 0.018120718046402102 +] +- position: [ + 0.017573116483927734, + 0.017582828747839105 +] +- position: [ + 0.022889500848186927, + 0.02058889057983718 +] +- position: [ + 0.019297457664906256, + 0.018653316007116817 +] +- position: [ + 0.016730755694053256, + 0.019953799270131398 +] +- position: [ + 0.02196093475081377, + 0.02068880078146324 +] +- position: [ + 0.01871247533129243, + 0.021336430256898103 +] +- position: [ + 0.016014515623266716, + 0.02275980226850852 +] +- position: [ + 0.019179983141802092, + 0.023259405890510145 +] +- position: [ + 0.021382855903590358, + 0.02345950195082099 +] +- position: [ + 0.024080109265107095, + 0.023469280031585705 +] +- position: [ + 0.01602611546227255, + 0.025859594021392353 +] +- position: [ + 0.01808322670836884, + 0.02872982289110478 +] +- position: [ + 0.01902244063851261, + 0.025485192723723814 +] +- position: [ + 0.020833625470540577, + 0.03065971139244824 +] +- position: [ + 0.021894489525202458, + 0.026479709846613828 +] +- position: [ + 0.023352545498971814, + 0.027148915580703106 +] +- position: [ + 0.019921356972555326, + 0.014409076994963903 +] +- position: [ + 0.02111935485598033, + 0.01760677111433128 +] +- position: [ + 0.01844589655433582, + 0.01688503825337398 +] +- position: [ + 0.02325197845737796, + 0.020263654913420522 +] +- position: [ + 0.016922643671723425, + 0.019657109129724338 +] +- position: [ + 0.02306081560267244, + 0.023204888627548513 +] +- position: [ + 0.018961577660267032, + 0.021460126948284797 +] +- position: [ + 0.015789058746175515, + 0.0227160668040529 +] +- position: [ + 0.02287913403104849, + 0.024015619707811298 +] +- position: [ + 0.01820461660206069, + 0.025233658312813233 +] +- position: [ + 0.014841615546830191, + 0.026230186999061177 +] +- position: [ + 0.019519790785237058, + 0.027487891979093904 +] +- position: [ + 0.022184288230462174, + 0.02813213476396926 +] +- position: [ + 0.025398479048100237, + 0.027143229628048174 +] +- position: [ + 0.014218340479916738, + 0.030590719865193107 +] +- position: [ + 0.017183435635112675, + 0.03496187287298879 +] +- position: [ + 0.018434676420117393, + 0.030585595226847492 +] +- position: [ + 0.021162954438989256, + 0.03789535318428281 +] +- position: [ + 0.022448111495559187, + 0.03246442238153077 +] +- position: [ + 0.025101795870413487, + 0.032484454734856776 +] +- position: [ + 0.019964958588647042, + 0.015159251776675983 +] +- position: [ + 0.021328607983221743, + 0.019398737176138506 +] +- position: [ + 0.018115717031322007, + 0.018280639262243298 +] +- position: [ + 0.023944120897270278, + 0.022406591780438943 +] +- position: [ + 0.016272170859519115, + 0.021731389511609567 +] +- position: [ + 0.02323213035715796, + 0.025820886675259842 +] +- position: [ + 0.018625697655627816, + 0.024266937889452774 +] +- position: [ + 0.014847361798297775, + 0.025478334337974404 +] +- position: [ + 0.023797333311283208, + 0.027342438634159354 +] +- position: [ + 0.017696757872828952, + 0.02913088636872837 +] +- position: [ + 0.013668715470393663, + 0.02970057172961383 +] +- position: [ + 0.019859598428672024, + 0.031716378067677665 +] +- position: [ + 0.02298572055733399, + 0.03280476757711753 +] +- position: [ + 0.026716848831093386, + 0.03081717922451064 +] +- position: [ + 0.012410565497560921, + 0.03532184570899386 +] +- position: [ + 0.01628364456185651, + 0.041193922854872805 +] +- position: [ + 0.017846912201722177, + 0.03568599772997117 +] +- position: [ + 0.02149228340743794, + 0.045130994976117375 +] +- position: [ + 0.023001733465915917, + 0.03844913491644771 +] +- position: [ + 0.02685104624185516, + 0.03781999388901044 +] +- position: [ + 0.020008560204738762, + 0.015909426558388062 +] +- position: [ + 0.021537861110463154, + 0.021190703237945738 +] +- position: [ + 0.017785537508308195, + 0.019676240271112616 +] +- position: [ + 0.0246362633371626, + 0.02454952864745736 +] +- position: [ + 0.015621698047314805, + 0.023805669893494797 +] +- position: [ + 0.023403445111643478, + 0.02843688472297118 +] +- position: [ + 0.018289817650988596, + 0.02707374883062075 +] +- position: [ + 0.013905664850420031, + 0.02824060187189591 +] +- position: [ + 0.024715532591517927, + 0.03066925756050741 +] +- position: [ + 0.017188899143597215, + 0.033028114424643505 +] +- position: [ + 0.012495815393957135, + 0.03317095646016648 +] +- position: [ + 0.020199406072106994, + 0.03594486415626143 +] +- position: [ + 0.0237871528842058, + 0.03747740039026581 +] +- position: [ + 0.02803521861408653, + 0.034491128820973105 +] +- position: [ + 0.010602790515205105, + 0.040052971552794615 +] +- position: [ + 0.01538385348860034, + 0.04742597283675683 +] +- position: [ + 0.01725914798332696, + 0.04078640023309485 +] +- position: [ + 0.02182161237588662, + 0.05236663676795195 +] +- position: [ + 0.02355535543627265, + 0.04443384745136466 +] +- position: [ + 0.028600296613296838, + 0.043155533043164114 +] +- position: [ + 0.020052161820830482, + 0.016659601340100142 +] +- position: [ + 0.021747114237704566, + 0.02298266929975297 +] +- position: [ + 0.017455357985294382, + 0.02107184127998193 +] +- position: [ + 0.025328405777054922, + 0.026692465514475773 +] +- position: [ + 0.014971225235110495, + 0.02587995027538003 +] +- position: [ + 0.023574759866128996, + 0.031052882770682515 +] +- position: [ + 0.017953937646349376, + 0.02988055977178873 +] +- position: [ + 0.012963967902542287, + 0.031002869405817417 +] +- position: [ + 0.025633731871752646, + 0.033996076486855466 +] +- position: [ + 0.01668104041436548, + 0.03692534248055864 +] +- position: [ + 0.011322915317520606, + 0.036641341190719136 +] +- position: [ + 0.020539213715541963, + 0.04017335024484519 +] +- position: [ + 0.024588585211077613, + 0.042150033203414074 +] +- position: [ + 0.029353588397079678, + 0.03816507841743557 +] +- position: [ + 0.008795015532849289, + 0.04478409739659537 +] +- position: [ + 0.014484062415344175, + 0.05365802281864084 +] +- position: [ + 0.016671383764931744, + 0.04588680273621853 +] +- position: [ + 0.022150941344335304, + 0.059602278559786524 +] +- position: [ + 0.024108977406629383, + 0.05041855998628161 +] +- position: [ + 0.030349546984738515, + 0.04849107219731778 +] +- position: [ + 0.0200957634369222, + 0.017409776121812222 +] +- position: [ + 0.021956367364945977, + 0.024774635361560198 +] +- position: [ + 0.01712517846228057, + 0.022467442288851253 +] +- position: [ + 0.026020548216947246, + 0.028835402381494193 +] +- position: [ + 0.014320752422906185, + 0.02795423065726526 +] +- position: [ + 0.023746074620614514, + 0.033668880818393844 +] +- position: [ + 0.01761805764171016, + 0.03268737071295671 +] +- position: [ + 0.012022270954664547, + 0.03376513693973892 +] +- position: [ + 0.026551931151987365, + 0.03732289541320353 +] +- position: [ + 0.016173181685133743, + 0.04082257053647378 +] +- position: [ + 0.01015001524108408, + 0.04011172592127179 +] +- position: [ + 0.020879021358976926, + 0.044401836333428944 +] +- position: [ + 0.025390017537949425, + 0.04682266601656234 +] +- position: [ + 0.03067195818007282, + 0.041839028013898036 +] +- position: [ + 0.0069872405504934725, + 0.049515223240396124 +] +- position: [ + 0.01358427134208801, + 0.05989007280052485 +] +- position: [ + 0.016083619546536528, + 0.050987205239342206 +] +- position: [ + 0.022480270312783986, + 0.06683792035162109 +] +- position: [ + 0.024662599376986116, + 0.05640327252119855 +] +- position: [ + 0.032098797356180195, + 0.05382661135147145 +] +- position: [ + 0.02013936505301392, + 0.018159950903524298 +] +- position: [ + 0.022165620492187385, + 0.026566601423367427 +] +- position: [ + 0.016794998939266764, + 0.02386304329772057 +] +- position: [ + 0.02671269065683957, + 0.030978339248512614 +] +- position: [ + 0.013670279610701875, + 0.03002851103915049 +] +- position: [ + 0.023917389375100035, + 0.03628487886610517 +] +- position: [ + 0.01728217763707094, + 0.03549418165412469 +] +- position: [ + 0.011080574006786807, + 0.03652740447366042 +] +- position: [ + 0.027470130432222076, + 0.040649714339551585 +] +- position: [ + 0.015665322955902006, + 0.04471979859238891 +] +- position: [ + 0.008977115164647553, + 0.04358211065182445 +] +- position: [ + 0.021218829002411888, + 0.048630322422012706 +] +- position: [ + 0.026191449864821244, + 0.051495298829710615 +] +- position: [ + 0.03199032796306596, + 0.04551297761036051 +] +- position: [ + 0.005179465568137658, + 0.05424634908419688 +] +- position: [ + 0.012684480268831844, + 0.06612212278240887 +] +- position: [ + 0.015495855328141312, + 0.056087607742465885 +] +- position: [ + 0.022809599281232665, + 0.07407356214345565 +] +- position: [ + 0.025216221347342853, + 0.06238798505611549 +] +- position: [ + 0.03384804772762186, + 0.05916215050562513 +] +- position: [ + 0.02018296666910564, + 0.01891012568523638 +] +- position: [ + 0.022374873619428796, + 0.02835856748517466 +] +- position: [ + 0.01646481941625295, + 0.025258644306589886 +] +- position: [ + 0.027404833096731886, + 0.033121276115531034 +] +- position: [ + 0.013019806798497565, + 0.03210279142103572 +] +- position: [ + 0.02408870412958555, + 0.03890087691381651 +] +- position: [ + 0.01694629763243172, + 0.03830099259529267 +] +- position: [ + 0.010138877058909068, + 0.039289672007581926 +] +- position: [ + 0.028388329712456795, + 0.043976533265899634 +] +- position: [ + 0.015157464226670272, + 0.04861702664830405 +] +- position: [ + 0.007804215088211027, + 0.0470524953823771 +] +- position: [ + 0.021558636645846858, + 0.05285880851059647 +] +- position: [ + 0.026992882191693057, + 0.05616793164285889 +] +- position: [ + 0.0333086977460591, + 0.049186927206822974 +] +- position: [ + 0.0033716905857818415, + 0.058977474927997625 +] +- position: [ + 0.011784689195575678, + 0.0723541727642929 +] +- position: [ + 0.014908091109746089, + 0.06118801024558956 +] +- position: [ + 0.023138928249681348, + 0.08130920393529023 +] +- position: [ + 0.025769843317699586, + 0.06837269759103243 +] +- position: [ + 0.035597298099063535, + 0.06449768965977878 +] diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y0.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y0.svg new file mode 100644 index 0000000..2afda05 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y1.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y1.svg new file mode 100644 index 0000000..8e96308 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y2.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y2.svg new file mode 100644 index 0000000..0431ca8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y3.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y3.svg new file mode 100644 index 0000000..7954c75 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y4.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y4.svg new file mode 100644 index 0000000..00a2562 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y5.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y5.svg new file mode 100644 index 0000000..b0ad553 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y6.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y6.svg new file mode 100644 index 0000000..e0949b5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y6.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y7.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y7.svg new file mode 100644 index 0000000..ef5938e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x0y8.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x0y8.svg new file mode 100644 index 0000000..4da5e1a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x0y8.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y0.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y0.svg new file mode 100644 index 0000000..c0e3fd3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y1.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y1.svg new file mode 100644 index 0000000..14b54bd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y2.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y2.svg new file mode 100644 index 0000000..d657d1f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y3.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y3.svg new file mode 100644 index 0000000..6c1c97c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y4.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y4.svg new file mode 100644 index 0000000..b801377 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y5.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y5.svg new file mode 100644 index 0000000..54ae138 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y5.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y6.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y6.svg new file mode 100644 index 0000000..7dbb092 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y6.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y7.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y7.svg new file mode 100644 index 0000000..cf09f8b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y7.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足潮吹/x1y8.svg b/SlaveMatrix/Assets/Parts/四足潮吹/x1y8.svg new file mode 100644 index 0000000..b011550 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足潮吹/x1y8.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足留具前/part.yaml b/SlaveMatrix/Assets/Parts/四足留具前/part.yaml new file mode 100644 index 0000000..31b011c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足留具前/part.yaml @@ -0,0 +1,53 @@ +id: 四足留具前 +original_key: 四足留具前 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 革1 +- name: 革2 +- name: 丸金具1 +- name: 丸金具2 +- name: 革3 +- name: 丸金具3 +- name: 丸金具左1 +- name: 丸金具右1 +- name: 丸金具左2 +- name: 丸金具右2 +joints: +- position: [ + 0.018432339988539145, + 0.00455474685707178 +] +- position: [ + 0.018432339988539145, + 0.025546725680459566 +] +- position: [ + 0.018432339988539145, + 0.012032899610196044 +] +- position: [ + 0.012394379976631396, + 0.014128894294483885 +] +- position: [ + 0.005272122775181902, + -0.0001944609581425543 +] +- position: [ + 0.019516637178080894, + -0.0001944609581425543 +] +- position: [ + 0.007080699538770417, + 0.019208733193176168 +] +- position: [ + 0.017708152439562697, + 0.019208733193176168 +] diff --git a/SlaveMatrix/Assets/Parts/四足留具前/x0y0.svg b/SlaveMatrix/Assets/Parts/四足留具前/x0y0.svg new file mode 100644 index 0000000..e2258c0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足留具前/x0y0.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足留具後/part.yaml b/SlaveMatrix/Assets/Parts/四足留具後/part.yaml new file mode 100644 index 0000000..ca4b3cf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足留具後/part.yaml @@ -0,0 +1,47 @@ +id: 四足留具後 +original_key: 四足留具後 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 革左 +- name: 革右 +- name: 丸金具1 +- name: 革 +- name: 丸金具2 +- name: 丸金具3 +- name: 丸金具4 +- name: 丸金具5 +joints: +- position: [ + 0.0077602513316739384, + -0.006534560961206891 +] +- position: [ + 0.011108154742667742, + 0.008501135162713513 +] +- position: [ + 0.014545739131303415, + -0.0032519956032064064 +] +- position: [ + 0.011158992400397201, + 0.012017310085419742 +] +- position: [ + 0.011196562844302895, + 0.0025096983322777638 +] +- position: [ + 0.007396567942713693, + 0.016910281288054302 +] +- position: [ + 0.014908971862084558, + 0.016910281288054302 +] diff --git a/SlaveMatrix/Assets/Parts/四足留具後/x0y0.svg b/SlaveMatrix/Assets/Parts/四足留具後/x0y0.svg new file mode 100644 index 0000000..4abee07 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足留具後/x0y0.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門/part.yaml b/SlaveMatrix/Assets/Parts/四足肛門/part.yaml new file mode 100644 index 0000000..174ca7b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門/part.yaml @@ -0,0 +1,18 @@ +id: 四足肛門 +original_key: 四足肛門 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 肛門3 +- name: 肛門2 +- name: 肛門1 +joints: +- position: [ + 0.23427950000000008, + 0.23553969680241502 +] diff --git a/SlaveMatrix/Assets/Parts/四足肛門/x0y0.svg b/SlaveMatrix/Assets/Parts/四足肛門/x0y0.svg new file mode 100644 index 0000000..f791436 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/part.yaml b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/part.yaml new file mode 100644 index 0000000..c3dd708 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/part.yaml @@ -0,0 +1,26 @@ +id: 四足肛門精液垂れ +original_key: 四足肛門精液垂れ +resource: 半身 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 精液 diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y0.svg b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y0.svg new file mode 100644 index 0000000..e2de096 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y1.svg b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y1.svg new file mode 100644 index 0000000..9cb2205 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y2.svg b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y2.svg new file mode 100644 index 0000000..476db08 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y3.svg b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y3.svg new file mode 100644 index 0000000..8695cf5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y4.svg b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y4.svg new file mode 100644 index 0000000..57c824b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y5.svg b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y5.svg new file mode 100644 index 0000000..ac4fbad --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足肛門精液垂れ/x0y5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足胴/part.yaml b/SlaveMatrix/Assets/Parts/四足胴/part.yaml new file mode 100644 index 0000000..2b5adf6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足胴/part.yaml @@ -0,0 +1,38 @@ +id: 四足胴 +original_key: 四足胴 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 胴 +- name: 筋肉 +- name: 獣性 +joints: +- position: [ + 0.4873770033272495, + 0.5357691950513394 +] +- position: [ + 0.5126229966727514, + 0.5357691950513394 +] +- position: [ + 0.47495676774447676, + 0.539655119777143 +] +- position: [ + 0.5250432322555232, + 0.539655119777143 +] +- position: [ + 0.5, + 0.5418849046619865 +] +- position: [ + 0.5000000000000004, + 0.5357691950513394 +] diff --git a/SlaveMatrix/Assets/Parts/四足胴/x0y0.svg b/SlaveMatrix/Assets/Parts/四足胴/x0y0.svg new file mode 100644 index 0000000..49fa7d2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足胴/x0y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足胸郭/part.yaml b/SlaveMatrix/Assets/Parts/四足胸郭/part.yaml new file mode 100644 index 0000000..9c76a4a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足胸郭/part.yaml @@ -0,0 +1,72 @@ +id: 四足胸郭 +original_key: 四足胸郭 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 胸郭 +- name: 筋肉 +- name: 紋柄 +- name: 虎柄 +- name: 鱗 +joints: +- position: [ + 0.49589714095965687, + 0.41992859916794767 +] +- position: [ + 0.5041022495456186, + 0.41992943152871176 +] +- position: [ + 0.48150199968557955, + 0.45056696335020374 +] +- position: [ + 0.5184967409774262, + 0.45056696335020374 +] +- position: [ + 0.4865229115244023, + 0.5098738164535057 +] +- position: [ + 0.5134752041801278, + 0.5098738164535059 +] +- position: [ + 0.4999990747804779, + 0.5016008098797703 +] +- position: [ + 0.47783318744584347, + 0.4381679830329647 +] +- position: [ + 0.5221649479777382, + 0.4381679830329647 +] +- position: [ + 0.4999990493881583, + 0.5243527109272514 +] +- position: [ + 0.49999987927198636, + 0.4726748080603186 +] +- position: [ + 0.47783318744584347, + 0.47230634681171996 +] +- position: [ + 0.5221649479777382, + 0.47230634681171996 +] +- position: [ + 0.015058466988291011, + 0.024008396645510584 +] diff --git a/SlaveMatrix/Assets/Parts/四足胸郭/x0y0.svg b/SlaveMatrix/Assets/Parts/四足胸郭/x0y0.svg new file mode 100644 index 0000000..42d3fb2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足胸郭/x0y0.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足脇/part.yaml b/SlaveMatrix/Assets/Parts/四足脇/part.yaml new file mode 100644 index 0000000..2691d38 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脇/part.yaml @@ -0,0 +1,21 @@ +id: 四足脇 +original_key: 四足脇 +resource: 肩左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 脇 +- name: 筋肉 +joints: +- position: [ + 0.021474349790134375, + 0.09680871068913938 +] +- position: [ + 0.02838513880036308, + 0.0808250774393843 +] diff --git a/SlaveMatrix/Assets/Parts/四足脇/x0y0.svg b/SlaveMatrix/Assets/Parts/四足脇/x0y0.svg new file mode 100644 index 0000000..350f546 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脇/x0y0.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足脚/part.yaml b/SlaveMatrix/Assets/Parts/四足脚/part.yaml new file mode 100644 index 0000000..a42b71a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脚/part.yaml @@ -0,0 +1,255 @@ +id: 四足脚 +original_key: 四足脚 +resource: 脚左 +morph_x: 4 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +fields: +- name: 脚 +- name: 筋 +- name: 脚輪 +joints: +- position: [ + 0.09891406018000759, + 0.11824424781545231 +] +- position: [ + 0.10219542055583032, + 0.06785056849484017 +] +- position: [ + 0.10019404194366162, + 0.09477318033815077 +] +- position: [ + 0.007860891203448715, + 0.011152769902399134 +] +- position: [ + 0.018192511919049168, + 0.011152769902399133 +] +- position: [ + -0.00035086129197299326, + 0.011152769902399134 +] +- position: [ + 0.02265640109677127, + 0.011152769902399133 +] +- position: [ + 0.003497555725015406, + 0.007758324996586715 +] +- position: [ + 0.006872831344029532, + 0.007758324996586708 +] +- position: [ + 0.008643818649143816, + 0.007758324996586708 +] +- position: [ + 0.09898177218408534, + 0.12226704234425985 +] +- position: [ + 0.10203578350626918, + 0.06882109119890965 +] +- position: [ + 0.09986910639233242, + 0.10253860240942712 +] +- position: [ + 0.00797050263166296, + 0.011152769902399134 +] +- position: [ + 0.017958105901308943, + 0.011152769902399133 +] +- position: [ + 3.21812075173763E-05, + 0.011152769902399134 +] +- position: [ + 0.0222733585972809, + 0.011152769902399133 +] +- position: [ + 0.0036394288156907117, + 0.007758324996586715 +] +- position: [ + 0.006973835546958439, + 0.007758324996586708 +] +- position: [ + 0.008542814446214905, + 0.007758324996586708 +] +- position: [ + 0.09907296925832444, + 0.10519290513765321 +] +- position: [ + 0.10172091725000335, + 0.06517221822480197 +] +- position: [ + 0.10079304467245724, + 0.0883436378143221 +] +- position: [ + 0.008389950924334477, + 0.011152769902399134 +] +- position: [ + 0.017061108156321173, + 0.011152769902399133 +] +- position: [ + 0.0014979637910435056, + 0.011152769902399134 +] +- position: [ + 0.020807576013754766, + 0.011152769902399133 +] +- position: [ + 0.00418233229418087, + 0.007758324996586715 +] +- position: [ + 0.007360346708808917, + 0.0077583249965867095 +] +- position: [ + 0.008156303284364425, + 0.0077583249965867095 +] +- position: [ + 0.09900349400685259, + 0.11505034334729014 +] +- position: [ + 0.10230840865291288, + 0.06740726392583869 +] +- position: [ + 0.10005776955559748, + 0.09589915045210416 +] +- position: [ + 0.04653358220051648, + 0.008336647718893992 +] +- position: [ + 0.03459872919128319, + 0.021429678724740418 +] +- position: [ + 0.03408756802600507, + 0.02197039480015857 +] +- position: [ + 0.03290903731891173, + 0.022068367983693257 +] +- position: [ + 0.03339417589702511, + 0.01752732842547749 +] +- position: [ + 0.03333867454934751, + 0.01818835574584304 +] +- position: [ + 0.0341783840784461, + 0.01863492650128722 +] +- position: [ + 0.0341783290103314, + 0.018477250562900074 +] +- position: [ + 0.007012544536889308, + 0.009088755397836703 +] +- position: [ + 0.020882769722149433, + -0.0023554075002004556 +] +- position: [ + 0.00913828807838044, + 0.00787908790116544 +] +- position: [ + 0.00898060369592559, + 0.0072443342714191014 +] +- position: [ + 0.009124786300793301, + 0.006085742388444703 +] +- position: [ + 0.008812149674119817, + 0.005639332403240824 +] +- position: [ + 0.008633024929991495, + 0.005483075950365134 +] +- position: [ + 0.008581061453099498, + 0.005222818860702647 +] +- position: [ + 0.008385675866039884, + 0.005205335603800903 +] +- position: [ + 0.005565911130222896, + 0.009076947124996099 +] +- position: [ + 0.007747907650362507, + 0.011152769902399134 +] +- position: [ + 0.01843412928669548, + 0.011152769902399133 +] +- position: [ + -0.0007456878468359971, + 0.011152769902399134 +] +- position: [ + 0.02305122765163427, + 0.011152769902399133 +] +- position: [ + 0.0033513180002364973, + 0.007758324996586716 +] +- position: [ + 0.006768719811961513, + 0.007758324996586706 +] +- position: [ + 0.008747930181211831, + 0.007758324996586706 +] diff --git a/SlaveMatrix/Assets/Parts/四足脚/x0y0.svg b/SlaveMatrix/Assets/Parts/四足脚/x0y0.svg new file mode 100644 index 0000000..7610acc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脚/x0y0.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足脚/x1y0.svg b/SlaveMatrix/Assets/Parts/四足脚/x1y0.svg new file mode 100644 index 0000000..bbe1778 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脚/x1y0.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足脚/x2y0.svg b/SlaveMatrix/Assets/Parts/四足脚/x2y0.svg new file mode 100644 index 0000000..ab3106a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脚/x2y0.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足脚/x3y0.svg b/SlaveMatrix/Assets/Parts/四足脚/x3y0.svg new file mode 100644 index 0000000..a8cd0cd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足脚/x3y0.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腰/part.yaml b/SlaveMatrix/Assets/Parts/四足腰/part.yaml new file mode 100644 index 0000000..c95b143 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腰/part.yaml @@ -0,0 +1,372 @@ +id: 四足腰 +original_key: 四足腰 +resource: 半身 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 腰 +- name: 股 +- name: 下腹 +- name: 腰皺 +- name: 筋肉 +- name: 臍 +- name: 紋柄 +- name: 虎柄 +- name: 鱗 +joints: +- position: [ + 0.4741004278183308, + 0.530175209717888 +] +- position: [ + 0.5258995721816692, + 0.530175209717888 +] +- position: [ + 0.5, + 0.488364697302823 +] +- position: [ + 0.5, + 0.5348749089566065 +] +- position: [ + 0.5, + 0.5408881641994536 +] +- position: [ + 0.5, + 0.4802036147991115 +] +- position: [ + 0.5000000000000002, + 0.5014608801602806 +] +- position: [ + 0.49177818889332625, + 0.48597524789299956 +] +- position: [ + 0.508221811106675, + 0.48597524789299956 +] +- position: [ + 0.4722221560578874, + 0.47629998783428845 +] +- position: [ + 0.5277778439421132, + 0.47629998783428845 +] +- position: [ + 0.09500000000000003, + 0.09905502995691079 +] +- position: [ + 0.06950549033985941, + 0.10011427509926013 +] +- position: [ + 0.1204945096601407, + 0.10011427509926013 +] +- position: [ + 0.015058466988290999, + 0.0020642460488802723 +] +- position: [ + 0.015058466988290999, + 0.02105237052002057 +] +- position: [ + 0.015058466988290999, + 0.02019749002880766 +] +- position: [ + 0.47383210010817056, + 0.5292886563345894 +] +- position: [ + 0.5261678998918298, + 0.5292886563345894 +] +- position: [ + 0.5, + 0.48481010842759165 +] +- position: [ + 0.5, + 0.5340025822951713 +] +- position: [ + 0.5000000000000002, + 0.5407256061045882 +] +- position: [ + 0.5, + 0.47765217491979367 +] +- position: [ + 0.5000000000000002, + 0.4995014651530264 +] +- position: [ + 0.491780982811047, + 0.4825764939130085 +] +- position: [ + 0.5082190171889536, + 0.4825764939130085 +] +- position: [ + 0.4725638385027836, + 0.4756947078543053 +] +- position: [ + 0.5274361614972167, + 0.4756947078543053 +] +- position: [ + 0.09500000000000003, + 0.09873865159472561 +] +- position: [ + 0.06945286159128473, + 0.10001867007164837 +] +- position: [ + 0.12054713840871535, + 0.10001867007164837 +] +- position: [ + 0.015058466988290999, + -0.0002460603458958306 +] +- position: [ + 0.015058466988290999, + 0.02181807113785916 +] +- position: [ + 0.015058466988290999, + 0.020853982596027016 +] +- position: [ + 0.47356377239801045, + 0.5284021029512904 +] +- position: [ + 0.5264362276019896, + 0.5284021029512904 +] +- position: [ + 0.5, + 0.4812555195523606 +] +- position: [ + 0.5, + 0.5324278755474383 +] +- position: [ + 0.5000000000000002, + 0.5405637868268351 +] +- position: [ + 0.5, + 0.4755176764532718 +] +- position: [ + 0.5000000000000002, + 0.4975420501457724 +] +- position: [ + 0.4917837767287676, + 0.4791777399330174 +] +- position: [ + 0.5082162232712327, + 0.4791777399330174 +] +- position: [ + 0.47290552094767974, + 0.47508942787432207 +] +- position: [ + 0.5270944790523205, + 0.47508942787432207 +] +- position: [ + 0.09500000000000003, + 0.09842227323254035 +] +- position: [ + 0.06940023284271003, + 0.09992306504403656 +] +- position: [ + 0.12059976715729008, + 0.09992306504403656 +] +- position: [ + 0.015058466988290999, + -0.0019176978880606045 +] +- position: [ + 0.015058466988290999, + 0.02237187751477063 +] +- position: [ + 0.015058466988290999, + 0.02132880233843149 +] +- position: [ + 0.47346919104792473, + 0.5258248070058502 +] +- position: [ + 0.5265308089520754, + 0.5258248070058502 +] +- position: [ + 0.5, + 0.47926004830600755 +] +- position: [ + 0.5, + 0.5256750389416169 +] +- position: [ + 0.5000000000000002, + 0.5375238671835677 +] +- position: [ + 0.5, + 0.475135731909067 +] +- position: [ + 0.5000000000000002, + 0.49817920582110875 +] +- position: [ + 0.49182594783136785, + 0.47706369238257523 +] +- position: [ + 0.508174052168632, + 0.47706369238257523 +] +- position: [ + 0.4725045226577055, + 0.47528287018636395 +] +- position: [ + 0.5274954773422945, + 0.475282870186364 +] +- position: [ + 0.09500000000000003, + 0.09931810029403883 +] +- position: [ + 0.0686096289617769, + 0.09692801771118027 +] +- position: [ + 0.12139037103822325, + 0.09692801771118027 +] +- position: [ + 0.015058466988290999, + -0.00023925148824829184 +] +- position: [ + 0.015058466988290999, + 0.021237384789277846 +] +- position: [ + 0.015058466988290999, + 0.020356116637912116 +] +- position: [ + 0.47337460969783884, + 0.5232475110604096 +] +- position: [ + 0.5266253903021615, + 0.5232475110604096 +] +- position: [ + 0.5, + 0.47708944603735726 +] +- position: [ + 0.5, + 0.5189222023357951 +] +- position: [ + 0.5, + 0.5352436998390859 +] +- position: [ + 0.5, + 0.4747042389789242 +] +- position: [ + 0.5000000000000002, + 0.49881636149644487 +] +- position: [ + 0.491868118933968, + 0.4749496448321329 +] +- position: [ + 0.5081318810660316, + 0.4749496448321329 +] +- position: [ + 0.472103524367731, + 0.47547631249840594 +] +- position: [ + 0.5278964756322689, + 0.47547631249840605 +] +- position: [ + 0.095, + 0.10021392735553723 +] +- position: [ + 0.06781902508084375, + 0.093932970378324 +] +- position: [ + 0.12218097491915633, + 0.093932970378324 +] +- position: [ + 0.015058466988290999, + 0.0022670148892362865 +] +- position: [ + 0.015058466988290999, + 0.020588652173288324 +] +- position: [ + 0.015058466988290999, + 0.0197999095112781 +] diff --git a/SlaveMatrix/Assets/Parts/四足腰/x0y0.svg b/SlaveMatrix/Assets/Parts/四足腰/x0y0.svg new file mode 100644 index 0000000..d742af8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腰/x0y0.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腰/x0y1.svg b/SlaveMatrix/Assets/Parts/四足腰/x0y1.svg new file mode 100644 index 0000000..f19ca42 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腰/x0y1.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腰/x0y2.svg b/SlaveMatrix/Assets/Parts/四足腰/x0y2.svg new file mode 100644 index 0000000..011a495 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腰/x0y2.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腰/x0y3.svg b/SlaveMatrix/Assets/Parts/四足腰/x0y3.svg new file mode 100644 index 0000000..1d694a7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腰/x0y3.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腰/x0y4.svg b/SlaveMatrix/Assets/Parts/四足腰/x0y4.svg new file mode 100644 index 0000000..90a858a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腰/x0y4.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腿/part.yaml b/SlaveMatrix/Assets/Parts/四足腿/part.yaml new file mode 100644 index 0000000..f26f845 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腿/part.yaml @@ -0,0 +1,87 @@ +id: 四足腿 +original_key: 四足腿 +resource: 脚左 +morph_x: 4 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +fields: +- name: 腿 +- name: 筋 +- name: 虎左 +joints: +- position: [ + 0.11194263600754599, + 0.10571460191115639 +] +- position: [ + 0.1117083140790576, + 0.07214836701320834 +] +- position: [ + 0.11077799629645826, + 0.10734224408666786 +] +- position: [ + 0.11202321265737349, + 0.07342168211652943 +] +- position: [ + 0.11031709800272728, + 0.10134361752011758 +] +- position: [ + 0.11143014087301314, + 0.0710235536002995 +] +- position: [ + 0.11355107243694557, + 0.10465523790410822 +] +- position: [ + 0.11173722772290079, + 0.07226528141655214 +] +- position: [ + 0.0490874502418095, + 0.048757335555755205 +] +- position: [ + 0.04222253010005331, + 0.028674150923734126 +] +- position: [ + 0.028500411786537068, + 0.02322224539920631 +] +- position: [ + 0.026158454592897923, + 0.023471870449208336 +] +- position: [ + 0.023406373258212758, + 0.025685819193232234 +] +- position: [ + 0.027903728047109853, + 0.05552075312068708 +] +- position: [ + 0.029010185017340477, + 0.0052625889657564665 +] +- position: [ + 0.029600224187073074, + 0.003343390263891001 +] diff --git a/SlaveMatrix/Assets/Parts/四足腿/x0y0.svg b/SlaveMatrix/Assets/Parts/四足腿/x0y0.svg new file mode 100644 index 0000000..258ba7f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腿/x0y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腿/x1y0.svg b/SlaveMatrix/Assets/Parts/四足腿/x1y0.svg new file mode 100644 index 0000000..4743525 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腿/x1y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腿/x2y0.svg b/SlaveMatrix/Assets/Parts/四足腿/x2y0.svg new file mode 100644 index 0000000..75570cc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腿/x2y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足腿/x3y0.svg b/SlaveMatrix/Assets/Parts/四足腿/x3y0.svg new file mode 100644 index 0000000..7820513 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足腿/x3y0.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足膣内精液/part.yaml b/SlaveMatrix/Assets/Parts/四足膣内精液/part.yaml new file mode 100644 index 0000000..ae49a27 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足膣内精液/part.yaml @@ -0,0 +1,26 @@ +id: 四足膣内精液 +original_key: 四足膣内精液 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 精液 +- name: 血液1 +- name: 血液2 +joints: +- position: [ + 0.027168012606717508, + 0.028740295197142426 +] +- position: [ + 0.03588596019409415, + 0.02874029519714242 +] +- position: [ + 0.03152698640040582, + 0.016297679253218463 +] diff --git a/SlaveMatrix/Assets/Parts/四足膣内精液/x0y0.svg b/SlaveMatrix/Assets/Parts/四足膣内精液/x0y0.svg new file mode 100644 index 0000000..4651711 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足膣内精液/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足膣基/part.yaml b/SlaveMatrix/Assets/Parts/四足膣基/part.yaml new file mode 100644 index 0000000..7289663 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足膣基/part.yaml @@ -0,0 +1,11 @@ +id: 四足膣基 +original_key: 四足膣基 +resource: 半身 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 膣基 diff --git a/SlaveMatrix/Assets/Parts/四足膣基/x0y0.svg b/SlaveMatrix/Assets/Parts/四足膣基/x0y0.svg new file mode 100644 index 0000000..d6894f8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足膣基/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/四足足/part.yaml b/SlaveMatrix/Assets/Parts/四足足/part.yaml new file mode 100644 index 0000000..c3ac716 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足足/part.yaml @@ -0,0 +1,735 @@ +id: 四足足 +original_key: 四足足 +resource: 脚左 +morph_x: 4 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 3 + y: 0 + file: x3y0.svg +fields: +- name: 足 +- name: 筋 +- name: 小指 +- name: 薬指 +- name: 中指 +- name: 人指 +- name: 肉球 +- name: 脚輪 +joints: +- position: [ + 0.05404729571626383, + -0.0005620670431443486 +] +- position: [ + 0.06162545689966659, + -0.004545278941213306 +] +- position: [ + 0.06762069229004762, + -0.0021188258756243573 +] +- position: [ + 0.07194293591083513, + 0.00511661045894884 +] +- position: [ + 0.06120553461836382, + 0.0032888421942155886 +] +- position: [ + 0.06721107991520817, + 0.030984291976615577 +] +- position: [ + 0.06243802971266746, + 0.029949123275274877 +] +- position: [ + 0.02205371704370862, + 0.01624812911790345 +] +- position: [ + 0.022715442292391537, + 0.01058227794868026 +] +- position: [ + 0.022749155161366736, + 0.010801662868495451 +] +- position: [ + 0.022472406307773897, + 0.016157020511191125 +] +- position: [ + 0.02345772495977047, + 0.010753690584647747 +] +- position: [ + 0.023179185772355018, + 0.01605327226887388 +] +- position: [ + 0.024593521860911034, + 0.010511075195520274 +] +- position: [ + 0.020327262824093157, + 0.02285841550494355 +] +- position: [ + 0.02564809516872379, + 0.02304052549431439 +] +- position: [ + 0.007860891203448715, + 0.011152769902399134 +] +- position: [ + 0.018192511919049168, + 0.011152769902399133 +] +- position: [ + -0.00035086129197299326, + 0.011152769902399134 +] +- position: [ + 0.02265640109677127, + 0.011152769902399133 +] +- position: [ + 0.003497555725015406, + 0.007758324996586715 +] +- position: [ + 0.006872831344029532, + 0.007758324996586708 +] +- position: [ + 0.008643818649143816, + 0.007758324996586708 +] +- position: [ + 0.06244233265019295, + 0.004110361829620558 +] +- position: [ + 0.06398713452210711, + 0.02880845974957694 +] +- position: [ + 0.063436423851703, + 0.020451135784752227 +] +- position: [ + 0.09679394253442149, + 0.071036936762431 +] +- position: [ + 0.041040325980303397, + 0.005148187790058973 +] +- position: [ + 0.00817968366692602, + 0.011152769902399134 +] +- position: [ + 0.017510768481647263, + 0.011152769902399133 +] +- position: [ + 0.0007631745710609373, + 0.011152769902399134 +] +- position: [ + 0.02154236523373734, + 0.011152769902399133 +] +- position: [ + 0.003910177591314942, + 0.007758324996586715 +] +- position: [ + 0.007166590664547931, + 0.007758324996586708 +] +- position: [ + 0.008350059328625408, + 0.007758324996586708 +] +- position: [ + 0.06247019023972906, + 0.01818657788581539 +] +- position: [ + 0.06391834372997618, + 0.030227153195606943 +] +- position: [ + 0.0632822799512946, + 0.03210881494997628 +] +- position: [ + 0.09781196866597539, + 0.0721568659728301 +] +- position: [ + 0.0948852208018367, + 0.07942867805742351 +] +- position: [ + 0.08628097579753115, + 0.07484159011974231 +] +- position: [ + 0.03782770449477404, + 0.009939165603486125 +] +- position: [ + 0.008180296548030012, + 0.011152769902399134 +] +- position: [ + 0.017509457824343773, + 0.011152769902399133 +] +- position: [ + 0.0007653163140688405, + 0.011152769902399134 +] +- position: [ + 0.021540223490729437, + 0.011152769902399133 +] +- position: [ + 0.003910970860209041, + 0.007758324996586715 +] +- position: [ + 0.007167155419230974, + 0.007758324996586708 +] +- position: [ + 0.008349494573942368, + 0.007758324996586708 +] +- position: [ + 0.06436987101256515, + 0.003494379377877475 +] +- position: [ + 0.0645612045790247, + 0.023670064690532032 +] +- position: [ + 0.06906158441774364, + 0.010360064276908464 +] +- position: [ + 0.06787913970420593, + 0.05555348730133221 +] +- position: [ + 0.06470543033970241, + 0.016676069562122666 +] +- position: [ + 0.09021274908292358, + 0.08403852349064908 +] +- position: [ + 0.09678038765857501, + 0.07544380369505817 +] +- position: [ + 0.0937616639080622, + 0.07114867857941219 +] +- position: [ + 0.08827952889851659, + 0.06981374480871393 +] +- position: [ + 0.09962295404852234, + 0.08144642987836734 +] +- position: [ + 0.0230063017020749, + 0.023511213317258247 +] +- position: [ + 0.021550051831108225, + 0.02344967005656357 +] +- position: [ + 0.020748495666075797, + 0.02256330511621467 +] +- position: [ + 0.022740387984279686, + 0.023065624579248458 +] +- position: [ + 0.022579833126369242, + 0.023611147070191973 +] +- position: [ + 0.021827779329800158, + 0.02349674963738417 +] +- position: [ + 0.0217657089682072, + 0.0236298599573788 +] +- position: [ + 0.022069921951854213, + 0.02350162645978045 +] +- position: [ + 0.022290245533936975, + 0.02355034696506116 +] +- position: [ + 0.022315372059172923, + 0.023552993913017028 +] +- position: [ + 0.022357230744175786, + 0.023635600749895274 +] +- position: [ + 0.022357230744175782, + 0.02363560074989527 +] +- position: [ + 0.0223863331870915, + 0.023649171441897883 +] +- position: [ + 0.022203430303650167, + 0.023617900494967183 +] +- position: [ + 0.03914107693991787, + 0.04425043656425232 +] +- position: [ + 0.04090677308138885, + 0.045591855047694634 +] +- position: [ + 0.03917908749577382, + 0.04424948018982534 +] +- position: [ + 0.04101098136043591, + 0.0457572017155214 +] +- position: [ + 0.03965187972634506, + 0.03802590387039823 +] +- position: [ + 0.040979743318291524, + 0.04032249207995698 +] +- position: [ + 0.02250592117217919, + 0.02339876381607007 +] +- position: [ + 0.0220311984985883, + 0.02278270202688127 +] +- position: [ + 0.022383972926565875, + 0.0228743927575794 +] +- position: [ + 0.02249125560683405, + 0.023397727005650428 +] +- position: [ + 0.021980841375651518, + 0.022781671767727555 +] +- position: [ + 0.02233196185047632, + 0.022879505296181026 +] +- position: [ + 0.02247661036996241, + 0.023396434403735 +] +- position: [ + 0.021930509902849945, + 0.022779762812510793 +] +- position: [ + 0.022279869469823976, + 0.022883709337679102 +] +- position: [ + 0.022563891129163426, + 0.022231812436529403 +] +- position: [ + 0.022580858041793734, + 0.022434271463754516 +] +- position: [ + 0.03910032093702873, + 0.04191552672251016 +] +- position: [ + 0.04087200338403989, + 0.0435999004206594 +] +- position: [ + 0.03917908749577382, + 0.041914663460737155 +] +- position: [ + 0.041010981360435926, + 0.04379931536785723 +] +- position: [ + 0.03938022928719685, + 0.034132229739618596 +] +- position: [ + 0.040747971629938914, + 0.036973559755806996 +] +- position: [ + 0.022509585022456282, + 0.02360866565786583 +] +- position: [ + 0.022043784573055603, + 0.023503757750194507 +] +- position: [ + 0.0223969858586586, + 0.02361990313787592 +] +- position: [ + 0.022491255606834057, + 0.02360766082138317 +] +- position: [ + 0.021980841375651518, + 0.023502837328048663 +] +- position: [ + 0.02233196185047632, + 0.0236251292386155 +] +- position: [ + 0.02249125560683406, + 0.023607660821383165 +] +- position: [ + 0.021980841375651514, + 0.023502837328048663 +] +- position: [ + 0.022331961850476315, + 0.0236251292386155 +] +- position: [ + 0.0226045630822673, + 0.022804186144203126 +] +- position: [ + 0.02262506080798465, + 0.0230568512420524 +] +- position: [ + 0.03930408935499397, + 0.04191241953622277 +] +- position: [ + 0.04104610559181474, + 0.04362745681824238 +] +- position: [ + 0.0403985047287332, + 0.034158894220466494 +] +- position: [ + 0.04161566890473081, + 0.037067912396018296 +] +- position: [ + 0.022491255606834053, + 0.02360766082138317 +] +- position: [ + 0.021980841375651518, + 0.02350283732804867 +] +- position: [ + 0.022331961850476312, + 0.023625129238615497 +] +- position: [ + 0.02243641163141839, + 0.023602729586904132 +] +- position: [ + 0.02179224233177694, + 0.02349348863529984 +] +- position: [ + 0.022136481344113744, + 0.023633989174859878 +] +- position: [ + 0.022451673827257806, + 0.022828438000565655 +] +- position: [ + 0.022458919992049294, + 0.02308182959775581 +] +- position: [ + 0.008664119034932678, + 0.011152769902399134 +] +- position: [ + 0.01647479470302804, + 0.011152769902399133 +] +- position: [ + 0.0024560576693462327, + 0.011152769902399134 +] +- position: [ + 0.019849482135452044, + 0.011152769902399133 +] +- position: [ + 0.004537195631415634, + 0.007758324996586715 +] +- position: [ + 0.007612985798825785, + 0.0077583249965867095 +] +- position: [ + 0.007903664194347553, + 0.0077583249965867095 +] +- position: [ + 0.0390406662382616, + 0.0730423011509029 +] +- position: [ + 0.040457788313485024, + 0.07022527427830527 +] +- position: [ + 0.022509585022456403, + 0.021507317827573157 +] +- position: [ + 0.022043784573055534, + 0.016290261302691667 +] +- position: [ + 0.02239698585865851, + 0.016174115915010247 +] +- position: [ + 0.022655218139415945, + 0.01699969152330553 +] +- position: [ + 0.022680122357210668, + 0.01674742264221474 +] +- position: [ + 0.05909293001025921, + 0.006704744347179614 +] +- position: [ + 0.0668172338139225, + 0.007671269852187494 +] +- position: [ + 0.06954041083769057, + 0.018607254509462528 +] +- position: [ + 0.06789377249062112, + 0.03044809577977537 +] +- position: [ + 0.05090508198986217, + 0.009729808014141082 +] +- position: [ + 0.06479380241089908, + 0.056559786306129865 +] +- position: [ + 0.06413513140778308, + 0.03452546119427137 +] +- position: [ + 0.022559752036037967, + 0.01901326426541342 +] +- position: [ + 0.01757502350930415, + 0.01915236970392181 +] +- position: [ + 0.01895740232261215, + 0.01934287855782843 +] +- position: [ + 0.019234211756193262, + 0.019205887453995006 +] +- position: [ + 0.015682695242008122, + 0.017862545772148623 +] +- position: [ + 0.017015369451714273, + 0.008259334017108433 +] +- position: [ + 0.017169618652518273, + 0.0085939353455578 +] +- position: [ + 0.017079733793885374, + 0.013070827557005829 +] +- position: [ + 0.016287384850755867, + 0.013412491737227566 +] +- position: [ + 0.015841519938262227, + 0.013455205018725842 +] +- position: [ + 0.015561602982535394, + 0.013448899368298439 +] +- position: [ + 0.01539428156650592, + 0.013432930638652864 +] +- position: [ + 0.015227992587160339, + 0.013407871300965088 +] +- position: [ + 0.015449963258201086, + 0.013439266291669924 +] +- position: [ + 0.015617527008633027, + 0.013452193857581429 +] +- position: [ + 0.016065169084356047, + 0.013441949452011692 +] +- position: [ + 0.022405972498301285, + 0.002131299427444028 +] +- position: [ + 0.026221778381067182, + 0.012717632157084595 +] +- position: [ + 0.008448975955754758, + 0.017550108840092477 +] +- position: [ + 0.020134423572862672, + 0.023817407364097216 +] +- position: [ + 0.021765244581571027, + 0.021975711170610833 +] +- position: [ + 0.026229621141943927, + 0.012485859717288808 +] +- position: [ + 0.008451944121706328, + 0.01774072923046338 +] +- position: [ + 0.02019809704972389, + 0.023957018651086976 +] +- position: [ + 0.02176115746529095, + 0.022038697640406734 +] +- position: [ + 0.026233542522382296, + 0.01236997349739092 +] +- position: [ + 0.00845342820468211, + 0.01783603942564884 +] +- position: [ + 0.0202299337881545, + 0.024026824294581847 +] +- position: [ + 0.02175911390715091, + 0.022070190875304686 +] +- position: [ + 0.008206226133198973, + 0.011152769902399134 +] +- position: [ + 0.017454006938426733, + 0.011152769902399133 +] +- position: [ + 0.0008559285182493587, + 0.011152769902399134 +] +- position: [ + 0.021449611286548917, + 0.011152769902399133 +] +- position: [ + 0.003944532236497822, + 0.007758324996586715 +] +- position: [ + 0.007191048886590502, + 0.007758324996586708 +] +- position: [ + 0.008325601106582838, + 0.007758324996586708 +] diff --git a/SlaveMatrix/Assets/Parts/四足足/x0y0.svg b/SlaveMatrix/Assets/Parts/四足足/x0y0.svg new file mode 100644 index 0000000..2b985d4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足足/x0y0.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足足/x1y0.svg b/SlaveMatrix/Assets/Parts/四足足/x1y0.svg new file mode 100644 index 0000000..db6fa32 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足足/x1y0.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足足/x1y1.svg b/SlaveMatrix/Assets/Parts/四足足/x1y1.svg new file mode 100644 index 0000000..f6ac8be --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足足/x1y1.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足足/x2y0.svg b/SlaveMatrix/Assets/Parts/四足足/x2y0.svg new file mode 100644 index 0000000..b33ad9d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足足/x2y0.svg @@ -0,0 +1,297 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足足/x3y0.svg b/SlaveMatrix/Assets/Parts/四足足/x3y0.svg new file mode 100644 index 0000000..6ffa60f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足足/x3y0.svg @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足飛沫/part.yaml b/SlaveMatrix/Assets/Parts/四足飛沫/part.yaml new file mode 100644 index 0000000..dc9b381 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足飛沫/part.yaml @@ -0,0 +1,234 @@ +id: 四足飛沫 +original_key: 四足飛沫 +resource: 性器付 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 飛沫基 +- name: 雫1 +- name: 雫2 +- name: 雫3 +- name: 雫4 +- name: 雫5 +- name: 雫6 +- name: 雫7 +- name: 雫8 +- name: 雫9 +- name: 雫10 +joints: +- position: [ + 0.31393622183370784, + 0.3074667803769129 +] +- position: [ + 0.31621595581077644, + 0.30951846958960816 +] +- position: [ + 0.3155980415340968, + 0.3126499236523995 +] +- position: [ + 0.31227440213331886, + 0.31223433115535404 +] +- position: [ + 0.3118163311247337, + 0.3090389397853248 +] +- position: [ + 0.3159728742413248, + 0.30653677001886415 +] +- position: [ + 0.3178982722147934, + 0.3111685728494372 +] +- position: [ + 0.3134886606830435, + 0.31428294998547923 +] +- position: [ + 0.3101020460670979, + 0.3111685728494372 +] +- position: [ + 0.31145200827542635, + 0.30692039386229053 +] +- position: [ + 0.31412410011249536, + 0.30553346277763194 +] +- position: [ + 0.318501952017188, + 0.30928993090638723 +] +- position: [ + 0.31730670990370435, + 0.31457398415565885 +] +- position: [ + 0.3111190505922407, + 0.3145627763952592 +] +- position: [ + 0.30956564404648895, + 0.30891662507079365 +] +- position: [ + 0.31847811674651477, + 0.30341301096178896 +] +- position: [ + 0.32192106579144014, + 0.31313127270452434 +] +- position: [ + 0.313774770767116, + 0.3188497883802044 +] +- position: [ + 0.30606791985249826, + 0.31307663877499986 +] +- position: [ + 0.30894270724975753, + 0.30400121545674325 +] +- position: [ + 0.3143119783912828, + 0.3036001451783509 +] +- position: [ + 0.3207879482235995, + 0.3090613922231663 +] +- position: [ + 0.3190153782733119, + 0.3164980446589182 +] +- position: [ + 0.3099636990511626, + 0.3168912216351644 +] +- position: [ + 0.3073149569682441, + 0.3087943103562625 +] +- position: [ + 0.32098335925170474, + 0.30028925190471367 +] +- position: [ + 0.32594385936808695, + 0.31509397255961136 +] +- position: [ + 0.31406088085118844, + 0.32341662677492944 +] +- position: [ + 0.3020337936378986, + 0.31498470470056256 +] +- position: [ + 0.30643340622408877, + 0.3010820370511959 +] +- position: [ + 0.3144998566700703, + 0.3016668275790698 +] +- position: [ + 0.32307394443001103, + 0.3088328535399455 +] +- position: [ + 0.3207240466429194, + 0.31842210516217756 +] +- position: [ + 0.3088083475100845, + 0.31921966687506964 +] +- position: [ + 0.30506426988999935, + 0.3086719956417313 +] +- position: [ + 0.3234886017568947, + 0.2971654928476385 +] +- position: [ + 0.3299666529447337, + 0.3170566724146984 +] +- position: [ + 0.314346990935261, + 0.32798346516965454 +] +- position: [ + 0.297999667423299, + 0.3168927706261252 +] +- position: [ + 0.30392410519842006, + 0.2981628586456486 +] +- position: [ + 0.3146877349488578, + 0.29973350997978887 +] +- position: [ + 0.32535994063642254, + 0.30860431485672457 +] +- position: [ + 0.32243271501252696, + 0.32034616566543683 +] +- position: [ + 0.3076529959690064, + 0.32154811211497475 +] +- position: [ + 0.3028135828117546, + 0.3085496809272002 +] +- position: [ + 0.32599384426208466, + 0.2940417337905633 +] +- position: [ + 0.3339894465213804, + 0.3190193722697855 +] +- position: [ + 0.3146331010193335, + 0.33255030356437965 +] +- position: [ + 0.2939655412086993, + 0.3188008365516878 +] +- position: [ + 0.30141480417275124, + 0.29524368024010134 +] diff --git a/SlaveMatrix/Assets/Parts/四足飛沫/x0y0.svg b/SlaveMatrix/Assets/Parts/四足飛沫/x0y0.svg new file mode 100644 index 0000000..c8a7970 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足飛沫/x0y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足飛沫/x0y1.svg b/SlaveMatrix/Assets/Parts/四足飛沫/x0y1.svg new file mode 100644 index 0000000..4be2221 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足飛沫/x0y1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足飛沫/x0y2.svg b/SlaveMatrix/Assets/Parts/四足飛沫/x0y2.svg new file mode 100644 index 0000000..51a6ad1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足飛沫/x0y2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足飛沫/x0y3.svg b/SlaveMatrix/Assets/Parts/四足飛沫/x0y3.svg new file mode 100644 index 0000000..3754a49 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足飛沫/x0y3.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/四足飛沫/x0y4.svg b/SlaveMatrix/Assets/Parts/四足飛沫/x0y4.svg new file mode 100644 index 0000000..8690f89 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/四足飛沫/x0y4.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/固定帯/part.yaml b/SlaveMatrix/Assets/Parts/固定帯/part.yaml new file mode 100644 index 0000000..ceb5e44 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/固定帯/part.yaml @@ -0,0 +1,422 @@ +id: 固定帯 +original_key: 固定帯 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 革左上 +- name: 革右上 +- name: 革 +- name: 金具左1 +- name: 金具左2 +- name: 金具左3 +- name: 丸金具上左1 +- name: 丸金具上左2 +- name: 丸金具上左3 +- name: 金具右1 +- name: 金具右2 +- name: 金具右3 +- name: 丸金具上右1 +- name: 丸金具上右2 +- name: 丸金具上右3 +- name: 輪後上 +- name: 輪後下通常 +- name: 輪前上 +- name: 輪前下通常 +- name: 革左下 +- name: 革右下 +- name: 丸金具下左 +- name: 丸金具下右 +- name: 革下1 +- name: 革下2 +- name: 丸金具下1 +- name: 丸金具下2 +joints: +- position: [ + 0.00131386990137833, + 9.190637232074167E-06 +] +- position: [ + 0.025551877139328254, + 9.190637232074167E-06 +] +- position: [ + -0.0006681624724250689, + 0.0031488887360426924 +] +- position: [ + 0.02753390951313164, + 0.0031488887360426924 +] +- position: [ + -0.010360079388295711, + -0.006749955029891746 +] +- position: [ + 0.03722582642900231, + -0.006749955029891746 +] +- position: [ + -0.004639570703368498, + -0.0019267810406393834 +] +- position: [ + 0.03150531774407512, + -0.0019267810406393834 +] +- position: [ + 0.013432873520353267, + 0.0318719960592205 +] +- position: [ + 0.011314295751377358, + 0.019679910933861993 +] +- position: [ + 0.015551451289329183, + 0.019679910933861993 +] +- position: [ + 0.011854672589643492, + 0.017694011855675307 +] +- position: [ + 0.015011074451063039, + 0.017694011855675307 +] +- position: [ + 0.005265727181108912, + 0.005666787088946002 +] +- position: [ + 0.010250922812064509, + 0.005666787088946002 +] +- position: [ + 0.007606109943618109, + 0.017810662605947887 +] +- position: [ + 0.007606109943618107, + 0.0025895411710948005 +] +- position: [ + 0.007606109943618109, + 0.019993967277777597 +] +- position: [ + 0.003658735463617043, + 0.01735124256794636 +] +- position: [ + 0.011553484423619172, + 0.01735124256794636 +] +- position: [ + 0.007606109943618107, + 0.004645811198969296 +] +- position: [ + 0.017840024029957338, + 0.016782185574602964 +] +- position: [ + 0.019024655947120876, + 0.016782185574602964 +] +- position: [ + 0.018432339988539145, + 0.018914438230980875 +] +- position: [ + 0.018432339988539145, + 0.018917934265850787 +] +- position: [ + 0.00131386990137833, + -9.827649673554414E-06 +] +- position: [ + 0.025551877139328254, + -9.827649673554414E-06 +] +- position: [ + -0.0006681624724250689, + 0.003129870449137064 +] +- position: [ + 0.02753390951313164, + 0.003129870449137064 +] +- position: [ + -0.010360079388295711, + -0.006768973316797375 +] +- position: [ + 0.03722582642900231, + -0.006768973316797375 +] +- position: [ + -0.004639570703368498, + -0.001945799327545012 +] +- position: [ + 0.03150531774407512, + -0.001945799327545012 +] +- position: [ + 0.013432873520353267, + 0.030785007344845537 +] +- position: [ + 0.011314295751377358, + 0.019660892646956363 +] +- position: [ + 0.015551451289329183, + 0.019660892646956363 +] +- position: [ + 0.011854672589643492, + 0.017674993568769677 +] +- position: [ + 0.015011074451063039, + 0.017674993568769677 +] +- position: [ + 0.007606109943618109, + 0.01811404503953991 +] +- position: [ + 0.007606109943618107, + 0.0028698200152854894 +] +- position: [ + 0.01775550192665649, + 0.01685963581275106 +] +- position: [ + 0.019109178050421723, + 0.016859635812751052 +] +- position: [ + 0.00131386990137833, + -2.8845936579182996E-05 +] +- position: [ + 0.025551877139328254, + -2.8845936579182996E-05 +] +- position: [ + -0.0006681624724250689, + 0.003110852162231435 +] +- position: [ + 0.02753390951313164, + 0.003110852162231435 +] +- position: [ + -0.010360079388295711, + -0.0067879916037030035 +] +- position: [ + 0.03722582642900231, + -0.0067879916037030035 +] +- position: [ + -0.004639570703368498, + -0.0019648176144506403 +] +- position: [ + 0.03150531774407512, + -0.0019648176144506403 +] +- position: [ + 0.013432873520353267, + 0.029698018630470568 +] +- position: [ + 0.011314295751377358, + 0.019641874360050736 +] +- position: [ + 0.015551451289329183, + 0.019641874360050736 +] +- position: [ + 0.011854672589643492, + 0.01765597528186405 +] +- position: [ + 0.015011074451063039, + 0.01765597528186405 +] +- position: [ + 0.007606109943618109, + 0.018417427473131923 +] +- position: [ + 0.007606109943618107, + 0.0031500988594761773 +] +- position: [ + 0.017670979823355644, + 0.016937086050899153 +] +- position: [ + 0.019193700153722574, + 0.01693708605089914 +] +- position: [ + 0.00131386990137833, + -4.786422348481071E-05 +] +- position: [ + 0.025551877139328254, + -4.786422348481071E-05 +] +- position: [ + -0.0006681624724250689, + 0.0030918338753258075 +] +- position: [ + 0.02753390951313164, + 0.0030918338753258075 +] +- position: [ + -0.010360079388295711, + -0.006807009890608631 +] +- position: [ + 0.03722582642900231, + -0.006807009890608631 +] +- position: [ + -0.004639570703368498, + -0.001983835901356268 +] +- position: [ + 0.03150531774407512, + -0.001983835901356268 +] +- position: [ + 0.013432873520353267, + 0.028611029916095602 +] +- position: [ + 0.011314295751377358, + 0.01962285607314511 +] +- position: [ + 0.015551451289329183, + 0.01962285607314511 +] +- position: [ + 0.011854672589643492, + 0.017636956994958423 +] +- position: [ + 0.015011074451063039, + 0.017636956994958423 +] +- position: [ + 0.007606109943618109, + 0.018720809906723944 +] +- position: [ + 0.007606109943618107, + 0.003430377703666866 +] +- position: [ + 0.017586457720054793, + 0.01701453628904725 +] +- position: [ + 0.01927822225702342, + 0.01701453628904723 +] +- position: [ + 0.00131386990137833, + -6.688251039043929E-05 +] +- position: [ + 0.025551877139328254, + -6.688251039043929E-05 +] +- position: [ + -0.0006681624724250689, + 0.003072815588420179 +] +- position: [ + 0.02753390951313164, + 0.003072815588420179 +] +- position: [ + -0.010360079388295711, + -0.00682602817751426 +] +- position: [ + 0.03722582642900231, + -0.00682602817751426 +] +- position: [ + -0.004639570703368498, + -0.0020028541882618966 +] +- position: [ + 0.03150531774407512, + -0.0020028541882618966 +] +- position: [ + 0.013432873520353267, + 0.02752404120172063 +] +- position: [ + 0.011314295751377358, + 0.01960383778623948 +] +- position: [ + 0.015551451289329183, + 0.01960383778623948 +] +- position: [ + 0.011854672589643492, + 0.017617938708052793 +] +- position: [ + 0.015011074451063039, + 0.017617938708052793 +] +- position: [ + 0.007606109943618109, + 0.01902419234031596 +] +- position: [ + 0.007606109943618107, + 0.003710656547857555 +] +- position: [ + 0.01750193561675395, + 0.017091986527195346 +] +- position: [ + 0.019362744360324265, + 0.01709198652719532 +] diff --git a/SlaveMatrix/Assets/Parts/固定帯/x0y0.svg b/SlaveMatrix/Assets/Parts/固定帯/x0y0.svg new file mode 100644 index 0000000..3b0721f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/固定帯/x0y0.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/固定帯/x0y1.svg b/SlaveMatrix/Assets/Parts/固定帯/x0y1.svg new file mode 100644 index 0000000..77d1cbf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/固定帯/x0y1.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/固定帯/x0y2.svg b/SlaveMatrix/Assets/Parts/固定帯/x0y2.svg new file mode 100644 index 0000000..d52396c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/固定帯/x0y2.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/固定帯/x0y3.svg b/SlaveMatrix/Assets/Parts/固定帯/x0y3.svg new file mode 100644 index 0000000..26116f8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/固定帯/x0y3.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/固定帯/x0y4.svg b/SlaveMatrix/Assets/Parts/固定帯/x0y4.svg new file mode 100644 index 0000000..703c4d0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/固定帯/x0y4.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/多足/part.yaml b/SlaveMatrix/Assets/Parts/多足/part.yaml new file mode 100644 index 0000000..08f4121 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/多足/part.yaml @@ -0,0 +1,286 @@ +id: 多足 +original_key: 多足 +resource: 半身 +morph_x: 1 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +fields: +- name: 胴 +joints: +- position: [ + 0.17791577081718996, + 0.20344155537062264 +] +- position: [ + 0.19230050105956872, + 0.22389961408732284 +] +- position: [ + 0.2172094989404315, + 0.2238996140873228 +] +- position: [ + 0.23159422918281022, + 0.20344155537062258 +] +- position: [ + 0.20475500000000008, + 0.20475499999999994 +] +- position: [ + 0.17195000000000005, + 0.2086646608379327 +] +- position: [ + 0.17195000000000005, + 0.18357615016538148 +] +- position: [ + 0.14471543707295978, + 0.14622457503803646 +] +- position: [ + 0.19918456292704034, + 0.14622457503803646 +] +- position: [ + 0.13638597092270122, + 0.1629248620957887 +] +- position: [ + 0.20751402907729888, + 0.16292486209578863 +] +- position: [ + 0.1398483335234194, + 0.1830086413812638 +] +- position: [ + 0.20405166647658063, + 0.18300864138126371 +] +- position: [ + 0.15166223713378496, + 0.2003385387814904 +] +- position: [ + 0.19223776286621513, + 0.2003385387814904 +] +- position: [ + 0.14475806834742552, + 0.14017053172228058 +] +- position: [ + 0.19914193165257457, + 0.14017053172228058 +] +- position: [ + 0.17195000000000002, + 0.17195000000000002 +] +- position: [ + 0.09499999999999997, + 0.10854676324306624 +] +- position: [ + 0.09499999999999995, + 0.09342068276876707 +] +- position: [ + 0.09499999999999997, + 0.11088017828813876 +] +- position: [ + 0.09499999999999997, + 0.1092114760283446 +] +- position: [ + 0.09499999999999995, + 0.09375303916140625 +] +- position: [ + 0.06882472619137202, + 0.09398403761005107 +] +- position: [ + 0.12117527380862798, + 0.0939840376100511 +] +- position: [ + 0.09499999999999997, + 0.11083867990907495 +] +- position: [ + 0.09499999999999995, + 0.09456664110177142 +] +- position: [ + 0.06509992425550107, + 0.09393056590531691 +] +- position: [ + 0.12490007574449898, + 0.09393056590531694 +] +- position: [ + 0.09499999999999997, + 0.11092024401337221 +] +- position: [ + 0.09499999999999995, + 0.09460742315392004 +] +- position: [ + 0.06348915356776935, + 0.09392788561936534 +] +- position: [ + 0.1265108464322307, + 0.09392788561936537 +] +- position: [ + 0.09499999999999997, + 0.11071703287352305 +] +- position: [ + 0.09499999999999995, + 0.09450581758399547 +] +- position: [ + 0.06314219016081073, + 0.09393456336036474 +] +- position: [ + 0.12685780983918926, + 0.09393456336036476 +] +- position: [ + 0.09499999999999997, + 0.09395316251730701 +] +- position: [ + 0.13550000000000006, + 0.15948797548408203 +] +- position: [ + 0.1317207053425641, + 0.13412352365254637 +] +- position: [ + 0.13927929465743616, + 0.13412352365254634 +] +- position: [ + 0.12947489201826085, + 0.13822530629837815 +] +- position: [ + 0.14152510798173942, + 0.13822530629837812 +] +- position: [ + 0.12944119224223702, + 0.14321237109993645 +] +- position: [ + 0.1415588077577632, + 0.14321237109993643 +] +- position: [ + 0.12949313348962735, + 0.1472315335116571 +] +- position: [ + 0.14150686651037284, + 0.14723153351165708 +] +- position: [ + 0.12559351751642533, + 0.12798202817984586 +] +- position: [ + 0.14540648248357507, + 0.1279820281798458 +] +- position: [ + 0.13550000000000012, + 0.14902832994212273 +] +- position: [ + 0.13460628328952445, + 0.11850842040018068 +] +- position: [ + 0.13639371671047593, + 0.11850842040018068 +] +- position: [ + 0.047268488954495244, + 0.06769968082901948 +] +- position: [ + 0.05738556995274348, + 0.06171943838795037 +] +- position: [ + 0.046441788660703684, + 0.07563293889477657 +] +- position: [ + 0.04451685708516685, + 0.07194752088267029 +] +- position: [ + 0.03461165096734727, + 0.07030589980359761 +] +- position: [ + 0.004535386355754581, + 0.08181974882264244 +] +- position: [ + 0.09217465608579961, + 0.06769968082901943 +] +- position: [ + 0.08205757508755143, + 0.06171943838795038 +] +- position: [ + 0.09300135637959117, + 0.07563293889477657 +] +- position: [ + 0.09492628795512803, + 0.07194752088267029 +] +- position: [ + 0.10483634457907953, + 0.06969305818680152 +] +- position: [ + 0.13490775868454027, + 0.08181974882264248 +] +- position: [ + 0.06703317901234568, + 0.07840807072268047 +] +- position: [ + 0.11503800170434296, + 0.13041096129088436 +] +- position: [ + 0.13512092599103495, + 0.13041096129088436 +] diff --git a/SlaveMatrix/Assets/Parts/多足/x0y0.svg b/SlaveMatrix/Assets/Parts/多足/x0y0.svg new file mode 100644 index 0000000..15d289a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/多足/x0y0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/多足/x0y1.svg b/SlaveMatrix/Assets/Parts/多足/x0y1.svg new file mode 100644 index 0000000..dc90138 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/多足/x0y1.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/多足/x0y2.svg b/SlaveMatrix/Assets/Parts/多足/x0y2.svg new file mode 100644 index 0000000..0848187 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/多足/x0y2.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/大顎上/part.yaml b/SlaveMatrix/Assets/Parts/大顎上/part.yaml new file mode 100644 index 0000000..e0c94cb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/大顎上/part.yaml @@ -0,0 +1,28 @@ +id: 大顎上 +original_key: 大顎上 +resource: 肢中 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 甲殻 +- name: 線左 +- name: 線右 +- name: 刺左 +- name: 刺右 +joints: +- position: [ + 0.0455606092983783, + 0.0760071894825491 +] +- position: [ + 0.06543895629489324, + 0.0760071894825491 +] +- position: [ + 0.05549978279663584, + 0.07334493974274894 +] diff --git a/SlaveMatrix/Assets/Parts/大顎上/x0y0.svg b/SlaveMatrix/Assets/Parts/大顎上/x0y0.svg new file mode 100644 index 0000000..759e251 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/大顎上/x0y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/大顎基/part.yaml b/SlaveMatrix/Assets/Parts/大顎基/part.yaml new file mode 100644 index 0000000..c1e5331 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/大顎基/part.yaml @@ -0,0 +1,24 @@ +id: 大顎基 +original_key: 大顎基 +resource: 肢中 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 甲殻下 +joints: +- position: [ + 0.029680761472545523, + 0.06577543358935374 +] +- position: [ + 0.08131880412072615, + 0.06577543358935374 +] +- position: [ + 0.05549978279663585, + 0.07334854312421513 +] diff --git a/SlaveMatrix/Assets/Parts/大顎基/x0y0.svg b/SlaveMatrix/Assets/Parts/大顎基/x0y0.svg new file mode 100644 index 0000000..236e143 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/大顎基/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/part.yaml b/SlaveMatrix/Assets/Parts/射精/part.yaml new file mode 100644 index 0000000..38bface --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/part.yaml @@ -0,0 +1,79 @@ +id: 射精 +original_key: 射精 +resource: カーソル +morph_x: 2 +morph_y: 7 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 1 + y: 5 + file: x1y5.svg +- x: 1 + y: 6 + file: x1y6.svg +- x: 1 + y: 7 + file: x1y7.svg +- x: 1 + y: 8 + file: x1y8.svg +- x: 1 + y: 9 + file: x1y9.svg +- x: 1 + y: 10 + file: x1y10.svg +- x: 1 + y: 11 + file: x1y11.svg +- x: 1 + y: 12 + file: x1y12.svg +- x: 1 + y: 13 + file: x1y13.svg +- x: 1 + y: 14 + file: x1y14.svg +fields: +- name: 精液 +joints: +- position: [ + 0.133501349118799, + 0.15866835892351938 +] diff --git a/SlaveMatrix/Assets/Parts/射精/x0y0.svg b/SlaveMatrix/Assets/Parts/射精/x0y0.svg new file mode 100644 index 0000000..80a3ee3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x0y1.svg b/SlaveMatrix/Assets/Parts/射精/x0y1.svg new file mode 100644 index 0000000..98aa1f2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x0y2.svg b/SlaveMatrix/Assets/Parts/射精/x0y2.svg new file mode 100644 index 0000000..cce380e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x0y3.svg b/SlaveMatrix/Assets/Parts/射精/x0y3.svg new file mode 100644 index 0000000..cc5bd23 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x0y4.svg b/SlaveMatrix/Assets/Parts/射精/x0y4.svg new file mode 100644 index 0000000..1317d07 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x0y5.svg b/SlaveMatrix/Assets/Parts/射精/x0y5.svg new file mode 100644 index 0000000..ebe9780 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x0y6.svg b/SlaveMatrix/Assets/Parts/射精/x0y6.svg new file mode 100644 index 0000000..ce3922c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x0y6.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y0.svg b/SlaveMatrix/Assets/Parts/射精/x1y0.svg new file mode 100644 index 0000000..80a3ee3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y1.svg b/SlaveMatrix/Assets/Parts/射精/x1y1.svg new file mode 100644 index 0000000..98aa1f2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y10.svg b/SlaveMatrix/Assets/Parts/射精/x1y10.svg new file mode 100644 index 0000000..1f8f690 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y10.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y11.svg b/SlaveMatrix/Assets/Parts/射精/x1y11.svg new file mode 100644 index 0000000..9593e84 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y11.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y12.svg b/SlaveMatrix/Assets/Parts/射精/x1y12.svg new file mode 100644 index 0000000..90b3842 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y12.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y13.svg b/SlaveMatrix/Assets/Parts/射精/x1y13.svg new file mode 100644 index 0000000..0102db2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y13.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y14.svg b/SlaveMatrix/Assets/Parts/射精/x1y14.svg new file mode 100644 index 0000000..3493909 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y14.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y2.svg b/SlaveMatrix/Assets/Parts/射精/x1y2.svg new file mode 100644 index 0000000..cce380e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y3.svg b/SlaveMatrix/Assets/Parts/射精/x1y3.svg new file mode 100644 index 0000000..cc5bd23 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y4.svg b/SlaveMatrix/Assets/Parts/射精/x1y4.svg new file mode 100644 index 0000000..1317d07 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y5.svg b/SlaveMatrix/Assets/Parts/射精/x1y5.svg new file mode 100644 index 0000000..ebe9780 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y6.svg b/SlaveMatrix/Assets/Parts/射精/x1y6.svg new file mode 100644 index 0000000..ce3922c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y6.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y7.svg b/SlaveMatrix/Assets/Parts/射精/x1y7.svg new file mode 100644 index 0000000..e5b64f6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y8.svg b/SlaveMatrix/Assets/Parts/射精/x1y8.svg new file mode 100644 index 0000000..fa560b3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y8.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/射精/x1y9.svg b/SlaveMatrix/Assets/Parts/射精/x1y9.svg new file mode 100644 index 0000000..3d599a6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/射精/x1y9.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/part.yaml b/SlaveMatrix/Assets/Parts/尾/part.yaml new file mode 100644 index 0000000..4674d7e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/part.yaml @@ -0,0 +1,165 @@ +id: 尾 +original_key: 尾 +resource: 肢中 +morph_x: 3 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +fields: +- name: 鰭左2 +- name: 鰭右2 +- name: 鰭左1 +- name: 鰭右1 +- name: 尾 +joints: +- position: [ + -0.002957329332919211, + 0.03897145240231488 +] +- position: [ + 0.019773838607494064, + 0.03897145240231481 +] +- position: [ + 0.009738911318267006, + 0.016719319215156167 +] +- position: [ + 0.00843509543193953, + 0.016719319215156177 +] +- position: [ + 0.023889274510522036, + 0.028504834863876026 +] +- position: [ + 0.03114818927798223, + 0.028504834863876026 +] +- position: [ + 0.023822338007875296, + 0.03156713098031987 +] +- position: [ + 0.031215125780628968, + 0.03156713098031987 +] +- position: [ + 0.027518731894252142, + 0.039618874167733846 +] +- position: [ + 0.04706246844516842, + 0.04165856411894804 +] +- position: [ + 0.04706246844516841, + 0.04860666233573288 +] +- position: [ + 0.04706246844516842, + 0.04186977576282308 +] +- position: [ + 0.04706246844516841, + 0.049026316926111466 +] +- position: [ + 0.04706246844516842, + 0.04208732375601437 +] +- position: [ + 0.04706246844516841, + 0.04945856115420141 +] +- position: [ + 0.04706246844516842, + 0.042311398189001405 +] +- position: [ + 0.04706246844516841, + 0.04990377270913405 +] +- position: [ + 0.04706246844516842, + 0.042542194854978045 +] +- position: [ + 0.04706246844516841, + 0.05036234061071467 +] +- position: [ + 0.04706246844516842, + 0.042779915420933984 +] +- position: [ + 0.04706246844516841, + 0.05083466554934271 +] +- position: [ + 0.04706246844516842, + 0.0430247676038686 +] +- position: [ + 0.04706246844516841, + 0.05132116023612959 +] +- position: [ + 0.04706246844516842, + 0.04327696535229126 +] +- position: [ + 0.04706246844516841, + 0.05182224976352008 +] +- position: [ + 0.04706246844516842, + 0.0435367290331666 +] +- position: [ + 0.04706246844516841, + 0.05233837197673228 +] +- position: [ + 0.04706246844516842, + 0.0438042856244682 +] +- position: [ + 0.04706246844516841, + 0.05286997785634085 +] +- position: [ + 0.04706246844516842, + 0.04407986891350884 +] +- position: [ + 0.04706246844516841, + 0.05341753191233768 +] +- position: [ + 0.04706246844516842, + 0.044363719701220695 +] +- position: [ + 0.04706246844516841, + 0.05398151259001441 +] +- position: [ + 0.04706246844516842, + 0.04850235183446634 +] +- position: [ + 0.04706246844516841, + 0.0747401172171896 +] diff --git a/SlaveMatrix/Assets/Parts/尾/x0y0.svg b/SlaveMatrix/Assets/Parts/尾/x0y0.svg new file mode 100644 index 0000000..3d6089f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y0.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y1.svg b/SlaveMatrix/Assets/Parts/尾/x0y1.svg new file mode 100644 index 0000000..63a7b84 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y1.svg @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y10.svg b/SlaveMatrix/Assets/Parts/尾/x0y10.svg new file mode 100644 index 0000000..9855811 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y10.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y11.svg b/SlaveMatrix/Assets/Parts/尾/x0y11.svg new file mode 100644 index 0000000..53e5c72 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y11.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y12.svg b/SlaveMatrix/Assets/Parts/尾/x0y12.svg new file mode 100644 index 0000000..9cda21a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y12.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y13.svg b/SlaveMatrix/Assets/Parts/尾/x0y13.svg new file mode 100644 index 0000000..c9fdd3c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y13.svg @@ -0,0 +1,820 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y14.svg b/SlaveMatrix/Assets/Parts/尾/x0y14.svg new file mode 100644 index 0000000..edff544 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y14.svg @@ -0,0 +1,923 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y15.svg b/SlaveMatrix/Assets/Parts/尾/x0y15.svg new file mode 100644 index 0000000..8d2d720 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y15.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y16.svg b/SlaveMatrix/Assets/Parts/尾/x0y16.svg new file mode 100644 index 0000000..3ac044b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y16.svg @@ -0,0 +1,1108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y17.svg b/SlaveMatrix/Assets/Parts/尾/x0y17.svg new file mode 100644 index 0000000..51a0aeb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y17.svg @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y18.svg b/SlaveMatrix/Assets/Parts/尾/x0y18.svg new file mode 100644 index 0000000..f033636 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y18.svg @@ -0,0 +1,674 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y19.svg b/SlaveMatrix/Assets/Parts/尾/x0y19.svg new file mode 100644 index 0000000..213fe5f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y19.svg @@ -0,0 +1,1504 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y2.svg b/SlaveMatrix/Assets/Parts/尾/x0y2.svg new file mode 100644 index 0000000..40858c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y2.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y20.svg b/SlaveMatrix/Assets/Parts/尾/x0y20.svg new file mode 100644 index 0000000..9aee6f5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y20.svg @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y21.svg b/SlaveMatrix/Assets/Parts/尾/x0y21.svg new file mode 100644 index 0000000..ea96ddf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y21.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y22.svg b/SlaveMatrix/Assets/Parts/尾/x0y22.svg new file mode 100644 index 0000000..7fe051f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y22.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y3.svg b/SlaveMatrix/Assets/Parts/尾/x0y3.svg new file mode 100644 index 0000000..37a1539 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y3.svg @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y4.svg b/SlaveMatrix/Assets/Parts/尾/x0y4.svg new file mode 100644 index 0000000..38691c1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y4.svg @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y5.svg b/SlaveMatrix/Assets/Parts/尾/x0y5.svg new file mode 100644 index 0000000..44719eb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y5.svg @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y6.svg b/SlaveMatrix/Assets/Parts/尾/x0y6.svg new file mode 100644 index 0000000..20540c1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y6.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y7.svg b/SlaveMatrix/Assets/Parts/尾/x0y7.svg new file mode 100644 index 0000000..f1c95c5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y7.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y8.svg b/SlaveMatrix/Assets/Parts/尾/x0y8.svg new file mode 100644 index 0000000..745116b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y8.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x0y9.svg b/SlaveMatrix/Assets/Parts/尾/x0y9.svg new file mode 100644 index 0000000..5358d63 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x0y9.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x1y0.svg b/SlaveMatrix/Assets/Parts/尾/x1y0.svg new file mode 100644 index 0000000..68a74e3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x1y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/尾/x2y0.svg b/SlaveMatrix/Assets/Parts/尾/x2y0.svg new file mode 100644 index 0000000..73418c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/尾/x2y0.svg @@ -0,0 +1,238 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/帽子/part.yaml b/SlaveMatrix/Assets/Parts/帽子/part.yaml new file mode 100644 index 0000000..6ddd9a0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/帽子/part.yaml @@ -0,0 +1,27 @@ +id: 帽子 +original_key: 帽子 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: ナース帽 +- name: 十字 +- name: 留具左 +- name: 留具右 +joints: +- position: [ + 0.09500000000000001, + 0.08657209822414329 +] +- position: [ + 0.12373035553587274, + 0.09752459310192672 +] +- position: [ + 0.06626964446412721, + 0.09752459310192672 +] diff --git a/SlaveMatrix/Assets/Parts/帽子/x0y0.svg b/SlaveMatrix/Assets/Parts/帽子/x0y0.svg new file mode 100644 index 0000000..04fde76 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/帽子/x0y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/part.yaml b/SlaveMatrix/Assets/Parts/後翅/part.yaml new file mode 100644 index 0000000..0f63a90 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/part.yaml @@ -0,0 +1,345 @@ +id: 後翅 +original_key: 後翅 +resource: 肢左 +morph_x: 4 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +fields: +- name: 後翅 +joints: +- position: [ + 0.4364544322976285, + 0.39623926352333844 +] +- position: [ + 0.44524376021695905, + 0.36083685628976625 +] +- position: [ + 0.4342178413009258, + 0.3844018167113377 +] +- position: [ + 0.44211374108930174, + 0.4017747176739476 +] +- position: [ + 0.3836674886182371, + 0.3708115184262546 +] +- position: [ + 0.3160032089939528, + 0.3434364862946162 +] +- position: [ + 0.31560473977114856, + 0.35564991937867496 +] +- position: [ + 0.3396984032003908, + 0.37427076665385944 +] +- position: [ + 0.3344672535128444, + 0.36353615462839617 +] +- position: [ + 0.4797723872727104, + 0.3740752143942697 +] +- position: [ + 0.3312934906771948, + 0.36540720637697727 +] +- position: [ + 0.404416941532331, + 0.3900301719923506 +] +- position: [ + 0.3293229902409845, + 0.38026412414843364 +] +- position: [ + 0.4536797189584613, + 0.39741718512562596 +] +- position: [ + 0.4087830099046889, + 0.4077942798258042 +] +- position: [ + 0.34703803047717924, + 0.3991212481705851 +] +- position: [ + 0.2936315362004844, + 0.3803344708746523 +] +- position: [ + 0.45484538612515263, + 0.4127134410813516 +] +- position: [ + 0.04661055224799703, + 0.023688789442204344 +] +- position: [ + 0.03354445222129647, + 0.023566191948176683 +] +- position: [ + 0.021027317105536784, + 0.02357932405722686 +] +- position: [ + 0.007698649977328727, + 0.023101229484984814 +] +- position: [ + -0.006034167972863942, + 0.023292188538486358 +] +- position: [ + -0.018950236014341808, + 0.023908984746994284 +] +- position: [ + -0.030905628020802198, + 0.024638915508511612 +] +- position: [ + 0.0892101458568102, + 0.03170800710870886 +] +- position: [ + 0.07473441865586636, + 0.02946736102367084 +] +- position: [ + 0.06106451466741512, + 0.02785310955966594 +] +- position: [ + 0.0476823265516746, + 0.02581667369846457 +] +- position: [ + 0.03433879642700397, + 0.02432044681989444 +] +- position: [ + 0.020403214474705042, + 0.023593997926936765 +] +- position: [ + 0.006353009200178384, + 0.02385469305638732 +] +- position: [ + -0.007026535953705344, + 0.02470522443562559 +] +- position: [ + -0.019931686767278176, + 0.028459350018055718 +] +- position: [ + -0.031219304152941593, + 0.0333946762611534 +] +- position: [ + 0.10000997767381753, + 0.0904795120587831 +] +- position: [ + 0.09681063787577716, + 0.10076741910161105 +] +- position: [ + 0.09212380323728672, + 0.09648928001191531 +] +- position: [ + 0.09498135835192734, + 0.10164444590204712 +] +- position: [ + 0.09424108767102565, + 0.09632130727383131 +] +- position: [ + 0.10205165970241843, + 0.09779618486351088 +] +- position: [ + 0.09929217509265596, + 0.09260634912721466 +] +- position: [ + 0.19239677219486545, + 0.2979846860625237 +] +- position: [ + 0.18647579880460258, + 0.4340966559888306 +] +- position: [ + 0.27761605556632635, + 0.3029035590539354 +] +- position: [ + 0.32578510702828467, + 0.298077688237922 +] +- position: [ + 0.37197062434977685, + 0.29267315602645994 +] +- position: [ + 0.4031832385829486, + 0.29028803164242023 +] +- position: [ + 0.28679223565665807, + 0.318098852154928 +] +- position: [ + 0.3314430679306013, + 0.3074430824060856 +] +- position: [ + 0.37414821090115413, + 0.2964947747180395 +] +- position: [ + 0.29751686325069704, + 0.33122883643970286 +] +- position: [ + 0.33805525184916063, + 0.31553525464388693 +] +- position: [ + 0.37672294743059975, + 0.2998135018952947 +] +- position: [ + 0.3094138476046635, + 0.34221927235861027 +] +- position: [ + 0.34538982787329187, + 0.32230848397743755 +] +- position: [ + 0.37960206637199345, + 0.30260870717589555 +] +- position: [ + 0.32211915826914045, + 0.3510480692704854 +] +- position: [ + 0.35322240511225583, + 0.32774919272225184 +] +- position: [ + 0.38269545580633396, + 0.3048727607148406 +] +- position: [ + 0.3352872904531848, + 0.35774066462141624 +] +- position: [ + 0.36134001740830385, + 0.33187309751721644 +] +- position: [ + 0.3859172920456452, + 0.3066099258076218 +] +- position: [ + 0.34859671114946633, + 0.36236485600721563 +] +- position: [ + 0.36954447972741933, + 0.33472202322529043 +] +- position: [ + 0.389187423027111, + 0.3078351098195999 +] +- position: [ + 0.36175427107842023, + 0.3650252479419038 +] +- position: [ + 0.3776551070362816, + 0.3363604794497881 +] +- position: [ + 0.3924324977750743, + 0.3085725134736147 +] +- position: [ + 0.3744985906743999, + 0.3658574674644125 +] +- position: [ + 0.3855108007519962, + 0.3368720946724378 +] +- position: [ + 0.3955868429811176, + 0.3088542167582583 +] +- position: [ + 0.38660244907061747, + 0.36502229254007157 +] +- position: [ + 0.39297152063027146, + 0.3363559967449259 +] +- position: [ + 0.3985930929582131, + 0.3087187373190304 +] +- position: [ + 0.39787422314409937, + 0.3626998250081695 +] +- position: [ + 0.3999191711158739, + 0.33492322094036275 +] +- position: [ + 0.4014025837918074, + 0.3082095942756263 +] diff --git a/SlaveMatrix/Assets/Parts/後翅/x0y0.svg b/SlaveMatrix/Assets/Parts/後翅/x0y0.svg new file mode 100644 index 0000000..4416af0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x0y0.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x0y1.svg b/SlaveMatrix/Assets/Parts/後翅/x0y1.svg new file mode 100644 index 0000000..d864590 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x0y1.svg @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x1y0.svg b/SlaveMatrix/Assets/Parts/後翅/x1y0.svg new file mode 100644 index 0000000..db07a06 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x1y0.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x1y1.svg b/SlaveMatrix/Assets/Parts/後翅/x1y1.svg new file mode 100644 index 0000000..0cad8c2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x1y1.svg @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x2y0.svg b/SlaveMatrix/Assets/Parts/後翅/x2y0.svg new file mode 100644 index 0000000..cfe682f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x2y0.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x2y1.svg b/SlaveMatrix/Assets/Parts/後翅/x2y1.svg new file mode 100644 index 0000000..d9da17e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x2y1.svg @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x3y0.svg b/SlaveMatrix/Assets/Parts/後翅/x3y0.svg new file mode 100644 index 0000000..48a0bdd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x3y0.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/後翅/x3y1.svg b/SlaveMatrix/Assets/Parts/後翅/x3y1.svg new file mode 100644 index 0000000..a074c6f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/後翅/x3y1.svg @@ -0,0 +1,474 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/part.yaml b/SlaveMatrix/Assets/Parts/性器/part.yaml new file mode 100644 index 0000000..da37ff5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/part.yaml @@ -0,0 +1,129 @@ +id: 性器 +original_key: 性器 +resource: 性器 +morph_x: 4 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 1 + y: 5 + file: x1y5.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 2 + y: 2 + file: x2y2.svg +- x: 2 + y: 3 + file: x2y3.svg +- x: 2 + y: 4 + file: x2y4.svg +- x: 2 + y: 5 + file: x2y5.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +- x: 3 + y: 2 + file: x3y2.svg +- x: 3 + y: 3 + file: x3y3.svg +- x: 3 + y: 4 + file: x3y4.svg +- x: 3 + y: 5 + file: x3y5.svg +fields: +- name: 小陰唇 +- name: 性器基 +- name: 陰核 +- name: 尿道 +- name: 膣口 +joints: +- position: [ + 0.019192864762988426, + 0.022823252845375043 +] +- position: [ + 0.019192864762988433, + 0.015270764405475905 +] +- position: [ + 0.019192864762988447, + 0.017918553541262695 +] +- position: [ + 0.019192864762988433, + 0.020857851899115556 +] +- position: [ + 0.018195442770079423, + 0.014733691024678747 +] +- position: [ + 0.018186592023534023, + 0.014189671960225417 +] +- position: [ + 0.019192864762988433, + 0.013825070847377717 +] +- position: [ + 0.020199137502442843, + 0.014189671960225417 +] +- position: [ + 0.019192864762988426, + 0.017918553541262695 +] +- position: [ + 0.019192864762988426, + 0.020857851899115556 +] +- position: [ + 0.020190286755897402, + 0.014733691024678747 +] diff --git a/SlaveMatrix/Assets/Parts/性器/x0y0.svg b/SlaveMatrix/Assets/Parts/性器/x0y0.svg new file mode 100644 index 0000000..4f2c97d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x0y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x0y1.svg b/SlaveMatrix/Assets/Parts/性器/x0y1.svg new file mode 100644 index 0000000..360eaae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x0y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x0y2.svg b/SlaveMatrix/Assets/Parts/性器/x0y2.svg new file mode 100644 index 0000000..1f176aa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x0y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x0y3.svg b/SlaveMatrix/Assets/Parts/性器/x0y3.svg new file mode 100644 index 0000000..cbe18fe --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x0y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x0y4.svg b/SlaveMatrix/Assets/Parts/性器/x0y4.svg new file mode 100644 index 0000000..c2a2763 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x0y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x0y5.svg b/SlaveMatrix/Assets/Parts/性器/x0y5.svg new file mode 100644 index 0000000..23b7926 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x0y5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x1y0.svg b/SlaveMatrix/Assets/Parts/性器/x1y0.svg new file mode 100644 index 0000000..4f2c97d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x1y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x1y1.svg b/SlaveMatrix/Assets/Parts/性器/x1y1.svg new file mode 100644 index 0000000..fbe3f3e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x1y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x1y2.svg b/SlaveMatrix/Assets/Parts/性器/x1y2.svg new file mode 100644 index 0000000..5710641 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x1y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x1y3.svg b/SlaveMatrix/Assets/Parts/性器/x1y3.svg new file mode 100644 index 0000000..ed09c5f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x1y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x1y4.svg b/SlaveMatrix/Assets/Parts/性器/x1y4.svg new file mode 100644 index 0000000..636eee1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x1y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x1y5.svg b/SlaveMatrix/Assets/Parts/性器/x1y5.svg new file mode 100644 index 0000000..19a89ab --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x1y5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x2y0.svg b/SlaveMatrix/Assets/Parts/性器/x2y0.svg new file mode 100644 index 0000000..4f2c97d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x2y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x2y1.svg b/SlaveMatrix/Assets/Parts/性器/x2y1.svg new file mode 100644 index 0000000..3c3b566 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x2y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x2y2.svg b/SlaveMatrix/Assets/Parts/性器/x2y2.svg new file mode 100644 index 0000000..effec36 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x2y2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x2y3.svg b/SlaveMatrix/Assets/Parts/性器/x2y3.svg new file mode 100644 index 0000000..c5eb0de --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x2y3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x2y4.svg b/SlaveMatrix/Assets/Parts/性器/x2y4.svg new file mode 100644 index 0000000..effec36 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x2y4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x2y5.svg b/SlaveMatrix/Assets/Parts/性器/x2y5.svg new file mode 100644 index 0000000..3c3b566 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x2y5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x3y0.svg b/SlaveMatrix/Assets/Parts/性器/x3y0.svg new file mode 100644 index 0000000..4f2c97d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x3y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x3y1.svg b/SlaveMatrix/Assets/Parts/性器/x3y1.svg new file mode 100644 index 0000000..213f5ae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x3y1.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x3y2.svg b/SlaveMatrix/Assets/Parts/性器/x3y2.svg new file mode 100644 index 0000000..143c881 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x3y2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x3y3.svg b/SlaveMatrix/Assets/Parts/性器/x3y3.svg new file mode 100644 index 0000000..0f4dfbb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x3y3.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x3y4.svg b/SlaveMatrix/Assets/Parts/性器/x3y4.svg new file mode 100644 index 0000000..143c881 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x3y4.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器/x3y5.svg b/SlaveMatrix/Assets/Parts/性器/x3y5.svg new file mode 100644 index 0000000..213f5ae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器/x3y5.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/part.yaml b/SlaveMatrix/Assets/Parts/性器精液垂れ/part.yaml new file mode 100644 index 0000000..b5fee8e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/part.yaml @@ -0,0 +1,77 @@ +id: 性器精液垂れ +original_key: 性器精液垂れ +resource: 性器付 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 精液 +- name: 血液1 +- name: 血液2 +joints: +- position: [ + 0.045273530460727726, + 0.04780735699075963 +] +- position: [ + 0.04751747344176094, + 0.04893598901689323 +] +- position: [ + 0.04384854627043383, + 0.04833623460002859 +] +- position: [ + 0.049248830461773974, + 0.0501929525749941 +] +- position: [ + 0.04366161801766724, + 0.04982976519188901 +] +- position: [ + 0.05008878612007953, + 0.05199596116110425 +] +- position: [ + 0.043181786607571535, + 0.05243780231990122 +] +- position: [ + 0.05044074291569975, + 0.054279196768348616 +] +- position: [ + 0.04282960243775627, + 0.05501115652561337 +] +- position: [ + 0.052097248153165306, + 0.05746634912354322 +] +- position: [ + 0.0430167552032555, + 0.054896311143700485 +] +- position: [ + 0.051700620560104764, + 0.05870688305017794 +] diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y0.svg b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y0.svg new file mode 100644 index 0000000..4919898 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y1.svg b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y1.svg new file mode 100644 index 0000000..a833802 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y2.svg b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y2.svg new file mode 100644 index 0000000..3e6e918 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y3.svg b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y3.svg new file mode 100644 index 0000000..fab9a83 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y4.svg b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y4.svg new file mode 100644 index 0000000..8b46627 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y5.svg b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y5.svg new file mode 100644 index 0000000..fc0ac9d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/性器精液垂れ/x0y5.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/意思表示/part.yaml b/SlaveMatrix/Assets/Parts/意思表示/part.yaml new file mode 100644 index 0000000..9913df7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/意思表示/part.yaml @@ -0,0 +1,54 @@ +id: 意思表示 +original_key: 意思表示 +resource: 胴体 +morph_x: 1 +morph_y: 4 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +fields: +- name: 吹出し +- name: 怒 +joints: +- position: [ + 0.13992925487475652, + 0.12517489401430398 +] +- position: [ + 0.018657236965027572, + 0.014689071649392193 +] +- position: [ + 0.036380226823476636, + 0.014689071649392193 +] +- position: [ + 0.0351032961126059, + 0.04491598303972058 +] +- position: [ + 0.05472866996683526, + 0.04491598303972058 +] +- position: [ + 0.095, + 0.0809416624195675 +] +- position: [ + 0.08616939871158194, + 0.0731107726424042 +] +- position: [ + 0.09221099875808295, + 0.09215345518156899 +] diff --git a/SlaveMatrix/Assets/Parts/意思表示/x0y0.svg b/SlaveMatrix/Assets/Parts/意思表示/x0y0.svg new file mode 100644 index 0000000..c326938 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/意思表示/x0y0.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/意思表示/x0y1.svg b/SlaveMatrix/Assets/Parts/意思表示/x0y1.svg new file mode 100644 index 0000000..21a1d10 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/意思表示/x0y1.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/意思表示/x0y2.svg b/SlaveMatrix/Assets/Parts/意思表示/x0y2.svg new file mode 100644 index 0000000..2552088 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/意思表示/x0y2.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/意思表示/x0y3.svg b/SlaveMatrix/Assets/Parts/意思表示/x0y3.svg new file mode 100644 index 0000000..c94a34c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/意思表示/x0y3.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/part.yaml b/SlaveMatrix/Assets/Parts/手/part.yaml new file mode 100644 index 0000000..b5ba534 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/part.yaml @@ -0,0 +1,1004 @@ +id: 手 +original_key: 手 +resource: 腕左 +morph_x: 1 +morph_y: 11 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +fields: +- name: グローブ +- name: 獣毛 +- name: 手 +- name: 獣肉球 +- name: 人指 +- name: 中指 +- name: 薬指 +- name: 小指 +- name: 親指 +- name: 鱗 +- name: 悪タトゥ +joints: +- position: [ + 0.003742701522025545, + -6.807853343071717E-05 +] +- position: [ + 0.0031378859004722423, + 0.008061063741269173 +] +- position: [ + 0.022224926427060424, + 0.02187720447146394 +] +- position: [ + 0.021134344085037362, + 0.025868934865306472 +] +- position: [ + 0.02133263178358699, + 0.02986066525914906 +] +- position: [ + 0.02272064567343449, + 0.033852395652991515 +] +- position: [ + 0.0333724622254346, + 0.02454743814787873 +] +- position: [ + 0.027863728386514398, + 0.026678362564237335 +] +- position: [ + 0.021838561389140244, + 0.010590008508112645 +] +- position: [ + 0.021566125618060865, + 0.012704631593636231 +] +- position: [ + 0.021568359148716222, + 0.013956808850148605 +] +- position: [ + 0.02132970439926967, + 0.010556152106288288 +] +- position: [ + 0.021317007050097585, + 0.012688214680538237 +] +- position: [ + 0.021602415543707464, + 0.013560678548386905 +] +- position: [ + 0.02154827045791249, + 0.010563045716305348 +] +- position: [ + 0.02142400697642305, + 0.012691521844985374 +] +- position: [ + 0.021593749329836074, + 0.01373094106969088 +] +- position: [ + 0.0185516304423557, + 0.01123090431764511 +] +- position: [ + 0.013853509735090813, + 0.017097354750497423 +] +- position: [ + 0.016129554938679447, + 0.01609351855652178 +] +- position: [ + 0.013790432266709899, + 0.013684095460231136 +] +- position: [ + 0.01609867534688792, + 0.014469867168256479 +] +- position: [ + 0.018340211216169747, + 0.023353127194770226 +] +- position: [ + 0.018768434935630976, + 0.010316398712432208 +] +- position: [ + 0.01731327498601548, + 0.013833321213251575 +] +- position: [ + 0.019352355667574865, + 0.014291306786517376 +] +- position: [ + 0.019874300184920573, + 0.010677556604934179 +] +- position: [ + 0.01871384433458178, + 0.011565028906490176 +] +- position: [ + 0.020038697765407516, + 0.013181309883937186 +] +- position: [ + 0.020381035666163966, + 0.011020464470149975 +] +- position: [ + 0.01871384433458178, + 0.011565028906490128 +] +- position: [ + 0.020038697765407516, + 0.013181309883937177 +] +- position: [ + 0.019150880855774065, + 0.010391336028195008 +] +- position: [ + 0.017982298048090237, + 0.012344224236030193 +] +- position: [ + 0.03326684491201039, + 0.030936881208389392 +] +- position: [ + 0.021684284443338968, + 0.03295081461829494 +] +- position: [ + 0.02135529779702676, + 0.02901551737183447 +] +- position: [ + 0.021657119394321647, + 0.025113279384574902 +] +- position: [ + 0.02263827294627043, + 0.021246643676454756 +] +- position: [ + 0.027623778583570843, + 0.028210455903637674 +] +- position: [ + 0.026410499374528544, + 0.022423955589750116 +] +- position: [ + 0.018352105924662243, + 0.02207326187984439 +] +- position: [ + 0.2540780582314397, + 0.2565297145142387 +] +- position: [ + 0.0031378859004722423, + 0.00859723053115457 +] +- position: [ + 0.014714329027896456, + 0.018301743466427524 +] +- position: [ + 0.016501469739989977, + 0.01665542052736803 +] +- position: [ + 0.01796842146823512, + 0.023438536618051096 +] +- position: [ + 0.015134548594071344, + 0.014012955864249848 +] +- position: [ + 0.017390096122885272, + 0.016182495813551356 +] +- position: [ + 0.01938923684177804, + 0.015441355861006497 +] +- position: [ + 0.015014704842483696, + 0.013570130641738641 +] +- position: [ + 0.0170199400908058, + 0.01487891423485667 +] +- position: [ + 0.019263104308198685, + 0.014778281295140243 +] +- position: [ + 0.015106159561200289, + 0.013163350511328544 +] +- position: [ + 0.01730653502431576, + 0.013533140842000815 +] +- position: [ + 0.01934914894970461, + 0.014144353076008424 +] +- position: [ + 0.015753334696377422, + 0.01236577069264641 +] +- position: [ + 0.01859027406173992, + 0.012367225204730433 +] +- position: [ + 0.03337110598775772, + 0.03092813967202245 +] +- position: [ + 0.022226281261107556, + 0.03276788205839458 +] +- position: [ + 0.02197389568795209, + 0.028747848581972258 +] +- position: [ + 0.02232618427886956, + 0.024773213780422944 +] +- position: [ + 0.024047226071096724, + 0.021205445713237136 +] +- position: [ + 0.028183475600488717, + 0.028149051964556894 +] +- position: [ + 0.025929016196878867, + 0.022428956558791062 +] +- position: [ + 0.018277264200881545, + 0.02207359502384515 +] +- position: [ + 0.2540408938184577, + 0.2560810098986613 +] +- position: [ + 0.003742701522025545, + -0.0006731210411523915 +] +- position: [ + 0.0031378859004722423, + 0.008138232766676062 +] +- position: [ + 0.01616720568908507, + 0.020450790734917384 +] +- position: [ + 0.01586075145055552, + 0.011098341618897826 +] +- position: [ + 0.017074358270295943, + 0.013269799046570285 +] +- position: [ + 0.02082638260276742, + 0.011369229126815629 +] +- position: [ + 0.01889334266251149, + 0.01132433401115917 +] +- position: [ + 0.02012664457545863, + 0.013063534527118783 +] +- position: [ + 0.02071249801316791, + 0.011242364121099212 +] +- position: [ + 0.01978966797528108, + 0.010841580986270112 +] +- position: [ + 0.020565584864972807, + 0.01282748255066955 +] +- position: [ + 0.02109606308473786, + 0.011734830566967813 +] +- position: [ + 0.01978966797528108, + 0.010841580986270059 +] +- position: [ + 0.02056558486497275, + 0.012827482550669528 +] +- position: [ + 0.021237733009636276, + 0.011981064950284863 +] +- position: [ + 0.019075044135679946, + 0.011202665533326321 +] +- position: [ + 0.031444148402518454, + 0.02806424440852578 +] +- position: [ + 0.020917821862001244, + 0.0313864233804379 +] +- position: [ + 0.021003688338909282, + 0.027358535479012017 +] +- position: [ + 0.021726055771625317, + 0.023431459425237822 +] +- position: [ + 0.02313388577213458, + 0.019612949976626978 +] +- position: [ + 0.02724463808901497, + 0.026767336811708523 +] +- position: [ + 0.02641690827548817, + 0.023673468392227358 +] +- position: [ + 0.017840151500090027, + 0.02207359502384515 +] +- position: [ + 0.2540339577336757, + 0.25671450970366544 +] +- position: [ + 0.013351097407050906, + 0.016357601379278483 +] +- position: [ + 0.015884202421526116, + 0.015716608086367538 +] +- position: [ + 0.01852290754393055, + 0.02425347397065544 +] +- position: [ + 0.014996283882942484, + 0.012793361918888004 +] +- position: [ + 0.016934717204415077, + 0.014373953725784218 +] +- position: [ + 0.019166867694116997, + 0.014555853397522824 +] +- position: [ + 0.015416209325947507, + 0.013931223781235798 +] +- position: [ + 0.017537271946044906, + 0.01505976690731175 +] +- position: [ + 0.014867705393978288, + 0.01308659282364458 +] +- position: [ + 0.01680414629329042, + 0.014571749350952231 +] +- position: [ + 0.01916199106139688, + 0.014630663357839309 +] +- position: [ + 0.014927628472364732, + 0.013564727538421641 +] +- position: [ + 0.016920326466380708, + 0.014679848311724064 +] +- position: [ + 0.019159728229352982, + 0.014705597937976798 +] +- position: [ + 0.03192954303323389, + 0.03146805207488036 +] +- position: [ + 0.019876434190498525, + 0.034677987498457546 +] +- position: [ + 0.019157520470047762, + 0.030507661721212827 +] +- position: [ + 0.019108504980198383, + 0.02631487606208452 +] +- position: [ + 0.020609274461972832, + 0.02238892672519184 +] +- position: [ + 0.02593723070470529, + 0.029205648440639994 +] +- position: [ + 0.027350551171752377, + 0.021936103202402326 +] +- position: [ + 0.017825516709422624, + 0.02207342845184477 +] +- position: [ + 0.2541214616793712, + 0.2556481872235012 +] +- position: [ + 0.016584330807465204, + 0.02135178355493788 +] +- position: [ + 0.013460803223444227, + 0.015578871339461425 +] +- position: [ + 0.01593814665683374, + 0.015353397646637013 +] +- position: [ + 0.015666180641322032, + 0.011631878907136737 +] +- position: [ + 0.017365394668370674, + 0.01611390937229807 +] +- position: [ + 0.01937716558412759, + 0.015407772115309224 +] +- position: [ + 0.019804412922694112, + 0.01056829967702204 +] +- position: [ + 0.018047315830709555, + 0.012121771142299616 +] +- position: [ + 0.01971223035060776, + 0.013453653901638921 +] +- position: [ + 0.020550622936526822, + 0.011082810446404528 +] +- position: [ + 0.018834221787281308, + 0.01136698355853001 +] +- position: [ + 0.020097689096653857, + 0.013084395099582405 +] +- position: [ + 0.02160009011216682, + 0.01362727019497946 +] +- position: [ + 0.02041709741392688, + 0.010652070965580787 +] +- position: [ + 0.03150971689697393, + 0.02874602755394717 +] +- position: [ + 0.02146672376824513, + 0.03332628001154328 +] +- position: [ + 0.021061074155598804, + 0.02931795088457907 +] +- position: [ + 0.02129946699083663, + 0.025332112215480342 +] +- position: [ + 0.022231444000718796, + 0.02137049403946748 +] +- position: [ + 0.027495479097301462, + 0.028128452507843706 +] +- position: [ + 0.02634896722822925, + 0.0230045365017595 +] +- position: [ + 0.018314318703647754, + 0.02207359502384515 +] +- position: [ + 0.25346865517918415, + 0.25626957264358824 +] +- position: [ + 0.01787344099383131, + 0.015873411804594804 +] +- position: [ + 0.016056387824652258, + 0.01618491024647197 +] +- position: [ + 0.018650142327967578, + 0.015482164612823725 +] +- position: [ + 0.019464984018587008, + 0.016168184092656933 +] +- position: [ + 0.016344080719068607, + 0.01727878203393525 +] +- position: [ + 0.018878312940846673, + 0.015980322896341777 +] +- position: [ + 0.019426687747187966, + 0.01618287566326218 +] +- position: [ + 0.015894158487539792, + 0.016184108784371543 +] +- position: [ + 0.01862238669570214, + 0.015422675102025201 +] +- position: [ + 0.01921275705806769, + 0.016248716386519584 +] +- position: [ + 0.015684006834930753, + 0.014623601793579076 +] +- position: [ + 0.01855890150356466, + 0.01462977957601154 +] +- position: [ + 0.013508206883412192, + 0.01556251928771775 +] +- position: [ + 0.015709953108600253, + 0.015372592206200375 +] +- position: [ + 0.016727638704617267, + 0.02139101174509022 +] +- position: [ + 0.03279130284377676, + 0.03368365347634537 +] +- position: [ + 0.02248708546732445, + 0.03310998131173704 +] +- position: [ + 0.022574446452485818, + 0.029351707681230726 +] +- position: [ + 0.023068269254525958, + 0.025333669046816623 +] +- position: [ + 0.023970476911533572, + 0.021807359292559336 +] +- position: [ + 0.029163049447918924, + 0.027585099896073714 +] +- position: [ + 0.024733899789460605, + 0.023517326354640496 +] +- position: [ + 0.018239320390048948, + 0.021504437861356217 +] +- position: [ + 0.2528624361067881, + 0.2555093350074583 +] +- position: [ + 0.019853500230019937, + 0.019795884561005117 +] +- position: [ + 0.015418226752564018, + 0.0163313461933213 +] +- position: [ + 0.016979726607463365, + 0.015945932447126394 +] +- position: [ + 0.02790789193868218, + 0.03213613616600002 +] +- position: [ + 0.024511175180773708, + 0.03389049505163982 +] +- position: [ + 0.025574881003092218, + 0.029420735624007863 +] +- position: [ + 0.026631427372547648, + 0.024545759498917307 +] +- position: [ + 0.028319907989639768, + 0.02025764924298158 +] +- position: [ + 0.03020086859500691, + 0.027779480518983067 +] +- position: [ + 0.015448125543838905, + 0.011627512495636764 +] +- position: [ + 0.01712739149730533, + 0.014554955419716246 +] +- position: [ + 0.019154337353207325, + 0.014554789472601592 +] +- position: [ + 0.01502610748583162, + 0.01230722209042073 +] +- position: [ + 0.016930334130779854, + 0.013556057168829929 +] +- position: [ + 0.01922787487034512, + 0.01414728947907884 +] +- position: [ + 0.015382119586462848, + 0.013155381457606159 +] +- position: [ + 0.017649253719669952, + 0.01368088181081682 +] +- position: [ + 0.014888007374287719, + 0.012939668907080657 +] +- position: [ + 0.016934035987113093, + 0.014142149494693997 +] +- position: [ + 0.019166605839707775, + 0.014442374852300988 +] +- position: [ + 0.026105757646163512, + 0.022389686537884472 +] +- position: [ + 0.020749099856784022, + 0.02207342845184477 +] +- position: [ + 0.2551071397319969, + 0.2559807609903354 +] +- position: [ + 0.014607674113556544, + 0.01818132163209227 +] +- position: [ + 0.01645118198979818, + 0.016598371899873704 +] +- position: [ + 0.0188104838495461, + 0.023374790744069392 +] +- position: [ + 0.01511791736807163, + 0.013900516697536993 +] +- position: [ + 0.01734189397445608, + 0.01604490227726823 +] +- position: [ + 0.019365682282167736, + 0.015373982812084366 +] +- position: [ + 0.015013600999452157, + 0.013453778745573262 +] +- position: [ + 0.017017457772437048, + 0.014729196546028715 +] +- position: [ + 0.01926276755374472, + 0.01470691021138822 +] +- position: [ + 0.015119196428245024, + 0.013050438138282052 +] +- position: [ + 0.01735084493414338, + 0.013394244980899197 +] +- position: [ + 0.019370883554973253, + 0.014076371078881836 +] +- position: [ + 0.015793812456068024, + 0.012275930270171636 +] +- position: [ + 0.018674491821369738, + 0.012273841434236505 +] +- position: [ + 0.03307305676801559, + 0.030791110278800545 +] +- position: [ + 0.02447493058348212, + 0.032968458185156674 +] +- position: [ + 0.02434972054255388, + 0.02894160188927041 +] +- position: [ + 0.024859037492731884, + 0.02498233011155332 +] +- position: [ + 0.026794070150068326, + 0.021479960161068495 +] +- position: [ + 0.029599197133683638, + 0.02801202257133499 +] +- position: [ + 0.026339871187702223, + 0.022618675612954043 +] +- position: [ + 0.019453294673827032, + 0.02207359502384515 +] +- position: [ + 0.2537205665467011, + 0.2561803713106026 +] +- position: [ + 0.003658009682160751, + -0.0006731210411523915 +] +- position: [ + 0.0031983498097802408, + 0.008138232766676062 +] +- position: [ + 0.003735643868703479, + 1.0794143563419025E-06 +] +- position: [ + 0.003142924559581242, + 0.007967638843562233 +] +- position: [ + 0.0225128789120861, + 0.02199322231575034 +] +- position: [ + 0.0214441082169035, + 0.02590511810171602 +] +- position: [ + 0.021638430161482137, + 0.029817013887681754 +] +- position: [ + 0.022998683773532685, + 0.03372890967364736 +] +- position: [ + 0.033437463994492794, + 0.024610051318636833 +] +- position: [ + 0.028038904832350994, + 0.02669835724666826 +] +- position: [ + 0.013787629621720697, + 0.012377193091012682 +] +- position: [ + 0.015474296111267827, + 0.013256034818903856 +] +- position: [ + 0.01845149995222958, + 0.014011159446519055 +] +- position: [ + 0.013695133677779185, + 0.014084413717287282 +] +- position: [ + 0.015332446817287501, + 0.01544451373604813 +] +- position: [ + 0.018382518513351435, + 0.015082548872091739 +] +- position: [ + 0.021543452233870664, + 0.010646443790547112 +] +- position: [ + 0.021421674022011013, + 0.012732350396653538 +] +- position: [ + 0.021510347994147166, + 0.013059036078140246 +] +- position: [ + 0.021827937346473862, + 0.010672867326518263 +] +- position: [ + 0.02146159206123672, + 0.012784939727774105 +] +- position: [ + 0.01854912470580004, + 0.011445808152409576 +] +- position: [ + 0.01397196825051584, + 0.017131659054955978 +] +- position: [ + 0.016184983860269456, + 0.01610912139954869 +] +- position: [ + 0.015019897221411166, + 0.014273821230133927 +] +- position: [ + 0.01719268157489877, + 0.01625554721058556 +] +- position: [ + 0.019292571068634665, + 0.015477056739640196 +] +- position: [ + 0.014893080596050651, + 0.012905037567252569 +] +- position: [ + 0.01681875435034765, + 0.014336290313496257 +] +- position: [ + 0.019170284453258774, + 0.0145185236413957 +] diff --git a/SlaveMatrix/Assets/Parts/手/x0y0.svg b/SlaveMatrix/Assets/Parts/手/x0y0.svg new file mode 100644 index 0000000..34cf42b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y0.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y1.svg b/SlaveMatrix/Assets/Parts/手/x0y1.svg new file mode 100644 index 0000000..2d49871 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y1.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y10.svg b/SlaveMatrix/Assets/Parts/手/x0y10.svg new file mode 100644 index 0000000..f6fe1da --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y10.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y2.svg b/SlaveMatrix/Assets/Parts/手/x0y2.svg new file mode 100644 index 0000000..fb88c42 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y2.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y3.svg b/SlaveMatrix/Assets/Parts/手/x0y3.svg new file mode 100644 index 0000000..a83c12b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y3.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y4.svg b/SlaveMatrix/Assets/Parts/手/x0y4.svg new file mode 100644 index 0000000..f7dd2df --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y4.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y5.svg b/SlaveMatrix/Assets/Parts/手/x0y5.svg new file mode 100644 index 0000000..f58190d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y5.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y6.svg b/SlaveMatrix/Assets/Parts/手/x0y6.svg new file mode 100644 index 0000000..237cdf1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y6.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y7.svg b/SlaveMatrix/Assets/Parts/手/x0y7.svg new file mode 100644 index 0000000..9453153 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y7.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y8.svg b/SlaveMatrix/Assets/Parts/手/x0y8.svg new file mode 100644 index 0000000..da646f7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y8.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/手/x0y9.svg b/SlaveMatrix/Assets/Parts/手/x0y9.svg new file mode 100644 index 0000000..eebe59f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/手/x0y9.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/押し付け/part.yaml b/SlaveMatrix/Assets/Parts/押し付け/part.yaml new file mode 100644 index 0000000..12506f5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/押し付け/part.yaml @@ -0,0 +1,11 @@ +id: 押し付け +original_key: 押し付け +resource: カーソル +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 皺 diff --git a/SlaveMatrix/Assets/Parts/押し付け/x0y0.svg b/SlaveMatrix/Assets/Parts/押し付け/x0y0.svg new file mode 100644 index 0000000..b2eb0c7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/押し付け/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/拘束具上/part.yaml b/SlaveMatrix/Assets/Parts/拘束具上/part.yaml new file mode 100644 index 0000000..4ce8e2c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/拘束具上/part.yaml @@ -0,0 +1,32 @@ +id: 拘束具上 +original_key: 拘束具上 +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 拘束具 +- name: 金具左外 +- name: 金具右外 +- name: 金具左内 +- name: 金具右内 +joints: +- position: [ + 0.03773278623979849, + 0.09500000000000001 +] +- position: [ + 0.1522672137602015, + 0.09500000000000001 +] +- position: [ + 0.06286026909444904, + 0.09500000000000001 +] +- position: [ + 0.127139730905551, + 0.09500000000000001 +] diff --git a/SlaveMatrix/Assets/Parts/拘束具上/x0y0.svg b/SlaveMatrix/Assets/Parts/拘束具上/x0y0.svg new file mode 100644 index 0000000..66a9f5b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/拘束具上/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/拘束具下/part.yaml b/SlaveMatrix/Assets/Parts/拘束具下/part.yaml new file mode 100644 index 0000000..c09952d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/拘束具下/part.yaml @@ -0,0 +1,32 @@ +id: 拘束具下 +original_key: 拘束具下 +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 拘束具 +- name: 金具左外 +- name: 金具右外 +- name: 金具左内 +- name: 金具右内 +joints: +- position: [ + 0.00812563672577428, + 0.09500000000000001 +] +- position: [ + 0.18187436327422565, + 0.09500000000000001 +] +- position: [ + 0.045229529057233965, + 0.09500000000000001 +] +- position: [ + 0.14477047094276604, + 0.09500000000000001 +] diff --git a/SlaveMatrix/Assets/Parts/拘束具下/x0y0.svg b/SlaveMatrix/Assets/Parts/拘束具下/x0y0.svg new file mode 100644 index 0000000..252173e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/拘束具下/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/拘束鎖/part.yaml b/SlaveMatrix/Assets/Parts/拘束鎖/part.yaml new file mode 100644 index 0000000..b157276 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/拘束鎖/part.yaml @@ -0,0 +1,28 @@ +id: 拘束鎖 +original_key: 拘束鎖 +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 鎖2 +- name: 鎖1 +- name: 鎖4 +- name: 鎖3 +- name: 鎖6 +- name: 鎖5 +- name: 鎖8 +- name: 鎖7 +- name: 鎖9 +joints: +- position: [ + 0.07476685870482688, + 0.07702342146985786 +] +- position: [ + 0.013660658861828318, + 0.019002970608518133 +] diff --git a/SlaveMatrix/Assets/Parts/拘束鎖/x0y0.svg b/SlaveMatrix/Assets/Parts/拘束鎖/x0y0.svg new file mode 100644 index 0000000..8d5cc94 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/拘束鎖/x0y0.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/part.yaml b/SlaveMatrix/Assets/Parts/放尿/part.yaml new file mode 100644 index 0000000..9ab8011 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/part.yaml @@ -0,0 +1,263 @@ +id: 放尿 +original_key: 放尿 +resource: 性器付 +morph_x: 1 +morph_y: 11 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 0 + y: 9 + file: x0y9.svg +- x: 0 + y: 10 + file: x0y10.svg +fields: +- name: 尿 +- name: 尿散り1 +- name: 尿散り2 +- name: 尿散り3 +- name: 尿散り4 +- name: 尿散り5 +joints: +- position: [ + 0.12044391746890269, + 0.12444864931178336 +] +- position: [ + 0.11624700200852678, + 0.12344711525198099 +] +- position: [ + 0.11876680172560863, + 0.12296924038147884 +] +- position: [ + 0.11923901218549499, + 0.12358842764415777 +] +- position: [ + 0.12394440537125798, + 0.12018909295932678 +] +- position: [ + 0.11718140632505203, + 0.13321438556403553 +] +- position: [ + 0.12237254691297506, + 0.132420557695563 +] +- position: [ + 0.12044736415320445, + 0.13122687825925655 +] +- position: [ + 0.11881788843231467, + 0.132414164178747 +] +- position: [ + 0.11425955105319852, + 0.12877373136773618 +] +- position: [ + 0.1219720191118851, + 0.14198012181628772 +] +- position: [ + 0.11578665339641492, + 0.141394000139145 +] +- position: [ + 0.11711721919887448, + 0.13948451613703428 +] +- position: [ + 0.11990396018076768, + 0.1412399007133362 +] +- position: [ + 0.12431524175323697, + 0.13735836977614557 +] +- position: [ + 0.11565330468206969, + 0.1507458580685399 +] +- position: [ + 0.12283289552508703, + 0.150367442582727 +] +- position: [ + 0.12209694667993853, + 0.147742154014812 +] +- position: [ + 0.11815294043704194, + 0.1500656372479254 +] +- position: [ + 0.11388871467121953, + 0.14594300818455497 +] +- position: [ + 0.12350012075486752, + 0.1595115943207921 +] +- position: [ + 0.11532630478430306, + 0.15934088502630903 +] +- position: [ + 0.11546763667214033, + 0.15599979189258972 +] +- position: [ + 0.12056890817604038, + 0.1588913737825146 +] +- position: [ + 0.12468607813521597, + 0.1545276465929644 +] +- position: [ + 0.11412520303908724, + 0.16827733057304428 +] +- position: [ + 0.12329324413719878, + 0.16831432746989106 +] +- position: [ + 0.12374652920667273, + 0.16425742977036745 +] +- position: [ + 0.11748799244176922, + 0.16771711031710382 +] +- position: [ + 0.11351787828924054, + 0.1631122850013738 +] +- position: [ + 0.12502822239784994, + 0.17704306682529647 +] +- position: [ + 0.1148659561721912, + 0.17728776991347306 +] +- position: [ + 0.11381805414540616, + 0.17251506764814517 +] +- position: [ + 0.12123385617131308, + 0.17654284685169302 +] +- position: [ + 0.12505691451719497, + 0.1716969234097832 +] +- position: [ + 0.11259710139610479, + 0.18580880307754866 +] +- position: [ + 0.12375359274931075, + 0.18626121235705506 +] +- position: [ + 0.1253961117334068, + 0.1807727055259229 +] +- position: [ + 0.1168230444464965, + 0.18536858338628223 +] +- position: [ + 0.11314704190726155, + 0.1802815618181926 +] +- position: [ + 0.12655632404083234, + 0.19457453932980084 +] +- position: [ + 0.11440560756007935, + 0.19523465480063706 +] +- position: [ + 0.11216847161867201, + 0.18903034340370062 +] +- position: [ + 0.12189880416658579, + 0.19419431992087144 +] +- position: [ + 0.12567274727457323, + 0.18806998634296918 +] +- position: [ + 0.1137703139404879, + 0.19643295475401631 +] +- position: [ + 0.12402578471535486, + 0.19525981676630175 +] +- position: [ + 0.12340246012418735, + 0.1902456637396759 +] +- position: [ + 0.11675397663824227, + 0.19462207333717219 +] +- position: [ + 0.11183305057461368, + 0.19457453932980084 +] +- position: [ + 0.12398376705536662, + 0.19523465480063706 +] +- position: [ + 0.1262209029967739, + 0.18903034340370062 +] +- position: [ + 0.11649057044886013, + 0.19419431992087144 +] +- position: [ + 0.11262824040734731, + 0.18839584762596776 +] diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y0.svg b/SlaveMatrix/Assets/Parts/放尿/x0y0.svg new file mode 100644 index 0000000..3c5d166 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y0.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y1.svg b/SlaveMatrix/Assets/Parts/放尿/x0y1.svg new file mode 100644 index 0000000..c639dc6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y10.svg b/SlaveMatrix/Assets/Parts/放尿/x0y10.svg new file mode 100644 index 0000000..86e578e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y10.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y2.svg b/SlaveMatrix/Assets/Parts/放尿/x0y2.svg new file mode 100644 index 0000000..2e76fcf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y3.svg b/SlaveMatrix/Assets/Parts/放尿/x0y3.svg new file mode 100644 index 0000000..8b6fb9f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y4.svg b/SlaveMatrix/Assets/Parts/放尿/x0y4.svg new file mode 100644 index 0000000..1e8c120 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y5.svg b/SlaveMatrix/Assets/Parts/放尿/x0y5.svg new file mode 100644 index 0000000..d16e95c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y5.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y6.svg b/SlaveMatrix/Assets/Parts/放尿/x0y6.svg new file mode 100644 index 0000000..e09fc2f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y6.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y7.svg b/SlaveMatrix/Assets/Parts/放尿/x0y7.svg new file mode 100644 index 0000000..5fe2c28 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y7.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y8.svg b/SlaveMatrix/Assets/Parts/放尿/x0y8.svg new file mode 100644 index 0000000..8d6c0c8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y8.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/放尿/x0y9.svg b/SlaveMatrix/Assets/Parts/放尿/x0y9.svg new file mode 100644 index 0000000..18cbaf6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/放尿/x0y9.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/断面/part.yaml b/SlaveMatrix/Assets/Parts/断面/part.yaml new file mode 100644 index 0000000..baadaa5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/断面/part.yaml @@ -0,0 +1,74 @@ +id: 断面 +original_key: 断面 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 膣基 +- name: 膣壁左 +- name: 膣壁右 +- name: 卵巣左 +- name: 卵管左 +- name: 卵巣右 +- name: 卵管右 +- name: 子宮 +- name: 子宮内 +- name: 子宮口 +- name: 精液 +joints: +- position: [ + 0.028356823641359778, + 0.030295385812669835 +] +- position: [ + 0.03469714915945188, + 0.03029538581266983 +] +- position: [ + 0.03152698640040582, + 0.020341293057530664 +] +- position: [ + 0.062181567670719494, + 0.07386414337963497 +] +- position: [ + 0.06218156767071952, + 0.06458725968304184 +] +- position: [ + 0.06775979278652686, + 0.06100415844751508 +] +- position: [ + 0.05660334255491213, + 0.06100415844751508 +] +- position: [ + 0.05612575980805044, + 0.06300527147051978 +] +- position: [ + 0.06823737553338857, + 0.06300527147051978 +] +- position: [ + 0.03152698640040582, + 0.019710720396151113 +] diff --git a/SlaveMatrix/Assets/Parts/断面/x0y0.svg b/SlaveMatrix/Assets/Parts/断面/x0y0.svg new file mode 100644 index 0000000..1ff50ae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/断面/x0y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/断面/x0y1.svg b/SlaveMatrix/Assets/Parts/断面/x0y1.svg new file mode 100644 index 0000000..65c27fd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/断面/x0y1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/断面/x0y2.svg b/SlaveMatrix/Assets/Parts/断面/x0y2.svg new file mode 100644 index 0000000..93288bc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/断面/x0y2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/断面/x0y3.svg b/SlaveMatrix/Assets/Parts/断面/x0y3.svg new file mode 100644 index 0000000..e75b21b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/断面/x0y3.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/断面/x0y4.svg b/SlaveMatrix/Assets/Parts/断面/x0y4.svg new file mode 100644 index 0000000..2de44e2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/断面/x0y4.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/染み/part.yaml b/SlaveMatrix/Assets/Parts/染み/part.yaml new file mode 100644 index 0000000..e1abf81 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/染み/part.yaml @@ -0,0 +1,62 @@ +id: 染み +original_key: 染み +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 潮1 +- name: 潮2 +- name: 潮3 +- name: 尿1 +- name: 尿2 +- name: 汗 +- name: 湯気 +joints: +- position: [ + 0.2775277367793258, + 0.26940786996969307 +] +- position: [ + 0.27752773677932585, + 0.29855703929443533 +] +- position: [ + 0.34744901594506805, + 0.37292143199205685 +] +- position: [ + 0.34744901594506805, + 0.4030523660534371 +] +- position: [ + 0.3365990313188511, + 0.3234641687833445 +] +- position: [ + 0.34431444163765135, + 0.3325224543213954 +] +- position: [ + 0.3326126657812538, + 0.31864289763737147 +] +- position: [ + 0.3364426631431084, + 0.3174788745548931 +] +- position: [ + 0.35202985195645164, + 0.3234641687833445 +] +- position: [ + 0.35601621749404894, + 0.31864289763737147 +] +- position: [ + 0.35218622013219436, + 0.3174788745548931 +] diff --git a/SlaveMatrix/Assets/Parts/染み/x0y0.svg b/SlaveMatrix/Assets/Parts/染み/x0y0.svg new file mode 100644 index 0000000..bf942f3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/染み/x0y0.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/植/part.yaml b/SlaveMatrix/Assets/Parts/植/part.yaml new file mode 100644 index 0000000..c0950ca --- /dev/null +++ b/SlaveMatrix/Assets/Parts/植/part.yaml @@ -0,0 +1,196 @@ +id: 植 +original_key: 植 +resource: 肢左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 通常葉4 +- name: ハート葉4 +- name: 茎 +- name: 根1 +- name: 根2 +- name: 通常葉1 +- name: 通常葉2 +- name: 通常葉3 +- name: ハート葉1 +- name: ハート葉2 +- name: ハート葉3 +- name: 花 +- name: 萼 +joints: +- position: [ + 0.010698650217310797, + 0.004561430998535203 +] +- position: [ + 0.009512980934121337, + 0.0046410640647490415 +] +- position: [ + 0.008579343297343124, + 0.04597905345115765 +] +- position: [ + 0.005465866610132453, + 0.04314178234835579 +] +- position: [ + 0.007317637635962611, + 0.023647660777567837 +] +- position: [ + 0.0028896420071378133, + 0.03536953332978525 +] +- position: [ + 0.004391351485042945, + 0.04316910676809802 +] +- position: [ + 0.009867766713439583, + 0.022243183122477743 +] +- position: [ + 0.00920101849488305, + 0.015771494553768493 +] +- position: [ + 0.0036242423051604496, + 0.00462973848412146 +] +- position: [ + 0.004809184321767747, + 0.004644947896954584 +] +- position: [ + 0.005579396632562491, + 0.004654834015296118 +] +- position: [ + 0.003624242305160449, + 0.004629738484121461 +] +- position: [ + 0.004809184321767747, + 0.004644947896954587 +] +- position: [ + 0.0055793966325624915, + 0.0046548340152961195 +] +- position: [ + 0.01311722451616037, + 0.007315599086105254 +] +- position: [ + 0.030304910451192133, + 0.007187663316623027 +] +- position: [ + 0.022124857559686524, + 0.010268957086469932 +] +- position: [ + 0.022221465382406807, + 0.008638806803654439 +] +- position: [ + 0.015954419219492456, + 0.02588075952026324 +] +- position: [ + 0.029903009894787957, + 0.026169057924279142 +] +- position: [ + 0.022883504855512188, + 0.02275855477196796 +] +- position: [ + 0.015847376851542732, + 0.02565848245258822 +] +- position: [ + 0.02977449837221534, + 0.026384792514593004 +] +- position: [ + 0.02225411784420977, + 0.033599755243501186 +] +- position: [ + 0.01980540117149426, + 0.022920100614766854 +] +- position: [ + 0.02708161440872025, + 0.023223748015269986 +] +- position: [ + 0.008648842315275799, + 0.008834951037239813 +] +- position: [ + 0.010731827631505698, + 0.008798592393300497 +] +- position: [ + 0.0023820575180592673, + -0.011565497332093704 +] +- position: [ + 0.0033084337494940514, + -0.01489684238384113 +] +- position: [ + 0.004230150723511614, + 0.004619551614583987 +] +- position: [ + 0.0030683905885458508, + 0.0046398302131708345 +] +- position: [ + 0.0036525570345090994, + 0.004817967410921817 +] +- position: [ + -0.0010406286376953803, + -0.010315549823243238 +] +- position: [ + 0.0022581820334926775, + -0.010373130777694715 +] +- position: [ + -0.0010390554559594144, + -0.01024951625455418 +] +- position: [ + 0.005765060242780219, + -0.01036828253585479 +] +- position: [ + 0.008816257652797277, + 0.009147151379549771 +] +- position: [ + 0.010524305612105793, + 0.009117337291519529 +] +- position: [ + 0.009670281632451535, + 0.009132244335534652 +] +- position: [ + 0.009370444980573435, + -0.00804538594605669 +] +- position: [ + 0.007176118292399189, + 0.006107050978475994 +] diff --git a/SlaveMatrix/Assets/Parts/植/x0y0.svg b/SlaveMatrix/Assets/Parts/植/x0y0.svg new file mode 100644 index 0000000..75f787c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/植/x0y0.svg @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/横髪左/part.yaml b/SlaveMatrix/Assets/Parts/横髪左/part.yaml new file mode 100644 index 0000000..d7e2fcf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/part.yaml @@ -0,0 +1,96 @@ +id: 横髪左 +original_key: 横髪左 +resource: 胴体 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 髪1 +- name: 髪2 +joints: +- position: [ + 0.16616158373553472, + 0.15940810788315576 +] +- position: [ + 0.17184530298233686, + 0.15757007497446984 +] +- position: [ + 0.1664797766962264, + 0.15948765612332869 +] +- position: [ + 0.16660060085041178, + 0.15955987168991156 +] +- position: [ + 0.17206586516812591, + 0.19530965801685551 +] +- position: [ + 0.1379683353679626, + 0.11643916272399366 +] +- position: [ + 0.1379683353679626, + 0.1182765531743051 +] +- position: [ + 0.1379683353679626, + 0.11625542367896252 +] +- position: [ + 0.1379683353679626, + 0.11790907508424282 +] +- position: [ + 0.1379683353679626, + 0.11609005853843452 +] +- position: [ + 0.1379683353679626, + 0.11757834480318675 +] +- position: [ + 0.1379683353679626, + 0.11594122991195926 +] +- position: [ + 0.1379683353679626, + 0.11728068755023631 +] +- position: [ + 0.17259594106424975, + 0.18502913304560667 +] +- position: [ + 0.17343900766836695, + 0.18502913304560667 +] +- position: [ + 0.1960892672062614, + 0.1574204723697503 +] +- position: [ + 0.19493638594412385, + 0.1574204723697503 +] diff --git a/SlaveMatrix/Assets/Parts/横髪左/x0y0.svg b/SlaveMatrix/Assets/Parts/横髪左/x0y0.svg new file mode 100644 index 0000000..f9f2074 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/横髪左/x0y1.svg b/SlaveMatrix/Assets/Parts/横髪左/x0y1.svg new file mode 100644 index 0000000..b03bb30 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/x0y1.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/横髪左/x0y2.svg b/SlaveMatrix/Assets/Parts/横髪左/x0y2.svg new file mode 100644 index 0000000..ad62d80 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/x0y2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/横髪左/x0y3.svg b/SlaveMatrix/Assets/Parts/横髪左/x0y3.svg new file mode 100644 index 0000000..7c82d05 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/x0y3.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/横髪左/x0y4.svg b/SlaveMatrix/Assets/Parts/横髪左/x0y4.svg new file mode 100644 index 0000000..46590b6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/x0y4.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/横髪左/x0y5.svg b/SlaveMatrix/Assets/Parts/横髪左/x0y5.svg new file mode 100644 index 0000000..b6b7779 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/横髪左/x0y5.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汗/part.yaml b/SlaveMatrix/Assets/Parts/汗/part.yaml new file mode 100644 index 0000000..59e0a59 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汗/part.yaml @@ -0,0 +1,34 @@ +id: 汗 +original_key: 汗 +resource: スタンプ +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 汗0 +- name: 汗1 +- name: 汗ハイライト +joints: +- position: [ + 0.040583482281000435, + 0.03596615598718391 +] +- position: [ + 0.04097981764270885, + 0.036918064637149126 +] diff --git a/SlaveMatrix/Assets/Parts/汗/x0y0.svg b/SlaveMatrix/Assets/Parts/汗/x0y0.svg new file mode 100644 index 0000000..addb117 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汗/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汗/x0y1.svg b/SlaveMatrix/Assets/Parts/汗/x0y1.svg new file mode 100644 index 0000000..a6dcd68 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汗/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汗/x0y2.svg b/SlaveMatrix/Assets/Parts/汗/x0y2.svg new file mode 100644 index 0000000..a91dd0e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汗/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汗/x0y3.svg b/SlaveMatrix/Assets/Parts/汗/x0y3.svg new file mode 100644 index 0000000..05bf9b3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汗/x0y3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汗/x0y4.svg b/SlaveMatrix/Assets/Parts/汗/x0y4.svg new file mode 100644 index 0000000..d262359 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汗/x0y4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汚れ/part.yaml b/SlaveMatrix/Assets/Parts/汚れ/part.yaml new file mode 100644 index 0000000..85a98cf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汚れ/part.yaml @@ -0,0 +1,28 @@ +id: 汚れ +original_key: 汚れ +resource: スタンプ +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 汚れ +joints: +- position: [ + 0.05220266582341754, + 0.053342431144543935 +] diff --git a/SlaveMatrix/Assets/Parts/汚れ/x0y0.svg b/SlaveMatrix/Assets/Parts/汚れ/x0y0.svg new file mode 100644 index 0000000..112cbf3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汚れ/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/汚れ/x0y1.svg b/SlaveMatrix/Assets/Parts/汚れ/x0y1.svg new file mode 100644 index 0000000..942c273 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汚れ/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汚れ/x0y2.svg b/SlaveMatrix/Assets/Parts/汚れ/x0y2.svg new file mode 100644 index 0000000..bed0aaa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汚れ/x0y2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汚れ/x0y3.svg b/SlaveMatrix/Assets/Parts/汚れ/x0y3.svg new file mode 100644 index 0000000..31b47c1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汚れ/x0y3.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/汚れ/x0y4.svg b/SlaveMatrix/Assets/Parts/汚れ/x0y4.svg new file mode 100644 index 0000000..cf9f6a4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/汚れ/x0y4.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血中/part.yaml b/SlaveMatrix/Assets/Parts/流血中/part.yaml new file mode 100644 index 0000000..43465f5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血中/part.yaml @@ -0,0 +1,74 @@ +id: 流血中 +original_key: 流血中 +resource: その他 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 血痕 +- name: 流血1 +- name: 流血2 +joints: +- position: [ + 0.3798670310818434, + 0.3946808427924712 +] +- position: [ + 0.38857437113558735, + 0.3918516565072121 +] +- position: [ + 0.09500000000000003, + 0.07832546419974121 +] +- position: [ + 0.09500000000000003, + 0.09579103261284956 +] +- position: [ + 0.09500000000000003, + 0.080019224415653 +] +- position: [ + 0.09500000000000003, + 0.09930558506086655 +] +- position: [ + 0.09500000000000003, + 0.08171298463156479 +] +- position: [ + 0.09500000000000003, + 0.10282013750888354 +] +- position: [ + 0.09500000000000003, + 0.08340674484747657 +] +- position: [ + 0.09500000000000003, + 0.10633468995690053 +] +- position: [ + 0.09500000000000003, + 0.08510050506338836 +] +- position: [ + 0.09500000000000003, + 0.10984924240491752 +] diff --git a/SlaveMatrix/Assets/Parts/流血中/x0y0.svg b/SlaveMatrix/Assets/Parts/流血中/x0y0.svg new file mode 100644 index 0000000..11113a8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血中/x0y0.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血中/x0y1.svg b/SlaveMatrix/Assets/Parts/流血中/x0y1.svg new file mode 100644 index 0000000..010bc43 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血中/x0y1.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血中/x0y2.svg b/SlaveMatrix/Assets/Parts/流血中/x0y2.svg new file mode 100644 index 0000000..1f511ac --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血中/x0y2.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血中/x0y3.svg b/SlaveMatrix/Assets/Parts/流血中/x0y3.svg new file mode 100644 index 0000000..d551af7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血中/x0y3.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血中/x0y4.svg b/SlaveMatrix/Assets/Parts/流血中/x0y4.svg new file mode 100644 index 0000000..3d7f1f3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血中/x0y4.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血大/part.yaml b/SlaveMatrix/Assets/Parts/流血大/part.yaml new file mode 100644 index 0000000..dbe962a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血大/part.yaml @@ -0,0 +1,74 @@ +id: 流血大 +original_key: 流血大 +resource: その他 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 血痕 +- name: 流血1 +- name: 流血2 +joints: +- position: [ + 0.3798670310818432, + 0.3988590973775199 +] +- position: [ + 0.3687037746026841, + 0.39523193547334146 +] +- position: [ + 0.09500000000000003, + 0.10165973924196017 +] +- position: [ + 0.09500000000000003, + 0.08617350554370741 +] +- position: [ + 0.09500000000000003, + 0.10883363919630198 +] +- position: [ + 0.09500000000000003, + 0.09014789611074693 +] +- position: [ + 0.09500000000000003, + 0.11600753915064378 +] +- position: [ + 0.09500000000000003, + 0.09412228667778645 +] +- position: [ + 0.09500000000000003, + 0.12318143910498558 +] +- position: [ + 0.09500000000000003, + 0.09809667724482597 +] +- position: [ + 0.09500000000000003, + 0.1303553390593274 +] +- position: [ + 0.09500000000000003, + 0.10207106781186549 +] diff --git a/SlaveMatrix/Assets/Parts/流血大/x0y0.svg b/SlaveMatrix/Assets/Parts/流血大/x0y0.svg new file mode 100644 index 0000000..98fb1fd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血大/x0y0.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血大/x0y1.svg b/SlaveMatrix/Assets/Parts/流血大/x0y1.svg new file mode 100644 index 0000000..19ad56d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血大/x0y1.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血大/x0y2.svg b/SlaveMatrix/Assets/Parts/流血大/x0y2.svg new file mode 100644 index 0000000..7377848 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血大/x0y2.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血大/x0y3.svg b/SlaveMatrix/Assets/Parts/流血大/x0y3.svg new file mode 100644 index 0000000..7bd41ff --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血大/x0y3.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血大/x0y4.svg b/SlaveMatrix/Assets/Parts/流血大/x0y4.svg new file mode 100644 index 0000000..8410872 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血大/x0y4.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血小/part.yaml b/SlaveMatrix/Assets/Parts/流血小/part.yaml new file mode 100644 index 0000000..788c433 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血小/part.yaml @@ -0,0 +1,49 @@ +id: 流血小 +original_key: 流血小 +resource: その他 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 血痕 +- name: 流血 +joints: +- position: [ + 0.3798670310818435, + 0.39069250887037926 +] +- position: [ + 0.09500000000000003, + 0.07948224858946686 +] +- position: [ + 0.09500000000000003, + 0.08124036609854052 +] +- position: [ + 0.09500000000000003, + 0.08299848360761417 +] +- position: [ + 0.09500000000000003, + 0.08475660111668781 +] +- position: [ + 0.09500000000000003, + 0.08651471862576146 +] diff --git a/SlaveMatrix/Assets/Parts/流血小/x0y0.svg b/SlaveMatrix/Assets/Parts/流血小/x0y0.svg new file mode 100644 index 0000000..6f74395 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血小/x0y0.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血小/x0y1.svg b/SlaveMatrix/Assets/Parts/流血小/x0y1.svg new file mode 100644 index 0000000..583492a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血小/x0y1.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血小/x0y2.svg b/SlaveMatrix/Assets/Parts/流血小/x0y2.svg new file mode 100644 index 0000000..e5edd36 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血小/x0y2.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血小/x0y3.svg b/SlaveMatrix/Assets/Parts/流血小/x0y3.svg new file mode 100644 index 0000000..362d33c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血小/x0y3.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/流血小/x0y4.svg b/SlaveMatrix/Assets/Parts/流血小/x0y4.svg new file mode 100644 index 0000000..5cf6fd2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/流血小/x0y4.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎口裂け左/part.yaml b/SlaveMatrix/Assets/Parts/涎口裂け左/part.yaml new file mode 100644 index 0000000..b465006 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎口裂け左/part.yaml @@ -0,0 +1,23 @@ +id: 涎口裂け左 +original_key: 涎口裂け左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 涎 diff --git a/SlaveMatrix/Assets/Parts/涎口裂け左/x0y0.svg b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y0.svg new file mode 100644 index 0000000..4f8b7a3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎口裂け左/x0y1.svg b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y1.svg new file mode 100644 index 0000000..d52d106 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎口裂け左/x0y2.svg b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y2.svg new file mode 100644 index 0000000..07758b2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎口裂け左/x0y3.svg b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y3.svg new file mode 100644 index 0000000..85e8291 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎口裂け左/x0y4.svg b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y4.svg new file mode 100644 index 0000000..3545ea5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎口裂け左/x0y4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎左/part.yaml b/SlaveMatrix/Assets/Parts/涎左/part.yaml new file mode 100644 index 0000000..7e7a033 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎左/part.yaml @@ -0,0 +1,23 @@ +id: 涎左 +original_key: 涎左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 涎 diff --git a/SlaveMatrix/Assets/Parts/涎左/x0y0.svg b/SlaveMatrix/Assets/Parts/涎左/x0y0.svg new file mode 100644 index 0000000..1b72ed7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎左/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎左/x0y1.svg b/SlaveMatrix/Assets/Parts/涎左/x0y1.svg new file mode 100644 index 0000000..79c0f3b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎左/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎左/x0y2.svg b/SlaveMatrix/Assets/Parts/涎左/x0y2.svg new file mode 100644 index 0000000..9734de7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎左/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎左/x0y3.svg b/SlaveMatrix/Assets/Parts/涎左/x0y3.svg new file mode 100644 index 0000000..4abfec6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎左/x0y3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涎左/x0y4.svg b/SlaveMatrix/Assets/Parts/涎左/x0y4.svg new file mode 100644 index 0000000..51527ad --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涎左/x0y4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涙左/part.yaml b/SlaveMatrix/Assets/Parts/涙左/part.yaml new file mode 100644 index 0000000..47977ce --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/part.yaml @@ -0,0 +1,38 @@ +id: 涙左 +original_key: 涙左 +resource: 胴体 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 涙0流れ0 +- name: 涙0 +- name: 涙1 +- name: 涙ハイライト +joints: +- position: [ + 0.03214062320814618, + 0.03596615598718401 +] +- position: [ + 0.033046739718682154, + 0.03691806463714923 +] diff --git a/SlaveMatrix/Assets/Parts/涙左/x0y0.svg b/SlaveMatrix/Assets/Parts/涙左/x0y0.svg new file mode 100644 index 0000000..f99657e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/x0y0.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涙左/x0y1.svg b/SlaveMatrix/Assets/Parts/涙左/x0y1.svg new file mode 100644 index 0000000..09557be --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/x0y1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涙左/x0y2.svg b/SlaveMatrix/Assets/Parts/涙左/x0y2.svg new file mode 100644 index 0000000..203ecae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/x0y2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涙左/x0y3.svg b/SlaveMatrix/Assets/Parts/涙左/x0y3.svg new file mode 100644 index 0000000..75a26bf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/x0y3.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涙左/x0y4.svg b/SlaveMatrix/Assets/Parts/涙左/x0y4.svg new file mode 100644 index 0000000..0306e0d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/x0y4.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/涙左/x0y5.svg b/SlaveMatrix/Assets/Parts/涙左/x0y5.svg new file mode 100644 index 0000000..c2c2bb7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/涙左/x0y5.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/part.yaml b/SlaveMatrix/Assets/Parts/潮吹/part.yaml new file mode 100644 index 0000000..5dc129d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/part.yaml @@ -0,0 +1,783 @@ +id: 潮吹 +original_key: 潮吹 +resource: 性器付 +morph_x: 2 +morph_y: 9 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +- x: 0 + y: 7 + file: x0y7.svg +- x: 0 + y: 8 + file: x0y8.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +- x: 1 + y: 5 + file: x1y5.svg +- x: 1 + y: 6 + file: x1y6.svg +- x: 1 + y: 7 + file: x1y7.svg +- x: 1 + y: 8 + file: x1y8.svg +fields: +- name: 雫 +joints: +- position: [ + 0.01986420623125523, + 0.01210160554671859 +] +- position: [ + 0.020557562120155734, + 0.012992894794060253 +] +- position: [ + 0.019281887719248474, + 0.01304969258999507 +] +- position: [ + 0.02149103810103238, + 0.014556848544993745 +] +- position: [ + 0.018575754675863358, + 0.014181462294249896 +] +- position: [ + 0.02217143211391885, + 0.016152937627187475 +] +- position: [ + 0.019703553374594104, + 0.014451827654245868 +] +- position: [ + 0.01813484535250252, + 0.01552784899045471 +] +- position: [ + 0.020831071615420967, + 0.015664209085578945 +] +- position: [ + 0.019373150487377058, + 0.01572598536227317 +] +- position: [ + 0.017746815798720318, + 0.017206157631851487 +] +- position: [ + 0.019069023637651426, + 0.016999359443027908 +] +- position: [ + 0.020462022100332558, + 0.016804118911624973 +] +- position: [ + 0.022206274824648885, + 0.017610887949585388 +] +- position: [ + 0.01826399559466042, + 0.018677398143560075 +] +- position: [ + 0.019183297464257728, + 0.019772841928863406 +] +- position: [ + 0.019685047124483986, + 0.0180824557779669 +] +- position: [ + 0.02040032044063124, + 0.020513879281977735 +] +- position: [ + 0.0210695772828343, + 0.018170621450844308 +] +- position: [ + 0.021279519340981837, + 0.019225324742726344 +] +- position: [ + 0.019899087524128604, + 0.012701745372088253 +] +- position: [ + 0.020724964621948862, + 0.014426467643506037 +] +- position: [ + 0.019017744100837425, + 0.014166173397090524 +] +- position: [ + 0.02204475205294624, + 0.016271198038608478 +] +- position: [ + 0.01805537642609991, + 0.015840886599758082 +] +- position: [ + 0.022308483917507265, + 0.01824573606535654 +] +- position: [ + 0.019434849370882728, + 0.016697276407180252 +] +- position: [ + 0.017381487794200328, + 0.017737663017591915 +] +- position: [ + 0.02156563103960874, + 0.01832566422665739 +] +- position: [ + 0.01896686350399167, + 0.01884376780700528 +] +- position: [ + 0.016808495737571098, + 0.019982465416293612 +] +- position: [ + 0.019340869752399396, + 0.020382148313894913 +] +- position: [ + 0.02110316796183001, + 0.020542225162143588 +] +- position: [ + 0.0232609706510434, + 0.02055004762675536 +] +- position: [ + 0.016817775608775766, + 0.02246229881860068 +] +- position: [ + 0.018463464605652798, + 0.02475848191437062 +] +- position: [ + 0.01921483574976781, + 0.022162777780465846 +] +- position: [ + 0.020663783615390185, + 0.02630239271544539 +] +- position: [ + 0.02151247485911969, + 0.02295839147877786 +] +- position: [ + 0.022678919638135175, + 0.02349375606604928 +] +- position: [ + 0.019933968817001983, + 0.013301885197457917 +] +- position: [ + 0.02089236712374199, + 0.01586004049295182 +] +- position: [ + 0.01875360048242638, + 0.01528265420418598 +] +- position: [ + 0.022598466004860093, + 0.017985547532223214 +] +- position: [ + 0.017534998176336462, + 0.017500310905266266 +] +- position: [ + 0.02244553572109568, + 0.02033853450352561 +] +- position: [ + 0.01916614536717135, + 0.018942725160114634 +] +- position: [ + 0.016628130235898136, + 0.019947477044729118 +] +- position: [ + 0.022300190463796516, + 0.020987119367735833 +] +- position: [ + 0.018560576520606276, + 0.021961550251737384 +] +- position: [ + 0.015870175676421877, + 0.022758773200735737 +] +- position: [ + 0.01961271586714737, + 0.02376493718476192 +] +- position: [ + 0.021744313823327463, + 0.024280331412662205 +] +- position: [ + 0.024315666477437915, + 0.023489207303925334 +] +- position: [ + 0.015371555622891114, + 0.02624719949364128 +] +- position: [ + 0.017743631747047864, + 0.02974412189987783 +] +- position: [ + 0.018744624375051637, + 0.02624309978296479 +] +- position: [ + 0.02092724679014913, + 0.032090906148913044 +] +- position: [ + 0.021955372435405074, + 0.027746161506711414 +] +- position: [ + 0.024078319935288514, + 0.027762187389372216 +] +- position: [ + 0.01996885010987536, + 0.013902025022827582 +] +- position: [ + 0.02105976962553512, + 0.017293613342397603 +] +- position: [ + 0.01848945686401533, + 0.016399135011281436 +] +- position: [ + 0.023152179956773947, + 0.01969989702583795 +] +- position: [ + 0.017014619926573014, + 0.01915973521077445 +] +- position: [ + 0.022582587524684093, + 0.022431332941694672 +] +- position: [ + 0.01889744136345998, + 0.021188173913049016 +] +- position: [ + 0.015874772677595943, + 0.02215729107186632 +] +- position: [ + 0.02303474988798429, + 0.02364857450881428 +] +- position: [ + 0.018154289537220886, + 0.025079332696469493 +] +- position: [ + 0.014931855615272655, + 0.025535080985177858 +] +- position: [ + 0.019884561981895345, + 0.02714772605562893 +] +- position: [ + 0.022385459684824915, + 0.028018437663180823 +] +- position: [ + 0.025370362303832432, + 0.026428366981095307 +] +- position: [ + 0.013925335637006462, + 0.030032100168681884 +] +- position: [ + 0.01702379888844293, + 0.03472976188538504 +] +- position: [ + 0.018274413000335464, + 0.030323421785463732 +] +- position: [ + 0.021190709964908076, + 0.0378794195823807 +] +- position: [ + 0.02239827001169046, + 0.03253393153464497 +] +- position: [ + 0.025477720232441853, + 0.03203061871269515 +] +- position: [ + 0.020003731402748734, + 0.014502164848197246 +] +- position: [ + 0.021227172127328248, + 0.018727186191843388 +] +- position: [ + 0.01822531324560428, + 0.01751561581837689 +] +- position: [ + 0.023705893908687804, + 0.021414246519452684 +] +- position: [ + 0.016494241676809566, + 0.020819159516282635 +] +- position: [ + 0.022719639328272506, + 0.02452413137986374 +] +- position: [ + 0.018628737359748602, + 0.023433622665983398 +] +- position: [ + 0.01512141511929375, + 0.024367105099003524 +] +- position: [ + 0.023769309312172065, + 0.026310029649892725 +] +- position: [ + 0.017748002553835497, + 0.0281971151412016 +] +- position: [ + 0.013993535554123433, + 0.028311388769619982 +] +- position: [ + 0.02015640809664332, + 0.030530514926495937 +] +- position: [ + 0.023026605546322364, + 0.03175654391369944 +] +- position: [ + 0.02642505813022695, + 0.02936752665826528 +] +- position: [ + 0.012479115651121808, + 0.03381700084372249 +] +- position: [ + 0.016303966029837996, + 0.03971540187089226 +] +- position: [ + 0.01780420162561929, + 0.034403743787962675 +] +- position: [ + 0.02145417313966702, + 0.043667933015848356 +] +- position: [ + 0.022841167587975844, + 0.037321701562578524 +] +- position: [ + 0.026877120529595195, + 0.03629905003601809 +] +- position: [ + 0.02003861269562211, + 0.015102304673566911 +] +- position: [ + 0.021394574629121376, + 0.020160759041289174 +] +- position: [ + 0.01796116962719323, + 0.01863209662547234 +] +- position: [ + 0.024259607860601662, + 0.023128596013067416 +] +- position: [ + 0.01597386342704612, + 0.02247858382179082 +] +- position: [ + 0.02285669113186092, + 0.026616929818032806 +] +- position: [ + 0.018360033356037225, + 0.02567907141891778 +] +- position: [ + 0.014368057560991555, + 0.026576919126140727 +] +- position: [ + 0.02450386873635984, + 0.02897148479097117 +] +- position: [ + 0.017341715570450108, + 0.03131489758593371 +] +- position: [ + 0.01305521549297421, + 0.031087696554062107 +] +- position: [ + 0.020428254211391293, + 0.033913303797362945 +] +- position: [ + 0.023667751407819813, + 0.03549465016421806 +] +- position: [ + 0.027479753956621465, + 0.03230668633543525 +] +- position: [ + 0.011032895665237154, + 0.037601901518763095 +] +- position: [ + 0.015584133171233064, + 0.04470104185639947 +] +- position: [ + 0.017333990250903118, + 0.03848406579046162 +] +- position: [ + 0.021717636314425966, + 0.049456446449316016 +] +- position: [ + 0.02328406516426123, + 0.04210947159051208 +] +- position: [ + 0.028276520826748537, + 0.040567481359341025 +] +- position: [ + 0.020073493988495485, + 0.015702444498936576 +] +- position: [ + 0.021561977130914504, + 0.021594331890734956 +] +- position: [ + 0.01769702600878218, + 0.019748577432567797 +] +- position: [ + 0.02481332181251552, + 0.024842945506682153 +] +- position: [ + 0.01545348517728267, + 0.024138008127299004 +] +- position: [ + 0.022993742935449334, + 0.02870972825620187 +] +- position: [ + 0.018091329352325852, + 0.027924520171852166 +] +- position: [ + 0.013614700002689363, + 0.028786733153277934 +] +- position: [ + 0.025238428160547614, + 0.03163293993204962 +] +- position: [ + 0.01693542858706472, + 0.03443268003066582 +] +- position: [ + 0.012116895431824988, + 0.03386400433850423 +] +- position: [ + 0.020700100326139264, + 0.03729609266822995 +] +- position: [ + 0.024308897269317266, + 0.03923275641473667 +] +- position: [ + 0.02853444978301598, + 0.03524584601260523 +] +- position: [ + 0.009586675679352502, + 0.041386802193803696 +] +- position: [ + 0.014864300312628132, + 0.04968668184190668 +] +- position: [ + 0.016863778876186945, + 0.04256438779296056 +] +- position: [ + 0.021981099489184912, + 0.05524495988278367 +] +- position: [ + 0.023726962740546618, + 0.046897241618445634 +] +- position: [ + 0.029675921123901876, + 0.04483591268266396 +] +- position: [ + 0.02010837528136886, + 0.016302584324306237 +] +- position: [ + 0.021729379632707633, + 0.023027904740180738 +] +- position: [ + 0.017432882390371135, + 0.020865058239663253 +] +- position: [ + 0.025367035764429377, + 0.02655729500029689 +] +- position: [ + 0.014933106927519223, + 0.025797432432807188 +] +- position: [ + 0.02313079473903775, + 0.030802526694370936 +] +- position: [ + 0.017822625348614476, + 0.030169968924786548 +] +- position: [ + 0.01286134244438717, + 0.030996547180415137 +] +- position: [ + 0.025972987584735388, + 0.034294395073128064 +] +- position: [ + 0.01652914160367933, + 0.03755046247539792 +] +- position: [ + 0.011178575370675767, + 0.036640312122946356 +] +- position: [ + 0.020971946440887235, + 0.04067888153909696 +] +- position: [ + 0.02495004313081472, + 0.04297086266525529 +] +- position: [ + 0.02958914560941049, + 0.0381850056897752 +] +- position: [ + 0.00814045569346785, + 0.045171702868844296 +] +- position: [ + 0.0141444674540232, + 0.0546723218274139 +] +- position: [ + 0.016393567501470772, + 0.0466447097954595 +] +- position: [ + 0.022244562663943857, + 0.06103347331625132 +] +- position: [ + 0.024169860316832006, + 0.05168501164637919 +] +- position: [ + 0.031075321421055214, + 0.0491043440059869 +] +- position: [ + 0.020143256574242235, + 0.0169027241496759 +] +- position: [ + 0.02189678213450076, + 0.024461477589626524 +] +- position: [ + 0.017168738771960085, + 0.021981539046758706 +] +- position: [ + 0.02592074971634323, + 0.028271644493911622 +] +- position: [ + 0.014412728677755776, + 0.027456856738315372 +] +- position: [ + 0.023267846542626165, + 0.03289532513254 +] +- position: [ + 0.0175539213449031, + 0.03241541767772093 +] +- position: [ + 0.012107984886084978, + 0.03320636120755234 +] +- position: [ + 0.026707547008923162, + 0.036955850214206505 +] +- position: [ + 0.01612285462029394, + 0.040668244920130034 +] +- position: [ + 0.010240255309526545, + 0.03941661990738848 +] +- position: [ + 0.02124379255563521, + 0.04406167040996397 +] +- position: [ + 0.02559118899231217, + 0.046708968915773905 +] +- position: [ + 0.030643841435805008, + 0.04112416536694517 +] +- position: [ + 0.0066942357075831975, + 0.0489566035438849 +] +- position: [ + 0.013424634595418268, + 0.05965796181292111 +] +- position: [ + 0.015923356126754596, + 0.050725031797958446 +] +- position: [ + 0.022508025838702803, + 0.06682198674971898 +] +- position: [ + 0.02461275789311739, + 0.056472781674312744 +] +- position: [ + 0.03247472171820855, + 0.053372775329309834 +] diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y0.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y0.svg new file mode 100644 index 0000000..dc077a0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y1.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y1.svg new file mode 100644 index 0000000..397679e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y2.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y2.svg new file mode 100644 index 0000000..d16f19e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y3.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y3.svg new file mode 100644 index 0000000..d0d6dc5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y4.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y4.svg new file mode 100644 index 0000000..3668038 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y5.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y5.svg new file mode 100644 index 0000000..27c9350 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y6.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y6.svg new file mode 100644 index 0000000..cdfd110 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y6.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y7.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y7.svg new file mode 100644 index 0000000..1ada00e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x0y8.svg b/SlaveMatrix/Assets/Parts/潮吹/x0y8.svg new file mode 100644 index 0000000..406e9f9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x0y8.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y0.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y0.svg new file mode 100644 index 0000000..4384617 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y1.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y1.svg new file mode 100644 index 0000000..9c2c7c0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y2.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y2.svg new file mode 100644 index 0000000..107c0a0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y3.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y3.svg new file mode 100644 index 0000000..21609bd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y4.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y4.svg new file mode 100644 index 0000000..9ea6158 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y5.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y5.svg new file mode 100644 index 0000000..fe177ff --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y5.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y6.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y6.svg new file mode 100644 index 0000000..b5d4aec --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y6.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y7.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y7.svg new file mode 100644 index 0000000..3fabe9d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y7.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/潮吹/x1y8.svg b/SlaveMatrix/Assets/Parts/潮吹/x1y8.svg new file mode 100644 index 0000000..8370327 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/潮吹/x1y8.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/part.yaml b/SlaveMatrix/Assets/Parts/獣性瞼左/part.yaml new file mode 100644 index 0000000..95f005f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/part.yaml @@ -0,0 +1,161 @@ +id: 獣性瞼左 +original_key: 獣性瞼左 +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 瞼 +- name: 二重 +- name: 睫毛 +joints: +- position: [ + 0.1416621130768263, + 0.1364122040179761 +] +- position: [ + 0.13710796532929656, + 0.13848494313876078 +] +- position: [ + 0.1349093828537644, + 0.14027332305772688 +] +- position: [ + 0.1353233075567273, + 0.14431007989819306 +] +- position: [ + 0.14152185117886698, + 0.14116273906070584 +] +- position: [ + 0.14166211307682633, + 0.1364122040179761 +] +- position: [ + 0.137103072531943, + 0.14024041289286598 +] +- position: [ + 0.13485125422583474, + 0.1412230068923337 +] +- position: [ + 0.1352766847890853, + 0.14435696290508232 +] +- position: [ + 0.13709817973458951, + 0.14199588264697122 +] +- position: [ + 0.13479312559790507, + 0.14217269072694044 +] +- position: [ + 0.1352300620214433, + 0.14440384591197158 +] +- position: [ + 0.13709328693723594, + 0.14375135240107642 +] +- position: [ + 0.13473499696997543, + 0.14312237456154725 +] +- position: [ + 0.1351834392538013, + 0.14445072891886082 +] +- position: [ + 0.1370883941398824, + 0.1455068221551816 +] +- position: [ + 0.13467686834204579, + 0.14407205839615406 +] +- position: [ + 0.1351368164861593, + 0.14449761192575014 +] +- position: [ + 0.13709386281138278, + 0.13953193396603297 +] +- position: [ + 0.13488547639612153, + 0.141164951009803 +] +- position: [ + 0.1353012468760273, + 0.1441178531564413 +] +- position: [ + 0.13707976029346902, + 0.14057892479330508 +] +- position: [ + 0.13486156993847873, + 0.14205657896187907 +] +- position: [ + 0.13527918619532728, + 0.14392562641468956 +] +- position: [ + 0.13706565777555527, + 0.14162591562057722 +] +- position: [ + 0.13483766348083592, + 0.1429482069139551 +] +- position: [ + 0.1352571255146273, + 0.14373339967293783 +] +- position: [ + 0.13705155525764148, + 0.1426729064478494 +] +- position: [ + 0.1348137570231931, + 0.14383983486603122 +] +- position: [ + 0.13523506483392728, + 0.1435411729311861 +] diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x0y0.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y0.svg new file mode 100644 index 0000000..89a9947 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x0y1.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y1.svg new file mode 100644 index 0000000..9c99f74 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x0y2.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y2.svg new file mode 100644 index 0000000..0708e08 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x0y3.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y3.svg new file mode 100644 index 0000000..476c07e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x0y4.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y4.svg new file mode 100644 index 0000000..9107a2d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x0y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x1y0.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y0.svg new file mode 100644 index 0000000..89a9947 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x1y1.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y1.svg new file mode 100644 index 0000000..7ea2ec2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x1y2.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y2.svg new file mode 100644 index 0000000..886132f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x1y3.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y3.svg new file mode 100644 index 0000000..39d331a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣性瞼左/x1y4.svg b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y4.svg new file mode 100644 index 0000000..828ca88 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣性瞼左/x1y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣翼LowerArm/part.yaml b/SlaveMatrix/Assets/Parts/獣翼LowerArm/part.yaml new file mode 100644 index 0000000..4ab8539 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣翼LowerArm/part.yaml @@ -0,0 +1,54 @@ +id: 獣翼LowerArm +original_key: 獣翼下腕 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 獣翼下腕 +- name: 鱗 +- name: 腕輪 +joints: +- position: [ + 0.03412068913527216, + 0.07620103578939638 +] +- position: [ + 0.0810114518043974, + 0.0784192748434503 +] +- position: [ + 0.06320524067494648, + 0.08551910816375946 +] +- position: [ + 0.011152769902399136, + 0.014743453741191456 +] +- position: [ + 0.011152769902399133, + 0.0034740277007159455 +] +- position: [ + 0.011152769902399136, + 0.023700590279325286 +] +- position: [ + 0.011152769902399133, + -0.0013950504745270235 +] +- position: [ + 0.007758324996586714, + 0.011941093891509465 +] +- position: [ + 0.009906215631991292, + 0.010736178205088369 +] +- position: [ + 0.005610434361182023, + 0.004780471788085029 +] diff --git a/SlaveMatrix/Assets/Parts/獣翼LowerArm/x0y0.svg b/SlaveMatrix/Assets/Parts/獣翼LowerArm/x0y0.svg new file mode 100644 index 0000000..f1a8491 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣翼LowerArm/x0y0.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣翼UpperArm/part.yaml b/SlaveMatrix/Assets/Parts/獣翼UpperArm/part.yaml new file mode 100644 index 0000000..d572d50 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣翼UpperArm/part.yaml @@ -0,0 +1,21 @@ +id: 獣翼UpperArm +original_key: 獣翼上腕 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 獣翼上腕 +- name: 鱗 +joints: +- position: [ + 0.058090923706733015, + 0.06675256824373756 +] +- position: [ + 0.0772455488959185, + 0.06739140739968597 +] diff --git a/SlaveMatrix/Assets/Parts/獣翼UpperArm/x0y0.svg b/SlaveMatrix/Assets/Parts/獣翼UpperArm/x0y0.svg new file mode 100644 index 0000000..4b26c58 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣翼UpperArm/x0y0.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣翼手/part.yaml b/SlaveMatrix/Assets/Parts/獣翼手/part.yaml new file mode 100644 index 0000000..564f2d7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣翼手/part.yaml @@ -0,0 +1,81 @@ +id: 獣翼手 +original_key: 獣翼手 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 獣翼手 +- name: 小指 +- name: 薬指 +- name: 中指 +- name: 人指 +- name: 親指 +joints: +- position: [ + 0.025869513763316348, + 0.0213463008074538 +] +- position: [ + 0.02482061760817785, + 0.025170617919290133 +] +- position: [ + 0.02487291352584359, + 0.02908077329557468 +] +- position: [ + 0.025941694433790165, + 0.0330701639928882 +] +- position: [ + 0.033960241301852434, + 0.024589913377167212 +] +- position: [ + 0.02919113634614391, + 0.026303360831631654 +] +- position: [ + -0.010986134205789276, + 0.07313938359780789 +] +- position: [ + -0.000758488615099126, + 0.07313938359780789 +] +- position: [ + -0.01498110699408866, + 0.07313938359780789 +] +- position: [ + -0.005092048834113606, + 0.07313938359780789 +] +- position: [ + -0.01780256154341884, + 0.0731393835978079 +] +- position: [ + -0.013125436202656611, + 0.07313938359780812 +] +- position: [ + 0.0013141060765493179, + 0.0731393835978079 +] +- position: [ + 0.009946505007002067, + 0.07313938359780785 +] +- position: [ + 0.025983685667462952, + 0.04986241492609861 +] +- position: [ + 0.03313482505327103, + 0.05013733364413622 +] diff --git a/SlaveMatrix/Assets/Parts/獣翼手/x0y0.svg b/SlaveMatrix/Assets/Parts/獣翼手/x0y0.svg new file mode 100644 index 0000000..afd15c0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣翼手/x0y0.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣耳/part.yaml b/SlaveMatrix/Assets/Parts/獣耳/part.yaml new file mode 100644 index 0000000..22b0c3b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/part.yaml @@ -0,0 +1,53 @@ +id: 獣耳 +original_key: 獣耳 +resource: 肢左 +morph_x: 2 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +fields: +- name: 獣耳外 +- name: 獣耳内 +- name: 耳毛 +joints: +- position: [ + 0.047807303068763296, + 0.05738719212623395 +] +- position: [ + 0.060046257626335475, + 0.05708285869382676 +] +- position: [ + 0.048378587284308466, + 0.05603120784293215 +] +- position: [ + 0.059296414099024794, + 0.05942676781153709 +] +- position: [ + 0.04909757762377233, + 0.05513843230448154 +] +- position: [ + 0.05823156619435935, + 0.06102102321619785 +] diff --git a/SlaveMatrix/Assets/Parts/獣耳/x0y0.svg b/SlaveMatrix/Assets/Parts/獣耳/x0y0.svg new file mode 100644 index 0000000..95de51a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/x0y0.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣耳/x0y1.svg b/SlaveMatrix/Assets/Parts/獣耳/x0y1.svg new file mode 100644 index 0000000..2ff299d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/x0y1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣耳/x0y2.svg b/SlaveMatrix/Assets/Parts/獣耳/x0y2.svg new file mode 100644 index 0000000..f210d25 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/x0y2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣耳/x1y0.svg b/SlaveMatrix/Assets/Parts/獣耳/x1y0.svg new file mode 100644 index 0000000..fb0be0f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/x1y0.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣耳/x1y1.svg b/SlaveMatrix/Assets/Parts/獣耳/x1y1.svg new file mode 100644 index 0000000..61c6d79 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/x1y1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/獣耳/x1y2.svg b/SlaveMatrix/Assets/Parts/獣耳/x1y2.svg new file mode 100644 index 0000000..9680c57 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/獣耳/x1y2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/玉口枷/part.yaml b/SlaveMatrix/Assets/Parts/玉口枷/part.yaml new file mode 100644 index 0000000..cc5c9e5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/玉口枷/part.yaml @@ -0,0 +1,123 @@ +id: 玉口枷 +original_key: 玉口枷 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 金具左上 +- name: 金具左下 +- name: 革左 +- name: 金具右上 +- name: 金具右下 +- name: 革右 +- name: 革 +- name: 玉 +- name: 穴中上 +- name: 穴右 +- name: 穴中下 +- name: 穴左 +- name: 穴上右上 +- name: 穴上右下 +- name: 穴下右上 +- name: 穴下右下 +- name: 穴下左下 +- name: 穴下左上 +- name: 穴上左下 +- name: 穴上左上 +- name: 丸金具左内 +- name: 丸金具右内 +- name: 丸金具左外 +- name: 丸金具右外 +joints: +- position: [ + -0.00011032089848017623, + 0.0010314844960452529 +] +- position: [ + 0.004705196093205227, + 0.0010314844960452529 +] +- position: [ + 0.005237367145427907, + 0.0049428533597668245 +] +- position: [ + 0.009520713084890442, + 0.0010314844960452529 +] +- position: [ + 0.007438428695593838, + 0.0049428533597668245 +] +- position: [ + 0.0020740812574910608, + 0.009261852214662298 +] +- position: [ + 0.020231458547307197, + 0.009261852214662298 +] +- position: [ + 0.011152769902399133, + 0.011152769902399133 +] +- position: [ + 0.0032850203517142498, + 0.009838156586554502 +] +- position: [ + 0.019020519453084007, + 0.009838156586554502 +] +- position: [ + 0.029761836944665068, + 0.03149325530290257 +] +- position: [ + 0.035673268985501286, + 0.03149325530290257 +] +- position: [ + 0.029761836944665068, + 0.033941850627263785 +] +- position: [ + 0.035673268985501286, + 0.033941850627263785 +] +- position: [ + 0.03149325530290257, + 0.029761836944665068 +] +- position: [ + 0.033941850627263785, + 0.029761836944665068 +] +- position: [ + 0.03149325530290257, + 0.035673268985501286 +] +- position: [ + 0.033941850627263785, + 0.035673268985501286 +] +- position: [ + 0.03271755296508318, + 0.030986134606845683 +] +- position: [ + 0.030986134606845683, + 0.03271755296508318 +] +- position: [ + 0.03444897132332067, + 0.03271755296508318 +] +- position: [ + 0.03271755296508318, + 0.03444897132332067 +] diff --git a/SlaveMatrix/Assets/Parts/玉口枷/x0y0.svg b/SlaveMatrix/Assets/Parts/玉口枷/x0y0.svg new file mode 100644 index 0000000..64d4c80 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/玉口枷/x0y0.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/留具前/part.yaml b/SlaveMatrix/Assets/Parts/留具前/part.yaml new file mode 100644 index 0000000..9360daf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/留具前/part.yaml @@ -0,0 +1,53 @@ +id: 留具前 +original_key: 留具前 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 革1 +- name: 革2 +- name: 丸金具1 +- name: 丸金具2 +- name: 革3 +- name: 丸金具3 +- name: 丸金具左1 +- name: 丸金具右1 +- name: 丸金具左2 +- name: 丸金具右2 +joints: +- position: [ + 0.018432339988539145, + 0.00455448905446908 +] +- position: [ + 0.018432339988539145, + 0.02553807108632751 +] +- position: [ + 0.018432339988539145, + 0.012029650546492097 +] +- position: [ + 0.012394379976631396, + 0.014128746538358843 +] +- position: [ + 0.006698853337776265, + -0.001296320728695598 +] +- position: [ + 0.018089906615486533, + -0.001296320728695598 +] +- position: [ + 0.007082825010945561, + 0.019206803015064944 +] +- position: [ + 0.017706026930577524, + 0.019206803015064944 +] diff --git a/SlaveMatrix/Assets/Parts/留具前/x0y0.svg b/SlaveMatrix/Assets/Parts/留具前/x0y0.svg new file mode 100644 index 0000000..6411d58 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/留具前/x0y0.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/留具後/part.yaml b/SlaveMatrix/Assets/Parts/留具後/part.yaml new file mode 100644 index 0000000..cb25bf8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/留具後/part.yaml @@ -0,0 +1,47 @@ +id: 留具後 +original_key: 留具後 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 革左 +- name: 革右 +- name: 丸金具1 +- name: 革 +- name: 丸金具2 +- name: 丸金具3 +- name: 丸金具4 +- name: 丸金具5 +joints: +- position: [ + 0.0077616083391022295, + -0.006534929681779852 +] +- position: [ + 0.011108172588731634, + 0.008494752163690982 +] +- position: [ + 0.014544399969939016, + -0.003245981324756838 +] +- position: [ + 0.011159007937725165, + 0.01201721664159386 +] +- position: [ + 0.011196563353453298, + 0.002513407933153138 +] +- position: [ + 0.007398070423497567, + 0.016910523688056147 +] +- position: [ + 0.014907469381300685, + 0.016910523688056147 +] diff --git a/SlaveMatrix/Assets/Parts/留具後/x0y0.svg b/SlaveMatrix/Assets/Parts/留具後/x0y0.svg new file mode 100644 index 0000000..19e26b7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/留具後/x0y0.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目傷左/part.yaml b/SlaveMatrix/Assets/Parts/目傷左/part.yaml new file mode 100644 index 0000000..aadd737 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目傷左/part.yaml @@ -0,0 +1,29 @@ +id: 目傷左 +original_key: 目傷左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 傷上 +- name: 傷下 +joints: +- position: [ + 0.010565988892664996, + 0.010565988892664996 +] diff --git a/SlaveMatrix/Assets/Parts/目傷左/x0y0.svg b/SlaveMatrix/Assets/Parts/目傷左/x0y0.svg new file mode 100644 index 0000000..adf9795 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目傷左/x0y0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目傷左/x0y1.svg b/SlaveMatrix/Assets/Parts/目傷左/x0y1.svg new file mode 100644 index 0000000..52e313a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目傷左/x0y1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目傷左/x0y2.svg b/SlaveMatrix/Assets/Parts/目傷左/x0y2.svg new file mode 100644 index 0000000..26f7d85 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目傷左/x0y2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目傷左/x0y3.svg b/SlaveMatrix/Assets/Parts/目傷左/x0y3.svg new file mode 100644 index 0000000..ef15b91 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目傷左/x0y3.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目傷左/x0y4.svg b/SlaveMatrix/Assets/Parts/目傷左/x0y4.svg new file mode 100644 index 0000000..20b2baa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目傷左/x0y4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目尻影左/part.yaml b/SlaveMatrix/Assets/Parts/目尻影左/part.yaml new file mode 100644 index 0000000..c9165bc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目尻影左/part.yaml @@ -0,0 +1,20 @@ +id: 目尻影左 +original_key: 目尻影左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 目尻影 +joints: +- position: [ + 0.005883410664338228, + 0.0036910312264928323 +] +- position: [ + 0.009449892066867003, + -0.002756905078307997 +] diff --git a/SlaveMatrix/Assets/Parts/目尻影左/x0y0.svg b/SlaveMatrix/Assets/Parts/目尻影左/x0y0.svg new file mode 100644 index 0000000..67ed33a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目尻影左/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/目左/part.yaml b/SlaveMatrix/Assets/Parts/目左/part.yaml new file mode 100644 index 0000000..bbb70df --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目左/part.yaml @@ -0,0 +1,29 @@ +id: 目左 +original_key: 目左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 白目 +- name: 黒目 +joints: +- position: [ + 0.07246310080870233, + 0.07246310080870237 +] +- position: [ + 0.0931046251040226, + 0.09335045420338911 +] +- position: [ + 0.09502293241686828, + 0.09502293241686836 +] +- position: [ + 0.09694123972971395, + 0.09669541063034766 +] diff --git a/SlaveMatrix/Assets/Parts/目左/x0y0.svg b/SlaveMatrix/Assets/Parts/目左/x0y0.svg new file mode 100644 index 0000000..704b5ce --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目左/x0y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/目隠帯/part.yaml b/SlaveMatrix/Assets/Parts/目隠帯/part.yaml new file mode 100644 index 0000000..8ef6ad6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目隠帯/part.yaml @@ -0,0 +1,117 @@ +id: 目隠帯 +original_key: 目隠帯 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 革 +- name: 丸金具上中 +- name: 丸金具上左1 +- name: 丸金具上左2 +- name: 丸金具上左3 +- name: 丸金具上左4 +- name: 丸金具上左5 +- name: 丸金具上右1 +- name: 丸金具上右2 +- name: 丸金具上右3 +- name: 丸金具上右4 +- name: 丸金具上右5 +- name: 丸金具下左1 +- name: 丸金具下左2 +- name: 丸金具下左3 +- name: 丸金具下左4 +- name: 丸金具下左5 +- name: 丸金具下右1 +- name: 丸金具下右2 +- name: 丸金具下右3 +- name: 丸金具下右4 +- name: 丸金具下右5 +joints: +- position: [ + 0.026379038799016236, + 0.01845841585486754 +] +- position: [ + 0.017437577627805383, + 0.018778235135136143 +] +- position: [ + 0.03532049997022712, + 0.018778235135136143 +] +- position: [ + 0.012851394611688919, + 0.019405145977245634 +] +- position: [ + 0.0219083082134108, + 0.01855203529485773 +] +- position: [ + 0.039906682986343506, + 0.01940514597724563 +] +- position: [ + 0.03084976938462168, + 0.01855203529485773 +] +- position: [ + 0.015444629050672922, + 0.03659241879881568 +] +- position: [ + 0.03731344854735946, + 0.03659241879881567 +] +- position: [ + 0.01978490052239474, + 0.0360744713683564 +] +- position: [ + 0.032973177075637655, + 0.0360744713683564 +] +- position: [ + 0.011652514245349369, + 0.03515913628476658 +] +- position: [ + 0.04110556335268302, + 0.03515913628476658 +] +- position: [ + 0.024154750515894288, + 0.035091679377099935 +] +- position: [ + 0.028603327082138134, + 0.035091679377099935 +] +- position: [ + 0.008641081615262853, + 0.02024722597032956 +] +- position: [ + 0.04411699598276962, + 0.02024722597032956 +] +- position: [ + 0.004910047128174286, + 0.02153527107520961 +] +- position: [ + 0.04784803046985818, + 0.021535271075209608 +] +- position: [ + 0.00793833762006854, + 0.03294881911153598 +] +- position: [ + 0.044819739977963846, + 0.03294881911153598 +] diff --git a/SlaveMatrix/Assets/Parts/目隠帯/x0y0.svg b/SlaveMatrix/Assets/Parts/目隠帯/x0y0.svg new file mode 100644 index 0000000..5a39816 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/目隠帯/x0y0.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/眉左/part.yaml b/SlaveMatrix/Assets/Parts/眉左/part.yaml new file mode 100644 index 0000000..e5ed0c8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/眉左/part.yaml @@ -0,0 +1,26 @@ +id: 眉左 +original_key: 眉左 +resource: 胴体 +morph_x: 1 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +fields: +- name: 眉 +joints: +- position: [ + 0.020870148923362024, + 0.014606787502030458 +] +- position: [ + 0.021108079555371802, + 0.012544992408143161 +] diff --git a/SlaveMatrix/Assets/Parts/眉左/x0y0.svg b/SlaveMatrix/Assets/Parts/眉左/x0y0.svg new file mode 100644 index 0000000..15637dd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/眉左/x0y0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/SlaveMatrix/Assets/Parts/眉左/x0y1.svg b/SlaveMatrix/Assets/Parts/眉左/x0y1.svg new file mode 100644 index 0000000..954c7d1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/眉左/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/眉左/x0y2.svg b/SlaveMatrix/Assets/Parts/眉左/x0y2.svg new file mode 100644 index 0000000..70bb317 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/眉左/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/part.yaml b/SlaveMatrix/Assets/Parts/節足/part.yaml new file mode 100644 index 0000000..4949781 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/part.yaml @@ -0,0 +1,461 @@ +id: 節足 +original_key: 節足 +resource: 肢左 +morph_x: 1 +morph_y: 7 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +- x: 0 + y: 6 + file: x0y6.svg +fields: +- name: 基節 +- name: 転節 +- name: 腿節 +- name: 柄1 +- name: 膝節 +- name: 脛節 +- name: 柄2 +- name: 輪 +- name: 蹠節 +- name: 跗節1 +- name: 跗節2 +- name: 爪 +joints: +- position: [ + 0.1098293043408336, + 0.09499999999999996 +] +- position: [ + 0.12727963727687497, + 0.09499999999999996 +] +- position: [ + 0.0465515622058822, + 0.09497726791947735 +] +- position: [ + 0.08222656838709892, + 0.09413138628593826 +] +- position: [ + 0.10783238019382321, + 0.09630943857706539 +] +- position: [ + 0.0746246231345254, + 0.09492505773389537 +] +- position: [ + 0.10389100952638106, + 0.09509342004043546 +] +- position: [ + 0.09322158165564963, + 0.09493839336344495 +] +- position: [ + 0.011152769902399136, + 0.014740870335784672 +] +- position: [ + 0.011152769902399133, + 0.0034795523598092383 +] +- position: [ + 0.011152769902399136, + 0.023691562442717994 +] +- position: [ + 0.011152769902399133, + -0.0013860226379197216 +] +- position: [ + 0.007758324996586714, + 0.012402502218170004 +] +- position: [ + 0.009906215631991287, + 0.011064670240028026 +] +- position: [ + 0.005610434361182022, + 0.004451979753145378 +] +- position: [ + 0.1933818306410054, + 0.09500084702120136 +] +- position: [ + 0.20413708132887406, + 0.09142910917111856 +] +- position: [ + 0.20413708132887406, + 0.0943594672417704 +] +- position: [ + 0.11756734695146923, + 0.09499999999999999 +] +- position: [ + 0.12920229202908234, + 0.09500000000000001 +] +- position: [ + 0.09104461149156674, + 0.09499311895396274 +] +- position: [ + 0.12261213825680713, + 0.09376475883333062 +] +- position: [ + 0.10693621406556823, + 0.09504085420016835 +] +- position: [ + 0.12329249377389762, + 0.09514806428194664 +] +- position: [ + 0.011152769902399134, + 0.013612454748762375 +] +- position: [ + 0.011152769902399133, + 0.00589268946074083 +] +- position: [ + 0.011152769902399134, + 0.01974825895731792 +] +- position: [ + 0.011152769902399133, + 0.002557280847480349 +] +- position: [ + 0.007758324996586711, + 0.010941962842803694 +] +- position: [ + 0.00990621563199129, + 0.010024863362254565 +] +- position: [ + 0.005610434361182023, + 0.0054917866309188434 +] +- position: [ + 0.11125882772161046, + 0.09499999999999996 +] +- position: [ + 0.13042957854314594, + 0.0949772353040972 +] +- position: [ + 0.1619129504208166, + 0.09431352979248071 +] +- position: [ + 0.08547389568713934, + 0.0937229992413358 +] +- position: [ + 0.10655567771607849, + 0.09293159718851111 +] +- position: [ + 0.011152769902399136, + 0.014738221732701924 +] +- position: [ + 0.011152769902399133, + 0.003485216445309407 +] +- position: [ + 0.011152769902399136, + 0.023682306769641722 +] +- position: [ + 0.011152769902399133, + -0.0013767669648434594 +] +- position: [ + 0.007758324996586714, + 0.012399074058246869 +] +- position: [ + 0.009906215631991289, + 0.011062229618209603 +] +- position: [ + 0.005610434361182023, + 0.004454420374963799 +] +- position: [ + 0.11023912675620726, + 0.0953343682795397 +] +- position: [ + 0.21520674527864492, + 0.09500744373533292 +] +- position: [ + 0.21754101461305766, + 0.0910639582111022 +] +- position: [ + 0.21754101461305766, + 0.09955928475048763 +] +- position: [ + 0.18948277591571644, + 0.07648413156974603 +] +- position: [ + 0.09550118469080161, + 0.1272403678664758 +] +- position: [ + 0.04799824411302774, + 0.11035715737969494 +] +- position: [ + 0.011152769902399138, + 0.015546007835753151 +] +- position: [ + 0.011152769902399133, + 0.0017577512832641555 +] +- position: [ + 0.011152769902399138, + 0.026505154834001815 +] +- position: [ + 0.011152769902399133, + -0.004199615029203543 +] +- position: [ + 0.007758324996586714, + 0.013444613861089657 +] +- position: [ + 0.009906215631991289, + 0.01180658440680212 +] +- position: [ + 0.005610434361182021, + 0.0037100655863712756 +] +- position: [ + 0.11882101039934814, + 0.09341284908719893 +] +- position: [ + 0.1197314961104228, + 0.09958568810544924 +] +- position: [ + 0.05783096832759514, + 0.09470949020260351 +] +- position: [ + 0.07677140423104371, + 0.09369878824660452 +] +- position: [ + 0.011152769902399138, + 0.016045217785849213 +] +- position: [ + 0.011152769902399133, + 0.0006901817941631346 +] +- position: [ + 0.011152769902399138, + 0.028249668432360417 +] +- position: [ + 0.011152769902399133, + -0.005944128627562147 +] +- position: [ + 0.007758324996586714, + 0.014090755049739816 +] +- position: [ + 0.009906215631991287, + 0.01226659395074382 +] +- position: [ + 0.0056104343611820175, + 0.0032500560424295736 +] +- position: [ + 0.16788978198519172, + 0.17053700814924433 +] +- position: [ + 0.16829392016802086, + 0.17054406240746556 +] +- position: [ + 0.03407451623562402, + 0.046713683087880264 +] +- position: [ + 0.13073732555183404, + 0.052002890659800904 +] +- position: [ + 0.12840693384195567, + 0.053112756101365344 +] +- position: [ + 0.15631824023465657, + 0.05252901172453606 +] +- position: [ + 0.011152769902399134, + 0.014020265229552764 +] +- position: [ + 0.011152769902399133, + 0.005020579386525239 +] +- position: [ + 0.011152769902399134, + 0.021173372637754567 +] +- position: [ + 0.011152769902399133, + 0.0011321671670437002 +] +- position: [ + 0.007758324996586712, + 0.011469803180824181 +] +- position: [ + 0.009906215631991289, + 0.010400650570115577 +] +- position: [ + 0.005610434361182023, + 0.005115999423057835 +] +- position: [ + 0.13905332260118392, + 0.0538647168428783 +] +- position: [ + 0.1635641477155914, + 0.07941066710934361 +] +- position: [ + 0.16316351042670624, + 0.08604130345112639 +] +- position: [ + 0.16387081499079068, + 0.091190597623451 +] +- position: [ + 0.16433652310946995, + 0.06559378796067482 +] +- position: [ + 0.008173091434307694, + 0.011152769902399136 +] +- position: [ + 0.01752486609009242, + 0.011152769902399133 +] +- position: [ + 0.0007401376915997038, + 0.011152769902399136 +] +- position: [ + 0.021565402113198566, + 0.011152769902399133 +] +- position: [ + 0.003901645083060564, + 0.007758324996586711 +] +- position: [ + 0.0071605160862673305, + 0.00775832499658671 +] +- position: [ + 0.008356133906906007, + 0.00775832499658671 +] +- position: [ + 0.0636408138871563, + 0.11811518310951459 +] +- position: [ + 0.028243047333383675, + 0.061247169681996796 +] +- position: [ + 0.029943568025111222, + 0.09121745877364912 +] +- position: [ + 0.04194957082287731, + 0.11584928646270189 +] +- position: [ + 0.015668978823891122, + 0.07429773802715492 +] +- position: [ + 0.007477833125086356, + 0.011152769902399133 +] +- position: [ + 0.019011688533887516, + 0.011152769902399133 +] +- position: [ + -0.0016894764909201666, + 0.011152769902399133 +] +- position: [ + 0.02399501629571843, + 0.011152769902399133 +] +- position: [ + 0.003001753103237796, + 0.007758324996586715 +] +- position: [ + 0.006519852858931737, + 0.007758324996586708 +] +- position: [ + 0.008996797134241601, + 0.007758324996586706 +] diff --git a/SlaveMatrix/Assets/Parts/節足/x0y0.svg b/SlaveMatrix/Assets/Parts/節足/x0y0.svg new file mode 100644 index 0000000..dd517e3 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y0.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/x0y1.svg b/SlaveMatrix/Assets/Parts/節足/x0y1.svg new file mode 100644 index 0000000..374a072 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y1.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/x0y2.svg b/SlaveMatrix/Assets/Parts/節足/x0y2.svg new file mode 100644 index 0000000..ca6abbc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y2.svg @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/x0y3.svg b/SlaveMatrix/Assets/Parts/節足/x0y3.svg new file mode 100644 index 0000000..ab7410b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y3.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/x0y4.svg b/SlaveMatrix/Assets/Parts/節足/x0y4.svg new file mode 100644 index 0000000..d549e82 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y4.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/x0y5.svg b/SlaveMatrix/Assets/Parts/節足/x0y5.svg new file mode 100644 index 0000000..295f3a8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y5.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/節足/x0y6.svg b/SlaveMatrix/Assets/Parts/節足/x0y6.svg new file mode 100644 index 0000000..80c0a47 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/節足/x0y6.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/紅潮/part.yaml b/SlaveMatrix/Assets/Parts/紅潮/part.yaml new file mode 100644 index 0000000..9e0adcb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/紅潮/part.yaml @@ -0,0 +1,41 @@ +id: 紅潮 +original_key: 紅潮 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 紅潮0 +- name: 紅潮1 +- name: 紅潮右 +- name: 紅潮左 +- name: 紅潮線左 +- name: 紅潮線右 +- name: 紅潮弱左 +- name: 紅潮弱右 +- name: 紅潮線弱左 +- name: 紅潮線弱右 +joints: +- position: [ + 0.011152769902399134, + 0.008664148248209158 +] +- position: [ + -0.005758724011670753, + 0.009373590903165892 +] +- position: [ + 0.028064263816469006, + 0.009373590903165889 +] +- position: [ + 0.01944782392164254, + 0.01201685996646432 +] +- position: [ + 0.0028577158831557432, + 0.012016859966464321 +] diff --git a/SlaveMatrix/Assets/Parts/紅潮/x0y0.svg b/SlaveMatrix/Assets/Parts/紅潮/x0y0.svg new file mode 100644 index 0000000..25c3020 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/紅潮/x0y0.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/羽根箒/part.yaml b/SlaveMatrix/Assets/Parts/羽根箒/part.yaml new file mode 100644 index 0000000..70e0491 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/羽根箒/part.yaml @@ -0,0 +1,50 @@ +id: 羽根箒 +original_key: 羽根箒 +resource: カーソル +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 羽根1 +- name: 羽根2 +- name: 羽根3 +- name: 羽根4 +- name: 羽根5 +- name: 羽根 +- name: 柄 +joints: +- position: [ + 0.2630468763449424, + 0.29353895764985083 +] +- position: [ + 0.2645048960227844, + 0.2444700333174513 +] +- position: [ + 0.2598452193677602, + 0.25113386943765986 +] +- position: [ + 0.2555697159233386, + 0.25554641846963594 +] +- position: [ + 0.252280345465558, + 0.26005648940840986 +] +- position: [ + 0.249928475267765, + 0.2643595320473664 +] +- position: [ + 0.009302710415341274, + 0.0007441923450368609 +] +- position: [ + 0.009302710415341272, + 0.009302710415341276 +] diff --git a/SlaveMatrix/Assets/Parts/羽根箒/x0y0.svg b/SlaveMatrix/Assets/Parts/羽根箒/x0y0.svg new file mode 100644 index 0000000..bf8816c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/羽根箒/x0y0.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/part.yaml b/SlaveMatrix/Assets/Parts/耳/part.yaml new file mode 100644 index 0000000..05a0f43 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/part.yaml @@ -0,0 +1,202 @@ +id: 耳 +original_key: 耳 +resource: 肢左 +morph_x: 12 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +- x: 2 + y: 2 + file: x2y2.svg +- x: 3 + y: 0 + file: x3y0.svg +- x: 3 + y: 1 + file: x3y1.svg +- x: 3 + y: 2 + file: x3y2.svg +- x: 4 + y: 0 + file: x4y0.svg +- x: 4 + y: 1 + file: x4y1.svg +- x: 4 + y: 2 + file: x4y2.svg +- x: 5 + y: 0 + file: x5y0.svg +- x: 5 + y: 1 + file: x5y1.svg +- x: 5 + y: 2 + file: x5y2.svg +- x: 6 + y: 0 + file: x6y0.svg +- x: 6 + y: 1 + file: x6y1.svg +- x: 6 + y: 2 + file: x6y2.svg +- x: 7 + y: 0 + file: x7y0.svg +- x: 7 + y: 1 + file: x7y1.svg +- x: 7 + y: 2 + file: x7y2.svg +- x: 8 + y: 0 + file: x8y0.svg +- x: 8 + y: 1 + file: x8y1.svg +- x: 8 + y: 2 + file: x8y2.svg +- x: 9 + y: 0 + file: x9y0.svg +- x: 9 + y: 1 + file: x9y1.svg +- x: 9 + y: 2 + file: x9y2.svg +- x: 10 + y: 0 + file: x10y0.svg +- x: 10 + y: 1 + file: x10y1.svg +- x: 10 + y: 2 + file: x10y2.svg +- x: 11 + y: 0 + file: x11y0.svg +- x: 11 + y: 1 + file: x11y1.svg +- x: 11 + y: 2 + file: x11y2.svg +fields: +- name: 耳 +- name: 耳線 +joints: +- position: [ + 0.062244153005334604, + 0.05767490163654067 +] +- position: [ + 0.06061312203725514, + 0.05798867158373068 +] +- position: [ + 0.06094179895539896, + 0.05777782504306677 +] +- position: [ + 0.06133873784815525, + 0.05763193562135896 +] +- position: [ + 0.060732492831010836, + 0.05780818818977257 +] +- position: [ + 0.06120455731349464, + 0.05765078175818154 +] +- position: [ + 0.06176046203781577, + 0.05758279737572961 +] +- position: [ + 0.11157279005149721, + 0.10091877948054874 +] +- position: [ + 0.1096975736785607, + 0.08929274283476431 +] +- position: [ + 0.10828324205569771, + 0.0948735211346526 +] +- position: [ + 0.10749409176529023, + 0.09496693764072228 +] +- position: [ + 0.1105943038397159, + 0.10048202801262578 +] +- position: [ + 0.10854414577566458, + 0.09024537579228015 +] +- position: [ + 0.1096158176279346, + 0.1000452765447028 +] +- position: [ + 0.10739071787276847, + 0.09119800874979597 +] +- position: [ + 0.05875302421763107, + 0.05790159015788745 +] +- position: [ + 0.06391120212007742, + 0.0586831976090447 +] +- position: [ + 0.058745777154212704, + 0.056863024207825845 +] +- position: [ + 0.06401849909139842, + 0.05944711851134952 +] +- position: [ + 0.059679055443858466, + 0.05541145577071726 +] +- position: [ + 0.06375723116718138, + 0.06045694518378308 +] +- position: [ + 0.06067594367040712, + 0.05784576118269755 +] +- position: [ + 0.06117329976719475, + 0.05766110681866893 +] +- position: [ + 0.06166293386164137, + 0.05758640045182952 +] diff --git a/SlaveMatrix/Assets/Parts/耳/x0y0.svg b/SlaveMatrix/Assets/Parts/耳/x0y0.svg new file mode 100644 index 0000000..7672592 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x0y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x10y0.svg b/SlaveMatrix/Assets/Parts/耳/x10y0.svg new file mode 100644 index 0000000..6ce83b5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x10y0.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x10y1.svg b/SlaveMatrix/Assets/Parts/耳/x10y1.svg new file mode 100644 index 0000000..5fb640a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x10y1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x10y2.svg b/SlaveMatrix/Assets/Parts/耳/x10y2.svg new file mode 100644 index 0000000..455062d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x10y2.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x11y0.svg b/SlaveMatrix/Assets/Parts/耳/x11y0.svg new file mode 100644 index 0000000..47e19e7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x11y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x11y1.svg b/SlaveMatrix/Assets/Parts/耳/x11y1.svg new file mode 100644 index 0000000..dfb9ae4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x11y1.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x11y2.svg b/SlaveMatrix/Assets/Parts/耳/x11y2.svg new file mode 100644 index 0000000..9d1f966 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x11y2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x1y0.svg b/SlaveMatrix/Assets/Parts/耳/x1y0.svg new file mode 100644 index 0000000..a26b0a6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x1y0.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x2y0.svg b/SlaveMatrix/Assets/Parts/耳/x2y0.svg new file mode 100644 index 0000000..9e9bc58 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x2y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x2y1.svg b/SlaveMatrix/Assets/Parts/耳/x2y1.svg new file mode 100644 index 0000000..d65a942 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x2y1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x2y2.svg b/SlaveMatrix/Assets/Parts/耳/x2y2.svg new file mode 100644 index 0000000..0fc76e2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x2y2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x3y0.svg b/SlaveMatrix/Assets/Parts/耳/x3y0.svg new file mode 100644 index 0000000..97a0a44 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x3y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x3y1.svg b/SlaveMatrix/Assets/Parts/耳/x3y1.svg new file mode 100644 index 0000000..d8befa9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x3y1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x3y2.svg b/SlaveMatrix/Assets/Parts/耳/x3y2.svg new file mode 100644 index 0000000..6d9e1e8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x3y2.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x4y0.svg b/SlaveMatrix/Assets/Parts/耳/x4y0.svg new file mode 100644 index 0000000..687823a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x4y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x4y1.svg b/SlaveMatrix/Assets/Parts/耳/x4y1.svg new file mode 100644 index 0000000..d4d9099 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x4y1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x4y2.svg b/SlaveMatrix/Assets/Parts/耳/x4y2.svg new file mode 100644 index 0000000..6f90445 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x4y2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x5y0.svg b/SlaveMatrix/Assets/Parts/耳/x5y0.svg new file mode 100644 index 0000000..f2c955b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x5y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x5y1.svg b/SlaveMatrix/Assets/Parts/耳/x5y1.svg new file mode 100644 index 0000000..3652eb5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x5y1.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x5y2.svg b/SlaveMatrix/Assets/Parts/耳/x5y2.svg new file mode 100644 index 0000000..d436e04 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x5y2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x6y0.svg b/SlaveMatrix/Assets/Parts/耳/x6y0.svg new file mode 100644 index 0000000..4b8b987 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x6y0.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x6y1.svg b/SlaveMatrix/Assets/Parts/耳/x6y1.svg new file mode 100644 index 0000000..9266923 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x6y1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x6y2.svg b/SlaveMatrix/Assets/Parts/耳/x6y2.svg new file mode 100644 index 0000000..cf892c2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x6y2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x7y0.svg b/SlaveMatrix/Assets/Parts/耳/x7y0.svg new file mode 100644 index 0000000..fc75453 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x7y0.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x7y1.svg b/SlaveMatrix/Assets/Parts/耳/x7y1.svg new file mode 100644 index 0000000..ef47065 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x7y1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x7y2.svg b/SlaveMatrix/Assets/Parts/耳/x7y2.svg new file mode 100644 index 0000000..6d012b6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x7y2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x8y0.svg b/SlaveMatrix/Assets/Parts/耳/x8y0.svg new file mode 100644 index 0000000..48ee400 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x8y0.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x8y1.svg b/SlaveMatrix/Assets/Parts/耳/x8y1.svg new file mode 100644 index 0000000..bd1cd28 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x8y1.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x8y2.svg b/SlaveMatrix/Assets/Parts/耳/x8y2.svg new file mode 100644 index 0000000..ac146ff --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x8y2.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x9y0.svg b/SlaveMatrix/Assets/Parts/耳/x9y0.svg new file mode 100644 index 0000000..f9ea0d6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x9y0.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x9y1.svg b/SlaveMatrix/Assets/Parts/耳/x9y1.svg new file mode 100644 index 0000000..e72c426 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x9y1.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/耳/x9y2.svg b/SlaveMatrix/Assets/Parts/耳/x9y2.svg new file mode 100644 index 0000000..9744239 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/耳/x9y2.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門/part.yaml b/SlaveMatrix/Assets/Parts/肛門/part.yaml new file mode 100644 index 0000000..c81c342 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門/part.yaml @@ -0,0 +1,18 @@ +id: 肛門 +original_key: 肛門 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 肛門3 +- name: 肛門2 +- name: 肛門1 +joints: +- position: [ + 0.23427950000000008, + 0.23539967493547997 +] diff --git a/SlaveMatrix/Assets/Parts/肛門/x0y0.svg b/SlaveMatrix/Assets/Parts/肛門/x0y0.svg new file mode 100644 index 0000000..5294e98 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/part.yaml b/SlaveMatrix/Assets/Parts/肛門精液垂れ/part.yaml new file mode 100644 index 0000000..bfc1ab8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/part.yaml @@ -0,0 +1,26 @@ +id: 肛門精液垂れ +original_key: 肛門精液垂れ +resource: 胴体 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 精液 diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y0.svg b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y0.svg new file mode 100644 index 0000000..452dc8d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y1.svg b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y1.svg new file mode 100644 index 0000000..4c01f29 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y2.svg b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y2.svg new file mode 100644 index 0000000..932aa6f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y3.svg b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y3.svg new file mode 100644 index 0000000..d1b8206 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y3.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y4.svg b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y4.svg new file mode 100644 index 0000000..ccba18b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y5.svg b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y5.svg new file mode 100644 index 0000000..572d1ac --- /dev/null +++ b/SlaveMatrix/Assets/Parts/肛門精液垂れ/x0y5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/背中/part.yaml b/SlaveMatrix/Assets/Parts/背中/part.yaml new file mode 100644 index 0000000..967f5f5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/背中/part.yaml @@ -0,0 +1,175 @@ +id: 背中 +original_key: 背中 +resource: 肢中 +morph_x: 1 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +fields: +- name: 羽毛1 +- name: 羽毛2 +joints: +- position: [ + 0.02365804436862975, + 0.009226817482352786 +] +- position: [ + 0.08020662908846857, + 0.164914315192153 +] +- position: [ + 0.07255127072461791, + 0.11201394207007394 +] +- position: [ + 0.071545291706398, + 0.21721024809702624 +] +- position: [ + 0.06282689669009595, + 0.11650671893913629 +] +- position: [ + 0.05420814222672252, + 0.12326942213283076 +] +- position: [ + 0.04700290105009538, + 0.13306172795532215 +] +- position: [ + 0.04202686084058744, + 0.14477507348330923 +] +- position: [ + 0.039389559529548215, + 0.1581516119984586 +] +- position: [ + 0.03938955952954823, + 0.1716770183858475 +] +- position: [ + 0.04202686084058744, + 0.18505355690099687 +] +- position: [ + 0.0470029010500954, + 0.196766902428984 +] +- position: [ + 0.054208142226722544, + 0.20655920825147525 +] +- position: [ + 0.06282689669009596, + 0.2133219114451697 +] +- position: [ + 0.07532582900397887, + 0.21930787405234473 +] +- position: [ + 0.07963856428626281, + 0.13550000000000004 +] +- position: [ + 0.058455127975897574, + 0.16863095258788496 +] +- position: [ + 0.03632713032394423, + 0.035980704537156 +] +- position: [ + 0.03258823575863232, + 0.03796011930702701 +] +- position: [ + 0.020085750089291803, + 0.03684656683927145 +] +- position: [ + 0.07907049948405709, + 0.164914315192153 +] +- position: [ + 0.08672585784790776, + 0.11201394207007394 +] +- position: [ + 0.08773183686612762, + 0.21721024809702624 +] +- position: [ + 0.09645023188242963, + 0.11650671893913629 +] +- position: [ + 0.10506898634580308, + 0.12326942213283076 +] +- position: [ + 0.11227422752243021, + 0.13306172795532215 +] +- position: [ + 0.11725026773193814, + 0.14477507348330923 +] +- position: [ + 0.11988756904297737, + 0.1581516119984586 +] +- position: [ + 0.11988756904297737, + 0.1716770183858475 +] +- position: [ + 0.11725026773193814, + 0.18505355690099687 +] +- position: [ + 0.11227422752243021, + 0.196766902428984 +] +- position: [ + 0.10506898634580308, + 0.20655920825147525 +] +- position: [ + 0.09645023188242963, + 0.2133219114451697 +] +- position: [ + 0.08395129956854674, + 0.21930787405234473 +] +- position: [ + 0.09489836531813567, + 0.16863095258788496 +] +- position: [ + 0.03184603960146293, + 0.035980704537156 +] +- position: [ + 0.03558493416677477, + 0.03796011930702701 +] +- position: [ + 0.03721113642398388, + 0.03684656683927145 +] +- position: [ + 0.0076061099436181, + 0.011409164915427206 +] diff --git a/SlaveMatrix/Assets/Parts/背中/x0y0.svg b/SlaveMatrix/Assets/Parts/背中/x0y0.svg new file mode 100644 index 0000000..219ae77 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/背中/x0y0.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/背中/x0y1.svg b/SlaveMatrix/Assets/Parts/背中/x0y1.svg new file mode 100644 index 0000000..3f2dc92 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/背中/x0y1.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/背中/x0y2.svg b/SlaveMatrix/Assets/Parts/背中/x0y2.svg new file mode 100644 index 0000000..2e26752 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/背中/x0y2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胴肌/part.yaml b/SlaveMatrix/Assets/Parts/胴肌/part.yaml new file mode 100644 index 0000000..18bce9d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胴肌/part.yaml @@ -0,0 +1,20 @@ +id: 胴肌 +original_key: 胴肌 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 植タトゥ +joints: +- position: [ + 0.09500000000000003, + 0.08574610515953168 +] +- position: [ + 0.09500000000000003, + 0.09354234315162449 +] diff --git a/SlaveMatrix/Assets/Parts/胴肌/x0y0.svg b/SlaveMatrix/Assets/Parts/胴肌/x0y0.svg new file mode 100644 index 0000000..89738a4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胴肌/x0y0.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胴腹板/part.yaml b/SlaveMatrix/Assets/Parts/胴腹板/part.yaml new file mode 100644 index 0000000..88172fa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胴腹板/part.yaml @@ -0,0 +1,21 @@ +id: 胴腹板 +original_key: 胴腹板 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 腹板 +- name: 縦線 +joints: +- position: [ + 0.49999999596755706, + 0.5228747373774844 +] +- position: [ + 0.49999999596755706, + 0.5243570774287807 +] diff --git a/SlaveMatrix/Assets/Parts/胴腹板/x0y0.svg b/SlaveMatrix/Assets/Parts/胴腹板/x0y0.svg new file mode 100644 index 0000000..13a6dc1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胴腹板/x0y0.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸左/part.yaml b/SlaveMatrix/Assets/Parts/胸左/part.yaml new file mode 100644 index 0000000..5032cf0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸左/part.yaml @@ -0,0 +1,133 @@ +id: 胸左 +original_key: 胸左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 乳房 +- name: 乳輪 +- name: 乳首 +- name: 淫タトゥ +- name: 虫性 +- name: 傷X +- name: 傷I1 +- name: 傷I2 +- name: ハイライト1 +- name: ハイライト2 +joints: +- position: [ + 0.00638054007156278, + 0.018912258128575332 +] +- position: [ + 0.009937557094892038, + 0.010499146319080136 +] +- position: [ + 0.20149100342333046, + 0.20134885290354163 +] +- position: [ + 0.20163335930560028, + 0.19875969036757846 +] +- position: [ + 0.19934882117689412, + 0.2016402864289953 +] +- position: [ + 0.012248361287958693, + 0.017050503291497973 +] +- position: [ + 0.009656917933234898, + 0.010372868919117298 +] +- position: [ + 0.20185205310401894, + 0.201413981797613 +] +- position: [ + 0.20096913688937734, + 0.19962952435474676 +] +- position: [ + 0.20164503602217468, + 0.20164000991722908 +] +- position: [ + 0.009644841555077102, + 0.01216728327605381 +] +- position: [ + 0.007349424681703168, + 0.008255821169031216 +] +- position: [ + 0.20209186590724063, + 0.20074080437856623 +] +- position: [ + 0.19994258125311382, + 0.1993606260623334 +] +- position: [ + 0.20165208032605894, + 0.20164370855104272 +] +- position: [ + 0.0040232666350097455, + 0.014459709699259169 +] +- position: [ + 0.007874705080891005, + 0.00857919617964689 +] +- position: [ + 0.20089697916812455, + 0.2009325109212405 +] +- position: [ + 0.20163175566525812, + 0.19878744177201146 +] +- position: [ + 0.20165429774166904, + 0.2016419413622413 +] +- position: [ + 0.0022025610996871834, + 0.01689958670131217 +] +- position: [ + 0.005548401065762334, + 0.011684661132156774 +] +- position: [ + 0.20099199463425546, + 0.20111416610299507 +] +- position: [ + 0.2016317556652581, + 0.19875969036757846 +] +- position: [ + 0.20165597602051955, + 0.20164029631826433 +] diff --git a/SlaveMatrix/Assets/Parts/胸左/x0y0.svg b/SlaveMatrix/Assets/Parts/胸左/x0y0.svg new file mode 100644 index 0000000..9ba34b6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸左/x0y0.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸左/x0y1.svg b/SlaveMatrix/Assets/Parts/胸左/x0y1.svg new file mode 100644 index 0000000..38b57ec --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸左/x0y1.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸左/x0y2.svg b/SlaveMatrix/Assets/Parts/胸左/x0y2.svg new file mode 100644 index 0000000..f4c6057 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸左/x0y2.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸左/x0y3.svg b/SlaveMatrix/Assets/Parts/胸左/x0y3.svg new file mode 100644 index 0000000..f5ab63b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸左/x0y3.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸左/x0y4.svg b/SlaveMatrix/Assets/Parts/胸左/x0y4.svg new file mode 100644 index 0000000..91a4bc9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸左/x0y4.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸郭/part.yaml b/SlaveMatrix/Assets/Parts/胸郭/part.yaml new file mode 100644 index 0000000..4532fbd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸郭/part.yaml @@ -0,0 +1,110 @@ +id: 胸郭 +original_key: 胸郭 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 胸郭 +- name: 筋肉 +- name: 虫性 +- name: 淫タトゥ +- name: 悪タトゥ +- name: 植タトゥ +- name: 獣性 +- name: 紋柄 +- name: 鱗 +- name: 傷X左 +- name: 傷X右 +- name: ハイライト外左 +- name: ハイライト外右 +- name: ハイライト内左 +- name: ハイライト内右 +joints: +- position: [ + 0.5, + 0.4661224664730512 +] +- position: [ + 0.4974362940041507, + 0.468698711785305 +] +- position: [ + 0.5025637059958493, + 0.468698711785305 +] +- position: [ + 0.48844090372831006, + 0.48652345317618095 +] +- position: [ + 0.5115590962716899, + 0.48652345317618095 +] +- position: [ + 0.4915786910606412, + 0.5210273735826123 +] +- position: [ + 0.5084213089393588, + 0.5210273735826123 +] +- position: [ + 0.5, + 0.5162142508926452 +] +- position: [ + 0.48625861180614893, + 0.48416961212459886 +] +- position: [ + 0.5137413881938511, + 0.48416961212459886 +] +- position: [ + 0.5, + 0.48652345317618095 +] +- position: [ + 0.48606329085174943, + 0.5094193522856425 +] +- position: [ + 0.5139367091482505, + 0.5094193522856425 +] +- position: [ + 0.0169426342667809, + 0.030124107079415166 +] +- position: [ + 0.015193209368897889, + 0.018159061823751217 +] +- position: [ + 0.03809482952172338, + 0.030124107079415166 +] +- position: [ + 0.03984425441960637, + 0.018159061823751217 +] +- position: [ + -0.00593816491573173, + -0.0010747214730776524 +] +- position: [ + -0.005118427105262945, + 0.009013682730968567 +] +- position: [ + 0.01715383039419316, + -0.0010747214730776524 +] +- position: [ + 0.016334092583724313, + 0.009013682730968567 +] diff --git a/SlaveMatrix/Assets/Parts/胸郭/x0y0.svg b/SlaveMatrix/Assets/Parts/胸郭/x0y0.svg new file mode 100644 index 0000000..77aa71b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸郭/x0y0.svg @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸郭肌/part.yaml b/SlaveMatrix/Assets/Parts/胸郭肌/part.yaml new file mode 100644 index 0000000..099d65c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸郭肌/part.yaml @@ -0,0 +1,91 @@ +id: 胸郭肌 +original_key: 胸郭肌 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 甲殻 +- name: 淫タトゥ +- name: 悪タトゥ +- name: 植タトゥ +- name: 隈取 +- name: 鱗 +- name: 蜘蛛 +- name: コア +joints: +- position: [ + 0.030891347660494964, + 0.01987651837749724 +] +- position: [ + 0.03726900647515902, + 0.01987651837749724 +] +- position: [ + -0.0014957944219115837, + 0.008105469171541388 +] +- position: [ + 0.09500000000000001, + 0.08549960227557413 +] +- position: [ + 0.015058466988291015, + 0.002410254333550322 +] +- position: [ + 0.015058466988291015, + 0.017744520306784285 +] +- position: [ + 0.04539696726208402, + 0.03455415935059752 +] +- position: [ + 0.04628576764408492, + 0.03574926764201532 +] +- position: [ + 0.03979915952905971, + 0.033579071236846815 +] +- position: [ + 0.04035212465561363, + 0.03443834427281763 +] +- position: [ + 0.06605838847090073, + 0.03455415935059752 +] +- position: [ + 0.06516958808889983, + 0.03574926764201532 +] +- position: [ + 0.07165619620392505, + 0.033579071236846815 +] +- position: [ + 0.07110323107737104, + 0.03443834427281763 +] +- position: [ + 0.05380739741215816, + 0.03487417433351471 +] +- position: [ + 0.05572767786649241, + 0.03699551367359685 +] +- position: [ + 0.05238638987595082, + 0.07117155997149677 +] +- position: [ + 0.05572767786649241, + 0.0748626904232397 +] diff --git a/SlaveMatrix/Assets/Parts/胸郭肌/x0y0.svg b/SlaveMatrix/Assets/Parts/胸郭肌/x0y0.svg new file mode 100644 index 0000000..a2defd8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸郭肌/x0y0.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/胸郭腹板/part.yaml b/SlaveMatrix/Assets/Parts/胸郭腹板/part.yaml new file mode 100644 index 0000000..637002e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸郭腹板/part.yaml @@ -0,0 +1,17 @@ +id: 胸郭腹板 +original_key: 胸郭腹板 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 腹板 +- name: 縦線 +joints: +- position: [ + 0.5000000158677831, + 0.5526169508801205 +] diff --git a/SlaveMatrix/Assets/Parts/胸郭腹板/x0y0.svg b/SlaveMatrix/Assets/Parts/胸郭腹板/x0y0.svg new file mode 100644 index 0000000..0e35e45 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/胸郭腹板/x0y0.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腰肌/part.yaml b/SlaveMatrix/Assets/Parts/腰肌/part.yaml new file mode 100644 index 0000000..0e2d1ec --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腰肌/part.yaml @@ -0,0 +1,198 @@ +id: 腰肌 +original_key: 腰肌 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 淫タトゥ +- name: 植タトゥ +- name: 陰毛_ハート +- name: 陰毛 +- name: 獣性 +- name: 鱗 +- name: 虫性 +joints: +- position: [ + -0.001427499956110473, + 0.008042065181432531 +] +- position: [ + 0.00932187317888909, + 0.02289364490463667 +] +- position: [ + 0.019320221457267195, + 0.02289364490463667 +] +- position: [ + 0.028511229159074496, + 0.0285112291590745 +] +- position: [ + 0.015058466988291008, + 0.030746841546813605 +] +- position: [ + 0.015058466988291008, + 0.01921483862113864 +] +- position: [ + 0.015058466988291008, + 0.018622036117003755 +] +- position: [ + 0.0376489974103562, + 0.040195088198192244 +] +- position: [ + 0.5000000158677831, + 0.49805662642000453 +] +- position: [ + 0.500000015867783, + 0.5058485319609038 +] +- position: [ + 0.00932187317888909, + 0.02049834611214663 +] +- position: [ + 0.019320221457267195, + 0.02049834611214663 +] +- position: [ + 0.015058466988291008, + 0.02983465618363446 +] +- position: [ + 0.015058466988291008, + 0.01974580084139977 +] +- position: [ + 0.015058466988291008, + 0.019077269850600147 +] +- position: [ + 0.0376489974103562, + 0.04065581754996377 +] +- position: [ + 0.5000000158677831, + 0.4975740042255251 +] +- position: [ + 0.500000015867783, + 0.5046737592419609 +] +- position: [ + 0.00932187317888909, + 0.01810304731965659 +] +- position: [ + 0.019320221457267195, + 0.01810304731965659 +] +- position: [ + 0.015058466988291008, + 0.028814050672923735 +] +- position: [ + 0.015058466988291008, + 0.02012982856271693 +] +- position: [ + 0.015058466988291008, + 0.019406525618164444 +] +- position: [ + 0.0376489974103562, + 0.0411165469017353 +] +- position: [ + 0.5000000158677831, + 0.4974446253722898 +] +- position: [ + 0.500000015867783, + 0.5034555347634302 +] +- position: [ + 0.00932187317888909, + 0.015707748527166547 +] +- position: [ + 0.019320221457267195, + 0.015707748527166547 +] +- position: [ + 0.015058466988291008, + 0.02468285306871422 +] +- position: [ + 0.015058466988291008, + 0.01934313365564198 +] +- position: [ + 0.015058466988291008, + 0.018732033072211066 +] +- position: [ + 0.0376489974103562, + 0.041578698257678966 +] +- position: [ + 0.5000000158677831, + 0.4966119766151297 +] +- position: [ + 0.500000015867783, + 0.5013888639381867 +] +- position: [ + 0.00932187317888909, + 0.013312449734676508 +] +- position: [ + 0.019320221457267195, + 0.013312449734676508 +] +- position: [ + 0.015058466988291008, + 0.021125690528569743 +] +- position: [ + 0.015058466988291008, + 0.018893280929763383 +] +- position: [ + 0.015058466988291008, + 0.0183463405913609 +] +- position: [ + 0.0376489974103562, + 0.042038005605278345 +] +- position: [ + 0.5000000158677831, + 0.4957953566095332 +] +- position: [ + 0.500000015867783, + 0.49910453273697497 +] diff --git a/SlaveMatrix/Assets/Parts/腰肌/x0y0.svg b/SlaveMatrix/Assets/Parts/腰肌/x0y0.svg new file mode 100644 index 0000000..034f558 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腰肌/x0y0.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腰肌/x0y1.svg b/SlaveMatrix/Assets/Parts/腰肌/x0y1.svg new file mode 100644 index 0000000..5f91331 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腰肌/x0y1.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腰肌/x0y2.svg b/SlaveMatrix/Assets/Parts/腰肌/x0y2.svg new file mode 100644 index 0000000..b5d84d0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腰肌/x0y2.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腰肌/x0y3.svg b/SlaveMatrix/Assets/Parts/腰肌/x0y3.svg new file mode 100644 index 0000000..7ac190e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腰肌/x0y3.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腰肌/x0y4.svg b/SlaveMatrix/Assets/Parts/腰肌/x0y4.svg new file mode 100644 index 0000000..afe6e27 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腰肌/x0y4.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腿/part.yaml b/SlaveMatrix/Assets/Parts/腿/part.yaml new file mode 100644 index 0000000..4d1536a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腿/part.yaml @@ -0,0 +1,342 @@ +id: 腿 +original_key: 腿 +resource: 脚左 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 腿 +- name: 筋 +- name: 悪タトゥ1 +- name: 獣性 +- name: 淫タトゥ +- name: 悪タトゥ2 +- name: 鱗 +- name: 植性 +- name: 紋柄 +- name: 虫性 +- name: 傷I1 +- name: 傷I2 +- name: 傷I3 +- name: 傷I4 +- name: 傷X +- name: ハイライト1 +- name: ハイライト2 +- name: パンスト +- name: ニーハイ +joints: +- position: [ + 0.10216295016998933, + 0.11997703737946414 +] +- position: [ + 0.10188516079521114, + 0.058384593077767104 +] +- position: [ + 0.0915955515206536, + 0.03816340265978915 +] +- position: [ + -0.015762415743064875, + 0.018128981514320765 +] +- position: [ + -0.01926582675563574, + 0.018128981514320765 +] +- position: [ + 0.011207084836500604, + 0.016020138022461626 +] +- position: [ + 0.008233995425082614, + 0.016020138022461626 +] +- position: [ + 0.012794761194997162, + 0.016020138022461626 +] +- position: [ + 0.016050688793696706, + 0.016020138022461626 +] +- position: [ + 0.011681085832576175, + 0.016020138022461626 +] +- position: [ + 0.014300627509892253, + 0.016020138022461626 +] +- position: [ + 0.00978076676177844, + 0.016020138022461626 +] +- position: [ + 0.0891507417469998, + 0.08246217517021585 +] +- position: [ + 0.01812227659121462, + 0.030769673942861953 +] +- position: [ + 0.09594339033818305, + 0.08936769849032698 +] +- position: [ + 0.0988042138574902, + 0.10162164431384657 +] +- position: [ + 0.11670301015095635, + 0.12449640648144686 +] +- position: [ + 0.11309520162924983, + 0.08194202158352024 +] +- position: [ + -0.016229007219395086, + 0.006742227307192752 +] +- position: [ + -0.013767549069410415, + 0.006113765766731263 +] +- position: [ + 0.004392022010854729, + 0.011893736069954716 +] +- position: [ + 0.010271247177124377, + 0.01043860679201287 +] +- position: [ + 0.00849606243009442, + 0.013842812893134953 +] +- position: [ + 0.013135879510806532, + 0.014633081377559672 +] +- position: [ + 0.009886001552600256, + 0.01660398283158323 +] +- position: [ + 0.014366510107460519, + 0.018274500712437185 +] +- position: [ + 0.00918485200545574, + 0.016813939402919576 +] +- position: [ + 0.08584294971257815, + 0.06733437074105775 +] +- position: [ + 0.022801722676389365, + 0.01745515258394237 +] +- position: [ + 0.08496491588251111, + 0.08996805043504903 +] +- position: [ + 0.08607927005460712, + 0.1018627882588062 +] +- position: [ + 0.09841798438423188, + 0.12547234341529348 +] +- position: [ + 0.10484757588846544, + 0.09025470737431598 +] +- position: [ + -0.019680130972070206, + -0.0012366005352267148 +] +- position: [ + -0.018490151905400484, + -0.0029344448183951646 +] +- position: [ + 0.011663940856076317, + 0.0037850497278428402 +] +- position: [ + 0.016865610094649174, + 0.001438592419427651 +] +- position: [ + 0.019059719081387164, + 0.007319198916862641 +] +- position: [ + 0.024152561819570012, + 0.007287152504683026 +] +- position: [ + 0.020524287116917735, + 0.01105094709616043 +] +- position: [ + 0.025770481736482706, + 0.013071894445074136 +] +- position: [ + 0.02893946072187167, + -0.004352922853159714 +] +- position: [ + 0.07159124697769233, + 0.06473854933098129 +] +- position: [ + 0.0247841299395714, + 0.009666310603596316 +] +- position: [ + 0.0594722428388837, + 0.05806930672022015 +] +- position: [ + 0.05861490955082787, + 0.07341738284883276 +] +- position: [ + 0.1049929935928203, + 0.1243166709688388 +] +- position: [ + 0.11166855672815974, + 0.07831922309128952 +] +- position: [ + -0.018550402194782014, + 0.009800388881206164 +] +- position: [ + -0.017379750233624546, + 0.00828869669690763 +] +- position: [ + 0.010440604613960533, + 0.00551715231127042 +] +- position: [ + 0.014579421298594674, + 0.0037255830562989544 +] +- position: [ + 0.01850149480933673, + 0.007057192793775869 +] +- position: [ + 0.02334382806615002, + 0.006867061548714588 +] +- position: [ + 0.019830738234596808, + 0.01078476557688892 +] +- position: [ + 0.024432244709070343, + 0.012227198689703022 +] +- position: [ + 0.029537530851871493, + -0.00495475541821563 +] +- position: [ + 0.0803570065457647, + 0.06814674981957675 +] +- position: [ + 0.0250532018668512, + 0.024101284497408105 +] +- position: [ + 0.07738091022552766, + 0.04851844875232006 +] +- position: [ + 0.0755551046017994, + 0.06298960033150533 +] +- position: [ + 0.09065113955008722, + 0.12258371717114297 +] +- position: [ + 0.10037785121951065, + 0.06703743737033799 +] +- position: [ + -0.01304169351114775, + 0.011997320228242212 +] +- position: [ + -0.01143456692314453, + 0.010809104893445522 +] +- position: [ + 0.00809193954755268, + 0.007018793274300344 +] +- position: [ + 0.011756847340786792, + 0.005663570313559356 +] +- position: [ + 0.017695582576929735, + 0.007776172611462278 +] +- position: [ + 0.02278691807533121, + 0.007899822022139421 +] +- position: [ + 0.01741229645212281, + 0.01168435306998172 +] +- position: [ + 0.020966529328990395, + 0.013895457178569097 +] +- position: [ + 0.025556368614415955, + -0.006715244557272128 +] +- position: [ + 0.04955233858352118, + 0.01854413849226631 +] +- position: [ + 0.0950144461972753, + 0.049383415227743074 +] +- position: [ + 0.09111215942581752, + 0.07483052524104919 +] diff --git a/SlaveMatrix/Assets/Parts/腿/x0y0.svg b/SlaveMatrix/Assets/Parts/腿/x0y0.svg new file mode 100644 index 0000000..71f7bce --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腿/x0y0.svg @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腿/x0y1.svg b/SlaveMatrix/Assets/Parts/腿/x0y1.svg new file mode 100644 index 0000000..459f985 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腿/x0y1.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腿/x0y2.svg b/SlaveMatrix/Assets/Parts/腿/x0y2.svg new file mode 100644 index 0000000..c8ffebe --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腿/x0y2.svg @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腿/x0y3.svg b/SlaveMatrix/Assets/Parts/腿/x0y3.svg new file mode 100644 index 0000000..4d52331 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腿/x0y3.svg @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/腿/x0y4.svg b/SlaveMatrix/Assets/Parts/腿/x0y4.svg new file mode 100644 index 0000000..c2abe0f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/腿/x0y4.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/膣内精液/part.yaml b/SlaveMatrix/Assets/Parts/膣内精液/part.yaml new file mode 100644 index 0000000..1ea3693 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/膣内精液/part.yaml @@ -0,0 +1,26 @@ +id: 膣内精液 +original_key: 膣内精液 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 精液 +- name: 血液1 +- name: 血液2 +joints: +- position: [ + 0.028039807365455173, + 0.030295385812669835 +] +- position: [ + 0.03501416543535649, + 0.03029538581266983 +] +- position: [ + 0.03152698640040582, + 0.020341293057530664 +] diff --git a/SlaveMatrix/Assets/Parts/膣内精液/x0y0.svg b/SlaveMatrix/Assets/Parts/膣内精液/x0y0.svg new file mode 100644 index 0000000..6d49df0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/膣内精液/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/膣基/part.yaml b/SlaveMatrix/Assets/Parts/膣基/part.yaml new file mode 100644 index 0000000..8456781 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/膣基/part.yaml @@ -0,0 +1,11 @@ +id: 膣基 +original_key: 膣基 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 膣基 diff --git a/SlaveMatrix/Assets/Parts/膣基/x0y0.svg b/SlaveMatrix/Assets/Parts/膣基/x0y0.svg new file mode 100644 index 0000000..6a134df --- /dev/null +++ b/SlaveMatrix/Assets/Parts/膣基/x0y0.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/舌/part.yaml b/SlaveMatrix/Assets/Parts/舌/part.yaml new file mode 100644 index 0000000..f9862d1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/舌/part.yaml @@ -0,0 +1,83 @@ +id: 舌 +original_key: 舌 +resource: 胴体 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 舌1 +- name: 舌2 +- name: 舌3 +- name: 舌4 +- name: 舌5 +joints: +- position: [ + 0.011646590846931888, + 0.011700728752832373 +] +- position: [ + 0.011646590846931888, + 0.01156070146961739 +] +- position: [ + 0.01164659084693189, + 0.011434676914723906 +] +- position: [ + 0.01164659084693189, + 0.01132125481531977 +] +- position: [ + 0.01164659084693189, + 0.011219174925856045 +] +- position: [ + 0.011646590846931882, + 0.014543706927197192 +] +- position: [ + 0.011646590846931882, + 0.014119381826545728 +] +- position: [ + 0.011646590846931882, + 0.01373748923595941 +] +- position: [ + 0.011646590846931882, + 0.013393785904431726 +] +- position: [ + 0.010746073886327045, + 0.013114815134622544 +] +- position: [ + 0.012547107807536735, + 0.013114815134622544 +] +- position: [ + 0.011646590846931882, + 0.012657817590968458 +] +- position: [ + 0.011646590846931882, + 0.012422081423939866 +] +- position: [ + 0.011646590846931882, + 0.012209918873614134 +] +- position: [ + 0.011646590846931882, + 0.012018972578320974 +] +- position: [ + 0.011646590846931882, + 0.011847120912557133 +] diff --git a/SlaveMatrix/Assets/Parts/舌/x0y0.svg b/SlaveMatrix/Assets/Parts/舌/x0y0.svg new file mode 100644 index 0000000..a8d80eb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/舌/x0y0.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/舌/x0y1.svg b/SlaveMatrix/Assets/Parts/舌/x0y1.svg new file mode 100644 index 0000000..ce9007e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/舌/x0y1.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/葉/part.yaml b/SlaveMatrix/Assets/Parts/葉/part.yaml new file mode 100644 index 0000000..2acbbbd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/part.yaml @@ -0,0 +1,36 @@ +id: 葉 +original_key: 葉 +resource: 肢左 +morph_x: 2 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +fields: +- name: 葉 +- name: 葉脈 +joints: +- position: [ + 0.011628401968068896, + 0.02014601754626799 +] +- position: [ + 0.011628401968068889, + -0.004161837954568095 +] diff --git a/SlaveMatrix/Assets/Parts/葉/x0y0.svg b/SlaveMatrix/Assets/Parts/葉/x0y0.svg new file mode 100644 index 0000000..d73e331 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/x0y0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/葉/x0y1.svg b/SlaveMatrix/Assets/Parts/葉/x0y1.svg new file mode 100644 index 0000000..de5347f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/x0y1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/葉/x0y2.svg b/SlaveMatrix/Assets/Parts/葉/x0y2.svg new file mode 100644 index 0000000..8b7808d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/x0y2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/葉/x1y0.svg b/SlaveMatrix/Assets/Parts/葉/x1y0.svg new file mode 100644 index 0000000..f038813 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/x1y0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/葉/x1y1.svg b/SlaveMatrix/Assets/Parts/葉/x1y1.svg new file mode 100644 index 0000000..420c8ef --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/x1y1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/葉/x1y2.svg b/SlaveMatrix/Assets/Parts/葉/x1y2.svg new file mode 100644 index 0000000..30e985b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/葉/x1y2.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/虫鎌/part.yaml b/SlaveMatrix/Assets/Parts/虫鎌/part.yaml new file mode 100644 index 0000000..36f0b7e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/虫鎌/part.yaml @@ -0,0 +1,86 @@ +id: 虫鎌 +original_key: 虫鎌 +resource: 肢左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 虫鎌節 +- name: 虫棘1 +- name: 虫棘2 +- name: 虫棘3 +- name: 虫棘4 +- name: 虫鎌1 +- name: 虫鎌2 +- name: 虫鎌3 +- name: 虫孔1 +- name: 虫孔2 +- name: 輪 +joints: +- position: [ + 0.040429841782210346, + 0.04112622562174576 +] +- position: [ + 0.10042485333246497, + 0.09576671578447664 +] +- position: [ + 0.10743909923789968, + 0.09687541814411575 +] +- position: [ + 0.11405107453711733, + 0.09860267811938059 +] +- position: [ + 0.12046872569715106, + 0.10058650533665284 +] +- position: [ + 0.08774229568684476, + 0.09802160550018327 +] +- position: [ + 0.08939969953595228, + 0.09231701564736337 +] +- position: [ + 0.09163030316620278, + 0.09526012646809125 +] +- position: [ + 0.11257627964375291, + 0.09694860470831554 +] +- position: [ + 0.011152769902399134, + 0.01499698157141957 +] +- position: [ + 0.011152769902399133, + 0.0029318538595546517 +] +- position: [ + 0.011152769902399134, + 0.024586555687887732 +] +- position: [ + 0.011152769902399133, + -0.0022810158830894735 +] +- position: [ + 0.007758324996586714, + 0.012733994044781134 +] +- position: [ + 0.009906215631991285, + 0.011300670369192287 +] +- position: [ + 0.00561043436118202, + 0.004215979623981122 +] diff --git a/SlaveMatrix/Assets/Parts/虫鎌/x0y0.svg b/SlaveMatrix/Assets/Parts/虫鎌/x0y0.svg new file mode 100644 index 0000000..d100439 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/虫鎌/x0y0.svg @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/虫顎/part.yaml b/SlaveMatrix/Assets/Parts/虫顎/part.yaml new file mode 100644 index 0000000..2b99e39 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/虫顎/part.yaml @@ -0,0 +1,88 @@ +id: 虫顎 +original_key: 虫顎 +resource: 肢左 +morph_x: 2 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +fields: +- name: 顎 +- name: 節 +- name: 牙 +joints: +- position: [ + 0.016024151425233186, + 0.02069910631105899 +] +- position: [ + 0.01673792698586274, + 0.02022208689283709 +] +- position: [ + 0.016537200916656534, + 0.018450694378269978 +] +- position: [ + 0.03221474363901859, + 0.03379225327609791 +] +- position: [ + 0.02928913882352495, + 0.053880697500981733 +] +- position: [ + 0.03193403153806857, + 0.061281186848646224 +] +- position: [ + 0.035539486884306686, + 0.06744109178239681 +] +- position: [ + 0.02477504711740627, + 0.052023362588319105 +] +- position: [ + 0.0093312044833953, + 0.011152769902399133 +] +- position: [ + 0.01504822043049015, + 0.011152769902399131 +] +- position: [ + 0.004787220411367407, + 0.011152769902399131 +] +- position: [ + 0.017518319393430855, + 0.011152769902399133 +] +- position: [ + 0.005400622701565017, + 0.007758324996586711 +] +- position: [ + 0.008227688436179837, + 0.007758324996586711 +] +- position: [ + 0.007288961556993493, + 0.00775832499658671 +] +- position: [ + 0.022768008876820803, + 0.04644308609615801 +] +- position: [ + 0.008737147728355139, + 0.023890166821240077 +] diff --git a/SlaveMatrix/Assets/Parts/虫顎/x0y0.svg b/SlaveMatrix/Assets/Parts/虫顎/x0y0.svg new file mode 100644 index 0000000..991d449 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/虫顎/x0y0.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/虫顎/x1y0.svg b/SlaveMatrix/Assets/Parts/虫顎/x1y0.svg new file mode 100644 index 0000000..f1fa45a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/虫顎/x1y0.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/虫顎/x1y1.svg b/SlaveMatrix/Assets/Parts/虫顎/x1y1.svg new file mode 100644 index 0000000..e08f0d2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/虫顎/x1y1.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/衝撃/part.yaml b/SlaveMatrix/Assets/Parts/衝撃/part.yaml new file mode 100644 index 0000000..838c13a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/衝撃/part.yaml @@ -0,0 +1,11 @@ +id: 衝撃 +original_key: 衝撃 +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 衝撃 diff --git a/SlaveMatrix/Assets/Parts/衝撃/x0y0.svg b/SlaveMatrix/Assets/Parts/衝撃/x0y0.svg new file mode 100644 index 0000000..66341b5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/衝撃/x0y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/part.yaml b/SlaveMatrix/Assets/Parts/角/part.yaml new file mode 100644 index 0000000..524b0af --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/part.yaml @@ -0,0 +1,133 @@ +id: 角 +original_key: 角 +resource: 肢中 +morph_x: 3 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 2 + y: 0 + file: x2y0.svg +- x: 2 + y: 1 + file: x2y1.svg +fields: +- name: 根 +- name: 線1 +- name: 線2 +- name: 線3 +- name: 線4 +- name: 線5 +- name: 線6 +- name: 線7 +- name: 線8 +- name: 線9 +- name: 線10 +joints: +- position: [ + 0.32481493678883067, + 0.33468553369326365 +] +- position: [ + 0.3248149367888307, + 0.3221551263872467 +] +- position: [ + 0.32481493678883067, + 0.3104412663702116 +] +- position: [ + 0.3248149367888307, + 0.29894904707949793 +] +- position: [ + 0.32481493678883067, + 0.29019187312099204 +] +- position: [ + 0.32481493678883067, + 0.3284203300402552 +] +- position: [ + 0.32481493678883067, + 0.31629819637872925 +] +- position: [ + 0.32481493678883067, + 0.3046951567248547 +] +- position: [ + 0.32481493678883067, + 0.2945704601002449 +] +- position: [ + 0.3248149367888306, + 0.3408438036229669 +] +- position: [ + 0.3246452718208477, + 0.3193745014578829 +] +- position: [ + 0.34752222038216657, + 0.3655380664054311 +] +- position: [ + 0.34752222038216657, + 0.3606242555131382 +] +- position: [ + 0.3475222203821666, + 0.35627606066327266 +] +- position: [ + 0.34752222038216657, + 0.35241432007074136 +] +- position: [ + 0.34752222038216657, + 0.3485231548966867 +] +- position: [ + 0.3475224974438313, + 0.3563110383721384 +] +- position: [ + 0.34752249744383124, + 0.3543358049656544 +] +- position: [ + 0.009021874219246781, + 0.015325639775249068 +] +- position: [ + 0.015203963214230077, + 0.015325639775249058 +] +- position: [ + 0.008462213066548669, + 0.01895600426810253 +] +- position: [ + 0.01576362436692819, + 0.01895600426810252 +] +- position: [ + 0.012112918716738424, + -0.01873652042677082 +] +- position: [ + 0.012058626265617052, + -0.00742210271899751 +] diff --git a/SlaveMatrix/Assets/Parts/角/x0y0.svg b/SlaveMatrix/Assets/Parts/角/x0y0.svg new file mode 100644 index 0000000..4bf6a98 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x0y0.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x0y1.svg b/SlaveMatrix/Assets/Parts/角/x0y1.svg new file mode 100644 index 0000000..7977d72 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x0y1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x1y0.svg b/SlaveMatrix/Assets/Parts/角/x1y0.svg new file mode 100644 index 0000000..9d79acf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x1y0.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x1y1.svg b/SlaveMatrix/Assets/Parts/角/x1y1.svg new file mode 100644 index 0000000..b5ec18a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x1y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x2y0.svg b/SlaveMatrix/Assets/Parts/角/x2y0.svg new file mode 100644 index 0000000..c87d7e2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x2y0.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x2y1.svg b/SlaveMatrix/Assets/Parts/角/x2y1.svg new file mode 100644 index 0000000..5046605 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x2y1.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x3y0.svg b/SlaveMatrix/Assets/Parts/角/x3y0.svg new file mode 100644 index 0000000..885a4c5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x3y0.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x3y1.svg b/SlaveMatrix/Assets/Parts/角/x3y1.svg new file mode 100644 index 0000000..6e2a348 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x3y1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x4y0.svg b/SlaveMatrix/Assets/Parts/角/x4y0.svg new file mode 100644 index 0000000..310b572 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x4y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x4y1.svg b/SlaveMatrix/Assets/Parts/角/x4y1.svg new file mode 100644 index 0000000..1c3fe4d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x4y1.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x5y0.svg b/SlaveMatrix/Assets/Parts/角/x5y0.svg new file mode 100644 index 0000000..b2d84ec --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x5y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x5y1.svg b/SlaveMatrix/Assets/Parts/角/x5y1.svg new file mode 100644 index 0000000..1c474dc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x5y1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x6y0.svg b/SlaveMatrix/Assets/Parts/角/x6y0.svg new file mode 100644 index 0000000..9cb88d6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x6y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x6y1.svg b/SlaveMatrix/Assets/Parts/角/x6y1.svg new file mode 100644 index 0000000..93a7a58 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x6y1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x7y0.svg b/SlaveMatrix/Assets/Parts/角/x7y0.svg new file mode 100644 index 0000000..84cf7d1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x7y0.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x7y1.svg b/SlaveMatrix/Assets/Parts/角/x7y1.svg new file mode 100644 index 0000000..4e5dec9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x7y1.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x8y0.svg b/SlaveMatrix/Assets/Parts/角/x8y0.svg new file mode 100644 index 0000000..fe552ce --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x8y0.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x8y1.svg b/SlaveMatrix/Assets/Parts/角/x8y1.svg new file mode 100644 index 0000000..b236719 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x8y1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x9y0.svg b/SlaveMatrix/Assets/Parts/角/x9y0.svg new file mode 100644 index 0000000..1d04bbd --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x9y0.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/角/x9y1.svg b/SlaveMatrix/Assets/Parts/角/x9y1.svg new file mode 100644 index 0000000..841fcaa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/角/x9y1.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触手/part.yaml b/SlaveMatrix/Assets/Parts/触手/part.yaml new file mode 100644 index 0000000..7975464 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触手/part.yaml @@ -0,0 +1,2019 @@ +id: 触手 +original_key: 触手 +resource: 肢左 +morph_x: 1 +morph_y: 4 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +fields: +- name: 節1 +- name: 節2 +- name: 節3 +- name: 節4 +- name: 節5 +- name: 節6 +- name: 節7 +- name: 節8 +- name: 輪1 +- name: 節9 +- name: 節10 +- name: 節11 +- name: 節12 +- name: 節13 +- name: 節14 +- name: 節15 +- name: 節16 +- name: 節17 +- name: 節18 +- name: 節19 +- name: 輪2 +- name: 節20 +- name: 節21 +- name: 節22 +- name: 節23 +- name: 節24 +- name: 節25 +- name: 節26 +- name: 節27 +- name: 節28 +- name: 節29 +- name: 節30 +- name: 節31 +- name: 節32 +- name: 節33 +- name: 節34 +- name: 節35 +- name: 節36 +- name: 節37 +- name: 節38 +- name: 節39 +- name: 節40 +- name: 節41 +joints: +- position: [ + 0.11242255231848172, + 0.09701541640395386 +] +- position: [ + 0.12317498314969823, + 0.09163999955265763 +] +- position: [ + 0.10586331421360369, + 0.09887881966042433 +] +- position: [ + 0.11242255231848167, + 0.11490266777678514 +] +- position: [ + 0.11242255231848172, + 0.09691464558375618 +] +- position: [ + 0.1226373616081374, + 0.09180799957502475 +] +- position: [ + 0.10619127611884759, + 0.09868487867740311 +] +- position: [ + 0.11242255231848167, + 0.11390753438794587 +] +- position: [ + 0.11242255231848172, + 0.09681891330456836 +] +- position: [ + 0.12212662114365462, + 0.09196759959627351 +] +- position: [ + 0.1065028399288293, + 0.09850063474353295 +] +- position: [ + 0.11242255231848167, + 0.11296215766854859 +] +- position: [ + 0.11242255231848172, + 0.09672796763933994 +] +- position: [ + 0.12164141770239598, + 0.09211921961645984 +] +- position: [ + 0.10679882554831191, + 0.0983256030063563 +] +- position: [ + 0.11242255231848167, + 0.11206404978512116 +] +- position: [ + 0.11242255231848172, + 0.09664156925737294 +] +- position: [ + 0.12118047443320026, + 0.09226325863563685 +] +- position: [ + 0.1070800118868204, + 0.09815932285603848 +] +- position: [ + 0.11242255231848167, + 0.1112108472958651 +] +- position: [ + 0.11242255231848172, + 0.0965594907945043 +] +- position: [ + 0.12074257832746434, + 0.092400095703855 +] +- position: [ + 0.10734713890840346, + 0.09800135671323656 +] +- position: [ + 0.11242255231848167, + 0.11040030493107184 +] +- position: [ + 0.11242255231848172, + 0.09648151625477908 +] +- position: [ + 0.1203265770270152, + 0.09253009091866225 +] +- position: [ + 0.10760090957890737, + 0.09785128887757473 +] +- position: [ + 0.11242255231848167, + 0.10963028968451824 +] +- position: [ + 0.11242255231848168, + 0.10235084546641224 +] +- position: [ + 0.11242255231848172, + 0.09640744044204012 +] +- position: [ + 0.11993137579158852, + 0.09265358637272914 +] +- position: [ + 0.10784199171588608, + 0.09770872443369599 +] +- position: [ + 0.11242255231848167, + 0.10889877520029233 +] +- position: [ + 0.00804595848633579, + 0.011152769902399133 +] +- position: [ + 0.01779674219410066, + 0.011152769902399133 +] +- position: [ + 0.00029586538393892457, + 0.011152769902399133 +] +- position: [ + 0.02200967442085934, + 0.011152769902399133 +] +- position: [ + 0.0037370934067501144, + 0.007758324996586711 +] +- position: [ + 0.007043366238983106, + 0.0077583249965867095 +] +- position: [ + 0.00847328375419023, + 0.0077583249965867095 +] +- position: [ + 0.11242255231848172, + 0.09633706841993812 +] +- position: [ + 0.11955593461793318, + 0.09277090705409267 +] +- position: [ + 0.10807101974601586, + 0.0975732882120112 +] +- position: [ + 0.11242255231848167, + 0.10820383644027771 +] +- position: [ + 0.11242255231848172, + 0.09627021499894121 +] +- position: [ + 0.1191992655029606, + 0.09288236170138804 +] +- position: [ + 0.10828859637463915, + 0.09744462380141064 +] +- position: [ + 0.11242255231848167, + 0.10754364461826382 +] +- position: [ + 0.11242255231848172, + 0.09620670424899415 +] +- position: [ + 0.11886042984373665, + 0.09298824361631863 +] +- position: [ + 0.10849529417183128, + 0.09732239261134011 +] +- position: [ + 0.11242255231848167, + 0.10691646238735063 +] +- position: [ + 0.11242255231848172, + 0.09614636903654444 +] +- position: [ + 0.11853853596747391, + 0.0930888314355027 +] +- position: [ + 0.1086916570791638, + 0.09720627298077311 +] +- position: [ + 0.11242255231848167, + 0.10632063926798309 +] +- position: [ + 0.11242255231848172, + 0.09608905058471721 +] +- position: [ + 0.1182327367850243, + 0.09318438986372757 +] +- position: [ + 0.10887820184112969, + 0.09709595933173445 +] +- position: [ + 0.11242255231848167, + 0.10575460730458393 +] +- position: [ + 0.11242255231848172, + 0.09603459805548135 +] +- position: [ + 0.11794222756169717, + 0.09327517037054119 +] +- position: [ + 0.10905541936499728, + 0.09699116136514774 +] +- position: [ + 0.11242255231848167, + 0.10521687693935473 +] +- position: [ + 0.11242255231848172, + 0.09598286815270729 +] +- position: [ + 0.1176662437995364, + 0.09336141185201413 +] +- position: [ + 0.1092237760126715, + 0.09689160329689035 +] +- position: [ + 0.11242255231848167, + 0.10470603309238699 +] +- position: [ + 0.11242255231848172, + 0.09593372474507192 +] +- position: [ + 0.11740405922548366, + 0.09344334125941342 +] +- position: [ + 0.10938371482796201, + 0.09679702313204583 +] +- position: [ + 0.11242255231848167, + 0.10422073143776764 +] +- position: [ + 0.11242255231848172, + 0.09588703850781832 +] +- position: [ + 0.11715498388013357, + 0.09352117419644275 +] +- position: [ + 0.109535656702488, + 0.09670717197544354 +] +- position: [ + 0.11242255231848167, + 0.10375969486587926 +] +- position: [ + 0.11242255231848172, + 0.09584268658242741 +] +- position: [ + 0.11691836230205098, + 0.09359511548662061 +] +- position: [ + 0.10968000148328767, + 0.09662181337667136 +] +- position: [ + 0.11242255231848167, + 0.10332171012258529 +] +- position: [ + 0.1124225523184817, + 0.09918116157960527 +] +- position: [ + 0.11242255231848172, + 0.09580055225330604 +] +- position: [ + 0.11669357180287251, + 0.09366535971228958 +] +- position: [ + 0.10981712902504738, + 0.0965407227078378 +] +- position: [ + 0.11242255231848167, + 0.10290562461645603 +] +- position: [ + 0.009375746419809742, + 0.011152769902399133 +] +- position: [ + 0.01495296669547869, + 0.011152769902399133 +] +- position: [ + 0.004942874387729985, + 0.011152769902399133 +] +- position: [ + 0.01736266541706828, + 0.011152769902399133 +] +- position: [ + 0.005458274556729498, + 0.007758324996586711 +] +- position: [ + 0.008268732721960487, + 0.007758324996586711 +] +- position: [ + 0.0072479172712128425, + 0.007758324996586711 +] +- position: [ + 0.11242255231848172, + 0.09576052464064073 +] +- position: [ + 0.11648002082865297, + 0.0937320917266751 +] +- position: [ + 0.1099474001897191, + 0.0964636865724459 +] +- position: [ + 0.11242255231848167, + 0.10251034338563322 +] +- position: [ + 0.11242255231848172, + 0.09572249840860869 +] +- position: [ + 0.1162771474031444, + 0.09379548714034135 +] +- position: [ + 0.11007115779615723, + 0.0963905022438236 +] +- position: [ + 0.11242255231848167, + 0.10213482621635156 +] +- position: [ + 0.11242255231848172, + 0.09568637348817825 +] +- position: [ + 0.11608441764891127, + 0.09385571278332427 +] +- position: [ + 0.11018872752227345, + 0.09632097713163243 +] +- position: [ + 0.11242255231848167, + 0.10177808490553399 +] +- position: [ + 0.11242255231848172, + 0.09565205481376934 +] +- position: [ + 0.11590132438238979, + 0.09391292714415805 +] +- position: [ + 0.11030041876208387, + 0.0962549282750508 +] +- position: [ + 0.11242255231848167, + 0.10143918066025728 +] +- position: [ + 0.11242255231848172, + 0.09561945207308088 +] +- position: [ + 0.11572738577919438, + 0.09396728078695014 +] +- position: [ + 0.11040652543990376, + 0.09619218186129827 +] +- position: [ + 0.11242255231848167, + 0.10111722162724442 +] +- position: [ + 0.11242255231848172, + 0.09558847946942683 +] +- position: [ + 0.11556214410615874, + 0.09401891674760264 +] +- position: [ + 0.11050732678383265, + 0.09613257276823335 +] +- position: [ + 0.11242255231848167, + 0.10081136054588219 +] +- position: [ + 0.11242255231848172, + 0.09555905549595549 +] +- position: [ + 0.11540516451677489, + 0.09406797091022251 +] +- position: [ + 0.11060308806056511, + 0.09607594412982168 +] +- position: [ + 0.11242255231848167, + 0.10052079251858807 +] +- position: [ + 0.11242255231848172, + 0.09553110272115771 +] +- position: [ + 0.11525603390686023, + 0.09411457236471138 +] +- position: [ + 0.11069406127346094, + 0.0960221469233306 +] +- position: [ + 0.11242255231848167, + 0.10024475289265866 +] +- position: [ + 0.11242255231848172, + 0.09550454758509982 +] +- position: [ + 0.11511435982744131, + 0.0941588437464758 +] +- position: [ + 0.11078048582571198, + 0.09597103957716406 +] +- position: [ + 0.11242255231848167, + 0.09998251524802573 +] +- position: [ + 0.11242255231848172, + 0.09547932020584483 +] +- position: [ + 0.11497976945199333, + 0.09420090155915202 +] +- position: [ + 0.11086258915035047, + 0.09592248759830586 +] +- position: [ + 0.11242255231848167, + 0.09973338948562445 +] +- position: [ + 0.11242255231848172, + 0.0954553541955526 +] +- position: [ + 0.11485190859531774, + 0.09424085648119442 +] +- position: [ + 0.11094058730875703, + 0.09587636321839058 +] +- position: [ + 0.11242255231848167, + 0.09949672001134323 +] +- position: [ + 0.11242255231848172, + 0.09543258648577496 +] +- position: [ + 0.11473044078147594, + 0.0942788136571347 +] +- position: [ + 0.11101468555924326, + 0.09583254505747105 +] +- position: [ + 0.11242255231848167, + 0.09927188401077607 +] +- position: [ + 0.11242255231848172, + 0.09541095716148622 +] +- position: [ + 0.11461504635832623, + 0.09431487297427796 +] +- position: [ + 0.11108507889720519, + 0.09579091780459749 +] +- position: [ + 0.11242255231848167, + 0.09905828981023726 +] +- position: [ + 0.11242255231848172, + 0.0953904093034119 +] +- position: [ + 0.114505421656334, + 0.09434912932556407 +] +- position: [ + 0.11115195256826901, + 0.09575137191436761 +] +- position: [ + 0.11242255231848167, + 0.0988553753197254 +] +- position: [ + 0.11242255231848172, + 0.09537088883824131 +] +- position: [ + 0.11440127818944139, + 0.09438167285928586 +] +- position: [ + 0.11121548255577965, + 0.09571380331864923 +] +- position: [ + 0.11242255231848167, + 0.09866260655373912 +] +- position: [ + 0.11242255231848172, + 0.09535234439632924 +] +- position: [ + 0.1143023418958934, + 0.09441258921632158 +] +- position: [ + 0.11127583604391475, + 0.09567811315271676 +] +- position: [ + 0.11242255231848167, + 0.09847947622605217 +] +- position: [ + 0.11242255231848172, + 0.09533472717651277 +] +- position: [ + 0.11420835241702282, + 0.0944419597555055 +] +- position: [ + 0.11133317185764309, + 0.09564420749508093 +] +- position: [ + 0.11242255231848167, + 0.09830550241474956 +] +- position: [ + 0.11242255231848172, + 0.09531799081768713 +] +- position: [ + 0.11411906241209577, + 0.09446986176773023 +] +- position: [ + 0.11138764088068502, + 0.09561199712032688 +] +- position: [ + 0.11242255231848167, + 0.09814022729401208 +] +- position: [ + 0.11242255231848172, + 0.09530209127680278 +] +- position: [ + 0.11403423690741506, + 0.09449636867934372 +] +- position: [ + 0.11143938645257485, + 0.09558139726431053 +] +- position: [ + 0.11242255231848167, + 0.09798321592931147 +] +- position: [ + 0.11242255231848172, + 0.09528698671296264 +] +- position: [ + 0.11395365267796839, + 0.09452155024537653 +] +- position: [ + 0.1114885447458702, + 0.095552327401095 +] +- position: [ + 0.11242255231848167, + 0.0978340551328459 +] +- position: [ + 0.11242255231848172, + 0.0952726373773145 +] +- position: [ + 0.11387709765999406, + 0.0945454727331077 +] +- position: [ + 0.11153524512450076, + 0.09552471103104025 +] +- position: [ + 0.11242255231848167, + 0.0976923523762036 +] +- position: [ + 0.11242255231848172, + 0.09525900550844878 +] +- position: [ + 0.11380437039291844, + 0.09456819909645232 +] +- position: [ + 0.11157961048419981, + 0.09549847547948824 +] +- position: [ + 0.09500000000000001, + 0.08014987371160603 +] +- position: [ + 0.09225779088244444, + 0.06756345878288811 +] +- position: [ + 0.09500000000000001, + 0.06989726732613935 +] +- position: [ + 0.007800177579553504, + 0.011152769902399133 +] +- position: [ + 0.01832234909963982, + 0.011152769902399133 +] +- position: [ + -0.000563028021563305, + 0.011152769902399133 +] +- position: [ + 0.022868567826361562, + 0.011152769902399133 +] +- position: [ + 0.0034189724093115427, + 0.007758324996586713 +] +- position: [ + 0.006816885250740104, + 0.0077583249965867095 +] +- position: [ + 0.008699764742433235, + 0.007758324996586708 +] +- position: [ + 0.05619588048696856, + 0.03356902708504491 +] +- position: [ + 0.06450805681907526, + 0.01713704115584846 +] +- position: [ + 0.05672481239447818, + 0.013275378726945945 +] +- position: [ + 0.04935859963884092, + 0.01885589565868595 +] +- position: [ + 0.05619588048696858, + 0.03284683117084802 +] +- position: [ + 0.06678715043511776, + 0.011510468099531846 +] +- position: [ + 0.05786435920249943, + 0.0076488056706293045 +] +- position: [ + 0.04707950602279841, + 0.013229322602369309 +] +- position: [ + 0.05619588048696845, + 0.055353130395808844 +] +- position: [ + 0.06982592980651259, + 0.03401676732449271 +] +- position: [ + 0.059383748888196856, + 0.030155104895590177 +] +- position: [ + 0.04404072665140368, + 0.035735621827330186 +] +- position: [ + 0.05619588048696847, + 0.055353130395808844 +] +- position: [ + 0.06982593011358265, + 0.03401676732449271 +] +- position: [ + 0.05877868239863744, + 0.030155104895590177 +] +- position: [ + 0.0440407263443338, + 0.035735621827330186 +] +- position: [ + 0.05619588048696845, + 0.05044875082993526 +] +- position: [ + 0.06678714157792387, + 0.03401676337542518 +] +- position: [ + 0.05725928813080797, + 0.030034086092590163 +] +- position: [ + 0.047079514879992415, + 0.03573561787826266 +] +- position: [ + 0.05619588048696845, + 0.046770466829360306 +] +- position: [ + 0.06423599519478843, + 0.03437950258795695 +] +- position: [ + 0.055938872460121955, + 0.02962610324273069 +] +- position: [ + 0.049358606281736425, + 0.03573561711560587 +] +- position: [ + 0.05619588048696845, + 0.044011753828929114 +] +- position: [ + 0.06279873162487179, + 0.0340167620407758 +] +- position: [ + 0.05555628821257598, + 0.02996617168347367 +] +- position: [ + 0.05106792483304443, + 0.03573561654361328 +] +- position: [ + 0.05619588048696845, + 0.0419427190786057 +] +- position: [ + 0.061177251445120304, + 0.0348897391536196 +] +- position: [ + 0.05559948483372604, + 0.03119340658298443 +] +- position: [ + 0.05234991374652543, + 0.03573561611461884 +] +- position: [ + 0.05619588048696845, + 0.04039094301586316 +] +- position: [ + 0.059915217932261775, + 0.03568660059532807 +] +- position: [ + 0.055408838544791124, + 0.03284907384878884 +] +- position: [ + 0.05331140543163618, + 0.03573561579287299 +] +- position: [ + 0.05901028729342737, + 0.036900218440294404 +] +- position: [ + 0.05541789728503687, + 0.03500483856133916 +] +- position: [ + 0.05403252419546925, + 0.03573561555156361 +] +- position: [ + 0.004842708565476266, + 0.021601370256813586 +] +- position: [ + 0.0030629529292187842, + 0.024427417260854907 +] +- position: [ + 0.00045750353313345714, + 0.024135275802815083 +] +- position: [ + -0.002042542876352242, + 0.0443046638628598 +] +- position: [ + 0.04868091497502291, + 0.04162555830672755 +] +- position: [ + 0.022741126076527257, + 0.06841173049779459 +] +- position: [ + 0.0827018439791075, + 0.06667571137061917 +] +- position: [ + 0.02765691294812163, + 0.0689295490507037 +] +- position: [ + 0.017985615567306934, + 0.02455262283427858 +] +- position: [ + 0.01626083533274647, + 0.019681282436075358 +] +- position: [ + 0.01590446930255221, + 0.01458501077303824 +] +- position: [ + 0.017045042930236905, + 0.011101807461344568 +] +- position: [ + 0.026677625277046646, + 0.02352942731700764 +] +- position: [ + 0.028773820981332292, + 0.015496934141506324 +] +- position: [ + 0.008771595510925998, + 0.010338134280577822 +] +- position: [ + 0.01744124420139486, + 0.00875388563801317 +] +- position: [ + 0.006359610362011086, + 0.008227926819612019 +] +- position: [ + 0.0063790269592448705, + 0.008377330497255543 +] +- position: [ + 0.006362449357946486, + 0.008257934018424805 +] +- position: [ + 0.0069485016477075865, + 0.010338134280577822 +] +- position: [ + 0.017785562510793666, + 0.008357823477372005 +] +- position: [ + 0.005929444936754277, + 0.008264840508755445 +] +- position: [ + 0.005953715683296508, + 0.00845159510580985 +] +- position: [ + 0.005932993681673529, + 0.008302349507271427 +] +- position: [ + 0.004277656364750545, + 0.00800335664546779 +] +- position: [ + 0.0044274331256259555, + 0.007990904096104012 +] +- position: [ + 0.022960476414088545, + 0.027644141869243535 +] +- position: [ + 0.022814598538016467, + 0.02771308633512949 +] +- position: [ + 0.06233091277645009, + 0.06358253573508325 +] +- position: [ + 0.06233342006034194, + 0.05847272128731072 +] +- position: [ + 0.06226130425488717, + 0.06403074991259802 +] +- position: [ + 0.0620106669733823, + 0.05875629018278959 +] +- position: [ + 0.06183093732159729, + 0.0645365508549981 +] +- position: [ + 0.061687014430471254, + 0.05907215530447307 +] +- position: [ + 0.06211969249944391, + 0.0650914965122766 +] +- position: [ + 0.061381229566309814, + 0.05965397946583026 +] +- position: [ + 0.06230795364681206, + 0.0659646224887871 +] +- position: [ + 0.06105840868551175, + 0.059929158568958585 +] +- position: [ + 0.062389520671634266, + 0.0667378646081325 +] +- position: [ + 0.06066432376309297, + 0.05971922263599955 +] +- position: [ + 0.06169435912278666, + 0.06690337427460863 +] +- position: [ + 0.06024917616964022, + 0.05913130442084974 +] +- position: [ + 0.06107722753114206, + 0.06674829893040249 +] +- position: [ + 0.0598408346387731, + 0.05882164183421684 +] +- position: [ + 0.060269242064056705, + 0.06683209129489089 +] +- position: [ + 0.03353701891918625, + 0.034276606739995406 +] +- position: [ + 0.03283468202817004, + 0.03442813606935311 +] +- position: [ + 0.031980429970035903, + 0.03414886058051462 +] +- position: [ + 0.031053722175574484, + 0.0335512615907531 +] +- position: [ + 0.011152769902399133, + 0.008659745807340302 +] +- position: [ + 0.011152769902399133, + 0.016484146929171814 +] +- position: [ + 0.011152769902399131, + 0.002440775211530328 +] +- position: [ + 0.011152769902399134, + 0.019864764593267942 +] +- position: [ + 0.007758324996586709, + 0.004531535242486619 +] +- position: [ + 0.009906215631991296, + 0.005461065343042148 +] +- position: [ + 0.005610434361182031, + 0.010055584650131292 +] +- position: [ + 0.1784881998579907, + 0.16362360200839804 +] +- position: [ + 0.1784881998579907, + 0.18027639799160186 +] +- position: [ + 0.03379168046519759, + 0.0476089532693384 +] +- position: [ + 0.04236810814157241, + 0.0476089532693384 +] +- position: [ + 0.032929014394115344, + 0.03820351741508584 +] +- position: [ + 0.03292901439411534, + 0.027654511373144813 +] +- position: [ + 0.03420307489257668, + 0.0476089532693384 +] +- position: [ + 0.04251363331098389, + 0.0476089532693384 +] +- position: [ + 0.032929014394115344, + 0.03804000782143575 +] +- position: [ + 0.03292901439411534, + 0.027818020966794896 +] +- position: [ + 0.03281383292983132, + 0.0476089532693384 +] +- position: [ + 0.042022207908675856, + 0.0476089532693384 +] +- position: [ + 0.032929014394115344, + 0.038592165006104726 +] +- position: [ + 0.03292901439411534, + 0.027265863782125935 +] +- position: [ + 0.030443561297960837, + 0.0476089532693384 +] +- position: [ + 0.0411837566370418, + 0.0476089532693384 +] +- position: [ + 0.032929014394115344, + 0.039534234527650126 +] +- position: [ + 0.03292901439411534, + 0.026323794260580534 +] +- position: [ + 0.02864816689701598, + 0.0476089532693384 +] +- position: [ + 0.0405486603475212, + 0.0476089532693384 +] +- position: [ + 0.032929014394115344, + 0.040247817866176046 +] +- position: [ + 0.03292901439411534, + 0.02561021092205461 +] +- position: [ + 0.031050032316340216, + 0.047608953269338394 +] +- position: [ + 0.04139828749069258, + 0.047608953269338394 +] +- position: [ + 0.032929014394115344, + 0.039293191326342035 +] +- position: [ + 0.03292901439411534, + 0.026564837461888622 +] +- position: [ + 0.032442418066673105, + 0.04760895326933839 +] +- position: [ + 0.04189082496499483, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.0387397846365832 +] +- position: [ + 0.03292901439411534, + 0.027118244151647465 +] +- position: [ + 0.03377151355562723, + 0.04760895326933839 +] +- position: [ + 0.04236097437228334, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.03821153279635884 +] +- position: [ + 0.03292901439411534, + 0.027646495991871814 +] +- position: [ + 0.03503731878320258, + 0.04760895326933839 +] +- position: [ + 0.04280873571255812, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.03770843580566898 +] +- position: [ + 0.03292901439411534, + 0.028149592982561675 +] +- position: [ + 0.03560994495758189, + 0.04760895326933839 +] +- position: [ + 0.04301129441411098, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.03748084430988072 +] +- position: [ + 0.03292901439411534, + 0.028377184478349943 +] +- position: [ + 0.03607377215882915, + 0.04760895326933839 +] +- position: [ + 0.04317536696236881, + 0.04760895326933839 +] +- position: [ + 0.03962456956059898, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.03729649519829221 +] +- position: [ + 0.03292901439411534, + 0.02856153358993844 +] +- position: [ + 0.036200396005006255, + 0.04760895326933839 +] +- position: [ + 0.043220158421465246, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.037246168280237614 +] +- position: [ + 0.03292901439411534, + 0.028611860507993053 +] +- position: [ + 0.011152769902399133, + 0.016100653050962983 +] +- position: [ + 0.011152769902399133, + 0.0005716324791018323 +] +- position: [ + 0.011152769902399133, + 0.02844338967890401 +] +- position: [ + 0.011152769902399133, + -0.006137849874105732 +] +- position: [ + 0.007758324996586714, + 0.014162506440285716 +] +- position: [ + 0.009906215631991289, + 0.012317676167791706 +] +- position: [ + 0.00561043436118202, + 0.003198973825381689 +] +- position: [ + 0.03677818091046901, + 0.04760895326933839 +] +- position: [ + 0.043424541953800695, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.037231658648482685 +] +- position: [ + 0.03292901439411534, + 0.028626370139747975 +] +- position: [ + 0.03778341202288324, + 0.04760895326933839 +] +- position: [ + 0.04378012875370883, + 0.04760895326933839 +] +- position: [ + 0.032929014394115344, + 0.03724244221804251 +] +- position: [ + 0.03292901439411534, + 0.02861558657018816 +] +- position: [ + 0.11270656247377368, + 0.10502036608488845 +] +- position: [ + 0.11270656247377371, + 0.11392171017099259 +] +- position: [ + 0.10809143212579697, + 0.10947103812794051 +] +- position: [ + 0.11053653213196497, + 0.10947103812794051 +] +- position: [ + 0.10840302379928321, + 0.10947103812794051 +] +- position: [ + 0.03343495464695021, + 0.036134709272019706 +] +- position: [ + 0.033845471785524786, + 0.03864542497140381 +] +- position: [ + 0.010301309789526857, + 0.016120904671899555 +] +- position: [ + -0.002049123223455792, + 0.016832319071539828 +] +- position: [ + 0.004930123362913499, + 0.020712493411645327 +] +- position: [ + 0.1816286442440849, + 0.15159217860524093 +] +- position: [ + 0.15620318529204005, + 0.1553655575241845 +] +- position: [ + 0.1549625587107627, + 0.1564375977489217 +] +- position: [ + 0.1455412496339227, + 0.16496300140347386 +] +- position: [ + 0.13675370795084443, + 0.16305375814856082 +] +- position: [ + 0.13720395493412185, + 0.16391101344124032 +] +- position: [ + 0.1361795228846025, + 0.15665110138608027 +] +- position: [ + 0.137473306285602, + 0.16238707575009279 +] +- position: [ + 0.13569901944185098, + 0.15565628727272116 +] +- position: [ + 0.09427946403118827, + 0.16252055060357892 +] +- position: [ + 0.09185090452966807, + 0.15534535199016938 +] +- position: [ + 0.03343495464695021, + 0.033309735172424755 +] +- position: [ + 0.033845471785524786, + 0.030799019473040586 +] +- position: [ + 0.010301309789526857, + 0.011787260051465872 +] +- position: [ + -0.002049123223455792, + 0.011075845651825565 +] +- position: [ + 0.004930123362913499, + 0.007195671311720112 +] +- position: [ + 0.1816286442440849, + 0.14237392894617995 +] +- position: [ + 0.15620318529204005, + 0.15304658530321757 +] +- position: [ + 0.1549625587107627, + 0.1519745450784804 +] +- position: [ + 0.1455412496339227, + 0.15546049934847883 +] +- position: [ + 0.13675370795084443, + 0.1632842840925573 +] +- position: [ + 0.13720395493412185, + 0.16242702879987778 +] +- position: [ + 0.1361795228846025, + 0.1696869408550378 +] +- position: [ + 0.13235027913656489, + 0.17293872193911347 +] +- position: [ + 0.137473306285602, + 0.16395096649102525 +] +- position: [ + 0.13569901944185098, + 0.1706817549683969 +] +- position: [ + 0.09427946403118827, + 0.16381749163753911 +] +- position: [ + 0.09185090452966807, + 0.17099269025094865 +] +- position: [ + 0.011152769902399133, + 0.01488420515772632 +] +- position: [ + 0.011152769902399133, + 0.003173028255870249 +] +- position: [ + 0.011152769902399133, + 0.02419245299176933 +] +- position: [ + 0.011152769902399133, + -0.0018869131869710507 +] +- position: [ + 0.007758324996586714, + 0.012588024426223969 +] +- position: [ + 0.009906215631991289, + 0.011196749710919286 +] +- position: [ + 0.005610434361182021, + 0.0043199002822541166 +] +- position: [ + -0.005762735207876048, + 0.04435868931218594 +] +- position: [ + 0.04819839016592729, + 0.041508577018428236 +] +- position: [ + 0.018837125150604622, + 0.0684902292562966 +] +- position: [ + 0.08262512291930697, + 0.06664340039759935 +] +- position: [ + 0.024138423821159577, + 0.06917701750033681 +] +- position: [ + 0.017102084971372118, + 0.02504599802821534 +] +- position: [ + 0.015267212381414173, + 0.019863721008850213 +] +- position: [ + 0.014888099583335167, + 0.014442155409874556 +] +- position: [ + 0.01610147578299974, + 0.010736619971902561 +] +- position: [ + 0.02336593790251444, + 0.011402053856201477 +] +- position: [ + 0.028578899241611853, + 0.01541228665292571 +] +- position: [ + 0.008306124737338315, + 0.010338134280577822 +] +- position: [ + 0.017529155259113704, + 0.008652763384232447 +] +- position: [ + 0.0062497808917327535, + 0.008237351591308211 +] +- position: [ + 0.006270436846236776, + 0.008396291673907706 +] +- position: [ + 0.006252801100174666, + 0.008269274143236707 +] +- position: [ + 0.0063666631807229885, + 0.010338134280577825 +] +- position: [ + 0.017895451332942222, + 0.008231420660146104 +] +- position: [ + 0.005792158098906359, + 0.008276621473375687 +] +- position: [ + 0.005817978042036395, + 0.008475296576625052 +] +- position: [ + 0.005795933359458754, + 0.008316524663286307 +] +- position: [ + 0.004033071442537983, + 0.008013507536954826 +] +- position: [ + 0.004192408422192675, + 0.008000260144014634 +] +- position: [ + 0.022935483960784663, + 0.027799219500395073 +] +- position: [ + 0.022780294730920754, + 0.027872564676869497 +] +- position: [ + 0.06196795803051586, + 0.06387184257457915 +] +- position: [ + 0.06197062535380504, + 0.05843586975779985 +] +- position: [ + 0.0618939064118319, + 0.06434866616767997 +] +- position: [ + 0.06162727100597565, + 0.058737538795543345 +] +- position: [ + 0.06143606924875755, + 0.06488675227661621 +] +- position: [ + 0.06128295979011285, + 0.05907356552073853 +] +- position: [ + 0.061743255608168846, + 0.06547711999712526 +] +- position: [ + 0.060957656743132596, + 0.05969252739452277 +] +- position: [ + 0.06194353342451797, + 0.06640597741894494 +] +- position: [ + 0.060614230274198475, + 0.05998527112125503 +] +- position: [ + 0.06203030685517988, + 0.06722857541824855 +] +- position: [ + 0.06019499099502956, + 0.05976193502236245 +] +- position: [ + 0.06129077329257604, + 0.06740464953152103 +] +- position: [ + 0.059753344619016005, + 0.0591364901126286 +] +- position: [ + 0.060634250322741376, + 0.06723967576108897 +] +- position: [ + 0.059318938735114804, + 0.058807061828976576 +] +- position: [ + 0.05977469131520376, + 0.06732881657437449 +] +- position: [ + 0.03281012537820781, + 0.03433962098465117 +] +- position: [ + 0.03206295847287142, + 0.0345008223988615 +] +- position: [ + 0.03115417968762233, + 0.034203720814990755 +] +- position: [ + 0.03016832033181232, + 0.03356797720886148 +] +- position: [ + 0.00518285809721643, + 0.021813965048363547 +] +- position: [ + 0.0032895010373680447, + 0.024820398031386234 +] +- position: [ + 0.0005177463606815275, + 0.024509609246237483 +] +- position: [ + 0.011152769902399133, + 0.008582641969348792 +] +- position: [ + 0.011152769902399133, + 0.016649034878453442 +] +- position: [ + 0.011152769902399131, + 0.0021713320767611888 +] +- position: [ + 0.011152769902399134, + 0.02013420772803707 +] +- position: [ + 0.007758324996586709, + 0.00443173762122579 +] +- position: [ + 0.009906215631991296, + 0.005390016075406749 +] +- position: [ + 0.005610434361182031, + 0.01012663391776669 +] +- position: [ + 0.10059291765433756, + 0.09500000000000003 +] +- position: [ + 0.10645851689670398, + 0.09500000000000003 +] +- position: [ + 0.11232411613907042, + 0.09500000000000003 +] +- position: [ + 0.011152769902399133, + 0.013348332325745895 +] +- position: [ + 0.011152769902399133, + 0.006457520029814166 +] +- position: [ + 0.011152769902399133, + 0.018825270225833274 +] +- position: [ + 0.011152769902399133, + 0.003480269578964997 +] +- position: [ + 0.007758324996586714, + 0.010600101915704407 +] +- position: [ + 0.009906215631991289, + 0.009781481123312397 +] +- position: [ + 0.005610434361182023, + 0.005735168869861014 +] +- position: [ + 0.06524180238966659, + 0.09997685451966665 +] +- position: [ + 0.059282304884682537, + 0.09716388868146136 +] +- position: [ + 0.059282304884682537, + 0.09212072311507712 +] +- position: [ + 0.06524180238966659, + 0.08930775727687178 +] +- position: [ + 0.07285934587034408, + 0.08659643033589029 +] +- position: [ + 0.07285934587034408, + 0.10297321718750961 +] +- position: [ + 0.08179510509996023, + 0.10433960973531736 +] +- position: [ + 0.08188747778922086, + 0.08527622413271284 +] +- position: [ + 0.10168690339188247, + 0.08770469826414887 +] +- position: [ + 0.10159453070262178, + 0.10229910089877607 +] +- position: [ + 0.09168730402200768, + 0.08572557674091041 +] +- position: [ + 0.09150255864348637, + 0.10418782914752371 +] +- position: [ + 0.09232998700753862, + 0.09567611464427743 +] +- position: [ + 0.059282304884682537, + 0.09788284719516811 +] +- position: [ + 0.06524180238966659, + 0.10130674351790149 +] +- position: [ + 0.07285934587034408, + 0.10401807045888295 +] +- position: [ + 0.0820642516562718, + 0.10525872842188747 +] +- position: [ + 0.10168690339188247, + 0.1029098025306244 +] +- position: [ + 0.09168730402200768, + 0.10488892405386285 +] +- position: [ + 0.09232998700753862, + 0.09493838615049587 +] +- position: [ + 0.08708511744617667, + 0.09504465987014249 +] +- position: [ + 0.011152769902399133, + 0.015025014035285835 +] +- position: [ + 0.011152769902399133, + 0.002871905929586139 +] +- position: [ + 0.011152769902399133, + 0.024684516504575753 +] +- position: [ + 0.011152769902399133, + -0.002378976699777474 +] +- position: [ + 0.007758324996586712, + 0.012770277234889528 +] +- position: [ + 0.009906215631991289, + 0.011326501586931834 +] +- position: [ + 0.005610434361182021, + 0.004190148406241565 +] diff --git a/SlaveMatrix/Assets/Parts/触手/x0y0.svg b/SlaveMatrix/Assets/Parts/触手/x0y0.svg new file mode 100644 index 0000000..79c23aa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触手/x0y0.svg @@ -0,0 +1,701 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触手/x0y1.svg b/SlaveMatrix/Assets/Parts/触手/x0y1.svg new file mode 100644 index 0000000..8dad618 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触手/x0y1.svg @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触手/x0y2.svg b/SlaveMatrix/Assets/Parts/触手/x0y2.svg new file mode 100644 index 0000000..662b892 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触手/x0y2.svg @@ -0,0 +1,1195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触手/x0y3.svg b/SlaveMatrix/Assets/Parts/触手/x0y3.svg new file mode 100644 index 0000000..0ca29f1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触手/x0y3.svg @@ -0,0 +1,672 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触覚/part.yaml b/SlaveMatrix/Assets/Parts/触覚/part.yaml new file mode 100644 index 0000000..077db2a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/part.yaml @@ -0,0 +1,1230 @@ +id: 触覚 +original_key: 触覚 +resource: 肢左 +morph_x: 1 +morph_y: 6 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 0 + y: 5 + file: x0y5.svg +fields: +- name: 節1 +- name: 節2 +- name: 節3 +- name: 節4 +- name: 節5 +- name: 節6 +- name: 節7 +- name: 節8 +- name: 節9 +- name: 節10 +- name: 節11 +- name: 節12 +- name: 節13 +- name: 節14 +- name: 節15 +- name: 節16 +- name: 節17 +- name: 節18 +- name: 節19 +- name: 節20 +- name: 節21 +- name: 節22 +- name: 節23 +- name: 節24 +- name: 節25 +- name: 節26 +- name: 節27 +- name: 節28 +- name: 節29 +- name: 節30 +- name: 節31 +- name: 節32 +- name: 節33 +- name: 節34 +- name: 節35 +- name: 節36 +- name: 節37 +- name: 節38 +- name: 節39 +- name: 節40 +- name: 節41 +- name: 節42 +- name: 節43 +- name: 節44 +- name: 節45 +- name: 節46 +- name: 節47 +- name: 節48 +- name: 節49 +- name: 節50 +- name: 節51 +- name: 節52 +- name: 節53 +- name: 節54 +- name: 節55 +- name: 節56 +- name: 節57 +- name: 節58 +- name: 節59 +- name: 節60 +joints: +- position: [ + 0.09710031935871058, + 0.1188168453295266 +] +- position: [ + 0.09710031935871058, + 0.11887356118593428 +] +- position: [ + 0.09710031935871062, + 0.11892914272521382 +] +- position: [ + 0.09710031935871062, + 0.11898361263370774 +] +- position: [ + 0.09710031935871062, + 0.1190369931440318 +] +- position: [ + 0.09710031935871062, + 0.11908930604414936 +] +- position: [ + 0.09710031935871062, + 0.11914057268626457 +] +- position: [ + 0.09710031935871062, + 0.11919081399553752 +] +- position: [ + 0.09710031935871064, + 0.11924005047862499 +] +- position: [ + 0.09710031935871064, + 0.11928830223205067 +] +- position: [ + 0.09710031935871064, + 0.11933558895040788 +] +- position: [ + 0.09710031935871062, + 0.11938192993439792 +] +- position: [ + 0.09710031935871065, + 0.11942734409870817 +] +- position: [ + 0.09710031935871065, + 0.1194718499797322 +] +- position: [ + 0.09710031935871065, + 0.11951546574313579 +] +- position: [ + 0.09710031935871065, + 0.11955820919127128 +] +- position: [ + 0.09710031935871065, + 0.11960009777044406 +] +- position: [ + 0.09710031935871066, + 0.1196411485780334 +] +- position: [ + 0.09710031935871066, + 0.11968137836947093 +] +- position: [ + 0.09710031935871066, + 0.11972080356507972 +] +- position: [ + 0.09710031935871068, + 0.11975944025677632 +] +- position: [ + 0.09710031935871068, + 0.119797304214639 +] +- position: [ + 0.09710031935871068, + 0.11983441089334446 +] +- position: [ + 0.09710031935871068, + 0.11987077543847577 +] +- position: [ + 0.09710031935871068, + 0.11990641269270447 +] +- position: [ + 0.09710031935871068, + 0.1199413372018486 +] +- position: [ + 0.0971003193587107, + 0.11997556322080982 +] +- position: [ + 0.09710031935871068, + 0.12000910471939183 +] +- position: [ + 0.09710031935871068, + 0.12004197538800221 +] +- position: [ + 0.09710031935871068, + 0.12007418864324038 +] +- position: [ + 0.0971003193587107, + 0.12010575763337378 +] +- position: [ + 0.0971003193587107, + 0.12013669524370452 +] +- position: [ + 0.0971003193587107, + 0.12016701410182862 +] +- position: [ + 0.0971003193587107, + 0.12019672658279026 +] +- position: [ + 0.0971003193587107, + 0.12022584481413268 +] +- position: [ + 0.0971003193587107, + 0.12025438068084823 +] +- position: [ + 0.0971003193587107, + 0.12028234583022951 +] +- position: [ + 0.0971003193587107, + 0.12030975167662308 +] +- position: [ + 0.09710031935871072, + 0.12033660940608887 +] +- position: [ + 0.09710031935871072, + 0.12036292998096529 +] +- position: [ + 0.09710031935871072, + 0.1203887241443442 +] +- position: [ + 0.09710031935871072, + 0.12041400242445555 +] +- position: [ + 0.09710031935871072, + 0.12043877513896462 +] +- position: [ + 0.09710031935871072, + 0.12046305239918353 +] +- position: [ + 0.09710031935871073, + 0.12048684411419808 +] +- position: [ + 0.09710031935871073, + 0.12051015999491232 +] +- position: [ + 0.09710031935871073, + 0.1205330095580123 +] +- position: [ + 0.09710031935871073, + 0.12055540212985028 +] +- position: [ + 0.09710031935871073, + 0.12057734685025145 +] +- position: [ + 0.09710031935871075, + 0.12059885267624462 +] +- position: [ + 0.09710031935871075, + 0.12061992838571794 +] +- position: [ + 0.09710031935871075, + 0.1206405825810018 +] +- position: [ + 0.09710031935871073, + 0.12066082369237999 +] +- position: [ + 0.09710031935871075, + 0.1206806599815306 +] +- position: [ + 0.09710031935871073, + 0.12070009954489819 +] +- position: [ + 0.09710031935871073, + 0.12071915031699845 +] +- position: [ + 0.09710031935871073, + 0.12073782007365666 +] +- position: [ + 0.09710031935871075, + 0.12075611643518175 +] +- position: [ + 0.09710031935871075, + 0.12077404686947632 +] +- position: [ + 0.09710031935871075, + 0.12079161869508498 +] +- position: [ + 0.02596212384962991, + 0.029539593832502535 +] +- position: [ + 0.02596123950646916, + 0.029828397440096244 +] +- position: [ + 0.025960390096631935, + 0.030105792727582792 +] +- position: [ + 0.025959574240182106, + 0.030372230346423036 +] +- position: [ + 0.025958790611693747, + 0.03062814314644386 +] +- position: [ + 0.025958037938097946, + 0.03087394687903825 +] +- position: [ + 0.02595731499661452, + 0.031110040872587716 +] +- position: [ + 0.025956620612765578, + 0.03133680868120398 +] +- position: [ + 0.025955953658467427, + 0.03155461870784428 +] +- position: [ + 0.025955313050197968, + 0.031763824802812264 +] +- position: [ + 0.02595469774723637, + 0.031964766838616786 +] +- position: [ + 0.025954106749972363, + 0.03215777126212297 +] +- position: [ + 0.025953539098282276, + 0.03234315162489182 +] +- position: [ + 0.025952993869969247, + 0.032521209092570544 +] +- position: [ + 0.02595247017926505, + 0.03269223293416107 +] +- position: [ + 0.025951967175391038, + 0.03285650099196106 +] +- position: [ + 0.02595148404117607, + 0.03301428013294182 +] +- position: [ + 0.02595101999172884, + 0.033165826682295584 +] +- position: [ + 0.025950574273162896, + 0.03331138683985675 +] +- position: [ + 0.025950146161371743, + 0.03345119708007395 +] +- position: [ + 0.025949734960852552, + 0.0335854845361821 +] +- position: [ + 0.025949340003576276, + 0.03371446736919906 +] +- position: [ + 0.025948960647902336, + 0.03383835512234618 +] +- position: [ + 0.02594859627753621, + 0.0339573490614685 +] +- position: [ + 0.025948246300528305, + 0.03407164250200759 +] +- position: [ + 0.025947905910455756, + 0.03482310164666281 +] +- position: [ + 0.028437483323274674, + 0.01874945176769386 +] +- position: [ + 0.00539416179243021, + 0.004727095105520221 +] +- position: [ + 0.00539416179243021, + 0.004598126981493249 +] +- position: [ + 0.09710031935871058, + 0.11854676982282339 +] +- position: [ + 0.09710031935871058, + 0.11860888718936513 +] +- position: [ + 0.09710031935871058, + 0.11866976220857603 +] +- position: [ + 0.09710031935871058, + 0.11872941972740272 +] +- position: [ + 0.0971003193587106, + 0.11878788409585292 +] +- position: [ + 0.09710031935871061, + 0.11884517917693405 +] +- position: [ + 0.09710031935871061, + 0.11890132835639358 +] +- position: [ + 0.09710031935871061, + 0.11895635455226394 +] +- position: [ + 0.09710031935871061, + 0.11901028022421686 +] +- position: [ + 0.09710031935871062, + 0.11906312738273073 +] +- position: [ + 0.09710031935871061, + 0.1191149175980743 +] +- position: [ + 0.09710031935871064, + 0.11916567200911105 +] +- position: [ + 0.09710031935871062, + 0.11921541133192703 +] +- position: [ + 0.09710031935871062, + 0.1192641558682867 +] +- position: [ + 0.09710031935871064, + 0.1193119255139192 +] +- position: [ + 0.09710031935871064, + 0.11935873976663902 +] +- position: [ + 0.09710031935871064, + 0.11940461773430441 +] +- position: [ + 0.09710031935871064, + 0.11944957814261653 +] +- position: [ + 0.09710031935871065, + 0.11949363934276241 +] +- position: [ + 0.09710031935871065, + 0.11953681931890542 +] +- position: [ + 0.09710031935871065, + 0.11957913569552547 +] +- position: [ + 0.09710031935871065, + 0.1196206057446132 +] +- position: [ + 0.09710031935871065, + 0.11966124639271916 +] +- position: [ + 0.09710031935871065, + 0.11970107422786297 +] +- position: [ + 0.09710031935871069, + 0.11974010550630393 +] +- position: [ + 0.09710031935871058, + 0.12066292518633986 +] +- position: [ + 0.09710031935871058, + 0.12056147960757399 +] +- position: [ + 0.09710031935871058, + 0.12044963585698454 +] +- position: [ + 0.09710031935871058, + 0.12032632812195981 +] +- position: [ + 0.09710031935871058, + 0.12019038134409493 +] +- position: [ + 0.09710031935871058, + 0.12004050002149899 +] +- position: [ + 0.09710031935871058, + 0.11987525586333689 +] +- position: [ + 0.09710031935871058, + 0.11999789524111051 +] +- position: [ + 0.09710031935871058, + 0.12037936064176169 +] +- position: [ + 0.00539416179243021, + 0.0050923616885803005 +] +- position: [ + 0.004162546805519661, + 0.006199409637319973 +] +- position: [ + 0.006625776779340757, + 0.006199409637319973 +] +- position: [ + 0.00539416179243021, + 0.004870952098832366 +] +- position: [ + 0.004039385306828606, + 0.0060887048424460065 +] +- position: [ + 0.0067489382780318114, + 0.0060887048424460065 +] +- position: [ + 0.00539416179243021, + 0.004627401550109639 +] +- position: [ + 0.0039039076582684466, + 0.005966929568084643 +] +- position: [ + 0.006884415926591972, + 0.005966929568084643 +] +- position: [ + 0.00539416179243021, + 0.004359495946514639 +] +- position: [ + 0.003754882244852268, + 0.005832976766287143 +] +- position: [ + 0.007033441340008146, + 0.005832976766287143 +] +- position: [ + 0.00539416179243021, + 0.004506844028491888 +] +- position: [ + 0.0038368462222311654, + 0.0059066508072757665 +] +- position: [ + 0.006951477362629248, + 0.0059066508072757665 +] +- position: [ + 0.00539416179243021, + 0.004646824706370276 +] +- position: [ + 0.003914712000741117, + 0.0059766411462149616 +] +- position: [ + 0.006873611584119297, + 0.0059766411462149616 +] +- position: [ + 0.00539416179243021, + 0.0047798063503547445 +] +- position: [ + 0.003988684490325571, + 0.006043131968207194 +] +- position: [ + 0.006799639094534843, + 0.006043131968207194 +] +- position: [ + 0.00539416179243021, + 0.00490613891213999 +] +- position: [ + 0.004058958355430803, + 0.006106298249099818 +] +- position: [ + 0.00672936522942961, + 0.006106298249099818 +] +- position: [ + 0.00539416179243021, + 0.005026154845835973 +] +- position: [ + 0.004125718527280772, + 0.00616630621594781 +] +- position: [ + 0.006662605057579641, + 0.00616630621594781 +] +- position: [ + 0.00539416179243021, + 0.005140169982847157 +] +- position: [ + 0.004189140690538244, + 0.006223313784453401 +] +- position: [ + 0.006599182894322166, + 0.006223313784453401 +] +- position: [ + 0.00539416179243021, + 0.005248484363007782 +] +- position: [ + 0.004249391745632841, + 0.006277470974533713 +] +- position: [ + 0.006538931839227568, + 0.006277470974533713 +] +- position: [ + 0.00539416179243021, + 0.005351383024160375 +] +- position: [ + 0.004306630247972709, + 0.0063289203051100085 +] +- position: [ + 0.006481693336887699, + 0.0063289203051100085 +] +- position: [ + 0.00539416179243021, + 0.005449136752255337 +] +- position: [ + 0.004361006825195583, + 0.006377797169157491 +] +- position: [ + 0.006427316759664824, + 0.006377797169157491 +] +- position: [ + 0.00539416179243021, + 0.005542002793945553 +] +- position: [ + 0.004412664573557312, + 0.006424230190002598 +] +- position: [ + 0.006375659011303093, + 0.006424230190002598 +] +- position: [ + 0.00539416179243021, + 0.005630225533551259 +] +- position: [ + 0.004461739434500958, + 0.006468341559805453 +] +- position: [ + 0.006326584150359448, + 0.006468341559805453 +] +- position: [ + 0.00539416179243021, + 0.0057140371361766775 +] +- position: [ + 0.00450836055239742, + 0.006510247361118161 +] +- position: [ + 0.006279963032462986, + 0.006510247361118161 +] +- position: [ + 0.00539416179243021, + 0.005793658158670824 +] +- position: [ + 0.004552650614399059, + 0.006550057872365235 +] +- position: [ + 0.006235672970461346, + 0.006550057872365235 +] +- position: [ + 0.00539416179243021, + 0.005869298130040266 +] +- position: [ + 0.004594726173300615, + 0.006587877858049956 +] +- position: [ + 0.0061935974115597875, + 0.006587877858049956 +] +- position: [ + 0.00539416179243021, + 0.005941156102841235 +] +- position: [ + 0.004634697954257094, + 0.006623806844450442 +] +- position: [ + 0.006153625630603308, + 0.006623806844450442 +] +- position: [ + 0.00539416179243021, + 0.006009421177002156 +] +- position: [ + 0.004672671146165748, + 0.006657939381530901 +] +- position: [ + 0.006115652438694654, + 0.006657939381530901 +] +- position: [ + 0.00539416179243021, + 0.006074272997455031 +] +- position: [ + 0.004708745678478972, + 0.006690365291757338 +] +- position: [ + 0.006079577906381429, + 0.006690365291757338 +] +- position: [ + 0.00539416179243021, + 0.006135882226885261 +] +- position: [ + 0.004743016484176533, + 0.0067211699064724535 +] +- position: [ + 0.006045307100683867, + 0.0067211699064724535 +] +- position: [ + 0.00539416179243021, + 0.006194410994843981 +] +- position: [ + 0.004775573749589216, + 0.006750434290451813 +] +- position: [ + 0.006012749835271185, + 0.006750434290451813 +] +- position: [ + 0.00539416179243021, + 0.006250013324404766 +] +- position: [ + 0.004806503151731267, + 0.006778235455232202 +] +- position: [ + 0.005981820433129135, + 0.006778235455232202 +] +- position: [ + 0.00539416179243021, + 0.006302835537487508 +] +- position: [ + 0.004835886083766213, + 0.006804646561773573 +] +- position: [ + 0.005952437501094187, + 0.006804646561773573 +] +- position: [ + 0.00539416179243021, + 0.006353016639916114 +] +- position: [ + 0.0048637998691994115, + 0.006829737112987879 +] +- position: [ + 0.005924523715660986, + 0.006829737112987879 +] +- position: [ + 0.00539416179243021, + 0.006400688687223292 +] +- position: [ + 0.004890317965360952, + 0.006853573136641466 +] +- position: [ + 0.005898005619499448, + 0.006853573136641466 +] +- position: [ + 0.00539416179243021, + 0.006445977132165112 +] +- position: [ + 0.004915510156714414, + 0.006876217359112376 +] +- position: [ + 0.005872813428145986, + 0.006876217359112376 +] +- position: [ + 0.00539416179243021, + 0.006489001154859838 +] +- position: [ + 0.0049394427385002024, + 0.006897729370459738 +] +- position: [ + 0.005848880846360197, + 0.006897729370459738 +] +- position: [ + 0.00539416179243021, + 0.006529873976419828 +] +- position: [ + 0.004962178691196703, + 0.006918165781239733 +] +- position: [ + 0.005826144893663697, + 0.006918165781239733 +] +- position: [ + 0.00539416179243021, + 0.0065687031569018174 +] +- position: [ + 0.004983777846258379, + 0.006937580371480729 +] +- position: [ + 0.00580454573860202, + 0.006937580371480729 +] +- position: [ + 0.00539416179243021, + 0.006605590878359709 +] +- position: [ + 0.005004297043566969, + 0.006956024232209673 +] +- position: [ + 0.0057840265412934305, + 0.006956024232209673 +] +- position: [ + 0.00539416179243021, + 0.006640634213744706 +] +- position: [ + 0.00502379028101013, + 0.006973545899902173 +] +- position: [ + 0.005764533303850269, + 0.006973545899902173 +] +- position: [ + 0.00539416179243021, + 0.006673925382360452 +] +- position: [ + 0.005042308856581134, + 0.006990191484210044 +] +- position: [ + 0.005746014728279266, + 0.006990191484210044 +] +- position: [ + 0.00539416179243021, + 0.006705551992545412 +] +- position: [ + 0.005059901503373587, + 0.007006004789302524 +] +- position: [ + 0.0057284220814868125, + 0.007006004789302524 +] +- position: [ + 0.00539416179243021, + 0.006735597272221122 +] +- position: [ + 0.005076614517826418, + 0.007021027429140379 +] +- position: [ + 0.0057117090670339805, + 0.007021027429140379 +] +- position: [ + 0.00539416179243021, + 0.0067641402879130485 +] +- position: [ + 0.005092491881556608, + 0.007035298936986343 +] +- position: [ + 0.005695831703303791, + 0.007035298936986343 +] +- position: [ + 0.00539416179243021, + 0.006791256152820378 +] +- position: [ + 0.005107575377100285, + 0.00704885686944001 +] +- position: [ + 0.005680748207760112, + 0.00704885686944001 +] +- position: [ + 0.00539416179243021, + 0.006817016224482341 +] +- position: [ + 0.005121904697866782, + 0.007061736905270993 +] +- position: [ + 0.005666418886993617, + 0.007061736905270993 +] +- position: [ + 0.00539416179243021, + 0.006841488292561205 +] +- position: [ + 0.0051355175525949525, + 0.007073972939310424 +] +- position: [ + 0.0056528060322654445, + 0.007073972939310424 +] +- position: [ + 0.00539416179243021, + 0.0068647367572361295 +] +- position: [ + 0.005148449764586715, + 0.007085597171647884 +] +- position: [ + 0.005639873820273682, + 0.007085597171647884 +] +- position: [ + 0.00539416179243021, + 0.006886822798677303 +] +- position: [ + 0.00516073536597889, + 0.007096640192368473 +] +- position: [ + 0.005627588218881508, + 0.007096640192368473 +] +- position: [ + 0.00539416179243021, + 0.006907804538046421 +] +- position: [ + 0.005172406687301455, + 0.00710713106205303 +] +- position: [ + 0.005615916897558943, + 0.00710713106205303 +] +- position: [ + 0.00539416179243021, + 0.006927737190447084 +] +- position: [ + 0.005183494442557893, + 0.007117097388253361 +] +- position: [ + 0.005604829142302506, + 0.007117097388253361 +] +- position: [ + 0.00539416179243021, + 0.00694667321022771 +] +- position: [ + 0.005194027810051509, + 0.007126565398143674 +] +- position: [ + 0.005594295774808891, + 0.007126565398143674 +] +- position: [ + 0.00539416179243021, + 0.006964662429019308 +] +- position: [ + 0.005204034509170442, + 0.007135560007539472 +] +- position: [ + 0.005584289075689956, + 0.007135560007539472 +] +- position: [ + 0.00539416179243021, + 0.006981752186871324 +] +- position: [ + 0.005213540873333431, + 0.007144104886465481 +] +- position: [ + 0.005574782711526968, + 0.007144104886465481 +] +- position: [ + 0.00539416179243021, + 0.006997987456830739 +] +- position: [ + 0.005222571919288268, + 0.007152222521445191 +] +- position: [ + 0.005565751665572128, + 0.007152222521445191 +] +- position: [ + 0.14479618529999064, + 0.09186783002565126 +] +- position: [ + 0.1426872678201535, + 0.10166100900895511 +] +- position: [ + 0.1332675910209032, + 0.10368094390311007 +] +- position: [ + 0.13553104104498745, + 0.09778838725331566 +] +- position: [ + 0.13475284593830142, + 0.1021079035783815 +] +- position: [ + 0.09593265385275707, + 0.09037322377755792 +] +- position: [ + 0.09322801972145216, + 0.1133421902927786 +] +- position: [ + 0.09368694351731652, + 0.11073950411270306 +] +- position: [ + 0.09418153118375001, + 0.10793455807185157 +] +- position: [ + 0.09467611885018354, + 0.1051296120310001 +] +- position: [ + 0.09517070651661705, + 0.10232466599014864 +] +- position: [ + 0.09566529418305054, + 0.09951971994929718 +] +- position: [ + 0.09615988184948404, + 0.09671477390844571 +] +- position: [ + 0.09665446951591754, + 0.0939098278675942 +] +- position: [ + 0.09714905718235103, + 0.09110488182674276 +] +- position: [ + 0.09764364484878453, + 0.08829993578589126 +] +- position: [ + 0.09813823251521805, + 0.0854949897450398 +] +- position: [ + 0.09863282018165156, + 0.08269004370418832 +] +- position: [ + 0.09912740784808506, + 0.07988509766333685 +] diff --git a/SlaveMatrix/Assets/Parts/触覚/x0y0.svg b/SlaveMatrix/Assets/Parts/触覚/x0y0.svg new file mode 100644 index 0000000..a464a7f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/x0y0.svg @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触覚/x0y1.svg b/SlaveMatrix/Assets/Parts/触覚/x0y1.svg new file mode 100644 index 0000000..80a1a2b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/x0y1.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触覚/x0y2.svg b/SlaveMatrix/Assets/Parts/触覚/x0y2.svg new file mode 100644 index 0000000..9ab595e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/x0y2.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触覚/x0y3.svg b/SlaveMatrix/Assets/Parts/触覚/x0y3.svg new file mode 100644 index 0000000..f443d94 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/x0y3.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触覚/x0y4.svg b/SlaveMatrix/Assets/Parts/触覚/x0y4.svg new file mode 100644 index 0000000..1beb263 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/x0y4.svg @@ -0,0 +1,607 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/触覚/x0y5.svg b/SlaveMatrix/Assets/Parts/触覚/x0y5.svg new file mode 100644 index 0000000..9fc286b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/触覚/x0y5.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/part.yaml b/SlaveMatrix/Assets/Parts/調教鞭/part.yaml new file mode 100644 index 0000000..3dd0bbb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/part.yaml @@ -0,0 +1,297 @@ +id: 調教鞭 +original_key: 調教鞭 +resource: カーソル +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 先 +- name: 柄 +- name: 線1 +- name: 線2 +- name: 線3 +- name: 線4 +- name: 線5 +- name: 線6 +- name: 線7 +- name: 線8 +- name: 紐 +joints: +- position: [ + 0.039374891264468005, + 0.011974140144758337 +] +- position: [ + 0.13549999999999998, + 0.12449512089678265 +] +- position: [ + 0.13549999999999998, + 0.12998165080035673 +] +- position: [ + 0.13549999999999998, + 0.1464412405110789 +] +- position: [ + 0.13549999999999998, + 0.14095471060750486 +] +- position: [ + 0.13549999999999995, + 0.1354681807039308 +] +- position: [ + 0.13549999999999998, + 0.1272383858485697 +] +- position: [ + 0.13549999999999995, + 0.13272491575214374 +] +- position: [ + 0.13549999999999995, + 0.13821144565571783 +] +- position: [ + 0.13549999999999998, + 0.1436979755592919 +] +- position: [ + 0.05454823189230773, + 0.003630516215827348 +] +- position: [ + 0.06972157252014745, + 0.0015079042475462639 +] +- position: [ + 0.08489491314798714, + 0.003630516215827348 +] +- position: [ + 0.10006825377582688, + 0.011974140144758337 +] +- position: [ + -0.013959684496377044, + 0.058934701509945085 +] +- position: [ + -0.01072803723935184, + 0.058437525008864274 +] +- position: [ + -0.012371384380381273, + 0.058548163217383105 +] +- position: [ + 0.12816836816043878, + 0.1275319822390553 +] +- position: [ + 0.1320479306604388, + 0.1314115447390553 +] +- position: [ + 0.14368661816043876, + 0.14305023223905527 +] +- position: [ + 0.1398070556604388, + 0.1391706697390553 +] +- position: [ + 0.13592749316043878, + 0.13529110723905532 +] +- position: [ + 0.1301081494104388, + 0.1294717634890553 +] +- position: [ + 0.13398771191043876, + 0.1333513259890553 +] +- position: [ + 0.13786727441043878, + 0.13723088848905532 +] +- position: [ + 0.1417468369104388, + 0.1411104509890553 +] +- position: [ + 0.017967234754518932, + 0.015968398213034293 +] +- position: [ + 0.02007329128065842, + 0.018006517431878956 +] +- position: [ + 0.018989016964757483, + 0.017039222339885043 +] +- position: [ + 0.1314487069583287, + 0.1253193657817499 +] +- position: [ + 0.13359246497904234, + 0.1303697431866018 +] +- position: [ + 0.14002373904118326, + 0.1455208754011574 +] +- position: [ + 0.13787998102046964, + 0.14047049799630554 +] +- position: [ + 0.13573622299975596, + 0.1354201205914537 +] +- position: [ + 0.13252058596868552, + 0.12784455448417587 +] +- position: [ + 0.13466434398939914, + 0.1328949318890277 +] +- position: [ + 0.1368081020101128, + 0.13794530929387963 +] +- position: [ + 0.13895186003082646, + 0.1429956866987315 +] +- position: [ + 0.06972157252014746, + -0.00022846642770353115 +] +- position: [ + 0.06972157252014746, + 0.0029710429595987357 +] +- position: [ + 0.12045412807553742, + 0.017039222339885043 +] +- position: [ + 0.13955129304167127, + 0.1253193657817499 +] +- position: [ + 0.13740753502095762, + 0.1303697431866018 +] +- position: [ + 0.1309762609588167, + 0.1455208754011574 +] +- position: [ + 0.13312001897953032, + 0.14047049799630554 +] +- position: [ + 0.13526377700024395, + 0.13542012059145367 +] +- position: [ + 0.13847941403131445, + 0.12784455448417587 +] +- position: [ + 0.13633565601060077, + 0.1328949318890277 +] +- position: [ + 0.13419189798988712, + 0.1379453092938796 +] +- position: [ + 0.1320481399691735, + 0.1429956866987315 +] +- position: [ + 0.15340282953667184, + 0.058934701509945085 +] +- position: [ + 0.15017118227964676, + 0.058437525008864274 +] +- position: [ + 0.15181452942067608, + 0.058548163217383105 +] +- position: [ + 0.14283163183956119, + 0.1275319822390553 +] +- position: [ + 0.13895206933956117, + 0.1314115447390553 +] +- position: [ + 0.1273133818395612, + 0.14305023223905527 +] +- position: [ + 0.13119294433956116, + 0.1391706697390553 +] +- position: [ + 0.13507250683956115, + 0.1352911072390553 +] +- position: [ + 0.14089185058956116, + 0.1294717634890553 +] +- position: [ + 0.13701228808956117, + 0.13335132598905527 +] +- position: [ + 0.13313272558956116, + 0.1372308884890553 +] +- position: [ + 0.12925316308956117, + 0.1411104509890553 +] diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x0y0.svg b/SlaveMatrix/Assets/Parts/調教鞭/x0y0.svg new file mode 100644 index 0000000..24179be --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x0y0.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x0y1.svg b/SlaveMatrix/Assets/Parts/調教鞭/x0y1.svg new file mode 100644 index 0000000..e9c4d61 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x0y1.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x0y2.svg b/SlaveMatrix/Assets/Parts/調教鞭/x0y2.svg new file mode 100644 index 0000000..8a0a7bf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x0y2.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x0y3.svg b/SlaveMatrix/Assets/Parts/調教鞭/x0y3.svg new file mode 100644 index 0000000..8fdfc5e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x0y3.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x0y4.svg b/SlaveMatrix/Assets/Parts/調教鞭/x0y4.svg new file mode 100644 index 0000000..8dd0da8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x0y4.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x1y0.svg b/SlaveMatrix/Assets/Parts/調教鞭/x1y0.svg new file mode 100644 index 0000000..a538bd5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x1y0.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x1y1.svg b/SlaveMatrix/Assets/Parts/調教鞭/x1y1.svg new file mode 100644 index 0000000..c690b1b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x1y1.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x1y2.svg b/SlaveMatrix/Assets/Parts/調教鞭/x1y2.svg new file mode 100644 index 0000000..f7bb9aa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x1y2.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x1y3.svg b/SlaveMatrix/Assets/Parts/調教鞭/x1y3.svg new file mode 100644 index 0000000..96c83b2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x1y3.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/調教鞭/x1y4.svg b/SlaveMatrix/Assets/Parts/調教鞭/x1y4.svg new file mode 100644 index 0000000..2d4f5ee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/調教鞭/x1y4.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/足/part.yaml b/SlaveMatrix/Assets/Parts/足/part.yaml new file mode 100644 index 0000000..2aa8466 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/足/part.yaml @@ -0,0 +1,470 @@ +id: 足 +original_key: 足 +resource: 脚左 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: ヒール0 +- name: サンダル0 +- name: ナース0 +- name: ブーツ0 +- name: アーマ0 +- name: 足 +- name: 小指 +- name: 薬指 +- name: 中指 +- name: 人指 +- name: 親指 +- name: 鱗 +- name: 悪タトゥ +- name: パンスト +- name: ソックス +- name: ヒール1 +- name: サンダル1 +- name: ナース1 +- name: ブーツ1 +- name: アーマ1 +joints: +- position: [ + 0.05280895100622406, + 0.07086300174868283 +] +- position: [ + 0.05636862232538009, + 0.0731316769747834 +] +- position: [ + 0.06015356285005102, + 0.07467199966302908 +] +- position: [ + 0.06412674202590558, + 0.0753078306257865 +] +- position: [ + 0.06856897488995552, + 0.075310114489065 +] +- position: [ + 0.062204063419094825, + 0.05769412993146761 +] +- position: [ + 0.02132950617185321, + 0.01881257930850583 +] +- position: [ + 0.01837035936035666, + 0.0166820751601979 +] +- position: [ + 0.021185017689016046, + 0.018810856840350117 +] +- position: [ + 0.02117177972609339, + 0.01697877857075447 +] +- position: [ + 0.01837035936035666, + 0.016682075160197863 +] +- position: [ + 0.021112818345251347, + 0.018808132125321557 +] +- position: [ + 0.021210844541088368, + 0.016933582105760493 +] +- position: [ + 0.018370359360356556, + 0.016682075160197884 +] +- position: [ + 0.021185017689016046, + 0.01881085684035006 +] +- position: [ + 0.02124618847241861, + 0.016935062030260913 +] +- position: [ + 0.01831403018861104, + 0.016681990493313058 +] +- position: [ + 0.018218283529766705, + 0.02024997544284185 +] +- position: [ + 0.018272671963996033, + 0.018634106781786598 +] +- position: [ + 0.03139989021126579, + 0.019998998332909163 +] +- position: [ + 0.03164675247100677, + 0.02202993873362933 +] +- position: [ + 0.031794980125038966, + 0.02158193066529731 +] +- position: [ + 0.03178156236191858, + 0.021893250920190524 +] +- position: [ + 0.25613753700109465, + 0.2561375370010946 +] +- position: [ + 0.06085396256868472, + 0.07232024703477788 +] +- position: [ + 0.061583298182521416, + 0.061611362905808036 +] +- position: [ + 0.05191758630866742, + 0.08045851848956781 +] +- position: [ + 0.002039333113754229, + 0.008557302242300622 +] +- position: [ + 0.01697846473860544, + 0.009362425679241908 +] +- position: [ + 0.017481214249965564, + 0.01677892661136055 +] +- position: [ + 0.017610398324042605, + 0.010209834487942526 +] +- position: [ + 0.014932933954731182, + 0.029217980099799683 +] +- position: [ + 0.011002314402531726, + 0.023112760089273206 +] +- position: [ + 0.012559607551372242, + 0.02961083208095652 +] +- position: [ + 0.016064970298359304, + 0.023312513762265865 +] +- position: [ + 0.0585091451451664, + 0.05877674924668499 +] +- position: [ + 0.06558876483852007, + 0.05877179847898883 +] +- position: [ + 0.05898581508513402, + 0.06853489558069026 +] +- position: [ + 0.06292405033284156, + 0.06874873079575294 +] +- position: [ + 0.06004973940034228, + 0.07893532871621067 +] +- position: [ + 0.06261383910134555, + 0.0512659459690925 +] +- position: [ + 0.06229566133425107, + 0.05809146368334954 +] +- position: [ + 0.06124882297021071, + 0.06495679387727953 +] +- position: [ + 0.06095735612474353, + 0.06773237928019452 +] +- position: [ + 0.06294449751949321, + 0.04435339701539135 +] +- position: [ + 0.03832019053531778, + 0.02886823821199313 +] +- position: [ + 0.02627927902743587, + 0.02865806331982813 +] +- position: [ + 0.038488271873996456, + 0.02919111945947224 +] +- position: [ + 0.02647486172081906, + 0.028351059986890748 +] +- position: [ + 0.03848827187399646, + 0.02919111945947224 +] +- position: [ + 0.03863922456420233, + 0.02952235490700962 +] +- position: [ + 0.02668624368791741, + 0.028054713398634166 +] +- position: [ + 0.031181958006832315, + 0.03717505440136175 +] +- position: [ + 0.0439406135567309, + 0.038299249784316175 +] +- position: [ + 0.03809721300910339, + 0.03799110775197375 +] +- position: [ + 0.03730358122877982, + 0.04173749506171712 +] +- position: [ + 0.07176427347050945, + 0.05195397392598132 +] +- position: [ + 0.07581579019223855, + 0.05353257969058935 +] +- position: [ + 0.054363436686996294, + 0.07707671427911203 +] +- position: [ + 0.05708760023478748, + 0.07978964740127871 +] +- position: [ + 0.0602613836464668, + 0.08186249907199222 +] +- position: [ + 0.06336932468581045, + 0.08256482117711236 +] +- position: [ + 0.06750047936695153, + 0.082721226527836 +] +- position: [ + 0.060815661466924215, + 0.06316431713417733 +] +- position: [ + 0.021127767705634043, + 0.018749794471051795 +] +- position: [ + 0.01942350976149238, + 0.016431343279543476 +] +- position: [ + 0.020973916572232448, + 0.01874081751757989 +] +- position: [ + 0.021064280556380766, + 0.016940926522191993 +] +- position: [ + 0.01942350976149238, + 0.01643134327954343 +] +- position: [ + 0.02089713165015378, + 0.018734497010971702 +] +- position: [ + 0.021108458316048115, + 0.016898503322124794 +] +- position: [ + 0.020973916572232448, + 0.018740817517579857 +] +- position: [ + 0.021146048445796983, + 0.016901743946707466 +] +- position: [ + 0.01936858702551638, + 0.01645332629824326 +] +- position: [ + 0.01802832141019531, + 0.020189201231065355 +] +- position: [ + 0.01797932090163392, + 0.018323122590133006 +] +- position: [ + 0.03139596404733221, + 0.02065974426444725 +] +- position: [ + 0.03174215656483212, + 0.02203508583471035 +] +- position: [ + 0.03188254282417894, + 0.021584559070913695 +] +- position: [ + 0.03187456039226942, + 0.021896066082479633 +] +- position: [ + 0.25561578145529834, + 0.2561486417082968 +] +- position: [ + 0.06155091300466618, + 0.07949916810223417 +] +- position: [ + 0.06126861580306851, + 0.06687760868973278 +] +- position: [ + 0.05255337193398465, + 0.08543109402183396 +] +- position: [ + 0.002659913727299643, + 0.008465210588281155 +] +- position: [ + 0.016630462938798204, + 0.00922272570284644 +] +- position: [ + 0.028104477258264756, + 0.004940022571239426 +] +- position: [ + 0.023796457577140682, + 0.00460736158403419 +] +- position: [ + 0.01748231715588922, + 0.016773006640898154 +] +- position: [ + 0.017612793070707032, + 0.010138223596245952 +] +- position: [ + 0.01523054481671123, + 0.029508133384940904 +] +- position: [ + 0.012601704675233931, + 0.023964614449714178 +] +- position: [ + 0.012262446497024597, + 0.02992218816111296 +] +- position: [ + 0.01591446508253635, + 0.02355939851749864 +] +- position: [ + 0.06088809053603876, + 0.07084427140669855 +] +- position: [ + 0.0710532609267862, + 0.058586207029467555 +] +- position: [ + 0.0583088389279125, + 0.06199056837435485 +] +- position: [ + 0.06502966994894684, + 0.06092521721441593 +] +- position: [ + 0.05830105045554209, + 0.07543942728391347 +] +- position: [ + 0.06202424840678863, + 0.07582577070271805 +] +- position: [ + 0.0622247831732617, + 0.05693359531874689 +] +- position: [ + 0.06178321898200345, + 0.0638679185742783 +] +- position: [ + 0.060523675646540036, + 0.0744304652003769 +] +- position: [ + 0.059035471078385436, + 0.08645008645706499 +] +- position: [ + 0.06288314004556111, + 0.04987183143098744 +] +- position: [ + 0.038540514030164355, + 0.02930064741758862 +] +- position: [ + 0.02654359463688853, + 0.02825105297344268 +] +- position: [ + 0.03131740186894244, + 0.03708949407528562 +] +- position: [ + 0.04369644537853318, + 0.03828273794271757 +] diff --git a/SlaveMatrix/Assets/Parts/足/x0y0.svg b/SlaveMatrix/Assets/Parts/足/x0y0.svg new file mode 100644 index 0000000..3e7f95f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/足/x0y0.svg @@ -0,0 +1,450 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/足/x0y1.svg b/SlaveMatrix/Assets/Parts/足/x0y1.svg new file mode 100644 index 0000000..1c20779 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/足/x0y1.svg @@ -0,0 +1,475 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鎖/part.yaml b/SlaveMatrix/Assets/Parts/鎖/part.yaml new file mode 100644 index 0000000..c735033 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鎖/part.yaml @@ -0,0 +1,21 @@ +id: 鎖 +original_key: 鎖 +resource: その他 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 鎖2 +- name: 鎖1 +joints: +- position: [ + 0.07476685870482688, + 0.07702342146985786 +] +- position: [ + 0.013660658861828318, + 0.019002970608518133 +] diff --git a/SlaveMatrix/Assets/Parts/鎖/x0y0.svg b/SlaveMatrix/Assets/Parts/鎖/x0y0.svg new file mode 100644 index 0000000..304432a --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鎖/x0y0.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/長物/part.yaml b/SlaveMatrix/Assets/Parts/長物/part.yaml new file mode 100644 index 0000000..53c4eee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/長物/part.yaml @@ -0,0 +1,504 @@ +id: 長物 +original_key: 長物 +resource: 半身 +morph_x: 1 +morph_y: 4 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +fields: +- name: 胴6 +- name: 胴5 +- name: 輪2 +- name: 胴4 +- name: 胴3 +- name: 胴2 +- name: 胴1 +- name: 輪1 +joints: +- position: [ + 0.013095788997087432, + 0.03930138582612128 +] +- position: [ + 0.0419416747914168, + 0.039301385826121304 +] +- position: [ + 0.02751873189425211, + 0.0393013858261213 +] +- position: [ + 0.027518731894252114, + 0.031840564364436545 +] +- position: [ + 0.011493239786291354, + 0.04096660723256448 +] +- position: [ + 0.04354422400221287, + 0.040966607232564504 +] +- position: [ + 0.027518731894252108, + 0.0409666072325645 +] +- position: [ + 0.0045531036367324525, + 0.011152769902399136 +] +- position: [ + 0.025266275336574096, + 0.011152769902399133 +] +- position: [ + -0.01191008680321855, + 0.011152769902399136 +] +- position: [ + 0.03421562660801683, + 0.011152769902399133 +] +- position: [ + 0.0006706909484806939, + 0.007758324996586716 +] +- position: [ + 0.004860291670842629, + 0.007758324996586706 +] +- position: [ + 0.010656358322330736, + 0.0077583249965867095 +] +- position: [ + 0.00971262955207349, + 0.04281685323972358 +] +- position: [ + 0.045324834236430724, + 0.04281685323972362 +] +- position: [ + 0.027518731894252104, + 0.042816853239723604 +] +- position: [ + 0.007734173736275863, + 0.04487268213656704 +] +- position: [ + 0.047303290052228344, + 0.044872682136567074 +] +- position: [ + 0.0275187318942521, + 0.04487268213656706 +] +- position: [ + 0.005535889496500721, + 0.0471569364663931 +] +- position: [ + 0.049501574292003477, + 0.047156936466393136 +] +- position: [ + 0.027518731894252097, + 0.04715693646639312 +] +- position: [ + 0.027518731894252104, + 0.03520371029391741 +] +- position: [ + 0.07567280285575671, + 0.07567280285575669 +] +- position: [ + 0.0030933514523061195, + 0.0496949968328665 +] +- position: [ + 0.05194411233619807, + 0.04969499683286654 +] +- position: [ + 0.027518731894252094, + 0.049694996832866524 +] +- position: [ + -0.004236025129422868, + 0.024207896041035352 +] +- position: [ + 0.05927348891792715, + 0.024207896041035373 +] +- position: [ + 0.027518731894252114, + 0.02665673338211666 +] +- position: [ + 0.0010152573297521664, + 0.011152769902399138 +] +- position: [ + 0.03283202352275121, + 0.011152769902399133 +] +- position: [ + -0.024273263839738393, + 0.011152769902399138 +] +- position: [ + 0.046578803644536676, + 0.011152769902399133 +] +- position: [ + -0.001229739302480437, + 0.007758324996586716 +] +- position: [ + 0.0035073117519119853, + 0.007758324996586704 +] +- position: [ + 0.012009338241261387, + 0.007758324996586706 +] +- position: [ + 0.1346680766499419, + 0.06339063782897117 +] +- position: [ + 0.1346680766499419, + 0.07168688907929599 +] +- position: [ + 0.11773983973659279, + 0.06339063782897117 +] +- position: [ + 0.1515963135632909, + 0.06339063782897117 +] +- position: [ + 0.13466807664994188, + 0.07126286961388985 +] +- position: [ + 0.1346680766499419, + 0.06435841581387525 +] +- position: [ + 0.1346680766499419, + 0.0735764727586806 +] +- position: [ + 0.11585892452399844, + 0.06435841581387525 +] +- position: [ + 0.1534772287758852, + 0.06435841581387525 +] +- position: [ + 0.0031672203946784125, + 0.011152769902399138 +] +- position: [ + 0.028230011665124, + 0.011152769902399133 +] +- position: [ + -0.016753123607744058, + 0.011152769902399138 +] +- position: [ + 0.03905866341254234, + 0.011152769902399133 +] +- position: [ + 0.0006782220695195593, + 0.007758324996586713 +] +- position: [ + 0.00486565332803971, + 0.007758324996586706 +] +- position: [ + 0.010650996665133649, + 0.007758324996586711 +] +- position: [ + 0.1346680766499419, + 0.06543372468599087 +] +- position: [ + 0.1346680766499419, + 0.07567601018021904 +] +- position: [ + 0.11376901873222696, + 0.06543372468599087 +] +- position: [ + 0.1555671345676567, + 0.06543372468599087 +] +- position: [ + 0.1346680766499419, + 0.06662851232167491 +] +- position: [ + 0.1346680766499419, + 0.07800882953748398 +] +- position: [ + 0.1114469011858142, + 0.06662851232167491 +] +- position: [ + 0.15788925211406946, + 0.06662851232167491 +] +- position: [ + 0.1346680766499419, + 0.06795605413910161 +] +- position: [ + 0.13466807664994193, + 0.08060085104555613 +] +- position: [ + 0.1088667705786889, + 0.06795605413910161 +] +- position: [ + 0.16046938272119476, + 0.06795605413910161 +] +- position: [ + 0.13466807664994185, + 0.07591141090429349 +] +- position: [ + 0.13466807664994185, + 0.06620789260964047 +] +- position: [ + 0.1346680766499419, + 0.07971729101397224 +] +- position: [ + 0.10617085672522103, + 0.06620789260964047 +] +- position: [ + 0.16316529657466267, + 0.06620789260964047 +] +- position: [ + 0.10622147516155486, + 0.053154273582749614 +] +- position: [ + 0.16311467813832836, + 0.053154273582749614 +] +- position: [ + -0.0008796848439568905, + 0.01115276990239914 +] +- position: [ + 0.03688439156524168, + 0.011152769902399133 +] +- position: [ + -0.030895231990618662, + 0.01115276990239914 +] +- position: [ + 0.05320077179541695, + 0.011152769902399133 +] +- position: [ + -0.0029098222595429447, + 0.007758324996586715 +] +- position: [ + 0.002311204448371866, + 0.007758324996586704 +] +- position: [ + 0.013205445544801516, + 0.0077583249965867095 +] +- position: [ + 0.08384606874088141, + 0.08384606874088141 +] +- position: [ + 0.08384606874088138, + 0.09653951804162364 +] +- position: [ + 0.051551666614589334, + 0.07747081160188363 +] +- position: [ + 0.11614047086717334, + 0.07747081160188363 +] +- position: [ + 0.0838460687408814, + 0.086756309415782 +] +- position: [ + 0.051551666614589334, + 0.05889824220990858 +] +- position: [ + 0.11614047086717333, + 0.05889824220990858 +] +- position: [ + 0.05813135112878733, + 0.06344041786830878 +] +- position: [ + 0.10956078635297546, + 0.06344041786830878 +] +- position: [ + 0.08384606874088141, + 0.0599102932223502 +] +- position: [ + -0.0002880153443915595, + 0.01115276990239914 +] +- position: [ + 0.035619095660690776, + 0.011152769902399133 +] +- position: [ + -0.02882761397233372, + 0.01115276990239914 +] +- position: [ + 0.051133153777132005, + 0.011152769902399133 +] +- position: [ + -0.0023852395803323654, + 0.007758324996586716 +] +- position: [ + 0.0026846724198650593, + 0.007758324996586704 +] +- position: [ + 0.012831977573308322, + 0.007758324996586708 +] +- position: [ + 0.09500000000000003, + 0.09500000000000001 +] +- position: [ + 0.09500000000000001, + 0.08576235701057897 +] +- position: [ + 0.05895927821595384, + 0.0861549747314464 +] +- position: [ + 0.13104072178404613, + 0.0861549747314464 +] +- position: [ + 0.095, + 0.08576235701057897 +] +- position: [ + 0.09499999999999995, + 0.11379677205919553 +] +- position: [ + 0.06182266620694059, + 0.06930196097030185 +] +- position: [ + 0.12817733379305934, + 0.06930196097030185 +] +- position: [ + 0.09499999999999997, + 0.10453015998257771 +] +- position: [ + 0.03467460315596685, + 0.03507695083381871 +] +- position: [ + 0.04729744328311947, + 0.03507695083381871 +] +- position: [ + -0.003017487109008872, + 0.011152769902399141 +] +- position: [ + 0.04145612029673305, + 0.011152769902399133 +] +- position: [ + -0.0383658866145246, + 0.011152769902399141 +] +- position: [ + 0.06067142641932288, + 0.011152769902399133 +] +- position: [ + -0.004805228462917105, + 0.007758324996586718 +] +- position: [ + 0.0009618013171152174, + 0.007758324996586699 +] +- position: [ + 0.014554848676058173, + 0.007758324996586706 +] +- position: [ + 0.09499999999999999, + 0.05964466094067265 +] +- position: [ + 0.09500000000000011, + 0.09697612303002559 +] +- position: [ + 0.06189586406864415, + 0.10120152782300584 +] +- position: [ + 0.1281041359313558, + 0.10120152782300584 +] diff --git a/SlaveMatrix/Assets/Parts/長物/x0y0.svg b/SlaveMatrix/Assets/Parts/長物/x0y0.svg new file mode 100644 index 0000000..c4ea436 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/長物/x0y0.svg @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/長物/x0y1.svg b/SlaveMatrix/Assets/Parts/長物/x0y1.svg new file mode 100644 index 0000000..ae58e58 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/長物/x0y1.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/長物/x0y2.svg b/SlaveMatrix/Assets/Parts/長物/x0y2.svg new file mode 100644 index 0000000..2ec9fd4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/長物/x0y2.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/長物/x0y3.svg b/SlaveMatrix/Assets/Parts/長物/x0y3.svg new file mode 100644 index 0000000..3205107 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/長物/x0y3.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/青筋左/part.yaml b/SlaveMatrix/Assets/Parts/青筋左/part.yaml new file mode 100644 index 0000000..77c9f9f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/青筋左/part.yaml @@ -0,0 +1,11 @@ +id: 青筋左 +original_key: 青筋左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 血管 diff --git a/SlaveMatrix/Assets/Parts/青筋左/x0y0.svg b/SlaveMatrix/Assets/Parts/青筋左/x0y0.svg new file mode 100644 index 0000000..bd61010 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/青筋左/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鞭痕/part.yaml b/SlaveMatrix/Assets/Parts/鞭痕/part.yaml new file mode 100644 index 0000000..51b18d2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鞭痕/part.yaml @@ -0,0 +1,11 @@ +id: 鞭痕 +original_key: 鞭痕 +resource: スタンプ +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 鞭痕 diff --git a/SlaveMatrix/Assets/Parts/鞭痕/x0y0.svg b/SlaveMatrix/Assets/Parts/鞭痕/x0y0.svg new file mode 100644 index 0000000..f882ab4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鞭痕/x0y0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬目左/part.yaml b/SlaveMatrix/Assets/Parts/頬目左/part.yaml new file mode 100644 index 0000000..4159c2f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬目左/part.yaml @@ -0,0 +1,29 @@ +id: 頬目左 +original_key: 頬目左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 白目 +- name: 黒目 +joints: +- position: [ + 0.06611940007556308, + 0.06590776857611642 +] +- position: [ + 0.039154863170012, + 0.03915486317001201 +] +- position: [ + 0.03801438048460563, + 0.03746402805536391 +] +- position: [ + 0.040295345855418385, + 0.0408456982846601 +] diff --git a/SlaveMatrix/Assets/Parts/頬目左/x0y0.svg b/SlaveMatrix/Assets/Parts/頬目左/x0y0.svg new file mode 100644 index 0000000..9009d2e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬目左/x0y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬瞼左/part.yaml b/SlaveMatrix/Assets/Parts/頬瞼左/part.yaml new file mode 100644 index 0000000..fa18a89 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬瞼左/part.yaml @@ -0,0 +1,109 @@ +id: 頬瞼左 +original_key: 頬瞼左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 瞼左 +- name: 瞼右 +joints: +- position: [ + 0.014168721482344672, + 0.015561954080885157 +] +- position: [ + 0.010670830437377262, + 0.018860594094433213 +] +- position: [ + 0.013436444432893201, + 0.019299731009679764 +] +- position: [ + 0.009631561241059901, + 0.013971216941585077 +] +- position: [ + 0.011979462269498253, + 0.012445168854798815 +] +- position: [ + 0.010561591401562018, + 0.018346664837406424 +] +- position: [ + 0.013274893746124177, + 0.018539694784499298 +] +- position: [ + 0.009740800276875145, + 0.014485146198611869 +] +- position: [ + 0.012141012956267273, + 0.013205205079979281 +] +- position: [ + 0.010452352365746775, + 0.01783273558037963 +] +- position: [ + 0.013113343059355156, + 0.01777965855931883 +] +- position: [ + 0.009850039312690389, + 0.01499907545563866 +] +- position: [ + 0.012302563643036299, + 0.013965241305159748 +] +- position: [ + 0.010343113329931531, + 0.017318806323352837 +] +- position: [ + 0.012951792372586134, + 0.017019622334138364 +] +- position: [ + 0.009959278348505633, + 0.015513004712665453 +] +- position: [ + 0.01246411432980532, + 0.014725277530340216 +] +- position: [ + 0.010233874294116287, + 0.01680487706632604 +] +- position: [ + 0.012790241685817112, + 0.016259586108957898 +] +- position: [ + 0.010068517384320876, + 0.016026933969692243 +] +- position: [ + 0.012625665016574342, + 0.015485313755520685 +] diff --git a/SlaveMatrix/Assets/Parts/頬瞼左/x0y0.svg b/SlaveMatrix/Assets/Parts/頬瞼左/x0y0.svg new file mode 100644 index 0000000..0d95509 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬瞼左/x0y0.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬瞼左/x0y1.svg b/SlaveMatrix/Assets/Parts/頬瞼左/x0y1.svg new file mode 100644 index 0000000..ff2d6eb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬瞼左/x0y1.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬瞼左/x0y2.svg b/SlaveMatrix/Assets/Parts/頬瞼左/x0y2.svg new file mode 100644 index 0000000..e183d45 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬瞼左/x0y2.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬瞼左/x0y3.svg b/SlaveMatrix/Assets/Parts/頬瞼左/x0y3.svg new file mode 100644 index 0000000..2f2e7ab --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬瞼左/x0y3.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬瞼左/x0y4.svg b/SlaveMatrix/Assets/Parts/頬瞼左/x0y4.svg new file mode 100644 index 0000000..80daf49 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬瞼左/x0y4.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頬肌左/part.yaml b/SlaveMatrix/Assets/Parts/頬肌左/part.yaml new file mode 100644 index 0000000..fd8a2f2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬肌左/part.yaml @@ -0,0 +1,59 @@ +id: 頬肌左 +original_key: 頬肌左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 淫タトゥ +- name: 悪タトゥ +- name: 隈取 +- name: 猟豹 +- name: 牛柄 +- name: 獣性 +- name: 紋柄 +- name: 鱗 +- name: 百足 +- name: 蜘蛛 +- name: 傷 +- name: 髭 +joints: +- position: [ + -0.0014957944219115837, + 0.008105469171541388 +] +- position: [ + 0.05035769541395883, + 0.04346315328116932 +] +- position: [ + 0.05038074040652705, + 0.04412307552525584 +] +- position: [ + 0.051715138554187, + 0.047070880101016226 +] +- position: [ + 0.05173818354675522, + 0.04773080234510274 +] +- position: [ + 0.0545986291310103, + 0.04426074024106696 +] +- position: [ + 0.05462167412357852, + 0.04492066248515347 +] +- position: [ + 0.05048673132780686, + 0.04407256151519765 +] +- position: [ + 0.05048673132780685, + 0.04473288601112572 +] diff --git a/SlaveMatrix/Assets/Parts/頬肌左/x0y0.svg b/SlaveMatrix/Assets/Parts/頬肌左/x0y0.svg new file mode 100644 index 0000000..b0ace7f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頬肌左/x0y0.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頭部前/part.yaml b/SlaveMatrix/Assets/Parts/頭部前/part.yaml new file mode 100644 index 0000000..638a438 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頭部前/part.yaml @@ -0,0 +1,344 @@ +id: 頭部前 +original_key: 頭部前 +resource: 肢中 +morph_x: 1 +morph_y: 3 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +fields: +- name: 頭部 +- name: 頭頂部 +- name: 左部 +- name: 右部 +- name: 鼻部 +- name: 縁下 +- name: 縁上 +joints: +- position: [ + 0.060165314695050674, + 0.07493961909057595 +] +- position: [ + 0.06016531469505066, + 0.06796849124480361 +] +- position: [ + 0.06016531469505068, + 0.07636752689704757 +] +- position: [ + 0.06016531469505063, + 0.03280233872827556 +] +- position: [ + 0.058306629531196724, + 0.06771142233616001 +] +- position: [ + 0.062023999858904416, + 0.06771142233616001 +] +- position: [ + 0.009877605068875599, + 0.028069386055534707 +] +- position: [ + 0.014334370908557647, + 0.033076333961643875 +] +- position: [ + 0.02255799174271949, + 0.023939797290462833 +] +- position: [ + 0.02255799174271949, + 0.03154026976181934 +] +- position: [ + 0.017562250393458028, + 0.01986876445335377 +] +- position: [ + 0.017757703518367546, + 0.0199543835754111 +] +- position: [ + 0.0179438493516147, + 0.020035925596418088 +] +- position: [ + 0.01812113109756438, + 0.020113584664043792 +] +- position: [ + 0.018289970855611685, + 0.020187545680830175 +] +- position: [ + 0.01860391326286518, + 0.020325069566918232 +] +- position: [ + 0.018749763393993403, + 0.020388959874043933 +] +- position: [ + 0.018888668280782187, + 0.02044980778559221 +] +- position: [ + 0.01902095864915245, + 0.02050775817754296 +] +- position: [ + 0.019139819155312682, + 0.020562949027019856 +] +- position: [ + 0.018047579697656344, + 0.019494675406790382 +] +- position: [ + 0.01959156896744367, + 0.0198114439689677 +] +- position: [ + 0.014363153864510878, + 0.019103250326524872 +] +- position: [ + 0.0145528471041483, + 0.01917414950518536 +] +- position: [ + 0.014733507332374413, + 0.019241672532481074 +] +- position: [ + 0.015241192422434477, + 0.019305980177524603 +] +- position: [ + 0.025771281639657608, + 0.01986876445335377 +] +- position: [ + 0.025575828514748124, + 0.0199543835754111 +] +- position: [ + 0.025389682681500925, + 0.020035925596418088 +] +- position: [ + 0.02521240093555129, + 0.020113584664043792 +] +- position: [ + 0.025043561177503965, + 0.020187545680830175 +] +- position: [ + 0.024729618770250452, + 0.020325069566918232 +] +- position: [ + 0.024583768639122247, + 0.020388959874043933 +] +- position: [ + 0.024444863752333408, + 0.02044980778559221 +] +- position: [ + 0.024312573383963223, + 0.02050775817754296 +] +- position: [ + 0.0241937128778029, + 0.020562949027019856 +] +- position: [ + 0.02528595233545924, + 0.019494675406790382 +] +- position: [ + 0.023741963065671997, + 0.0198114439689677 +] +- position: [ + 0.02897037816860474, + 0.019103250326524872 +] +- position: [ + 0.0287806849289673, + 0.01917414950518536 +] +- position: [ + 0.028600024700741206, + 0.019241672532481074 +] +- position: [ + 0.027695960743292964, + 0.019305980177524603 +] +- position: [ + 0.005188946705704092, + 0.007403413066346121 +] +- position: [ + 0.009750311111666292, + 0.007403413066346119 +] +- position: [ + 0.007469628908685196, + 0.01154988245768911 +] +- position: [ + 0.007469628908685197, + 0.009660759518588816 +] +- position: [ + 0.12479034867333502, + 0.12832241528442956 +] +- position: [ + 0.0219390691834541, + 0.022081391226451287 +] +- position: [ + 0.02088114030383774, + 0.021874334747904248 +] +- position: [ + 0.021257862280184454, + 0.022319905971177733 +] +- position: [ + 0.019606314658036795, + 0.020046540300386412 +] +- position: [ + 0.020838633410356296, + 0.019259469631760364 +] +- position: [ + 0.021239683024528576, + 0.018017684738386115 +] +- position: [ + 0.03578175585998187, + 0.022081391226451287 +] +- position: [ + 0.03683968473959822, + 0.021874334747904248 +] +- position: [ + 0.03646296276325155, + 0.022319905971177733 +] +- position: [ + 0.03811451038539921, + 0.020046540300386412 +] +- position: [ + 0.03688219163307975, + 0.019259469631760364 +] +- position: [ + 0.03648114201890745, + 0.018017684738386115 +] +- position: [ + 0.023695957474800976, + 0.030395735753254827 +] +- position: [ + 0.03940596827720948, + 0.030395735753254827 +] +- position: [ + 0.12479034867333495, + 0.11726133386841842 +] +- position: [ + 0.02775989581905653, + 0.02848340548222439 +] +- position: [ + 0.024650420850762928, + 0.025872115370463956 +] +- position: [ + 0.022866006712280063, + 0.024294317605910675 +] +- position: [ + 0.023151512974437304, + 0.02654831441241537 +] +- position: [ + 0.024935927112920184, + 0.027750446042551193 +] +- position: [ + 0.03221780656528234, + 0.02848340548222439 +] +- position: [ + 0.035327281533575915, + 0.025872115370463956 +] +- position: [ + 0.03711169567205876, + 0.024294317605910675 +] +- position: [ + 0.03682618940990161, + 0.02654831441241537 +] +- position: [ + 0.035041775271418656, + 0.027750446042551193 +] +- position: [ + 0.020192528180007246, + 0.01999569325086025 +] +- position: [ + 0.02767225548759323, + 0.019995693250860248 +] +- position: [ + 0.023932391833800234, + 0.027750206422795465 +] +- position: [ + 0.10191934169081528, + 0.08532645099125746 +] +- position: [ + 0.023836682994024593, + 0.028404373649052444 +] +- position: [ + 0.023836682994024593, + 0.028663325980355064 +] +- position: [ + 0.023836682994024593, + 0.02929538152111893 +] +- position: [ + 0.007606109943618116, + -0.04192855405671578 +] diff --git a/SlaveMatrix/Assets/Parts/頭部前/x0y0.svg b/SlaveMatrix/Assets/Parts/頭部前/x0y0.svg new file mode 100644 index 0000000..83a2bc2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頭部前/x0y0.svg @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頭部前/x0y1.svg b/SlaveMatrix/Assets/Parts/頭部前/x0y1.svg new file mode 100644 index 0000000..da45d05 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頭部前/x0y1.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頭部前/x0y2.svg b/SlaveMatrix/Assets/Parts/頭部前/x0y2.svg new file mode 100644 index 0000000..0d1e62f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頭部前/x0y2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/頭部後/part.yaml b/SlaveMatrix/Assets/Parts/頭部後/part.yaml new file mode 100644 index 0000000..e049820 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頭部後/part.yaml @@ -0,0 +1,21 @@ +id: 頭部後 +original_key: 頭部後 +resource: 肢中 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 頭部 +- name: 線 +joints: +- position: [ + 0.15001932035822954, + 0.17892108858620498 +] +- position: [ + 0.21282622812289606, + 0.17892108858620495 +] diff --git a/SlaveMatrix/Assets/Parts/頭部後/x0y0.svg b/SlaveMatrix/Assets/Parts/頭部後/x0y0.svg new file mode 100644 index 0000000..54096d1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/頭部後/x0y0.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/額目/part.yaml b/SlaveMatrix/Assets/Parts/額目/part.yaml new file mode 100644 index 0000000..b9d31c2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額目/part.yaml @@ -0,0 +1,29 @@ +id: 額目 +original_key: 額目 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 白目 +- name: 黒目 +joints: +- position: [ + 0.06594584488451323, + 0.0659458448845132 +] +- position: [ + 0.039154863170012, + 0.03915486317001201 +] +- position: [ + 0.037504860338149516, + 0.03795606594133463 +] +- position: [ + 0.04080486600187449, + 0.04035366039868939 +] diff --git a/SlaveMatrix/Assets/Parts/額目/x0y0.svg b/SlaveMatrix/Assets/Parts/額目/x0y0.svg new file mode 100644 index 0000000..b77bffc --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額目/x0y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/額瞼/part.yaml b/SlaveMatrix/Assets/Parts/額瞼/part.yaml new file mode 100644 index 0000000..89bc6ae --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額瞼/part.yaml @@ -0,0 +1,109 @@ +id: 額瞼 +original_key: 額瞼 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 瞼左 +- name: 瞼右 +joints: +- position: [ + 0.014168721482344672, + 0.015561954080885157 +] +- position: [ + 0.011669417108863584, + 0.01145467452500613 +] +- position: [ + 0.01066487290686455, + 0.014068551520726474 +] +- position: [ + 0.01666802585582583, + 0.01145467452500613 +] +- position: [ + 0.017672570057824855, + 0.014068551520726474 +] +- position: [ + 0.012194827851210899, + 0.01145467452500613 +] +- position: [ + 0.01144188879343452, + 0.014068551520726474 +] +- position: [ + 0.016142615113478517, + 0.01145467452500613 +] +- position: [ + 0.016895554171254885, + 0.014068551520726474 +] +- position: [ + 0.012720238593558211, + 0.01145467452500613 +] +- position: [ + 0.01221890468000449, + 0.014068551520726474 +] +- position: [ + 0.015617204371131205, + 0.01145467452500613 +] +- position: [ + 0.016118538284684916, + 0.014068551520726474 +] +- position: [ + 0.013245649335905524, + 0.01145467452500613 +] +- position: [ + 0.012995920566574459, + 0.014068551520726474 +] +- position: [ + 0.015091793628783892, + 0.01145467452500613 +] +- position: [ + 0.015341522398114945, + 0.014068551520726474 +] +- position: [ + 0.013771060078252838, + 0.01145467452500613 +] +- position: [ + 0.013772936453144428, + 0.014068551520726474 +] +- position: [ + 0.014566382886436578, + 0.01145467452500613 +] +- position: [ + 0.014564506511544974, + 0.014068551520726474 +] diff --git a/SlaveMatrix/Assets/Parts/額瞼/x0y0.svg b/SlaveMatrix/Assets/Parts/額瞼/x0y0.svg new file mode 100644 index 0000000..a9ce3fb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額瞼/x0y0.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/額瞼/x0y1.svg b/SlaveMatrix/Assets/Parts/額瞼/x0y1.svg new file mode 100644 index 0000000..3fe5163 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額瞼/x0y1.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/額瞼/x0y2.svg b/SlaveMatrix/Assets/Parts/額瞼/x0y2.svg new file mode 100644 index 0000000..fc03d62 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額瞼/x0y2.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/額瞼/x0y3.svg b/SlaveMatrix/Assets/Parts/額瞼/x0y3.svg new file mode 100644 index 0000000..242be35 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額瞼/x0y3.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/額瞼/x0y4.svg b/SlaveMatrix/Assets/Parts/額瞼/x0y4.svg new file mode 100644 index 0000000..43c10e4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/額瞼/x0y4.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/顔ハイライト左/part.yaml b/SlaveMatrix/Assets/Parts/顔ハイライト左/part.yaml new file mode 100644 index 0000000..2a915de --- /dev/null +++ b/SlaveMatrix/Assets/Parts/顔ハイライト左/part.yaml @@ -0,0 +1,17 @@ +id: 顔ハイライト左 +original_key: 顔ハイライト左 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: ハイライト1 +- name: ハイライト2 +joints: +- position: [ + 0.03556172350656413, + 0.03097891127604637 +] diff --git a/SlaveMatrix/Assets/Parts/顔ハイライト左/x0y0.svg b/SlaveMatrix/Assets/Parts/顔ハイライト左/x0y0.svg new file mode 100644 index 0000000..7c2581d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/顔ハイライト左/x0y0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/顔面/part.yaml b/SlaveMatrix/Assets/Parts/顔面/part.yaml new file mode 100644 index 0000000..b3ac4b9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/顔面/part.yaml @@ -0,0 +1,275 @@ +id: 顔面 +original_key: 顔面 +resource: 肢中 +morph_x: 3 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 2 + y: 0 + file: x2y0.svg +fields: +- name: 面額 +- name: 面左下 +- name: 面右下 +- name: 面左外 +- name: 面右外 +- name: 面左上 +- name: 面右上 +- name: 面中0 +- name: 面中2 +- name: 面中1 +joints: +- position: [ + 0.07137575080508678, + 0.06467392739060429 +] +- position: [ + 0.07295806297722743, + 0.06467392739060429 +] +- position: [ + 0.06959205849952949, + 0.06353024848742028 +] +- position: [ + 0.06369871795646825, + 0.06333007007443722 +] +- position: [ + 0.07367503237267706, + 0.06928465341310913 +] +- position: [ + 0.06608572524119151, + 0.06353024848742028 +] +- position: [ + 0.07197906578425285, + 0.06333007007443722 +] +- position: [ + 0.06200275136804396, + 0.06928465341310913 +] +- position: [ + 0.13550000000000004, + 0.14048951894729342 +] +- position: [ + 0.12736115181254004, + 0.1344945333317296 +] +- position: [ + 0.14363884818745995, + 0.13450258742351848 +] +- position: [ + 0.11620173867065844, + 0.13404538034462898 +] +- position: [ + 0.1547982613293413, + 0.13404538034462898 +] +- position: [ + 0.1355, + 0.1300622700658616 +] +- position: [ + 0.007430503729585521, + 0.008452189294389486 +] +- position: [ + 0.0080861462635878, + 0.008452189294389486 +] +- position: [ + 0.13549999441804048, + 0.14260203553866838 +] +- position: [ + 0.13549999580498312, + 0.14518969013745597 +] +- position: [ + 0.13549999321711834, + 0.14311198612445133 +] +- position: [ + 0.13549999496433765, + 0.14608867274059087 +] +- position: [ + 0.04696215541556608, + 0.04897869446449311 +] +- position: [ + 0.0640374101777055, + 0.04897869446449311 +] +- position: [ + 0.06035688157953649, + 0.06128383224218051 +] +- position: [ + 0.06702189604105348, + 0.061283832242180494 +] +- position: [ + 0.059750155726895994, + 0.06355648720132522 +] +- position: [ + 0.06762862189369401, + 0.06355648720132522 +] +- position: [ + 0.0554997827966358, + 0.05844920281084737 +] +- position: [ + 0.041259355731167645, + 0.055799207917703236 +] +- position: [ + 0.069740209862104, + 0.05579920791770324 +] +- position: [ + 0.0554997827966358, + 0.054505729560314034 +] +- position: [ + 0.01915527138243096, + 0.018553777293511056 +] +- position: [ + 0.019230458143545917, + 0.018553777293511056 +] +- position: [ + 0.0553295345107817, + 0.04436238797000162 +] +- position: [ + 0.0557276778664924, + 0.04482807427988054 +] +- position: [ + 0.05260458416146887, + 0.04035862320237093 +] +- position: [ + 0.05300272751717957, + 0.04082430951224985 +] +- position: [ + 0.05805448486009443, + 0.04035862320237093 +] +- position: [ + 0.058452628215805144, + 0.04082430951224985 +] +- position: [ + 0.0732149184171934, + 0.0705302563246829 +] +- position: [ + 0.08317926905387418, + 0.07053025632468288 +] +- position: [ + 0.06474739734231003, + 0.07148915675711748 +] +- position: [ + 0.09164679012875754, + 0.07148915675711748 +] +- position: [ + 0.05823258598896112, + 0.07748852564938508 +] +- position: [ + 0.09816160148210647, + 0.07748852564938508 +] +- position: [ + 0.06659373957248427, + 0.08100862581049759 +] +- position: [ + 0.08980044789858331, + 0.08100862581049759 +] +- position: [ + 0.07417494577317195, + 0.07904873784171762 +] +- position: [ + 0.08221924169789568, + 0.07904873784171759 +] +- position: [ + 0.06754894021379382, + 0.06359250920296616 +] +- position: [ + 0.08884524725727375, + 0.06359250920296616 +] +- position: [ + 0.058981030191407824, + 0.06656081501841384 +] +- position: [ + 0.09741315727965971, + 0.06656081501841384 +] +- position: [ + 0.05102053130865091, + 0.04242751025154756 +] +- position: [ + 0.051190124690530824, + 0.042652001526683504 +] +- position: [ + 0.05127492138147079, + 0.04276424716425148 +] +- position: [ + 0.051105327999590874, + 0.04253975588911553 +] +- position: [ + 0.05092725494861696, + 0.04230404005022279 +] +- position: [ + 0.05322524527308999, + 0.04242751025154756 +] +- position: [ + 0.053055651891210046, + 0.042652001526683504 +] +- position: [ + 0.052970855200270076, + 0.04276424716425148 +] +- position: [ + 0.05314044858215002, + 0.04253975588911553 +] +- position: [ + 0.05331852163312396, + 0.04230404005022279 +] diff --git a/SlaveMatrix/Assets/Parts/顔面/x0y0.svg b/SlaveMatrix/Assets/Parts/顔面/x0y0.svg new file mode 100644 index 0000000..8bac586 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/顔面/x0y0.svg @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/顔面/x1y0.svg b/SlaveMatrix/Assets/Parts/顔面/x1y0.svg new file mode 100644 index 0000000..34f1d73 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/顔面/x1y0.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/顔面/x2y0.svg b/SlaveMatrix/Assets/Parts/顔面/x2y0.svg new file mode 100644 index 0000000..58661ee --- /dev/null +++ b/SlaveMatrix/Assets/Parts/顔面/x2y0.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛沫/part.yaml b/SlaveMatrix/Assets/Parts/飛沫/part.yaml new file mode 100644 index 0000000..eb2b2da --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛沫/part.yaml @@ -0,0 +1,234 @@ +id: 飛沫 +original_key: 飛沫 +resource: 性器付 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 飛沫基 +- name: 雫1 +- name: 雫2 +- name: 雫3 +- name: 雫4 +- name: 雫5 +- name: 雫6 +- name: 雫7 +- name: 雫8 +- name: 雫9 +- name: 雫10 +joints: +- position: [ + 0.31395540302587915, + 0.3079189009450093 +] +- position: [ + 0.31577919020753403, + 0.3095602523151655 +] +- position: [ + 0.31528485878619034, + 0.3120654155653986 +] +- position: [ + 0.31262594726556797, + 0.3117329415677622 +] +- position: [ + 0.31225949045869983, + 0.3091766284717388 +] +- position: [ + 0.3155847249519727, + 0.3071748926585703 +] +- position: [ + 0.3171250433307476, + 0.31088033492302874 +] +- position: [ + 0.31359735410534767, + 0.31337183663186235 +] +- position: [ + 0.3108880624125912, + 0.31088033492302874 +] +- position: [ + 0.31196803217925395, + 0.30748179173331136 +] +- position: [ + 0.31410570564890916, + 0.3063722468655845 +] +- position: [ + 0.31760798717266325, + 0.30937742136858876 +] +- position: [ + 0.31665179348187633, + 0.313604663968006 +] +- position: [ + 0.31170166603270544, + 0.3135956977596863 +] +- position: [ + 0.31045894079610403, + 0.30907877670011386 +] +- position: [ + 0.3175889189561247, + 0.30467588541291013 +] +- position: [ + 0.320343278192065, + 0.3124504948070984 +] +- position: [ + 0.3138262421726057, + 0.31702530734764245 +] +- position: [ + 0.3076607614409115, + 0.31240678766347885 +] +- position: [ + 0.3099605913587189, + 0.30514644900887355 +] +- position: [ + 0.3142560082719391, + 0.30482559278615967 +] +- position: [ + 0.3194367841377925, + 0.30919459042201203 +] +- position: [ + 0.3180187281775624, + 0.3151439123706135 +] +- position: [ + 0.31077738479984296, + 0.3154584539516105 +] +- position: [ + 0.3086583911335082, + 0.30898092492848894 +] +- position: [ + 0.31959311296027665, + 0.3021768781672499 +] +- position: [ + 0.32356151305338243, + 0.314020654691168 +] +- position: [ + 0.31405513023986364, + 0.3206787780634225 +] +- position: [ + 0.30443346046923175, + 0.313933240403929 +] +- position: [ + 0.3079531505381839, + 0.3028111062844357 +] +- position: [ + 0.3144063108949691, + 0.30327893870673484 +] +- position: [ + 0.3212655811029217, + 0.30901175947543535 +] +- position: [ + 0.31938566287324843, + 0.316683160773221 +] +- position: [ + 0.3098531035669805, + 0.31732121014353465 +] +- position: [ + 0.30685784147091233, + 0.30888307315686403 +] +- position: [ + 0.3215973069644286, + 0.29967787092158976 +] +- position: [ + 0.3267797479146998, + 0.3155908145752377 +] +- position: [ + 0.31428401830712166, + 0.3243322487792026 +] +- position: [ + 0.30120615949755203, + 0.3154596931443791 +] +- position: [ + 0.3059457097176489, + 0.30047576355999783 +] +- position: [ + 0.31455661351799913, + 0.30173228462731005 +] +- position: [ + 0.3230943780680509, + 0.3088289285288586 +] +- position: [ + 0.3207525975689344, + 0.31822240917582845 +] +- position: [ + 0.308928822334118, + 0.31918396633545876 +] +- position: [ + 0.30505729180831653, + 0.3087852213852391 +] +- position: [ + 0.3236015009685806, + 0.2971788636759296 +] +- position: [ + 0.3299979827760172, + 0.31716097445930735 +] +- position: [ + 0.3145129063743797, + 0.3279857194949827 +] +- position: [ + 0.2979788585258723, + 0.3169861458848292 +] +- position: [ + 0.30393826889711384, + 0.29814042083556 +] diff --git a/SlaveMatrix/Assets/Parts/飛沫/x0y0.svg b/SlaveMatrix/Assets/Parts/飛沫/x0y0.svg new file mode 100644 index 0000000..ccb9dd5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛沫/x0y0.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛沫/x0y1.svg b/SlaveMatrix/Assets/Parts/飛沫/x0y1.svg new file mode 100644 index 0000000..1f7f858 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛沫/x0y1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛沫/x0y2.svg b/SlaveMatrix/Assets/Parts/飛沫/x0y2.svg new file mode 100644 index 0000000..b29b1ff --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛沫/x0y2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛沫/x0y3.svg b/SlaveMatrix/Assets/Parts/飛沫/x0y3.svg new file mode 100644 index 0000000..9c7d093 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛沫/x0y3.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛沫/x0y4.svg b/SlaveMatrix/Assets/Parts/飛沫/x0y4.svg new file mode 100644 index 0000000..aa61dc7 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛沫/x0y4.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛膜先/part.yaml b/SlaveMatrix/Assets/Parts/飛膜先/part.yaml new file mode 100644 index 0000000..934f953 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛膜先/part.yaml @@ -0,0 +1,14 @@ +id: 飛膜先 +original_key: 飛膜先 +resource: 腕左 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 飛膜 diff --git a/SlaveMatrix/Assets/Parts/飛膜先/x0y0.svg b/SlaveMatrix/Assets/Parts/飛膜先/x0y0.svg new file mode 100644 index 0000000..25a4383 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛膜先/x0y0.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛膜先/x0y1.svg b/SlaveMatrix/Assets/Parts/飛膜先/x0y1.svg new file mode 100644 index 0000000..cf286bb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛膜先/x0y1.svg @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛膜根/part.yaml b/SlaveMatrix/Assets/Parts/飛膜根/part.yaml new file mode 100644 index 0000000..f654c7f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛膜根/part.yaml @@ -0,0 +1,14 @@ +id: 飛膜根 +original_key: 飛膜根 +resource: 腕左 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 飛膜 diff --git a/SlaveMatrix/Assets/Parts/飛膜根/x0y0.svg b/SlaveMatrix/Assets/Parts/飛膜根/x0y0.svg new file mode 100644 index 0000000..fc169de --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛膜根/x0y0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/飛膜根/x0y1.svg b/SlaveMatrix/Assets/Parts/飛膜根/x0y1.svg new file mode 100644 index 0000000..ec9793b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/飛膜根/x0y1.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/part.yaml b/SlaveMatrix/Assets/Parts/魔性中瞼左/part.yaml new file mode 100644 index 0000000..b874666 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/part.yaml @@ -0,0 +1,193 @@ +id: 魔性中瞼左 +original_key: 魔性中瞼左 +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 瞼 +- name: 二重 +- name: 睫毛 +joints: +- position: [ + 0.1416607104578467, + 0.1364122040179761 +] +- position: [ + 0.13679354200981608, + 0.13876734625604523 +] +- position: [ + 0.13366109278521593, + 0.1404781283711497 +] +- position: [ + 0.135204832685137, + 0.1434881697795526 +] +- position: [ + 0.14152185117886698, + 0.14116273906070584 +] +- position: [ + 0.1360569183220487, + 0.14452355672643244 +] +- position: [ + 0.13692420773900918, + 0.14028803399115744 +] +- position: [ + 0.13384518781859836, + 0.14098948859347288 +] +- position: [ + 0.13527945999353025, + 0.14345714692441947 +] +- position: [ + 0.13605279236269574, + 0.14438873713381678 +] +- position: [ + 0.13705487346820233, + 0.14180872172626963 +] +- position: [ + 0.13402928285198082, + 0.14150084881579605 +] +- position: [ + 0.13535408730192355, + 0.14342612406928634 +] +- position: [ + 0.13604866640334273, + 0.14425391754120118 +] +- position: [ + 0.13718553919739543, + 0.14332940946138184 +] +- position: [ + 0.13421337788536322, + 0.14201220903811926 +] +- position: [ + 0.1354287146103168, + 0.14339510121415325 +] +- position: [ + 0.1360445404439897, + 0.14411909794858555 +] +- position: [ + 0.13731620492658855, + 0.14485009719649403 +] +- position: [ + 0.13439747291874565, + 0.14252356926044243 +] +- position: [ + 0.13550334191871008, + 0.14336407835902013 +] +- position: [ + 0.13604041448463672, + 0.14398427835596989 +] +- position: [ + 0.13700497513406584, + 0.13967339939165402 +] +- position: [ + 0.13375414004663144, + 0.14126042455706636 +] +- position: [ + 0.1353203008506351, + 0.14340317475350037 +] +- position: [ + 0.13616467695135862, + 0.1441247064139862 +] +- position: [ + 0.13721640825831555, + 0.14057945252726278 +] +- position: [ + 0.13384718730804687, + 0.14204272074298305 +] +- position: [ + 0.13543576901613322, + 0.14331817972744812 +] +- position: [ + 0.1362724355806685, + 0.1437258561015399 +] +- position: [ + 0.13742784138256528, + 0.14148550566287157 +] +- position: [ + 0.13394023456946233, + 0.1428250169288997 +] +- position: [ + 0.1355512371816313, + 0.1432331847013959 +] +- position: [ + 0.13638019420997843, + 0.14332700578909363 +] +- position: [ + 0.137639274506815, + 0.1423915587984803 +] +- position: [ + 0.13403328183087782, + 0.1436073131148164 +] +- position: [ + 0.13566670534712943, + 0.14314818967534368 +] +- position: [ + 0.13648795283928833, + 0.1429281554766474 +] diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y0.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y0.svg new file mode 100644 index 0000000..b868e30 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y1.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y1.svg new file mode 100644 index 0000000..f441c9f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y2.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y2.svg new file mode 100644 index 0000000..96cbf08 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y2.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y3.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y3.svg new file mode 100644 index 0000000..7c7f244 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y3.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y4.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y4.svg new file mode 100644 index 0000000..c2f49c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x0y4.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y0.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y0.svg new file mode 100644 index 0000000..b868e30 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y1.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y1.svg new file mode 100644 index 0000000..224edd4 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y2.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y2.svg new file mode 100644 index 0000000..6cd9068 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y2.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y3.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y3.svg new file mode 100644 index 0000000..b33d348 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y3.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y4.svg b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y4.svg new file mode 100644 index 0000000..f4380bb --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性中瞼左/x1y4.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/part.yaml b/SlaveMatrix/Assets/Parts/魔性弱瞼左/part.yaml new file mode 100644 index 0000000..1d9cc9e --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/part.yaml @@ -0,0 +1,157 @@ +id: 魔性弱瞼左 +original_key: 魔性弱瞼左 +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 瞼 +- name: 二重 +- name: 睫毛 +joints: +- position: [ + 0.14212697310533687, + 0.13718697073216035 +] +- position: [ + 0.13618276193369097, + 0.13909805470217176 +] +- position: [ + 0.13428725328345587, + 0.1413999756559347 +] +- position: [ + 0.1348027309517008, + 0.14371444633106875 +] +- position: [ + 0.14152185117886698, + 0.14116273906070584 +] +- position: [ + 0.13624172075943802, + 0.14049237332290207 +] +- position: [ + 0.13433614710193156, + 0.14170384204113 +] +- position: [ + 0.13484405204327252, + 0.14365997846037645 +] +- position: [ + 0.13630067958518507, + 0.14188669194363235 +] +- position: [ + 0.13438504092040723, + 0.14200770842632526 +] +- position: [ + 0.1348853731348442, + 0.14360551058968418 +] +- position: [ + 0.13635963841093213, + 0.14328101056436265 +] +- position: [ + 0.13443393473888293, + 0.14231157481152057 +] +- position: [ + 0.1349266942264159, + 0.14355104271899188 +] +- position: [ + 0.13641859723667918, + 0.14467532918509296 +] +- position: [ + 0.13448282855735863, + 0.14261544119671585 +] +- position: [ + 0.13496801531798758, + 0.14349657484829959 +] +- position: [ + 0.1363040230124245, + 0.14007820406740618 +] +- position: [ + 0.13432119685220523, + 0.14194506284188402 +] +- position: [ + 0.1349129542476692, + 0.14370715169342593 +] +- position: [ + 0.13642528409115803, + 0.1410583534326406 +] +- position: [ + 0.1343551404209546, + 0.14249015002783327 +] +- position: [ + 0.13502317754363755, + 0.1436998570557831 +] +- position: [ + 0.13654654516989156, + 0.142038502797875 +] +- position: [ + 0.13438908398970392, + 0.14303523721378253 +] +- position: [ + 0.13513340083960587, + 0.14369256241814027 +] +- position: [ + 0.13666780624862507, + 0.14301865216310936 +] +- position: [ + 0.13442302755845328, + 0.1435803243997318 +] +- position: [ + 0.13524362413557423, + 0.14368526778049745 +] diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y0.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y0.svg new file mode 100644 index 0000000..494321f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y1.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y1.svg new file mode 100644 index 0000000..88b71aa --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y2.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y2.svg new file mode 100644 index 0000000..31690b8 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y3.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y3.svg new file mode 100644 index 0000000..9d2b029 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y4.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y4.svg new file mode 100644 index 0000000..2817bd5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x0y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y0.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y0.svg new file mode 100644 index 0000000..494321f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y0.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y1.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y1.svg new file mode 100644 index 0000000..b92cd9d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y2.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y2.svg new file mode 100644 index 0000000..12eba37 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y2.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y3.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y3.svg new file mode 100644 index 0000000..5c883b1 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y3.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y4.svg b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y4.svg new file mode 100644 index 0000000..27c8c7c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性弱瞼左/x1y4.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/part.yaml b/SlaveMatrix/Assets/Parts/魔性強瞼左/part.yaml new file mode 100644 index 0000000..5b17f45 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/part.yaml @@ -0,0 +1,193 @@ +id: 魔性強瞼左 +original_key: 魔性強瞼左 +resource: 胴体 +morph_x: 2 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +- x: 1 + y: 2 + file: x1y2.svg +- x: 1 + y: 3 + file: x1y3.svg +- x: 1 + y: 4 + file: x1y4.svg +fields: +- name: 瞼 +- name: 二重 +- name: 睫毛 +joints: +- position: [ + 0.1416620990506365, + 0.1364122040179761 +] +- position: [ + 0.13660209840108697, + 0.1398802123457903 +] +- position: [ + 0.13350186095425093, + 0.14096111075750267 +] +- position: [ + 0.13572915927955856, + 0.14373644353103798 +] +- position: [ + 0.14152185117886698, + 0.14116273906070584 +] +- position: [ + 0.13669879800324783, + 0.14452532791795433 +] +- position: [ + 0.13664459427399256, + 0.14103996284488 +] +- position: [ + 0.13369472967768242, + 0.14123868133719555 +] +- position: [ + 0.1357186685926597, + 0.14364209314674228 +] +- position: [ + 0.13667168011493264, + 0.14444740844865545 +] +- position: [ + 0.13668709014689814, + 0.1421997133439697 +] +- position: [ + 0.13388759840111394, + 0.14151625191688846 +] +- position: [ + 0.1357081779057609, + 0.1435477427624466 +] +- position: [ + 0.1366445622266175, + 0.14436948897935656 +] +- position: [ + 0.13672958601980373, + 0.14335946384305945 +] +- position: [ + 0.1340804671245454, + 0.1417938224965814 +] +- position: [ + 0.13569768721886208, + 0.1434533923781509 +] +- position: [ + 0.13661744433830236, + 0.1442915695100577 +] +- position: [ + 0.13677208189270937, + 0.14451921434214915 +] +- position: [ + 0.1342733358479769, + 0.14207139307627428 +] +- position: [ + 0.13568719653196326, + 0.1433590419938552 +] +- position: [ + 0.1365903264499872, + 0.1442136500407588 +] +- position: [ + 0.1367975620085514, + 0.14052113120996995 +] +- position: [ + 0.1335585896355654, + 0.14150542849494435 +] +- position: [ + 0.13553369388707903, + 0.14359024837458223 +] +- position: [ + 0.13657484854222576, + 0.1441005448517589 +] +- position: [ + 0.13699302561601584, + 0.14116205007414967 +] +- position: [ + 0.13361531831687987, + 0.14204974623238603 +] +- position: [ + 0.13533822849459945, + 0.14344405321812645 +] +- position: [ + 0.1364508990812037, + 0.14367576178556346 +] +- position: [ + 0.13718848922348026, + 0.14180296893832942 +] +- position: [ + 0.13367204699819438, + 0.1425940639698277 +] +- position: [ + 0.13514276310211992, + 0.14329785806167067 +] +- position: [ + 0.1363269496201817, + 0.14325097871936804 +] +- position: [ + 0.1373839528309447, + 0.1424438878025091 +] +- position: [ + 0.13372877567950883, + 0.1431383817072694 +] +- position: [ + 0.13494729770964037, + 0.1431516629052149 +] +- position: [ + 0.13620300015915965, + 0.1428261956531726 +] diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y0.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y0.svg new file mode 100644 index 0000000..4594301 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y1.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y1.svg new file mode 100644 index 0000000..45e7962 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y2.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y2.svg new file mode 100644 index 0000000..2c28504 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y2.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y3.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y3.svg new file mode 100644 index 0000000..3223002 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y3.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y4.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y4.svg new file mode 100644 index 0000000..ca9119f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x0y4.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y0.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y0.svg new file mode 100644 index 0000000..4594301 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y0.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y1.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y1.svg new file mode 100644 index 0000000..23ce45f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y1.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y2.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y2.svg new file mode 100644 index 0000000..7c6bfa0 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y2.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y3.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y3.svg new file mode 100644 index 0000000..2559244 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y3.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y4.svg b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y4.svg new file mode 100644 index 0000000..8623389 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/魔性強瞼左/x1y4.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鰭/part.yaml b/SlaveMatrix/Assets/Parts/鰭/part.yaml new file mode 100644 index 0000000..f7bdd71 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鰭/part.yaml @@ -0,0 +1,34 @@ +id: 鰭 +original_key: 鰭 +resource: 肢左 +morph_x: 2 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 1 + y: 0 + file: x1y0.svg +- x: 1 + y: 1 + file: x1y1.svg +fields: +- name: 鰭2 +- name: 鰭1 +joints: +- position: [ + -0.029220695985322773, + -0.004369601514097196 +] +- position: [ + 0.0041140349756728905, + 0.015700328990153806 +] +- position: [ + 0.009875482766327808, + 0.017795459169753315 +] diff --git a/SlaveMatrix/Assets/Parts/鰭/x0y0.svg b/SlaveMatrix/Assets/Parts/鰭/x0y0.svg new file mode 100644 index 0000000..59ba294 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鰭/x0y0.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鰭/x0y1.svg b/SlaveMatrix/Assets/Parts/鰭/x0y1.svg new file mode 100644 index 0000000..6a3264f --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鰭/x0y1.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鰭/x1y0.svg b/SlaveMatrix/Assets/Parts/鰭/x1y0.svg new file mode 100644 index 0000000..ab60ef2 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鰭/x1y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鰭/x1y1.svg b/SlaveMatrix/Assets/Parts/鰭/x1y1.svg new file mode 100644 index 0000000..d7815bf --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鰭/x1y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鳥翼LowerArm/part.yaml b/SlaveMatrix/Assets/Parts/鳥翼LowerArm/part.yaml new file mode 100644 index 0000000..b82ea87 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鳥翼LowerArm/part.yaml @@ -0,0 +1,173 @@ +id: 鳥翼LowerArm +original_key: 鳥翼下腕 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 鳥翼下腕 +- name: 風切羽 +- name: 雨覆羽 +- name: 中雨覆羽 +- name: 小雨覆 +- name: 腕輪 +joints: +- position: [ + 0.03826635411363119, + 0.08396468919029003 +] +- position: [ + 0.04287030801092431, + 0.08365346873755669 +] +- position: [ + 0.047434747309464606, + 0.08401902229389652 +] +- position: [ + 0.05163640916634209, + 0.08488973355261559 +] +- position: [ + 0.05587809302967817, + 0.08577021116482045 +] +- position: [ + 0.060651257233057004, + 0.08672583945642386 +] +- position: [ + 0.06547059178696413, + 0.08760849728995995 +] +- position: [ + 0.0700236967844711, + 0.08848720702173624 +] +- position: [ + 0.07436134332431826, + 0.08904602895352927 +] +- position: [ + 0.07911478705953308, + 0.08934441795090939 +] +- position: [ + 0.08375011292250588, + 0.08907301956136343 +] +- position: [ + 0.08837450189692068, + 0.08873632884492277 +] +- position: [ + 0.09283796925927543, + 0.08741423808388876 +] +- position: [ + 0.09710910775751296, + 0.08536783154740307 +] +- position: [ + 0.10113833183302273, + 0.0830718149525222 +] +- position: [ + 0.03017589452538396, + 0.07922284954337216 +] +- position: [ + 0.05024912603996979, + 0.08288492378482894 +] +- position: [ + 0.05369191138571563, + 0.08250515198278399 +] +- position: [ + 0.05695587567083925, + 0.08201031649331451 +] +- position: [ + 0.060144363313879554, + 0.08174691037370135 +] +- position: [ + 0.06342243418284652, + 0.08125734957456991 +] +- position: [ + 0.0671480873020844, + 0.08051149977329765 +] +- position: [ + 0.07083075267696194, + 0.07950716393370603 +] +- position: [ + 0.07476723307795337, + 0.0784235248900821 +] +- position: [ + 0.07880909700436899, + 0.07744356239550892 +] +- position: [ + 0.08280627252073917, + 0.0760216123232635 +] +- position: [ + 0.08645783941184487, + 0.07421879209402767 +] +- position: [ + 0.08995706446408752, + 0.07269569926550187 +] +- position: [ + 0.09299182414969118, + 0.07063746432646942 +] +- position: [ + 0.06241326209042743, + 0.0776981254186554 +] +- position: [ + 0.14201949215225323, + 0.13806455543519372 +] +- position: [ + 0.15476047568461637, + 0.1465891854169782 +] +- position: [ + 0.011152769902399136, + 0.01599732240437809 +] +- position: [ + 0.011152769902399133, + 0.0007926069319585465 +] +- position: [ + 0.011152769902399136, + 0.028082295678153745 +] +- position: [ + 0.011152769902399133, + -0.0057767558733554745 +] +- position: [ + 0.007758324996586711, + 0.014028762738271163 +] +- position: [ + 0.009906215631991287, + 0.012222459548808913 +] +- position: [ + 0.005610434361182021, + 0.0032941904443644873 +] diff --git a/SlaveMatrix/Assets/Parts/鳥翼LowerArm/x0y0.svg b/SlaveMatrix/Assets/Parts/鳥翼LowerArm/x0y0.svg new file mode 100644 index 0000000..aa93fe5 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鳥翼LowerArm/x0y0.svg @@ -0,0 +1,301 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鳥翼UpperArm/part.yaml b/SlaveMatrix/Assets/Parts/鳥翼UpperArm/part.yaml new file mode 100644 index 0000000..edc01c9 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鳥翼UpperArm/part.yaml @@ -0,0 +1,36 @@ +id: 鳥翼UpperArm +original_key: 鳥翼上腕 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 風切羽 +- name: 羽毛 +- name: 鳥翼上腕 +- name: 小雨覆 +- name: 鱗 +joints: +- position: [ + 0.05794209672584697, + 0.07029176926338121 +] +- position: [ + 0.06965245143667854, + 0.07580889040767418 +] +- position: [ + 0.07787353124941195, + 0.074099274959161 +] +- position: [ + 0.08689726611611695, + 0.0718504591334438 +] +- position: [ + 0.06996703136331828, + 0.06988906241785904 +] diff --git a/SlaveMatrix/Assets/Parts/鳥翼UpperArm/x0y0.svg b/SlaveMatrix/Assets/Parts/鳥翼UpperArm/x0y0.svg new file mode 100644 index 0000000..8cf8c76 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鳥翼UpperArm/x0y0.svg @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鳥翼手/part.yaml b/SlaveMatrix/Assets/Parts/鳥翼手/part.yaml new file mode 100644 index 0000000..cdd7c49 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鳥翼手/part.yaml @@ -0,0 +1,256 @@ +id: 鳥翼手 +original_key: 鳥翼手 +resource: 腕左 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 鳥翼手 +- name: 風切羽 +- name: 雨覆羽 +- name: 小翼羽 +- name: 指 +joints: +- position: [ + -0.033352746373674164, + 0.009556591853875328 +] +- position: [ + -0.027147463381350573, + 0.010956850423354335 +] +- position: [ + -0.020941755338108964, + 0.012443441464493487 +] +- position: [ + -0.01473007661756888, + 0.013851705770516882 +] +- position: [ + -0.00896020766313748, + 0.014963366728779258 +] +- position: [ + -0.0032240306115155423, + 0.015939026948290348 +] +- position: [ + 0.0018700591482038228, + 0.01653448937254491 +] +- position: [ + 0.006813345185515249, + 0.01697725795335612 +] +- position: [ + 0.01168087210275646, + 0.01727917603717395 +] +- position: [ + 0.016330608084991226, + 0.017452931772631523 +] +- position: [ + 0.011752798351347321, + 0.010667349646079297 +] +- position: [ + 0.014655821177138957, + 0.01126855332591064 +] +- position: [ + 0.016999524205329755, + 0.011660726411776672 +] +- position: [ + 0.014795383522627692, + 0.004976831460811129 +] +- position: [ + 0.03061759915736717, + 0.05242159071516547 +] +- position: [ + 0.029124295072695663, + 0.05356861698011045 +] +- position: [ + 0.030800352540898333, + 0.0523555468627782 +] +- position: [ + 0.02916704312581876, + 0.053540089585580916 +] +- position: [ + 0.024686792035679615, + 0.052041551055826314 +] +- position: [ + 0.02209356170261548, + 0.05283366407856329 +] +- position: [ + 0.02348052850324462, + 0.022608689291516524 +] +- position: [ + 0.02523305215134128, + 0.019974796114167657 +] +- position: [ + 0.02533781539824133, + 0.01974224873228706 +] +- position: [ + 0.023479220097488613, + 0.02261840995139851 +] +- position: [ + 0.025231337157449064, + 0.020008222409444228 +] +- position: [ + 0.025342825822067434, + 0.0197768912724215 +] +- position: [ + 0.023471718259459748, + 0.02263483640232475 +] +- position: [ + 0.025216090135498456, + 0.02006477493618571 +] +- position: [ + 0.0253527433127411, + 0.01983566515613005 +] +- position: [ + 0.024656666659230924, + 0.019629364760216914 +] +- position: [ + 0.024879685608109055, + 0.019623609858037128 +] +- position: [ + 0.027511310485088265, + 0.0522748006075235 +] +- position: [ + 0.025444315688974678, + 0.05339608062513167 +] +- position: [ + 0.027716006656474713, + 0.05230170940510448 +] +- position: [ + 0.025504428930132068, + 0.05347615841698817 +] +- position: [ + 0.019438012950730804, + 0.05181496965268665 +] +- position: [ + 0.015953784005457796, + 0.05256285075891875 +] +- position: [ + 0.023809938221821578, + 0.02262418265773168 +] +- position: [ + 0.026367421501986323, + 0.020028052835442057 +] +- position: [ + 0.026517440549280374, + 0.01979739424875064 +] +- position: [ + 0.023809938221821578, + 0.02262418265773167 +] +- position: [ + 0.02636742150198632, + 0.020028052835442064 +] +- position: [ + 0.026517440549280374, + 0.019797394248750644 +] +- position: [ + 0.023802294052395735, + 0.02265085435901199 +] +- position: [ + 0.02635155761444768, + 0.020119895610873986 +] +- position: [ + 0.02652640805145033, + 0.019892888851940807 +] +- position: [ + 0.02557159464828006, + 0.019674206312445496 +] +- position: [ + 0.025874154014406254, + 0.019672331209403607 +] +- position: [ + 0.02983536968812856, + 0.05281478123985462 +] +- position: [ + 0.028239063679186854, + 0.05402841410301481 +] +- position: [ + 0.02335019178698928, + 0.052078822099559684 +] +- position: [ + 0.020576285487759312, + 0.05287523584361563 +] +- position: [ + 0.02356125708695127, + 0.022567315321843435 +] +- position: [ + 0.025508106840027515, + 0.019832745934489294 +] +- position: [ + 0.025616672207753648, + 0.019595570927532186 +] +- position: [ + 0.023554902655967908, + 0.022633467359874274 +] +- position: [ + 0.02549762329313911, + 0.020060013737014742 +] +- position: [ + 0.02563352052406555, + 0.019830600303596627 +] +- position: [ + 0.024865969603134176, + 0.019625282103778414 +] +- position: [ + 0.025107947505969164, + 0.019619182975100572 +] diff --git a/SlaveMatrix/Assets/Parts/鳥翼手/x0y0.svg b/SlaveMatrix/Assets/Parts/鳥翼手/x0y0.svg new file mode 100644 index 0000000..0b11f7b --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鳥翼手/x0y0.svg @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻/part.yaml b/SlaveMatrix/Assets/Parts/鼻/part.yaml new file mode 100644 index 0000000..535fa92 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻/part.yaml @@ -0,0 +1,31 @@ +id: 鼻 +original_key: 鼻 +resource: 胴体 +morph_x: 1 +morph_y: 2 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +fields: +- name: 鼻 +joints: +- position: [ + 0.025474607754010094, + 0.02629677599987642 +] +- position: [ + 0.02641547651749991, + 0.02629677599987642 +] +- position: [ + 0.026845977964465202, + 0.027269898741448636 +] +- position: [ + 0.027915654913375, + 0.027269898741448636 +] diff --git a/SlaveMatrix/Assets/Parts/鼻/x0y0.svg b/SlaveMatrix/Assets/Parts/鼻/x0y0.svg new file mode 100644 index 0000000..63f8a0c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻/x0y0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻/x0y1.svg b/SlaveMatrix/Assets/Parts/鼻/x0y1.svg new file mode 100644 index 0000000..1e99431 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻/x0y1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻水左/part.yaml b/SlaveMatrix/Assets/Parts/鼻水左/part.yaml new file mode 100644 index 0000000..1b7351c --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻水左/part.yaml @@ -0,0 +1,23 @@ +id: 鼻水左 +original_key: 鼻水左 +resource: 胴体 +morph_x: 1 +morph_y: 5 +variants: +- x: 0 + y: 0 + file: x0y0.svg +- x: 0 + y: 1 + file: x0y1.svg +- x: 0 + y: 2 + file: x0y2.svg +- x: 0 + y: 3 + file: x0y3.svg +- x: 0 + y: 4 + file: x0y4.svg +fields: +- name: 鼻水 diff --git a/SlaveMatrix/Assets/Parts/鼻水左/x0y0.svg b/SlaveMatrix/Assets/Parts/鼻水左/x0y0.svg new file mode 100644 index 0000000..6d4c77d --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻水左/x0y0.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻水左/x0y1.svg b/SlaveMatrix/Assets/Parts/鼻水左/x0y1.svg new file mode 100644 index 0000000..a971439 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻水左/x0y1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻水左/x0y2.svg b/SlaveMatrix/Assets/Parts/鼻水左/x0y2.svg new file mode 100644 index 0000000..e4a2338 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻水左/x0y2.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻水左/x0y3.svg b/SlaveMatrix/Assets/Parts/鼻水左/x0y3.svg new file mode 100644 index 0000000..0243199 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻水左/x0y3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻水左/x0y4.svg b/SlaveMatrix/Assets/Parts/鼻水左/x0y4.svg new file mode 100644 index 0000000..7f9d518 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻水左/x0y4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/SlaveMatrix/Assets/Parts/鼻肌/part.yaml b/SlaveMatrix/Assets/Parts/鼻肌/part.yaml new file mode 100644 index 0000000..caa60b6 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻肌/part.yaml @@ -0,0 +1,17 @@ +id: 鼻肌 +original_key: 鼻肌 +resource: 胴体 +morph_x: 1 +morph_y: 1 +variants: +- x: 0 + y: 0 + file: x0y0.svg +fields: +- name: 紋柄 +- name: 傷I +joints: +- position: [ + 0.010565988892664996, + 0.010565988892664996 +] diff --git a/SlaveMatrix/Assets/Parts/鼻肌/x0y0.svg b/SlaveMatrix/Assets/Parts/鼻肌/x0y0.svg new file mode 100644 index 0000000..084b109 --- /dev/null +++ b/SlaveMatrix/Assets/Parts/鼻肌/x0y0.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + +