force enables resistance for scoped state. the resistance will be active even if other conditions doesn't satisfy (even if it is core or resistance check trigger is false) :
force_enable_resistance = GER # same as occupier = GER
force_enable_resistance = {
clear = no #if yes, will clear previously set resistance
occupier = GER #if set, the resistance will be enabled when the occupier is GER
occupied = ENG #if set, the resistance will be enabled if the occupier country is target
}
实战 · 配合 · 坑
实战内容由 AI 生成,并已对照 vanilla 命令词表校验 —— 请当作起点而非权威依据。上方的定义节才是游戏自带文档原文。
实战用法
force_enable_resistance 常用于剧本 mod 中强制在特定州触发抵抗运动,无论该州是否为占领国核心或其他游戏条件是否满足,例如在占领剧情事件中让某国占领区立即爆发民众抵抗。若只针对特定占领者激活,可使用 occupier 字段精确限定,避免对所有占领情况一刀切。