This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"name" : "robotarms",
"category" : "robotboss_robotic",
"type" : "arms",
"frames" : {
"frontArm" : "robotfarm.png",
"backArm" : "robotbarm.png"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -0,0 +1,15 @@
{
"name" : "robotchest",
"category" : "robotboss_robotic",
"type" : "chest",
"frames" : {
"chest" : "robotchest.png"
},
"parameters" : {
"walkMultiplier" : 1.0,
"runMultiplier" : 1.0,
"jumpMultiplier" : 1.0
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

View file

@ -0,0 +1,13 @@
{
"name" : "robothead",
"category" : "robotboss_robotic",
"type" : "head",
"frames" : {
"head" : "robothead.png"
},
"parameters" :
{
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,9 @@
{
"name" : "robottail",
"category" : "robotboss_robotic",
"type" : "tail",
"frames" : {
"tail" : "robottail.png"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB