I recently started to learn some Jass, and the system I'm trying to create is looking far too confusing for me. Basically, I need a system in which:
-Each of 3 Hero units have 4 custom attributes (the same 4 for all 3 heroes).
-Each hero has different formulas based on the 4 attributes to calculate defense, physical damage, skill damage etc.
-Armor absorbs an integer value of damage: (Damage = Damage - (Armor/2)). If anyone is interested in helping, or just giving me some tips, I can fill you in on more details. Thanks in advance.
-Each of 3 Hero units have 4 custom attributes (the same 4 for all 3 heroes).
-Each hero has different formulas based on the 4 attributes to calculate defense, physical damage, skill damage etc.
-Armor absorbs an integer value of damage: (Damage = Damage - (Armor/2)). If anyone is interested in helping, or just giving me some tips, I can fill you in on more details. Thanks in advance.