• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

azcore

Sergeant
72 Badges
Nov 9, 2008
62
0
  • Victoria: Revolutions
  • For the Motherland
  • Hearts of Iron III
  • Heir to the Throne
  • Lead and Gold
  • The Kings Crusade
  • Magicka
  • Majesty 2
  • Penumbra - Black Plague
  • Pirates of Black Cove
  • Hearts of Iron II: Armageddon
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Ship Simulator Extremes
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler: Cold War
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • Commander: Conquest of the Americas
  • Crusader Kings II
  • Cities in Motion
  • For The Glory
  • Arsenal of Democracy
  • Darkest Hour
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV: Pre-order
  • Crusader Kings Complete
  • Crusader Kings II: Holy Knight (pre-order)
  • 500k Club
  • Pillars of Eternity
  • Pride of Nations
  • Rise of Prussia
  • Rome: Vae Victis
  • Victoria 2
  • Crusader Kings II: Way of Life
  • Crusader Kings III
  • Age of Wonders III
  • Stellaris
  • Knights of Honor
  • Tyranny: Archon Edition
  • Tyranny - Bastards Wound
  • Tyranny - Tales from the Tiers
  • Europa Universalis III Complete
  • Knights of Pen and Paper 2
  • Europa Universalis III Complete
Short summary of your issue AI always accepts wards

Game Version 1.0.3

What OS are you playing on?
Windows

What platform are you using?
Steam

Do you have mods enabled? No

Have you tried verifying your game files (Steam only)?
Yes

How much "pain" is this causing you?
5

Please explain the issue you experienced in the most condensed way possible
game\common\character_interactions\00_education_interactions.txt contains the lines

# AI should always accept children the Player has jurisdiction over
# You can always send your own child away
modifier = {
add = 200
scope:secondary_actor = {
is_adult = no
is_child_of = scope:actor
}
desc = AI_YOUR_OWN_CHILD
}
# Including you
modifier = {
add = 200
scope:secondary_actor = scope:actor
desc = AI_EDUCATE_YOU
}
# You can always send your courtier's child away
modifier = {
add = 200
scope:secondary_actor = {
is_adult = no
NOT = { is_child_of = scope:actor }
is_courtier_of = scope:actor
}
desc = AI_YOUR_COURTIER_CHILD
}

which basically force AI to always accept wards, all other modifiers can't affect the outcome

This is very unrealistic and allows to find best teachers for even lowborn children

Please explain how to reproduce the issue
It always reproduces when using 'Offer Ward' to AI

Is there anything else you think could help us identify/replicate the issue?


Upload Attachment
File(s) attached
 

Attachments

  • Capture.PNG
    Capture.PNG
    945,2 KB · Views: 0
Upvote 0