VvW Combat System Deep Dive
Published 2026-05-08 Β· VvW Editorial Team
Advanced understanding of VvW's combat system β initiative, combos, positional bonuses, and frame data.
Based on Season 3 live data and top-player interviews. Updated with each major patch.
The Six Stats, and What They Actually Do
VvW uses six stats, and every one of them changes a specific number in combat instead of being generic "power":
- STR β drives your basic attack damage:
attacker.STR Γ random(0.85, 1.15). - INT β the magic-damage equivalent of STR, used in the same slot for INT-scaling skills.
- DEX β sets your dodge chance,
min(30%, defender.DEX Γ 0.003), and also feeds the speed formula (DEX Γ 1.0 + equipment_speed_bonus), which decides turn order. - LCK β sets crit chance,
min(40%, attacker.LCK Γ 0.005), capped at 40%. Crits hit for a flat 1.75Γ multiplier. - DEF β reduces incoming damage on a curve:
DEF / (DEF + 50). That curve gives diminishing returns and caps at 75% reduction, which happens around DEF 150. - END β governs your HP pool alongside your race's base HP and per-level HP gain.
Nothing here is a filler stat. Every one of them maps to a formula that fires every single turn, which is why the battle system page can honestly claim a 10-15% gear disadvantage is recoverable through better play β the stat curves are gentle enough that skill timing outweighs a modest numeric gap.
How a Turn Actually Resolves
Both you and your opponent act every turn β this isn't an auto-battler where you queue a team and watch. Turn order is set by effective speed (DEX-based), and from there:
- You choose from up to 5 equipped active skills, plus any number of passive/toggle skills that are always live.
- The game rolls dodge off the defender's DEX, then crit off the attacker's LCK.
- If the hit lands, damage reduction is applied from the defender's DEF using the curve above.
- Life steal, bleed, poison, and other status effects resolve according to their own timers β most damage-over-time effects (bleed, poison, burn) last 3-5 turns by default and don't stack with themselves.
- Every 3rd turn in PvE, your companion also acts, dealing damage, healing, or buffing depending on its type and level.
Ultimates are separate from your 5 active skill slots β you get exactly one ultimate use per battle, which is why they hit disproportionately hard (some late-game ultimates reach 8Γ ATK multipliers) compared to standard active skills.
Status Effects That Actually Change Fights
Positioning and "frame data" in VvW isn't about pixel timing like an action game β it's about which status effect lands first. The ones worth knowing cold:
- Stun and Frozen both skip the target's next turn (Frozen also cuts DEX by 20%), making them the strongest tempo tools in the game β whoever lands one first usually wins the exchange.
- Weakened cuts both ATK and DEF by 20% for 3 turns β a debuff that swings both offense and defense at once.
- Burn is a damage-over-time effect that also reduces DEF by 10%, meaning it compounds with whatever hits land after it.
- Curse halves incoming healing for 5 turns β the counter to life-steal and regen-heavy builds.
- Shield absorbs a flat amount of damage until depleted, and stacks independently of DEF's percentage reduction, so a big shield plus high DEF is a genuinely tanky combination, not redundant.
Race Passives Change Your Baseline Math
Vampires get life steal (5% base) plus a night-time bonus of +20% STR during the 22:00-02:00 UTC window β meaning the same character plays differently depending on server time. Werewolves get flat HP regen per turn plus a 30% crit-damage bonus and an extra +15% to all stats during Blood Moon events. Neither passive is strictly better; vampire favors sustain-through-damage, werewolf favors raw survivability and burst crits, and which one wins depends on the fight length.
Positional and Team Bonuses
Several heroes carry aura effects that only matter in a full team context rather than 1v1 β for example, some casters grant flat team-wide magic damage bonuses, and some tank-type heroes apply passive ATK/Crit reduction to every enemy on the field just by being alive. Building a team around one of these auras changes the math for every other slot on your roster, which is why top clans build compositions around a single "anchor" hero rather than five interchangeable damage dealers.
Is damage actually deterministic, or is there RNG?
Both. Basic attacks roll a Β±15% variance, dodge and crit are percentage rolls, but skill multipliers (like "200% ATK") are fixed once the roll resolves β so a crit is always exactly 1.75Γ the rolled damage, not a random range.
Can I get 100% dodge or 100% crit chance?
No. Dodge is hard-capped at 30% and crit chance at 40%, regardless of how much DEX or LCK you stack past those thresholds. Extra points beyond the cap should go into other stats.
Does DEF ever become useless?
Diminishing returns kick in early, but DEF never hits zero value β it approaches, but never reaches, the 75% cap, so even endgame tanks keep investing modest amounts.
How many active skills can I actually use per battle?
Up to 5 equipped actives, unlimited passives/toggles, and exactly one ultimate. Planning which 5 actives you bring is the core of rotation-building for any class.