Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generalize backstab weapon special #488

Closed
wants to merge 8 commits into from
Closed

Generalize backstab weapon special #488

wants to merge 8 commits into from

Commits on Sep 19, 2015

  1. New autostored WML variable $other_unit for [filter_adjacent]

    Also accessible in:
    - Weapon specials ([filter_self], [filter_opponent], [filter_attacker], [filter_defender])
    - Abilities ([affect_adjacent][filter])
    
    The backstab weapon special is now implemented using this.
    (In a weapon special filter, units are guaranteed to be facing each other.)
    CelticMinstrel committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    12c96a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9940ee4 View commit details
    Browse the repository at this point in the history
  3. Rewrite leadership ability as a single macro using $other_unit

    Note: It's no longer supported to use the macro in a unit with a non-matching level,
    for example giving a 2nd-level unit 4th-level leadership.
    CelticMinstrel committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    f54d6b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    421b34d View commit details
    Browse the repository at this point in the history
  5. Enhance ability/weapon special [filter_adjacent] and [filter_adjacent…

    …_location]
    
    - Now supports count=
    - Now supports is_enemy= in [filter_adjacent]
    CelticMinstrel committed Sep 19, 2015
    2 Configuration menu
    Copy the full SHA
    fb1a845 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ca0aeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34b0a9c View commit details
    Browse the repository at this point in the history
  8. Clarify changelog

    CelticMinstrel committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    753cd98 View commit details
    Browse the repository at this point in the history