Update mod for cap1

This commit is contained in:
2025-12-27 12:57:09 -05:00
parent b2a5370bb5
commit 9e73af0675
2 changed files with 5 additions and 90 deletions

View File

@@ -1,16 +1,16 @@
--Refactored by Gemini (thx i suck at lua) --Refactored by Gemini (thx i suck at lua)
local welcome_messages = { local welcome_messages = {
"welcome to capitalism 2, you're in for it", "welcome to capitalism 1, you're in for it",
"The factory must grow.", "The factory must grow.",
"Efficiency is key.", "Efficiency is key.",
"I subject you to the ultimate torture: no more linked belts", "I subject you to the ultimate torture: no more linked belts",
"If you die on cap 2, I will laugh.", "i will make you experience caffine withdrawal",
"Cap 0 never existed and can't hurt you", "Cap 0 never existed and can't hurt you",
"The game is not broken, you are.", "The game is not broken, you are.",
"RATIO FAILED! (To ratio, get more likes than someone)", "RATIO FAILED! (To ratio, get more likes than someone)",
"LIVE THE DREAM WITH A TIME MACHINE, YOU'VE BEEN WAITING FOREVER!", "LIVE THE DREAM WITH A TIME MACHINE, YOU'VE BEEN WAITING FOREVER!",
"ALOONE AT THE EDGE OF THE UNIVERSE, HUMMING A TUNE... FOR MEERLY DREAMING WE WERE SNOW", "ALOONE AT THE EDGE OF THE UNIVERSE, HUMMING A TUNE... FOR MEERLY DREAMING WE WERE SNOW",
"here at capitalism game 2 where we pride ourselves on shenanigans", "here at capitalism game 1 where we pride ourselves on `effeciency` unlike cap 2.. or do we?",
"we got the entire continent to ourselves", "we got the entire continent to ourselves",
"we got the entire world to ourselves", "we got the entire world to ourselves",
"DIE TERMINID SCUM", "DIE TERMINID SCUM",
@@ -29,12 +29,13 @@ local death_messages = {
"is now part of the ecosystem.", "is now part of the ecosystem.",
"went insane.", "went insane.",
"desynced.. nah just kidding you got pwned", "desynced.. nah just kidding you got pwned",
"died on cap 2, which 9/10 doctors say is a skill issue.", "died on cap 1, and thankfully not cap 2.",
": The system files are corrupeted. Please refer to the Wii Operations Manual for help troubleshooting.", ": The system files are corrupeted. Please refer to the Wii Operations Manual for help troubleshooting.",
"was terminid scum", "was terminid scum",
"was a socialist automaton", "was a socialist automaton",
"was a terrorist illuminate", "was a terrorist illuminate",
"did not hop on helldivers", "did not hop on helldivers",
"was not arcing it",
"betrayed the cause of Managed Democracy", "betrayed the cause of Managed Democracy",
"betrayed the cause of capitalism", "betrayed the cause of capitalism",
"missed the MLG", "missed the MLG",

View File

@@ -1,85 +1,3 @@
-- Change Electric Furnace
data.raw["recipe"]["electric-furnace"].ingredients = {
{type = "item", name = "steel-plate", amount = 1},
{type = "item", name = "stone-brick", amount = 10}
}
-- Change Fast Inserter
-- Because we can somehow wrangle one plate into an inserter lol. anyway
data.raw["recipe"]["fast-inserter"].ingredients = {
{type = "item", name = "iron-plate", amount = 2}
}
data.raw["recipe"]["inserter"].ingredients = {
{type = "item", name = "iron-plate", amount = 1}
}
-- Change Advanced Circuit
data.raw["recipe"]["advanced-circuit"].ingredients = {
{type="item", name="electronic-circuit", amount=1},
{type="item", name="plastic-bar", amount=1}
}
-- Change Fast Splitter
data.raw["recipe"]["fast-splitter"].ingredients = {
{type="item", name="splitter", amount=1},
{type="item", name="electronic-circuit", amount=10},
{type="item", name="iron-gear-wheel", amount=5}
}
-- Change Fast Underground Belt
data.raw["recipe"]["fast-underground-belt"].ingredients = {
{type="item", name="underground-belt", amount=5},
{type="item", name="iron-gear-wheel", amount=20}
}
-- Change Fast Transport Belt
data.raw["recipe"]["fast-transport-belt"].ingredients = {
{type="item", name="transport-belt", amount=1},
{type="item", name="iron-gear-wheel", amount=1}
}
-- Change Solar Panel
data.raw["recipe"]["solar-panel"].ingredients = {
{type="item", name="iron-gear-wheel", amount=5}
}
data.raw["recipe"]["solar-panel-equipment"].ingredients = {
{type="item", name="iron-gear-wheel", amount=5}
}
--Change electric poles
--realistically this would short circut
--i'm not realistic
data.raw["recipe"]["small-electric-pole"].ingredients = {
{type="item", name="iron-stick", amount=1},
{type="item", name="copper-cable", amount=3}
}
--Make assembly machine 1's cheaper for balance
--THE FACTORY MUST GROW
data.raw["recipe"]["assembling-machine-2"].ingredients = {
{type="item", name="iron-gear-wheel", amount=3},
{type="item", name="iron-plate", amount=5},
{type="item", name="electronic-circuit", amount=1}
}
--Make assembly machine 2's cheaper
--THE FACTORY MUST GROW
data.raw["recipe"]["assembling-machine-1"].ingredients = {
{type="item", name="iron-gear-wheel", amount=5},
{type="item", name="iron-plate", amount=5},
{type="item", name="electronic-circuit", amount=3}
}
--better defence early game is always a plus on easy mode
data.raw["recipe"]["military-science-pack"].ingredients = {
{type="item", name="grenade", amount=1},
{type="item", name="firearm-magazine", amount=2},
{type="item", name="stone-wall", amount=2}
}
--MUCH cheaper than vanilla, MUCH more expensive than this mod
data.raw["recipe"]["bulk-inserter"].ingredients = {
{type="item", name="electronic-circuit", amount=10},
{type="item", name="iron-gear-wheel", amount=5}
}
data.raw["recipe"]["speed-module"].ingredients = { data.raw["recipe"]["speed-module"].ingredients = {
{type="item", name="electronic-circuit", amount=10}, {type="item", name="electronic-circuit", amount=10},
} }
@@ -95,10 +13,6 @@ data.raw["recipe"]["speed-module-3"].ingredients = {
} }
data.raw["module"]["speed-module-3"].stack_size = 5 data.raw["module"]["speed-module-3"].stack_size = 5
--balance landfills since Cap2 uses a watery map with lots of water tiles
data.raw["recipe"]["landfill"].ingredients = {
{type="item", name="stone", amount=25}
}
--make personal roboport cheaper --make personal roboport cheaper
data.raw["recipe"]["personal-roboport-equipment"].ingredients = { data.raw["recipe"]["personal-roboport-equipment"].ingredients = {
{type="item", name="advanced-circuit", amount=5}, {type="item", name="advanced-circuit", amount=5},