Page 1 of 1

Zombie Rollerz: The Last Ship

Posted: Fri Jun 27, 2025 3:55 pm
by matthew80

Code: Select all

├─ player
│  ├─ curHealth
│  ├─ maxHealth
│  ├─ isInvulnerable
│  ├─ attackableRadius
│  └─ attackableHeight
├─ energy
│  ├─ currentEnergy
│  ├─ speedmult
│  ├─ bumpSpeedRecovery
│  ├─ bumpSpeedRecoveryDelay
│  └─ freezeSteering
├─ weapon
│  ├─ turretLevel
│  ├─ shootCoolDown
│  ├─ currentAmmoCount
│  ├─ maxAmmo
│  ├─ updateSearchTimer
│  ├─ rotationSpeed
│  ├─ targetCount
│  └─ attributes
│     ├─ damage
│     ├─ critical chance
│     ├─ critical damage
│     ├─ force
│     ├─ aoe range
│     ├─ fire rate
│     ├─ multishot
│     ├─ max target count
│     ├─ max range
│     ├─ min range
│     ├─ project speed
│     ├─ project scale
│     ├─ horizontal traversal angle
│     ├─ vertical traversal angle
│     └─ traversal speed
└─ inf resources

Re: Zombie Rollerz: The Last Ship

Posted: Sat Jun 28, 2025 12:53 am
by xikerm61
Thank you :) Legend