root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/skillengine/effect/Effects.java
| 1507 | 1509 | ||
|---|---|---|---|
26 | import javax.xml.bind.annotation.XmlElements; | 26 | import javax.xml.bind.annotation.XmlElements; |
27 | import javax.xml.bind.annotation.XmlType; | 27 | import javax.xml.bind.annotation.XmlType; |
28 | 28 | ||
29 | import com.aionemu.gameserver.skillengine.SwitchHpMpEffect; | ||
29 | 30 | ||
31 | |||
30 | /** | 32 | /** |
31 | * @author ATracer | 33 | * @author ATracer |
32 | * | 34 | * |
... | ... | ||
95 | @XmlElement(name = "alwaysparry", type = AlwaysParryEffect.class), | 97 | @XmlElement(name = "alwaysparry", type = AlwaysParryEffect.class), |
96 | @XmlElement(name = "alwaysresist", type = AlwaysResistEffect.class), | 98 | @XmlElement(name = "alwaysresist", type = AlwaysResistEffect.class), |
97 | @XmlElement(name = "alwaysblock", type = AlwaysBlockEffect.class), | 99 | @XmlElement(name = "alwaysblock", type = AlwaysBlockEffect.class), |
98 | @XmlElement(name = "mpuseovertime", type = MpUseOverTimeEffect.class) | 100 | @XmlElement(name = "mpuseovertime", type = MpUseOverTimeEffect.class), |
101 | @XmlElement(name = "switchhpmp", type = SwitchHpMpEffect.class) | ||
99 | }) | 102 | }) |
100 | protected List<EffectTemplate> effects; | 103 | protected List<EffectTemplate> effects; |
101 | 104 |
Download diff