branchspacechess/main/unit_def_reworkcancel

15 Commits over 0 Days - ∞cph!

7 Years Ago
meta
7 Years Ago
merged from main
7 Years Ago
show mark in career UI
7 Years Ago
added unit mark to careerunit. protobuf and serialize it.
7 Years Ago
unit mods serialize with career saves. removed test code.
7 Years Ago
CareerUnit protobuf/serialization of mods
7 Years Ago
added unit mod protobuf defs CareerUnitMod and CareerUnitMods serialization
7 Years Ago
career UI unit buttons now fire click events. career unit mod apply/remove. career unit mods get applied at the start of matches. for testing: clicking a unit in the roster lit applies a +5 health mod to it
7 Years Ago
added GameTagModifier (unit stat stuff, not gameobject) career unit modifications wip
7 Years Ago
removed basic attack def from unit def as it's never used
7 Years Ago
added maxhealth unit tag moved block side lookup from AttackUtils to unit block now references unit property not def directly.
7 Years Ago
moved movement range lookup to unity property
7 Years Ago
moved unit health read access to a property, added Alive property to replace shitty health > 0 checks
7 Years Ago
removed old redundant cooldown code and value from definition, now just checks move and attack turn numbers.
7 Years Ago