Page 3 of 3 FirstFirst 123
Results 31 to 33 of 33

Thread: Ambush Calc for Elf

  1. #31
    Post Fiend
    Join Date
    Aug 2013
    Posts
    273
    Quote Originally Posted by crease View Post
    Thats wrong too. That has elf ospec defending at 0/4 and elf leet at x/3
    Seems correct to me based off the numbers people pasted earlier in thread.

    According to the calculator:

    100 Specs = 400 defense (80% of 500)
    100 Elites = 320 defense (80% of 400)

  2. #32
    Member
    Join Date
    May 2009
    Location
    Arizona
    Posts
    28
    var races = new Array();
    races[0] = {'name':'Human', 'soldier':1,'ospec':4,'ospec_name':'Swordsmen', 'dspec':4,'dspec_name':'Archers', 'elite_name':'Knights', 'elite_off':6,'elite_def':4,'nw':5.5};
    races[1] = {'name':'Elf', 'soldier':1,'ospec':4,'ospec_name':'Rangers', 'dspec':5,'dspec_name':'Archers', 'elite_name':'Elf Lords', 'elite_off':5,'elite_def':4,'nw':5.75};
    races[2] = {'name':'Dwarf', 'soldier':1,'ospec':4,'ospec_name':'Warriors', 'dspec':4,'dspec_name':'Axemen', 'elite_name':'Berserkers', 'elite_off':6,'elite_def':3,'nw':5.5};
    races[3] = {'name':'Orc', 'soldier':1,'ospec':4,'ospec_name':'Goblins', 'dspec':4,'dspec_name':'Trolls', 'elite_name':'Ogres', 'elite_off':7,'elite_def':1,'nw':5.75};
    races[4] = {'name':'Faery', 'soldier':1,'ospec':4,'ospec_name':'Magicians', 'dspec':4,'dspec_name':'Druids', 'elite_name':'Beastmasters','elite_off':4,'elite_def':5,'nw':5.5};
    races[5] = {'name':'Undead', 'soldier':1,'ospec':4,'ospec_name':'Skeletons', 'dspec':4,'dspec_name':'Zombies', 'elite_name':'Ghouls', 'elite_off':7,'elite_def':2,'nw':6};
    races[6] = {'name':'Avian', 'soldier':1,'ospec':4,'ospec_name':'Griffins', 'dspec':4,'dspec_name':'Harpies', 'elite_name':'Drakes', 'elite_off':6,'elite_def':2,'nw':5};
    races[7] = {'name':'Halfling','soldier':1,'ospec':5,'ospec_name':'Strongarms','dspec':4,'dspec_name':'Slingers' ,'elite_name':'Brutes', 'elite_off':4,'elite_def':4,'nw':4};

    var soldier_strength = new Array(1,1,1,1,1,1,1,1);
    var ospec_strength = new Array(4,4,4,4,4,4,4,5);
    var dspec_strength = new Array(4,5,4,4,4,4,4,4);
    var elite_off_strength = new Array(6,5,6,7,4,7,6,4);
    var elite_def_strength = new Array(4,4,3,1,5,2,2,4);
    Here's the part of the code you are interested in, crease. As you can see the "Elf" part is the second in the Array, I know it's kinda hard to read, here's the pulled-out version:

    races[1] = {'name':'Elf', 'soldier':1,'ospec':4,'ospec_name':'Rangers', 'dspec':5,'dspec_name':'Archers', 'elite_name':'Elf Lords', 'elite_off':5,'elite_def':4,'nw':5.75};

    Array parts:
    var soldier_strength = 1
    var ospec_strength = 4
    var dspec_strength = 5
    var elite_off_strength = 5
    var elite_def_strength = 4

    According to the guide:

    Elves
    + 30% WPA
    - 50% defensive losses
    + 1 defensive specialist strength
    Nightmares, Pitfalls, Mages Fury
    5/4, 800gc, 5.75NW

    Translation: the ambush calc looks fine to me!

  3. #33
    Forum Addict crease's Avatar
    Join Date
    Aug 2011
    Location
    Birmingham, England
    Posts
    1,177
    Quote Originally Posted by aprilshowers View Post
    Here's the part of the code you are interested in, crease. As you can see the "Elf" part is the second in the Array, I know it's kinda hard to read, here's the pulled-out version:

    races[1] = {'name':'Elf', 'soldier':1,'ospec':4,'ospec_name':'Rangers', 'dspec':5,'dspec_name':'Archers', 'elite_name':'Elf Lords', 'elite_off':5,'elite_def':4,'nw':5.75};

    Array parts:
    var soldier_strength = 1
    var ospec_strength = 4
    var dspec_strength = 5
    var elite_off_strength = 5
    var elite_def_strength = 4

    According to the guide:

    Elves
    + 30% WPA
    - 50% defensive losses
    + 1 defensive specialist strength
    Nightmares, Pitfalls, Mages Fury
    5/4, 800gc, 5.75NW

    Translation: the ambush calc looks fine to me!
    aye i plugged in 1 of each and the 80% of each got me both times huehuehue. My bad.
    - zilyana -
    - Future Owner of the coveted Nubhat -
    - Screw-Up Extroadinaire -

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •