This commit is contained in:
Cong
2025-05-14 22:10:54 +10:00
parent e78138c049
commit 370a7bed39
15 changed files with 97 additions and 20 deletions

View File

@@ -58,9 +58,7 @@
"Flesh": {},
"Wall": {}
},
"HitGuns": [
"cantaloupe_splat"
],
"HitGuns": ["cantaloupe_splat"],
"Falling": {
"GravityFactor": 1
}
@@ -110,9 +108,7 @@
"Flesh": {},
"Wall": {}
},
"HitGuns": [
"watermelon_splat"
],
"HitGuns": ["watermelon_splat"],
"Falling": {
"GravityFactor": 1
}
@@ -154,8 +150,6 @@
"Particle": "trail_spit",
"Width": 1.0
},
"OutOfRangeSpark": "spark",
"WallMark": "bullet_hole",
"Hit": {
"Flesh": {
"Sound": "hurt"
@@ -176,8 +170,6 @@
"Particle": "trail_spit",
"Width": 1.5
},
"OutOfRangeSpark": "spark",
"WallMark": "bullet_hole",
"Hit": {
"Flesh": {
"Sound": "hurt"

View File

@@ -57,12 +57,14 @@
"Type": "Directional",
"Sprites": "chars/heads/sheep"
},
"Body": "sheep",
"Body": "antelope",
"Sounds": "antelope",
"Footsteps": "sheep",
"Corpse": "antelope_sleep",
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": false,
"HasHat": true,
"HasGlasses": false
},
{

View File

@@ -96,13 +96,13 @@
"Arms": "0b2effff",
"Body": "041af5ff",
"Legs": "0c06fcff",
"Hair": "181effff",
"Hair": "af7c2cff",
"Feet": "404040ff",
"Facehair": "181effff",
"Hat": "181effff",
"Hat": "331a06ff",
"Glasses": "181effff",
"speed": 258,
"Gun": "SS Machine Gun",
"Gun": "Antelope Spit",
"maxHealth": 160,
"excessHealth": 200,
"flags": 128,

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View File

@@ -0,0 +1,65 @@
{
"Version": 2,
"Order": [
["gun_r", "gun_l", "legs", "body", "head"],
["gun_r", "gun_l", "legs", "body", "head"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "body", "head", "gun_r", "gun_l"],
["legs", "gun_r", "gun_l", "body", "head"],
["gun_r", "gun_l", "legs", "body", "head"]
],
"Offsets": {
"Frame": {
"Head": {
"stand": [[0, 12]],
"idle": [[0, 12]],
"run": [
[0, 12],
[0, 11],
[0, 11],
[0, 12],
[0, 12],
[0, 13],
[0, 13],
[0, 12]
]
},
"Body": {
"stand": [[0, 6]],
"idle": [[0, 6]]
},
"Legs": {
"stand": [[0, 6]],
"idle": [[0, 6]]
},
"Gun": {
"stand": [[0, 6]],
"idle": [[0, 6]],
"run": [
[0, 7],
[0, 6],
[0, 5],
[0, 6],
[0, 7],
[0, 6],
[0, 5],
[0, 6]
]
}
},
"Dir": {
"Head": [
[0, -3],
[4, -3],
[6, 0],
[6, 4],
[0, 6],
[-6, 4],
[-7, 0],
[-5, -3]
]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

View File

@@ -0,0 +1,4 @@
Adapted from Animated Animales Low Poly
by quaternius
https://opengameart.org/content/animated-animales-low-poly
http://creativecommons.org/publicdomain/zero/1.0/

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 922 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -102,14 +102,12 @@
},
{
"Pic": "",
"Grips": 2,
"Name": "SS Machine Gun",
"Icon": "assault_rifle",
"Name": "Antelope Spit",
"Bullet": "bullet_boss",
"Cost": 1,
"Lock": 70,
"MuzzleFlashParticle": "",
"Sound": "machine_gun_burst",
"Sound": "spit",
"Recoil": 0.3,
"Ammo": "Feed",
"CanDrop": false
@@ -175,7 +173,7 @@
"CanDrop": false
}
],
"PseudoGuns" : [
"PseudoGuns": [
{
"Name": "cantaloupe_splat",
"Bullet": "cantaloupe_splat",

View File

@@ -321,6 +321,22 @@
"Ticks": 20
}
},
{
"Name": "antelope_sleep",
"Pic": {
"Type": "Animated",
"Sprites": "antelope_sleep",
"TicksPerFrame": 120
},
"Health": 0,
"DrawBelow": true,
"DamageSmoke": {
"Particle": "zzz",
"HealthThreshold": 1.0,
"Z": 10,
"Ticks": 35
}
},
{
"Name": "camel_sleep",
"Pic": {