统一指挥2

统一指挥2

Your Own, Personal War
Explore Unity of Command II scenarios and mods designed by the community, or create and share your content using the built-in scenario editor.
Hans Gruber 2021 年 8 月 22 日 上午 5:53
Air Attack mod
Is it possible to create a mod that would cause every air attack to inflict 3 suppression on the target?
< >
正在显示第 1 - 4 条,共 4 条留言
TheLastSterling 2 2021 年 8 月 22 日 上午 9:17 
Air attacks can do 3 suppression iirc, it's just rare.

but if you want to edit the percentages:
Unity of Command 2\_packages\base\config\Game.yml
tomislav.uzelac  [开发者] 5 2021 年 8 月 22 日 上午 11:11 
This is correct. Your mod need only contain the file:

config/game.patch.yml

This file should contain just the (two, I think) lines from game.yml which define the air attack and suppression damage. In there, change the original value to the values you think are appropriate.
Hans Gruber 2021 年 8 月 22 日 下午 12:37 
Are these the 2 lines? I just need to change the values all to 3?

# Air attacks
normal_sup_table: [0, 0, 0, 0, 1, 2, 3, 0, 0, 0]

What determines if an Air Attack kills or suppresses?
tomislav.uzelac  [开发者] 5 2021 年 8 月 22 日 下午 1:13 
You need these two lines.
normal_sup_table: [0, 0, 0, 0, 1, 2, 3, 0, 0, 0] normal_kia_table: [0, 0, 0, 0, 0, 0, 0, 1, 2, 2]

Change all values to 3 in the sup table, and change all values to 0 in the kia table. This will make air attacks always suppress 3 steps, regardless of shifts (weather etc).

To better understand the lines: you can find them in the manual section 3.9. where it explains how they work.
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50