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

BIN
attic/npcs/deer/1/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
attic/npcs/deer/1/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
attic/npcs/deer/1/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
attic/npcs/deer/1/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
attic/npcs/deer/2/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
attic/npcs/deer/2/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
attic/npcs/deer/2/3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
attic/npcs/deer/3/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
attic/npcs/deer/3/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -0,0 +1,16 @@
{
"image" : "1.png",
"frameGrid" : {
"size" : [75, 75],
"dimensions" : [9, 6],
"names" : [
[ null, "idle.0.0", "idle.0.1", "idle.0.2", "idle.0.3", "idle.0.4", "idle.0.5", "idle.0.6", "idle.0.7" ],
[ null, "walk.0.0", "walk.0.1", "walk.0.2", "walk.0.3", "walk.0.4", "walk.0.5", "walk.0.6", "walk.0.7" ],
[ null, "run.0.0", "run.0.1", "run.0.2", "run.0.3", "run.0.4", "run.0.5", "run.0.6", "run.0.7" ],
[ null, "attack.0.0", "attack.0.1", "attack.0.2", "attack.0.3", "attack.0.4", "attack.0.5", "attack.0.6", "attack.0.7" ],
[ null, "attack.1.0", "attack.1.1", "attack.1.2", "attack.1.3", "attack.1.4", "attack.1.5", "attack.1.6", "attack.1.7" ],
[ null, "gibs.0", "gibs.1", "gibs.2", "gibs.3", "gibs.4", "gibs.5", null, null ]
]
}
}

BIN
attic/npcs/deer/body/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

91
attic/npcs/deer/deer.npc Normal file
View 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" : {
}
}