Byte(flag); Int(id); Byte(skillSpell); Short(tile); Byte(type); String(name); String(internelName); Byte(nature); Int(curTime); Int(maxTime);
| flag | 0か1。1の場合idに100000000が加算される |
| id | 効果がかかっているスペルごとのユニークID |
| skillSpell | 0=spell, 1=skill, 2=spirit |
| tile | アイコン |
| type | |
| name | 効果名 |
| internelName | 内部名 |
| nature | |
| curTime | 残り時間 |
| maxTime | 合計効果時間 |