20 : staticID_ (DEFAULT_ID)
21 , name_ (DEFAULT_NAME)
22 , description_ (DEFAULT_DESCRIPTION)
23 , power_ (DEFAULT_POWER)
25 , maxPP_ (DEFAULT_MAX_PP)
26 , accuracy_ (DEFAULT_ACCURACY)
27 , type_ (DEFAULT_TYPE)
28 , category_ (DEFAULT_CATEGORY)
29 , target_ (DEFAULT_TARGET)
30 , effect_ (DEFAULT_EFFECT)
32 , priority_ (DEFAULT_PRIORITY)
38 , name_ (DEFAULT_NAME)
39 , description_ (DEFAULT_DESCRIPTION)
40 , power_ (DEFAULT_POWER)
42 , maxPP_ (DEFAULT_MAX_PP)
43 , accuracy_ (DEFAULT_ACCURACY)
44 , type_ (DEFAULT_TYPE)
45 , category_ (DEFAULT_CATEGORY)
46 , target_ (DEFAULT_TARGET)
47 , effect_ (DEFAULT_EFFECT)
49 , priority_ (DEFAULT_PRIORITY)
54 : staticID_ (copy.staticID_)
56 , description_ (copy.description_)
57 , power_ (copy.power_)
59 , maxPP_ (copy.maxPP_)
60 , accuracy_ (copy.accuracy_)
62 , category_ (copy.category_)
63 , target_ (copy.target_)
64 , effect_ (copy.effect_)
66 , priority_ (copy.priority_)