1. This casus belli seems to be missing a description localisation
CK2Plus_viceroy_events.txt
resist_viceroy_revocation_cb
2. I don't think there should be "a" before his name
00_CK2Plus_events.csv
EVTDESC_Plus_3375;There has been considerable talk within the court regarding corruption in the [Root.PrimaryTitle.GetFullName], and now
a [bureaucrat.GetBestName] has approached you with a proposal for several laws that will ideally reform the [Root.PrimaryTitle.GetAdjective] bureaucracy.
CK2Plus_imperial2_events.txt
# Bureaucrat proposes lowering imperial decadence
id = Plus.3375
3. Duchy adventurers are limited to men, but then the trigger sets some conditions for women.
adventures_the_old_gods.txt
### DUCHY ADVENTURES
id = plus_adventurer.160
...
only_men =
yes
...
trigger = {
...
OR = {
is_female =
no
liege = {
has_law = female_council_law_4 }
liege = {
has_law = true_cognatic_succession }
...