群星
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
阅读
编辑
编辑源代码
查看历史
讨论
编辑“
Army modding
”(章节)
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
高级
特殊字符
帮助
标题
2级
3级
4级
5级
格式
插入
拉丁字母
扩展拉丁字母
国际音标
符号
希腊字母
希腊字母扩展
西里尔字母
阿拉伯字母
扩展阿拉伯字母
希伯来字母
孟加拉语字符集
泰米尔数字和符号
泰卢固语字符集
僧伽罗语字符集
梵文字符集
古吉拉特语字符集
泰语字符集
老挝语
高棉语字母
加拿大原住民音节文字
卢恩
Á
á
À
à
Â
â
Ä
ä
Ã
ã
Ǎ
ǎ
Ā
ā
Ă
ă
Ą
ą
Å
å
Ć
ć
Ĉ
ĉ
Ç
ç
Č
č
Ċ
ċ
Đ
đ
Ď
ď
É
é
È
è
Ê
ê
Ë
ë
Ě
ě
Ē
ē
Ĕ
ĕ
Ė
ė
Ę
ę
Ĝ
ĝ
Ģ
ģ
Ğ
ğ
Ġ
ġ
Ĥ
ĥ
Ħ
ħ
Í
í
Ì
ì
Î
î
Ï
ï
Ĩ
ĩ
Ǐ
ǐ
Ī
ī
Ĭ
ĭ
İ
ı
Į
į
Ĵ
ĵ
Ķ
ķ
Ĺ
ĺ
Ļ
ļ
Ľ
ľ
Ł
ł
Ń
ń
Ñ
ñ
Ņ
ņ
Ň
ň
Ó
ó
Ò
ò
Ô
ô
Ö
ö
Õ
õ
Ǒ
ǒ
Ō
ō
Ŏ
ŏ
Ǫ
ǫ
Ő
ő
Ŕ
ŕ
Ŗ
ŗ
Ř
ř
Ś
ś
Ŝ
ŝ
Ş
ş
Š
š
Ș
ș
Ț
ț
Ť
ť
Ú
ú
Ù
ù
Û
û
Ü
ü
Ũ
ũ
Ů
ů
Ǔ
ǔ
Ū
ū
ǖ
ǘ
ǚ
ǜ
Ŭ
ŭ
Ų
ų
Ű
ű
Ŵ
ŵ
Ý
ý
Ŷ
ŷ
Ÿ
ÿ
Ȳ
ȳ
Ź
ź
Ž
ž
Ż
ż
Æ
æ
Ǣ
ǣ
Ø
ø
Œ
œ
ß
Ð
ð
Þ
þ
Ə
ə
格式
链接
标题
列表
文件
参考
讨论
说明
输入内容
输出结果
斜体
''斜体文字''
斜体文字
粗体
'''粗体文字'''
粗体文字
粗斜体
'''''粗斜体文字'''''
粗斜体文字
== Data Structure == Armies are defined at "common/armies/xxx.txt". * '''icon_frame = <int>''' - The icon index this army uses in the shared icon file of all armies (gfx\interface\planetview\army_icon.dds). * '''damage = <float>''' - Multiplies the damage. Final damage is: <code>1.5-3.0 * ''damage''</code> * '''health = <float>''' - Multiplies the health. Final health is: <code>200 * ''health''</code> * '''morale = <float>''' - Multiplies the morale. Final morale is: <code>200 * ''morale''</code> * '''morale_damage = <float>''' - Multiplies the morale damage. Final morale damage is: <code>1.5-3.0 * ''damage'' * ''morale_damage''</code>. * '''has_morale = <yes/no>''' - If no, this army has no morale as well as they are not affected by morale damage. They can still deal morale damage. * '''collateral_damage = <float>''' - During a ground combat, the higher the collateral damage is, the more planetary devastation and the higher the chance of pop kills the army will inflict. * '''war_exhaustion = <float>''' - Multiplies the war exhaustion gained due to having this army killed. Vanilla defense armies always have 0. * '''time = <int>''' - Days it takes to build this army. * '''resources''' - An [[Economy modding#Economy Units|Economy Unit]] that determines the cost and upkeep of this army. * '''has_species = <yes/no>''' - Determines do this army have a species. If yes, this army is counted towards the assault army clause: an empire can't build more assault armies than the number of pops of that species that empire has. If no, this army is never counted towards any clauses, but it will also not benefit from army enhancing species traits like {{iconify|Strong}}. * '''pop_limited = <yes/no>''' - If yes, this army is not counted towards any clauses even if it has <code>has_species = yes</code>. Used for {{iconify|Clone Army}}. * '''defensive = <yes/no>''' - If yes, this army can't be transported. * '''is_pop_spawned = <yes/no>''' - If yes, this army can't be built, instead it's used for defense army spawning jobs such as {{iconify|Soldier}}. * '''occupation = <yes/no>''' - If yes, this army can't be built, instead it's spawned on each captured planet. * '''potential''' & '''allow''' - Blocks of [[Conditions]] to determine if this army is listed / can be built on a planet. If <code>is_pop_spawned = yes</code> or <code>occupation = yes</code>, instead these blocks are determined should a pop spawn this kind of army. (Planet scope; FROM = species if army has species) * '''on_queued''' & '''on_unqueued''' - Blocks of [[Effects]] to be executed under the planet scope when this army is added to / removed from the planetary construction queue. (Planet scope) * '''rebel = <yes/no>''' - Marks this army a rebel army. * '''prerequisites = { tech_xxx }''' - A list of technology keys to determine the technological prerequisites of this army. * '''show_tech_unlock_if''' - A block of [[Conditions]]. If evaluated false, this army is hidden from the tooltips of the prerequisite techs. (Country scope)
摘要:
请注意您对群星百科的所有贡献都被认为是在知识共享署名-非商业性使用-相同方式共享下发布,请查看在
群星百科:版权
的细节。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源。
未经许可,请勿提交受版权保护的作品!
为防止机器编辑,请完成下方验证
取消
编辑帮助
(在新窗口中打开)
×
登录
密码
记住登录
加入群星百科
忘记密码?
其他方式登录