Results 1 to 1 of 1

Thread: conditions.OnAWarFooting(context) ???

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Bad213Boy's Avatar Semisalis
    Join Date
    Nov 2011
    Location
    Chicago
    Posts
    411

    Default conditions.OnAWarFooting(context) ???

    Does anyone know what this command does. I saw this in the export_ancillaries.lua file. I can't figure out what this means. Any help would be great thanks.

    Code:
    --[[ s2anc_artefact_buddhist_beads_trigger ]]--
    
    events.CharacterRankUpNeedsAncillary[#events.CharacterRankUpNeedsAncillary+1] =
    function (context)
        if (conditions.CharacterType("monk", context) or conditions.CharacterType("ikko_monk", context)) and not conditions.OnAWarFooting(context) then
            if conditions.DateInRange(1100, 1900, context) then 
                effect.ancillary("s2anc_artefact_buddhist_beads", 50,  context)
            end
            return true
        end
        return false
    end
    Last edited by Bad213Boy; March 09, 2013 at 02:15 PM.


Posting Permissions

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