Results 1 to 2 of 2

Thread: Question on DLV Events

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    bardock85's Avatar Libertus
    Join Date
    Jan 2010
    Location
    Medieval II Total War Heaven
    Posts
    53

    Icon3 Question on DLV Events

    I was wondering...while playing my HRE campaign I always get events every now and then of "Great Banquet" or Royal Hunt or what not. And I read the guide by Repman and others which claimed that these have postive events for your generals around a certain radius of the capitol...

    My question is that how big is this radius...it does not seem to have much of an effect, even on the magistrate in my capitol...so why waste 2000+ florins?

    If there is another answer to this please put a LINK...i did not have the luxury of multiple hours to read a plethora of posts to find this...

    Thanks to all.

  2. #2

    Default Re: Question on DLV Events

    Banquet

    ;---------------------Royal_Banquet ---------------------
    Trigger VnV_Royal_Banquet_Campaign_01
    WhenToTest CharacterTurnEnd

    Condition CharacterIsLocal
    and IsFactionLeader
    and Trait Path_Governor >= 1
    and I_EventCounter royal_banquet_accepted > 0

    Affects Generous 1 Chance 100
    Affects KindRuler 1 Chance 100
    Affects GoodAdministrator 1 Chance 100

    ;----------------------------------------------------
    Trigger VnV_Royal_Banquet_Campaign_03
    WhenToTest CharacterTurnEnd

    Condition CharacterIsLocal
    and not IsFactionLeader
    and DistanceCapital <= 60
    and Trait Path_Governor >= 1
    and I_EventCounter royal_banquet_accepted > 0

    Affects Loyal 1 Chance 100
    Affects GoodAdministrator 1 Chance 100

    ;----------------------------------------------------
    Trigger VnV_Royal_Banquet_Campaign_04a
    WhenToTest CharacterTurnEnd

    Condition CharacterIsLocal
    and AgentType = princess
    and DistanceCapital <= 60
    and I_EventCounter royal_banquet_accepted > 0

    Affects FairWoman 1 Chance 100

    ;------------------------------------------
    Trigger VnV_Royal_Banquet_Campaign_05
    WhenToTest CharacterTurnEnd

    Condition CharacterIsLocal
    and IsFactionLeader
    and Trait Path_Governor >= 1
    and I_EventCounter royal_banquet_declined > 0

    Affects Miserly 1 Chance 100
    Affects HarshRuler 1 Chance 100

    ;------------------------------------------
    Trigger VnV_Royal_Banquet_Campaign_07
    WhenToTest CharacterTurnEnd

    Condition CharacterIsLocal
    and not IsFactionLeader
    and Trait Path_Governor >= 1
    and DistanceCapital <= 60
    and I_EventCounter royal_banquet_declined > 0

    Affects Disloyal 1 Chance 100

    ;----------------------------------------------------
    Trigger VnV_Royal_Banquet_Campaign_08a
    WhenToTest CharacterTurnEnd

    Condition CharacterIsLocal
    and AgentType = princess
    and DistanceCapital <= 60
    and I_EventCounter royal_banquet_declined > 0

    Affects HarshWoman 1 Chance 100


    It would seem that the radius is a distance less than or equal to, 60 for the affects. I don't know how far that is, but that's the distance, I believe.

    Edit: Or you know, I could be completely wrong.

Posting Permissions

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