Differences between original Manalink and the actual one.

Mok, check this. I'll ask Jatill to post what he know here.
* What I know *
- Keyword "protections from enchantments" is now Shroud.
- Keyword "banding when attacking" is now "Protection from Creatures", but this isn't working
- Many new rules extensions are stored in Rules Engine & Deadbox cards, which are automatically generated at the beginning of the duel if needed. For this purpose, in cards_dat "cc[2]" / "CT_CardFlags3" is used for storing special values.
* What I did *
- Keyword after "protection from lands" are used for new creature abilities like Shadow. This is inaccurate and I'll remove it maing a new enum in the next future.
- Keyword "protection from interrupt" is used as "flag" for Changeling creatures. As currently "interrupt" is discontinued as card type, I think there's no problem if I leave things as they are.
- Keyword 0x20000000 is actually used for "Infect". Checking your XLS, seems to be originally unused, can we keep it this way ?
- Half of the "targets" array (after targets[10]) is used to store specific datas, especially for creatures (new abilities, +1/+1 counters and so on). Dunno if this is a problem with older cards, seems to work fine.
* What I know *
- Keyword "protections from enchantments" is now Shroud.
- Keyword "banding when attacking" is now "Protection from Creatures", but this isn't working
- Many new rules extensions are stored in Rules Engine & Deadbox cards, which are automatically generated at the beginning of the duel if needed. For this purpose, in cards_dat "cc[2]" / "CT_CardFlags3" is used for storing special values.
* What I did *
- Keyword after "protection from lands" are used for new creature abilities like Shadow. This is inaccurate and I'll remove it maing a new enum in the next future.
- Keyword "protection from interrupt" is used as "flag" for Changeling creatures. As currently "interrupt" is discontinued as card type, I think there's no problem if I leave things as they are.
- Keyword 0x20000000 is actually used for "Infect". Checking your XLS, seems to be originally unused, can we keep it this way ?
- Half of the "targets" array (after targets[10]) is used to store specific datas, especially for creatures (new abilities, +1/+1 counters and so on). Dunno if this is a problem with older cards, seems to work fine.