User Tools

Site Tools


guide:bandit_squad

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
guide:bandit_squad [2024/11/13 08:03] – created n91dcs87kvuyalckk2tqxgg2guide:bandit_squad [2024/11/25 01:41] (current) n91dcs87kvuyalckk2tqxgg2
Line 1: Line 1:
-====== Mountain Bandit Squad ======+====== Mountain Bandit Squad & Ambushes ======
  
-Every time a bandit squad is killed, the tiers of future squads will be higher+Every time a bandit squad is killed, the levels and rewards of future squads will be higher.
  
-level combat level player combat level * 0.5 to player combat level + (0-squadsKilled * 4)+===== Enemies =====
  
-add 1593 +^  Enemy  ^  Condition  ^ 
-if (squadsKilled > 0) +|[[npc:barbarian_ambush_leader|Barbarian Ambush Leader]]|Always spawns| 
-+|[[npc:barbarian_ambush_archer|Barbarian Ambush Archer]]|33% spawn chance| 
-  33%: add 1591 +|[[npc:barbarian_ambush_spellflinger|Barbarian Ambush Spellflinger]]|33% spawn chance| 
-  33%: add another 1595 +|[[npc:ghost|Ghost]]|Must have defeated squads, 50% spawn chance| 
-+|[[npc:dog|Dog]]|Must have killed squads, 50% spawn chance| 
-if (npcs.count == 1) +|[[npc:barbarian_ambush_spellcaster|Barbarian Ambush Spellcaster]]|Must have defeated 10 squads, 50% spawn chance| 
-+|[[npc:barbarian_ambush_elite_warrior|Barbarian Ambush Elite Warrior]]|Must have killed 10 squads, 70% spawn chance| 
-  remove all and add 1593 +|[[npc:barbarian_ambush_warmage|Barbarian Ambush Warmage]]|Must have killed 10 squads, 30spawn chance|
-+
-if (squadskilled > && 50%) +
-  add 1592 +
-if (squadskilled > && 50%) +
-  add 1596 +
-if (squadskilled > 10 && 50%) +
-  add 1590 +
-if (squadskilled > 10 && 70%) +
-+
-  70%: add 1594 +
-  else: add 1597 +
-}+
  
-statMultiplier = level / 70 +===== Stats ===== 
-health 250 * statMultiplier + 
-resistanceMagical = 50 * statMultiplier +The combat level is determined by the following formula: 
-resistancePhysical = 50 * statMultiplier +$$CombatLevel_{enemy} CombatLevel_{player} \times (0.5 + 4 \times rand(0, SquadsKilled) )$$ 
-resistanceRanged = 50 * statMultiplier + 
-accuracyMagical =70 * statMultiplier +npcs will have the following stats 
-accuracyPhysical = 70 * statMultiplier +^  Stat  ^  Value  ^ 
-accuracyRanged = 70 * statMultiplier +|health|25/7 × level| 
-DamageMagical = 4 * statMultiplier +|resistanceMagical|5/7 × level| 
-DamagePhyisical = 4 * statMultiplier +|resistancePhysical|5/7 × level| 
-DamageRanged = 4 * statMultiplier +|resistanceRanged|5/7 × level| 
-Mana = 250 * statMultiplier +|accuracyMagical|level| 
-manaregen = 30 * statMultiplier+|accuracyPhysical|level| 
 +|accuracyRanged|level| 
 +|DamageMagical|2/35 × level| 
 +|DamagePhyisical|2/35 × level| 
 +|DamageRanged|2/35 × level| 
 +|Mana|25/7 × level| 
 +|manaregen|3/7 × level|
  
  
    
guide/bandit_squad.1731485036.txt.gz · Last modified: 2024/11/13 08:03 by n91dcs87kvuyalckk2tqxgg2

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki