v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
91
attic/npcs/deer/deer.npc
Normal file
91
attic/npcs/deer/deer.npc
Normal file
|
@ -0,0 +1,91 @@
|
|||
{
|
||||
"npcId" : 5,
|
||||
"npcName" : "deer",
|
||||
|
||||
"aiFunctions" : { "0" : "defaultWander" },
|
||||
"aiStateFunc" : "passiveCritter",
|
||||
|
||||
"hVelocity" : { "0" : 4.0 },
|
||||
|
||||
"trackDist" : 10.0,
|
||||
"aggroDist" : 2.0,
|
||||
|
||||
"frames" : "body/1.frames",
|
||||
"frameInfo" : { "walk" : [ "walk", 8, 1.0, 1, 0, 0],
|
||||
"idle" : [ "idle", 3, 0.5, 1, 0, 0]
|
||||
},
|
||||
|
||||
"walkFrameInfo" : [8, 1.0, 1, 0, 0],
|
||||
"attackFrameInfo" : [12, 0.5, 0, 0, 0],
|
||||
"idleFrameInfo" : [3, 0.5, 1, 0, 0],
|
||||
"jumpFrameInfo" : [7, 0.50, 0, 3, 0],
|
||||
|
||||
"jumpStrength" : 0.25,
|
||||
|
||||
"attentionSpan" : 8,
|
||||
"soundSensitivity" : 2,
|
||||
|
||||
"defaultHitbox" : [ "Rect", [-13, -5, 14, -38] ],
|
||||
|
||||
"attackBox" : {
|
||||
"attack.4" : [ "Default" ],
|
||||
"attack.5" : [ "Default" ]
|
||||
},
|
||||
"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" ],
|
||||
"idle.0.6" : [ "Default" ],
|
||||
"idle.0.7" : [ "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" ],
|
||||
|
||||
"run.0.0" : [ "Default" ],
|
||||
"run.0.1" : [ "Default" ],
|
||||
"run.0.2" : [ "Default" ],
|
||||
"run.0.3" : [ "Default" ],
|
||||
"run.0.4" : [ "Default" ],
|
||||
"run.0.5" : [ "Default" ],
|
||||
"run.0.6" : [ "Default" ],
|
||||
"run.0.7" : [ "Default" ],
|
||||
|
||||
"attack.0.0" : [ "Default" ],
|
||||
"attack.0.1" : [ "Default" ],
|
||||
"attack.0.2" : [ "Default" ],
|
||||
"attack.0.3" : [ "Default" ],
|
||||
"attack.0.4" : [ "Default" ],
|
||||
"attack.0.5" : [ "Default" ],
|
||||
"attack.0.6" : [ "Default" ],
|
||||
"attack.0.7" : [ "Default" ]
|
||||
|
||||
},
|
||||
"damageBox" : {
|
||||
|
||||
},
|
||||
"animationOffset" : {
|
||||
|
||||
},
|
||||
"projectilePoint" : {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue