Skip to content

Commit

Permalink
New Veronique configs (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Oct 19, 2024
1 parent 6da6c06 commit e6dde09
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions GameData/RP-1/Tree/ECM-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -955,6 +955,7 @@
ROE-UmbilicalTower = 1
ROE-UmbilicalTower-FASA = 1
ROE-Veronique = Veronique
ROE-VeroniqueAK = Veronique
ROE-Viking2 = Viking-2
ROE-Viking4 = Viking-4
ROE-Viking5 = Viking-5
Expand Down
11 changes: 11 additions & 0 deletions GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13098,6 +13098,17 @@

%MODULE[ModuleTagList] { tag = EngineLiquidPF }

}
@PART[ROE-VeroniqueAK]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%cost = 80
%entryCost = 0
RP0conf = true
@description ^=:$: <b><color=green>From ROEngines mod</color></b>

%MODULE[ModuleTagList] { tag = EngineLiquidPF }

}
@PART[ROE-Viking2]:FOR[xxxRP0]
{
Expand Down
24 changes: 24 additions & 0 deletions Source/Tech Tree/Parts Browser/data/ROEngines.json
Original file line number Diff line number Diff line change
Expand Up @@ -7929,6 +7929,30 @@
"EngineLiquidPF"
]
},
{
"name": "ROE-VeroniqueAK",
"title": "Veronique",
"description": "",
"mod": "ROEngines",
"cost": 80,
"entry_cost": 0,
"category": "ORBITAL",
"info": "",
"year": "0",
"technology": "unlockParts",
"era": "",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "Veronique",
"engine_config": "Veronique",
"upgrade": false,
"entry_cost_mods": "Veronique",
"identical_part_name": "",
"module_tags": [
"EngineLiquidPF"
]
},
{
"name": "ROE-Viking2",
"title": "Viking (2)",
Expand Down

0 comments on commit e6dde09

Please sign in to comment.