Yes, thanks. Changed it.YodaMaster said:You mean
aren't you?Code:OR = { religion = sunni religion = [COLOR=gold]shiite[/COLOR] }![]()
Yes, thanks. Changed it.YodaMaster said:You mean
aren't you?Code:OR = { religion = sunni religion = [COLOR=gold]shiite[/COLOR] }![]()
No, but I guess the event should happen to everyone with a hindu minority.Garbon said:Not that I know of a way around it, but does one province of hindus really equal a large population?
Norrefeldt said:So, I suggest all events on this topic is replaced by only one event:
Code:event = { id = 910088 trigger = { OR = { religion = sunni religion = shiite } provincereligion = { province = -1 data = hindu[COLOR=DarkRed]ism[/COLOR] } continent = asia domestic = { type = innovative value = 2 } NOT = { domestic = { type = innovative value = 10 } } } random = yes name = "Enforcement of Jizya" desc = "Islam in South Asia often dropped or did not enforce the imposition of Jizya, a tax on Zimmis, non-believers who are protected by the state. Instead, in order to smooth relations with the dominantly Hindu populations, they classified them as Musta'min, protected non-Muslims exempt from Jizya. In history, however, there was always a movement from conservative factions to impose Jizya. Imposing it would bring revolts, and refusing to do so would build trust with the Hindu community, while losing it with elements of the Islamic elite." style = 0 action_a = { name = "Don't enforce Jizya" command = { type = provincetax which = -3 value = 1 } command = { type = trade value = -100 } command = { type = infra value = -100 } command = { type = domestic which = innovative value = 1 } command = { type = missionaries value = -1 } } action_b = { name = "Listen to the clerics" command = { type = stability value = -1 } command = { type = treasury value = 50 } command = { type = domestic which = innovative value = -1 } command = { type = religiousrevolt which = -3 } } }
Jinnai said:You could probably remove the upper innovativeness restiction. On another look even at extreme (10) still gives some benifits.
The reverse isn't true and only gives 50 gold which is a pittance for what you'd also be getting.
Toio said:Don't you think they should also have in the trigger a start year? seems a little hars so early in the game.
Norrefeldt said:Thanks for the comments. I'll fix my errors and parse it. Most of the SE Asian nations that are sunni but with hindu provinces become sunni by event in the 16th century, and therefore wont be affected before that.
As I understand it, that is what we want. Since it got to find a hindu province for the trigger, it will be unusual. I have to try it this weekend, to see if it actually work as intended.Garbon said:It'll hit all of the muslim nations in India though. Not that it matters but just wanted to point that out.
One of the references of the article is:In India, Islamic rulers imposed jizya starting in the 11th century. Aurangzeb, the last prominent Mughal Emperor, levied jizya on his mostly Hindu subjects in 1679.[17] The imposition of jizya, after it had not been collected by previous emperors for 117 years, created enormous opposition and sectarian strife which started the decline of the Mughal Empire.
event = {
id = 910088
trigger = {
OR = {
religion = sunni
religion = shiite
}
provincereligion = { province = -1 data = hinduism }
continent = asia
domestic = { type = innovative value = 2 }
}
random = yes
name = "Enforcement of Jizya"
desc = "Islam in South Asia often dropped or did not enforce the imposition of Jizya, a tax on Zimmis, non-believers who are protected by the state. Instead, in order to smooth relations with the dominantly Hindu populations, they classified them as Musta'min, protected non-Muslims exempt from Jizya. In history, however, there was always a movement from conservative factions to impose Jizya. Imposing it would bring revolts, and refusing to do so would build trust with the Hindu community, while losing it with elements of the Islamic elite."
style = 0
action_a = {
name = "Don't enforce Jizya"
command = { type = trade value = 100 }
command = { type = infra value = 100 }
command = { type = missionaries value = -1 }
}
action_b = {
name = "Listen to the clerics"
command = { type = provincetax which = -3 value = 1 }
command = { type = stability value = -1 }
command = { type = domestic which = innovative value = -1 }
command = { type = religiousrevolt which = -3 }
}
}
Norrefeldt said:As I understand it, that is what we want. Since it got to find a hindu province for the trigger, it will be unusual. I have to try it this weekend, to see if it actually work as intended.
AFAIK Christians always payed Jizya. If that's actually the whole truth there shouldn't be an and event for it.Jinnai said:Pehaps we should with historic ones for India and make a more general one for any muslim nation with non-muslim provinces (probably 2 seperate ones, one for chrisitan province and one for non-chrisitan/non-muslim province)?
That make sense.Jinnai said:Also the province tax should be replaced with gold influx (enough to offset the penalties and balance the choice). These taxes were by muslims for non-muslims, so if the province went to a non-muslim hand or was converted, the value would dry up. Since this is not possible to do for random events, use of it as a 1-time levy is imo better.
provincereligion = { province = -1 data = hinduism }
Norrefeldt said:This doesn't work, it's not even possible to load the game with it. I guess the only choice we have is to make a list of eligable countries, with all possible muslim tags (that had hindu/sikh minorities) in Indonesia and India. Arggh.Code:provincereligion = { province = -1 data = hinduism }![]()
No, probably not. Random events shouldn't be that complicated, and it's sort of included in "Raise new tax". I wouldn't mind having the entire event removed.Garbon said:I wonder if this random event is really worth all of that.
The event "New tax" can happen to any country, so in this case it's not a problem. It's harder to write events for muslim countries since they are much more different (spanning from Morrocco, to Chagatais, from Zanj to Ottomans and to Indonesia and India) than the homogenous catholic/protestant groups.Jinnai said:I wouldn't mind it removed, but we have so few non-christian events already and we're now striking down another without a replacement in the foreseeable future.
The idea isn't to lopside random events even more in favor of christians...i've asked people to come up with more, not remove the few we have.