Results 1 to 5 of 5

Thread: How to find out exactly which units are unlocked by which reforms?

  1. #1

    Default How to find out exactly which units are unlocked by which reforms?

    I know there's the reforms page (https://divideetimperamod.com/reforms/) and each faction page (e.g. https://divideetimperamod.com/seleucids/) lists the reforms and the requirements, but how do I find out which units come from which reforms? I can't seem to find that data online anywhere.

    Thanks.

  2. #2
    Jake Armitage's Avatar Artifex
    Patrician

    Join Date
    Apr 2011
    Location
    apartment 6
    Posts
    4,694

    Default Re: How to find out exactly which units are unlocked by which reforms?

    script > lib > manpower > units

    ["Aet_Cav"] = { 2, 120, 120 },

    the 2 is the class
    first 120 is pop subtracted when recruitng
    second 120 is added when disbanded

  3. #3

    Default Re: How to find out exactly which units are unlocked by which reforms?

    Quote Originally Posted by Jake Armitage View Post
    script > lib > manpower > units

    ["Aet_Cav"] = { 2, 120, 120 },

    the 2 is the class
    first 120 is pop subtracted when recruitng
    second 120 is added when disbanded
    Sorry, did you mean to post that in reply to me? Is the class the reform level? It sounds like a reply you might have intended for the other, recent post about troop class levels (https://www.twcenter.net/forums/show...-class-citizen).

    If not, my mistake! Just trying to understand. Was hoping there was an easy-to-consume list available somewhere with pictures and stats like the main DEI unit pages, in a perfect world.

  4. #4

    Default Re: How to find out exactly which units are unlocked by which reforms?

    There isn't a list anywhere online, although we probably should make one eventually. I would like to have a unit database but its problematic in a million ways included the volume.

    If you want to check on the technical side of things, its under script/lib/lib reforms main.lua in the part 1 pack.

    ----> Website -- Patreon -- Steam -- Forums -- Youtube -- Facebook <----

  5. #5
    Jake Armitage's Avatar Artifex
    Patrician

    Join Date
    Apr 2011
    Location
    apartment 6
    Posts
    4,694

    Default Re: How to find out exactly which units are unlocked by which reforms?

    oh geez... I gave a completely different answer, sorry...

Tags for this Thread

Posting Permissions

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