Escape from Funcraft: Beta 2 configs, mods, etc.

This commit is contained in:
BergaBruh
2026-07-23 16:35:06 +05:00
commit b218433c3c
27575 changed files with 24025424 additions and 0 deletions
+112
View File
@@ -0,0 +1,112 @@
{
"name": "T-Pose",
"author": "Helper###",
"description": "Do a T-Pose",
"emote":{
"isLoop": "true",
"returnTick": 8,
"beginTick":0,
"endTick":20,
"stopTick":21,
"degrees":false,
"moves":[
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"rightArm":{
"yaw":0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"rightArm":{
"roll":1.56
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"rightArm":{
"pitch":0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"rightArm":{
"y":2.0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"rightArm":{
"z":-0.0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"rightArm":{
"x":-5.0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"leftArm":{
"roll":-1.56
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"leftArm":{
"yaw":0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"leftArm":{
"pitch":0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"leftArm":{
"y":2.0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"leftArm":{
"z":-0.0
}
},
{
"tick":10,
"easing": "EASEOUTQUAD",
"turn": 0,
"leftArm":{
"x":5.0
}
}
]
}
}