Results 1 to 5 of 5

Thread: which values to change?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Foederatus
    Join Date
    Apr 2009
    Location
    Athens
    Posts
    27

    Icon5 which values to change?

    Below is the text from "export_descr_character_traits for heretics(SS 6.3+meneth 6.0).Can you tell me which values to reduce,to make heretics easier?


    ;********* HERETIC TRAITS TRIGGERS *********
    ;------------------------------------------
    Trigger hereticinit1_denouncerclear
    WhenToTest PriestBecomesHeretic
    Condition Trait GoodDenouncer > 0
    Affects GoodDenouncer -200 Chance 100
    ;------------------------------------------
    Trigger hereticinit1_denouncerclear1
    WhenToTest PriestBecomesHeretic
    Condition Trait StrongFaith > 0
    Affects StrongFaith -100 Chance 100
    ;------------------------------------------
    Trigger hereticinit1_purifierclear
    WhenToTest PriestBecomesHeretic
    Condition Trait Purifier > 0
    Affects Purifier -20 Chance 100
    ;------------------------------------------
    Trigger hereticinit1a
    WhenToTest PriestBecomesHeretic
    Condition Trait NaturalHereticSkill = 0
    Affects NaturalHereticSkill 1 Chance 100
    Affects NaturalHereticSkill 1 Chance 70
    Affects NaturalHereticSkill 1 Chance 50
    Affects HereticPersuasion 1 Chance 70
    Affects HereticPersuasion 1 Chance 50
    Affects HereticPersuasion 1 Chance 50
    ;------------------------------------------
    Trigger hereticinit2
    WhenToTest AgentCreated
    Condition AgentType = heretic
    Affects NaturalHereticSkill 1 Chance 100
    Affects NaturalHereticSkill 1 Chance 70
    Affects NaturalHereticSkill 1 Chance 50
    Affects HereticPersuasion 1 Chance 70
    Affects HereticPersuasion 1 Chance 50
    Affects HereticPersuasion 1 Chance 50
    ;------------------------------------------
    Trigger agents47
    WhenToTest SufferAssassinationAttempt
    Condition AgentType = heretic
    Affects WaningConviction 1 Chance 33
    ;------------------------------------------
    Trigger agents49
    WhenToTest ExecutesAnAssassinOnAMission
    Condition AgentType = heretic
    Affects GrowingConviction 1 Chance 33
    ;------------------------------------------
    Trigger anti_heresy_ai_boost
    WhenToTest CharacterNearHeretic
    Condition AgentType = priest
    and not FactionIsLocal
    Affects AI_anti_heretic_boost 1 Chance 60
    ;------------------------------------------
    Trigger anti_heresy_ai_boost_remove
    WhenToTest DenouncementMission
    Condition AgentType = priest
    and Trait AI_anti_heretic_boost = 1
    Affects AI_anti_heretic_boost -10 Chance 100
    ;------------------------------------------
    Trigger anti_heresy_ai_boost_remove_2
    WhenToTest CharacterTurnEnd
    Condition AgentType = priest
    and Trait AI_anti_heretic_boost = 1
    Affects AI_anti_heretic_boost -10 Chance 100

  2. #2

    Default Re: which values to change?

    Rather than messing about with character traits, just change the denounce_heretic_attemp_modifier float in descr_campaign_db.

  3. #3

  4. #4
    Foederatus
    Join Date
    Apr 2009
    Location
    Athens
    Posts
    27

    Default Re: which values to change?

    thanks guys,I'll try it

  5. #5

Posting Permissions

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