(已解决)怎么修改才能使飞船配件为玩家独有啊?
本帖最后由 19871029 于 2016-5-28 21:59 编辑---原来加句
should_ai_use = no
即可。。。。
我改了那个虚空发电机mod的,使其拥有集合同级配件的功能,当然也要有全套的科技配合,但堕落爸爸默认开局输全科技密码,所以也配备了这引擎,要怎么改?
这是1级小引擎
# 1 Aetherial Reactors
utility_component_template = {
can_recharge_shield = yes
key = "SMALL_AETHER_REACTOR_1"
size = small
icon = "GFX_ship_part_reactor_aether_1"
icon_frame = 1
should_ai_use = no
power = @power_S1
cost = @cost_S1
armor_value = @armor_1S
modifier = {
ship_shield_hp_add = @shield_S1
ship_shield_regen_add = 2.2 #Regeneration per day
ship_hitpoints_add = 25
ship_auto_repair_add = 0.001
}
ai_weight = {
weight = 0
}
prerequisites = { "tech_hyperlane_mapping" "tech_fission_power" "tech_ship_armor_1" "tech_shields_1" }
component_set = "AETHER_REACTOR_1"
}
页:
[1]