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

59 lines
898 B
Text

{
"npcId" : 16,
"npcName" : "snakeguy",
"aiFunctions" : { "0" : "defaultWander" },
"aiStateFunc" : "passiveCritter",
"hVelocity" : { "0" : 3 },
"trackDist" : 10.0,
"aggroDist" : 2.0,
"frames" : "body/1.frames",
"frameInfo" : { "walk" : [ "walk", 6, 1.5, 1, 0, 0],
"idle" : [ "idle", 1, 1.0, 0, 0, 0]
},
"jumpStrength" : 0.25,
"attentionSpan" : 8,
"soundSensitivity" : 2,
"defaultHitbox" : [ "Rect", [-10, 9, 10, -30] ],
"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" : {
}
}