├── LICENSE ├── README.md ├── assets ├── haruna │ ├── 22 │ │ ├── 22.1024 │ │ │ ├── closet.2016.xmas │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ ├── texture_03_1.png │ │ │ │ └── texture_03_2.png │ │ │ ├── closet.2017.cba-normal │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.cba-super │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.newyear │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.school │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.summer.normal │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ ├── texture_03_1.png │ │ │ │ └── texture_03_2.png │ │ │ ├── closet.2017.summer.super │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ ├── texture_03_1.png │ │ │ │ └── texture_03_2.png │ │ │ ├── closet.2017.tomo-bukatsu.high │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.tomo-bukatsu.low │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.valley │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.vdays │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.bls-summer │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.bls-winter │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.lover │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.spring │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ └── closet.default.v2 │ │ │ │ ├── texture_00.png │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ ├── 22.v2.moc │ │ ├── model.2016.xmas.1.json │ │ ├── model.2016.xmas.2.json │ │ ├── model.2017.cba-normal.json │ │ ├── model.2017.cba-super.json │ │ ├── model.2017.newyear.json │ │ ├── model.2017.school.json │ │ ├── model.2017.summer.normal.1.json │ │ ├── model.2017.summer.normal.2.json │ │ ├── model.2017.summer.super.1.json │ │ ├── model.2017.summer.super.2.json │ │ ├── model.2017.tomo-bukatsu.high.json │ │ ├── model.2017.tomo-bukatsu.low.json │ │ ├── model.2017.valley.json │ │ ├── model.2017.vdays.json │ │ ├── model.2018.bls-summer.json │ │ ├── model.2018.bls-winter.json │ │ ├── model.2018.lover.json │ │ ├── model.2018.spring.json │ │ ├── model.default.json │ │ └── motions │ │ │ ├── 22.v2.idle-01.mtn │ │ │ ├── 22.v2.idle-02.mtn │ │ │ ├── 22.v2.idle-03.mtn │ │ │ ├── 22.v2.thanking.mtn │ │ │ └── 22.v2.touch.mtn │ ├── 33 │ │ ├── 33.1024 │ │ │ ├── closet.2016.xmas │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ ├── texture_03_1.png │ │ │ │ └── texture_03_2.png │ │ │ ├── closet.2017.cba-normal │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.cba-super │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.newyear │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.school │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.summer.normal │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ ├── texture_03_1.png │ │ │ │ └── texture_03_2.png │ │ │ ├── closet.2017.summer.super │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ ├── texture_03_1.png │ │ │ │ └── texture_03_2.png │ │ │ ├── closet.2017.tomo-bukatsu.high │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.tomo-bukatsu.low │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.valley │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2017.vdays │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.bls-summer │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.bls-winter │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.lover │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ ├── closet.2018.spring │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ │ └── closet.default.v2 │ │ │ │ ├── texture_00.png │ │ │ │ ├── texture_01.png │ │ │ │ ├── texture_02.png │ │ │ │ └── texture_03.png │ │ ├── 33.v2.moc │ │ ├── model.2016.xmas.1.json │ │ ├── model.2016.xmas.2.json │ │ ├── model.2017.cba-normal.json │ │ ├── model.2017.cba-super.json │ │ ├── model.2017.newyear.json │ │ ├── model.2017.school.json │ │ ├── model.2017.summer.normal.1.json │ │ ├── model.2017.summer.normal.2.json │ │ ├── model.2017.summer.super.1.json │ │ ├── model.2017.summer.super.2.json │ │ ├── model.2017.tomo-bukatsu.high.json │ │ ├── model.2017.tomo-bukatsu.low.json │ │ ├── model.2017.valley.json │ │ ├── model.2017.vdays.json │ │ ├── model.2018.bls-summer.json │ │ ├── model.2018.bls-winter.json │ │ ├── model.2018.lover.json │ │ ├── model.2018.spring.json │ │ ├── model.default.json │ │ └── motions │ │ │ ├── 33.v2.idle-01.mtn │ │ │ ├── 33.v2.idle-02.mtn │ │ │ ├── 33.v2.idle-03.mtn │ │ │ ├── 33.v2.thanking.mtn │ │ │ └── 33.v2.touch.mtn │ ├── models.json │ └── textures.json └── live2d-widget │ ├── L2Dwidget.0.min.js │ ├── L2Dwidget.0.min.js.map │ ├── L2Dwidget.min.js │ ├── L2Dwidget.min.js.map │ ├── manifest.json │ └── stats.html ├── fetch.js ├── index.html ├── package.json └── urls.txt /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 楼教主 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # bilibili-haruna 2 | 3 | > B站看板娘集合 (live2d) 4 | 5 | ## 介绍 6 | 7 | 心血来潮从B站扒下来的看板娘(22娘,33娘),目前有10多套服装,其实核心 model 就2个。 8 | 9 | 基于 live2d-widget 插件实现,项目地址: 10 | 11 | **本例子中的 live2d-widget 修改过,如果要随机换装功能,推荐用本例子中的代码,或者坐等原作者更新** 12 | 13 | > PS: urls.txt 文件就是从B站直播间的 model 里找的资源,如果你发现新的资源,请 pr 或联系我更新。 14 | 15 | ## 更新 16 | 17 | > 2018-11-22 更新 bls 冬装 18 | > 2018-08-31 更新 bls 夏装 19 | 20 | > 2018-03-31 更新 21 | > 写了 [fetch.js](fetch.js) 脚本爬取了 100页分页,最终得到的目前最新集合。 22 | 23 | 24 | ## hexo 中使用 25 | 26 | 1. 在你的 hexo 博客的 source 目录下创建 live2d_models 目录 27 | 2. 将本仓库中的 assets/haruna 复制到刚才创建的 live2d_models 目录中 28 | 然后完整路径就是这样的 source/live2d_models/haruna 29 | 3. 安装 hexo-helper-live2d 模块 30 | 4. 在 _config.yml 中配置 live2d 31 | 32 | ```yml 33 | live2d: 34 | enable: true 35 | scriptFrom: local 36 | pluginRootPath: live2dw/ 37 | pluginJsPath: lib/ 38 | pluginModelPath: assets/ 39 | tagMode: false 40 | debug: false 41 | model: 42 | use: ./live2d_models/haruna/22/model.2017.tomo-bukatsu.low.json 43 | display: 44 | position: right 45 | width: 150 46 | height: 300 47 | mobile: 48 | show: true 49 | react: 50 | opacity: 0.7 51 | ``` 52 | 53 | 这个配置是插件文档那复制黏贴过来的,我没改其他的,只改了其中的 model use 这个字段。 54 | 其中的 ./live2d_models/haruna/22/model.2017.tomo-bukatsu.low.json 就是你想要的模型完整路径。 55 | 56 | 需要想要哪个模型,自己换地址就好了。 57 | -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2016.xmas/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2016.xmas/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2016.xmas/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2016.xmas/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2016.xmas/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2016.xmas/texture_03_1.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2016.xmas/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2016.xmas/texture_03_2.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.cba-normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.cba-normal/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.cba-normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.cba-normal/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.cba-normal/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.cba-normal/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.cba-super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.cba-super/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.cba-super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.cba-super/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.cba-super/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.cba-super/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.newyear/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.newyear/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.newyear/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.school/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.school/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.school/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.school/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.school/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.school/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.normal/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.normal/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.normal/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.normal/texture_03_1.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.normal/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.normal/texture_03_2.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.super/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.super/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.super/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.super/texture_03_1.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.summer.super/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.summer.super/texture_03_2.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.valley/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.valley/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.valley/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.valley/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.valley/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.valley/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.vdays/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.vdays/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.vdays/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.vdays/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2017.vdays/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2017.vdays/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.bls-summer/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.bls-summer/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.bls-summer/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.bls-summer/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.bls-summer/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.bls-summer/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.bls-winter/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.bls-winter/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.bls-winter/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.bls-winter/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.bls-winter/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.bls-winter/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.lover/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.lover/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.lover/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.lover/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.lover/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.lover/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.spring/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.spring/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.spring/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.spring/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.2018.spring/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.2018.spring/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.default.v2/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.default.v2/texture_00.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.default.v2/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.default.v2/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.default.v2/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.default.v2/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/22/22.1024/closet.default.v2/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.1024/closet.default.v2/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/22/22.v2.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/22/22.v2.moc -------------------------------------------------------------------------------- /assets/haruna/22/model.2016.xmas.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2016-xmas", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2016.xmas/texture_01.png", 9 | "22.1024/closet.2016.xmas/texture_02.png", 10 | "22.1024/closet.2016.xmas/texture_03_1.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2016.xmas.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2016-xmas", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2016.xmas/texture_01.png", 9 | "22.1024/closet.2016.xmas/texture_02.png", 10 | "22.1024/closet.2016.xmas/texture_03_2.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.cba-normal.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-cba-normal", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.cba-normal/texture_01.png", 9 | "22.1024/closet.2017.cba-normal/texture_02.png", 10 | "22.1024/closet.2017.cba-normal/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.cba-super.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-cba-super", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.cba-super/texture_01.png", 9 | "22.1024/closet.2017.cba-super/texture_02.png", 10 | "22.1024/closet.2017.cba-super/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.newyear.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-newyear", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.newyear/texture_01.png", 9 | "22.1024/closet.2017.newyear/texture_02.png", 10 | "22.1024/closet.2017.newyear/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.school.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-school", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.school/texture_01.png", 9 | "22.1024/closet.2017.school/texture_02.png", 10 | "22.1024/closet.2017.school/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.summer.normal.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-summer-normal", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.summer.normal/texture_01.png", 9 | "22.1024/closet.2017.summer.normal/texture_02.png", 10 | "22.1024/closet.2017.summer.normal/texture_03_1.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.summer.normal.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-summer-normal", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.summer.normal/texture_01.png", 9 | "22.1024/closet.2017.summer.normal/texture_02.png", 10 | "22.1024/closet.2017.summer.normal/texture_03_2.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.summer.super.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-summer-super", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.summer.super/texture_01.png", 9 | "22.1024/closet.2017.summer.super/texture_02.png", 10 | "22.1024/closet.2017.summer.super/texture_03_1.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.summer.super.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-summer-super", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.summer.super/texture_01.png", 9 | "22.1024/closet.2017.summer.super/texture_02.png", 10 | "22.1024/closet.2017.summer.super/texture_03_2.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.tomo-bukatsu.high.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-tomo-bukatsu-high", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.tomo-bukatsu.high/texture_01.png", 9 | "22.1024/closet.2017.tomo-bukatsu.high/texture_02.png", 10 | "22.1024/closet.2017.tomo-bukatsu.high/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.tomo-bukatsu.low.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-tomo-bukatsu-low", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.tomo-bukatsu.low/texture_01.png", 9 | "22.1024/closet.2017.tomo-bukatsu.low/texture_02.png", 10 | "22.1024/closet.2017.tomo-bukatsu.low/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.valley.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-valley", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.valley/texture_01.png", 9 | "22.1024/closet.2017.valley/texture_02.png", 10 | "22.1024/closet.2017.valley/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2017.vdays.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2017-vdays", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2017.vdays/texture_01.png", 9 | "22.1024/closet.2017.vdays/texture_02.png", 10 | "22.1024/closet.2017.vdays/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2018.bls-summer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2018-bls-summer", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2018.bls-summer/texture_01.png", 9 | "22.1024/closet.2018.bls-summer/texture_02.png", 10 | "22.1024/closet.2018.bls-summer/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2018.bls-winter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2018-bls-winter", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2018.bls-winter/texture_01.png", 9 | "22.1024/closet.2018.bls-winter/texture_02.png", 10 | "22.1024/closet.2018.bls-winter/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2018.lover.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2018-lover", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2018.lover/texture_01.png", 9 | "22.1024/closet.2018.lover/texture_02.png", 10 | "22.1024/closet.2018.lover/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.2018.spring.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-2018-spring", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.2018.spring/texture_01.png", 9 | "22.1024/closet.2018.spring/texture_02.png", 10 | "22.1024/closet.2018.spring/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/model.default.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "22-default", 4 | "label": "22", 5 | "model": "22.v2.moc", 6 | "textures": [ 7 | "22.1024/closet.default.v2/texture_00.png", 8 | "22.1024/closet.default.v2/texture_01.png", 9 | "22.1024/closet.default.v2/texture_02.png", 10 | "22.1024/closet.default.v2/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/22.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/22.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/22.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/22.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/22.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/22/motions/22.v2.idle-01.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=2,1.987,1.95,1.89,1.81,1.7,1.58,1.45,1.3,1.14,0.96,0.78,0.59,0.4,0.2,0,-0.2,-0.4,-0.59,-0.78,-0.96,-1.14,-1.3,-1.45,-1.58,-1.7,-1.81,-1.89,-1.95,-1.99,-2,-1.987,-1.95,-1.89,-1.81,-1.7,-1.58,-1.45,-1.3,-1.14,-0.96,-0.78,-0.59,-0.4,-0.2,0,0.2,0.4,0.59,0.78,0.96,1.14,1.3,1.45,1.58,1.7,1.81,1.89,1.95,1.99,2,1.987,1.95,1.89,1.81,1.7,1.58,1.45,1.3,1.14,0.96,0.78,0.59,0.4,0.2,0,-0.2,-0.4,-0.59,-0.78,-0.96,-1.14,-1.3,-1.45,-1.58,-1.7,-1.81,-1.89,-1.95,-1.99,-2,-1.987,-1.95,-1.89,-1.81,-1.7,-1.58,-1.45,-1.3,-1.14,-0.96,-0.78,-0.59,-0.4,-0.2,0,0.2,0.4,0.59,0.78,0.96,1.14,1.3,1.45,1.58,1.7,1.81,1.89,1.95,1.99,2 9 | PARAM_ANGLE_Y=8,7.91,7.66,7.27,6.77,6.18,5.53,4.85,4.15,3.47,2.82,2.23,1.73,1.34,1.09,1,1.11,1.43,1.94,2.58,3.34,4.17,5.05,5.95,6.83,7.66,8.42,9.06,9.57,9.89,10,9.89,9.57,9.06,8.42,7.66,6.83,5.95,5.05,4.17,3.34,2.58,1.94,1.43,1.11,1,1.09,1.34,1.73,2.23,2.82,3.47,4.15,4.85,5.53,6.18,6.77,7.27,7.66,7.91,8,7.91,7.66,7.27,6.77,6.18,5.53,4.85,4.15,3.47,2.82,2.23,1.73,1.34,1.09,1,1.11,1.43,1.94,2.58,3.34,4.17,5.05,5.95,6.83,7.66,8.42,9.06,9.57,9.89,10,9.89,9.57,9.06,8.42,7.66,6.83,5.95,5.05,4.17,3.34,2.58,1.94,1.43,1.11,1,1.09,1.34,1.73,2.23,2.82,3.47,4.15,4.85,5.53,6.18,6.77,7.27,7.66,7.91,8 10 | PARAM_ANGLE_Z=6,5.96,5.86,5.69,5.47,5.18,4.85,4.48,4.07,3.63,3.15,2.65,2.13,1.59,1.05,0.5,-0.05,-0.59,-1.13,-1.65,-2.15,-2.63,-3.07,-3.48,-3.85,-4.18,-4.47,-4.69,-4.86,-4.96,-5,-4.96,-4.86,-4.69,-4.47,-4.18,-3.85,-3.48,-3.07,-2.63,-2.15,-1.65,-1.13,-0.59,-0.05,0.5,1.05,1.59,2.13,2.65,3.15,3.63,4.07,4.48,4.85,5.18,5.47,5.69,5.86,5.96,6,5.96,5.86,5.69,5.47,5.18,4.85,4.48,4.07,3.63,3.15,2.65,2.13,1.59,1.05,0.5,-0.05,-0.59,-1.13,-1.65,-2.15,-2.63,-3.07,-3.48,-3.85,-4.18,-4.47,-4.69,-4.86,-4.96,-5,-4.96,-4.86,-4.69,-4.47,-4.18,-3.85,-3.48,-3.07,-2.63,-2.15,-1.65,-1.13,-0.59,-0.05,0.5,1.05,1.59,2.13,2.65,3.15,3.63,4.07,4.48,4.85,5.18,5.47,5.69,5.86,5.96,6 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_L=0,0.007,0.026,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.54,0.61,0.68,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 14 | PARAM_EYEK_R=0,0.007,0.026,0.06,0.09,0.14,0.2,0.26,0.32,0.39,0.46,0.54,0.61,0.68,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 15 | PARAM_EYE_BALL_X=-0.06,-0.06,-0.059,-0.057,-0.055,-0.052,-0.049,-0.046,-0.041,-0.037,-0.032,-0.026,-0.02,-0.014,-0.007,0,0.007,0.013,0.019,0.024,0.029,0.033,0.037,0.04,0.043,0.045,0.047,0.048,0.049,0.05,0.05,0.049,0.048,0.045,0.041,0.037,0.032,0.027,0.023,0.018,0.013,0.009,0.005,0.002,0.001,0,0,0,0,0,0,0,0,0,-0.004,-0.015,-0.028,-0.041,-0.051,-0.058,-0.06,-0.06,-0.059,-0.057,-0.055,-0.052,-0.049,-0.046,-0.041,-0.037,-0.032,-0.026,-0.02,-0.014,-0.007,0,0.007,0.013,0.019,0.024,0.029,0.033,0.037,0.04,0.043,0.045,0.047,0.048,0.049,0.05,0.05,0.05,0.05,0.048,0.047,0.045,0.043,0.04,0.037,0.033,0.029,0.024,0.019,0.013,0.007,0,-0.007,-0.014,-0.02,-0.026,-0.032,-0.037,-0.041,-0.046,-0.049,-0.052,-0.055,-0.057,-0.059,-0.06,-0.06 16 | PARAM_EYE_BALL_Y=-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.075,0.06,0.04,0.01,-0.03,-0.06,-0.1,-0.15,-0.19,-0.22,-0.26,-0.29,-0.31,-0.325,-0.33,-0.325,-0.31,-0.29,-0.26,-0.22,-0.19,-0.15,-0.1,-0.06,-0.03,0.01,0.04,0.06,0.075,0.08,0.08,0.078,0.074,0.067,0.057,0.043,0.024,0,-0.04,-0.09,-0.15,-0.19,-0.22,-0.24,-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.075,0.06,0.04,0.01,-0.03,-0.06,-0.1,-0.15,-0.19,-0.22,-0.26,-0.29,-0.31,-0.325,-0.33,-0.325,-0.31,-0.29,-0.26,-0.22,-0.19,-0.15,-0.1,-0.06,-0.03,0.01,0.04,0.06,0.075,0.08,0.076,0.064,0.046,0.02,-0.01,-0.04,-0.07,-0.1,-0.13,-0.16,-0.19,-0.22,-0.234,-0.246,-0.25 17 | PARAM_MOUTH_OPEN_Y=0 18 | PARAM_CHEEK=0 19 | PARAM_ARMR_ANGLE_Z=0 20 | PARAM_ARML_ANGLE_Z=0 21 | PARAM_BODY_ANGLE_X=0 22 | PARAM_BODY_ANGLE_Z=0 23 | PARAM_BODY2_ANGLE_Z=-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1 24 | PARAM_BODY3_ANGLE_Z=1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1,0.994,0.975,0.94,0.9,0.85,0.79,0.72,0.65,0.57,0.48,0.39,0.3,0.2,0.1,0,-0.1,-0.2,-0.3,-0.39,-0.48,-0.57,-0.65,-0.72,-0.79,-0.85,-0.9,-0.94,-0.97,-0.994,-1,-0.994,-0.975,-0.94,-0.9,-0.85,-0.79,-0.72,-0.65,-0.57,-0.48,-0.39,-0.3,-0.2,-0.1,0,0.1,0.2,0.3,0.39,0.48,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.994,1 25 | VISIBLE:ROUGH=1 26 | VISIBLE:PARTS_01_FACE_001=1 27 | VISIBLE:PARTS_01_EYE_001=1 28 | VISIBLE:PARTS_01_EYE_BALL_001=1 29 | VISIBLE:PARTS_01_BROW_001=1 30 | VISIBLE:PARTS_01_MOUTH_001=1 31 | VISIBLE:PARTS_01_NOSE_001=1 32 | VISIBLE:PARTS_01_EAR_001=1 33 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 34 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 35 | VISIBLE:PARTS_01_HAIR_BACK_001=1 36 | VISIBLE:PARTS_01_NECK=1 37 | VISIBLE:PARTS_01_BODY=1 38 | VISIBLE:PARTS_01_LEGS=1 39 | VISIBLE:PARTS_01_BACKGROUND=1 40 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/22/motions/22.v2.idle-02.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=2,1.998,1.992,1.981,1.965,1.945,1.92,1.89,1.85,1.81,1.76,1.71,1.64,1.58,1.5,1.42,1.33,1.24,1.13,1.02,0.9,0.77,0.64,0.49,0.34,0.17,0,-1.86,-6.09,-11.64,-17.16,-21.3,-23,-22.21,-20.09,-17.02,-13.38,-9.62,-5.98,-2.91,-0.79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.03,0.1,0.21,0.35,0.51,0.69,0.88,1.07,1.26,1.43,1.59,1.73,1.84,1.93,1.98,2 9 | PARAM_ANGLE_Y=8,7.93,7.74,7.43,7.03,6.55,6.01,5.43,4.81,4.18,3.56,2.94,2.37,1.83,1.38,1,0.66,0.41,0.24,0.12,0.05,0.01,-0.011,-0.015,-0.01,-0.004,0,2.25,7.73,15,22.27,27.75,30,28.97,26.2,22.2,17.45,12.55,7.8,3.8,1.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.39,0.83,1.39,2.05,2.78,3.52,4.28,5.02,5.73,6.36,6.92,7.38,7.72,7.93,8 10 | PARAM_ANGLE_Z=6,5.987,5.95,5.88,5.78,5.66,5.5,5.32,5.1,4.86,4.58,4.27,3.92,3.53,3.12,2.67,2.17,1.65,1.08,0.47,-0.18,-0.87,-1.6,-2.38,-3.21,-4.08,-5,-7.04,-10.51,-14.73,-18.8,-21.79,-23,-21.45,-17.3,-11.29,-4.18,3.18,10.29,16.3,20.45,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,21.82,21.32,20.51,19.44,18.16,16.7,15.05,13.35,11.52,9.67,7.79,5.98,4.18,2.49,0.89,-0.54,-1.82,-2.93,-3.81,-4.46,-4.86,-5,-4.86,-4.47,-3.86,-3.08,-2.18,-1.18,-0.16,0.89,1.9,2.88,3.75,4.52,5.15,5.61,5.9,6 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.92,0.74,0.5,0.26,0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.92,0.74,0.5,0.26,0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_L=0 14 | PARAM_EYEK_R=0 15 | PARAM_EYE_BALL_X=-0.06,-0.06,-0.058,-0.056,-0.054,-0.05,-0.046,-0.042,-0.038,-0.033,-0.027,-0.022,-0.016,-0.011,-0.005,0,0.006,0.01,0.013,0.015,0.017,0.018,0.019,0.02,0.02,0.02,0.02,0.02,0.02,0.018,0.016,0.015,0.013,0.011,0.009,0.007,0.005,0.004,0.002,0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.003,-0.006,-0.01,-0.015,-0.021,-0.026,-0.032,-0.038,-0.043,-0.048,-0.052,-0.055,-0.058,-0.059,-0.06 16 | PARAM_EYE_BALL_Y=-0.25,-0.246,-0.234,-0.216,-0.19,-0.16,-0.13,-0.1,-0.07,-0.04,-0.01,0.02,0.05,0.064,0.076,0.08,0.073,0.056,0.03,0.01,-0.02,-0.05,-0.07,-0.1,-0.114,-0.126,-0.13,-0.128,-0.124,-0.116,-0.107,-0.096,-0.084,-0.071,-0.059,-0.046,-0.034,-0.023,-0.014,-0.006,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.003,-0.012,-0.026,-0.044,-0.06,-0.09,-0.11,-0.13,-0.16,-0.18,-0.199,-0.216,-0.231,-0.241,-0.248,-0.25 17 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.993,0.975,0.94,0.91,0.86,0.8,0.74,0.68,0.61,0.54,0.47,0.41,0.34,0.28,0.22,0.17,0.12,0.08,0.04,0.02,0.005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 18 | PARAM_CHEEK=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0,0,0,0,0,0,0,0,0,0,0 19 | PARAM_ARMR_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.003,-0.01,-0.022,-0.037,-0.055,-0.074,-0.095,-0.12,-0.136,-0.155,-0.173,-0.188,-0.2,-0.207,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.209,-0.21,-0.21,-0.208,-0.21,-0.207,-0.206,-0.21,-0.204,-0.203,-0.202,-0.201,-0.2,-0.198,-0.194,-0.189,-0.183,-0.175,-0.167,-0.157,-0.147,-0.137,-0.126,-0.114,-0.103,-0.091,-0.079,-0.068,-0.057,-0.046,-0.035,-0.026,-0.016,-0.008,0,0.007,0.01,0.01,0.01,0.01,0.01,0.008,0.007,0.006,0.005,0.004,0.003,0.002,0.001,0,0 20 | PARAM_ARML_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.003,-0.01,-0.022,-0.037,-0.055,-0.074,-0.095,-0.12,-0.136,-0.155,-0.173,-0.188,-0.2,-0.207,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.21,-0.209,-0.21,-0.208,-0.21,-0.207,-0.21,-0.205,-0.204,-0.203,-0.202,-0.201,-0.2,-0.197,-0.192,-0.185,-0.176,-0.166,-0.154,-0.141,-0.128,-0.114,-0.1,-0.086,-0.072,-0.059,-0.046,-0.034,-0.023,-0.014,-0.005,0.001,0.006,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.008,0.007,0.006,0.005,0.004,0.003,0.002,0.001,0,0 21 | PARAM_BODY_ANGLE_X=0 22 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,0.995,0.981,0.96,0.93,0.89,0.85,0.81,0.76,0.7,0.65,0.59,0.54,0.48,0.42,0.37,0.31,0.26,0.21,0.17,0.13,0.09,0.06,0.03,0.016,0.004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 23 | PARAM_BODY2_ANGLE_Z=-1,-0.99,-0.96,-0.92,-0.86,-0.79,-0.7,-0.61,-0.51,-0.41,-0.3,-0.19,-0.07,0.04,0.16,0.27,0.38,0.48,0.57,0.67,0.75,0.82,0.88,0.93,0.97,0.99,1,0.993,0.973,0.94,0.9,0.84,0.78,0.71,0.63,0.55,0.46,0.37,0.28,0.18,0.09,0,-0.1,-0.18,-0.27,-0.34,-0.41,-0.48,-0.54,-0.59,-0.64,-0.69,-0.73,-0.77,-0.81,-0.84,-0.87,-0.89,-0.92,-0.934,-0.951,-0.965,-0.976,-0.985,-0.992,-0.996,-0.999,-1,-0.987,-0.95,-0.89,-0.81,-0.72,-0.61,-0.48,-0.36,-0.22,-0.09,0.05,0.19,0.32,0.45,0.56,0.67,0.76,0.85,0.91,0.96,0.99,1,0.97,0.9,0.79,0.65,0.49,0.31,0.12,-0.07,-0.26,-0.43,-0.59,-0.73,-0.84,-0.93,-0.98,-1 24 | PARAM_BODY3_ANGLE_Z=1,0.99,0.96,0.92,0.86,0.79,0.7,0.61,0.51,0.41,0.3,0.19,0.07,-0.04,-0.16,-0.27,-0.38,-0.48,-0.57,-0.67,-0.75,-0.82,-0.88,-0.93,-0.97,-0.99,-1,-0.91,-0.66,-0.27,0.23,0.83,1.5,2.22,2.96,3.7,4.43,5.12,5.74,6.28,6.71,7,7.23,7.44,7.63,7.8,7.95,8.1,8.22,8.34,8.44,8.53,8.61,8.68,8.74,8.79,8.84,8.87,8.91,8.93,8.952,8.968,8.98,8.989,8.994,8.998,9,9,8.93,8.75,8.45,8.05,7.58,7.04,6.42,5.79,5.12,4.43,3.74,3.07,2.4,1.77,1.18,0.65,0.18,-0.23,-0.56,-0.8,-0.95,-1,-0.97,-0.9,-0.79,-0.65,-0.49,-0.31,-0.12,0.07,0.26,0.43,0.59,0.73,0.84,0.93,0.98,1 25 | PARAM_DM_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.11,-0.28,-0.45,-0.56,-0.61,-0.52,-0.29,-0.01,0.26,0.48,0.61,0.66,0.58,0.38,0.13,-0.11,-0.3,-0.42,-0.46,-0.39,-0.21,0.01,0.22,0.39,0.5,0.54,0.536,0.526,0.51,0.49,0.46,0.43,0.4,0.37,0.33,0.29,0.26,0.22,0.18,0.15,0.12,0.09,0.06,0.04,0.024,0.011,0.003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26 | VISIBLE:ROUGH=1 27 | VISIBLE:PARTS_01_FACE_001=1 28 | VISIBLE:PARTS_01_EYE_001=1 29 | VISIBLE:PARTS_01_EYE_BALL_001=1 30 | VISIBLE:PARTS_01_BROW_001=1 31 | VISIBLE:PARTS_01_MOUTH_001=1 32 | VISIBLE:PARTS_01_NOSE_001=1 33 | VISIBLE:PARTS_01_EAR_001=1 34 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 35 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 36 | VISIBLE:PARTS_01_HAIR_BACK_001=1 37 | VISIBLE:PARTS_01_NECK=1 38 | VISIBLE:PARTS_01_BODY=1 39 | VISIBLE:PARTS_01_LEGS=1 40 | VISIBLE:PARTS_01_BACKGROUND=1 41 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/22/motions/22.v2.idle-03.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0,0,0,0,0,-0.08,-0.27,-0.56,-0.92,-1.32,-1.74,-2.16,-2.57,-2.95,-3.29,-3.58,-3.8,-3.95,-4,-3.86,-3.52,-3.03,-2.43,-1.78,-1.1,-0.4,0.26,0.91,1.49,2,2.48,2.78,2.93,2.99,3.01,3.005,3,2.94,2.76,2.49,2.12,1.69,1.21,0.68,0.13,-0.43,-0.99,-1.53,-2.04,-2.52,-2.94,-3.3,-3.6,-3.82,-3.95,-4,-3.92,-3.7,-3.35,-2.89,-2.36,-1.76,-1.12,-0.46,0.21,0.86,1.45,2,2.48,2.78,2.93,3,3.01,3.005,3,2.9,2.66,2.33,1.95,1.55,1.16,0.79,0.48,0.22,0.06,0,0,0,0,0,0,0 9 | PARAM_ANGLE_Y=1,1,1,1,1,1,2.03,4.53,7.59,10.57,12.96,14.49,15,13.9,11.21,7.94,4.75,2.18,0.55,0,0.48,1.69,3.33,5.25,7.24,9.2,11.06,12.62,13.88,14.7,15,13.82,10.96,7.47,4.06,1.33,-0.41,-1,-0.68,0.18,1.5,3.16,5,7,9,10.84,12.5,13.82,14.68,15,13.9,11.21,7.94,4.75,2.18,0.55,0,0.28,1.03,2.19,3.64,5.25,7,8.75,10.36,11.81,12.97,13.72,14,12.9,10.21,6.94,3.75,1.18,-0.45,-1,-0.94,-0.77,-0.56,-0.3,-0.04,0.23,0.47,0.68,0.85,0.96,1,1,1,1,1,1,1 10 | PARAM_ANGLE_Z=0,0,0,0,0,0,-0.52,-1.86,-3.81,-6.23,-8.92,-11.72,-14.57,-17.33,-19.91,-22.24,-24.16,-25.68,-26.66,-27,-26.38,-24.74,-22.33,-19.26,-15.73,-11.77,-7.4,-2.89,1.94,6.87,12,17.64,21.61,24.16,25.71,26.54,26.91,27,26.52,25.14,23.03,20.22,16.91,13.16,9.09,4.88,0.55,-3.79,-7.96,-11.89,-15.55,-18.8,-21.62,-23.9,-25.58,-26.64,-27,-26.64,-25.63,-23.97,-21.7,-18.96,-15.66,-11.89,-7.81,-3.27,1.6,6.62,12,17.5,21.42,24,25.6,26.49,26.9,27,26.13,23.96,21.01,17.56,13.97,10.44,7.09,4.28,2.01,0.54,0,0,0,0,0,0,0 11 | PARAM_EYE_L_OPEN=1,0.82,0.54,0.27,0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.03,0.11,0.22,0.35,0.48,0.61,0.74,0.84,0.93,0.98,1,0.74,0.26,0,0.26,0.74,1 12 | PARAM_EYE_R_OPEN=1,0.82,0.54,0.27,0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.03,0.11,0.22,0.35,0.48,0.61,0.74,0.84,0.93,0.98,1,0.74,0.26,0,0.26,0.74,1 13 | PARAM_EYE_L=1,0.91,0.76,0.63,0.53,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.474,0.43,0.38,0.32,0.25,0.19,0.13,0.08,0.04,0.01,0,0.26,0.74,1,1,1,1 14 | PARAM_EYEK_R=1,0.91,0.76,0.63,0.53,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.49,0.474,0.43,0.38,0.32,0.25,0.19,0.13,0.08,0.04,0.01,0,0.26,0.74,1,1,1,1 15 | PARAM_BROW_L_Y=0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 16 | PARAM_BROW_R_Y=0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 17 | PARAM_MOUTH_FORM=-1,-0.64,-0.07,0.46,0.85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.94,0.77,0.56,0.3,0.04,-0.23,-0.47,-0.68,-0.85,-0.96,-1,-1,-1,-1,-1,-1,-1 18 | PARAM_MOUTH_OPEN_Y=0 19 | PARAM_MOUTH_1=0 20 | PARAM_CHEEK=0,0.18,0.46,0.73,0.92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 21 | PARAM_ARMR_ANGLE_Z=0,0,0,0,0,0,-0.011,-0.04,-0.07,-0.1,-0.13,-0.144,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.148,-0.143,-0.135,-0.126,-0.115,-0.103,-0.09,-0.077,-0.064,-0.051,-0.039,-0.029,-0.019,-0.011,-0.005,-0.001,0 22 | PARAM_ARML_ANGLE_Z=0,0,0,0,0,0,-0.011,-0.04,-0.07,-0.1,-0.13,-0.144,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.15,-0.148,-0.143,-0.135,-0.126,-0.115,-0.103,-0.09,-0.077,-0.064,-0.051,-0.039,-0.029,-0.019,-0.011,-0.005,-0.001,0 23 | PARAM_BODY_ANGLE_X=0,0,0,0,0,0,-0.04,-0.14,-0.28,-0.46,-0.66,-0.87,-1.08,-1.28,-1.47,-1.65,-1.79,-1.9,-1.97,-2,-1.96,-1.86,-1.7,-1.49,-1.25,-0.96,-0.66,-0.33,0,0.33,0.66,0.96,1.25,1.49,1.7,1.86,1.96,2,1.96,1.86,1.71,1.5,1.25,0.98,0.67,0.36,0.04,-0.28,-0.59,-0.88,-1.15,-1.39,-1.6,-1.77,-1.9,-1.97,-2,-1.96,-1.86,-1.71,-1.5,-1.25,-0.98,-0.67,-0.36,-0.04,0.28,0.59,0.88,1.15,1.39,1.6,1.77,1.9,1.97,2,1.97,1.91,1.8,1.68,1.53,1.37,1.2,1.02,0.85,0.68,0.53,0.38,0.25,0.15,0.07,0.02,0 24 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0.08,0.27,0.56,0.92,1.32,1.74,2.16,2.57,2.95,3.29,3.58,3.8,3.95,4,3.93,3.72,3.41,2.99,2.5,1.93,1.31,0.67,0,-0.67,-1.31,-1.93,-2.5,-2.99,-3.41,-3.72,-3.93,-4,-3.93,-3.72,-3.41,-2.99,-2.5,-1.95,-1.35,-0.72,-0.08,0.56,1.18,1.76,2.3,2.78,3.2,3.54,3.79,3.95,4,3.93,3.72,3.41,2.99,2.5,1.95,1.35,0.72,0.08,-0.56,-1.18,-1.76,-2.3,-2.78,-3.2,-3.54,-3.79,-3.95,-4,-3.95,-3.82,-3.61,-3.35,-3.06,-2.73,-2.39,-2.05,-1.7,-1.37,-1.05,-0.76,-0.51,-0.3,-0.14,-0.04,0 25 | PARAM_BODY2_ANGLE_Z=0,0,0,0,0,0,0.04,0.14,0.28,0.46,0.66,0.87,1.08,1.28,1.47,1.65,1.79,1.9,1.97,2,1.97,1.9,1.78,1.62,1.44,1.22,0.99,0.75,0.5,0.25,0.01,-0.22,-0.44,-0.62,-0.78,-0.9,-0.97,-1,-0.97,-0.9,-0.78,-0.62,-0.44,-0.23,-0.01,0.23,0.47,0.71,0.94,1.16,1.36,1.54,1.7,1.83,1.92,1.98,2,1.97,1.9,1.78,1.62,1.44,1.23,1.01,0.77,0.53,0.29,0.06,-0.16,-0.36,-0.54,-0.7,-0.83,-0.92,-0.98,-1,-0.987,-0.95,-0.9,-0.84,-0.76,-0.68,-0.6,-0.51,-0.42,-0.34,-0.26,-0.19,-0.13,-0.07,-0.03,-0.01,0 26 | PARAM_HAIR_FRONT=0,0.002,0.005,0.007,0.009,0.01,-0.06,-0.24,-0.47,-0.68,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.94,0.77,0.56,0.3,0.04,-0.23,-0.47,-0.68,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.96,0.85,0.69,0.48,0.25,0,-0.25,-0.48,-0.69,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.96,0.85,0.69,0.48,0.25,0,-0.25,-0.48,-0.69,-0.85,-0.96,-1,-0.85,-0.5,-0.06,0.37,0.71,0.93,1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0 27 | PARAM_DM_Z=0,0,0,0,0,0,0.019,0.07,0.14,0.23,0.33,0.43,0.54,0.64,0.74,0.82,0.89,0.95,0.99,1,0.982,0.93,0.85,0.75,0.62,0.48,0.33,0.17,0,-0.17,-0.33,-0.48,-0.62,-0.75,-0.85,-0.93,-0.98,-1,-0.982,-0.93,-0.85,-0.75,-0.63,-0.49,-0.34,-0.18,-0.02,0.14,0.29,0.44,0.58,0.7,0.8,0.89,0.95,0.99,1,0.982,0.93,0.85,0.75,0.63,0.49,0.34,0.18,0.02,-0.14,-0.29,-0.44,-0.58,-0.7,-0.8,-0.89,-0.95,-0.99,-1,-0.97,-0.89,-0.78,-0.65,-0.52,-0.39,-0.26,-0.16,-0.07,-0.02,0,0,0,0,0,0,0 28 | PARAM_fu1=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0.005,0.013,0.025,0.043,0.07,0.1,0.13,0.18,0.24,0.3,0.41,0.56,0.7,0.83,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0.005,0.013,0.025,0.043,0.07,0.1,0.13,0.18,0.24,0.3,0.41,0.56,0.7,0.83,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 29 | PARAM_fu2=0,0,0.003,0.008,0.016,0.029,0.046,0.07,0.1,0.14,0.18,0.24,0.3,0.41,0.55,0.69,0.82,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.003,0.008,0.016,0.029,0.046,0.07,0.1,0.14,0.18,0.24,0.3,0.41,0.55,0.69,0.82,0.92,0.98,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -------------------------------------------------------------------------------- /assets/haruna/22/motions/22.v2.thanking.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=1000 5 | 6 | $fadeout=1000 7 | 8 | PARAM_ANGLE_X=0,-0.27,-1.03,-2.21,-3.77,-5.61,-7.69,-9.95,-12.29,-14.69,-17.1,-19.42,-21.6,-23.64,-25.44,-27.01,-28.28,-29.21,-29.8,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.85,-29.41,-28.71,-27.78,-26.65,-25.35,-23.86,-22.27,-20.59,-18.83,-17.06,-15.22,-13.42,-11.64,-9.91,-8.24,-6.7,-5.26,-3.95,-2.81,-1.83,-1.05,-0.48,-0.12,0 9 | PARAM_ANGLE_Y=0,0.03,0.14,0.32,0.58,0.93,1.36,1.89,2.51,3.24,4.06,4.99,6,7.13,8.35,9.69,11.12,12.64,14.27,16,18.67,21.2,23.59,25.71,27.47,28.83,29.69,30,27.5,23.49,19.75,17.05,16,16.011,16.04,16.1,16.17,16.26,16.37,16.49,16.63,16.78,16.94,17.11,17.29,17.48,17.67,17.87,18.07,18.27,18.47,18.68,18.88,19.08,19.28,19.47,19.65,19.83,20,20.15,20.3,20.44,20.57,20.67,20.77,20.85,20.92,20.96,20.99,21,20.55,19.79,19.23,19,18.89,18.78,18.67,18.57,18.47,18.37,18.27,18.18,18.09,18,17.91,17.82,17.74,17.66,17.58,17.5,17.42,17.35,17.28,17.21,17.14,17.08,17.01,16.95,16.9,16.84,16.78,16.73,16.68,16.63,16.58,16.54,16.49,16.45,16.41,16.38,16.34,16.31,16.27,16.24,16.22,16.19,16.16,16.14,16.12,16.101,16.083,16.067,16.053,16.04,16.03,16.021,16.013,16.007,16.003,16.001,16,16,16,16,16,16,16,16,16,16,16,15.92,15.69,15.31,14.82,14.21,13.52,12.72,11.88,10.98,10.04,9.1,8.12,7.16,6.21,5.28,4.39,3.57,2.81,2.11,1.5,0.98,0.56,0.25,0.06,0 10 | PARAM_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.016,0.06,0.14,0.24,0.37,0.52,0.69,0.88,1.09,1.32,1.55,1.81,2.07,2.34,2.61,2.89,3.18,3.46,3.75,4.03,4.31,4.59,4.85,5.11,5.36,5.6,5.82,6.02,6.22,6.39,6.54,6.68,6.79,6.88,6.95,6.99,7,6.52,5.72,5.18,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5.34,6.25,7.55,9.04,10.58,12.03,13.26,14.2,14.79,15,14.92,14.71,14.36,13.89,13.32,12.67,11.93,11.14,10.3,9.41,8.53,7.61,6.71,5.82,4.95,4.12,3.35,2.63,1.98,1.4,0.92,0.53,0.24,0.06,0 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.75,0.53,0.32,0.15,0.04,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_L=0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.03,0.12,0.25,0.4,0.56,0.7,0.83,0.92,0.98,1,1,1,1,1,1,0.991,0.97,0.93,0.88,0.82,0.76,0.69,0.62,0.55,0.47,0.4,0.33,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 14 | PARAM_EYEK_R=0,0.009,0.03,0.07,0.13,0.19,0.26,0.33,0.41,0.49,0.57,0.65,0.72,0.79,0.85,0.9,0.94,0.97,0.993,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.03,0.12,0.25,0.4,0.56,0.7,0.83,0.92,0.98,1,1,1,1,1,1,0.991,0.97,0.93,0.88,0.82,0.76,0.69,0.62,0.55,0.47,0.4,0.33,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 15 | PARAM_EYE_BALL_X=0 16 | PARAM_EYE_BALL_Y=0 17 | PARAM_EYEDEFORM=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.62,0.82,0.96,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 18 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 19 | PARAM_MOUTH_1=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 20 | PARAM_CHEEK=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.997,0.989,0.977,0.96,0.94,0.92,0.89,0.86,0.82,0.79,0.75,0.71,0.67,0.63,0.59,0.55,0.51,0.46,0.42,0.38,0.34,0.3,0.26,0.22,0.19,0.16,0.13,0.1,0.07,0.05,0.034,0.02,0.009,0.002,0 21 | PARAM_ARMR_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.24,-0.64,-0.91,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 22 | PARAM_ARML_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.24,-0.64,-0.91,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-0.91,-0.76,-0.65,-0.62,-0.71,-0.86,-0.97,-1,-0.89,-0.71,-0.59,-0.55,-0.66,-0.84,-0.96,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 23 | PARAM_BODY_ANGLE_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2.42,-6.39,-9.11,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-10,-9.66,-8.75,-7.45,-5.96,-4.42,-2.97,-1.74,-0.8,-0.21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2.18,-5.75,-8.2,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-9,-8.69,-7.88,-6.71,-5.37,-3.97,-2.68,-1.57,-0.72,-0.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 25 | PARAM_BODY2_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1.21,-3.19,-4.56,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-5,-4.83,-4.38,-3.73,-2.98,-2.21,-1.49,-0.87,-0.4,-0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 26 | PARAM_BODY3_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.48,1.28,1.82,2,1.995,1.982,1.96,1.93,1.89,1.85,1.8,1.74,1.68,1.61,1.53,1.45,1.37,1.28,1.19,1.09,0.99,0.89,0.79,0.68,0.57,0.46,0.35,0.24,0.13,0.01,-0.1,-0.21,-0.32,-0.43,-0.54,-0.65,-0.75,-0.86,-0.96,-1.06,-1.15,-1.24,-1.33,-1.42,-1.49,-1.57,-1.64,-1.7,-1.76,-1.82,-1.86,-1.9,-1.94,-1.96,-1.984,-1.996,-2,-1.995,-1.979,-1.95,-1.92,-1.88,-1.83,-1.78,-1.71,-1.65,-1.58,-1.5,-1.43,-1.35,-1.26,-1.18,-1.1,-1.01,-0.93,-0.84,-0.76,-0.68,-0.6,-0.52,-0.45,-0.38,-0.31,-0.25,-0.2,-0.15,-0.11,-0.07,-0.04,-0.02,-0.005,0 27 | PARAM_LEGL_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.2,0.52,0.74,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.81,0.78,0.71,0.6,0.48,0.36,0.24,0.14,0.06,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 28 | PARAM_HAIR_FRONT=0 29 | PARAM_DM_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.82,0.54,0.27,0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.37,0.1,0.01,0.25,0.64,0.91,1,0.76,0.37,0.1,0.01,0.25,0.64,0.91,1,0.76,0.36,0.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 30 | PARAM_L=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 31 | VISIBLE:ROUGH=1 32 | VISIBLE:PARTS_01_FACE_001=1 33 | VISIBLE:PARTS_01_EYE_001=1 34 | VISIBLE:PARTS_01_EYE_BALL_001=1 35 | VISIBLE:PARTS_01_BROW_001=1 36 | VISIBLE:PARTS_01_MOUTH_001=1 37 | VISIBLE:PARTS_01_NOSE_001=1 38 | VISIBLE:PARTS_01_EAR_001=1 39 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 40 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 41 | VISIBLE:PARTS_01_HAIR_BACK_001=1 42 | VISIBLE:PARTS_01_NECK=1 43 | VISIBLE:PARTS_01_BODY=1 44 | VISIBLE:PARTS_01_LEGS=1 45 | VISIBLE:PARTS_01_BACKGROUND=1 46 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/22/motions/22.v2.touch.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0.38,1.37,2.82,4.61,6.6,8.69,10.79,12.84,14.75,16.47,17.9,19.02,19.75,20,20,20,20,20,20,20,20,20,19.31,17.47,14.8,11.63,8.37,5.2,2.53,0.69,0 9 | PARAM_ANGLE_Y=0,-0.36,-1.31,-2.68,-4.38,-6.27,-8.25,-10.25,-12.19,-14.01,-15.65,-17,-18.07,-18.76,-19,-17.43,-14.03,-9.79,-5.39,-1.37,1.96,4.17,5,4.83,4.37,3.7,2.91,2.09,1.3,0.63,0.17,0 10 | PARAM_ANGLE_Z=0,0.34,1.24,2.54,4.15,5.94,7.82,9.71,11.55,13.27,14.82,16.11,17.12,17.77,18,17.68,16.92,15.85,14.54,13.08,11.47,9.78,8,6.1,4.51,3.19,2.13,1.32,0.71,0.3,0.07,0 11 | PARAM_EYE_L_OPEN=1,0.998,0.991,0.982,0.97,0.957,0.944,0.93,0.917,0.904,0.893,0.884,0.876,0.872,0.87,0.87,0.872,0.874,0.878,0.883,0.89,0.899,0.91,0.924,0.938,0.952,0.964,0.976,0.986,0.993,0.998,1 12 | PARAM_EYE_R_OPEN=1,0.981,0.93,0.86,0.77,0.67,0.57,0.46,0.36,0.26,0.18,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0.03,0.13,0.26,0.42,0.58,0.74,0.87,0.97,1 13 | PARAM_EYE_L=0,0.019,0.07,0.14,0.23,0.33,0.43,0.54,0.64,0.74,0.82,0.89,0.95,0.99,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 14 | PARAM_EYEK_R=0 15 | PARAM_EYE_BALL_X=0,-0.009,-0.03,-0.07,-0.11,-0.16,-0.2,-0.25,-0.3,-0.35,-0.39,-0.42,-0.45,-0.464,-0.47,-0.47,-0.47,-0.47,-0.47,-0.467,-0.463,-0.458,-0.45,-0.43,-0.38,-0.32,-0.25,-0.18,-0.11,-0.05,-0.01,0 16 | PARAM_EYE_BALL_Y=0,0.011,0.04,0.08,0.13,0.19,0.25,0.31,0.37,0.43,0.48,0.52,0.55,0.57,0.58,0.572,0.553,0.52,0.49,0.45,0.4,0.35,0.29,0.23,0.17,0.12,0.08,0.05,0.03,0.013,0.003,0 17 | PARAM_EYEDEFORM=0 18 | PARAM_MOUTH_OPEN_Y=0,0.014,0.05,0.11,0.17,0.25,0.33,0.4,0.48,0.55,0.62,0.67,0.71,0.74,0.75,0.741,0.72,0.68,0.63,0.57,0.51,0.45,0.38,0.32,0.26,0.2,0.14,0.09,0.06,0.03,0.007,0 19 | PARAM_MOUTH_1=0 20 | PARAM_CHEEK=0 21 | PARAM_ARMR_ANGLE_Z=0,0.005,0.016,0.034,0.06,0.08,0.1,0.13,0.15,0.18,0.2,0.215,0.228,0.237,0.24,0.237,0.229,0.217,0.201,0.183,0.164,0.14,0.12,0.1,0.082,0.063,0.046,0.03,0.018,0.008,0.002,0 22 | PARAM_ARML_ANGLE_Z=0,0.002,0.006,0.013,0.021,0.03,0.039,0.049,0.058,0.066,0.074,0.081,0.086,0.089,0.09,0.089,0.086,0.081,0.075,0.069,0.062,0.054,0.046,0.038,0.031,0.024,0.017,0.011,0.007,0.003,0.001,0 23 | PARAM_BODY_ANGLE_X=0,0.19,0.69,1.41,2.31,3.3,4.34,5.4,6.42,7.37,8.24,8.95,9.51,9.87,10,9.997,9.96,9.87,9.7,9.45,9.09,8.61,8,7.11,6.05,4.88,3.7,2.58,1.56,0.74,0.2,0 24 | PARAM_BODY_ANGLE_Z=0,-0.19,-0.69,-1.41,-2.31,-3.3,-4.34,-5.4,-6.42,-7.37,-8.24,-8.95,-9.51,-9.87,-10,-9.87,-9.54,-9.02,-8.38,-7.64,-6.84,-5.98,-5.12,-4.24,-3.41,-2.63,-1.9,-1.27,-0.74,-0.34,-0.09,0 25 | PARAM_BODY2_ANGLE_Z=0,-0.1,-0.34,-0.71,-1.15,-1.65,-2.17,-2.7,-3.21,-3.69,-4.12,-4.47,-4.76,-4.94,-5,-4.94,-4.77,-4.51,-4.19,-3.82,-3.42,-2.99,-2.56,-2.12,-1.71,-1.31,-0.95,-0.63,-0.37,-0.17,-0.04,0 26 | PARAM_BODY3_ANGLE_Z=0 27 | PARAM_LEGL_ANGLE_Z=0 28 | PARAM_DM_Z=0 29 | PARAM_L=0 30 | VISIBLE:ROUGH=1 31 | VISIBLE:PARTS_01_FACE_001=1 32 | VISIBLE:PARTS_EYE_DEFORM=1 33 | VISIBLE:PARTS_01_EYE_001=1 34 | VISIBLE:PARTS_01_EYE_BALL_001=1 35 | VISIBLE:PARTS_01_BROW_001=1 36 | VISIBLE:PARTS_01_MOUTH_001=1 37 | VISIBLE:PARTS_01_NOSE_001=1 38 | VISIBLE:PARTS_01_EAR_001=1 39 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 40 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 41 | VISIBLE:PARTS_01_HAIR_BACK_001=1 42 | VISIBLE:PARTS_01_NECK=1 43 | VISIBLE:PARTS_01_BODY=1 44 | VISIBLE:PARTS_01_LEGS=1 45 | VISIBLE:PARTS_01_BACKGROUND=1 46 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2016.xmas/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2016.xmas/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2016.xmas/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2016.xmas/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2016.xmas/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2016.xmas/texture_03_1.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2016.xmas/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2016.xmas/texture_03_2.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.cba-normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.cba-normal/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.cba-normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.cba-normal/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.cba-normal/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.cba-normal/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.cba-super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.cba-super/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.cba-super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.cba-super/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.cba-super/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.cba-super/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.newyear/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.newyear/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.newyear/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.newyear/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.newyear/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.newyear/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.school/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.school/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.school/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.school/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.school/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.school/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.normal/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.normal/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.normal/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.normal/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.normal/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.normal/texture_03_1.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.normal/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.normal/texture_03_2.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.super/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.super/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.super/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.super/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.super/texture_03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.super/texture_03_1.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.summer.super/texture_03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.summer.super/texture_03_2.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.valley/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.valley/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.valley/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.valley/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.valley/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.valley/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.vdays/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.vdays/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.vdays/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.vdays/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2017.vdays/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2017.vdays/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.bls-summer/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.bls-summer/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.bls-summer/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.bls-summer/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.bls-summer/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.bls-summer/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.bls-winter/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.bls-winter/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.bls-winter/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.bls-winter/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.bls-winter/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.bls-winter/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.lover/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.lover/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.lover/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.lover/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.lover/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.lover/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.spring/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.spring/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.spring/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.spring/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.2018.spring/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.2018.spring/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.default.v2/texture_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.default.v2/texture_00.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.default.v2/texture_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.default.v2/texture_01.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.default.v2/texture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.default.v2/texture_02.png -------------------------------------------------------------------------------- /assets/haruna/33/33.1024/closet.default.v2/texture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.1024/closet.default.v2/texture_03.png -------------------------------------------------------------------------------- /assets/haruna/33/33.v2.moc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/52cik/bilibili-haruna/475ca8070fff952b8516343141a9ff58260cef48/assets/haruna/33/33.v2.moc -------------------------------------------------------------------------------- /assets/haruna/33/model.2016.xmas.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2016-xmas", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2016.xmas/texture_01.png", 9 | "33.1024/closet.2016.xmas/texture_02.png", 10 | "33.1024/closet.2016.xmas/texture_03_1.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2016.xmas.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2016-xmas", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2016.xmas/texture_01.png", 9 | "33.1024/closet.2016.xmas/texture_02.png", 10 | "33.1024/closet.2016.xmas/texture_03_2.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.cba-normal.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-cba-normal", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.cba-normal/texture_01.png", 9 | "33.1024/closet.2017.cba-normal/texture_02.png", 10 | "33.1024/closet.2017.cba-normal/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.cba-super.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-cba-super", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.cba-super/texture_01.png", 9 | "33.1024/closet.2017.cba-super/texture_02.png", 10 | "33.1024/closet.2017.cba-super/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.newyear.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-newyear", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.newyear/texture_01.png", 9 | "33.1024/closet.2017.newyear/texture_02.png", 10 | "33.1024/closet.2017.newyear/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.school.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-school", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.school/texture_01.png", 9 | "33.1024/closet.2017.school/texture_02.png", 10 | "33.1024/closet.2017.school/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.summer.normal.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-summer-normal", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.summer.normal/texture_01.png", 9 | "33.1024/closet.2017.summer.normal/texture_02.png", 10 | "33.1024/closet.2017.summer.normal/texture_03_1.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.summer.normal.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-summer-normal", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.summer.normal/texture_01.png", 9 | "33.1024/closet.2017.summer.normal/texture_02.png", 10 | "33.1024/closet.2017.summer.normal/texture_03_2.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.summer.super.1.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-summer-super", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.summer.super/texture_01.png", 9 | "33.1024/closet.2017.summer.super/texture_02.png", 10 | "33.1024/closet.2017.summer.super/texture_03_1.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.summer.super.2.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-summer-super", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.summer.super/texture_01.png", 9 | "33.1024/closet.2017.summer.super/texture_02.png", 10 | "33.1024/closet.2017.summer.super/texture_03_2.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.tomo-bukatsu.high.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-tomo-bukatsu-high", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.tomo-bukatsu.high/texture_01.png", 9 | "33.1024/closet.2017.tomo-bukatsu.high/texture_02.png", 10 | "33.1024/closet.2017.tomo-bukatsu.high/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.tomo-bukatsu.low.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-tomo-bukatsu-low", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.tomo-bukatsu.low/texture_01.png", 9 | "33.1024/closet.2017.tomo-bukatsu.low/texture_02.png", 10 | "33.1024/closet.2017.tomo-bukatsu.low/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.valley.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-valley", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.valley/texture_01.png", 9 | "33.1024/closet.2017.valley/texture_02.png", 10 | "33.1024/closet.2017.valley/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2017.vdays.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2017-vdays", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2017.vdays/texture_01.png", 9 | "33.1024/closet.2017.vdays/texture_02.png", 10 | "33.1024/closet.2017.vdays/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2018.bls-summer.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2018-bls-summer", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2018.bls-summer/texture_01.png", 9 | "33.1024/closet.2018.bls-summer/texture_02.png", 10 | "33.1024/closet.2018.bls-summer/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2018.bls-winter.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2018-bls-winter", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2018.bls-winter/texture_01.png", 9 | "33.1024/closet.2018.bls-winter/texture_02.png", 10 | "33.1024/closet.2018.bls-winter/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2018.lover.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2018-lover", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2018.lover/texture_01.png", 9 | "33.1024/closet.2018.lover/texture_02.png", 10 | "33.1024/closet.2018.lover/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.2018.spring.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-2018-spring", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.2018.spring/texture_01.png", 9 | "33.1024/closet.2018.spring/texture_02.png", 10 | "33.1024/closet.2018.spring/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/model.default.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "Live2D Model Setting", 3 | "name": "33-default", 4 | "label": "33", 5 | "model": "33.v2.moc", 6 | "textures": [ 7 | "33.1024/closet.default.v2/texture_00.png", 8 | "33.1024/closet.default.v2/texture_01.png", 9 | "33.1024/closet.default.v2/texture_02.png", 10 | "33.1024/closet.default.v2/texture_03.png" 11 | ], 12 | "layout": { "center_x": 0, "center_y": 0.1, "width": 2.3, "height": 2.3 }, 13 | "motions": { 14 | "idle": [ 15 | { 16 | "file": "motions/33.v2.idle-01.mtn", 17 | "fade_in": 2000, 18 | "fade_out": 2000 19 | }, 20 | { 21 | "file": "motions/33.v2.idle-02.mtn", 22 | "fade_in": 2000, 23 | "fade_out": 2000 24 | }, 25 | { 26 | "file": "motions/33.v2.idle-03.mtn", 27 | "fade_in": 100, 28 | "fade_out": 100 29 | } 30 | ], 31 | "tap_body": [ 32 | { 33 | "file": "motions/33.v2.touch.mtn", 34 | "fade_in": 500, 35 | "fade_out": 200 36 | } 37 | ], 38 | "thanking": [ 39 | { 40 | "file": "motions/33.v2.thanking.mtn", 41 | "fade_in": 2000, 42 | "fade_out": 2000 43 | } 44 | ] 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /assets/haruna/33/motions/33.v2.idle-01.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0.03,0.11,0.25,0.44,0.68,0.96,1.28,1.63,2.03,2.45,2.91,3.38,3.89,4.41,4.95,5.5,6.07,6.63,7.21,7.79,8.37,8.93,9.5,10.05,10.59,11.11,11.62,12.09,12.55,12.97,13.37,13.72,14.04,14.32,14.56,14.75,14.89,14.97,15,14.96,14.84,14.65,14.39,14.05,13.66,13.2,12.69,12.11,11.49,10.81,10.1,9.34,8.54,7.71,6.83,5.92,4.99,4.05,3.08,2.09,1.08,0.06,-0.96,-1.99,-3.01,-4.04,-5.06,-6.08,-7.09,-8.08,-9.05,-9.99,-10.92,-11.83,-12.71,-13.54,-14.34,-15.1,-15.81,-16.49,-17.11,-17.69,-18.2,-18.66,-19.05,-19.39,-19.65,-19.84,-19.96,-20,-19.95,-19.79,-19.54,-19.2,-18.79,-18.3,-17.75,-17.15,-16.49,-15.78,-15.04,-14.27,-13.47,-12.64,-11.81,-10.97,-10.1,-9.25,-8.41,-7.59,-6.77,-5.97,-5.22,-4.48,-3.79,-3.14,-2.53,-1.98,-1.49,-1.05,-0.69,-0.4,-0.18,-0.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 9 | PARAM_ANGLE_Y=0,-0.05,-0.21,-0.47,-0.82,-1.27,-1.78,-2.39,-3.05,-3.79,-4.58,-5.43,-6.32,-7.27,-8.23,-9.25,-10.27,-11.33,-12.38,-13.47,-14.53,-15.62,-16.67,-17.73,-18.75,-19.77,-20.73,-21.68,-22.57,-23.42,-24.21,-24.95,-25.61,-26.22,-26.73,-27.18,-27.53,-27.79,-27.95,-28,-27.97,-27.88,-27.72,-27.51,-27.24,-26.93,-26.56,-26.15,-25.69,-25.19,-24.65,-24.08,-23.47,-22.83,-22.16,-21.46,-20.73,-20,-19.24,-18.46,-17.67,-16.86,-16.04,-15.23,-14.41,-13.59,-12.77,-11.96,-11.14,-10.33,-9.54,-8.76,-8,-7.27,-6.54,-5.84,-5.17,-4.53,-3.92,-3.35,-2.81,-2.31,-1.85,-1.44,-1.07,-0.76,-0.49,-0.28,-0.12,-0.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 10 | PARAM_ANGLE_Z=0,-0.008,-0.03,-0.07,-0.12,-0.18,-0.25,-0.34,-0.44,-0.54,-0.65,-0.78,-0.9,-1.04,-1.18,-1.32,-1.47,-1.62,-1.77,-1.92,-2.08,-2.23,-2.38,-2.53,-2.68,-2.82,-2.96,-3.1,-3.22,-3.35,-3.46,-3.56,-3.66,-3.75,-3.82,-3.88,-3.93,-3.97,-3.99,-4,-3.99,-3.96,-3.91,-3.84,-3.76,-3.66,-3.54,-3.41,-3.26,-3.1,-2.92,-2.74,-2.54,-2.34,-2.12,-1.9,-1.66,-1.43,-1.18,-0.93,-0.68,-0.42,-0.16,0.1,0.37,0.63,0.9,1.16,1.42,1.68,1.93,2.18,2.43,2.66,2.9,3.12,3.34,3.54,3.74,3.92,4.1,4.26,4.41,4.54,4.66,4.76,4.84,4.91,4.96,4.99,5,4.987,4.95,4.88,4.8,4.7,4.58,4.44,4.29,4.12,3.95,3.76,3.57,3.37,3.16,2.95,2.74,2.53,2.31,2.1,1.9,1.69,1.49,1.3,1.12,0.95,0.78,0.63,0.5,0.37,0.26,0.17,0.1,0.04,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_BALL_X=0,0,0.004,0.008,0.014,0.022,0.031,0.041,0.052,0.065,0.078,0.093,0.108,0.125,0.141,0.159,0.176,0.194,0.212,0.231,0.249,0.268,0.286,0.304,0.321,0.339,0.355,0.372,0.387,0.402,0.415,0.428,0.439,0.449,0.458,0.466,0.472,0.476,0.479,0.48,0.479,0.475,0.468,0.459,0.448,0.435,0.42,0.403,0.384,0.36,0.34,0.32,0.29,0.26,0.24,0.21,0.18,0.15,0.11,0.08,0.05,0.01,-0.02,-0.05,-0.09,-0.12,-0.16,-0.19,-0.22,-0.26,-0.29,-0.32,-0.36,-0.39,-0.42,-0.45,-0.47,-0.5,-0.53,-0.55,-0.57,-0.59,-0.613,-0.63,-0.645,-0.658,-0.669,-0.678,-0.685,-0.689,-0.69,-0.688,-0.683,-0.674,-0.663,-0.648,-0.631,-0.613,-0.59,-0.57,-0.54,-0.52,-0.49,-0.46,-0.44,-0.41,-0.38,-0.35,-0.32,-0.29,-0.26,-0.23,-0.21,-0.18,-0.15,-0.13,-0.11,-0.09,-0.068,-0.051,-0.036,-0.024,-0.014,-0.006,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 14 | PARAM_EYE_BALL_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.001,-0.002,-0.004,-0.005,-0.007,-0.009,-0.011,-0.013,-0.016,-0.018,-0.021,-0.024,-0.027,-0.03,-0.034,-0.037,-0.041,-0.044,-0.048,-0.052,-0.056,-0.059,-0.063,-0.067,-0.071,-0.074,-0.078,-0.082,-0.086,-0.089,-0.093,-0.096,-0.1,-0.103,-0.106,-0.109,-0.112,-0.114,-0.117,-0.119,-0.121,-0.123,-0.125,-0.126,-0.128,-0.129,-0.129,-0.13,-0.13,-0.13,-0.129,-0.127,-0.125,-0.122,-0.119,-0.115,-0.111,-0.107,-0.103,-0.098,-0.093,-0.088,-0.082,-0.077,-0.071,-0.066,-0.06,-0.055,-0.049,-0.044,-0.039,-0.034,-0.029,-0.025,-0.02,-0.016,-0.013,-0.01,-0.007,-0.004,-0.003,-0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 15 | PARAM_MOUTH_FORM=0 16 | PARAM_MOUTH_OPEN_Y=0 17 | PARAM_CHEEK=0 18 | PARAM_ARMR_ANGLE_Z=0 19 | PARAM_ARML_ANGLE_Z=0 20 | PARAM_BODY_ANGLE_X=0,0.004,0.015,0.034,0.06,0.09,0.13,0.17,0.22,0.27,0.33,0.39,0.45,0.52,0.59,0.66,0.73,0.81,0.88,0.96,1.04,1.12,1.19,1.27,1.34,1.41,1.48,1.55,1.61,1.67,1.73,1.78,1.83,1.87,1.91,1.94,1.97,1.985,1.996,2,1.994,1.978,1.95,1.91,1.86,1.81,1.74,1.67,1.59,1.5,1.4,1.3,1.19,1.08,0.96,0.83,0.7,0.57,0.44,0.3,0.16,0.01,-0.13,-0.28,-0.43,-0.57,-0.72,-0.87,-1.01,-1.16,-1.3,-1.44,-1.57,-1.7,-1.83,-1.96,-2.08,-2.19,-2.3,-2.4,-2.5,-2.59,-2.67,-2.74,-2.81,-2.86,-2.91,-2.95,-2.98,-2.994,-3,-2.992,-2.97,-2.93,-2.88,-2.82,-2.75,-2.66,-2.57,-2.47,-2.37,-2.26,-2.14,-2.02,-1.9,-1.77,-1.64,-1.52,-1.39,-1.26,-1.14,-1.02,-0.9,-0.78,-0.67,-0.57,-0.47,-0.38,-0.3,-0.22,-0.16,-0.1,-0.06,-0.03,-0.007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 21 | PARAM_BODY_ANGLE_Z=0 22 | PARAM_BODY2_ANGLE_Z=0,0.002,0.008,0.017,0.029,0.045,0.064,0.09,0.11,0.14,0.16,0.19,0.23,0.26,0.29,0.33,0.37,0.4,0.44,0.48,0.52,0.56,0.6,0.63,0.67,0.71,0.74,0.77,0.81,0.84,0.86,0.89,0.91,0.94,0.955,0.971,0.983,0.992,0.998,1,0.998,0.991,0.98,0.965,0.946,0.92,0.9,0.87,0.84,0.8,0.76,0.72,0.68,0.63,0.58,0.53,0.48,0.43,0.37,0.32,0.26,0.2,0.15,0.09,0.03,-0.03,-0.09,-0.15,-0.2,-0.26,-0.32,-0.37,-0.43,-0.48,-0.53,-0.58,-0.63,-0.68,-0.72,-0.76,-0.8,-0.84,-0.87,-0.9,-0.92,-0.95,-0.965,-0.98,-0.991,-0.998,-1,-0.997,-0.989,-0.977,-0.96,-0.94,-0.92,-0.89,-0.86,-0.82,-0.79,-0.75,-0.71,-0.67,-0.63,-0.59,-0.55,-0.51,-0.46,-0.42,-0.38,-0.34,-0.3,-0.26,-0.22,-0.19,-0.16,-0.13,-0.1,-0.07,-0.05,-0.034,-0.02,-0.009,-0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 23 | PARAM_BODY3_ANGLE_Z=0 24 | PARAM_DM_Z=0 25 | VISIBLE:ROUGH=1 26 | VISIBLE:PARTS_01_FACE_001=1 27 | VISIBLE:PARTS_01_EYE_001=1 28 | VISIBLE:PARTS_01_EYE_BALL_001=1 29 | VISIBLE:PARTS_01_BROW_001=1 30 | VISIBLE:PARTS_01_MOUTH_001=1 31 | VISIBLE:PARTS_01_NOSE_001=1 32 | VISIBLE:PARTS_01_EAR_001=1 33 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 34 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 35 | VISIBLE:PARTS_01_HAIR_BACK_001=1 36 | VISIBLE:PARTS_01_NECK=1 37 | VISIBLE:PARTS_01_BODY=1 38 | VISIBLE:PARTS_01_LEGS=1 39 | VISIBLE:PARTS_01_BACKGROUND=1 40 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/33/motions/33.v2.idle-02.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,0.004,0.014,0.024,0.031,0.031,0.019,-0.01,-0.05,-0.11,-0.2,-0.31,-0.46,-0.63,-0.84,-1.09,-1.38,-1.71,-2.09,-2.52,-3,-3.63,-4.4,-5.34,-6.42,-7.58,-8.86,-10.23,-11.63,-13.1,-14.61,-16.09,-17.6,-19.09,-20.51,-21.9,-23.22,-24.42,-25.54,-26.53,-27.36,-28.06,-28.57,-28.89,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-29,-27.21,-24.35,-21.68,-19.75,-19,-19,-19,-19,-19,-19,-19,-19,-19,-18.76,-18.08,-17.02,-15.67,-14.06,-12.3,-10.44,-8.56,-6.7,-4.94,-3.33,-1.98,-0.92,-0.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 9 | PARAM_ANGLE_Y=-1,-1.006,-1.03,-1.07,-1.14,-1.24,-1.38,-1.55,-1.77,-2.03,-2.34,-2.7,-3.13,-3.61,-4.15,-4.78,-5.46,-6.23,-7.05,-7.98,-9,-10.14,-11.27,-12.46,-13.66,-14.83,-16.04,-17.23,-18.39,-19.56,-20.69,-21.77,-22.84,-23.86,-24.8,-25.7,-26.54,-27.29,-27.97,-28.57,-29.06,-29.46,-29.76,-29.94,-30,-29.89,-29.57,-29.06,-28.42,-27.66,-26.83,-25.95,-25.05,-24.17,-23.34,-22.58,-21.94,-21.43,-21.11,-21,-21.18,-21.66,-22.39,-23.29,-24.3,-25.37,-26.42,-27.4,-28.26,-28.99,-29.54,-29.88,-30,-29.87,-29.52,-28.96,-28.25,-27.4,-26.47,-25.5,-24.5,-23.53,-22.6,-21.75,-21.04,-20.48,-20.13,-20,-20.04,-20.16,-20.34,-20.6,-20.91,-21.26,-21.67,-22.11,-22.59,-23.1,-23.62,-24.17,-24.72,-25.28,-25.83,-26.38,-26.9,-27.41,-27.89,-28.33,-28.74,-29.09,-29.4,-29.66,-29.84,-29.96,-30,-23.21,-12.33,-2.18,5.14,8,6.31,3.53,1.62,1,1,1,1,1,0.97,0.9,0.79,0.65,0.48,0.29,0.1,-0.1,-0.29,-0.48,-0.65,-0.79,-0.9,-0.97,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1 10 | PARAM_ANGLE_Z=0,0.004,0.013,0.021,0.026,0.024,0.01,-0.02,-0.06,-0.13,-0.22,-0.33,-0.48,-0.65,-0.86,-1.11,-1.4,-1.73,-2.1,-2.52,-3,-3.61,-4.33,-5.2,-6.18,-7.22,-8.37,-9.59,-10.83,-12.13,-13.46,-14.76,-16.08,-17.38,-18.62,-19.84,-20.98,-22.03,-23,-23.86,-24.58,-25.18,-25.63,-25.9,-26,-25.97,-25.9,-25.79,-25.65,-25.48,-25.29,-25.1,-24.9,-24.71,-24.52,-24.35,-24.21,-24.1,-24.03,-24,-24.04,-24.15,-24.31,-24.51,-24.73,-24.97,-25.2,-25.42,-25.61,-25.78,-25.9,-25.97,-26,-25.97,-25.9,-25.79,-25.65,-25.48,-25.29,-25.1,-24.9,-24.71,-24.52,-24.35,-24.21,-24.1,-24.03,-24,-24.008,-24.03,-24.07,-24.12,-24.18,-24.25,-24.33,-24.42,-24.52,-24.62,-24.72,-24.83,-24.94,-25.06,-25.17,-25.28,-25.38,-25.48,-25.58,-25.67,-25.75,-25.82,-25.88,-25.93,-25.97,-25.99,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-26,-25.67,-24.75,-23.29,-21.44,-19.24,-16.83,-14.29,-11.71,-9.17,-6.76,-4.56,-2.71,-1.25,-0.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 11 | PARAM_EYE_L_OPEN=1,0.998,0.991,0.981,0.968,0.953,0.935,0.917,0.898,0.878,0.857,0.838,0.819,0.801,0.784,0.769,0.756,0.745,0.737,0.732,0.73,0.734,0.744,0.758,0.774,0.791,0.807,0.821,0.831,0.838,0.84,0.824,0.78,0.72,0.65,0.56,0.48,0.39,0.3,0.22,0.15,0.09,0.04,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.14,0.36,0.56,0.71,0.77,0.77,0.77,0.77,0.77,0.78,0.8,0.82,0.84,0.86,0.883,0.901,0.918,0.933,0.947,0.958,0.968,0.977,0.984,0.99,0.995,0.998,0.999,1,0.74,0.26,0,0.24,0.64,0.91,1,0.74,0.26,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,0.998,0.991,0.982,0.969,0.954,0.938,0.92,0.901,0.882,0.863,0.844,0.825,0.808,0.792,0.777,0.765,0.754,0.747,0.742,0.74,0.743,0.752,0.765,0.78,0.796,0.81,0.823,0.832,0.838,0.84,0.824,0.78,0.72,0.65,0.56,0.48,0.39,0.3,0.22,0.15,0.09,0.04,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.14,0.36,0.56,0.71,0.77,0.77,0.77,0.77,0.77,0.78,0.8,0.82,0.84,0.86,0.883,0.901,0.918,0.933,0.947,0.958,0.968,0.977,0.984,0.99,0.995,0.998,0.999,1,0.74,0.26,0,0.24,0.64,0.91,1,0.74,0.26,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_BALL_X=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.16,0.42,0.59,0.65,0.642,0.62,0.58,0.54,0.48,0.42,0.36,0.3,0.24,0.18,0.12,0.08,0.04,0.02,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.007,0.006,0.004,0.003,0.001,0,0 14 | PARAM_EYE_BALL_Y=0,-0.002,-0.009,-0.02,-0.034,-0.051,-0.071,-0.09,-0.12,-0.14,-0.17,-0.2,-0.23,-0.26,-0.29,-0.32,-0.35,-0.38,-0.4,-0.43,-0.46,-0.49,-0.508,-0.522,-0.532,-0.537,-0.54,-0.541,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.54,-0.538,-0.536,-0.533,-0.529,-0.524,-0.517,-0.509,-0.5,-0.484,-0.46,-0.43,-0.39,-0.35,-0.3,-0.25,-0.21,-0.16,-0.12,-0.08,-0.05,-0.02,-0.006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.06,0.16,0.23,0.25,0.247,0.238,0.224,0.206,0.18,0.16,0.14,0.11,0.09,0.07,0.04,0.026,0.012,0.003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 15 | PARAM_MOUTH_FORM=0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.008,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.007,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.006,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.005,0,0,0,0,0,0,0.004,0,0,0,0,0,0,0,0.003,0,0,0,0,0,0,0,0,0.002,0,0,0,0,0,0,0,0,0,0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.002,0.005,0.007,0.009,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.008,0.007,0.01,0.006,0.01,0.004,0.004,0,0.003,0,0.002,0,0.001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 16 | PARAM_MOUTH_OPEN_Y=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.91,0.77,0.63,0.54,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.63,0.87,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 17 | PARAM_CHEEK=0 18 | PARAM_ARMR_ANGLE_Z=0 19 | PARAM_ARML_ANGLE_Z=0 20 | PARAM_BODY_ANGLE_X=0 21 | PARAM_BODY_ANGLE_Z=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.021,0.08,0.17,0.3,0.45,0.63,0.82,1.04,1.27,1.51,1.75,2,2.25,2.49,2.73,2.96,3.18,3.38,3.55,3.7,3.83,3.92,3.98,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3.95,3.81,3.58,3.3,2.96,2.59,2.2,1.8,1.41,1.04,0.7,0.42,0.19,0.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 22 | VISIBLE:ROUGH=1 23 | VISIBLE:PARTS_01_FACE_001=1 24 | VISIBLE:PARTS_01_EYE_001=1 25 | VISIBLE:PARTS_01_EYE_BALL_001=1 26 | VISIBLE:PARTS_01_BROW_001=1 27 | VISIBLE:PARTS_01_MOUTH_001=1 28 | VISIBLE:PARTS_01_NOSE_001=1 29 | VISIBLE:PARTS_01_EAR_001=1 30 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 31 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 32 | VISIBLE:PARTS_01_HAIR_BACK_001=1 33 | VISIBLE:PARTS_01_NECK=1 34 | VISIBLE:PARTS_01_BODY=1 35 | VISIBLE:PARTS_01_BACKGROUND=1 36 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/33/motions/33.v2.idle-03.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,-0.05,-0.2,-0.43,-0.72,-1.09,-1.49,-1.94,-2.41,-2.91,-3.42,-3.94,-4.45,-4.95,-5.45,-5.91,-6.34,-6.74,-7.1,-7.41,-7.66,-7.84,-7.96,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-8,-7.72,-6.99,-5.92,-4.65,-3.35,-2.08,-1.01,-0.28,0 9 | PARAM_ANGLE_Y=1,0.8,0.23,-0.67,-1.81,-3.21,-4.78,-6.5,-8.34,-10.28,-12.24,-14.25,-16.24,-18.19,-20.11,-21.9,-23.58,-25.12,-26.5,-27.7,-28.67,-29.39,-29.84,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29.91,-29.66,-29.27,-28.77,-28.18,-27.53,-26.85,-26.15,-25.47,-24.82,-24.23,-23.73,-23.34,-23.09,-23,-23.14,-23.51,-24.09,-24.82,-25.63,-26.5,-27.37,-28.18,-28.91,-29.49,-29.86,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-28.93,-26.07,-21.94,-17.03,-11.97,-7.06,-2.93,-0.07,1 10 | PARAM_ANGLE_Z=0,0.17,0.67,1.45,2.44,3.67,5.03,6.54,8.14,9.82,11.53,13.28,15.02,16.72,18.38,19.94,21.41,22.75,23.96,24.99,25.84,26.47,26.86,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,26.07,23.58,19.98,15.71,11.29,7.02,3.42,0.93,0 11 | PARAM_EYE_L_OPEN=1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0.016,0.06,0.12,0.21,0.3,0.4,0.49,0.58,0.67,0.73,0.77,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.797,0.817,0.84,0.88,0.91,0.95,0.97,0.993,1 12 | PARAM_EYE_R_OPEN=1,0.97,0.89,0.78,0.65,0.52,0.39,0.26,0.16,0.07,0.02,0,0.016,0.06,0.12,0.21,0.3,0.4,0.49,0.58,0.67,0.73,0.77,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.79,0.797,0.817,0.84,0.88,0.91,0.95,0.97,0.993,1 13 | PARAM_EYE_BALL_X=0,0.006,0.025,0.05,0.09,0.14,0.19,0.24,0.3,0.36,0.43,0.49,0.56,0.62,0.68,0.74,0.79,0.84,0.89,0.93,0.96,0.98,0.995,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 14 | PARAM_EYE_BALL_Y=-0.04,-0.046,-0.064,-0.09,-0.13,-0.17,-0.22,-0.27,-0.33,-0.39,-0.45,-0.51,-0.57,-0.63,-0.69,-0.75,-0.8,-0.85,-0.89,-0.93,-0.96,-0.98,-0.995,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.29,-0.16,-0.07,-0.04 15 | PARAM_MOUTH_FORM=0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.009,0.01,0.007,0.006,0.005,0.005,0.004,0.003,0.002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0,0.002,0,0.003,0,0.004,0,0.006,0.006,0.01,0.007,0.01,0.008,0.01,0.009,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01,0.01 16 | PARAM_MOUTH_OPEN_Y=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0.04,0.08,0.12,0.18,0.24,0.3,0.36,0.4,0.44,0.47,0.48,0.478,0.471,0.459,0.445,0.426,0.41,0.38,0.36,0.33,0.3,0.27,0.24,0.21,0.19,0.16,0.13,0.11,0.08,0.06,0.045,0.029,0.017,0.008,0.002,0,0,0,0,0,0,0,0,0,0 17 | PARAM_CHEEK=0 18 | PARAM_ARMR_ANGLE_Z=0,0.002,0.007,0.015,0.024,0.037,0.05,0.065,0.081,0.098,0.115,0.133,0.15,0.167,0.184,0.199,0.214,0.228,0.24,0.25,0.258,0.265,0.269,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.261,0.24,0.2,0.16,0.11,0.07,0.03,0.01,0 19 | PARAM_ARML_ANGLE_Z=0,0.002,0.007,0.015,0.024,0.037,0.05,0.065,0.081,0.098,0.115,0.133,0.15,0.167,0.184,0.199,0.214,0.228,0.24,0.25,0.258,0.265,0.269,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.27,0.261,0.24,0.2,0.16,0.11,0.07,0.03,0.01,0 20 | PARAM_BODY_ANGLE_X=0 21 | PARAM_BODY_ANGLE_Z=0 22 | PARAM_BODY2_ANGLE_Z=0 23 | PARAM_BREATH=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.013,0.05,0.1,0.18,0.26,0.35,0.45,0.55,0.65,0.74,0.82,0.9,0.95,0.99,1,0.98,0.93,0.84,0.74,0.62,0.5,0.38,0.26,0.16,0.07,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 24 | PARAM_DM_Z=0,0,0,0,0,0,0,0,0,0,0,0,0.004,0.016,0.034,0.06,0.09,0.13,0.17,0.21,0.26,0.31,0.36,0.42,0.47,0.53,0.58,0.64,0.69,0.74,0.79,0.83,0.87,0.91,0.94,0.97,0.984,0.996,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.93,0.79,0.62,0.43,0.27,0.13,0.03,0 25 | PARAM_tanqi=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.003,0.01,0.019,0.033,0.053,0.08,0.11,0.15,0.2,0.24,0.29,0.34,0.39,0.44,0.48,0.53,0.58,0.62,0.66,0.71,0.75,0.78,0.82,0.85,0.88,0.91,0.93,0.95,0.969,0.982,0.992,0.998,1,1,1,1,1,1,1,1,1,1 -------------------------------------------------------------------------------- /assets/haruna/33/motions/33.v2.thanking.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,-0.11,-0.45,-1,-1.73,-2.66,-3.75,-4.99,-6.37,-7.89,-9.51,-11.27,-13.09,-15.02,-16.98,-19,-21.09,-22.88,-24.42,-25.74,-26.83,-27.73,-28.44,-28.98,-29.39,-29.68,-29.87,-29.97,-30,-29.54,-28.23,-26.2,-23.49,-20.29,-16.65,-12.67,-8.51,-4.2,0.17,4.44,8.51,12.39,15.94,19.16,21.91,24.15,25.88,27,27.89,28.58,29.11,29.5,29.77,29.95,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,28.97,26.2,22.2,17.45,12.55,7.8,3.8,1.03,0 9 | PARAM_ANGLE_Y=-1,-0.7,0.16,1.5,3.21,5.24,7.46,9.81,12.19,14.54,16.76,18.79,20.5,21.84,22.7,23,21.94,19.1,14.83,9.49,3.57,-2.72,-8.9,-14.67,-19.78,-24.07,-27.3,-29.31,-30,-29.91,-29.66,-29.26,-28.74,-28.13,-27.44,-26.68,-25.9,-25.1,-24.3,-23.53,-22.8,-22.12,-21.52,-21,-20.57,-20.26,-20.07,-20,-20.2,-20.74,-21.54,-22.55,-23.67,-24.85,-26.02,-27.11,-28.07,-28.88,-29.49,-29.87,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-29,-26.33,-22.46,-17.87,-13.13,-8.54,-4.67,-2,-1 10 | PARAM_ANGLE_Z=0,-0.04,-0.16,-0.37,-0.68,-1.11,-1.64,-2.29,-3.08,-4.01,-5.08,-6.33,-7.72,-9.31,-11.06,-13,-15.21,-17.32,-19.34,-21.27,-23.02,-24.63,-26.04,-27.24,-28.23,-29.01,-29.56,-29.89,-30,-29.46,-27.93,-25.59,-22.46,-18.78,-14.63,-10.1,-5.42,-0.62,4.21,8.85,13.21,17.28,20.89,24.03,26.56,28.43,29.6,30,28.98,26.25,22.14,17,11.3,5.25,-0.7,-6.25,-11.17,-15.3,-18.4,-20.34,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-21,-20.28,-18.34,-15.54,-12.22,-8.78,-5.46,-2.66,-0.72,0 11 | PARAM_EYE_L_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.98,0.93,0.85,0.75,0.63,0.51,0.4,0.29,0.19,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0.07,0.15,0.25,0.37,0.49,0.6,0.71,0.81,0.89,0.95,0.99,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0.22,0.61,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.61,0.22,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 12 | PARAM_EYE_R_OPEN=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.98,0.93,0.85,0.75,0.63,0.51,0.4,0.29,0.19,0.11,0.05,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.02,0.07,0.15,0.25,0.37,0.49,0.6,0.71,0.81,0.89,0.95,0.99,1,1,1,1,1,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,0.82,0.54,0.27,0.08,0,0,0.24,0.64,0.91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.76,0.36,0.09,0,0,0.22,0.61,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.83,0.61,0.22,0,0.26,0.74,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 13 | PARAM_EYE_BALL_X=0.01,0.018,0.04,0.08,0.12,0.17,0.23,0.29,0.36,0.42,0.48,0.53,0.57,0.61,0.63,0.64,0.627,0.59,0.54,0.48,0.41,0.33,0.25,0.19,0.12,0.07,0.03,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-0.01,-0.04,-0.08,-0.13,-0.19,-0.25,-0.31,-0.37,-0.42,-0.46,-0.49,-0.513,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.12,0.6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.6,-0.12,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.52,-0.502,-0.45,-0.38,-0.3,-0.21,-0.13,-0.06,-0.01,0.01 14 | PARAM_EYE_BALL_Y=0.08,0.066,0.03,-0.03,-0.11,-0.2,-0.3,-0.41,-0.51,-0.62,-0.72,-0.81,-0.89,-0.95,-0.99,-1,-0.981,-0.93,-0.85,-0.76,-0.65,-0.53,-0.42,-0.32,-0.23,-0.15,-0.09,-0.05,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.04,-0.03,0,0.04,0.09,0.14,0.2,0.26,0.32,0.36,0.4,0.43,0.453,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.22,-0.22,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.46,-0.22,0.22,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.46,0.447,0.41,0.36,0.3,0.24,0.18,0.13,0.09,0.08 15 | PARAM_MOUTH_FORM=0.01,0.01,0.013,0.017,0.023,0.03,0.038,0.047,0.058,0.07,0.083,0.098,0.113,0.129,0.147,0.165,0.184,0.203,0.224,0.24,0.27,0.29,0.31,0.33,0.36,0.38,0.41,0.43,0.46,0.48,0.51,0.53,0.55,0.58,0.6,0.63,0.65,0.68,0.7,0.72,0.74,0.77,0.79,0.807,0.826,0.845,0.863,0.881,0.897,0.912,0.927,0.94,0.952,0.963,0.972,0.98,0.987,0.993,0.997,0.999,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.59,0.42,0.27,0.14,0.04,0.01 16 | PARAM_MOUTH_OPEN_Y=1 17 | PARAM_CHEEK=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.001,0.006,0.013,0.022,0.034,0.049,0.065,0.084,0.1,0.13,0.15,0.18,0.2,0.23,0.26,0.29,0.32,0.35,0.38,0.42,0.45,0.48,0.52,0.55,0.58,0.62,0.65,0.68,0.71,0.74,0.77,0.8,0.82,0.85,0.87,0.9,0.92,0.935,0.951,0.966,0.978,0.987,0.994,0.999,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.97,0.87,0.74,0.58,0.42,0.26,0.13,0.03,0 18 | PARAM_ARMR_ANGLE_Z=0,-0.002,-0.009,-0.019,-0.032,-0.047,-0.063,-0.081,-0.099,-0.117,-0.133,-0.148,-0.161,-0.171,-0.178,-0.18,-0.16,-0.09,0,0.12,0.25,0.39,0.53,0.66,0.77,0.87,0.94,0.98,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.999,1,1,1,1,0.998,1,1,0.997,1,1,0.996,1,0.995,0.99,0.994,0.99,0.993,0.99,0.992,0.99,0.991,0.99,0.99,0.989,0.99,0.988,0.987,0.99,0.985,0.985,0.984,0.98,0.982,0.982,0.981,0.98,0.979,0.978,0.98,0.976,0.975,0.974,0.973,0.972,0.971,0.97,0.969,0.968,0.967,0.965,0.964,0.963,0.962,0.96,0.959,0.958,0.957,0.955,0.954,0.952,0.951,0.95,0.948,0.947,0.945,0.944,0.942,0.941,0.939,0.937,0.936,0.934,0.932,0.931,0.929,0.927,0.925,0.924,0.922,0.92,0.918,0.916,0.914,0.912,0.91,0.908,0.906,0.904,0.902,0.9,0.898,0.896,0.894,0.891,0.889,0.887,0.885,0.882,0.88,0.85,0.77,0.65,0.51,0.37,0.23,0.11,0.03,0 19 | PARAM_ARML_ANGLE_Z=0.01,0.008,0.001,-0.01,-0.023,-0.039,-0.057,-0.076,-0.094,-0.113,-0.131,-0.147,-0.16,-0.171,-0.178,-0.18,-0.16,-0.09,0,0.12,0.25,0.39,0.53,0.66,0.77,0.87,0.94,0.98,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0.999,1,1,1,1,0.998,1,1,0.997,1,1,0.996,1,0.995,0.99,0.994,0.99,0.993,0.99,0.992,0.99,0.991,0.99,0.99,0.989,0.99,0.988,0.987,0.99,0.985,0.985,0.984,0.98,0.982,0.982,0.981,0.98,0.979,0.978,0.98,0.976,0.975,0.974,0.973,0.972,0.971,0.97,0.969,0.968,0.967,0.965,0.964,0.963,0.962,0.96,0.959,0.958,0.957,0.955,0.954,0.952,0.951,0.95,0.948,0.947,0.945,0.944,0.942,0.941,0.939,0.937,0.936,0.934,0.932,0.931,0.929,0.927,0.925,0.924,0.922,0.92,0.918,0.916,0.914,0.912,0.91,0.908,0.906,0.904,0.902,0.9,0.898,0.896,0.894,0.891,0.889,0.887,0.885,0.882,0.88,0.85,0.77,0.65,0.51,0.37,0.23,0.11,0.03,0 20 | PARAM_BODY_ANGLE_X=0,0.03,0.1,0.21,0.35,0.52,0.71,0.9,1.1,1.29,1.48,1.65,1.79,1.9,1.97,2,1.84,1.41,0.77,-0.04,-0.93,-1.88,-2.82,-3.69,-4.46,-5.11,-5.59,-5.9,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-6,-5.9,-5.63,-5.23,-4.73,-4.17,-3.57,-2.99,-2.45,-1.96,-1.56,-1.25,-1.07,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.87,-0.74,-0.58,-0.42,-0.26,-0.13,-0.03,0 21 | PARAM_BODY_ANGLE_Z=0,0.04,0.14,0.31,0.53,0.78,1.06,1.35,1.65,1.94,2.22,2.47,2.69,2.86,2.96,3,2.84,2.41,1.77,0.96,0.07,-0.88,-1.82,-2.69,-3.46,-4.11,-4.59,-4.9,-5,-4.91,-4.66,-4.26,-3.74,-3.13,-2.44,-1.68,-0.9,-0.1,0.7,1.47,2.2,2.88,3.48,4,4.43,4.74,4.93,5,4.98,4.93,4.85,4.75,4.63,4.51,4.4,4.29,4.19,4.11,4.05,4.01,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,3.86,3.49,2.96,2.33,1.67,1.04,0.51,0.14,0 22 | PARAM_BODY2_ANGLE_Z=0,0.04,0.14,0.31,0.53,0.78,1.06,1.35,1.65,1.94,2.22,2.47,2.69,2.86,2.96,3,2.82,2.34,1.61,0.71,-0.3,-1.37,-2.42,-3.4,-4.26,-4.99,-5.54,-5.88,-6,-5.86,-5.45,-4.82,-3.99,-3.01,-1.9,-0.69,0.55,1.84,3.12,4.36,5.52,6.61,7.57,8.41,9.08,9.58,9.89,10,10,10,9.998,9.997,9.996,9.994,9.992,9.989,9.986,9.983,9.979,9.975,9.971,9.966,9.961,9.955,9.95,9.943,9.937,9.93,9.923,9.915,9.907,9.899,9.89,9.881,9.871,9.861,9.851,9.84,9.829,9.818,9.806,9.794,9.781,9.768,9.755,9.741,9.727,9.712,9.697,9.682,9.666,9.65,9.634,9.617,9.6,9.582,9.564,9.545,9.526,9.507,9.487,9.47,9.446,9.43,9.4,9.38,9.36,9.34,9.31,9.29,9.27,9.24,9.22,9.19,9.17,9.14,9.11,9.09,9.06,9.03,9,8.97,8.95,8.92,8.89,8.85,8.82,8.79,8.76,8.73,8.7,8.66,8.63,8.59,8.56,8.53,8.49,8.45,8.42,8.38,8.34,8.31,8.27,8.23,8.19,8.15,8.11,8.07,8.03,7.99,7.94,7.9,7.86,7.81,7.77,7.73,7.68,7.64,7.59,7.54,7.5,7.45,7.4,7.35,7.3,7.25,7.2,7.15,7.1,7.05,7,6.72,6.05,5.11,4.01,2.88,1.79,0.87,0.24,0 23 | PARAM_DM_Z=0,0,0.001,0.002,0.004,0.006,0.009,0.012,0.016,0.02,0.024,0.029,0.034,0.04,0.046,0.053,0.059,0.066,0.074,0.082,0.09,0.099,0.107,0.117,0.126,0.136,0.146,0.156,0.167,0.177,0.188,0.2,0.211,0.223,0.234,0.247,0.259,0.271,0.284,0.296,0.309,0.322,0.335,0.349,0.362,0.375,0.389,0.402,0.416,0.43,0.443,0.457,0.471,0.484,0.498,0.512,0.526,0.54,0.553,0.567,0.581,0.594,0.608,0.621,0.635,0.648,0.661,0.674,0.687,0.7,0.712,0.725,0.737,0.749,0.761,0.773,0.785,0.796,0.807,0.818,0.829,0.839,0.85,0.86,0.869,0.879,0.888,0.897,0.905,0.914,0.922,0.929,0.936,0.943,0.95,0.956,0.962,0.967,0.972,0.977,0.981,0.985,0.989,0.992,0.994,0.996,0.998,0.999,1,1,0.995,0.982,0.96,0.93,0.9,0.86,0.81,0.75,0.7,0.64,0.57,0.5,0.43,0.36,0.28,0.21,0.13,0.05,-0.03,-0.11,-0.19,-0.26,-0.34,-0.41,-0.48,-0.55,-0.61,-0.67,-0.73,-0.78,-0.83,-0.87,-0.91,-0.94,-0.97,-0.985,-0.996,-1,-0.997,-0.987,-0.972,-0.95,-0.93,-0.9,-0.87,-0.83,-0.79,-0.75,-0.71,-0.66,-0.62,-0.57,-0.52,-0.48,-0.43,-0.38,-0.34,-0.3,-0.25,-0.21,-0.18,-0.14,-0.11,-0.08,-0.05,-0.03,-0.013,-0.001,0.007,0.01 24 | VISIBLE:ROUGH=1 25 | VISIBLE:PARTS_01_FACE_001=1 26 | VISIBLE:PARTS_01_EYE_001=1 27 | VISIBLE:PARTS_01_EYE_BALL_001=1 28 | VISIBLE:PARTS_01_BROW_001=1 29 | VISIBLE:PARTS_01_MOUTH_001=1 30 | VISIBLE:PARTS_01_NOSE_001=1 31 | VISIBLE:PARTS_01_EAR_001=1 32 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 33 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 34 | VISIBLE:PARTS_01_HAIR_BACK_001=1 35 | VISIBLE:PARTS_01_NECK=1 36 | VISIBLE:PARTS_01_BODY=1 37 | VISIBLE:PARTS_01_BACKGROUND=1 38 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/33/motions/33.v2.touch.mtn: -------------------------------------------------------------------------------- 1 | # Live2D Animator Motion Data 2 | $fps=30 3 | 4 | $fadein=0 5 | 6 | $fadeout=0 7 | 8 | PARAM_ANGLE_X=0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.993,-29.94,-29.8,-29.52,-29.08,-28.46,-27.65,-26.63,-25.43,-24,-21.58,-18.58,-15.19,-11.79,-8.52,-5.62,-3.24,-1.47,-0.38,0 9 | PARAM_ANGLE_Y=0,-1.03,-3.74,-7.65,-12.12,-16.75,-21.08,-24.77,-27.6,-29.37,-30,-29.9,-29.59,-29.03,-28.22,-27.13,-25.79,-24.19,-22.36,-20.31,-18,-14.86,-11.92,-9.17,-6.76,-4.67,-2.96,-1.65,-0.73,-0.18,0 10 | PARAM_ANGLE_Z=0,-0.16,-0.62,-1.36,-2.33,-3.5,-4.82,-6.25,-7.77,-9.35,-11,-13.05,-14.77,-16.22,-17.38,-18.29,-18.97,-19.46,-19.77,-19.95,-20,-19.31,-17.51,-14.9,-11.92,-8.83,-5.95,-3.48,-1.6,-0.42,0 11 | PARAM_EYE_L_OPEN=1,0.992,0.97,0.94,0.9,0.87,0.83,0.8,0.78,0.765,0.76,0.762,0.769,0.779,0.792,0.807,0.824,0.842,0.861,0.88,0.9,0.92,0.944,0.96,0.973,0.983,0.99,0.995,0.998,0.999,1 12 | PARAM_EYE_R_OPEN=1,0.992,0.97,0.94,0.9,0.87,0.83,0.8,0.78,0.765,0.76,0.762,0.769,0.779,0.792,0.807,0.824,0.842,0.861,0.88,0.9,0.92,0.944,0.96,0.973,0.983,0.99,0.995,0.998,0.999,1 13 | PARAM_EYE_BALL_X=0,0.016,0.06,0.12,0.19,0.26,0.34,0.4,0.46,0.5,0.53,0.55,0.572,0.584,0.593,0.597,0.6,0.601,0.6,0.6,0.6,0.58,0.53,0.45,0.36,0.26,0.18,0.1,0.05,0.01,0 14 | PARAM_EYE_BALL_Y=0,0.002,0.01,0.022,0.04,0.06,0.09,0.12,0.16,0.2,0.25,0.31,0.37,0.42,0.46,0.5,0.53,0.55,0.568,0.577,0.58,0.56,0.51,0.43,0.35,0.26,0.17,0.1,0.05,0.01,0 15 | PARAM_BROW_L_Y=0,-0.03,-0.1,-0.2,-0.31,-0.43,-0.54,-0.64,-0.71,-0.75,-0.77,-0.763,-0.744,-0.72,-0.68,-0.63,-0.59,-0.53,-0.48,-0.42,-0.36,-0.31,-0.25,-0.2,-0.15,-0.11,-0.07,-0.04,-0.02,-0.005,0 16 | PARAM_BROW_R_Y=0,-0.03,-0.1,-0.2,-0.32,-0.45,-0.56,-0.66,-0.74,-0.78,-0.8,-0.793,-0.773,-0.74,-0.71,-0.66,-0.61,-0.55,-0.5,-0.44,-0.38,-0.32,-0.26,-0.21,-0.16,-0.11,-0.08,-0.04,-0.02,-0.005,0 17 | PARAM_BROW_L_FORM=0,-0.03,-0.12,-0.25,-0.4,-0.56,-0.7,-0.83,-0.92,-0.98,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0 18 | PARAM_BROW_R_FORM=0,-0.03,-0.12,-0.25,-0.4,-0.56,-0.7,-0.83,-0.92,-0.98,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-0.97,-0.88,-0.75,-0.6,-0.44,-0.3,-0.17,-0.08,-0.02,0 19 | PARAM_MOUTH_FORM=0 20 | PARAM_MOUTH_OPEN_Y=0,0.004,0.017,0.037,0.06,0.09,0.12,0.16,0.2,0.24,0.27,0.31,0.35,0.38,0.42,0.45,0.47,0.49,0.507,0.517,0.52,0.502,0.46,0.39,0.31,0.23,0.15,0.09,0.04,0.01,0 21 | PARAM_CHEEK=0 22 | PARAM_ARMR_ANGLE_Z=0,-0.001,-0.006,-0.014,-0.026,-0.043,-0.063,-0.09,-0.11,-0.15,-0.18,-0.23,-0.27,-0.31,-0.35,-0.38,-0.41,-0.425,-0.439,-0.447,-0.45,-0.435,-0.39,-0.34,-0.27,-0.2,-0.13,-0.08,-0.04,-0.01,0 23 | PARAM_ARML_ANGLE_Z=0,-0.003,-0.01,-0.022,-0.038,-0.057,-0.08,-0.1,-0.13,-0.15,-0.18,-0.21,-0.24,-0.27,-0.286,-0.301,-0.313,-0.321,-0.326,-0.329,-0.33,-0.319,-0.29,-0.25,-0.2,-0.15,-0.1,-0.06,-0.03,-0.007,0 24 | PARAM_BODY_ANGLE_X=0,-0.09,-0.33,-0.7,-1.19,-1.75,-2.4,-3.08,-3.79,-4.53,-5.28,-6,-6.71,-7.39,-8,-8.57,-9.05,-9.45,-9.74,-9.93,-10,-9.66,-8.75,-7.45,-5.96,-4.42,-2.97,-1.74,-0.8,-0.21,0 25 | PARAM_BODY_ANGLE_Z=0,0.009,0.03,0.07,0.12,0.18,0.24,0.31,0.38,0.45,0.53,0.6,0.67,0.74,0.8,0.86,0.91,0.94,0.97,0.993,1,0.97,0.88,0.75,0.6,0.44,0.3,0.17,0.08,0.02,0 26 | PARAM_BODY2_ANGLE_Z=0,0.017,0.07,0.14,0.24,0.35,0.48,0.62,0.76,0.91,1.06,1.2,1.34,1.48,1.6,1.71,1.81,1.89,1.95,1.99,2,1.93,1.75,1.49,1.19,0.88,0.59,0.35,0.16,0.04,0 27 | PARAM_BODY3_ANGLE_Z=0,-0.05,-0.2,-0.42,-0.71,-1.05,-1.44,-1.85,-2.28,-2.72,-3.17,-3.6,-4.03,-4.43,-4.8,-5.14,-5.43,-5.67,-5.85,-5.96,-6,-5.79,-5.25,-4.47,-3.58,-2.65,-1.78,-1.05,-0.48,-0.13,0 28 | PARAM_DM_Z=0 29 | VISIBLE:ROUGH=1 30 | VISIBLE:PARTS_01_FACE_001=1 31 | VISIBLE:PARTS_01_EYE_001=1 32 | VISIBLE:PARTS_01_EYE_BALL_001=1 33 | VISIBLE:PARTS_01_BROW_001=1 34 | VISIBLE:PARTS_01_MOUTH_001=1 35 | VISIBLE:PARTS_01_NOSE_001=1 36 | VISIBLE:PARTS_01_EAR_001=1 37 | VISIBLE:PARTS_01_HAIR_FRONT_001=1 38 | VISIBLE:PARTS_01_HAIR_SIDE_001=1 39 | VISIBLE:PARTS_01_HAIR_BACK_001=1 40 | VISIBLE:PARTS_01_NECK=1 41 | VISIBLE:PARTS_01_BODY=1 42 | VISIBLE:PARTS_01_LEGS=1 43 | VISIBLE:PARTS_01_BACKGROUND=1 44 | VISIBLE:PARTS_01_SKETCH=0 -------------------------------------------------------------------------------- /assets/haruna/models.json: -------------------------------------------------------------------------------- 1 | { 2 | "list": [ 3 | { "name": "22/default", "model": "haruna/22/model.default.json" }, 4 | { "name": "22/2018.bls-winter", "model": "haruna/22/model.2018.bls-winter.json" }, 5 | { "name": "22/2018.bls-summer", "model": "haruna/22/model.2018.bls-summer.json" }, 6 | { "name": "22/2018.spring", "model": "haruna/22/model.2018.spring.json" }, 7 | { "name": "22/2018.lover", "model": "haruna/22/model.2018.lover.json" }, 8 | { "name": "22/2017.cba-normal", "model": "haruna/22/model.2017.cba-normal.json" }, 9 | { "name": "22/2017.cba-super", "model": "haruna/22/model.2017.cba-super.json" }, 10 | { "name": "22/2017.valley", "model": "haruna/22/model.2017.valley.json" }, 11 | { "name": "22/2017.vdays", "model": "haruna/22/model.2017.vdays.json" }, 12 | { "name": "22/2017.tomo-bukatsu.low", "model": "haruna/22/model.2017.tomo-bukatsu.low.json" }, 13 | { "name": "22/2017.tomo-bukatsu.high", "model": "haruna/22/model.2017.tomo-bukatsu.high.json" }, 14 | { "name": "22/2017.summer.normal.1", "model": "haruna/22/model.2017.summer.normal.1.json" }, 15 | { "name": "22/2017.summer.normal.2", "model": "haruna/22/model.2017.summer.normal.2.json" }, 16 | { "name": "22/2017.summer.super.1", "model": "haruna/22/model.2017.summer.super.1.json" }, 17 | { "name": "22/2017.summer.super.2", "model": "haruna/22/model.2017.summer.super.2.json" }, 18 | { "name": "22/2017.school", "model": "haruna/22/model.2017.school.json" }, 19 | { "name": "22/2017.newyear", "model": "haruna/22/model.2017.newyear.json" }, 20 | { "name": "22/2016.xmas.1", "model": "haruna/22/model.2016.xmas.1.json" }, 21 | { "name": "22/2016.xmas.2", "model": "haruna/22/model.2016.xmas.2.json" } 22 | ] 23 | } 24 | -------------------------------------------------------------------------------- /assets/haruna/textures.json: -------------------------------------------------------------------------------- 1 | [ 2 | "closet.default.v2/texture_01.png", 3 | "closet.default.v2/texture_02.png", 4 | "closet.default.v2/texture_03.png", 5 | "closet.2016.xmas/texture_01.png", 6 | "closet.2016.xmas/texture_02.png", 7 | "closet.2016.xmas/texture_03_1.png", 8 | "closet.2016.xmas/texture_03_2.png", 9 | "closet.2017.tomo-bukatsu.low/texture_01.png", 10 | "closet.2017.tomo-bukatsu.low/texture_02.png", 11 | "closet.2017.tomo-bukatsu.low/texture_03.png", 12 | "closet.2017.tomo-bukatsu.high/texture_01.png", 13 | "closet.2017.tomo-bukatsu.high/texture_02.png", 14 | "closet.2017.tomo-bukatsu.high/texture_03.png", 15 | "closet.2017.cba-normal/texture_01.png", 16 | "closet.2017.cba-normal/texture_02.png", 17 | "closet.2017.cba-normal/texture_03.png", 18 | "closet.2017.cba-super/texture_01.png", 19 | "closet.2017.cba-super/texture_02.png", 20 | "closet.2017.cba-super/texture_03.png", 21 | "closet.2017.newyear/texture_01.png", 22 | "closet.2017.newyear/texture_02.png", 23 | "closet.2017.newyear/texture_03.png", 24 | "closet.2017.valley/texture_01.png", 25 | "closet.2017.valley/texture_02.png", 26 | "closet.2017.valley/texture_03.png", 27 | "closet.2017.summer.normal/texture_01.png", 28 | "closet.2017.summer.normal/texture_02.png", 29 | "closet.2017.summer.normal/texture_03_1.png", 30 | "closet.2017.summer.normal/texture_03_2.png", 31 | "closet.2017.summer.super/texture_01.png", 32 | "closet.2017.summer.super/texture_02.png", 33 | "closet.2017.summer.super/texture_03_1.png", 34 | "closet.2017.summer.super/texture_03_2.png", 35 | "closet.2017.school/texture_01.png", 36 | "closet.2017.school/texture_02.png", 37 | "closet.2017.school/texture_03.png", 38 | "closet.2017.vdays/texture_01.png", 39 | "closet.2017.vdays/texture_02.png", 40 | "closet.2017.vdays/texture_03.png", 41 | "closet.2018.spring/texture_01.png", 42 | "closet.2018.spring/texture_02.png", 43 | "closet.2018.spring/texture_03.png", 44 | "closet.2018.lover/texture_01.png", 45 | "closet.2018.lover/texture_02.png", 46 | "closet.2018.lover/texture_03.png", 47 | "closet.2018.bls-summer/texture_01.png", 48 | "closet.2018.bls-summer/texture_02.png", 49 | "closet.2018.bls-summer/texture_03.png", 50 | "closet.2018.bls-winter/texture_01.png", 51 | "closet.2018.bls-winter/texture_02.png", 52 | "closet.2018.bls-winter/texture_03.png" 53 | ] -------------------------------------------------------------------------------- /assets/live2d-widget/L2Dwidget.min.js: -------------------------------------------------------------------------------- 1 | /*! https://github.com/xiazeyu/live2d-widget.js built@2018-3-21 22:56:25 */ 2 | var L2Dwidget=function(t){var n=window.webpackJsonpL2Dwidget;window.webpackJsonpL2Dwidget=function(e,o,i){for(var c,u,a=0,f=[];a0?r:e)(t)}},function(t,n){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,e){var r=e(64),o=e(21);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(28)("keys"),o=e(18);t.exports=function(t){return r[t]||(r[t]=o(t))}},function(t,n,e){var r=e(12).f,o=e(8),i=e(0)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},function(t,n,e){"use strict";var r=e(15);t.exports.f=function(t){return new function(t){var n,e;this.promise=new t(function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r}),this.resolve=r(n),this.reject=r(e)}(t)}},function(t,n){t.exports=function(t,n){return t===n||t!=t&&n!=n}},function(t,n,e){var r=e(100);t.exports=function(t,n,e){"__proto__"==n&&r?r(t,n,{configurable:!0,enumerable:!0,value:e,writable:!0}):t[n]=e}},function(t,n,e){var r=e(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});t.exports=function(t){return o[t]||(o[t]={})}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,e){"use strict";var r=e(32),o=e(13),i=e(5),c=e(3),u=e(8),a=e(9),f=e(60),s=e(24),l=e(67),p=e(0)("iterator"),v=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,n,e,h,y,b,m){f(e,n,h);var w,x,g,_=function(t){if(!v&&t in S)return S[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},j=n+" Iterator",O="values"==y,P=!1,S=t.prototype,k=S[p]||S["@@iterator"]||y&&S[y],T=!v&&k||_(y),L=y?O?_("entries"):T:void 0,E="Array"==n&&S.entries||k;if(E&&(g=l(E.call(new t)))!==Object.prototype&&g.next&&(s(g,j,!0),r||u(g,p)||c(g,p,d)),O&&k&&"values"!==k.name&&(P=!0,T=function(){return k.call(this)}),r&&!m||!v&&!P&&S[p]||c(S,p,T),a[n]=T,a[j]=d,y)if(w={values:O?T:_("values"),keys:b?T:_("keys"),entries:L},m)for(x in w)x in S||i(S,x,w[x]);else o(o.P+o.F*(v||P),n,w);return w}},function(t,n){t.exports=!1},function(t,n,e){var r=e(63),o=e(35);t.exports=Object.keys||function(t){return r(t,o)}},function(t,n,e){var r=e(20),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,e){var r=e(1).document;t.exports=r&&r.documentElement},function(t,n,e){var r=e(2),o=e(15),i=e(0)("species");t.exports=function(t,n){var e,c=r(t).constructor;return void 0===c||void 0==(e=r(c)[i])?n:o(e)}},function(t,n,e){var r,o,i,c=e(14),u=e(79),a=e(36),f=e(19),s=e(1),l=s.process,p=s.setImmediate,v=s.clearImmediate,d=s.MessageChannel,h=s.Dispatch,y=0,b={},m=function(){var t=+this;if(b.hasOwnProperty(t)){var n=b[t];delete b[t],n()}},w=function(t){m.call(t.data)};p&&v||(p=function(t){for(var n=[],e=1;arguments.length>e;)n.push(arguments[e++]);return b[++y]=function(){u("function"==typeof t?t:Function(t),n)},r(y),y},v=function(t){delete b[t]},"process"==e(11)(l)?r=function(t){l.nextTick(c(m,t,1))}:h&&h.now?r=function(t){h.now(c(m,t,1))}:d?(i=(o=new d).port2,o.port1.onmessage=w,r=c(i.postMessage,i,1)):s.addEventListener&&"function"==typeof postMessage&&!s.importScripts?(r=function(t){s.postMessage(t+"","*")},s.addEventListener("message",w,!1)):r="onreadystatechange"in f("script")?function(t){a.appendChild(f("script")).onreadystatechange=function(){a.removeChild(this),m.call(t)}}:function(t){setTimeout(c(m,t,1),0)}),t.exports={set:p,clear:v}},function(t,n){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},function(t,n,e){var r=e(2),o=e(6),i=e(25);t.exports=function(t,n){if(r(t),o(n)&&n.constructor===t)return n;var e=i.f(t);return(0,e.resolve)(n),e.promise}},function(t,n){t.exports=function(t,n,e){switch(e.length){case 0:return t.call(n);case 1:return t.call(n,e[0]);case 2:return t.call(n,e[0],e[1]);case 3:return t.call(n,e[0],e[1],e[2])}return t.apply(n,e)}},function(t,n,e){var r=e(90),o=e(91),i=e(92);t.exports=function(t,n){return i(o(t,n,r),t+"")}},function(t,n,e){var r=e(94),o=e(44),i=e(102),c=e(104),u=e(10),a=e(51),f=e(50);t.exports=function t(n,e,s,l,p){n!==e&&i(e,function(i,a){if(u(i))p||(p=new r),c(n,e,a,s,t,l,p);else{var v=l?l(f(n,a),i,a+"",n,e,p):void 0;void 0===v&&(v=i),o(n,a,v)}},a)}},function(t,n,e){var r=e(27),o=e(26);t.exports=function(t,n,e){(void 0===e||o(t[n],e))&&(void 0!==e||n in t)||r(t,n,e)}},function(t,n,e){var r=e(107),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},function(t,n,e){var r=e(115)(Object.getPrototypeOf,Object);t.exports=r},function(t,n,e){var r=e(48),o=e(10),i="[object AsyncFunction]",c="[object Function]",u="[object GeneratorFunction]",a="[object Proxy]";t.exports=function(t){if(!o(t))return!1;var n=r(t);return n==c||n==u||n==i||n==a}},function(t,n){var e=Object.prototype.toString;t.exports=function(t){return e.call(t)}},function(t,n){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,n){t.exports=function(t,n){return"__proto__"==n?void 0:t[n]}},function(t,n){t.exports=function(t){var n=[];if(null!=t)for(var e in Object(t))n.push(e);return n}},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.config=n.configApplyer=void 0;var r=i(e(89)),o=i(e(131));function i(t){return t&&t.__esModule?t:{default:t}}var c={};n.configApplyer=function(t){n.config=c=(0,r.default)(t,o.default)},n.config=c},function(t,n,e){e(54),e(86),t.exports=e(87)},function(t,n,e){e(55),e(58),e(69),e(73),e(84),e(85),t.exports=e(4).Promise},function(t,n,e){"use strict";var r=e(17),o={};o[e(0)("toStringTag")]="z",o+""!="[object z]"&&e(5)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(t,n,e){t.exports=!e(7)&&!e(29)(function(){return 7!=Object.defineProperty(e(19)("div"),"a",{get:function(){return 7}}).a})},function(t,n,e){var r=e(6);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n,e){"use strict";var r=e(59)(!0);e(31)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,n=this._t,e=this._i;return e>=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})})},function(t,n,e){var r=e(20),o=e(21);t.exports=function(t){return function(n,e){var i,c,u=String(o(n)),a=r(e),f=u.length;return a<0||a>=f?t?"":void 0:(i=u.charCodeAt(a))<55296||i>56319||a+1===f||(c=u.charCodeAt(a+1))<56320||c>57343?t?u.charAt(a):i:t?u.slice(a,a+2):c-56320+(i-55296<<10)+65536}}},function(t,n,e){"use strict";var r=e(61),o=e(30),i=e(24),c={};e(3)(c,e(0)("iterator"),function(){return this}),t.exports=function(t,n,e){t.prototype=r(c,{next:o(1,e)}),i(t,n+" Iterator")}},function(t,n,e){var r=e(2),o=e(62),i=e(35),c=e(23)("IE_PROTO"),u=function(){},a=function(){var t,n=e(19)("iframe"),r=i.length;for(n.style.display="none",e(36).appendChild(n),n.src="javascript:",(t=n.contentWindow.document).open(),t.write(" 53 | 54 | 55 | 172 | 173 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bilibili-haruna", 3 | "version": "1.0.0", 4 | "description": "B站看板娘集合 (live2d)", 5 | "main": "fetch.js", 6 | "scripts": { 7 | "fetch": "node fetch.js", 8 | "test": "echo \"Error: no test specified\" && exit 1" 9 | }, 10 | "repository": { 11 | "type": "git", 12 | "url": "git+https://github.com/52cik/bilibili-haruna.git" 13 | }, 14 | "keywords": [], 15 | "author": "楼教主 (http://www.52cik.com/)", 16 | "license": "MIT", 17 | "bugs": { 18 | "url": "https://github.com/52cik/bilibili-haruna/issues" 19 | }, 20 | "homepage": "https://github.com/52cik/bilibili-haruna#readme", 21 | "dependencies": { 22 | "got": "^8.3.0", 23 | "p-limit": "^1.2.0" 24 | }, 25 | "engines": { 26 | "node": ">=8.5.0" 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /urls.txt: -------------------------------------------------------------------------------- 1 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.v2.moc 2 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/motions/33.v2.idle-01.mtn 3 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/motions/33.v2.idle-02.mtn 4 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/motions/33.v2.idle-03.mtn 5 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/motions/33.v2.touch.mtn 6 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/motions/33.v2.thanking.mtn 7 | 8 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.default.v2/texture_00.png 9 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.default.v2/texture_01.png 10 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.default.v2/texture_02.png 11 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.default.v2/texture_03.png 12 | 13 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2016.xmas/texture_01.png 14 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2016.xmas/texture_02.png 15 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2016.xmas/texture_03_1.png 16 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2016.xmas/texture_03_2.png 17 | 18 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_01.png 19 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_02.png 20 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.low/texture_03.png 21 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_01.png 22 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_02.png 23 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.tomo-bukatsu.high/texture_03.png 24 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.cba-normal/texture_01.png 25 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.cba-normal/texture_02.png 26 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.cba-normal/texture_03.png 27 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.cba-super/texture_01.png 28 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.cba-super/texture_02.png 29 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.cba-super/texture_03.png 30 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.newyear/texture_01.png 31 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.newyear/texture_02.png 32 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.newyear/texture_03.png 33 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.valley/texture_01.png 34 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.valley/texture_02.png 35 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.valley/texture_03.png 36 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.normal/texture_01.png 37 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.normal/texture_02.png 38 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.normal/texture_03_1.png 39 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.normal/texture_03_2.png 40 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.super/texture_01.png 41 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.super/texture_02.png 42 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.super/texture_03_1.png 43 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.summer.super/texture_03_2.png 44 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.school/texture_01.png 45 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.school/texture_02.png 46 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.school/texture_03.png 47 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.vdays/texture_01.png 48 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.vdays/texture_02.png 49 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2017.vdays/texture_03.png 50 | 51 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.spring/texture_01.png 52 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.spring/texture_02.png 53 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.spring/texture_03.png 54 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.lover/texture_01.png 55 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.lover/texture_02.png 56 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.lover/texture_03.png 57 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.bls-summer/texture_01.png 58 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.bls-summer/texture_02.png 59 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.bls-summer/texture_03.png 60 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.bls-winter/texture_01.png 61 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.bls-winter/texture_02.png 62 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/33/33.1024/closet.2018.bls-winter/texture_03.png 63 | 64 | 65 | 66 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.v2.moc 67 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/motions/22.v2.idle-01.mtn 68 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/motions/22.v2.idle-02.mtn 69 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/motions/22.v2.idle-03.mtn 70 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/motions/22.v2.touch.mtn 71 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/motions/22.v2.thanking.mtn 72 | 73 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.default.v2/texture_00.png 74 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.default.v2/texture_01.png 75 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.default.v2/texture_02.png 76 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.default.v2/texture_03.png 77 | 78 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2016.xmas/texture_01.png 79 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2016.xmas/texture_02.png 80 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2016.xmas/texture_03_1.png 81 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2016.xmas/texture_03_2.png 82 | 83 | 84 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_01.png 85 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_02.png 86 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.low/texture_03.png 87 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_01.png 88 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_02.png 89 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.tomo-bukatsu.high/texture_03.png 90 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.cba-normal/texture_01.png 91 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.cba-normal/texture_02.png 92 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.cba-normal/texture_03.png 93 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.cba-super/texture_01.png 94 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.cba-super/texture_02.png 95 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.cba-super/texture_03.png 96 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.newyear/texture_01.png 97 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.newyear/texture_02.png 98 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.newyear/texture_03.png 99 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.valley/texture_01.png 100 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.valley/texture_02.png 101 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.valley/texture_03.png 102 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.normal/texture_01.png 103 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.normal/texture_02.png 104 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.normal/texture_03_1.png 105 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.normal/texture_03_2.png 106 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.super/texture_01.png 107 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.super/texture_02.png 108 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.super/texture_03_1.png 109 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.summer.super/texture_03_2.png 110 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.school/texture_01.png 111 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.school/texture_02.png 112 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.school/texture_03.png 113 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.vdays/texture_01.png 114 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.vdays/texture_02.png 115 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2017.vdays/texture_03.png 116 | 117 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.spring/texture_01.png 118 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.spring/texture_02.png 119 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.spring/texture_03.png 120 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.lover/texture_01.png 121 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.lover/texture_02.png 122 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.lover/texture_03.png 123 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.bls-summer/texture_01.png 124 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.bls-summer/texture_02.png 125 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.bls-summer/texture_03.png 126 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.bls-winter/texture_01.png 127 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.bls-winter/texture_02.png 128 | https://s1.hdslb.com/bfs/static/blive/live-assets/haruna/22/22.1024/closet.2018.bls-winter/texture_03.png 129 | 130 | --------------------------------------------------------------------------------