Những câu hỏi thường gặp
Phiên bản mới nhất
Travian Answers
Hãy bắt đầu với thắc mắc của bạn
Tìm kiếm bằng cách trả lời câu hỏi
Để tìm câu trả lời, chọn 1 chủ đề chính và chủ đề con cho đến khi bạn tìm thấy câu trả lời. Trong trường hợp không thể tìm thấy câu trả lời mong muốn, bạn có thể liên hệ với chúng tôi ở mục cuối cùng.
Tôi thắc mắc về...
Tìm kiếm bằng từ khóa
Bạn có thể tìm câu trả lời dễ dàng bằng các từ khóa. Ví dụ: bạn muốn phá hủy 1 công trình? Gõ chữ phá hủy và tìm câu trả lời liên quan đến từ khóa đó.
Tìm kiếm bằng bản đồ
Bạn có muốn tìm kiếm bằng một bản đồ web bình thường mà bạn biết? Rất dễ, dùng bản đồ web của Answers để tìm câu trả lời mong muốn.
Tìm hiểu về tính toán trong trận đánh
(Một số tính toán chi tiết sức mạnh trong trận đánh để tham khảo, dữ liệu có thể được thay đổi bởi nhà phát, sẽ chuyển ngữ)
Combat basics | |
Offense and defense points | In Travian, every unit has some strength in attack and defense. Its offense points are its attack skill. The more offense points a unit has, the more enemies it will kill, when used in attack. The same is true for defense, except there are two types: defense against infantry and defense against cavalry. E.g. praetorians (65/35 def) are better against infantry, just as spearmen (35/60 def) are better against cavalry. In combat, only the offense points of attacker and defense points of defenders are taken into account. Attacking with praetorians isn't effective despite their high defense value. Similarly, macemen are worse on defense. So use your troops wisely, only for purposes they're well-suited. Otherwise you'll lose easily! Even with knowledge about units' stats, you cannot easily predict combat result, because the combat system is neither simple nor trivial. Players with Travian Plus turned on can find a rather good warsim in their rally point. This extended version allows them taking into account almost all values affecting battle result. Players w/o plus have limited version of combat simulator, which cannot take into account some factors like wall level or moralebonus, leading to inaccurate results. However, since the debut of Тravian version 3.6, all players have the same full functionality. There are several free combat simulators online. One of the most famous free warsims is mine. It has an almost equal set of features as the full in-game warsim plus a few: convenient hero use, traps in Gallic village, battles with Natars, some artifacts and two targets for catapults. Also, my warsim has another useful feature: it tracks which units you have input in the URL. If you copy the URL from the address bar and send it to somebody, after opening this URL, he or she will go to the simulator's page, where all troops are already set to the same values as you just done. All examples in this article will be accompanied by a "try it" link, so you'll be able to check the examples by yourself. |
Raid / normal attack |
Here, I describe common combat without any bonuses like walls, upgrades, etc. As mentioned, we only take offense points from attacking army and defense points from the defending army. First, count total offense and defense points. Total points are just amount of troops multiplied by corresponding unit stat. For instance, we attack with 100 imperians and 50 legionnaires. Their attack values are 70 and 40 respectively, so total offense points will be: 100 · 70 + 50 · 40 = 9000 (1) Let the defender have 150 phalanx. As all the attacking troops in our example are infantry, we will use only defense against infantry, 40. In this case total defense points are: 150 · 40 = 6000 (2) Consider first a normal attack, combat will continue until one side is completely destroyed. We determine the loser by comparing total offense and defense points. In our example, 9000 (1) is more than 6000 (2), so the defender will lose. Winner's casualties are determined by next formula: 100% · (loser_points / winner_points)^1.5 (3) since the defender loses this battle, loser_points = 6000 and winner_points = 9000. 100% · (6000 / 9000)^1.5 ≈ 100% · 0.5443 = 54.43% So 54.43% of attackers will die. This fraction is the same for all different types of troops. Since the attacker had 100 imperians and 50 legionnaires, he/she lost 100 · 0.5443 = 54.43 (54 rounded) imperians and 0.5443 · 50 = 27.21 (27 rounded) legionnaires. For raids, the formula changes a bit, losses will be: 100% · x / (100% + x) where x is determined by formula mentioned above (3). This calculates the losses of the winner. The loser's casulaties will be (100% – winner's losses). Consider another example: 100 imperians raiding 100 praetorians. Offense points (7000) are greater than defense points (6500), so the attacker wins again. x = 100% · (6500 / 7000)^1.5 ≈ 89.479% 100% · 89.479% / 189.479% ≈ 47.22% So 47.22% from 100 or just 47 imperians will die. Defender will lose 100% – 47.22% = 52.78% of his/her army, i.e. 53 praetorians. The winner's casualties formula is actually more complicated, but only applies when large armies take part in combat. The formula is a bit different and the winner takes more casualties. Instead of the standard formula (3), another one is used: 100% · (loser_points / winner_points)^K (4) where K depends on how much soldiers were involved in combat. Really, large, immense battles should differ from small battles between hundreds of soldiers. 2 · (1.8592 – N^0.015) (5) where N is total amount of units taking part in battle (unit count, not their wheat upkeep). E.g., 2000 haeduans attacks 1400 phalanx. N = 2000 + 1400 = 3400 К = 2 · (1.8592 – 3400^0.015) = 2 · (1.8592 – 1.1297) = 2 · 0.7295 = 1.459 So the formula for losses (attacker wins obviously) will look like: 100% · (def_points / off_points)^1.459 100% · (70,000 / 280,000)^1.459 = 100% · 0.25^1.459 ≈ 13.23% |
Simple combat with mixed infantry/cavalry |
How do we calculate defense points if the attacker has both infantry and cavalry troops? Offense points are calculated the same way, but determining of defense points become non-trivial. In such a case, the defense points are calculated proportional to infantry/cavalry offense ratio. For instance, 100 theutates thunders and 50 swordsmen are attacking 100 praetorians. Offense points are equal: 100 · 90 + 50 · 65 = 9000 + 3250 = 12,250 From more then twelve thousand offense points, cavalry part is 9000, and remainder is infantry part. We need to get proportion, so we divide: 9000 / 12,250 ≈ 0.7346 and do the same for infantry: 3250 / 12250 ≈ 0.2654 Therefore, 73.46% of offense points are cavalry offense points, and 26.54% infantry points (sum should be equal to 100%, if we are not mistaken). Then we "apply" this infantry/cavalry proportion to defender's troops. Praetorian has 65 def.points against infantry and 35 def against cavalry, i.e. total army's defense is: 100 · 65 = 6500 (infantry) To get real defense points we need to combine these points by proportion: 0.7346 · 3500 + 0.2654 · 6500 = 2571.1 + 1725.1 ≈ 4296 Therefore, praetorians will have 4296 defense points against such attacking army. Now we got offense and defense points so could apply formulas we already know: 12250 > 4296, meaning attacker will win and defender will lose all his/her troops: 100% · (4296 / 12250)^1.5 ≈ 20.77% Attacker will lose 20.77% of all of his/her own troops, which works out 100 · 0.2077 = 21 theutates thunders and 50 · 0.2077 = 10 swordsmen. |
Bonuses | |
Wall |
The wall gives the defender an extra percentage bonus, which depends on the tribe of wall and its level: E.g. a level 15 Roman city wall gives this bonus: 1.03^15 = 1.558 or 55.8%. At level 20 the bonus is a bit more than 80%. Therefore, the wall is a cornerstone in a village's defense. Consider 150 swordsmen attacking 100 praetorians and 25 legionnaires behind a level 15 city wall. 11490 is greater than 9750, so in this example the defender will win. |
Basic village defense |
Even an empty village with no fortification has a small defense value (10). Moreover, this value is also affected by other bonuses, like the wall. I was not completely honest with you, omitting this value in previous calculations. This was done for the sake of simplicity and because such small value rarely can affect result of average combat. Also there's one extra tricky aspect. There's a known phenomenon that one unit will always die against even an empty village, unless it was a strong cavalry unit. It could be described by basic defense. However, why does one imperian with 70 offense points die and 2 phalanx with total 30 offense points don't? |
Residence/Palace |
Residence/Palace (we will use just "Palace" hereinafter, since both buildings are equal in their defending abilities) also help in combat, but its contribution isn't much. The Palace doesn't add percent-based bonus, but just adds some absolute defense value: e.g., on 20th level Palace will give only 800 defense points (both against infantry and cavalry). This addition is expressed by the following formula: 2 · n^2 (6) where n is the level of the palace. As we could see, first levels give you nearly nothing. E.g., 1st level Palace adds only 2 points, 2nd level — 8pts, 3rd level — 18pts, etc. Against large armies, even 800 points is a tiny value, but against small squadrons it may be useful. If 10 imperians attack a village with a 20th level palace, they all die! (700 < 800+10). Of course, it is not easy to obtain the benefits from these buildings, since even a level 5 residence isn't very cheap. And when you have enough resources, armies are far stronger than 10 imperians. [Nevertheless, at the beginning of one Russian server I made top 50 in defense, using no troops! Of course, it was done due to residence's defense. Residence is especially effective against noobs attacking with phalanx or spearmen. =)] Hint: Defense given by palace and basic village defense is affected by the wall bonus just like troops. Attacker wins, but since the residence can't be destroyed by regular troops, the attacker loses something while the defender loses nothing. |
Moralebonus |
This bonus is applied only to the defender when his/her population is less than population of attacker. For example, if attacker's population is 500, and defender's is 600, there will be no bonus. If the attacker's and defender's populations are 700 and 150 correspondingly, defender will receive a bonus. The account's population is used! Though some sources say it's the village's population, they are wrong. The formula for moralebonus is simple: E.g. 500 swordsmen from account with 2500 pop attacks 500 praetorians from account with 1000 pop. Moralebonus never goes higher than +50%, even if the defender has zero population. Note: This formula is also applied to loyalty descending. Furthermore, if the attacker has fewer points than defender (including all bonuses, except moralebonus itself), and has more population, formula become a bit more complicated: moralebonus = M^{0.2·(offense points/defense points)} Such a case could occur, for example, with WW village on small account, although WW villages are completely unaffected by moralebonus. E.g. 1500 swordsmen from account with 2500 pop attacks 2500 praetorians on account with 1000 pop. Also total amount of troops (4000) taking part in battle is more than 1000, so it is an immense battle, use (5). The defender wins and his/her losses are: 100% · (offense points / defense points·moralebonus) ^ K |
Upgrades | This part of Travian combat mechanics has a huge slew of formulas spread over the Internet. BASE_VALUE · 1.015^LEVELBASE_VALUE · (1 + 0.015 · LEVEL)(А · UPKEEP + 0.015 · BASE_VALUE) · LEVEL / 2, where А is a constant ≈ 0.641627, But the full correct formula is a bit more complicated: improved_value = BASE_VALUE + (BASE_VALUE + 300 · UPKEEP / 7) · (1.007^LEVEL – 1) (7) It is correct for every stat (offense, def. against infantry, def. against cavalry) and for any unit.[I've obtained this formula in summer 2007 and published it on ru-forum.] Note: Base upkeep is always used. Neither artifacts, the WW village, nor the Horse Drinking Pool affects upgrades. As always, consider an example:20,000 macemen, fully upgraded in blacksmith (lvl20) attacks 12,000 non-improved praetorians.According to formula (7)improved_value = 40 + (40 + 300 · 1 / 7) · (1.007^20 – 1) ≈ 40 + (40 + 42.8571) · 0.149713 = 52.4048 offense points will be: 20,000 · 52.4048 = 1,048,096defense points will be: 12,000 · 65 = 780,000 total amount of troops is 32,000, so according to (5) immensity of battle will beK = 2 · (1.8592 – 32,000^0.015) = 2 · (1.8592 – 1.1684) = 2 · 0.6908 = 1.3816losses will be 100% · (780,000 / 1,048,096) ^ 1.3816 = 66.486% or 13297 macemen. |
Miscellaneous | |
Catapults |
There's a formula that determines the amount of catapults that are enough to completely destroy any building of certain level: X = round{(morale · (lvl^2 + lvl + 1) / (8 · U / D)) + 0.5} (8) U – catapult's upgrade, U = round(200 · 1.0205^{upgrade_level})/200; In the heat of battle, while slow catapults go to their firing position, part of them could be damaged and negated before discharge. Of course, attacker's troops are protecting their siege machines, but the more advantage defending troops have, the fewer catapults reach their firing position and will fire. Percent of catapults that act is determined by the next formulae: X = (offense points / defense points)^1.5 (9) In simple terms, this formula could be described as follows: If the amount of working catapults is less than sufficient (8), then the building will be partially demolished at most. Due to quadratic dependence, higher levels are harder to destroy. When you set 2 targets for catapults, their force is divided between two targets equally. When you target some kind of building and there're several such buildings in destination village (e.g.: cropland, warehouse, etc.), catapults will always hit building of certain type with highest level. |
Rams |
When there's no defense, rams destroy walls almost as well as catapults destroy buildings; but when there's some defense things become much more complicated since the wall gives bonus in combat. The rams' destruction capability is unaffected by morale, and durability multiplier has one additional part, which depends on wall's tribe. Durability, by tribe, is listed below:Roman city wall: 1Gallic palisade: 2Teutonic earth wall: 5 After calculating this intermediate level, defense points are recalculated (another wall level => another wall bonus) and the final result of battle is determined. All losses are calculated using this new value.Consider next battle:20,000 clubswingers, 5000 Teutonic knight and 100 rams attacks 15,000 praetorians behind 20th level roman wall.No upgrades and other boni are assumed for the sake of simplicity.Wall was demolished completely, what else do we need? |
Espionage |
Finally, I will describe simulation for scouts (I mean recon. troops for all tribes). Formula for "combat" between scouts is the same as for common attack (3), except for the defender's losses. It is always 0%. Also, there are no immense battles, i.e. 1.5 is used for K in any battle. Instead of offense and defense points, scouting and counter-scouting points are used. Base values are 35 and 20 respectively for any tribe. These attributes are also affected by common formula for upgrades in blacksmith and armory (7). As could be seen from the upgrade formula, Romans and Gallic spies receive greater bonus from upgrades. Combine it with horse drinking trough and Roman's Equites Legatti are the best. For classic servers, Teutonic scouts are considered the best, since speed isn't a great deal for recon. operations. Possible results of recon. operations: |