ProditorMagnus / Ageless-for-1-11

For 1.12 wesnoth. For 1.14 see https://github.com/ProditorMagnus/Ageless-for-1-14 and https://github.com/ProditorMagnus/Ageless-Resources-1-14
4 stars 1 forks source link

Shadow Priest issues #17

Closed vgaming closed 6 years ago

vgaming commented 6 years ago
  1. it seems to appear at RPG era, yet it is lvl2.

  2. It has an upgrade called "Darkelf Summoner". The "summoner" however does not have any plague-like weapons. It is unclear why he is given that name then. Maybe he misses an intended weapon special?

  3. Since BLOODMAGIC is a macro, would it make sense to include DAMAGE parameter to the description? "When this attack hits offensively it harms the caster" -> "When this attack hits offensively it deals 4 damage to the caster" (though IDK how to replace a single number in text in WML with a macro parameter)

EDIT: fixed typo.

ProditorMagnus commented 6 years ago

RE has no RPG version

vgaming commented 6 years ago

What is "RE"? The Shadow Priest is a unit you can see right now on the battlefield (the online game you're in now), and it's lvl2, and the Era is Ageless RPG for sure.

vgaming commented 6 years ago

I've written a code to spot all lvl2 units in Ageless RPG by the way, here is a list I've got:

lvl2 unit in Ageless Era:   AE_agl_deep_Minotaur
lvl2 unit in Ageless Era:   AE_ext_monsters_Wingless_Dragon
lvl2 unit in Ageless Era:   AE_efm_freemen_Roc
lvl2 unit in Ageless Era:   AE_efm_highlanders_Elephant

Code itself (note for myself):

for _, v in ipairs(era_array) do
    if wesnoth.unit_types[v].level > 1 then
        print("lvl2 unit in Ageless Era:", v)
    end
end
ProditorMagnus commented 6 years ago

Fixed RE rpg and heroes, part 2 and 3 changes should go through RE.

vgaming commented 6 years ago

I do not understand what RE is TBH. Feel free to close the issue if it's solved though.

ProditorMagnus commented 6 years ago

Rashy Era.