Sleep giraffe, give key #712

This commit is contained in:
Cong
2025-06-07 15:55:09 +10:00
parent 3587244641
commit 2b2197db8c
6 changed files with 29 additions and 15 deletions

View File

@@ -257,7 +257,7 @@
},
{
"Name": "goat_kick",
"Power": 11,
"Power": 22,
"Mass": 1.0,
"Hit": {
"Flesh": {

View File

@@ -120,7 +120,14 @@
"Sprites": "chars/heads/sheep"
},
"Body": "giraffe",
"Sounds": "giraffe"
"Sounds": "giraffe",
"Footsteps": "sheep",
"Corpse": "giraffe_sleep",
"BloodColor": "00000000",
"HasHair": false,
"HasFacehair": false,
"HasHat": true,
"HasGlasses": false
},
{
"Name": "Mecha Hitler",

View File

@@ -172,6 +172,7 @@
"maxHealth": 1250,
"excessHealth": 2500,
"flags": 29824,
"Drop": "keys/plain/yellow",
"probabilityToMove": 40,
"probabilityToTrack": 30,
"probabilityToShoot": 52,
@@ -360,4 +361,4 @@
"actionDelay": 15
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

View File

@@ -118,7 +118,7 @@
"Bullet": "bullet_boss",
"Lock": 70,
"MuzzleFlashParticle": "",
"Sound": "dual_chain_gun",
"Sound": "spit",
"Recoil": 0.3
},
{
@@ -145,16 +145,6 @@
"CanShoot": false,
"CanDrop": false
},
{
"Pic": "",
"Name": "Syringes",
"Bullet": "syringe",
"Cost": 7,
"Lock": 30,
"Sound": "syringe",
"SwitchSound": "molotov_pickup",
"CanDrop": false
},
{
"Name": "Rocket Launcher",
"Pic": "",
@@ -198,7 +188,7 @@
"Bullet": "bullet_boss",
"Lock": 70,
"MuzzleFlashParticle": "",
"Sound": "",
"Sound": "spit",
"Recoil": 0.3
},
{

View File

@@ -368,6 +368,22 @@
"Z": 10,
"Ticks": 80
}
},
{
"Name": "giraffe_sleep",
"Pic": {
"Type": "Animated",
"Sprites": "giraffe_sleep",
"TicksPerFrame": 180
},
"Health": 0,
"DrawBelow": true,
"DamageSmoke": {
"Particle": "zzz",
"HealthThreshold": 1.0,
"Z": 10,
"Ticks": 50
}
}
]
}