Skip to content

Commit

Permalink
Core: City significantly cheaper to research
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Jun 1, 2024
1 parent 47340a0 commit 80a7c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fos/content/FOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,7 @@ public void setBars() {
itemCapacity = 5000;
unitType = FOSUnitTypes.king;
squareSprite = false;
researchCostMultiplier = 0.1f;
requirements(Category.effect, with(tin, 2500, silver, 2000, diamond, 750, silicon, 2500, vanadium, 1500));
}};
coreMetropolis = new DetectorCoreBlock("core-metropolis"){{
Expand Down

0 comments on commit 80a7c7d

Please sign in to comment.