- Mosquito a écrit:
- Hildoceras a écrit:
- Gibraltar et quelle marine ? Avant Napoléon (et encore) Gibraltar n'arrête des bateaux que s'il y a une flotte pour patrouiller. Les canons ne portent pas si loin, tout comme à Douvres ou Calais
Ouai, donc c'est trop complexe, on laisse comme c'est.
Ce doit être possible... Mais il faut déterminer le statut de cette flotte :
–n'importe quelle flotte non amicale ?
–n'importe quelle flotte rivale ?
–n'importe quelle flotte d'un pays avec de mauvaises relations ?
–n'importe quelle flotte avec qui on est en guerre ?
–l'un de ces précédents cas mais uniquement si le propriétaire de la flotte à lui-même des colonies et/ou à l'idée nationale de quête du nouveau monde.
Les conditions semblent en tout cas être là :
blockade
Scope: country
Syntax: blockade = x
Returns true if the blockade percentage is equal to x or above x.
idea
Scope: country
Syntax: idea = name of idea
Returns true if the country has embraced the specified idea.
war_with
Scope: country
Syntax: war_with = country tag
Returns true if the current country is at war with the specified country.
is_rival
Scope: country
Syntax: is_rival = yes / no
Returns true if the country is a rival.
is_threat
Scope: country
Syntax: is_threat = yes / no
Returns true if the country is perceived as a threat.
units_in_province
Scope: province
Syntax: units_in_province = x
Returns true if there are x or more units in the current province.
galleys_in_province
Scope: province
Syntax: galleys_in_province = x
Returns true if there are x or more galleys in the current province.
empty
Scope: province
Syntax: empty = yes / no
Returns true if the province is empty.
relation
Scope: country
Syntax: relation = { who = tag/this value = y }
Returns true if the specified country has a relation value of y or higher. If this
is used the scope has to be changed so that the target nation can be compared to the country that received the event.
region
Scope: province
Syntax: region = region name
Returns true if the province belongs to the specified region.
is_blockaded
Scope: province
Syntax: is_blockaded = yes / no
Returns true if the province is being blockaded.
has_empty_adjacent_province
Scope: province
Syntax: has_empty_adjacent_province = yes / no
Returns true if the province borders an empty province.
port
Scope: province
Syntax: port = yes/no
Returns true if the current province has a port.
is_subject
Scope: country
Syntax: is_subject = yes / no
Returns true if the country is a vassal.
lesser_in_union
Scope: country
Syntax: lesser_in_union = yes / no
Returns true if the country is a junior partner in a personal union.
junior_union_with
Scope: country
Syntax: junior_union_with = tag / this / from
Returns true if the country is the junior partner in a personal union with the specified country.
senior_union_with
Scope: country
Syntax: senior_union_with = tag / this / from
Returns true if the country is the senior partner in a personal union with the specified country.
vassal_of
Scope: country
Syntax: vassal_of = tag / this / from
Returns true if the country is a vassal of the specified country. Might be buggy?
alliance_with
Scope: country
Syntax: alliance_with = tag / this / from
Returns true if the country is allied with the specified country.
marriage_with
Scope: country
Syntax: marriage_with = tag / this / from
Returns true if the country has a royal marriage with the specified country.
trade_agreement_with
Scope: country
Syntax: trade_agreement_with = tag / this / from
Returns true if the country has a trade agreement with the specified country.
trade_embargo_by
Scope: country
Syntax: trade_embargo_by = tag / this / from
Returns true if the country is embargoed by the specified country.
number_of_colonies
Scope: country
Syntax: number_of_colonies = x
Returns true if the country has at least x provinces with less than 1000 population.
is_core
Scope: country
Syntax: is_core = province number/this
Returns true if the specified province is a core of the current country. By using this you can test if another province is a core of the same country as the current province. For example:
any_neighbor_province = {
is_core = this
}
Et pour les effets :
colonist_cost
multiplicative (0-1)
Increase/decrease the cost of colonists for a country.
colonist_placement_chance
multiplicative (0-1)
Increase/decrease the colonist’s placement chance.
colonists
additive
Increase/decrease the number of colonists a country receives yearly.
Et l'effet serait de réduire drastiquement le nombre de colons [ou leur probabilité de réussite] pour les pays qui ont accès à une mer sauf si :
–ils possèdent et contrôlent des provinces nationales atlantiques qui ne sont pas sous blocus.
–aucune flotte "pas cool" n'occupe Gibraltar et qu'ils ont des provinces nationales méditerranéennes
–le propriétaire du Sund est "ami" et ils ont des provinces nationales en Baltique
–le propriétaire de Thrace est un "ami", aucune flotte "pas cool" n'occupe Gibraltar et ils ont des provinces nationales en Mer Noire.
–ils ont des provinces nationales frontalières à des provinces vides/non colonisées.
–ils possèdent et contrôlent des provinces nationales sur l'Océan Indien qui ne sont pas sous blocus.
–aucune flote "pas cool" ne stationne vers Djibouti et ils ont des provinces nationales en mer morte.