v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
15
attic/npcs/giantcrab/body/1.frames
Normal file
15
attic/npcs/giantcrab/body/1.frames
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"image" : "1.png",
|
||||
"frameGrid" : {
|
||||
"size" : [86, 48],
|
||||
"dimensions" : [7, 5],
|
||||
|
||||
"names" : [
|
||||
[ null, "walk.0.0", "walk.0.1", "walk.0.2", "walk.0.3", "walk.0.4", "walk.0.5" ],
|
||||
[ null, "attack.0.0", "attack.0.1", "attack.0.2", "attack.0.3", "attack.0.4", "attack.0.5" ],
|
||||
[ null, "rangedattack.0.0", "rangedattack.0.1", "rangedattack.0.2", "rangedattack.0.3", "rangedattack.0.4", "rangedattack.0.5" ],
|
||||
[ null, "idle.0.0", "idle.0.1", "idle.0.2", "idle.0.3", "idle.0.4", "idle.0.5" ],
|
||||
[ null, "gibs.0.0", "gibs.0.1", "gibs.0.2", "gibs.0.3", null, null, null ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/npcs/giantcrab/body/1.png
Normal file
BIN
attic/npcs/giantcrab/body/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
65
attic/npcs/giantcrab/giantcrab.npc
Normal file
65
attic/npcs/giantcrab/giantcrab.npc
Normal file
|
@ -0,0 +1,65 @@
|
|||
{
|
||||
"npcId" : 7,
|
||||
"npcName" : "giantcrab",
|
||||
|
||||
"aiFunctions" : { "1" : "defaultWander", "2" : "defaultFollow", "32" : "defaultJump", "33" : "defaultJump", "34" : "defaultJump" },
|
||||
"aiStateFunc" : "passiveCritter",
|
||||
|
||||
"hVelocity" : { "0" : 5.0, "2" : 2.0 },
|
||||
|
||||
"trackDist" : 10.0,
|
||||
"aggroDist" : 2.0,
|
||||
|
||||
"frames" : "body/1.frames",
|
||||
"frameInfo" : { "walk" : [ "walk", 6, 1.0, 1, 0, 0],
|
||||
"idle" : [ "idle", 6, 1.0, 1, 0, 0]
|
||||
},
|
||||
|
||||
"jumpStrength" : 0.25,
|
||||
|
||||
"attentionSpan" : 8,
|
||||
"soundSensitivity" : 2,
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-13, 1, 10, -23] ],
|
||||
|
||||
"attackBox" : {
|
||||
|
||||
},
|
||||
"defenseBox" : {
|
||||
|
||||
},
|
||||
"immuneBox" : {
|
||||
|
||||
},
|
||||
"weakpointBox" : {
|
||||
|
||||
},
|
||||
"collisionBox" : {
|
||||
|
||||
"idle.0.0" : [ "Default" ],
|
||||
"idle.0.1" : [ "Default" ],
|
||||
"idle.0.2" : [ "Default" ],
|
||||
"idle.0.3" : [ "Default" ],
|
||||
"idle.0.4" : [ "Default" ],
|
||||
"idle.0.5" : [ "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