The guide

Combat

Every turn, against players and NPCs alike, runs on four actions and the arithmetic below. These are the real formulas the bot runs.

The three stats

Your point budget grows with your level and is never unlimited:

total stat points = 10 + (global level − 1)

STR — Strength

Raw damage. Each point adds +4 to your base attack on top of a random 5–15 roll, and it strengthens both halves of your Parry.

base damage = (STR × 4) + random(5–15)

AGI — Agility

The strongest stat in the game, because it does four things at once: it multiplies your damage (Overcrit), sets your crit chance, sets your dodge chance, and removes flat damage from every hit you take.

overcrit ≈ 1 + 0.5 × (AGI ÷ 29) · flat reduction = AGI × 2.5
AGICrit & dodge chance
00%
55%
1010%
1311%
1612%
2013%
4020%

Up to AGI 10 each point is +1%. Above 10 it slows to roughly +1% per 3 AGI.

CON — Constitution

max HP = 50 + (CON × 15) · rest heal = 20 + (CON × 3)
CONMax HPRest heals
05020
512535
1020050
1527565
2035080

Build calculator

Move the numbers. Everything below is computed with the formulas above, not an approximation of them.

Global level
20
Points spent0 / 29
One attack, against an unarmoured target
Normal
Critical
Focus

The four actions

ActionWhat it does
AttackDeal damage to your target. Can crit, from AGI.
ParryBrace to block and counter the next hit. Not a flat reduction — see below.
RestHeal 20 + CON×3 and gain Focus — but only if no enemy attacks you this turn (see below).
Use ConsumableUse a potion from your bag on your turn.
SwitchTeam and tag modes only: swap your active fighter for a benched one. Uses your turn.

Rest is interruptible. If any enemy attacks you on the turn you Rest, your Rest fails — no heal and no Focus — and you are caught resting: the attacker deals bonus damage (×1.5 in a duel). Only Rest when you are safe from a hit; a resting fighter is the most punishable target on the board.

Parry is a wager, not a shield

block value = (CON × 5) + STR · counter value = (CON × 3) + STR

Perfect Block — if your block value is greater than or equal to the incoming attack, you take zero damage and reflect your counter value back.

Guard Break — if the attack is bigger than your block value, you break: you take only the overflow above your block, and your AGI flat reduction then applies to that overflow.

This is why a high-CON parry punishes attackers, and why a hard enough hitter breaks one anyway. Do not parry a guaranteed guard-breaker — you just eat the difference.

Focus and Ultra Focus

Focus comes from Resting, or a Focus Potion. Your next Attack deals ×2. It carries turn to turn until you spend it, and it can still be dodged, reduced or parried.

Ultra Focus comes from gaining Focus again while already Focused. Your next attack is a guaranteed ×2 that cannot be dodged, cannot be reduced by AGI, and cannot be parried.

Ultra Focus is the answer to every defensive build in the game. If your opponent is about to parry, or is a high-dodge AGI build, build it and punish them.

Crits, dodge and reduction

A crit multiplies final damage by ×1.5. Base crit is 0% with no AGI. A Critical Potion adds +25% to your next attack; clan passives and badges add more. Dodge is passive and takes you to zero damage. Flat reduction applies to every hit that lands — and Ultra Focus ignores it entirely.

NPC passives

Most NPCs and every boss carry passives that change how the fight works.

PassiveEffect
EnrageDeals 1.5× damage below 30% HP
Momentum+10% damage per consecutive Attack (max +30%); resets on Rest/Parry
ThornsReflects 15% of damage taken back to the attacker
ResilienceSurvives one lethal hit at 1 HP (once per fight)
Shield WallDefense is 1.5× stronger when it parries
Adaptive+1 STR each time it rests (up to 3 times)
LifestealHeals 20% of damage it deals
Spell ShieldNegates the first crit it takes
RegenerationHeals 5% max HP every round
Executioner+50% damage to targets below 25% HP
BulwarkIgnores the crit multiplier — crits hit it for normal damage
Counter StrikeReflects 1.5× on a perfect block

The Stalker

A special NPC that challenges you to 1v1 and runs a predictive AI. It reads your last several actions, your HP percentage, your stat spread, whether you have Focus, and whether you just rested or parried repeatedly.

Spam Attack and it parries more. Spam Parry and it waits for the guard break. Low HP on you and it presses; low HP on itself and it gets aggressive.

Never repeat an action more than twice. The clan passive Silent Watch cuts your chance of being targeted by the Stalker and the Marked Hunt by up to 25%.

The Guardians Compendium. A Discord RPG built and run by Max. Every formula, item, region, quest and line of prose here was read out of the live bot. Reward amounts, drop rates, daily caps, prices and which panels are up are set by Max on the server the bot lives in.
Contact: questions, feedback, or proposals → contact@guardiansrpg.com.