Add the missing reformed_changeling.json files

This commit is contained in:
Sollace 2019-11-28 19:44:11 +02:00
parent 5c83e960f7
commit c48889732c
3 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ {
"parent": "minelittlepony:races/steve/alicorn", "parent": "minelittlepony:races/steve/changeling",
"locals": { "locals": {
"arm_width": 3, "arm_width": 3,
"arm_rotation_x": 2, "arm_rotation_x": 2,

View file

@ -0,0 +1,8 @@
{
"parent": "minelittlepony:races/steve/reformed_changeling",
"locals": {
"arm_width": 3,
"arm_rotation_x": 2,
"arm_rotation_y": 8.5
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "minelittlepony:races/steve/changeling"
}