Commit 103fceb4 authored by VanillaSalt's avatar VanillaSalt

update attack/defence calculation

parent 989261c2
This diff is collapsed.
......@@ -162,11 +162,10 @@ public:
int32 is_pre_set_card(uint32 set_code);
int32 is_fusion_set_card(uint32 set_code);
uint32 get_type();
int32 get_base_attack(uint8 swap = FALSE);
int32 get_base_attack();
int32 get_attack();
int32 get_base_defence(uint8 swap = FALSE);
int32 get_base_defence();
int32 get_defence();
void calc_attack_defence(int32 *pbatk, int32 *pbdef, int32 *patk, int32 *pdef);
uint32 get_level();
uint32 get_rank();
uint32 get_synchro_level(card* pcard);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment