heavy lance discovery event
I believe there is a bug in the heavy_lance discovery event.
Here is the begining of the event:
###########################
#heavy_lance discovery #
###########################
province_event = {
id = 3039
name = "TECH_DISCOVERY"
tag = heavy_lance
picture = event_techinvention
trigger = {
condition = {
type = not
value = {
type = has_advance
value = { shortbow = yes }
}
}
condition = {
type = has_advance
value = { heavy_lance = yes }
}
condition = { type = advance_focus value = heavy_lance
}
condition = { type = capital value = yes }
}
mean_time_to_happen = {
months = 750
......
The has and not has trigger seems funny
I believe there is a bug in the heavy_lance discovery event.
Here is the begining of the event:
###########################
#heavy_lance discovery #
###########################
province_event = {
id = 3039
name = "TECH_DISCOVERY"
tag = heavy_lance
picture = event_techinvention
trigger = {
condition = {
type = not
value = {
type = has_advance
value = { shortbow = yes }
}
}
condition = {
type = has_advance
value = { heavy_lance = yes }
}
condition = { type = advance_focus value = heavy_lance
}
condition = { type = capital value = yes }
}
mean_time_to_happen = {
months = 750
......
The has and not has trigger seems funny
Upvote
0