Travian Offense Calculator (2027)

: Defender cavalry defense = 2000×50 = 100,000 + 1000×100 = 100,000 → total 200,000 With wall: 200,000 × 3.25 = 650,000 defense

Wall_Bonus = (Wall_Level^2) × Unit_Defense_Bonus_Factor Example: Stone wall level 20 → +400% defense for Teuton troops.

Required_Cats = ceil( (Building_Points_at_Level) / (Catapult_Damage) ) Building points per level: ~100 + (previous level × 1.1). One chief reduces loyalty by 20–35 depending on residence/palace level. Formula (simplified): travian offense calculator

| Input | Explanation | |-------|-------------| | | Number of each offensive unit (clubs, axes, imperians, TTs, paladins, etc.) | | Your hero (optional) | Attack value, weapon, level | | Defender’s troop counts | Including garrison, trapper, reinforcements | | Wall type & level | Earth wall (Gauls), palisade (Romans), stone wall (Teutons) | | Residence / Palace level | Affects chief loyalty drop | | Morale | Usually (DefenderPoints / AttackerPoints) × 0.5 + 0.5 capped 0.5–1.0 | | Catapults (if sieging) | Number and target building | | Chiefs / Senators | Number and target building | 4. Formulas Used in the Calculator 4.1 Base Attack vs Defense Attacker_Total_Attack = Σ( unit_count × unit_attack_value ) Defender_Total_Defense = Σ( unit_count × unit_defense_value_matching_attacker_type ) Then:

Wall_Damage = (Attacker_Total_Attack / Defender_Total_Defense) × 10 (levels destroyed) (Heavily simplified – real formula is more complex.) Each catapult hits a random building within target category (e.g., resource, military, wall). Chance to hit intended target = 0.7 - (0.03 × number_of_targetable_buildings) . : Defender cavalry defense = 2000×50 = 100,000

TotalAttack = SUMPRODUCT(B2:B10, C2:C10) TotalDefenseInf = SUMPRODUCT(defender_counts, defender_inf_def) * (1 + wall_bonus) Winner = IF(TotalAttack > TotalDefenseInf, "Attacker", "Defender") Losses_Attacker = attacker_counts * (defense / attack)^1.5 (cap at 0.95) For advanced, use lookup tables for all tribes and units. | Tribe | Infantry attack | Cavalry attack | |-------|----------------|----------------| | Teuton – Axeman | 60 | – | | Teuton – Paladin | – | 55 | | Roman – Imperian | 70 | – | | Roman – Equites Imperatoris | – | 120 | | Gaul – Swordsman | 65 | – | | Gaul – Theutates Thunder | – | 90 |

Attacker infantry attack = 180,000 → ratio = 0.48 → attacker loses badly. TotalAttack = SUMPRODUCT(B2:B10

Attacker cavalry attack = 55,000 → ratio = 0.08 → all cavalry die.

We use cookies to operate this website and to improve its usability. Full details of what cookies are, why we use them and how you can manage them can be found by reading our Privacy Statement. Please note that by using this site you are consenting to the use of cookies.