81{
83 {
84 if (change.change.get_base() > 0)
86 else
88
89 if (change.change.get_equip() > 0)
91 else
93
94 if (change.change.get_status() > 0)
96 else
98 }
99}
virtual void sub_equip(int32_t val, bool notify=true)
Definition: Attribute.cpp:256
virtual void sub_status(int32_t val, bool notify=true)
Definition: Attribute.cpp:264
virtual void add_base(int32_t val, bool notify=true)
Definition: Attribute.cpp:244
virtual void sub_base(int32_t val, bool notify=true)
Definition: Attribute.cpp:248
virtual void add_equip(int32_t val, bool notify=true)
Definition: Attribute.cpp:252
virtual void add_status(int32_t val, bool notify=true)
Definition: Attribute.cpp:260