steves dont log spam about "jump" anim

This commit is contained in:
Shtoyan 2022-01-20 18:46:28 +04:00
parent 5c3c1b528a
commit 132f4f2d2d

View File

@ -156,16 +156,31 @@ defaultproperties
WalkAnims(1)="ZombieScuttleB"
WalkAnims(2)="ZombieScuttleL"
WalkAnims(3)="ZombieScuttleR"
AirAnims(0)="ZombieSpring"
AirAnims(1)="ZombieSpring"
AirAnims(2)="ZombieSpring"
AirAnims(3)="ZombieSpring"
// steves dont have "jump" animation
// https://github.com/poosh/KF-ScrnZedPack/blob/master/Classes/ZedBaseCrawler.uc
AirAnims(0)="ZombieLeapIdle"
AirAnims(1)="ZombieLeapIdle"
AirAnims(2)="ZombieLeapIdle"
AirAnims(3)="ZombieLeapIdle"
TakeoffAnims(0)="ZombieSpring"
TakeoffAnims(1)="ZombieSpring"
TakeoffAnims(2)="ZombieSpring"
TakeoffAnims(3)="ZombieSpring"
AirStillAnim="ZombieSpring"
TakeoffStillAnim="ZombieLeapIdle"
LandAnims(0)="Landed"
LandAnims(1)="Landed"
LandAnims(2)="Landed"
LandAnims(3)="Landed"
// these should not use but just in case
DoubleJumpAnims(0)="ZombieSpring"
DoubleJumpAnims(1)="ZombieSpring"
DoubleJumpAnims(2)="ZombieSpring"
DoubleJumpAnims(3)="ZombieSpring"
DodgeAnims(0)="ZombieSpring"
DodgeAnims(1)="ZombieSpring"
DodgeAnims(2)="ZombieSpring"
DodgeAnims(3)="ZombieSpring"
AirStillAnim="Jump2"
TakeoffStillAnim="ZombieSpring"
IdleCrouchAnim="ZombieLeapIdle"
IdleWeaponAnim="ZombieLeapIdle"
IdleRestAnim="ZombieLeapIdle"