Supported target:THIS, ROOT, PREV, FROM, OWNER, CONTROLLER, OCCUPIED, CAPITAL
Description
Add to the maximum task capacity in the military industrial organization in scope.
This changes the base value. Modifiers will still apply over it.
Value can be negative to reduce capacity, but final capacity cannot be negative (capped at 0, no error raised)
If the capacity is reduced and the MIO becomes over-assigned, the current tasks will be allowed.
It's only later that the player will feel the new restrictions.
ex:
mio:my_mio = {
add_mio_task_capacity = 1
add_mio_task_capacity = -1
add_mio_task_capacity = var:my_number_var
}
实战 · 配合 · 坑
实战内容由 AI 生成,并已对照 vanilla 命令词表校验 —— 请当作起点而非权威依据。上方的定义节才是游戏自带文档原文。
实战用法
在 MIO(军事工业组织)相关 mod 中,当你希望通过完成某个特性或触发事件来奖励玩家解锁更多任务槽时,add_mio_task_capacity 非常实用。例如设计一个"扩编研发部门"的组织特性,解锁后令该 MIO 额外获得一个任务容量。