|
本帖最后由 wwws 于 2024-11-20 21:35 编辑
如题,按照B站手电筒大佬的方法自制了一个打捞平台,进游戏能用控制台添加进舰队,也能装配,但是使用findship指令查找全图数量时显示没有此船
以下是我的default_ship_roles.json的代码
{
# should be a copy of "combatSmall", minus variants that are annoying to fight in low numbers
# for example, no Hyperions or fast beam-based kiting loadouts, or ships with damper field
"combatSmallForSmallFleet":{
# a bit annoying to fight with a really small or weak fleet - not as much so as a centurion, but close enough
#"vanguard_Attack":5,
#"vanguard_Strike":5,
#"vanguard_pirates_Attack":5,
#"vanguard_pirates_Strike":5,
},
"combatSmall":{
},
"combatMedium":{
},
"combatLarge":{
},
"combatCapital":{
},
# hybrid ships with good combat and cargo capacity
"combatFreighterSmall":{
},
"combatFreighterMedium":{
},
"combatFreighterLarge":{
},
"civilianRandom":{
"ws_jingwei_variant": 10,
},
# carriers
"carrierSmall":{
},
"carrierMedium":{
},
"carrierLarge":{
},
# phase ships
"phaseSmall":{
},
"phaseMedium":{
},
"phaseLarge":{
},
"phaseCapital":{
},
# freighters and such
"freighterSmall":{
},
"freighterMedium":{
},
"freighterLarge":{
},
"tankerSmall":{
},
"tankerMedium":{
},
"tankerLarge":{
},
"personnelSmall":{
},
"personnelMedium":{
},
"personnelLarge":{
},
"linerSmall":{
},
"linerMedium":{
},
"linerLarge":{
},
# utility ships
"tug":{
},
"crig":{
"ws_jingwei_variant": 10,
},
"utility":{
},
"orbitalStationLowTech":{
},
"battlestationLowTech":{
},
# Old/unused below this line
"fastAttack":{
},
"escortSmall":{
},
"escortMedium":{
},
}
其中标红的就是我的舰船
希望能有老大帮我看看,感激不尽
|
|