v1.4.4
114
attic/biped/animation.config
Normal file
|
@ -0,0 +1,114 @@
|
|||
{
|
||||
"stateTypes" : {
|
||||
"movement" : {
|
||||
"idle" : {
|
||||
"frames" : 1
|
||||
},
|
||||
"walk" : {
|
||||
"frames" : 8,
|
||||
"cycle" : 1.0,
|
||||
"mode" : "loop"
|
||||
}
|
||||
},
|
||||
|
||||
"attack" : {
|
||||
"idle" : {
|
||||
"frames" : 1
|
||||
},
|
||||
"melee" : {
|
||||
"frames" : 4,
|
||||
"cycle" : 1.4,
|
||||
"mode" : "transition",
|
||||
"transition" : "idle"
|
||||
},
|
||||
"shooting" : {
|
||||
"frames" : 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"partTypes" : {
|
||||
"backArm" : {
|
||||
"position" : [0, 0],
|
||||
"states" : {
|
||||
"attack" : {
|
||||
"melee" : "<base>:melee.<frame>"
|
||||
},
|
||||
"movement" : {
|
||||
"idle" : "<base>:idle",
|
||||
"walk" : "<base>:walk.<frame>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"legs" : {
|
||||
"position" : [0, 0],
|
||||
"states" : {
|
||||
"movement" : {
|
||||
"idle" : "<base>:idle",
|
||||
"walk" : "<base>:walk.<frame>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"chest" : {
|
||||
"position" : [0, 0],
|
||||
"states" : {
|
||||
"movement" : {
|
||||
"idle" : "<base>:idle",
|
||||
"walk" : "<base>:walk.<frame>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"head" : {
|
||||
"position" : [0, 0],
|
||||
"states" : {
|
||||
"movement" : {
|
||||
"idle" : "<base>:idle",
|
||||
"walk" : "<base>:walk.<frame>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"frontArm" : {
|
||||
"position" : [0, 0],
|
||||
"states" : {
|
||||
"attack" : {
|
||||
"melee" : "<base>:melee.<frame>"
|
||||
},
|
||||
"movement" : {
|
||||
"idle" : "<base>:idle",
|
||||
"walk" : "<base>:walk.<frame>"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"rotationGroups" : {
|
||||
"projectileAim" : {
|
||||
"parts" : ["frontArm", "backArm"],
|
||||
"angularVelocity" : 1.5
|
||||
}
|
||||
},
|
||||
|
||||
"particleEmitters" : {
|
||||
"damage" : {
|
||||
"emissionRate" : 2.0,
|
||||
"particle" : {
|
||||
"type" : "textured",
|
||||
"image" : "/particles/hazard/hazardstat.png",
|
||||
"size" : "1.0",
|
||||
"color" : [73, 179, 253, 255],
|
||||
"fade" : 0,
|
||||
"destructionAction" : "shrink",
|
||||
"destructionTime" : 7,
|
||||
"initialVelocity" : [3, 4],
|
||||
"finalVelocity" : [-3, 2],
|
||||
"approach" : [4, 1],
|
||||
"timeToLive" : 1,
|
||||
"aboveForeground" : false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
38
attic/biped/biped.monstertype.disabled
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"type" : "bipedal",
|
||||
|
||||
"animation" : "animation.config",
|
||||
"colors" : "colors.config",
|
||||
"categories" : [ "biped_organic", "biped_robotic" ],
|
||||
"parts" : [ "arms", "legs", "chest", "head" ],
|
||||
|
||||
"reversed" : false,
|
||||
|
||||
"maxHealth" : 50.0,
|
||||
"maxEnergy" : 100.0,
|
||||
"meleeDamage" : 50,
|
||||
|
||||
"maxPlayerRadius" : 40.0,
|
||||
|
||||
"metaBoundBox" : [-1.0, -2.5, 1.0, 1.75],
|
||||
"hitbox" : [ [-0.75, -2.0], [-0.35, -2.5], [0.35, -2.5], [0.75, -2.0], [0.75, 0.65], [0.35, 1.22], [-0.35, 1.22], [-0.75, 0.65] ],
|
||||
|
||||
"movementControllerSettings" : {
|
||||
"collisionPoly" : [ [-0.75, -2.0], [-0.35, -2.5], [0.35, -2.5], [0.75, -2.0], [0.75, 0.65], [0.35, 1.22], [-0.35, 1.22], [-0.75, 0.65] ],
|
||||
"walkSpeed" : 7.0,
|
||||
"runSpeed" : 11.0
|
||||
},
|
||||
|
||||
"blockSensorPositions" : [ [1.0, -2.0], [2.0, -2.0] ],
|
||||
|
||||
"minimumAttackDistance" : 4.0,
|
||||
"playerQueryTime" : 5.0,
|
||||
|
||||
"knockbackTime" : 0.1,
|
||||
"jumpTime" : 2.0,
|
||||
"jumpTimeVariance" : 2.0,
|
||||
|
||||
"exhaustedTime" : 6.0,
|
||||
"exhaustedMinDistance" : 5.0,
|
||||
"exhaustedWanderTime" : 6.0
|
||||
}
|
253
attic/biped/colors.config
Normal file
|
@ -0,0 +1,253 @@
|
|||
{
|
||||
"swaps" : [
|
||||
{
|
||||
"6f2919" : "12384e", "a85636" : "176795", "e0975c" : "1e88c6", "ffca8a" : "54baf5",
|
||||
"735e3a" : "93918a", "a38d59" : "bfb697", "d9c189" : "dcce9c", "f7e7b2" : "f1e4b8",
|
||||
"951500" : "958400", "be1b00" : "bea800", "dc1f00" : "dcc300", "f32200" : "f3d700"
|
||||
},
|
||||
{
|
||||
"6f2919" : "2b3916", "a85636" : "547225", "e0975c" : "80b32f", "ffca8a" : "b6eb5a",
|
||||
"735e3a" : "2d506b", "a38d59" : "4787b3", "d9c189" : "63aee4", "f7e7b2" : "91dcff",
|
||||
"951500" : "249500", "be1b00" : "2ebe00", "dc1f00" : "35dc00", "f32200" : "3bf300"
|
||||
},
|
||||
{
|
||||
"6f2919" : "574b38", "a85636" : "81725b", "e0975c" : "bdae97", "ffca8a" : "dfd3c1",
|
||||
"735e3a" : "574b38", "a38d59" : "d8b98a", "d9c189" : "efd5ab", "f7e7b2" : "f9e6cc",
|
||||
"951500" : "69c4d8", "be1b00" : "74d7ee", "dc1f00" : "9beaff", "f32200" : "c6f6ff"
|
||||
},
|
||||
{
|
||||
"6f2919" : "7e3b3b", "a85636" : "a24b4b", "e0975c" : "ca7272", "ffca8a" : "e69292",
|
||||
"735e3a" : "353331", "a38d59" : "4b3c36", "d9c189" : "594037", "f7e7b2" : "634c45",
|
||||
"951500" : "51a08b", "be1b00" : "3bba98", "dc1f00" : "42d2ab", "f32200" : "90e5cd"
|
||||
},
|
||||
{
|
||||
"6f2919" : "1d6f19", "a85636" : "36a83c", "e0975c" : "5ce078", "ffca8a" : "8affaf",
|
||||
"735e3a" : "735e3a", "a38d59" : "a38d59", "d9c189" : "d9c189", "f7e7b2" : "f7e7b2",
|
||||
"951500" : "951500", "be1b00" : "be1b00", "dc1f00" : "dc1f00", "f32200" : "f32200"
|
||||
},
|
||||
{
|
||||
"6f2919" : "40196f", "a85636" : "7436a8", "e0975c" : "ba5ce0", "ffca8a" : "e98aff",
|
||||
"735e3a" : "3a7343", "a38d59" : "59a36a", "d9c189" : "89d99c", "f7e7b2" : "b2f7c7",
|
||||
"951500" : "951500", "be1b00" : "be1b00", "dc1f00" : "dc1f00", "f32200" : "f32200"
|
||||
},
|
||||
{
|
||||
"6f2919" : "19566f", "a85636" : "367ca8", "e0975c" : "5c97e0", "ffca8a" : "8ab3ff",
|
||||
"735e3a" : "73673a", "a38d59" : "a39959", "d9c189" : "d9cf89", "f7e7b2" : "f7f3b2",
|
||||
"951500" : "95004c", "be1b00" : "be0060", "dc1f00" : "dc0070", "f32200" : "f3007b"
|
||||
},
|
||||
{
|
||||
"6f2919" : "6f4719", "a85636" : "a87e36", "e0975c" : "e0c65c", "ffca8a" : "fff38a",
|
||||
"735e3a" : "736e3a", "a38d59" : "a3a359", "d9c189" : "d8d989", "f7e7b2" : "f2f7b2",
|
||||
"951500" : "260095", "be1b00" : "3200be", "dc1f00" : "3900dc", "f32200" : "4000f3"
|
||||
},
|
||||
{
|
||||
"6f2919" : "6f1936", "a85636" : "a83651", "e0975c" : "e05c64", "ffca8a" : "ff8e8a",
|
||||
"735e3a" : "3a3e73", "a38d59" : "5b59a3", "d9c189" : "8b89d9", "f7e7b2" : "b8b2f7",
|
||||
"951500" : "949500", "be1b00" : "bbbe00", "dc1f00" : "d9dc00", "f32200" : "eff300"
|
||||
},
|
||||
{
|
||||
"6f2919" : "25303b", "a85636" : "3f4a5d", "e0975c" : "5e6580", "ffca8a" : "7b7e99",
|
||||
"595b51" : "595b51", "a38d59" : "808477", "d9c189" : "b4b8aa", "f7e7b2" : "d6dace",
|
||||
"951500" : "e9e9e9", "be1b00" : "ebebeb", "dc1f00" : "ededed", "f32200" : "efefef"
|
||||
},
|
||||
{
|
||||
"6f2919" : "171717", "a85636" : "515151", "e0975c" : "767676", "ffca8a" : "9f9f9f",
|
||||
"735e3a" : "503224", "a38d59" : "965751", "d9c189" : "df7e8b", "f7e7b2" : "efa4ca",
|
||||
"951500" : "953800", "be1b00" : "be5000", "dc1f00" : "dc6200", "f32200" : "f36700"
|
||||
},
|
||||
{
|
||||
"6f2919" : "0a0a0a", "a85636" : "434343", "e0975c" : "666666", "ffca8a" : "898989",
|
||||
"735e3a" : "4b4b4b", "a38d59" : "828282", "d9c189" : "b6b6b6", "f7e7b2" : "d9d9d9",
|
||||
"951500" : "951500", "be1b00" : "be1b00", "dc1f00" : "dc1f00", "f32200" : "f32200"
|
||||
},
|
||||
{
|
||||
"6f2919" : "171717", "a85636" : "515151", "e0975c" : "767676", "ffca8a" : "9f9f9f",
|
||||
"735e3a" : "6c5d22", "a38d59" : "b0a747", "d9c189" : "e2e189", "f7e7b2" : "f0f0c2",
|
||||
"951500" : "953800", "be1b00" : "be5000", "dc1f00" : "dc6200", "f32200" : "f36700"
|
||||
},
|
||||
{
|
||||
"6f2919" : "4b4b4b", "a85636" : "828282", "e0975c" : "b6b6b6", "ffca8a" : "d9d9d9",
|
||||
"735e3a" : "66452e", "a38d59" : "a47c56", "d9c189" : "d9aa7b", "f7e7b2" : "f7ddb0",
|
||||
"951500" : "95004a", "be1b00" : "be005e", "dc1f00" : "dc0068", "f32200" : "f30072"
|
||||
},
|
||||
{
|
||||
"6f2919" : "4b4b4b", "a85636" : "828282", "e0975c" : "b6b6b6", "ffca8a" : "d9d9d9",
|
||||
"735e3a" : "6c5d22", "a38d59" : "b0a747", "d9c189" : "e2e189", "f7e7b2" : "f0f0c2",
|
||||
"951500" : "954d00", "be1b00" : "be6b00", "dc1f00" : "dc9600", "f32200" : "f3b700"
|
||||
},
|
||||
{
|
||||
"6f2919" : "5c5c5c", "a85636" : "a5a5a5", "e0975c" : "e6e6e6", "ffca8a" : "f8f8f8",
|
||||
"735e3a" : "41546c", "a38d59" : "6995b7", "d9c189" : "96cbe6", "f7e7b2" : "96cbe6",
|
||||
"951500" : "008595", "be1b00" : "00b8be", "dc1f00" : "00dcda", "f32200" : "00f3df"
|
||||
},
|
||||
{
|
||||
"6f2919" : "652651", "a85636" : "9d418f", "e0975c" : "cd5fd2", "ffca8a" : "d790e9",
|
||||
"735e3a" : "66452e", "a38d59" : "a47c56", "d9c189" : "d9aa7b", "f7e7b2" : "f7ddb0",
|
||||
"951500" : "951500", "be1b00" : "be1b00", "dc1f00" : "dc1f00", "f32200" : "f32200"
|
||||
},
|
||||
{
|
||||
"6f2919" : "39164a", "a85636" : "6d327e", "e0975c" : "b14ab2", "ffca8a" : "e673cd",
|
||||
"735e3a" : "485548", "a38d59" : "728473", "d9c189" : "acc8ac", "f7e7b2" : "d8e5d6",
|
||||
"951500" : "008595", "be1b00" : "00b8be", "dc1f00" : "00dcda", "f32200" : "00f3df"
|
||||
},
|
||||
{
|
||||
"6f2919" : "742977", "a85636" : "bb4fba", "e0975c" : "e884e7", "ffca8a" : "ffc3fb",
|
||||
"735e3a" : "455d1e", "a38d59" : "839731", "d9c189" : "d0dc61", "f7e7b2" : "f5f898",
|
||||
"951500" : "95004a", "be1b00" : "be005e", "dc1f00" : "dc0068", "f32200" : "f30072"
|
||||
},
|
||||
{
|
||||
"6f2919" : "503224", "a85636" : "965751", "e0975c" : "df7e8b", "ffca8a" : "efa4ca",
|
||||
"735e3a" : "6e5c17", "a38d59" : "b2a025", "d9c189" : "e8e63a", "f7e7b2" : "fefebb",
|
||||
"951500" : "5b0095", "be1b00" : "7900be", "dc1f00" : "9b00dc", "f32200" : "bd00f3"
|
||||
},
|
||||
{
|
||||
"6f2919" : "623221", "a85636" : "9f4d29", "e0975c" : "d47744", "ffca8a" : "faba86",
|
||||
"735e3a" : "5f5b4b", "a38d59" : "939070", "d9c189" : "c2c2a0", "f7e7b2" : "e5e5d4",
|
||||
"951500" : "171717", "be1b00" : "515151", "dc1f00" : "767676", "f32200" : "9f9f9f"
|
||||
},
|
||||
{
|
||||
"6f2919" : "68320d", "a85636" : "a56220", "e0975c" : "e48c37", "ffca8a" : "fad086",
|
||||
"735e3a" : "5b553d", "a38d59" : "b2a025", "d9c189" : "e8e63a", "f7e7b2" : "fefebb",
|
||||
"951500" : "95004a", "be1b00" : "be005e", "dc1f00" : "dc0068", "f32200" : "f30072"
|
||||
},
|
||||
{
|
||||
"6f2919" : "624254", "a85636" : "91528e", "e0975c" : "bb71bf", "ffca8a" : "daaadf",
|
||||
"735e3a" : "184817", "a38d59" : "389042", "d9c189" : "71d071", "f7e7b2" : "b7faae",
|
||||
"951500" : "00954d", "be1b00" : "00be67", "dc1f00" : "00dc7c", "f32200" : "00f39a"
|
||||
},
|
||||
{
|
||||
"6f2919" : "5c463c", "a85636" : "956f6b", "e0975c" : "dfaeb4", "ffca8a" : "eacfdd",
|
||||
"735e3a" : "5b371a", "a38d59" : "8b6a31", "d9c189" : "71d071", "b7a258" : "d4d17b",
|
||||
"951500" : "000495", "be1b00" : "000dbe", "dc1f00" : "0043dc", "f32200" : "0072f3"
|
||||
},
|
||||
{
|
||||
"6f2919" : "6f2919", "a85636" : "a85636", "e0975c" : "e0975c", "ffca8a" : "ffca8a",
|
||||
"735e3a" : "735e3a", "a38d59" : "a38d59", "d9c189" : "d9c189", "b7a258" : "f7e7b2",
|
||||
"951500" : "951500", "be1b00" : "be1b00", "dc1f00" : "dc1f00", "f32200" : "f32200"
|
||||
},
|
||||
{
|
||||
"6f2919" : "682d10", "a85636" : "9d5f27", "e0975c" : "dd9d58", "ffca8a" : "f7cd8f",
|
||||
"735e3a" : "485548", "a38d59" : "728473", "d9c189" : "acc8ac", "b7a258" : "d8e5d6",
|
||||
"951500" : "192747", "be1b00" : "325184", "dc1f00" : "4682b0", "f32200" : "5eb7db"
|
||||
},
|
||||
{
|
||||
"6f2919" : "6a0715", "a85636" : "a32424", "e0975c" : "e45e50", "ffca8a" : "ff9b7c",
|
||||
"735e3a" : "673e45", "a38d59" : "9a6262", "d9c189" : "cd9494", "b7a258" : "eccbcb",
|
||||
"951500" : "950093", "be1b00" : "be00b8", "dc1f00" : "dc00c5", "f32200" : "f300bd"
|
||||
},
|
||||
{
|
||||
"6f2919" : "672135", "a85636" : "a03755", "e0975c" : "d25679", "ffca8a" : "e88aa5",
|
||||
"735e3a" : "66452e", "a38d59" : "a47c56", "d9c189" : "d9aa7b", "b7a258" : "f7ddb0",
|
||||
"951500" : "009504", "be1b00" : "1bbe00", "dc1f00" : "34dc00", "f32200" : "50f300"
|
||||
},
|
||||
{
|
||||
"6f2919" : "5b553d", "a85636" : "9a9460", "e0975c" : "c8c782", "ffca8a" : "f1f1ba",
|
||||
"735e3a" : "5c463c", "a38d59" : "956f6b", "d9c189" : "dfaeb4", "b7a258" : "eacfdd",
|
||||
"951500" : "66139b", "be1b00" : "8826bf", "dc1f00" : "bc61e2", "f32200" : "eaacfb"
|
||||
},
|
||||
{
|
||||
"6f2919" : "66452e", "a85636" : "a47c56", "e0975c" : "d9aa7b", "ffca8a" : "f7ddb0",
|
||||
"735e3a" : "2b531a", "a38d59" : "63822d", "d9c189" : "9dba44", "b7a258" : "c8e96f",
|
||||
"951500" : "00954d", "be1b00" : "00be67", "dc1f00" : "00dc7c", "f32200" : "00f39a"
|
||||
},
|
||||
{
|
||||
"6f2919" : "673e45", "a85636" : "9a6262", "e0975c" : "cd9494", "ffca8a" : "eccbcb",
|
||||
"735e3a" : "485548", "a38d59" : "728473", "d9c189" : "acc8ac", "b7a258" : "d8e5d6",
|
||||
"951500" : "47192e", "be1b00" : "84325d", "dc1f00" : "b04691", "f32200" : "db5ec9"
|
||||
},
|
||||
{
|
||||
"6f2919" : "400911", "a85636" : "731d1d", "e0975c" : "a75757", "ffca8a" : "d09090",
|
||||
"735e3a" : "4c525e", "a38d59" : "76859b", "d9c189" : "a2bacc", "b7a258" : "d2e4eb",
|
||||
"951500" : "5b0095", "be1b00" : "7900be", "dc1f00" : "b04691", "9b00dc" : "bd00f3"
|
||||
},
|
||||
{
|
||||
"6f2919" : "400911", "a85636" : "731d1d", "e0975c" : "a75757", "ffca8a" : "d09090",
|
||||
"735e3a" : "4c525e", "a38d59" : "76859b", "d9c189" : "a2bacc", "b7a258" : "d2e4eb",
|
||||
"951500" : "5b0095", "be1b00" : "7900be", "dc1f00" : "b04691", "9b00dc" : "bd00f3"
|
||||
},
|
||||
{
|
||||
"6f2919" : "6e5c17", "a85636" : "b2a025", "e0975c" : "e8e63a", "ffca8a" : "fefebb",
|
||||
"735e3a" : "195519", "a38d59" : "3b9c2b", "d9c189" : "7cd855", "b7a258" : "c0f6a2",
|
||||
"951500" : "953800", "be1b00" : "be5000", "dc1f00" : "dc6200", "9b00dc" : "f36700"
|
||||
},
|
||||
{
|
||||
"6f2919" : "493415", "a85636" : "806b22", "e0975c" : "bba93e", "ffca8a" : "e6e373",
|
||||
"735e3a" : "0a0a0a", "a38d59" : "434343", "d9c189" : "666666", "b7a258" : "898989",
|
||||
"951500" : "956200", "be1b00" : "be8f00", "dc1f00" : "dcca00", "9b00dc" : "f3f100"
|
||||
},
|
||||
{
|
||||
"6f2919" : "6a1c1c", "a85636" : "ae3c3c", "e0975c" : "e15757", "ffca8a" : "f79696",
|
||||
"735e3a" : "195519", "a38d59" : "3b9c2b", "d9c189" : "7cd855", "b7a258" : "c0f6a2",
|
||||
"951500" : "009504", "be1b00" : "1bbe00", "dc1f00" : "34dc00", "9b00dc" : "50f300"
|
||||
},
|
||||
{
|
||||
"6f2919" : "67212b", "a85636" : "a03737", "e0975c" : "d26256", "ffca8a" : "e8a08a",
|
||||
"735e3a" : "6c5d22", "a38d59" : "b0a747", "d9c189" : "e2e189", "b7a258" : "f0f0c2",
|
||||
"951500" : "192747", "be1b00" : "325184", "dc1f00" : "4682b0", "9b00dc" : "5eb7db"
|
||||
},
|
||||
{
|
||||
"6f2919" : "195519", "a85636" : "3b9c2b", "e0975c" : "7cd855", "ffca8a" : "c0f6a2",
|
||||
"735e3a" : "6e5c17", "a38d59" : "b2a025", "d9c189" : "e8e63a", "b7a258" : "fefebb",
|
||||
"951500" : "950093", "be1b00" : "be00b8", "dc1f00" : "dc00c5", "9b00dc" : "f300bd"
|
||||
},
|
||||
{
|
||||
"6f2919" : "266554", "a85636" : "4aa586", "e0975c" : "72ddb3", "ffca8a" : "b8f4d9",
|
||||
"735e3a" : "6c5d22", "a38d59" : "b0a747", "d9c189" : "e2e189", "b7a258" : "f0f0c2",
|
||||
"951500" : "000495", "be1b00" : "000dbe", "dc1f00" : "0043dc", "9b00dc" : "0072f3"
|
||||
},
|
||||
{
|
||||
"6f2919" : "40495e", "a85636" : "617a9f", "e0975c" : "84b3d7", "ffca8a" : "b4dded",
|
||||
"735e3a" : "68320d", "a38d59" : "a56220", "d9c189" : "e48c37", "b7a258" : "fad086",
|
||||
"951500" : "951500", "be1b00" : "be1b00", "dc1f00" : "dc1f00", "9b00dc" : "9b00dc"
|
||||
},
|
||||
{
|
||||
"6f2919" : "455d1e", "a85636" : "839731", "e0975c" : "d0dc61", "ffca8a" : "f5f898",
|
||||
"735e3a" : "503224", "a38d59" : "965751", "d9c189" : "df7e8b", "b7a258" : "efa4ca",
|
||||
"951500" : "950093", "be1b00" : "be00b8", "dc1f00" : "dc00c5", "9b00dc" : "f300bd"
|
||||
},
|
||||
{
|
||||
"6f2919" : "1a5329", "a85636" : "3e822d", "e0975c" : "7bae39", "ffca8a" : "a4d458",
|
||||
"735e3a" : "66452e", "a38d59" : "a47c56", "d9c189" : "d9aa7b", "b7a258" : "f7ddb0",
|
||||
"951500" : "00954d", "be1b00" : "00be67", "dc1f00" : "00dc7c", "9b00dc" : "00f39a"
|
||||
},
|
||||
{
|
||||
"6f2919" : "192747", "a85636" : "325184", "e0975c" : "4682b0", "ffca8a" : "5eb7db",
|
||||
"735e3a" : "365115", "a38d59" : "728c22", "d9c189" : "adc331", "b7a258" : "e5ef6c",
|
||||
"951500" : "5f9500", "be1b00" : "86be00", "dc1f00" : "abdc00", "9b00dc" : "cef300"
|
||||
},
|
||||
{
|
||||
"6f2919" : "392450", "a85636" : "615196", "e0975c" : "807edf", "ffca8a" : "a4bfef",
|
||||
"735e3a" : "742977", "a38d59" : "bb4fba", "d9c189" : "e884e7", "b7a258" : "ffc3fb",
|
||||
"951500" : "950093", "be1b00" : "be00b8", "dc1f00" : "dc00c5", "9b00dc" : "f300bd"
|
||||
},
|
||||
{
|
||||
"6f2919" : "1b472d", "a85636" : "2b7e39", "e0975c" : "5fbd5d", "ffca8a" : "9fe296",
|
||||
"735e3a" : "574943", "a38d59" : "907471", "d9c189" : "cca1a6", "b7a258" : "e0becf",
|
||||
"951500" : "954d00", "be1b00" : "be6b00", "dc1f00" : "dc9600", "9b00dc" : "f3b700"
|
||||
},
|
||||
{
|
||||
"6f2919" : "485548", "a85636" : "728473", "e0975c" : "acc8ac", "ffca8a" : "d8e5d6",
|
||||
"735e3a" : "5f5b4b", "a38d59" : "939070", "d9c189" : "c2c2a0", "b7a258" : "e5e5d4",
|
||||
"951500" : "008595", "be1b00" : "00b8be", "dc1f00" : "00dcda", "9b00dc" : "00f3df"
|
||||
},
|
||||
{
|
||||
"6f2919" : "263760", "a85636" : "486ca6", "e0975c" : "58a2db", "ffca8a" : "91d3ee",
|
||||
"735e3a" : "4c525e", "a38d59" : "76859b", "d9c189" : "a2bacc", "b7a258" : "d2e4eb",
|
||||
"951500" : "4b4b4b", "be1b00" : "828282", "dc1f00" : "b6b6b6", "9b00dc" : "d9d9d9"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// change change change change
|
||||
// Null entry, means do no color swap
|
||||
{ }
|
||||
]
|
||||
}
|
10
attic/biped/organic/arms/cloak/cloakarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organiccloakarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "cloakfarm.frames",
|
||||
"backArm" : "cloakbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/cloak/cloakbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "cloakbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/cloak/cloakbarm.png
Normal file
After Width: | Height: | Size: 5 KiB |
13
attic/biped/organic/arms/cloak/cloakfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "cloakfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/cloak/cloakfarm.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
10
attic/biped/organic/arms/diver/diverarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicdiverarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "diverfarm.frames",
|
||||
"backArm" : "diverbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/diver/diverbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "diverbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/diver/diverbarm.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
13
attic/biped/organic/arms/diver/diverfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "diverfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/diver/diverfarm.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
10
attic/biped/organic/arms/flex/flexarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicflexarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "flexfarm.frames",
|
||||
"backArm" : "flexbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/flex/flexbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "flexbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/flex/flexbarm.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
13
attic/biped/organic/arms/flex/flexfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "flexfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/flex/flexfarm.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
10
attic/biped/organic/arms/floating/floatingarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicfloatingarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "floatingfarm.frames",
|
||||
"backArm" : "floatingbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/floating/floatingbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "floatingbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/floating/floatingbarm.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
13
attic/biped/organic/arms/floating/floatingfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "floatingfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/floating/floatingfarm.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
10
attic/biped/organic/arms/girl/girlarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicgirlarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "girlfarm.frames",
|
||||
"backArm" : "girlbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/girl/girlbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "girlbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/girl/girlbarm.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
13
attic/biped/organic/arms/girl/girlfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "girlfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/girl/girlfarm.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
10
attic/biped/organic/arms/hydra/hydraarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organichydraarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "hydrafarm.frames",
|
||||
"backArm" : "hydrabarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/hydra/hydrabarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "hydrabarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/hydra/hydrabarm.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
13
attic/biped/organic/arms/hydra/hydrafarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "hydrafarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/hydra/hydrafarm.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
10
attic/biped/organic/arms/imp/imparm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicimparm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "impfarm.frames",
|
||||
"backArm" : "impbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/imp/impbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "impbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/imp/impbarm.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
13
attic/biped/organic/arms/imp/impfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "impfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/imp/impfarm.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
10
attic/biped/organic/arms/octo/octoarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicoctoarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "octofarm.frames",
|
||||
"backArm" : "octobarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/octo/octobarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "octobarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/octo/octobarm.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
13
attic/biped/organic/arms/octo/octofarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "octofarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/octo/octofarm.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
10
attic/biped/organic/arms/pincer/pincerarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicpincerarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "pincerfarm.frames",
|
||||
"backArm" : "pincerbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/pincer/pincerbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "pincerbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/pincer/pincerbarm.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
13
attic/biped/organic/arms/pincer/pincerfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "pincerfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/pincer/pincerfarm.png
Normal file
After Width: | Height: | Size: 3 KiB |
10
attic/biped/organic/arms/robosuit/robosuitarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicrobosuitarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "robosuitfarm.frames",
|
||||
"backArm" : "robosuitbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/robosuit/robosuitbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "robosuitbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/robosuit/robosuitbarm.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
13
attic/biped/organic/arms/robosuit/robosuitfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "robosuitfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/robosuit/robosuitfarm.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
10
attic/biped/organic/arms/rock/rockarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicrockarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "rockfarm.frames",
|
||||
"backArm" : "rockbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/rock/rockbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "rockbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/rock/rockbarm.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
13
attic/biped/organic/arms/rock/rockfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "rockfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/rock/rockfarm.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
10
attic/biped/organic/arms/skull/skullarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicskullarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "skullfarm.frames",
|
||||
"backArm" : "skullbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/skull/skullbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "skullbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/skull/skullbarm.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
13
attic/biped/organic/arms/skull/skullfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "skullfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/skull/skullfarm.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
10
attic/biped/organic/arms/tendrils/tendrilsarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organictendrilsarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "tendrilsfarm.frames",
|
||||
"backArm" : "tendrilsbarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/tendrils/tendrilsbarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "tendrilsbarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/tendrils/tendrilsbarm.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
13
attic/biped/organic/arms/tendrils/tendrilsfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "tendrilsfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/tendrils/tendrilsfarm.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
10
attic/biped/organic/arms/tiny/tinyarm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organictinyarm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "tinyfarm.frames",
|
||||
"backArm" : "tinybarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/tiny/tinybarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "tinybarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/tiny/tinybarm.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
13
attic/biped/organic/arms/tiny/tinyfarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "tinyfarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/tiny/tinyfarm.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
10
attic/biped/organic/arms/whale/whalearm.monsterpart
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name" : "organicwhalearm",
|
||||
"category" : "biped",
|
||||
"type" : "arms",
|
||||
|
||||
"frames" : {
|
||||
"frontArm" : "whalefarm.frames",
|
||||
"backArm" : "whalebarm.frames"
|
||||
}
|
||||
}
|
13
attic/biped/organic/arms/whale/whalebarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "whalebarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/whale/whalebarm.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
13
attic/biped/organic/arms/whale/whalefarm.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "whalefarm.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/arms/whale/whalefarm.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
13
attic/biped/organic/chest/bioarmorchest/bioarmorchest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "bioarmorchest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organicbioarmorchest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "bioarmorchest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/bioarmorchest/bioarmorchest.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
13
attic/biped/organic/chest/birdchest/birdchest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "birdchest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organicbirdchest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "birdchest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/birdchest/birdchest.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
13
attic/biped/organic/chest/bugchest/bugchest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "bugchest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
9
attic/biped/organic/chest/bugchest/bugchest.monsterpart
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organicbugchest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "bugchest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/bugchest/bugchest.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
13
attic/biped/organic/chest/camerachest/camerachest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "camerachest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organiccamerachest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "camerachest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/camerachest/camerachest.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
13
attic/biped/organic/chest/dinochest/dinochest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "dinochest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organicdinochest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "dinochest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/dinochest/dinochest.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "dinospikechest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organicdinospikechest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "dinospikechest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/dinospikechest/dinospikechest.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
13
attic/biped/organic/chest/diverchest/diverchest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "diverchest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name" : "organicdiverchest",
|
||||
"category" : "biped",
|
||||
"type" : "chest",
|
||||
|
||||
"frames" : {
|
||||
"chest" : "diverchest.frames"
|
||||
}
|
||||
}
|
BIN
attic/biped/organic/chest/diverchest/diverchest.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
13
attic/biped/organic/chest/ext1chest/ext1chest.frames
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"image" : "ext1chest.png",
|
||||
"frameGrid" : {
|
||||
"size" : [42, 42],
|
||||
"dimensions" : [9, 3],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle" ],
|
||||
[ null, "walk.1", "walk.2", "walk.3", "walk.4", "walk.5", "walk.6", "walk.7", "walk.8" ],
|
||||
[ null, "jump", null, "melee.1", "melee.2", "melee.3", "melee.4", null, null ]
|
||||
]
|
||||
}
|
||||
}
|