artemis-nerds / protocol-docs

Unofficial documentation for the Artemis network and file protocols, written by the Artemis community
https://artemis-nerds.github.io/protocol-docs/
MIT License
8 stars 5 forks source link

npc enemy (npc 1.6) #158

Open StarryWisdom opened 6 years ago

StarryWisdom commented 6 years ago

given that with pvp games you can have multiple bridges on different sides a boolean makes no sense - maybe its one of those bitfields for side that we had scratched our head over before (assuming it is enemy as a field?)

NoseyNick commented 6 years ago
# STAT: 126017587 NPCShip (65928 fully-pop)
# STAT:   71301   NPCShip.IsEnemy (min 0 max 5)
# STAT:    1046     NPCShip.IsEnemy = 0 (0x0)
# STAT:    7661     NPCShip.IsEnemy = 1 (0x1)
# STAT:   62594     NPCShip.IsEnemy = 5 (0x5)