This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

58
attic/npcs/bee/bee.npc Normal file
View file

@ -0,0 +1,58 @@
{
"npcId" : 0,
"npcName" : "bee",
"aiFunctions" : { "0" : "defaultFlyingWander",
"16" : "defaultFlyingWander",
"18" : "defaultFlyingStalk" },
"stateChangeFunction" : "passiveFlyingCritter",
"hVelocity" : { "0" : 4.0, "16" : 7.0, "18" : 10.0 },
"vVelocity" : { "0" : 1.0, "16" : 1.0, "18" : 2.0 },
"hAccel" : { "0" : 1.0, "16" : 2.0, "18" : 2.0 },
"vAccel" : { "0" : 1.0, "16" : 2.0, "18" : 2.0 },
"trackDist" : 10.0,
"aggroDist" : 2.0,
"frames" : "body/1.frames",
"frameInfo" : { "fly" : [ "fly", 5, 0.4, 1, 0, 0] },
"attentionSpan" : 8,
"soundSensitivity" : 2,
"defaultHitbox" : [ "Rect", [-10, 10, 8, -13] ],
"attackBox" : {
"attack.0.4" : [ "Default" ],
"attack.0.5" : [ "Default" ]
},
"defenseBox" : {
},
"immuneBox" : {
},
"weakpointBox" : {
},
"collisionBox" : {
"fly.0.0" : [ "Default" ],
"fly.0.1" : [ "Default" ],
"fly.0.2" : [ "Default" ],
"fly.0.3" : [ "Default" ],
"fly.0.4" : [ "Default" ]
},
"damageBox" : {
},
"animationOffset" : {
},
"projectilePoint" : {
}
}