![]() |
|
|
#1 |
|
Falalalanatic
![]() Join Date: Apr 2001
Location: Bergen, Norway
Posts: 215
|
Error in Pierre d'Abusson event (patch 1.05)
In The Knights' event 3535 the "action_b" has wrong realtionship modifiers (Line 31 and 32 in major_kni.txt). The values for PAP and HUN should be switched.
Here's the event with the errors in boldface: #Pierre d'Aubusson# event = { id = 3535 random = no country = KNI name = "EVENTNAME3535" desc = "EVENTHIST3535" style = 1 date = { day = 1 month = january year = 1483 } offset = 360 deathdate = { day = 1 month = january year = 1484 } action_a ={ #Hostage to Papacy for gold and Cardinal appointment# name = "ACTIONNAME3535A" command = { type = relation which = PAP value = 100 } command = { type = relation which = HUN value = -20 } command = { type = relation which = VEN value = -20 } command = { type = relation which = TUR value = -100 } command = { type = treasury value = 200 } command = { type = domestic which = ARISTOCRACY value = 1 } } action_b ={ #Hostage to Hungary for gold# name = "ACTIONNAME3535B" command = { type = relation which = PAP value = 100 } command = { type = relation which = HUN value = -20 } command = { type = relation which = VEN value = -20 } command = { type = relation which = TUR value = -100 } command = { type = treasury value = 200 } } action_c ={ #Hostage to Vienna for gold and traderights# name = "ACTIONNAME3535C" command = { type = relation which = PAP value = -20 } command = { type = relation which = HUN value = -20 } command = { type = relation which = VEN value = 100 } command = { type = relation which = TUR value = -100 } command = { type = treasury value = 180 } command = { type = merchants value = 6 } } } |
|
|
|
|
#2 |
|
Custom User Title
Moderator
![]() ![]() ![]() ![]() ![]()
Join Date: Jun 2001
Location: Sydney, Australia
Posts: 15,227
|
command = { type = relation which = PAP value = 100 }
command = { type = relation which = HUN value = -20 } By "switched" do you mean command = { type = relation which = PAP value = -100 } command = { type = relation which = HUN value = 20 } or command = { type = relation which = PAP value = 20 } command = { type = relation which = HUN value = -100 } or command = { type = relation which = HUN value = 100 } command = { type = relation which = PAP value = -20 } or what?
__________________
It is not bigotry to be certain we are right; but it is bigotry to be unable to imagine how we might possibly have gone wrong. ‑G.K. Chesterton, essayist and novelist (1874‑1936) |
|
|
|
|
#3 | |
|
Sergeant
![]() ![]() Join Date: May 2001
Location: San Diego, California
Posts: 71
|
Quote:
The minor negatives are from hurt fealings from the other contestans in getting the hostage from the Turks that the Knights have. |
|
|
|
|
|
#4 |
|
Custom User Title
Moderator
![]() ![]() ![]() ![]() ![]()
Join Date: Jun 2001
Location: Sydney, Australia
Posts: 15,227
|
OK, fixed and submitted. Thanks.
__________________
It is not bigotry to be certain we are right; but it is bigotry to be unable to imagine how we might possibly have gone wrong. ‑G.K. Chesterton, essayist and novelist (1874‑1936) |
|
|
|
|
#5 | |
|
Falalalanatic
![]() Join Date: Apr 2001
Location: Bergen, Norway
Posts: 215
|
Quote:
|
|
|
|
![]() |
| Thread Tools | |
|
|