Skip to content

Commit

Permalink
coi: Fast Breeder Reactor fixed again
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleaxe committed Jun 9, 2023
1 parent 30710cc commit 233d96a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/coi/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"shortName": "CI",
"description": "Captain of Industry",
"url": "https://www.captain-of-industry.com/",
"version": "0.5.0.0(B189) - Update 1",
"version": "0.5.1B(B206) - Update 1",
"saveVersion": 5,
"compatibleSaveVersions": [5]
}
2 changes: 1 addition & 1 deletion data/coi/grabber/captain-of-data
32 changes: 32 additions & 0 deletions data/coi/parsed/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -17819,6 +17819,14 @@
{
"name": "FastBreederReactor1",
"input": [
{
"name": "Water",
"count": 96
},
{
"name": "CoreFuel",
"count": 1
},
{
"name": "BlanketFuel",
"count": 1.200195
Expand All @@ -17840,6 +17848,14 @@
}
],
"output": [
{
"name": "SteamSp",
"count": 96
},
{
"name": "CoreFuelDirty",
"count": 1
},
{
"name": "BlanketFuelEnriched",
"count": 1.200195
Expand Down Expand Up @@ -17889,6 +17905,14 @@
{
"name": "FastBreederReactor3",
"input": [
{
"name": "Water",
"count": 96
},
{
"name": "CoreFuel",
"count": 1
},
{
"name": "BlanketFuel",
"count": 1.200195
Expand All @@ -17910,6 +17934,14 @@
}
],
"output": [
{
"name": "SteamSp",
"count": 96
},
{
"name": "CoreFuelDirty",
"count": 1
},
{
"name": "BlanketFuelEnriched",
"count": 1.200195
Expand Down

0 comments on commit 233d96a

Please sign in to comment.