2015-12-15 17:46:30 +00:00
|
|
|
Index shared by Collectible (first index), Destructible (second index), and Rebuild (first index) ($+92BBD0):
|
|
|
|
if creation:
|
|
|
|
[bit] - flag
|
|
|
|
[u32] - ???
|
|
|
|
[u32] - is boss?, expect == 0
|
|
|
|
[u32] - ???
|
|
|
|
[u32] - ???
|
|
|
|
[u32] - ???, assert == 0
|
|
|
|
[u32] - ???, assert == 0
|
|
|
|
[u32] - ???, assert == 0
|
|
|
|
[u32] - ???
|
|
|
|
[u32] - ???
|
|
|
|
[bit] - flag
|
|
|
|
[u32] - current health
|
|
|
|
maxhealth=[float] - ???, has same number as max health struct, assert % 1 == 0
|
|
|
|
[u32] - current armor
|
|
|
|
maxarmor=[float] - has same number as max armor struct, assert % 1 == 0
|
|
|
|
[u32] - current imagination
|
|
|
|
maximag=[float] - ???, has same number as max imagination, assert % 1 == 0
|
2017-02-09 09:26:42 +00:00
|
|
|
[u32] - ???, expect == 0
|
2015-12-15 17:46:30 +00:00
|
|
|
[bit] - ???
|
|
|
|
[bit] - ???, assert == False
|
|
|
|
[bit] - ???, assert == False
|
2016-10-22 12:02:58 +00:00
|
|
|
[float] - max health, expect == maxhealth
|
|
|
|
[float] - max armor, expect == maxarmor
|
|
|
|
[float] - max imagination, expect == maximag
|
2015-12-15 17:46:30 +00:00
|
|
|
[u32] - count
|
|
|
|
[s32] - faction id
|
2016-10-22 12:02:58 +00:00
|
|
|
trigger=[bit] - is smashable
|
2015-12-15 17:46:30 +00:00
|
|
|
if creation:
|
|
|
|
[bit] - flag
|
|
|
|
[bit] - flag, assert == False
|
|
|
|
if trigger:
|
|
|
|
[bit] - ???, assert == False
|
|
|
|
[bit] - flag
|
|
|
|
[u32] - ???
|
|
|
|
[bit] - flag
|
|
|
|
[bit] - ???
|