v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
12
attic/npcs/worm/body/1.frames
Normal file
12
attic/npcs/worm/body/1.frames
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"image" : "1.png",
|
||||
"frameGrid" : {
|
||||
"size" : [13, 9],
|
||||
"dimensions" : [7, 2],
|
||||
|
||||
"names" : [
|
||||
[ null, "idle.0.0", null, null, null, null, null ],
|
||||
[ null, "walk.0.0", "walk.0.1", "walk.0.2", "walk.0.3", "walk.0.4", "walk.0.5" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/npcs/worm/body/1.png
Normal file
BIN
attic/npcs/worm/body/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 466 B |
60
attic/npcs/worm/worm.npc
Normal file
60
attic/npcs/worm/worm.npc
Normal file
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
"npcId" : 21,
|
||||
"npcName" : "worm",
|
||||
|
||||
"aiFunctions" : { "1" : "defaultWander", "2" : "defaultFollow", "32" : "defaultJump", "33" : "defaultJump", "34" : "defaultJump" },
|
||||
"aiStateFunc" : "passiveCritter",
|
||||
|
||||
"hVelocity" : { "0" : 0.5, "2" : 2.0 },
|
||||
|
||||
"trackDist" : 10.0,
|
||||
"aggroDist" : 2.0,
|
||||
|
||||
"frames" : "body/1.frames",
|
||||
"frameInfo" : { "walk" : [ "walk", 6, 2.0, 1, 0, 0],
|
||||
"idle" : [ "idle", 1, 1.0, 0, 0, 0]
|
||||
},
|
||||
|
||||
|
||||
"jumpStrength" : 0.25,
|
||||
|
||||
"attentionSpan" : 8,
|
||||
"soundSensitivity" : 2,
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-3, 1, 3, -2] ],
|
||||
|
||||
"attackBox" : {
|
||||
|
||||
},
|
||||
"defenseBox" : {
|
||||
|
||||
},
|
||||
"immuneBox" : {
|
||||
|
||||
},
|
||||
"weakpointBox" : {
|
||||
|
||||
},
|
||||
"collisionBox" : {
|
||||
|
||||
"idle.0.0" : [ "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" : {
|
||||
|
||||
},
|
||||
"animationOffset" : {
|
||||
|
||||
},
|
||||
"projectilePoint" : {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue