Starbound/attic/npcs/crab/crab.npc
2025-03-21 22:23:30 +11:00

57 lines
928 B
Text

{
"npcId" : 4,
"npcName" : "crab",
"aiFunctions" : { "1" : "defaultWander", "2" : "defaultFollow", "32" : "defaultJump", "33" : "defaultJump", "34" : "defaultJump" },
"aiStateFunc" : "passiveCritter",
"hVelocity" : { "0" : 3.0, "2" : 2.0 },
"trackDist" : 10.0,
"aggroDist" : 2.0,
"frames" : "body/1.frames",
"frameInfo" : { "walk" : [ "walk", 4, 1.0, 1, 0, 0],
"idle" : [ "idle", 1, 1.0, 0, 0, 0]
},
"jumpStrength" : 0.25,
"attentionSpan" : 8,
"soundSensitivity" : 2,
"defaultHitbox" : [ "Rect", [-4, 1, 4, -5] ],
"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" ]
},
"damageBox" : {
},
"animationOffset" : {
},
"projectilePoint" : {
}
}