v1.4.4
BIN
attic/npcs/smallpig/1/1.png
Normal file
After Width: | Height: | Size: 434 B |
BIN
attic/npcs/smallpig/1/2.png
Normal file
After Width: | Height: | Size: 510 B |
BIN
attic/npcs/smallpig/1/3.png
Normal file
After Width: | Height: | Size: 531 B |
BIN
attic/npcs/smallpig/1/4.png
Normal file
After Width: | Height: | Size: 757 B |
BIN
attic/npcs/smallpig/1/5.png
Normal file
After Width: | Height: | Size: 444 B |
BIN
attic/npcs/smallpig/2/1.png
Normal file
After Width: | Height: | Size: 643 B |
BIN
attic/npcs/smallpig/2/2.png
Normal file
After Width: | Height: | Size: 676 B |
BIN
attic/npcs/smallpig/2/3.png
Normal file
After Width: | Height: | Size: 525 B |
BIN
attic/npcs/smallpig/2/4.png
Normal file
After Width: | Height: | Size: 493 B |
BIN
attic/npcs/smallpig/2/5.png
Normal file
After Width: | Height: | Size: 493 B |
BIN
attic/npcs/smallpig/2/6.png
Normal file
After Width: | Height: | Size: 767 B |
BIN
attic/npcs/smallpig/2/7.png
Normal file
After Width: | Height: | Size: 603 B |
12
attic/npcs/smallpig/body/1.frames
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"image" : "1.png",
|
||||
"frameGrid" : {
|
||||
"size" : [15, 15],
|
||||
"dimensions" : [7, 2],
|
||||
|
||||
"names" : [
|
||||
[ null, "walk.0.0", "walk.0.1", "walk.0.2", "walk.0.3", "walk.0.4", "walk.0.5" ],
|
||||
[ null, "idle.0.0", "idle.0.1", "idle.0.2", null, "gibs.0.0", "gibs.0.1" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/npcs/smallpig/body/1.png
Normal file
After Width: | Height: | Size: 727 B |
BIN
attic/npcs/smallpig/body/2.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
attic/npcs/smallpig/body/3.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
attic/npcs/smallpig/body/4.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
attic/npcs/smallpig/body/5.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
46
attic/npcs/smallpig/smallpig.npc
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"npcId" : 14,
|
||||
"npcName" : "smallpig",
|
||||
|
||||
"aiFunctions" : { "0" : "defaultWander" },
|
||||
"aiStateFunc" : "passiveCritter",
|
||||
|
||||
|
||||
"frames" : "body/1.frames",
|
||||
"frameInfo" : { "walk" : [ "walk", 6, 1.0, 1, 0, 0],
|
||||
"idle" : [ "idle", 3, 1.0, 0, 0, 0]
|
||||
},
|
||||
|
||||
"visibleRect" : [-3.125, -3.125, 3.125, 3.125],
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-8, 1, 7, -7] ],
|
||||
"attackBox" : { },
|
||||
"defenseBox" : { },
|
||||
"immuneBox" : { },
|
||||
"weakpointBox" : { },
|
||||
"collisionBox" : {
|
||||
"idle.0.0" : [ "Default" ],
|
||||
"idle.0.1" : [ "Default" ],
|
||||
"idle.0.2" : [ "Default" ],
|
||||
|
||||
"walk.0.0" : [ "Default" ],
|
||||
"walk.0.1" : [ "Default" ],
|
||||
"walk.0.2" : [ "Default" ],
|
||||
"walk.0.3" : [ "Default" ],
|
||||
"walk.0.4" : [ "Default" ],
|
||||
"walk.0.5" : [ "Default" ]
|
||||
},
|
||||
"damageBox" : {
|
||||
"idle.0.0" : [ "Default" ],
|
||||
"idle.0.1" : [ "Default" ],
|
||||
"idle.0.2" : [ "Default" ],
|
||||
|
||||
"walk.0.0" : [ "Default" ],
|
||||
"walk.0.1" : [ "Default" ],
|
||||
"walk.0.2" : [ "Default" ],
|
||||
"walk.0.3" : [ "Default" ],
|
||||
"walk.0.4" : [ "Default" ]
|
||||
},
|
||||
"animationOffset" : { },
|
||||
"projectilePoint" : { }
|
||||
}
|