Files
project-rr/characters/player/player1_animation.animation
Leonid PershinandClaude Opus 4.8 04cf5f90b0 ProjectRR — нативный прототип на ассетах ProjectR
- Все 189 скелетов Spine сконвертированы в нативные Godot Skeleton2D (.tscn), без Spine в рантайме
- Меню + сцены: подземелье (карта комнат), просмотр спрайтов, нативные анимации
- Кастомизация цвета (кожа/волосы/глаза) через шейдер
- Вытащенные текстуры/UI/шрифты + нарезка спрайтов из атласа
- Датасет комнат для LoRA, офлайн-инструменты конвертации в tools/

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-03 16:29:21 +03:00

212 lines
3.2 KiB
Plaintext

[
{
"Figure": ["Player1"],
"State": ["Portrait"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\player1_portrait_stand",
"Animation": ["animation"],
"Loop": false,
},
],
"Script": "ConditionScripts.Portrait",
},
{
"Figure": ["Player1"],
"State": ["PortraitCombat"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": false,
},
{
"Path": "%spine\player1_portrait_stand",
"Animation": ["animation"],
"Loop": false,
},
],
"Script": "ConditionScripts.Portrait",
},
{
"Figure": ["Player1"],
"State": ["Information"],
"Spine": [
{
"Path": "%spine\player1_stand",
"Animation": ["information"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["Idle"],
"Spine": [
{
"Path": "%spine\player1_stand",
"Animation": ["idle_0"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["Birth"],
"Spine": [
{
"Path": "%spine\player1_stand",
"Animation": ["idle_0"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["Baby"],
"Spine": [
{
"Path": "character\baby\spine\human_baby",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["Fetus"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["FetusHead"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["FetusBody"],
"Spine": [
{
"Path": "character\baby\spine\human_fetus_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["SuckleRight"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["SuckleLeft"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["SuckleRightHead"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["SuckleRightBody"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_right_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["SuckleLeftHead"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left_head",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["SuckleLeftBody"],
"Spine": [
{
"Path": "character\baby\spine\human_suckle_left_body",
"Animation": ["animation"],
"Loop": true,
},
],
},
{
"Figure": ["Player1"],
"State": ["Map"],
"Spine": [
{
"Path": "%spine\player1_stand",
"Animation": ["portrait"],
"Loop": false,
},
],
},
]