v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
11
attic/npcs/giant/body/1.frames
Normal file
11
attic/npcs/giant/body/1.frames
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"image" : "1.png",
|
||||
"frameGrid" : {
|
||||
"size" : [714, 656],
|
||||
"dimensions" : [12, 1],
|
||||
|
||||
"names" : [
|
||||
[ "walk.0.0", "walk.0.1", "walk.0.2", "walk.0.3", "walk.0.4", "walk.0.5", "walk.0.6", "walk.0.7", "walk.0.8", "walk.0.9", "walk.0.10", "idle.0.0" ]
|
||||
]
|
||||
}
|
||||
}
|
BIN
attic/npcs/giant/body/1.png
Normal file
BIN
attic/npcs/giant/body/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
62
attic/npcs/giant/giant.npc
Normal file
62
attic/npcs/giant/giant.npc
Normal file
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"npcId" : 300,
|
||||
"npcName" : "giant",
|
||||
|
||||
"aiFunctions" : { "0" : "defaultWander" },
|
||||
"aiStateFunc" : "passiveCritter",
|
||||
|
||||
"hVelocity" : { "0" : 18 },
|
||||
|
||||
"trackDist" : 10.0,
|
||||
"aggroDist" : 2.0,
|
||||
|
||||
"frames" : "body/1.png",
|
||||
"frameInfo" : { "walk" : [ "walk", 11, 2.0, 1, 0, 0],
|
||||
"idle" : [ "idle", 1, 0.5, 0, 0, 0]
|
||||
},
|
||||
|
||||
"attentionSpan" : 8,
|
||||
"soundSensitivity" : 2,
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-100, 281, 140, -150] ],
|
||||
|
||||
"attackBox" : {
|
||||
"attack.0.4" : [ "Default" ],
|
||||
"attack.0.5" : [ "Default" ]
|
||||
},
|
||||
"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" ],
|
||||
"walk.0.6" : [ "Default" ],
|
||||
"walk.0.7" : [ "Default" ],
|
||||
"walk.0.8" : [ "Default" ],
|
||||
"walk.0.9" : [ "Default" ],
|
||||
"walk.0.10" : [ "Default" ]
|
||||
|
||||
},
|
||||
"damageBox" : {
|
||||
|
||||
},
|
||||
"animationOffset" : {
|
||||
|
||||
},
|
||||
"projectilePoint" : {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue