v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
BIN
attic/npcs/bee/1/1.png
Normal file
BIN
attic/npcs/bee/1/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 653 B |
BIN
attic/npcs/bee/1/2.png
Normal file
BIN
attic/npcs/bee/1/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 386 B |
58
attic/npcs/bee/bee.npc
Normal file
58
attic/npcs/bee/bee.npc
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"npcId" : 0,
|
||||
"npcName" : "bee",
|
||||
|
||||
"aiFunctions" : { "0" : "defaultFlyingWander",
|
||||
"16" : "defaultFlyingWander",
|
||||
"18" : "defaultFlyingStalk" },
|
||||
|
||||
"stateChangeFunction" : "passiveFlyingCritter",
|
||||
|
||||
"hVelocity" : { "0" : 4.0, "16" : 7.0, "18" : 10.0 },
|
||||
"vVelocity" : { "0" : 1.0, "16" : 1.0, "18" : 2.0 },
|
||||
"hAccel" : { "0" : 1.0, "16" : 2.0, "18" : 2.0 },
|
||||
"vAccel" : { "0" : 1.0, "16" : 2.0, "18" : 2.0 },
|
||||
|
||||
"trackDist" : 10.0,
|
||||
"aggroDist" : 2.0,
|
||||
|
||||
"frames" : "body/1.frames",
|
||||
"frameInfo" : { "fly" : [ "fly", 5, 0.4, 1, 0, 0] },
|
||||
|
||||
"attentionSpan" : 8,
|
||||
"soundSensitivity" : 2,
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-10, 10, 8, -13] ],
|
||||
|
||||
"attackBox" : {
|
||||
"attack.0.4" : [ "Default" ],
|
||||
"attack.0.5" : [ "Default" ]
|
||||
},
|
||||
"defenseBox" : {
|
||||
|
||||
},
|
||||
"immuneBox" : {
|
||||
|
||||
},
|
||||
"weakpointBox" : {
|
||||
|
||||
},
|
||||
"collisionBox" : {
|
||||
|
||||
"fly.0.0" : [ "Default" ],
|
||||
"fly.0.1" : [ "Default" ],
|
||||
"fly.0.2" : [ "Default" ],
|
||||
"fly.0.3" : [ "Default" ],
|
||||
"fly.0.4" : [ "Default" ]
|
||||
|
||||
},
|
||||
"damageBox" : {
|
||||
|
||||
},
|
||||
"animationOffset" : {
|
||||
|
||||
},
|
||||
"projectilePoint" : {
|
||||
|
||||
}
|
||||
}
|
11
attic/npcs/bee/body/1.frames
Normal file
11
attic/npcs/bee/body/1.frames
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"image" : "1.png",
|
||||
"frameGrid" : {
|
||||
"size" : [32, 34],
|
||||
"dimensions" : [10, 1],
|
||||
|
||||
"names" : [
|
||||
[ null, "fly.0.0", "fly.0.1", "fly.0.2", "fly.0.3", "fly.0.4", null, "gibs.0", "gibs.1", "gibs.2" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/npcs/bee/body/1.png
Normal file
BIN
attic/npcs/bee/body/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
Loading…
Add table
Add a link
Reference in a new issue