Sly 1:VOLZP
Jump to navigation
Jump to search
Data Structure | |
---|---|
Game | Sly Cooper and the Thievius Raccoonus |
VOLZP (zap volume) is a data structure in Sly Cooper and the Thievius Raccoonus. It inherits from TZP. It represents an area volume that will cause Sly to take damage upon entering it.
Fields
Offset | Size | Type | Name | Notes |
---|---|---|---|---|
0x554 | 0x4 | ZAPK
|
zapk
|
Zap kind |
This topic needs further investigation. |
ZPD
ZPD (zap data) is the struct which stores the data about the zap.
ZPK
The kind of damage dealt by the ZAP is determined by the ZPK (ZAP kind) enum. It controls what animation Sly does upon triggering the ZAP.
Name | Value | Description |
---|---|---|
Nil | -0x1 | |
Blunt | 0x0 | Knockback |
Electric | 0x1 | |
Fire | 0x2 | |
Water | 0x3 | |
Crush | 0x4 | |
Pit | 0x5 | |
Sting | 0x6 | Bit by mosquito |
Max | 0x7 |