Playing as Denmark in 1453, I received the 'Sale of Offices' event. Looking at the options, though, was surprising. I could Decline (-5 VP) or Accept (+100 ducats, -1 taxvalue in Rajputana).
Rajputana? I had no idea where that was. A quick search told me it was somewhere I hadn't explored, because the map became entirely white.
Seems like a no-lose scenario: "Take this money, but at the cost of poor peasants in India". Um...OK!
I was playing v1.08 (and using the AGCEEP, but for this event it shouldn't matter - also checked the event files and there's no way this should have happened):
Unfortunately, I'm not sure if the NAME of the province is the bug (and it really affected my province) or the ACTUAL PROVINCE. I did choose the cash, but I wasn't sure what my province taxvalues were before the event.
Rajputana? I had no idea where that was. A quick search told me it was somewhere I hadn't explored, because the map became entirely white.
Seems like a no-lose scenario: "Take this money, but at the cost of poor peasants in India". Um...OK!
I was playing v1.08 (and using the AGCEEP, but for this event it shouldn't matter - also checked the event files and there's no way this should have happened):
Code:
action_a = {
name = "EVENT_A11_B"
command = { type = vp value = -5 }
}
action_b = {
name = "EVENT_A11_A"
command = { type = provincetax which = -1 value = -1 }
command = { type = cash value = 100 }
}
Unfortunately, I'm not sure if the NAME of the province is the bug (and it really affected my province) or the ACTUAL PROVINCE. I did choose the cash, but I wasn't sure what my province taxvalues were before the event.
Upvote
0