Skip to content

Commit

Permalink
Add 3m dish (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav authored Aug 11, 2024
1 parent 605ac65 commit d4d21cc
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
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 @@ -34083,4 +34083,15 @@
MODULE
{ name = ModuleUnpressurizedCockpit }

}
@PART[RelayAntenna3m]:FOR[xxxRP0]
{
%TechRequired = deepSpaceComms
%cost = 40
%entryCost = 4000
RP0conf = true
@description ^=:$: <b><color=green>From Stock (RO Config) mod</color></b>

%MODULE[ModuleTagList] { tag = Instruments }

}
23 changes: 23 additions & 0 deletions Source/Tech Tree/Parts Browser/data/Stock__RO_Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2818,6 +2818,29 @@
"Instruments"
]
},
{
"name": "RelayAntenna3m",
"title": "3 m Parabolic Antenna",
"description": "A fixed Gregorian - style parabolic antenna for deep space telecommunications.",
"mod": "Stock (RO Config)",
"cost": 40,
"entry_cost": 4000,
"category": "COMMS",
"info": "Dish",
"year": "1973",
"technology": "deepSpaceComms",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "",
"identical_part_name": "",
"module_tags": [
"Instruments"
]
},
{
"name": "RelayAntenna5",
"title": "1 m Parabolic Antenna",
Expand Down

0 comments on commit d4d21cc

Please sign in to comment.